

/* -----     LINKS - DARK BLUE TO LIGHT BLUE     -----*/

.dark a:link {color: #3B2F86; text-decoration: none;}
.dark a:visited {color: #3B2F86; text-decoration: none;}
.dark a:active {color: #3B2F86;	text-decoration: none;}
.dark a:hover {color: #5EB7D3; text-decoration: none;}


/* -----     STANDARD LINKS - LIGHT BLUE TO DARK BLUE    -----*/

A:link {color: #5EB7D3;	text-decoration: none;}
A:visited {color: #5EB7D3; text-decoration: none;}
A:active {color: #5EB7D3; text-decoration: none;}
A:hover {color: #3B2F86; text-decoration: none;}


/* -----     STANDARD TAGS     -----*/

TD P {font-size: 12px; font-family : Arial;}

TD.smaller {font-size: 11px; font-family : Arial; color : #000000;}

P.smaller {font-size: 11px;	font-family : Arial; color : #000000;}

TD.whitetext {font-size: 11px; font-family : Arial;	color : #FFFFFF;}

TD.menu {font-size: 10px; font-family : Tahoma; font-weight : Bold;}

HR {color : #C0BC91; height : 1px;}


/* -----     SEARCH BOX / FORMS     -----*/
#SearchBox{position:relative; float:left; width:199px; height: 54px;}
#SearchField{position:absolute; top: 20px; left:13px; width:132px;}
#SearchButton{position:absolute; top: 20px; left:160px;}

input.search {height: 16px; background-color: #FFFFFF; border: solid #CCCCCC; border-width: 1px; font-family: tahoma; color: rgb(0,0,0); font-size: 11px;}

select.search {height: 17px; background-color: #F8F0D8;	border: solid #C0BC91;	border-width: 1px; font-family: tahoma; color: rgb(0,0,0);	font-size: 11px;}

TD.mincart {font-size: 12px;}
P.mincart {font-size: 12px;}

.products{vertical-align:top;}
.prodimage{border: 1px solid #B6B6B6;}
.prodlargeimage{border: 1px solid #FFFFFF;}
.prodnavigation{font-size:11px;}


/* -----     PRODUCT CSS     -----*/
#BreadNav{float:left; position:absolute;}
#Checkout{float:right; position:relative;}

.ProductNameCell{vertical-align:top; text-align:left;}
.ProductNameCell h2{font-size:12px; padding:0px; margin:0px; color: #F18716;	font-weight: bold;}

.ProductImageCell{vertical-align:top; text-align:left; width:20%}
.ProductDescriptionCell{vertical-align:top; text-align:left;}
.ProductDescriptionCell p{padding-bottom:9px;}
.ProductDescriptionCell ul{margin:0; padding:0;}
.ProductDescriptionCell li{ list-style-type:none; margin-left:0px; padding-left:0px;}
.ProductDescriptionCell i{font-size:10px; line-height:1.3;}

.ProductPriceCell{text-align:left; width:20%}
.ProductBuyCell{text-align:right;}

.catname{font-size:14px;}
td.catname{padding-top:9px; border-top: 1px dashed #B6B6B6;}
td.catdesc {}
