@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;
}

/* Minicart and minilogin properties 
-------------------------------------*/
td.mincart {
	font-size: 11px;
	font-family : Arial, Helvetica, sans-serif;
	background-color: #ECECEC;
}

P.mincart {
	font-size: 11px;
	font-family : Arial, Helvetica, sans-serif;
}

table.mincart{
	border: 1px dotted #333;
	background-color: #FFF;
	width: 154px;
}

/* Store generated links 
-------------------------------------*/
a.ectlink:link{
	text-decoration:none;
	color:#000066;
	font: 13px Arial, Helvetica, sans-serif;
}
a.ectlink:visited{
	text-decoration:none;
	color:#000066;
	font: 13px Arial, Helvetica, sans-serif;
}
a.ectlink:active{
	text-decoration:none;
	color:#000066;
	font: 13px Arial, Helvetica, sans-serif;
}
a.ectlink:hover, a.ectlink:focus { 
	text-decoration:underline;
	color:#333;
	font: 13px 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;
}

/* 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;
}
/* cjm add menu style */
ul.ectmenu1 {
list-style: none;
border:0px solid;
font-size:10px;
padding:0px;
background-color: #fdedc9;
}
li.ectmenu1 {
border: 1px dotted #e69d01;
padding:0px;
background-color:#fdedc9;
}
li.ectmenuhassub1 a{
display:block;
padding:4px;
background-image:url(images/arrow2.gif);
}
li.ectmenuhassub1 a:hover{
display:block;
padding:4px;
background-image:url(images/arrow2ov.gif);
background-color: #e69d01;
color: #fff;
}
li.ectmenu1 a{
display:block;
padding:4px;
}
li.ectmenu1 a:hover{
background-color: #e69d01;
color: #fff;
}
li.ectsubmenu1{
background-color: #efefef;
border-bottom:0px;
}
/* this is C&C's configuration*/
p.prodnavigation	{
	font-size: 14px;
	color: #4b857f;
	}
	
a.ectlink:link	{
	font-size: 14px;
	color: #8f325d;
	text-decoration:underline;
	}	
a.ectlink:visited	{
	font-size: 14px;
	color: #8f325d;
	text-decoration:underline;
	}
a.ectlink:hover	{
	font-size: 14px;
	color: #fff;
	background-color: #8f325d;
	}	
div.prodname a.ectlink	{
	letter-spacing:1px;
	font-family: 'Titillium Web', sans-serif;
	color: #8f325d;
	font-size:20px;
	font-weight:600;
	font-style:italic;
	padding:0 4px;
}
div.prodname a.ectlink:hover	{
	color: #fff;
	text-decoration:none;
}
hr	{
	border-color:#4b857f;
}
img.prodimage	{
	border-radius:4px;
	box-shadow: 2px 2px 4px 0px #444;
}
div.detailname	{
	letter-spacing:1px;
	font-family: 'Titillium Web', sans-serif;
	color: #4b857f;
	font-size:22px;
	font-weight:600;
	font-style:italic;
	text-decoration:none;
}

/* cjm adds */
div.cartcol	{
	padding:10px 10px;
	margin:0px 0px 10px 10px;
	box-shadow: 2px 2px 4px 0px #444;
	border:solid 2px #ddd;
	border-radius:12px;
	background-color:#fff;
}
div#cartleftcol	{
	float:left;
	width:750px;
}
div#cartrightcol	{
	float:right;
	width:160px;
}
div#cartcentercol	{
	margin:0 auto;
	width:800px;
}
/* cjm override checkout box settings */
table.cobtbl {
	padding:2px;
	margin:0px 0px 10px 10px;
	box-shadow: 2px 2px 4px 0px #444;
	border:solid 2px #ddd;
	border-radius:12px;
}
input.buybutton, input[type="button"], select	{
	font-size:medium;
	cursor:pointer;
}
div.prodoptions td.option, div.detailoptions td.option	{
	line-height:2em;
	padding:0 0 10px 10px;
}
div.prodoptions td.option span, div.detailoptions td.option span	{
	vertical-align:middle;
}
div.detailquantityinput	{
	margin-left:10px;
}
div.detailquantityinput input	{
	font-size:14px;
}
