a.link {
	color: #2B4760;
	text-decoration: none;
}

a.link:visited {
	color: #284259;
}

a.link:active {
	color: #A0A0A0;
}

a.link:hover {
	color: #4B7BA6;
}


TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #284259;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #2B4760;
}

HR {
	color : #9EB3D3;
}

/* Categories layout:

   P.catname: The alignment of the category name
   P.catdesc: The alignment of the category description
   IMG.catimage: The properties of the category image
   TD.catimage: The alignment of the category image
   TD.catname: The alignment of the category name
   TD:catnavigation: The alignment of the top category navigation
   P.navdesc: The properties of the text "View all products in all categories".*/
   
P.catname {
text-align: left; 
margin-top: 0px; 
margin-bottom: 4px; 
vertical-align:top;
}

P.catdesc {
	margin-top: 0px;
	margin-bottom: 4px;
	vertical-align:top;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

IMG.catimage { 
border:1px; 
border-thickness: 1px; 
border-color: #2B4760; 
border-style: solid; 
vertical-align:top; 
}

TD.catimage { 
vertical-align:top; 
} 

TD.catname { 
vertical-align:top; 
text-align: center; 
} 

TD.catnavigation { 
vertical-align:middle;
text-align: left; 
}

P.navdesc { 
margin-top: 0px; 
margin-bottom: 4px; 
vertical-align:top;
}

/* Mini cart and mini login */

TD.mincart {
font-size: 10px;
font-family : Verdana;
}

P.mincart {
font-size: 10px;
font-family : Verdana;
}

/* To change the list price color, edit line 84 in languagefile.php: 
   $xxListPrice="<font color='#CC0000'><b>List Price:</b> <strike>%s</strike></font>"; */

/* Price color */

SPAN.price {
	COLOR: #4B7BA6;
	font-weight: bold;
}

/* Alternative currencies */

SPAN.extracurr {
font-size: 10px;
font-family : Verdana;
color: #666666; 
}

/* Product options properties */

SELECT.prodoption {
	font-size: 11px;
	font-family : Verdana;
	color : #4B7BA6;
}

/* Stock management: "grey out" the options which are no longer in stock */

OPTION.oostock {
color : #A0A0A0;
}

/* Top product navigation. eg. Home >> Product */

td.prodnavigation {
font-size: 11px;
font-family : Verdana;
color : #A0A0A0; 
}

P.prodnavigation {
font-size: 11px;
font-family : Verdana;
color : #A0A0A0;
}

/* Table and cell background properties in the files search / tracking / order status / checkout:

   TABLE.cobtbl for the table.
   TD.cobhl for the cell highlights
   TD.cobll for the cell lowlights */
   
TABLE.cobtbl{
background-color: #2E4C66;
} 

TD.cobhl{
	background-color: #FAF0CC;
	color: #2B4760;
}

TD.cobll{
background-color: #FDF9E8;
color: #2B4760;
}

/* Page numbers */ 

P.pagenums {
	font-size: 12px;
	font-family : Verdana;
	color: #A0A0A0;
	font-weight: bold;
}

P.pagenums a:link {
	color: #284259;
	text-decoration: none;
}

P.pagenums a:visited {
	color: #A0A0A0;
}

P.pagenums a:active {
	color: #A0A0A0;
}

P.pagenums a:hover {
	color: #4B7BA6;
}

/* Product detail page

   div.detailid: The properties of the text "Product ID"
   div.detailname: The properties of the product name on the product detail page
   div.detaildiscounts: The properties of the discounts text for the product detail page
   td.detailimage: The alignment of the product image on the product detail page
   img.prodimage: The properties of the product image
   div.detaildescription: The properties of the text in the long product description
   div.detailoptions: The properties of the product options on the product detail page
   div.detailprice: The properties of the price on the product detail page
   div.detailcurrency: The properties of the alternative currencies on the product detail page */

div.detailid {
}

div.detailname {
	color: #4B7BA6;
	font-weight: bold;
}

div.detaildiscounts {
	color: #B00000;
}

td.detailimage {
}

img.proddetailimage {
	border: 1px solid #2B4760;
}

div.detaildescription {
	padding: 5px 0px 20px;
}

div.detailoptions {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div.detailprice {
	color: #4B7BA6;
}

div.detailcurrency {
}



   
/* Product page

   div.prodid: The properties of the text "Product ID"
   div.prodname: The properties of the product name on the product page
   div.proddiscounts: The properties of the discounts text for the product page
   td.prodimage: The alignment of the product image on the product page
   img.prodimage: The properties of the product image
   div.proddescription: The properties of the text in the short product description
   div.prodoptions: The properties of the product options on the product page
   div.prodprice: The properties of the price on the product page
   div.prodcurrency: The properties of the alternative currencies on the product page */

div.prodid {
}

div.prodname {
	color: #4B7BA6;
}

div.proddiscounts {
	color: #B00000;
}

td.prodimage {
}

img.prodimage {
    border: 1px solid #2B4760;
}

div.proddescription {
	padding: 10px 10px 20px 0px;
}

div.prodoptions {
    color: #4B7BA6;
}

div.prodprice {
	color: #4B7BA6;
}

div.prodcurrency {
}



    
