@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: 215px;
}

/* 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;
}
td .catname {
font-family:Georgia, "Times New Roman", Times, serif;
/*background-image:url(images/graphics/heat-transfer-solutions.png);*/
font-size:1.25em;
font-weight:lighter;
margin-top:16px;
text-align:left;
padding:6px 0 12px 0px;
background-repeat:no-repeat;
/*padding-left:25px;
margin-left:-10px;*/
margin-bottom:0;
color:#990000;
}
td a.ectlink:link{
	text-decoration:none;
	font-size:1.25em;
font-weight:lighter;
margin-top:16px;
text-align:left;
padding:6px 0 12px 0px;
background-repeat:no-repeat;
/*padding-left:25px;
margin-left:-10px;*/
margin-bottom:0;
color:#990000;
}
td a.ectlink:visited{
	text-decoration:none;
	font-size:1.25em;
font-weight:lighter;
margin-top:16px;
text-align:left;
padding:6px 0 12px 0px;
background-repeat:no-repeat;
/*padding-left:25px;
margin-left:-10px;*/
margin-bottom:0;
color:#990000;
}
td a.ectlink:active{
	text-decoration:none;
	font-size:1.25em;
font-weight:lighter;
margin-top:16px;
text-align:left;
padding:6px 0 12px 0px;
background-repeat:no-repeat;
/*padding-left:25px;
margin-left:-10px;*/
margin-bottom:0;
color:#990000;
}
td a.ectlink:hover, a.ectlink:focus { 
	text-decoration:underline;
	font-size:1.25em;
font-weight:lighter;
margin-top:16px;
text-align:left;
padding:6px 0 12px 0px;
background-repeat:no-repeat;
/*padding-left:25px;
margin-left:-10px;*/
margin-bottom:0;
color:#990000;
}
	
/*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;
}

