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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px; padding: 0px; background: url(images/bgstretch.gif) #fff repeat-x;
	color: #666;
	line-height:1.6;
}

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

a {	color: #A54C6A; text-decoration: none; }
a:hover { color: #333; text-decoration: underline; }

/* 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: #DAAFBE;
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: #682244;
text-decoration: none;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
margin-right: -1px;
}
div#topnav ul li a:hover
{
background-color: #682244;
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: 1px;
	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: 0px;
	display: block;
}
.leftmenu_list a:hover {
	text-decoration: underline;
}

/* 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 : #333;
	margin-left: 4px;
	margin-right: 4px;
}

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

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

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

table.mincart{
	border: 2px;
	background-color: #FFF;
	width:135px;
	border-color: #DAAFBE;
	border-style: solid;
}

td.mincart{
background-color: none;
}

/* 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;
}
table.ezlogin{
background-color: #DAAFBE;
}


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

.prodprice, .detailprice {
color: #60596A;
font-size: 16px;
font-weight : bold;
}
/* CSS ACCORDIAN MENU 
*************************************/

ul.ectmenu1 {
	list-style: none;
	font-size:12px;
	font-weight:bold;
	padding:4px;
	width: 126px;
	
	
}
li.ectmenu1 {
border:none;
padding:0px;
background-color: none;

}
li.ectmenuhassub1 a{
display:block;
border-width: 1px;
border-style:dotted; border-color:#682244; 
padding:4px;
background-image:url(images/arrow2.gif);
background-color:#000000;
}
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;
background-color:#ffffff;
border-width: 1px;
border-style:dotted; border-color:#682244; 

}
li.ectmenu1 a:hover{
background-color: #A54C6A;
color: #fff;
}
li.ectsubmenu1{
background-color: #d8afbd;
border-bottom:0px;
}
li.ectsubmenu1 a:hover{
background-color: #f8b5cc;
color: #000;
}
