/* GLOBAL */

html{
	font-size: small;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
    }

body {
	font-family: Arial, verdana, sans-serif;
	line-height:1.3em;
	margin: 34px;
	background: #8A3D9B;
	color: #000;
    }

a { 
	color: #333; 
	}

h1, h2, h4 { padding: 0; margin: 0; font-family:  Tahoma, helvetica, Arial, verdana, sans-serif }
h1, p, ul, ol { margin-top: 0; margin-bottom: 14px; }
h3, h5, td, table, form, div { margin: 0; padding: 0; }
img { border: 0; }

h1 { font-size: 1.8em; color:#8A3D9B; }
h2, h4, h5 { font-size: 1em; }
h2 a { text-decoration: none; color: #8A3D9B; }
h2 a:hover { text-decoration:underline; }
h3 { font: bold 1.1em Tahoma, Arial, Helvetica, sans-serif;}
h5 { display: inline; }

form { 
	display:inline; 
	}

select {
	margin-bottom: 3px; 
	}

#content {
	float:right;
	width: 660px;
	}
	
#content_home {
	float:right;
	width: 660px;
	}
	
#content_home h1 {
	display:none;
	}
	
#login {
	line-height:25px;
    width: 265px;
	}

#mainbody {
	width: 907px;
	margin: 0 auto;
	padding: 11px 21px 44px 21px;
	font-size:97%;
	background:url(graphics/en-US/new/bottom_content.jpg) bottom no-repeat #fff;
	}
	
#mainbody_account {
	width: 907px;
	margin: 0 auto;
	padding: 11px 21px 44px 21px;
	font-size:95%;
	background:url(graphics/en-US/new/bottom_content.jpg) bottom no-repeat #fff;
	}

#topbar {
    width: 949px;
	margin: 0 auto;
	padding: 50px 0 50px 0;
	background:url(graphics/en-US/new/logobar_top.gif) top no-repeat #fff;
	}
		
.clear {
	clear:both;
	}

.floatleft {
	float: left;
	}

.floatright {
	float:right;
	}
	
	
/* NAVBAR */

#affiliatelink {  
	font-size: 95%; 
	position:absolute;
	top: 53px;
	right: 0;
	}

#affiliatelink a { 
	font-weight:bold; 
	font-size: 95%; 
	}

#currenttab {
    list-style: none;
	color: #fff;
	margin-left: 15px;
	float:right;
	white-space:nowrap;	
	}
	
#currenttab h3{ 
	text-transform:uppercase;
	font-size:85%;
	padding: 10px;
	background:#B50661;
	}
		
#loginlink {  
	font-size: 95%; 
	position:absolute;
	top: 37px;
	right: 0;
	}

#loginlink a { 
	font-weight:bold; 
	font-size: 95%; 
	}

#logo {
	height: 258px;
	display:block;
	margin: 0 21px;
	background-color: #FFFFFF;
	background-image: url(graphics/en-US/new/company_logo.jpg);
	background-repeat: no-repeat;
    }
	  
#logobar{ 
	padding: 0; 
	margin: 0; 
	}
	
#logobar ul { 
	position: absolute;
	top: 342px;
	width: 488px;
	background: #8A3D9B;
	margin: 0 0 0 21px;
	padding-left: 0;
	}	

#search {
	position: absolute;
	top: 342px;
	margin-left: 509px;
	width: 412px;
	padding: 7px 7px 6px 0;
	background:#8A3D9B;
	}	
	
#search .searchbutton { 
	float:right;
	margin-top: 3px;
	}
		
#searchfield { 
	color: #666; 
	font-size: .9em; 
	padding: 0 2px; 
	height:16px; 
	width: 130px;
	float:right;
	margin-left: 15px;
	}	
	
.hiddentab {
    list-style:none;
	float:right;
	color: #fff;
	white-space:nowrap;
	}

.hiddentab h3 { 
	font-size:85%;
	padding: 10px 10px 10px 25px;
	}

.hiddentab b h3 a { 
	color: #fff; 
	text-decoration:none; 
	text-transform: uppercase;
	}

.hiddentab b h3 a:hover { 
	text-decoration:underline; 
	}	
	
	
/* CTGY */

#nextbutton {
	clear:both;
	float:right;
	margin-top: 20px;
	}

#prevbutton {
	position: relative;
	top: 25px;
	clear:left;
    float:left;
	}

.catrow {
	float:right;
    margin: 10px 0;
    width:650px;
    }
		
.prodbutton {
	margin: 7px auto;
	}
	
.prodbutton form { 
	display:block; 
	}	
				
.prodcolumn {
    float:left;
	width:315px;
	padding-right: 10px;
	text-align:center;
	color:#8A3D9B;
	}

.prodcolumn h2 { width:191px; color: #8A3D9B; display:block; margin: 0 auto 5px auto; }

.thumb {
	margin: 5px auto;
	}
		
			
/* ACCOUNT PAGES */

.account_column {
	width: 450px;
	float:left;
	}	

.account_column h5 { width: 180px; clear: both; }
.account_column input { margin-bottom: 3px; display:block; margin-left: 180px; }
.account_column select { margin-bottom: 3px; display:block; margin-left: 180px; }

.paymentdetail {
	width: 130px;
	display:block;
	height: 26px;
	float:left;
	}
	
.invalid {
	color: #FF0000;
	}
	
.pad {
    margin-top: 25px;
	}
	 
	
/* BASKET */

#total {
    padding: 10px 0 0 10px;
    text-align:right;
	}
	
.baskettext_left{
	padding: 3px 15px 0 10px;
    vertical-align: top;
	}

.baskettext_right{
	padding: 3px 0 0 10px;
	text-align: right;
    vertical-align: top;
	}
	
.baskettext_left h4, .baskettext_right h4 { margin: 1px 0 2px 0; }

.priceeach {
	text-align:right;
	width: 80px;
	margin-left: 5px;
	float:right;
	}


/* PRODUCT PAGES */

h1#prodname {
	display:block;
	font-size: 1.5em;
	margin-bottom: 5px;
	line-height:1.2em;
	}

#prodadd {
	display:inline; 
	position:relative; 
	top: 5px;
    }
	
.prodimage {
	margin: 0 20px 5px 0;
	float:left;
	}
	
	
/* PRODUCT LIST */
		
.alt_row_color {
	background: #f6f6f6;
	}

.listheader {
	background-color: #eed5d5; 
	color: #000;
    height:20px;
    padding: 4px 5px; 
	border-top: 4px solid #8A3D9B;
	}
	
.productlist_row {
	padding: 4px 6px;
	float:right;
	width: 650px;
	}
	
.productlist_row form { display:inline; float:right; margin-left: 3px; }
	
.productrow_text{
	width: 460px;
	padding-top: 2px;
	float:left;
	}	
	
.productrow_text .floatleft { max-width: 380px; width:expression(document.body.clientWidth > 382? "380px": "auto" ); }	
	

/* SUBNAV - CATTREE */

ul#first{
	width:100%;
	margin: 0;
	padding: 0;
	}

#subnav{
	float:left;
	width: 195px;
	font:bold 1.1em tahoma, helvetica, arial;
	text-align:right;
	}

#subnav h5 { display:block; color:#fff; background:#8A3D9B; padding: 4px; }
#subnav li { margin: 3px 0; padding: 0; list-style:none; width: 195px; border-bottom:1px solid #8A3D9B; border-left: 3px solid #8A3D9B; }	
#subnav li a { color: #8A3D9B; text-decoration:none; display: block; padding: 4px; }
#subnav li a:hover { text-decoration:underline;  }
#subnav li ul { margin: 0; padding: 0; font-size: .9em; font-weight:normal; }
#subnav li.subcategory { padding: 0; margin: 0; list-style:none; border:none; }	
#subnav li.subcategory a {
	color: #8A3D9B;
	padding: 2px 4px;
	font-weight: bold;
}		
#subnav li.subcategory a:hover { text-decoration:underline; }	
#subnav li.subcategory a:visited:hover { color: #8A3D9B  }
#subnav li.subcategory h5 { color: #fff; font-weight:normal; }	
