/*CSS File by Jason Rhodes - JR Network Solutions www.jrnetworksolutions.com*/
/*---===SHOPPING CART CSS CLASSES===---*/

/*EDITING THE CATEGORY LAYOUT*/
/*The CATEGORIES Page - The alignment of the category name*/
td.catname {
	vertical-align: middle;
	text-align: center;
} 
p.catname {
	text-align: center;
	margin-top: 0px; 
	margin-bottom: 4px; 
	vertical-align: middle;
}
/*The CATEGORIES Page - The alignment of the category description*/
p.catdesc { 
	margin-top: 0px; 
	margin-bottom: 4px; 
	vertical-align: top;
}
/*The CATEGORIES Page - The properties of the category image*/
img.catimage { 
	border: 1px; 
	border-thickness: 1px; 
	border-color: #000; 
	border-style: solid; 
	vertical-align: top;
}	
/*The CATEGORIES Page - The alignment of the category image*/
td.catimage {
	vertical-align: top;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*EDITING THE PRODUCT PAGE*/
/*The PRODUCT page - The properties of the text "Product ID"*/
div.prodid { 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
} 
/*The PRODUCT page - The properties of the price on the product page*/
div.prodprice {
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
} 
/*The PRODUCT page - The properties of the alternative currencies on the product page*/
div.prodcurrency {
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9933;
}
/*The PRODUCT page - The properties of the product name on the product page*/
div.prodname {
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
} 
/*The PRODUCT page - The alignment of the product image on the product page*/
td.prodimage {
	vertical-align: top;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*EDITING THE PRODUCT OPTIONS PROPERTIES*/
/*The PRODUCT page - The properties of the product options on the product page*/
div.prodoptions {
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
/*The PRODUCT page - Editing the product options properties*/
select.prodoption {
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #000000;
}
/*The PRODUCT DETAIL page - The properties of the product options on the product detail page*/
div.detailoptions {
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
/*The text that introduces the product option*/
SPAN.prodoption {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
SPAN.detailoption {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*EDITING THE PRODUCT DETAIL PAGE*/
/*The PRODUCT DETAIL page - The properties of the text "Product ID"*/
div.detailid { 
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
} 
/*The PRODUCT DETAIL page - The properties of the product name on the product detail page*/
div.detailname {
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-align: center;
} 
/*The PRODUCT DETAIL page - The alignment of the product image on the product detail page*/
td.detailimage { 
	align: middle;
}
/*The PRODUCT DETAIL page - The properties of the product image*/
img.prodimage {
}
/*The PRODUCT DETAIL page - The properties of the text in the long product description*/
div.detaildescription {
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
/*The PRODUCT DETAIL page - The properties of the price on the product detail page*/
div.detailprice {
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
} 
/*The PRODUCT DETAIL page - The properties of the alternative currencies on the product detail page*/
div.detailcurrency {
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*EDITING THE PRODUCT DISCOUNTS PROPERTIES*/
/*The CATEGORY page - The properties of the discounts text on the category pages*/
div.catdiscounts {
}
/*The PRODUCT page - The properties of the discounts text for the product page*/
div.proddiscounts { 
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
}
/*The PRODUCT DETAIL page - The properties of the discounts text for the product detail page*/
div.detaildiscounts { 
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*EDITING THE NUMBER OF ITEMS IN STOCK MESSAGE*/
/* Greying out "out of stock" product options*/
OPTION.oostock {
	color: #CCCCCC;
}
div.prodinstock {
	font-size: 10px;
	font-family : Verdana;
	color: #666666
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*EDITING THE PRODUCTBODY3 DISPLAY*/
table.cpd {  /* Outer table background color which forms the outlines of the cells*/
}
td.cpdll { /*cell background*/
}
td.cpdhl { /*header background*/
}
div.cpdhlid { /*product id header*/
}
div.cpdhlimage { /*product image header*/
}
div.cpdhlname { /*product name header*/
}
div.cpdhldescription { /*product description header*/
}
div.cpdhldiscounts { /*discounts header*/
}
div.cpdhllistprice { /*list price header*/
}
div.cpdhlprice { /*price header*/
}
div.cpdhlpriceinctax { /*price including tax header*/
}
div.cpdhlinstock { /*number in stock header*/
}
div.cpdhloptions { /*product options header*/
}
div.cpdhlquantity { /*quantity box header*/
}
div.cpdhlbuy { /*buy button header*/
}
div.prod3id { /*product id properties*/
}
div.prod3name { /*product name properties*/
}
div.prod3discounts { /*discounts properties*/
}
div.prod3description { /*product description properties*/
}
div.prod3listprice { /*list price properties*/
}
div.prod3price { /*price properties*/
}
div.prod3pricetaxinc { /*price including tax properties*/
}
div.prod3instock { /*number in stock properties*/
}
div.prod3quant { /*quantity box properties*/
}
div.prod3buy { /*buy button properties*/
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*EDITING THE TOP PRODUCT NAVIGATION*/
td.prodnavigation {
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
p.prodnavigation {
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
/*The alignment of the top category navigation on the CATEGORY page*/
td.catnavigation { 
	vertical-align: middle;
	text-align: left;
}
/*EDITING THE CATEGORIES PAGE - The properties of the text "View all products in all categories*/
p.navdesc {
}
/*EDITING THE PAGE NUMBERS*/
P.pagenums {
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
/*The appearance of the page number currently being viewed*/
SPAN.currpage {
	color: #FF0000;
	font-weight: bold;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*EDITING THE SHOPPING CART & SEARCH TABLE BACKGROUNDS*/
/* The table borders*/
table.cobtbl {
	background-color: #CCC;
} 
/* The outer table cells*/
td.cobhl {
	background-color: #eee;
}
/* The text and the inner table cells */
td.cobll {
	background-color: #FFF;
	color: #000;
}
/*EDITING THE CART THUMBNAIL IMAGE*/
img.cartimage {
	width: 100px;
	border: 0px;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*EDITING THE MINI CART AND MINI LOGIN*/
/*The MINICART - The TD & P properties of the minicart*/
td.mincart {
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000;
}
p.mincart {
	font-size: .8em;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*EDITING THE PRICE COLOR*/
span.price {
	COLOR: #FF0000;
	font-size: 1.0em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*Editing the EXTRA CURRENTY format*/
span.extracurr {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3333CC;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*EDITING THE LIST PRICE PROPERTIES*/
/*Please note that the strikethrough and font color are set in vsadmin/inc/languagefile.php*/
div.listprice {
	text-align: center;
}
div.detaillistprice {
	text-align: center;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*EDITING THE SKU PROPERTIES*/
div.prodsku {
	color: #333;
}
div.detailsku {
	color: #333;
}
/*---------------------------------------------------------------------------------------------------------------------*/
/*EDITING THE LINK PROPERTIES IN THE STORE PAGES*/

/*A.ectlink:link {
	color: #333;
	text-decoration: none;
}
A.ectlink:visited {
	color: #333;
	text-decoration: none;
}
A.ectlink:active {
	color: #333;
	text-decoration: none;
}
A.ectlink:hover {
	color: #8D2800;
	text-decoration: none;
}*/
/*to alter the line height in lists.*/

/*CSS File by Jason Rhodes - JR Network Solutions* =END=/