﻿/* Main content */
body{margin:10px;font:11px Verdana, Arial, Helvetica, sans-serif;color:#333;line-height:1.6;}
td p {font:11px Verdana, Arial, Helvetica, sans-serif;color:#333;line-height:1.6;}
ul{margin:0;padding:0;}

#maincontainer{
width: 900px;
margin: 0 auto;
}

div.subcontainer{
	width: 85%;
	margin: 0 auto;
}

/* Header */
#header {
	padding: 6px 0;
}

#header .logo {
	padding-top: 0px;
	padding-bottom:5px;
}
#header .hdrR {
	line-height: 16px;
	text-align: right;
}
#header .hdrR p {
	color: #60a1de;
	font: normal 30px Arial, Helvetica, sans-serif;
	padding: 10px 0 0 24px;
}

#header .hdrC {
	line-height: 16px;
	text-align: center;
}
#header .hdrC p {
	color: #60a1de;
	font: normal 30px Arial, Helvetica, sans-serif;
	padding: 20px 0 0 24px;
}


.clr {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
	border: none;
}
#header .logo {
	float: left;
}
.l {
	float: left;
}
#header .hdrR {
	float: right;
}

/* Body content */
#mainwrapper{
float: left;
width: 100%;
}

#maincontent{
margin-left: 150px; 
border: 1px solid #ccc;
}
div.store{
padding:10px;
}

/* Left content */
.lefthand{
float: left;
width: 140px; 
margin-left: -900px; 
background: #FFF;
border: 1px solid #ccc;
list-style:none;
line-height:18px;
}
.leftside ul li{
list-style:none;
line-height:18px;
padding-left:4px;}

/* Footer content */
.footer1{
clear: left;
width: 100%;
background: #fff;
}

#footer{
clear: left;
width: 100%;
background: #fff;
}

div.bottomlinks{
float: left;
width: 214px;
background: #fff;
border-right: 1px solid #ccc;
border-top: 1px solid #ccc;
padding:5px;
}


/* Main Link Properties */
A:link {
	color: #cb1f27;
	text-decoration: none;
}
A:visited {
	color: #cb1f27;
	text-decoration: none;
}
A:active {
	color: #cb1f27;
	text-decoration: none;
}
A:hover {
	color: #333;
	text-decoration: underline;
}


/* H2 links */
A.h2link:link {
	color: white;
	text-decoration: none;
}
A.h2link:visited {
	color: white;
	text-decoration: none;
}
A.h2link:active {
	color: white;
	text-decoration: none;
}
A.h2link:hover {
	color: #cb1f27;
	text-decoration: underline;
}


/* Store Generated Link Properties */
A.ectlink:link {
	color: #cb1f27;
	text-decoration: none;
}

A.ectlink:visited {
	color: #cb1f27;
	text-decoration: none;
}
A.ectlink:active {
	color: #cb1f27;
	text-decoration: none;
}
A.ectlink:hover {
	color: #333;
	text-decoration: underline;
}
/* Top navbar */
div#topnav
{
background-color: #333;
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}
div#topnav ul
{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
/* font-weight:bold; */
letter-spacing:.1em;
color: white;
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: white;
text-decoration: none;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
margin-right: -1px;
}
div#topnav ul li a:hover
{
background-color: #cb1f27;
color: white;
}

/* Titles */
h1 {
	font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding-top: 5px;
	border-bottom: 1px dotted #999;
	color : #333;
	margin-left: 14px;
	margin-right: 4px;
	text-align:right;
}

h2 {
	font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding: 5px;
	background-color: #333;
	color : #FFF;
	margin-top:0px;

}

h3 {
	font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding: 5px;
	background-color: #666;
	color : #FFF;
	margin:4px;
	}

h4 {
	font-size: 12px;
	font-family : Verdana,Arial,sans-serif; 
	font-weight : bold;
/*	font-variant:small-caps; */
/*	padding-top: 5px; */
	border-bottom: 1px dotted #999;
	color : #333;
	margin-right: 4px;
	text-align:left;
}

div.homepics{
	width:750px;

}
div.picscontent{
	width:358px;
	height:150px;
	border: 1px solid #ccc;
	padding:5px;
	margin-top: 6px;
	float:left;
}
div.picscontent1{
	width:358px;
	height:150px;
	border: 1px solid #ccc;
	padding:5px;
	margin-top:6px;
	float:right;
}
div.prodpic{
	float:left;
	
}

div.prodtext{
	float:right;
	width:250px;
	text-align:left;
}

div.buyretail{
	width:358px;
	border: 1px solid #ccc;
	padding:5px;
	margin-top: 6px;
	float:left;

}

div.merchcontent{
	width:358px;
	height:100px;
	border: 1px solid #ccc;
	padding:5px;
	margin-top: 6px;
	float:left;
}

div.merchcontentr{
	width:358px;
	height:100px;
	border: 1px solid #ccc;
	padding:5px;
	margin-top:6px;
	float:right;
}

div.merchpic{
	float:none;
	text-align:center;
}

div.merchtext{
	float:left;
	text-align:center;
	width:338px;
}

div.buysearchbox{
	width:358px;
	height: 200px;
	border: 1px solid #ccc;
	padding:5px;
	margin-top: 6px;
	float:left;

}

div.buysearchboxr{
	width:358px;
	height: 200px;
	border: 1px solid #ccc;
	padding:5px;
	margin-top: 6px;
	float:right;

}


/* SEARCH PROPERTIES
-------------------------------------*/
   
.sub	{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFF;
background: #999;
height: 16px;
width: 56px;
border: 1px solid #333;
padding-bottom:12px;
text-align:center;
vertical-align:bottom;
}

input.searchstate	{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
background: #ECECEC;
height: 18px;
width: 40px;
border: 1px solid #333;
}

input.search	{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
background: #ECECEC;
height: 16px;
width: 140px;
border: 1px solid #333;
}


/* Horizontal rule */
hr {
height: 0;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #cb1f27;
}
/* 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 dotted #333; */
border-collapse:collapse;
background-color: #FFF;
width: 136px;
}

td.mincart
{
background-color: #FFF;
}

/* Table backgrounds */
TABLE.cobtbl{
background-color: #333;
}

TD.cobhl{
background-color: #ECECEC;
}

TD.cobll{
background-color: #FFF;
color : #333;
}
/* Price properties */
.prodprice {
font:bold 14px Arial, Helvetica, sans-serif;color:#333;
padding-top: 4px;
text-align: center;
}

.detailprice {
font:bold 14px Arial, Helvetica, sans-serif;color:#333;
padding-top: 4px;
text-align: center;
}

SPAN.price {
font:bold 14px Arial, Helvetica, sans-serif;color:#333;
padding-top: 4px;
text-align: center;
}

.detailname{
color: #333;
font-weight:bold;
}

.prodname{
color: #333;
font-weight:bold;
}
.prodcurrency{
text-align:center;}

ul.ectmenu1 {
list-style: none;
border:0px solid;
font-size:11px;
padding:0px;
background-color: white;
line-height:1.1em;
}

li.ectmenu1 {
border: 1px dotted #999;
padding:0px;
background-color:white;
line-height:1.1em;
}

li.ectmenuhassub1 a{
display:block;
padding:4px;
background-image:url(images/arrow.gif);
line-height:1.1em;
}

li.ectmenuhassub1 a:hover{
display:block;
padding:4px;
background-image:url(images/arrowov.gif);
background-color: white;
color: #333;
line-height:1.1em;
}

li.ectmenu1 a{
display:block;
padding:4px;
line-height:1.1em;
}

li.ectmenu1 a:hover{
background-color: white;
color: #333;
line-height:1.1em;
}

table#bundletable {
	border: 1px;
	border-collapse:collapse;
	outline-style:none;
	height: 67px;
	width: 75%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

td#bundlecell {
	height: 16px;
	width: 25%;
	font-weight:bold;
	color:black;
	text-align:center;
	background-color: white;
}


/* Category Layout */
P.catname {
text-align: center; 
margin-top: 5px; 
margin-bottom: 14px; 
vertical-align:top;
}

P.catdesc { 
margin-top: 0px; 
margin-bottom: 4px; 
vertical-align:top;
}

IMG.catimage { 
/* border: 1px solid #000; */
vertical-align:top; 
}

TD.catimage { 
vertical-align:top; 
}

TD.catname { 
vertical-align:top; 
text-align: center; 
}

TD.catnavigation { 
vertical-align:middle;
text-align: left; 
}

/* cart/checkout */
table.cobtbl{
background-color: #ddd;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-shadow: 1px 1px 3px #666;
} 

td.cobhl{
background-color: #eee;
font-weight: bold;
color:#333;
}

td.cobll{
background-color: #fff;
color : #333;
}

.cartimage{
border: 1px solid #666;
}
