
html{
	
}
body {
	background-color: #404040;
	color:#c6960d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a{
	color:#c6960d;
	text-decoration:none;
}
a:link {color:#c6960d;}      /* unvisited link */
a:visited {color:#c6960d;}  /* visited link */
a:hover {color:#ffffff;}  /* mouse over link */
a:active {color:#ffffff;}  /* selected link */ 

#content{
	width:1028px;
	min-height: 1050px;
	padding:19px;
	margin:auto;
	background-color: #231F20;
}
#taps{
	width:100%;
	padding:0px;
	border-spacing:0px;
}
#specials{
	width:100%;
	padding:0px;
	border-spacing:0px;
}
#full{
	text-align:center;
	margin:16px;
	padding-top:12px;
	border-top:2px solid #c6960d;
}
.full{
	text-align:center;
	margin-left:80px;
	margin-right:80px;
	margin-top:6px;
	margin-bottom:10px;
	padding-top:8px;
	border-top:2px solid #c6960d;
}
.header{
	background-color:#520F00;
	border-bottom:2px solid #c6960d;
	padding:6px;
	font-size:15px;
	z-index:20;
}
.border{
	border:2px solid #c6960d;
}
.bold{
	font-size:15px;
	font-weight:bold;
}
.aside{
	text-align:right;
}
.hr{
	color: #c6960d;
	background-color: #c6960d;
	height:2px;
}
.just{
	text-align:justify;
}
.small{
	font-size:12px;
}
.menu{
	width:1024px;
	margin-bottom:19px;
}
.menu img{
	margin:0px;
	border:0px;
	padding:0px;
}
.left{
	width:743px;
	float:left;
	margin-right:19px;
}
.right{
	width:260px;
	float:right;
}
.syndication{
	border:0px;
	vertical-align:middle;
	margin-right:5px;
	margin-top:10px;
}
.sidebar{
	border-left:2px solid #c6960d;
	margin-top:0px;
	padding-left:19px;
}
.menuitem{
	padding:10px;
}
.row{
	padding:6px;
	border-top:2px solid #907040;
	background-color:#404040;
	font-size:15px;
}
.menurow{
	padding:1px;
	background-color:#404040;
	font-size:15px;
}
.first{
	border-top:0px;
}
.taps{
	margin-bottom:19px;
}
.link{
	margin-bottom:19px;
}
.specials{
}
.end{
	clear:both;
}


/* shopping cart style */

@charset "utf-8";

/* The file style.css contains some of the classes used in the shopping cart software. For a full list of classes, please visit http://www.ecommercetemplates.com/help/css.asp - you can add extra classes to this list and change the values to suit your design.
-------------------------------------*/

/* Horizontal rule 
-------------------------------------*/
hr {
	height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #60a1de;
}

.cartdelete {
	border: 0px;
}

/* Minicart and minilogin properties 
-------------------------------------*/

td.mincart {
	font-size: 13px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 4px;
/*	background-color: #ECECEC; */
}

P.mincart {
	font-size: 13px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

table.mincart{
	border: 1px dotted #333;
	background-color: #FFF;
/*	width: 154px; */
}

.minicartcnt {
	font-size:13px;
}


/* Store generated links 
-------------------------------------*/
a.ectlink:link{
	text-decoration:none;
	color:#c6960d;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}
a.ectlink:visited{
	text-decoration:none;
	color:#c6960d;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}
a.ectlink:active{
	text-decoration:none;
	color:#ffffff;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}
a.ectlink:hover, a.ectlink:focus { 
	text-decoration:underline;
	color:#ffffff;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}
	
/*Table backgrounds for the cart, search, client login etc pages*/
table.cobtbl{
	background-color: #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
} 

td.cobhl{
	background-color:#f6f6f6;
	font-weight: bold;
	color:#333;
}

td.cobll{
	background-color: #fff;
	color : #333;
}

td.cobll a:hover {
	color: #000;
}

.sclinks a:hover {
	color: #000;
}

/* Currency and price properties 
-------------------------------------*/
div.prodcurrency, span.extracurr {
	font-size: 10px;
	font-family : Arial,sans-serif;
	color: #666;
	text-align: center;
	width: 100%;
}
.prodprice, .detailprice{
	font-size: 14px;
	padding:4px;
}

/*Product image alignment 
-------------------------------------*/
.prodimage {
	vertical-align : top;
}

/* Product id, manufacturer and in stock text settings 
-------------------------------------*/
.prodid, .prodmanufacturer, .prodinstock, .detailid{
	color:#666;
}

/* Product name settings 
-------------------------------------*/
.prodname, .detailname{
	font-size: 16px;
	padding:4px;
}

/* Product description settings 
-------------------------------------*/
.proddescription{
	line-height:18px;
	padding-bottom:8px;
}

/* Discount text settings 
-------------------------------------*/
.discountsapply{
	font-size:12px;
	color:#55A6FF;
	font-weight:bold;
}

.detaildiscounts, .proddiscounts, .catdiscounts{
	font-size:13px;
	color:#55A6FF;
	padding-bottom: 4px;
}

