/* MAIN SETTINGS
-------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #CCC;
	line-height:1.6;
	background-color: #ECF6F7;
	background-repeat: repeat-x;
}

/* LINK PROPERTIES
-------------------------------------*/

a {
	color: #A54C6A;
	text-decoration: none;
}
a:hover {
	color: #A54C6A;
	text-decoration: underline;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

/* FOOTER LINK PROPERTIES
-------------------------------------*/

a.footer {	color: #666; text-decoration: underline; }
a.footer:hover { color: #333; text-decoration: underline; }

/* TOP LINK PROPERTIES
-------------------------------------*/

.cart{padding-left:110px;line-height:26px;}
.cart .basket{background:url(images/ico_cart.gif) left no-repeat;padding:4px 0 4px 20px;}
.cart .account{background:url(images/ico_account.gif) left no-repeat;padding:4px 0 4px 20px;}
.cart .advsearch{background:url(images/ico_search.gif) left no-repeat;padding:4px 0 4px 20px;}

/* TOP NAVIGATION
-------------------------------------*/

.topmenu{
width:900px;
}
div#topnav
{
	background-color: #A54C6A;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
div#topnav ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
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: #7A6672;
color: white;
}

/* SECOND NAVIGATION
-------------------------------------*/

#menu { background-color: #A54C6A; height: 34px; list-style: none; margin: 0px; padding: 2px 0px 0px 12px; text-align: center; line-height:1.3;}
  #menu li { float: left; height: 30px; font: bold 10px/30px Tahoma, Arial, sans-serif; background: url(images/separator.gif) 0% 100% no-repeat; }
  #menu li.f { background: url(images/separator.gif) 0px 6px no-repeat; }
  #menu li.s { background: none; }
   #menu li a { color: #ffffff; padding: 0px 20px; } #menu li a:hover, #menu li.over a { color: #000000; }
   
/* SEARCH PROPERTIES
-------------------------------------*/
   
.sub	{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ECF6F7;
background: #50806A;
height: 20px;
width: 56px;
border: 1px solid #50806A;
padding-bottom:12px;
text-align:center;
}

input.search	{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
background: #ECF6F7;
height: 16px;
width: 240px;
border: 1px solid #50806A;
}

td.searchtd{
height:10px;
text-align:right;
vertical-align:top;
}

/* LEFT NAVIGATION
-------------------------------------*/

.leftmenu {
	margin: 0px;
	background-image: url(images/lefttop.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 141px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 14px;
	display: block;
}

.leftmenu_list {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	list-style-type: none;
	margin: 0px;
	background-image: url(images/leftmenubg.gif);
	background-repeat: repeat-y;
	width: 137px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	line-height: 16px;
}

.leftmenu_text {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	list-style-type: none;
	margin: 0px;
	background-image: url(images/leftmenubg.gif);
	background-repeat: repeat-y;
	width: 137px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	line-height: 16px;
}

.leftmenu_list li {
	display: inline;
}

.leftmenu_list a {
	color: #A54C6A;
	text-decoration: none;
	padding-left: 9px;
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.leftmenu_list a:hover {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

/* HOME PAGE PRODUCTS
-------------------------------------*/

.homeproduct{border-bottom:1px dashed #50806A; padding:8px 0;}
.homeproduct .txt{padding:2px 8px 0 0;}
.homeproduct a{font:bold 14px Arial, Helvetica, sans-serif;}
.homeproduct span{color:#333;font-weight:bold;padding:2px 8px 0 0;}

/* TITLES
-------------------------------------*/

h1 {
	font-size: 20px;
	font-family : Arial,sans-serif;
	font-weight : bold;
	padding-top: 5px;
	border-bottom: 1px dashed #50806A;
	color : #F00;
	margin-left: 4px;
	margin-right: 4px;
}

/* RIGHT BACKGROUND
-------------------------------------*/

td.rightbg{
width:5px;
background-image: url(images/rightbg.gif);
}

/* MINICART PROPERTIES
-------------------------------------*/

table.mincart{
border: 1px dotted #50806A;
background-color: #FFF;
width:135px;
}

td.mincart{
background-color: #ECF6F7;
}

/* HORIZONTAL RULE
-------------------------------------*/

HR {
height: 0;
border-width: 1px 0 0 0;
border-style: dashed;
border-color: #50806A;
}

/* SEARCH, CART ETC TABLES
-------------------------------------*/

table.cobtbl{
background-color: #A54C6A;
}

td.cobhl{
background-color: #DAAFBE;
}

td.cobll{
background-color: #ECF6F7;
color : #333;
}

/* PRICE DISPLAY
-------------------------------------*/

.prodprice, .detailprice {
color: #60596A;
font-size: 16px;
font-weight : bold;
}

/* catagory properties
-------------------------------------*/

P.catname {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 4px;
	vertical-align:top;
}

P.catdesc { 
margin-top: 0px; 
margin-bottom: 4px; 
vertical-align:top;
}

IMG.catimage {
	border:0px;
	border-thickness: 1px;
	border-color: #000;
	border-style: solid;
	vertical-align:top;
}

TD.catimage { 
vertical-align:top; 
} 

TD.catname {
	vertical-align:top;
	text-align: left;
} 

TD.catnavigation {
	vertical-align:middle;
	text-align: left;
}
.image1 {
	color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

td.prodfilter{
background-color:#ececec;
border: 1px dotted #42619a;
padding:4px;
font-weight:bold;
color: #42619a;}

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

div.minimailsignup{
border:dotted 1px #e69d01;
background:#fdedc9;
margin:4px auto;
width:135px;
padding:4px;
}
label.minimailsignup{
display:block;
font-weight:bold;
width:70px;
padding-top:2px;
}
input.minimailsignup{
font-size:12px;
padding:2px 2px;
border:solid 1px #999;
width:100px;
margin:2px;
}
input.minimailsubmit{
margin:6px;
}

