/* STORE TABLE BACKGROUNDS
-------------------------------------*/
TABLE.cobtbl{
	
}

TD.cobhl{
	background-color: #161515;
	
}

TD.cobll{
	background-color: #161515;
	color : #FFFFFF;
}

/* PRICE NAME and DISCOUNTS DISPLAY
-------------------------------------*/
.prodname, .detailname {
	color: #000000;
	font-size: 20px;
	font-weight : bold;
	text-align: center;
}
span.price, .detailprice, .prodprice {
padding-top: 0px;
text-align: center;
}
.discountsapply{
	color: #DC9E1F;
	font-size: 12px;
	font-weight : bold;
}
.proddiscounts, .detaildiscounts, .catdiscounts{
color: #84210F;
font-size: 11px;
font-weight : normal;
}
/* PRODUCT REVIEWS
-------------------------------------*/
.numreviews{
	color: #FFFFFF;
	font-size: 13px;
	font-weight : bold;
	background-color:#999999;
	border-bottom:1px solid #000;
	padding:4px;
}
.reviewheader{
	color: #FFFFFF;
	font-size: 12px;
	font-weight : bold;
}
.reviewcomments{
	color: #FFFFFF;
	font-size: 12px;
	font-weight : normal;
	line-height:1.6;
}
.reviewname{
	color: #DC9E1F;
	font-size: 12px;
	font-weight : normal;
	line-height:1.6;
}
/* DESCRIPTION FIELDS
-------------------------------------*/
.detaildescription, .proddescription{
	font-family: "Open Sans", Calibri, sans-serif;
	color: #FFFFFF;
	line-height:1.9;
}

/* Main content */
body{
	margin:10px;
	color:#FFFFFF;
	line-height:1.9;
	background-color: #000000;
	font-family: "Open Sans", Calibri, sans-serif;
	font-size: 16px;
}
td p {
	font:16px "Open Sans", Calibri, sans-serif;
	color:#FFFFFF;
	line-height:1.6;
}
ul{margin:0;padding:0;}
/* Main Link Properties */
A:link {
	color: #CCCCCC;
	text-decoration: none;
}
A:visited {
	color: #CCCCCC;
	text-decoration: none;
}
A:active {
	color: #CCCCCC;
	text-decoration: none;
}
A:hover {
	color: #DC9E1F;
	text-decoration: underline;
}
/* Store Generated Link Properties */
A.ectlink:link {
	color: #CEA411;
	text-decoration: none;
}
A.ectlink:visited {
	color: #CEA411;
	text-decoration: none;
}
A.ectlink:active {
	color: #CEA411;
	text-decoration: none;
}
A.ectlink:hover {
	color: #333;
	text-decoration: underline;
}
/* Top navbar */
div#topnav
{
	background-color: #000000;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
div#topnav ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	line-height:1.3;
}
div#topnav ul li
{
display: inline;
}
div#topnav ul li a
{
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: -1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
div#topnav ul li a:hover
{
	background-color: #DC9E1F;
	color: white;
}

/* Left properties */
.leftSide ul li{list-style:none;line-height:19px;
}

/* Titles */
h1 {
	font-size: 13px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : bold;
	padding-top: 5px;
	border-bottom: 1px dotted #999;
	color : #E2B107;
	margin-left: 2px;
	margin-right: 2px;
	text-align:center;
	text-transform: uppercase;
}

h2 {
	font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding: 5px;
	background-color: #333;
	border-bottom: 1px dotted #CCC;
	color : #FFF;
	margin-top:0px;

}
h2.page__title {
	font-size: 30px;
	padding: 20px 0 10px 0;
	background: url('../images/border.png') no-repeat 30% center, url('../images/border.png') no-repeat 70% center;
	color: #e9b833;
	text-transform: uppercase;
}
h2.page__title span {
	background: none;
}
h3 {
	font-size: 20px;
	font-family : "Open Sans", Calibri, sans-serif;
	font-weight : bold;
	background-color: #e9b833;
	border-bottom: 1px dotted #CCC;
	color : #000;
	margin-top:0px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
h4 {
	font-size: 23px;
	color: #d9af1d;
	font-weight: 300;
	margin: 0;
}
h4 a {
	color: #000000;
	font-family: Calibri, Arial sans-serif;
	font-weight: bold;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
h4 a:hover {
	text-decoration: none;
	color: #e9b833;
}

/* SEARCH PROPERTIES
-------------------------------------*/
   
.sub	{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFF;
background: #000;
height: 20px;
width: 56px;
border: 1px solid #333;
padding-bottom:12px;
text-align:center;
vertical-align:bottom;
}

input.search	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #ECECEC;
	height: 16px;
	width: 240px;
	border: 1px solid #333;
}

td.searchtd{
height:10px;
text-align:right;
vertical-align:top;
}
/* Gray cell backgrounds */
td.gray{
	background: #ECECEC;
}

/* Horizontal rule */
hr {
height: 0;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #e69d01;
}
/* Minicart */
TD.mincart {
font-size: 11px;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

P.mincart {
font-size: 11px;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

table.mincart
{
	border: 1px solid #000000;
	background-color: #e9b833;
	width: 194px;
}

td.mincart
{
	background-color: #000000;
}

/* Price properties */

.prodcurrency{
text-align:center;}

td.optiontext{
width:50%;}
.copyright {
	color: #4f4e4e;
	padding: 35px 0;
	margin: 0;
	position: relative;
	z-index: 200;
}