@charset "UTF-8";
/* CSS Document */
/***Prod Page***/
/**...for the price**/
span.price, .detailprice, .prodprice {
	font-size: 14px;
	font-family : "Times New Roman", Times, serif;
	text-align: center;
	width: 100%;
	color: #000;
} 
/**...for the alternative currency **/
div.prodcurrency {
font-size: 14px;
font-family : Times New Roman, Times, serif;
text-align: center;
width: 100%;
} 
/**...for the border around the product information**/
td.product {
	background-image: url(../images/notepaper.jpg);
	background-repeat: repeat-x;
	width: 220px;
} 
/**Prod discription**/
div.proddescription {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
/**Prod image**/
img.prodimage {
	color: #FFFFFF;
	border: 4px ridge #A78461;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	}
td.prodimage {
	
}
div.prodname {
	color: #A23319;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
div.prodname a:link {
	color: #A23319;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
div.prodname a:visited {
color: #A23319;
font-weight: normal;
font-size: 16px;
line-height: 20px;
font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: none;
}
div.prodname a:active {
color: #A23319;
font-weight: normal;
font-size: 16px;
line-height: 20px;
font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: none;
}
div.prodname a:hover {
	color: #142036;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
div.prodid {
color: #A23319;
font-weight: normal;
font-size: 18px;
line-height: 20px;
font-family: Georgia, "Times New Roman", Times, serif;
}
/**Top bred nav on prod pages**/
td.prodnavigation {
	font-size: 11px;
	font-family : Verdana;
	color : #5C544D;
}
td.prodnavigation a:link{
	font-size: 11px;
	font-family : Verdana;
	color : #A5361F;
	text-decoration: none;
}
td.prodnavigation a:visited{
	font-size: 11px;
	font-family : Verdana;
	color : #A5361F;
	text-decoration: none;
}
td.prodnavigation a:active{
	font-size: 11px;
	font-family : Verdana;
	color : #A5361F;
	text-decoration: none;
}
td.prodnavigation a:hover{
	font-size: 11px;
	font-family : Verdana;
	color : #1D293F;
	text-decoration: none;
}

P.prodnavigation {
	font-size: 11px;
	font-family : Verdana;
	color : #5C544D;
}
/**Top bred nav on droddetail pages**/
P.prodnavigation {
	font-size: 11px;
	font-family : Verdana;
	color : #5C544D;
}
P.prodnavigation a:link{
	font-size: 11px;
	font-family : Verdana;
	color : #A5361F;
	text-decoration: none;
}
P.prodnavigation a:visited{
	font-size: 11px;
	font-family : Verdana;
	color : #A5361F;
	text-decoration: none;
}
P.prodnavigation a:active{
	font-size: 11px;
	font-family : Verdana;
	color : #A5361F;
	text-decoration: none;
}
P.prodnavigation a:hover{
	font-size: 11px;
	font-family : Verdana;
	color : #1D293F;
	text-decoration: none;
}

/**Page Numbers**/
P.pagenums {
font-size: 12px;
font-family : Verdana;
}
SPAN.currpage {
color: #FF0000;
font-weight: bold;
}

/**Links in cart**/
A.ectlink:link {
color: #A23319;
	font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: none;
}

A.ectlink:visited {
color: #A23319;
	font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: none;
}

A.ectlink:active {
color: #A23319;
	font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: none;
}

A.ectlink:hover {
	color: #15253E;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}


HR {
	height: 0;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
/***Prod Detail**/
div.detailname {
	color: #A23319;
font-weight: normal;
font-size: 18px;
line-height: 20px;
font-family: Georgia, "Times New Roman", Times, serif;
}
div.detailprice {
	font-weight: bold;
	color: #F00;
	font-size: 16px;
}
div.detailprice .price {
	font-weight: bold;
	color: #F00;
	font-size: 16px;
}



/**...to top align the product picture**/
.detailimage {
vertical-align : top;
} 
