/* Main content */
body{
	margin:10px;
	color:#3D3D3F;
	line-height:1.6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/bck.jpg);
	background-repeat: no-repeat;
	background-color: #6F7072;
}
td p {font:11px Verdana, Arial, Helvetica, sans-serif;color:#333;line-height:1.6;}
ul{margin:0;padding:0;}
/* Main Link Properties */
A:link {
	color: #3D3D3F;
	text-decoration: none;
}
A:visited {
	color: #3D3D3F;
	text-decoration: none;
}
A:active {
	color: #3D3D3F;
	text-decoration: none;
}
A:hover {
	color: #6F7072;
	text-decoration: underline;
}
/* Store Generated Link Properties */
A.ectlink:link {
	color: #3D3D3F;
	text-decoration: none;
}
A.ectlink:visited {
	color: #3D3D3F;
	text-decoration: none;
}
A.ectlink:active {
	color: #3D3D3F;
	text-decoration: none;
}
A.ectlink:hover {
	color: #6F7072;
	text-decoration: underline;
}
/* top navbar */
ul.ectmenu1 {
	list-style: none;
	border:0px solid;
	color:#ffffff;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
li.ectmenu1 {
	padding:4px;
	background-color: #3D3D3F;
	text-align:left;
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: 0px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-right-color: #FFFFFF;
border-left-color: #FFFFFF;
}
li.ectmenu1 a{
color: #fff;
padding:4px;
}
li.ectmenu1 a:hover{
	color: #FF0000;
	padding:4px;
	text-decoration: none;
}

/* Left Navigation properties */
.LeftNav a
{
	display:block;
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 12px;
	color:#000;
	font-weight:normal;
	text-decoration:none;
	text-indent: 15px;
}
.LeftNav a:hover
{
	color:#000;
	background-color: #ccc;
	
}

/* Titles */
h1 {
	font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	color : #333;
}

h2 {
	font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	color : #FFF;
	margin-top:0px;

}

h3 {
	font-size: 12px;
	font-family : Verdana, Arial, sans-serif;
	font-weight : bold;
	padding: 5px;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #CCC;
	color : #E32627;
	margin-top:0px;
	margin-bottom:0px;
}

/* SEARCH PROPERTIES
-------------------------------------*/
   
.sub	{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #3D3D3F;
background: #999;
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: #333;
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-color:#CCC;
}

/* Horizontal rule */
hr {
	height: 0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3D3D3F;
	border-right-color: #3D3D3F;
	border-bottom-color: #3D3D3F;
	border-left-color: #3D3D3F;
}
/* Minicart */
TD.mincart {
	font-size: 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #6F7072;
}

P.mincart {
	font-size: 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #6F7072;
}

table.mincart
{
border: 1px dotted #fff;
background-color: #FFFFFF;
width: 150px;
}

td.mincart
{
background-color: #FFFFFF;
}
/* Table backgrounds */
TABLE.cobtbl{
	background-color: #333;
	color: #3D3D3F;
}

TD.cobhl{
background-color: #ECECEC;
}

TD.cobll{
background-color: #FFF;
color : #333;
}
/* Price properties */
SPAN.price, .detailprice, .prodprice {
	color:#E32627;
	padding-top: 4px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.prodname, .detailname{
color: #E32627;
font-weight:bold;
}
.prodcurrency{
	text-align:center;
	color: #3D3D3F;
}

SPAN.prodoption {
font-size: 11px;
font-family : Verdana;
color : #FF0000;
}

SPAN.detailoption {
font-size: 11px;
font-family : Verdana;
color : #FF0000;
}

