/* MAIN SETTINGS
-------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px; padding: 0px; background: url('images/bgstretch.gif') repeat-y repeat-x; 
	line-height:1.6;
}

/* LINK PROPERTIES
-------------------------------------*/

a {color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }

/* FOOTER LINK PROPERTIES
-------------------------------------*/

a.footer {	color: #000; text-decoration: underline; }
a.footer:hover { color: #000; 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:1000px;
}
div#topnav
{
background-color: #000;
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{
width: 1000px;
background-color: #fff;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.menu ul{
margin: 0;
padding: 0;
padding-left: 4px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
}

.menu li{
display: inline;
margin: 0;
}

.menu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 10px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #000000; /*background of tabs (default state)*/
}

.menu li a:visited{
color: white;
}

.menu li a:hover, .menu li.selected a{
background: red; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
   
/* SEARCH PROPERTIES
-------------------------------------*/
   
.sub	{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ECF6F7;
background: #4c86dc;
height: 20px;
width: 56px;
border: 1px solid #50806A;
padding-bottom:12px;
text-align:center;
vertical-align:bottom;
}

input.search	{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #db421d;
background: #fff;
height: 16px;
width: 300px;
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: #000;
	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: #000;
	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: #000;
	text-decoration: none;
	padding-left: 9px;
	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 12px Arial, Helvetica, sans-serif;}
.homeproduct span{color:#000;font-weight:bold;padding:2px 8px 0 0;}


/* TITLES
-------------------------------------*/

h1 {
	font-size: 18px;
	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: 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: #B0B0B0;
}

td.cobhl{
background-color: #F8F8F8;
}

td.cobll{
background-color: #fff;
color : #333;
}

/* PRICE NAME and DISCOUNTS DISPLAY
-------------------------------------*/
td.product {
border: 1px solid #cbcbcb;
background-color: #FFF;
}

.prodprice, .detailprice, .prodname, .detailname {
color: #000;
font-size: 16px;
font-weight : bold;
}

.discountsapply{
color: #84210F;
font-size: 12px;
font-weight : bold;
}
.proddiscounts, .detaildiscounts, .catdiscounts{
color: #84210F;
font-size: 11px;
font-weight : normal;
}

/* PRODUCT REVIEWS
-------------------------------------*/
.numreviews{
color: #333;
font-size: 13px;
font-weight : bold;
background-color:#ccc;
border-bottom:1px solid #000;
padding:4px;
}

.reviewheader{
color: #333;
font-size: 12px;
font-weight : bold;
}

.reviewcomments{
color: #333;
font-size: 12px;
font-weight : normal;
line-height:1.6;
}

.reviewname{
color: #666;
font-size: 12px;
font-weight : normal;
line-height:1.6;
}
/* DESCRIPTION FIELDS
-------------------------------------*/
.detaildescription, .proddescription{
	color: #000;
	line-height:1.6;
	}
	


/*---IMAGE CLASS BODY-----------*/

div.img1
{
  margin: 5px;
  height: auto;
  width: auto;
  text-align: center;
}

.buybutton{
vertical-align:bottom;
}

/*---------css fp -----------------*/

.slogan 
{
	position: absolute;
	margin: 0; padding: 0;
	font: bold 14px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #000;
	/* change the values of top and left to adjust the position of the slogan*/

	top: 2px; right: 140px;	
	}