@charset "UTF-8";

/****Main CSS****/
A:link {
	color: #861204;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
 A:visited {
	color: #861204;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
 A:active { 
 color: #861204;
text-decoration: none;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
 A:hover {
	color: #FF9966;
	text-decoration: none;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
P.pagenums {
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
SPAN.currpage {
	color: #FFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/****Product CSS****/
TD.prodnavigation A:link { 
color: #CA8723;
text-decoration: none;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
TD.prodnavigation A:visited { 
 color: #CA8723;
text-decoration: none;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
TD.prodnavigation A:active { 
 color: #CA8723;
text-decoration: none;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
TD.prodnavigation A:hover { 
 color: #FF9966;
	text-decoration: none;
	color: #B90000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

td.prodnavigation {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #CA8723;
}

P.prodnavigation {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CA8723;
}
/**** Prod 3 Layout****/
.cpd {
	background-color: #861204;
}

.cpdll {
	color: #F0F0F0;
	background-color: #ca8723;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.cpdll  A:link {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.cpdll  A:active { 
color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.cpdll  A:visited { 
color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.cpdll  A:hover {
	color: #B90000;
	text-decoration: underline;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.cpdhl {
	color: #F0F0F0;
	font-weight: bold;
	background-color: #331806;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.cpdll img{
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
.cpdllimage{
	background-color: #FFF;
	text-align: center;
	}

.prod3image{
	margin-left:10%;
	background-color: #FFF;
	margin-right: 10%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 50px;
}
div.prod3price {
	color: #331806;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*****Category CSS****/
TD.catnavigation A:link { 
color: #CA8723;
text-decoration: none;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
TD.catnavigation  A:visited { 
 color: #CA8723;
text-decoration: none;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
TD.catnavigation A:active { 
 color: #CA8723;
text-decoration: none;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
TD.catnavigation A:hover { 
 color: #FF9966;
	text-decoration: none;
	color: #B90000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/****Prod Details Page****/
div.detailname {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #2B1203;
	font-weight: bold;
	
}
div.detaildescription {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
hr {
	width: 100%;
	text-align:left;
	height: 0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #955C17;
	border-right-color: #955C17;
	border-bottom-color: #955C17;
	border-left-color: #955C17;	
}
div.detailprice {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #861204;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}
div.detailmanufacturer {
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: right;
	font-weight: normal;
}
div.detailsku {
font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: right;
	font-weight: normal;
} 

/******Search Page******/
TABLE.cobtbl {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

