html
{
    font-size: 100%  /* IE resize setup for em usage */
}

body,#popWrapper,.auxWrapper
{
    margin: 0;
    padding: 2px 0;
    text-align: center;

    background-color:#f1f1f1;
    font-size: 100.01%;
    font-family: Tahoma, Verdana, sans-serif;
    /* overflow: -moz-scrollbars-vertical, -moz-scrollbars-horizontal; */
    overflow: auto;

}
#popWrapper,.auxWrapper
{
    text-align: left;
    font-size: 0.71em !important;
    width:100%;
    margin:10px;
}
h1 b
{
    font-size:16px;
    color:#444;
}


table   /* product page display */
{
    font-size: 1em !important;
    font-family: Tahoma, Verdana, sans-serif;
    border:none;
}


form
{
    margin: 0;
    padding: 0;
}
#content input,#content select
{
    font-size:.875em;
}
img
{
    border: none;
}
a:active, a:link, a:visited
{
    color: #112837;
    text-decoration: underline;
}
a:hover
{
    color: #F37803;
}
fieldset, form
{
    border: none;
    margin: 0;
    padding: 0;
}
h3
{
    margin: 1em 0 0.5em 0;
    padding-top: 1em;
    color: #6B6F83;
    font-size: 1.25em;
    text-align: left;
    border-bottom: solid 2px #4D4D4D;
}
/* Hides from IE-mac \*/
* html .clear, * html .floatform
{
    height: 1%;
}
.clear, .floatform
{
    display: block;
}
/* End hide from IE-mac */

ul.tame, ul.tame li
{
    margin: 0;
    padding: 0;
    display: list-item;
    list-style: none;
}
ul.tame li
{
    line-height: 1.25em;
}
.tameHoriz, ul.tameHoriz li
{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1em;
}
ul.tameHoriz li
{
    display: inline;
    font-size: 1em;
}
br.cl
{
    clear: both;
}


/*PAGE SETUP*/
a.userName
{  
    font-size: .90625em !important;
}
a.loginText
{
    margin-left:0em;
   
}
textarea#OrderNotes
{
    width: 99% !important;
}

#wrapper
{
    width: 1020px;
    margin: 0 auto;
    padding: 0;
    background-color:#FFFFFF;
    text-align:left;

	

}

#box1   
{ 
    	height: 36px;
	width:1020px;
	background-image:url('images/box1fader.gif');
	background-repeat:repeat-x;
	float:right;
}

#box1inset
{
	/* border:1px solid red; */
	height:36px;  
	padding-top:8px;
	margin-left:auto; 
	margin-right:auto;
	text-align:right; 
	background-image:url('images/box1fader.gif');
	background-repeat:repeat-x;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: .90625em !important;  /* 14.5px/16= .90625em */
	color: #ffffff;
	float:right;
}

#box1inset a:link   /* unvisited link */
{
	color: #ffffff;
    	text-decoration: none;
   	font-weight: normal;
   	font-size: .90625em !important;
    	font-family: Tahoma,Verdana,sans-serif;
}

#box1inset a:visited, #box1inset a:active
{
	color: #F0F0F0;
	text-decoration: none;
	font-size: .90625em !important;
	font-family: Tahoma,Verdana,sans-serif;	
}

#box1inset a:hover
{
	color: #F0F0F0;
	font-size: .90625em !important;
	font-family: Tahoma,Verdana,sans-serif;
	text-decoration:underline;
}

#box3					/* main bar */
{
    text-align: center;				
    width: 1020px;				
    margin: 0;
    clear: left;
    line-height: 23px;				/* height of front side lines and elements */
    height: 25px;				/* height of table w/ bg */
    background: #3A3A3A;
    border-top:solid 1px #888;
  
    position: relative;
    z-index: 1;
}
#box3 a:active, #box3 a:link, #box3 a:visited
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: .875em;
    font-family: Tahoma,Verdana,sans-serif;
}


#nav					/*  ul words in main bar (not dropdown menu) */		
{
    margin: 0;
    padding: 0;
    height: 20px;
    list-style: none;
    white-space: nowrap;
}
#nav a					/* ul words link property display in main bar */
{
    margin: 0;
    padding: 5px 7px;			/*controls mouse over area of popup */
    background: url(images/tab-sep.gif) no-repeat center left;     /* gradiant bar that seperates words */
}
#nav a:hover			/* controls hover bg image */
{
    background: url(images/nav-bg-hover.gif) repeat-x center right;
}

#nav li						/* li contained words IN main bar description (front facing words bg image */
{
    float: left;
    position: relative;
    margin: 0;
    background: #3A3A3A;   /* was background: #4776BD url(images/nav-bg.gif) center left repeat; to display a bg behind text */   
}

#nav ul						/* un-ordered list item */
{
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: solid 1px transparent;      /* first top border in dropdown menu */
    text-align: left;
}
#nav li ul
{
    width: 200px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    color:yellow;
    border-style:solid;
    border-color:#3A3A3A;
    border-width:1px;
}
#nav li li
{
    font-size: .925em;		/* font size of dropdown menu item */
    line-height: 1em;		/* height of dropdown box (not the actual line */
    margin: 0;
    background: #F1F1F1 none;   /* bg color of dropdown menu */
    width: 100%;
    border-bottom: solid 1px #8F8F8F;

}
#nav li li a
{
    display: block;
    margin: 0;
    background: none;
    padding: 0 1em;
    color:#112837!important;
    font-weight: normal!important;
}
#nav li li a:hover, #nav li li:hover
{
    background: #DCDFE2 none !important;
}
#nav li > ul
{
    top: auto;
    left: auto;
}
#nav li:hover ul, #nav li.over ul
{
    display: block;
}

<!--
#nav #firstTab
{
    background-image: none !important;
    margin: 0;
}
-->



#box4
{
	width:1018px;
	text-align: center;
	background-color:#FCFEBA;
	margin-left:auto;
	margin-right:auto;
	border:1px solid gray;
	font-size: .8125em; /* 13px/16= .8125em */
	padding:0px;
	color: #000000;

}

#box4 ul {display: inline-block; padding:0; margin:0; list-style: none; margin-left:auto; margin-right: auto;}
#box4 ul li {display: inline; float:left; position: relative;}
#box4 ul li a { border-right:1px solid gray; padding:2px 8px 2px 8px; display:block; text-decoration:none;color:#000000}
#box4 ul li a:hover {text-decoration:underline;}

#header
{

	margin: 0;
	width:100%;   /* was 910px  and padding-right:110px */
	height:57px;  
	margin-left:auto; 
	margin-right:auto;
	text-align:right; 
	background-image:url('images/box2fader.gif');
	background-repeat:repeat-x;
	background-color:#00de2d;
	text-align: right;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: .875em; /* 14px/16= .875em */
	color: #ffffff;

	line-height: 3em;
    	float: left;
}

#bodyWrapper               
{
    padding: 0px 0px 0px 0px;
    margin: 0px; 
    height: auto;
    width: 1020px; 
    background-color: #ffffff;

}

#leftWrap
{
    font-size: .75em; /* 12px/16= .75em */
    width: 190px;
    float: left;
    clear: both;
}

#content
{
    font-size: .8125em; /* 12px/16= .75em */
    margin: 0px 0px 2px 3px;
    width: 825px;		    
    height: auto;
    background-color: #ffffff;
    float: right;                   
    clear: none;
    /* border:1px solid red; */

}


#footer
{
	clear: both;
	width:1020px;
	padding:0px;
	background-color:#3A3A3A; 
	color:#ffffff;
	margin-left:auto; 
	margin-right:auto;
	text-align: center;
	font-size: .875em; 

}

#footer ul { display: inline-block; padding:4 4 4 4; margin:0; list-style: none;}
#footer ul a {text-decoration:none; color:#CFCFCF;}
#footer ul a:hover {text-decoration:underline; color:#ffffff;}
#footer ul li {display:inline;}


#footer2
{
	width:1020px;
	padding:0px;
	background-color:#ffffff;
	margin-left:auto; 
	margin-right:auto;
	text-align: center;
	font-size: .705em; 
}


#breadcrumb
{
    width:1016px;
    text-align:left;
    padding: 0px 2px 0px 2px;
    float: left;
    color: #444;
    font-weight:bold;
    font-size: .6875em; /* 11px/16= .875em */
    background-color:#ffffff;
}
#miniCart
{
    float: right;
}
#ML
{
    width:550px;
    font-size:0.85em;
}
#ML,#ML div
{
        float:right;
        vertical-align:middle;
}
#ML div select
{
        font-size:0.88em;
        margin:2px 0.5em 4px 0;
        vertical-align:middle;     
}

#minicart,#ML
{
    height: 2em;
    line-height: 1.5em;
    color: #444;
}
#breadcrumb a, #miniCart a
{
    color: #4D4D4D;
}
input.submit
{
    border: 1px double #999;
    border-top-color: #ccc;
    border-left-color: #ccc;
    padding: 0.1em;
    margin: 0;
    background-color: #fff;
    color: #333;
    font-size: 1em;
    font-weight: bold;
    font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
}
input.submit:active
{
    border: 1px double #ccc;
    border-top-color: #999;
    border-left-color: #999;
}


/*HEADER ELEMENTS*/


#logo
{
    float: left;
    width: 325px;
    height: 57px;
    background: url('images/Goodrock logo.gif') no-repeat center center;
    margin-right: 5px;
    display: block;
}

#logo b
{
    display: none;
}


a.wishlist
{
}
a.cart
{
}
a.account
{
}
a.faq
{
}
a.contact
{
}
a.username, a.wishlist, a.cart, a.faq, a.contact,a.account
{
    padding: 0px 0px 0px 0px;
    position:relative;
}
#header u
{
    color: #000;
    text-decoration: none;
}

#header form label
{
    color: #FFFFFF;
}
#header form
{
	
    float: right;
    padding: .8em 8em .5em 1em;
    width: auto;

}
#header fieldset
{
    width: 450px;
    height: 36px;
}

.pipe
{
    padding: 0 1em;
    font-size:0.9em;
    font-weight:normal;
}
img.mcafeesecure
{
    float: right;
    padding: 0px 2px 0px 0px;
    vertical-align: middle;
    margin-top: 3px;
    margin-right: 3px;
}

.searchBox
{
    height: 1.5em;
    width: 15em;
    border: 1px solid #A7A6AA;
    margin-top: 0.7em;
}



/* LEFT NAV */

.leftNav
{
    border: 1px solid #ddd;
    border-top: 1px solid #F0EFEF;
    padding: 5px;
    margin-bottom: 5px;
    background: #D7D4CD url(images/left-nav-bg.gif) repeat top center;
    text-align: left;
}

.leftNav a:active, .leftNav a:link, .leftNav a:visited
{
    text-decoration: none;
}
.leftNav a:hover
{
    color: #F37803;
    text-decoration: none;
}




.navHeader
{
    background: url(images/nav-header-bg.gif) no-repeat left bottom;
    width: 190px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    color: #4D4D4D;
    font-weight: bold;
}
.catMark
{
    font-size: 0.8em;
    font-weight: bold;
    color: #aaa;
    letter-spacing: -2px;
}

.topList li
{
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 0.5em 0;
    list-style: none;
}


/* PRODUCT PAGE */
#productTopBox
{
    text-align: right;
    padding: 1.5em 10px 10px 10px;
}
h1
{
margin: 0;
font-size: 1.4em;
text-align: left;
}

h2
{
    margin: 0;
    font-size: 1.4em;
    text-align: left;
    border-bottom: solid 2px #4D4D4D;
}

#sku
{
    display: block;
}
#price
{
    font-weight: bold;
    font-size: 1.5em;
    display: block;
}
.SalePrice
{
    color: #cc0000 !important;
}
#description, #quoteBox, #otherinfo
{
    margin: 10px;
}
.prodHeader
{
    width: 99.5%;
    height: 1.2em;
    color: #6B6F83;
    clear: both;
    font-weight: bold;
    font-size: 1.2em;
    padding: 3px 5px;
    border-bottom: solid 2px #4D4D4D;
}
#quoteBox input, #quoteBox select
{
    font-size: 1em;
    display: block;
    margin: 5px 0;
}
#mainImg
{
    margin: 0 10px 10px 0;
    float: left;
}
.AddToCartButton, .AddToWishButton, #Quantity
{
    font-size: 1em;
}
.addToForm
{
    margin-top: 1em;
}
#shipQuoteLabels
{
    width: 10em;
    height: auto;
    float: left;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}
#shipQuoteLabels label
{
    display: block;
    line-height: 2em;
}
#ShipQuote, #yourQuote
{
    font-weight: bold;
    line-height: 2em;
}
#shipQuote
{
    height: auto;
    float: left;
}
#navArrows
{
    float: right;
}

/* ENTITY LANDING PAGE */

.topFeature
{
    float: left;
    width: 24.8%;
    height: auto;
    text-align: left;
}

.topFeatureP
{
    margin: 0;
    padding: 0.5em;
    text-align: left;
}
.topFeature p
{
    margin: 0;
    text-align: left;
}
.topFeatureP img
{
    margin-bottom: 0.5em;
}
.topPrice, .topName
{
    font-weight: bold;
    text-align: left;
}

#entitySep
{
    clear: both;
    margin-top: 1em;
}
.btmP
{
    clear: left;
    border-bottom: 1px solid #C6C3BA;
    float: left;
    width: 683px;
    margin: 0.5em 0;
    padding: 0.5em;
}
.btmP img
{
    float: left;
    margin-right: 1em;
}
.btmP span
{
    display: block;
}
.btmName, .btmPrice, .btmSalePrice
{
    font-size: 1.1em;
    font-weight: bold;
}
.btmDescription, .topDescription
{
    display: block;
    padding-bottom: 1em !important;
}
.btmPrice
{
}
.btmSalePrice
{
    color: #cc0000;
}
.btmInStock, .btmOutStock, .topInStock, .topOutStock
{
    display: inline !important;
    font-weight: bold;
    color: #4D4D4D;
}
.btmOutStock, .topOutStock
{
    color: #aaa;
}
#entityPageHeader p
{
    margin-top: 0;
}
#entityPageHeader img
{
    margin: 0 1em 0.5em 0;
    float: right;
}

.entityCategory
{
    margin: 0 0 1em 0;
    font-size: 1.1em;
}

/* OTHER SELECTORS */
.MediumCell, .LightCell
{
    border: none;
}

.errorLg
{
    color:Red;
    font-size: 12px; 
    font-weight:bold;
}

.SBProdName
{
    font-size: .7em;
}
.SBCatName
{
    font-size: .8em;
    font-weight:bold;
}

.PBCartFull
{
    font-size: .7em;
    color:Blue;
    font-weight:bold;
}


/* -- search results css info */
/* Search Results*/
#resultsMessage,#filters
{
    margin-bottom: 0.5em;
}
div.result
{
    border-bottom: solid 1px #eee;
    margin-bottom: 5px;
    padding: 2px;
    width: 825px;
    clear: both;
    float: left;
}
.resultImg,.resultImg img
{
    height: 100px;
    width: 100px;
    float: left;
}
.resultContent
{
    padding: 2px;
    padding-bottom: 1em;
    float: left;
    clear: none;
    width: 500px;
    height: auto;
}
.resultContent div
{
    text-align: right;
}
.resultPrice
{
    float: right;
    height: auto;
    clear: none;
}
.resultPrice p
{
    margin-top: 4px;
    font-size: 0.9em;
    font-weight: bold;
    color: #66cc33;
}
.ourPriceSearch
{
    font-weight: bold;
    text-decoration: none;
}
.salePriceSearch
{
    font-weight: bold;
    color: #cc0000;
    text-decoration: none;
}
.msrpPriceSearch
{
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: line-through;
}
#searchForm2
{
    display:inline;
}
.resultInventory
{
    margin-left:5px;
}
.resultInventory,.resultPrice
{
    text-align:center;
    float: right;
    clear: right;
    width: 113px;
}
.inStock,.onOrder
{
    font-weight:bold;
}
.inStock
{
    color:#339900;
}
.onOrder
{
    color:#666;
}
#filters select, #filters input,#searchForm2 select, #searchForm2 input
{
    margin-right:5px;
}


li#spacer
{
    width:200px;
}

