/* ================================
    CSS STYLES FOR IBUYSPY STORE 
    v1.1, 06/2001
   ================================
*/   

/* */
.HomeHead
{
    color: white;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    HEIGHT: 35px
}

/* */
.ContentHead
{
    background-color: white;
    color: dimgray;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 35px
}

/* */
.SubContentHead
{
    background-color: white;
    color: dimgray;
    font-family: Verdana, Arial;
    font-size: 18px;
    font-weight: bold;
    height: 20px
}

/* */
.SubContentHead2
{
    background-color: white;
    color: dimgray;
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    height: 16px
}

/* */
.UnitCost
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 15px;
    line-height: 20pt
}

.ClearanceCost
{
	color:#CC0000;
	font-family: Verdana, Arial;
	font-size: 18px;
	line-height: 22pt;
}

/* */
.ModelNumber
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 20pt
}
/* */
.Quantity
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 20pt
}
/* */
.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 20pt
}
.MostPopularHead
{
    background-color: darkred;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold
}

A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: none
}

A.MostPopularItemText:hover
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: underline
}

.ProductListHead
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: underline;
}



/* text style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: black;
    font-size: 11px;
}   

A.SiteLinkU, A.SiteLinkU:link, A.SiteLinkU:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: underline;
    color: black;
    font-size: 11px;
}




.ProductListItem
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px
}

.CartListHead
{
    background-color: #cbdbef;
    border-bottom:  medium none black;
    border-left:  medium none black; color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px;
}

.CartListItem
{
    background-color: #ffffff;
    border-bottom:  medium none black;
    border-left:  medium none black; color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px;
}

.CartListItemAlt
{
    background-color:  #cbdbef;
    border-bottom:  medium none black;
    border-left:  medium none black; color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px;
}

.CartListFooter
{

	background-color: 75a2d3;
    line-height: 10pt
}

/* text style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: black;
    font-size: 11px;
}   

A.SiteLink:hover    
{
    color: white;
	text-decoration: underline;
    color: #FF0000;
}

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    font-weight: bold
}

A.SiteLinkBold:hover
{
    color: white;
    text-decoration: none;
}

/* */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color: White;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}


.MenuSubHeading
{
    color: White;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  9px;
    font-weight: normal;
    line-height: 11px;
    padding-left: 10px
}



A.MenuUnselected:hover
{
    color: white;
    text-decoration: underline;
    padding-left: 10px
}

A.MenuSelected
{
    color: 000D3C;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

A.MenuSelected:hover
{
    color: 3F447A;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 10px
}

.CategoryHeading
{
    color: white;
    font-family: Arial;
    font-size: 14px;
	font-weight: bold;
    text-align: left;

}

/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px    
}

/* text style used for textboxes in the admin pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
    width: 100%;
}

/* text style used for controls in the admin and edit pages, for Nav compatibility */
.NormalControl
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBox
{
    margin-left: -4px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
/*    border-style: solid;
    border-width: 1px;
    border-color: #cccc99; */
    background-color:#ccccaa;    
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px    
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px    
}


SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    height:1pt;
    text-align:left
}

* {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
}

body {
	margin: 0px;
	background: #858E9C;
}

div {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
}

td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
}

form, input {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sitediv {
	width: 780px;
	background: url(images/bkgd_site_div.gif) repeat-y;
}

#bodydiv {
	width: 770px;
}

#header {
	position: relative;
	height: 86px;
	background: url(images/g_logo_ashland_lg.gif) top left no-repeat #333333;
	color: #FFFFFF;
}

#logo {
	width: 160px;
	height: 50px;
	position: absolute;
	top: 20px;
	left: 14px;
}

#globalnav {
	width: auto;
	position: absolute;
	top: 10px;
	right: 0px;
}

#globalnav ul li {
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
	font-size: 9px;
	line-height: 11px;
	color: #CCCCCC;
	display: inline;
}

#globalnav ul li.divider {
	font-size: 9px;
	line-height: 11px;
	background: url(images/g_nav_divider_sm.gif) center center no-repeat;
}

#globalnav ul li a, #globalnav ul li a:link, #globalnav ul li a:visited, #globalnav ul li a:active {
	text-decoration: none;
	color: #CCCCCC;
}

#globalnav ul li a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

#special
{
	font-size:11pt;
	font-style:italic;
	color:yellow;
	width:auto;
	position:absolute;
	bottom:10px;
	right:190px;
}

#special a:link, #special a:visited, #special a:active 
{
	color:Yellow;
	text-decoration: underline;
}

#search {
	width: auto;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.searchbox {
	padding: 1px;
	width: 125px;
	font-size: 11px;
}

#navigation {
	height: 64px;
	background: #666666 url(images/bkgd_logonav.gif) top left repeat-x;
}

#navigation_bottom {
	width: 100%;
	height: 20px;
	background: #000000;
}

#leftnavbanner {
	height: 139px;
}

#leftnav {
	width: 190px;
	float: left;
}

#leftnav ul li {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 21px;
	color: #000000;
}

#leftnav ul li a {
	display: block;
	width: 190px;
}

#leftnav ul li a, #leftnav ul li a:link, #leftnav ul li a:visited, #leftnav ul li a:active {
	text-decoration: none;
	color: #000000;
	background: url(images/bkgd_leftnav_off.gif) top right no-repeat;
}

#leftnav ul li a:hover {
	text-decoration: none;
	color: #000000;
	background: url(images/bkgd_leftnav_on.gif) top right no-repeat;
}

#leftnav ul li a.selected 
{
	text-decoration: none;
	color: #000000;
	background: url(images/bkgd_leftnav_on.gif) top right no-repeat;
}

#swish {
	text-align: center;
}

#tsmgi {
	text-align: center;
}

#main {
	width: 580px;
	float: right;
}

#masthead {
	
}

#contentbody {
	margin: 20px;
	font-size: 11px;
}

#contentbodyproducts {
	margin: 0px;
	font-size: 11px;
}

#features {
	margin-top: 42px;
	margin-bottom: 70px;
}

#featureleft {
	width: 184px;
	margin-right: 14px;
	float: left;
	display: inline;
}

#featurecenter {
	width: 184px;
	margin-right: 14px;
	float: left;
	display: inline;
}

#featureright {
	width: 184px;
	display: inline;
	float: right;
}

.featureheader {
	background-color: #9E0001;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 3px;
	padding-left: 5px;
}

.featureheader a, .featureheader a:link, .featureheader a:visited, .featureheader a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

.featureheader a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 14px;
}

.itembkgd {
	position: relative;
	height: 239px;
}

.custombkgd {
	position: relative;
	height: 239px;
}

.racingbkgd {
	position: relative;
	height: 239px;
}

#productlist {
	padding: 10px;
}

.thumb {
	border: 1px solid #CCCCCC;
}

.productlink {
	font-weight: bold;
	font-size: 13px;
	color: #D01E14;
}

.productlink:hover {
	text-decoration: none;
}

.producttext {
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	line-height: 13px;
}

.productdescription {
	margin-top: 10px;
}

.horizontalline {
	border-bottom: 1px dashed #A9A9A9;
}

#footer {
	height: 155px;
	background-color: #333333;
	font-size: 11px;
}

#footernav {
	background-color: #CCCCCC;
	color: #333333;
}

#footernav ul li {
	margin-left: 21px;
	margin-right: 5px;
	font-size: 10px;
	line-height: 31px;
	color: #333333;
	display: inline;
}

#footernav ul li a, #footernav ul li a:link, #footernav ul li a:visited, #footernav ul li a:active {
	text-decoration: none;
	color: #333333;
}

#footernav ul li a:hover {
	text-decoration: underline;
	color: #333333;
}

#footer_left {
	position: relative;
	top: 17px;
	left: 21px;
	display: inline;
	color: #999999;
}

#footer_right {
	position: relative;
	top: 17px;
	left: 40px;
	display: inline;
}

#overview {
	width : 347px;
}

.bold {
	font-weight: bold;
}

.spacer {
	clear: both;
}
