﻿/*ecomerce cart*/

HR {
	height: 0;
	border-width: 2px 0 0 0;
	border-style: groove;
	border-color: #993300;
}


/*text----------------------------------------------------------------------------------------------------------------------------*/

TD {
	font-size: 7pt;
	font-family : Verdana,Arial;
	text-align: left;
}
P {
	font-size: 8pt;
	font-family : Verdana,Arial;
	text-align: left;
}

SPAN.price {
	COLOR: #CC6600;
	font-size: 10pt;
	font-weight: bold;
}

td.prodnavigation {
	font-size: 10pt;
	font-family : Verdana;
	color: #000000;
	text-align: left;
}
P.prodnavigation {
	font-size: 10pt;
	font-family : Verdana;
	color : #000000;
	text-align: left;
}


/*hyperlink---------------------------------------------------------------------------------------------------------------------*/

A.ectlink:link {
	color: #993300;
	text-decoration: none;
	font-size: 10pt;
	font-style: italic;
}

A.ectlink:visited {
color: #993300;
	text-decoration: none;
	font-size: 10pt;
	font-style: italic;
}

A.ectlink:active {
color: #993300;
	text-decoration: none;
	font-size: 10pt;
	font-style: italic;
}
A.ectlink:hover {
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
}

/*Catagory---------------------------------------------------------------------------------------------------------------------*/


P.catname {
	margin-top: 0px;
	margin-bottom: 4px;
	vertical-align: top;
	text-align: left;
	color: #CC6600;
	font-size: 11pt;
}
P.catdesc {
	margin-top: 0px;
	margin-bottom: 4px;
	vertical-align: top;
	font-size: 9pt;
}

IMG.catimage { 
border:0px; 
border-thickness: 1px; 
border-color: #000; 
border-style: solid; 
vertical-align:top; 
}


TD.catnavigation { 
vertical-align:left;
text-align: right; 
}

P.navdesc {
}


/*Product Options-------------------------------------------------------------------------------------------------------------*/

/*The properties of the text that introduces the product option--*/
SPAN.prodoption {
	font-size: 11pt;
	font-family : Verdana;
	color: #993300;
}

/*The properties of the text that introduces the product option--*/
SPAN.detailoption {
	font-size: 11pt;
	font-family : Verdana;
	color: #993300;
}


/*The properties of the text that accompanies the quantity boxes --*/
SPAN.multioption {
font-size: 11px;
font-family : Verdana;
color : #993300;
}


/*Products-------------------------------------------------------------------------------------------------------------------*/
td.prodimage {
	vertical-align: top;
	left: inherit;
	width: 50px;
	border:1px;
}
div.proddescription {
	text-align: left;
	font-size: 8pt;
}


/*Product Details-------------------------------------------------------------------------------------------------------------*/

td.detailimage {
	vertical-align:top;
}

/*The properties of the text in the long product description------------*/
div.detaildescription: {
	text-align: left;
}

HR {
	height: 0;
	border-width: 2px 0 0 0;
	border-style: solid;
	border-color: #FF9900;
}


/*ecomerce Cart-----------------------------------------------------------------------------------------------------------------*/

img.cartimage {
width: 50px;
border:1px;
}

/*Product Review----------------------------------------------------------------------------------------------------------------*/

.review {
color: #CC6600;
font-weight: bold;
}

.showallreview, .reviewcomments {
	color: #CC6600;
	font-weight: normal;
}
.reviewname {
	color: #C0C0C0;
	font-weight: bold;
}

hr.review {
width: 100%;
text-align:left;
height: 0;
border-width: 1px 0 0 0;
border-style: dashed;
border-color: #006AC8;
}


/*Tables------------------------------------------------------------------------------------------------------------------------*/

TABLE.cobtbl{
	background-color: #99CCFF;
}
TD.cobhl{
	background-color: #336699;
}
TD.cobll{
	background-color: #336699;
	color: #FFFFFF;
}
img.cartimage {
width: 100px;
border:1px;
}

/*Recipt email---------------------------------------------------------------------------------------------------------------------*/

.receiptoption{
	background-color: #99CCFF;
}
.receipthr{height: 0;border-width: 1px 0 0 0;border-style: solid;border-color: #F89961;}
.receipthl{background-color:#9FB5FF;}
.receiptheading{
	background-color: #003399;
	color: #FFFFFF;
	font-weight: bold;
}


/*special images------------------------------------------------------------------------------------------------------------------*/

.buybutton{
vertical-align:bottom;
}
.csprodname {
font-size: 10px;
font-family : Verdana;
}

.csprodimage {
font-size: 10px;
font-family : Verdana;
width: 100px;
border:1px;
}


