/*
______________________________________________________________________
Core CSS for www.nubianheritage.com
Version 0.1 / 20.10.07
(c) 2007
-
DO NOT MODIFY this stylesheet for definitions apply too most, if not 
all elements. If a specific bug occurs with an element, please refer 
to the default definitions below or contact the author.
-

*/

*, html, body{margin:0; padding:0;}
div{display:block; /*float:none; clear:both;*/ overflow:hidden;}
hr{display:none;}
img{margin:0; padding:0; border:0 none;}

/* list styles */
ul{display:block; float:none; clear:both; margin:0; padding:0;}
li{margin:0; padding:0; overflow:hidden; list-style:none outside;}
em {font-style: normal;}
  
/* typography */
h1, h2, h3, h4, h5{margin:0; padding:0;}
p{margin:0 0 1em 0; padding:0;}
.bold{font-weight:bold;} 
.regular{font-weight:normal;}
.italic{font-style:italic;}
.x-small{font-size:0.7em;} 
.small{font-size:0.9em;} 
.large{font-size:1.3em;}
.x-large{font-size:1.6em;}

/* display styles */
.hide{display:none; visibility:hidden;}
.left{float:left;} .right{float:right;} 
.clear{float:none; clear:both;} .unclear{clear:none;}
.block{float:none; clear:both; overflow:hidden;} * html .block{height:1%;}
.noborder{border:0 none;} .nopadding{padding:0;} .nomargin{margin:0;}/* Don't forget to set a foreground and background color on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
cite, em { font-style: normal; }
/*____________________________________________________________________________________

Global Settings
_____________________________________________________________________________________ */

html, body { height: 100%; }

body {
	font: normal 11px Tahoma, Verdana, sans-serif;
	text-align: center;
	color: #333;
	background: #c24441 url(../images/master/bg.jpg) no-repeat top left;	
}

/* headers */

h3, h3 a, h3 a:visited { font: normal 23px arial; text-transform: uppercase; color: #c24441; letter-spacing:-1px; }
h4, h4 a, h4 a:visited { margin-bottom: 18px; font:normal 15px arial; text-transform:uppercase; }
h5, h5 a, h5 a:visited { font-size: 11px; font-weight: bold; color: #c24441; margin:0 0 10px 0;}

h3 span{font-weight:bold;}

/* paragraphs */

p, a { line-height: 13px; }

/* markers */

strong, b { font-weight: bold; }
cite { font-style: italic; }
sup { font-size: 0.9em; font-weight: normal; }

/* colors */

.black { color: #434343 !important; }
.red { color: #c24441 !important;}
/*.green { color: #708907 !important; }*/
.green { color: #380 !important; }
.orange { color: #eb9646 !important; }
.grey { color: #666 !important; }
.white{color:#fff;}

/* links */

a, a:visited { color: #777; text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }

/* commons */

.bold { font-weight: bold !important; }
.uppercase { text-transform:uppercase;}
.no-margin { margin: 0 !important; }
.no-padding { padding: 0 !important; }
.no-border { border: none !important; }
.clear { clear: both !important; }
.hide{display:none; visibility:hidden; opacity:0.0;}

.arrow{background: url(../images/bullets/arrow1.gif) no-repeat left; padding-left:10px;}/* forms */
form {display:block; float:none; clear:both; overflow:hidden; margin:0; padding:0; width:100%;}
form label,
form .key{
  display:block; float:left; clear:none;
  font-weight:bold; font-size:11px; color:#C24441;
  margin:0 5px 0 0; padding:3px 0; cursor:pointer; width:90px;
}
	form label span{font-size:0.9em; font-weight:normal; color:#aaa;}
form input, form textarea, form select,
form .value{
	display:block; float:left; clear:none;
  font-size:11px; font-weight:normal; border:1px inset #aaa;
	font-family: Tahoma, Verdana, sans-serif; width:60%; padding:2px; margin:0 8px 0 0;
  color:#666; background:#fff repeat-x 1px 1px;
} *html form input, form textarea, form select{color:#000;}

form ul.keyvalue-pairs{display:block; float:none; clear:both; overflow:hidden; margin:0 0 10px 0;}
form ul.keyvalue-pairs li{display:block; float:none; clear:both; overflow:hidden; margin:0 0 5px 0;}
form .value{border:0px none;}
form label.auto{width:auto;}


form textarea{height:auto; width:auto;}

form input.file{height:27px;}

form input:focus, 
form textarea:focus, 
form select:focus{color:#000;}

form input:hover, 
form textarea:hover, 
form select:hover{color:#000;}

form span.radio,
form span.checkbox{display:block; float:none; clear:both; margin:0; padding:5px 0; width:auto; overflow:hidden; he\ight:1%;}
	form span.radio input, form span.radio label,
	form span.checkbox input, form span.checkbox label{
		display:block; float:left; clear:none; width:auto; overflow:hidden; color:#666; font-weight:normal;
		border:0px none; margin:0 0.5em 0 0; padding:0; background:transparent;
	}
	form span.radio label, form span.checkbox label{margin:0;}
	*html form span.radio label, *html form span.checkbox label{margin:0;}

form span.checkbox.left{float:left; clear:none; margin:0 20px 0 0;}

form ul.checkboxes{
  display:block; float:none; clear:both; overflow:hidden;
	margin:0 0 15px 0;
}
	form ul.checkboxes li{
		display:block; float:left; clear:none; overflow:hidden;
		width:150px;
	}

form p{margin-bottom:15px; overflow:hidden; width:auto; height:1%; color:#666;}

form input.error,
form textarea.error,
form select.error{border:1px solid #d00; background:#fee none; color:#a00;}
form label.error{color:#d00;}

form div.feedback p.error{
	display:block; width:auto; padding:10px; font-weight:bold; text-align:center;
	color:#d00; border:1px solid #d66; background:#fee; cursor:help;
}
	form div.feedback p.error a, form div.feedback p.error a:visited{color:#000;}
	form div.feedback p.error span{background:transparent url("../images/icons/error.gif") no-repeat left center; padding:0 0 0 20px;}

form div.feedback p.success{
	display:block; width:auto; padding:10px; font-weight:bold; text-align:center;
	color:#0b0; border:1px solid #6b6; background:#efe; cursor:help;
}
	form div.feedback p.success a, form div.feedback p.success a:visited{color:#000;}
	form div.feedback p.success span{background:transparent url("../images/icons/tick.gif") no-repeat left center; padding:0 0 0 20px;}

form .disabled input,
form .disabled textarea,
form .disabled select{border:1px solid #ccc; font-style:italic; background:#f6f6f6; color:#bbb;}
form .disabled label{color:#aaa; cursor:default;}

/*form div.submit{border-top:1px solid #ccc;}*/

form .button{
	display:block; clear:none; 
	padding:0; font-weight:bold; font-size:11px; text-transform:uppercase; color:#C24441;
	width:auto; height:auto; cursor:pointer; border:0 none;
}
	form .button:hover{color:#333;}
	form .button:active,
	form .button:focus{background-position:left top; color:#000;}
	form .button.left{margin:0 20px 0 0;}
	form .button.right{margin:0 0 0 10px; float:right; margin:0 10px 0 0; }
	
	
	form .button.search,
	form.search input.search{
		display:block; float:left; clear:none; overflow:hidden; border:0 none;
		width:56px; height:23px; margin:0; padding:0; margin:1px 0; padding:40px 0 0 0;
		background:transparent url("../images/buttons/search.gif") repeat-x left top;
	}
	
form input.inline{display:inline; float:none; clear:none;}

form span.inline{display:block; float:left; clear:none; padding:4px 4px 0 0;}

/* form layout */
form div.block{margin:0; padding:0; height:1%; overflow:hidden; position:relative; height:100%;}
div.divider{border-bottom:2px solid #ccc; margin:0; background:transparent url("../images/master/bg_form.gif") repeat-x left bottom;}

form div.form-column{width:200px; clear:none; padding:0; margin:0;}
form div.form-column.border{padding:0 10px 0 0; margin:0; border-right:1px solid #ccc; height:100%;}

	/*form div.form-column input{width:60%;}
	form div.form-column select{width:62%;}
	form div.form-column textarea{width:60%;}
	form div.form-column .checkbox input,
	form div.form-column .radio input{width:auto;}
	div.form-column.centercolumn textarea{width:97.5%;}*/
	
	
	form div.form-column.centercolumn{width:auto; clear:both; float:none; margin:0 7px;}
	form div.form-column.leftcolumn{width:275px; height:100%; clear:none; float:left; margin:0 7px;}
	form div.form-column.rightcolumn{width:275px; height:100%; clear:none; float:left; margin:0 7px;}
	
	/* fomr headings */
	form h4.heading,
  h4.heading.arrow{
		font-size:12px;
		color:#666; letter-spacing:0px; margin:0 0 15px 0; padding:0px 0 0 10px;
		background:transparent url("../images/bullets/arrow1.gif") no-repeat left; font-weight:bold;
	}
		form h4.heading span,
		h4.heading.arrow span{font-size:12px; }
		form h4.heading a,
		h4.heading.arrow a, h4.heading.arrow a:visited{color:#999; padding:0 3px; font-size:12px;}

/* custom forms */
form.search{
  display:block; float:left; clear:none;
}


form.grey label{color:#666;}

div.form{margin:0 0 15px 0;}
















/*____________________________________________________________________________________

Top :: Search
_____________________________________________________________________________________ */

form.topsearch { margin:0;}
form.topsearch label { 
	padding:4px 10px 0 0; margin:0; width:auto;
	color: white; 
	text-transform: uppercase; 
	cursor: pointer; 
	vertical-align: middle;
}
form.topsearch input {
	width: 120px;
	font: normal 10px tahoma;
	border: inset 1px;
	vertical-align: middle;
	display:block; float:left; clear:none;
	margin:0 2px 0 0;
}
form.topsearch input.hide{display:none; height:0px; width:0px;}
form.topsearch input.button {
	width: 25px;
	border: none;
	font-size: 11px;
	text-transform: uppercase;
	color: white;
	background: none;
	display:block; float:left; clear:none;
	margin:0; padding:2px 0;
}

/*____________________________________________________________________________________

Homepage :: Tell Us
_____________________________________________________________________________________ */

form.tellus {}
form.tellus select { font: normal 11px tahoma; outline: none; }
form.tellus input.years { width: 20px; text-align:center;}
form.tellus select.sex { width: 60px; }
form.tellus select.dry { width: 85px; }
form.tellus select.looking { margin: 3px 0 3px 14px; width: 160px; }
form.tellus select.first { margin-top: 10px; }
form.tellus input.button { 
	padding: 0;
	margin-top: 3px;
	font: bold 11px arial;
	width: 95%; 
	border: none;
	color: #c24441;
	background: none;
	text-align: right;
	cursor: pointer;
}

form.tellus p.row input.inline,
form.tellus p.row select.inline{display:inline; float:none; clear:none; margin:0;}

/*____________________________________________________________________________________

Top :: Sort By
_____________________________________________________________________________________ */

form.sortby { text-align: right; }
form.sortby label { text-transform:uppercase; color: #777; font-weight: bold; vertical-align: middle; }
form.sortby select, form.sortby input { margin-left: 8px; font: normal 11px tahoma; width: 130px; vertical-align: middle; }
form.sortby input.button { margin: 0 130px 0 0; width: auto; border: none; font-weight: bold; background: none; }

/*____________________________________________________________________________________

Product Detail :: Add Review
_____________________________________________________________________________________ */

form.addreview { margin-top: 18px; }
form.addreview p { margin-bottom: 10px; float: none; clear: both; display: block; }
form.addreview label { padding-top: 4px; width: 30%; float: left; }
form.addreview input { width: 150px;  }
form.addreview input.button { 
	padding-right: 22px; 
	*+ padding-right: 15px; /* ie6 fix */; 
	float: right;
	width: auto; 
	font-weight: bold; 
	font-size: 11px; 
	background: none; 
	border: none; 
}

form.addreview select { width: 155px;  }
form.addreview textarea { width: 250px; height: 60px; font: normal 11px verdana; }


/*____________________________________________________________________________________

Checkout :: Login
_____________________________________________________________________________________ */

form.login { padding: 20px 10px 0 10px; border: solid 1px #ccc; }
form.login label {width:110px; color:#666; font-weight:normal;}
form.login p {display: block; float: none; }
form.login input { width:154px; margin:0;}
form.login input.submit,
form.login input.button,
form.signup input.submit, 
form.signup input.button{ 
	clear: none;
	padding: 0; 
	margin: 12px 8px 0 0; 
	width: auto; 
	font: normal 12px arial; 
	background: none; 
	border: none; 
	font-weight: bold;
	text-align: left;
	cursor: pointer;
}

form.signup {  padding: 8px 10px 0 10px; border: solid 1px #ccc; }
form.signup label {width:110px; color:#666; font-weight:normal;}
form.signup p { 8px; display: block; float: none; }
form.signup input { width:154px; margin:0;}



form.quicksearch{width:300px;}
form.quicksearch p{margin:0;}
	form.quicksearch label{width:auto; text-transform:uppercase; color:#666; margin:0 10px 0 0;}
	form.quicksearch input{width:150px;}
	form.quicksearch input.button{width:auto;}

/*____________________________________________________________________________________

About Us
_____________________________________________________________________________________ */

form.aboutzipcode { margin: 3px 0 12px 0; }
form.aboutzipcode input {  width: 105px; font: normal 11px Verdana; }
form.aboutzipcode input.submit {  width: auto; background: none; border: none; }

/*____________________________________________________________________________________

My Account
_____________________________________________________________________________________ */

form.changepassw { padding-top: 10px; }
form.changepassw label { margin: 5px 0 5px 0; float: left; width: 40%; }
form.changepassw p { float: none; clear: left; display: block; }
form.changepassw input { margin: 3px 0 3px 0; float: left; width: 150px; font: normal 11px verdana; vertical-align: middle; }
form.changepassw input.submit{
	margin: 0;
	padding: 0; 
	width: auto; 
	font: normal 12px arial; 
	background: none; 
	border: none; 
	font-weight: bold;
	text-align: left;
	cursor: pointer;
}

form.product-size{
	margin:-5px 0 0 0; padding:0;
	display:block; float:left; clear:none;
	width:100px; overflow:hidden;
}
form.product-size select{
	border:0 none;
	background:#D0D0D0;
	font-family:Tahoma,Verdana,sans-serif;
	padding: 1px; margin:0;
	font-size: 16px; font-weight: bold; color: #000; 
}/*____________________________________________________________________________________

Main Structure
_____________________________________________________________________________________ */

div#wrap { margin: 70px auto; width: 962px; text-align: left; }

div#mainbody { margin: 8px auto; margin-bottom: 10px; width: 950px; background: white; }

/*____________________________________________________________________________________

Top
_____________________________________________________________________________________ */

div#top {margin:0 auto; width:950px; overflow:visible;}
* html div#top { margin: 0; /* ie6 fix */ }
div#top a, div#top a:visited { color: white; text-transform: uppercase; }



/* Shopping Cart */
div#top div.shoppingcart {
	display:block; float:right; clear:none; overflow:visible;
	position:relative; z-index:900; width:auto;
} *html div#top div.shoppingcart{/* width:830px;*/}

	ul#shoppingmenu, ul#shoppingmenu ul{
		overflow:visible; height:auto;
		margin-left:212px; padding:0; list-style:none outside;
		/*margin-left:180px; z-index:200; overflow:visible; width:100%;*/ 
	}
	#shoppingmenu li {display:block; float:left; clear:none; width:auto; overflow:visible; position:relative; padding:3px 10px;}
	#shoppingmenu li a {}
	#shoppingmenu li.cart a.link { 
		width:100px;
		padding-left: 14px; margin:0;
		text-decoration: none; 
		background: url(../images/icons/cart.gif) no-repeat left;	 
	}
	#shoppingmenu li.user{border-right:1px solid #fff; color:#FFE288; width:auto;}
	#shoppingmenu li.user a.link{color:#FFE288; text-transform:none; font-weight:bold;}
	#shoppingmenu li.user a.username{width:100px; overflow:hidden; height:12px;}
	
	#shoppingmenu li.userlogged{border-right:1px solid #fff; color:#FFE288; width:170px; height:10px; overflow:hidden; text-align:right;}
		#shoppingmenu li.userlogged a.link{color:#fff; text-transform:none; font-weight:bold;}
	
	#shoppingmenu li.items a { text-transform: none; }
	#shoppingmenu li.items a em { color: #ffe288; }
	#shoppingmenu li.checkout {border-right:1px solid #fff;}
	
	
	#shoppingmenu li ul.cartitems {
		display:block; float:none; clear:none; overflow:visible;
		position:absolute; width:250px; padding:0 10px 10px 10px;
		margin:4px 0 0 -10px; z-index:999; height:auto; 
		*+margin:16px 0 -2px -120px; /* ie6, ie7 fix */
		background:transparent url("../images/master/dropdown_shadow.png") no-repeat left bottom; 
	} *html #shoppingmenu li ul.cartitems{background:transparent url("../images/master/dropdown_shadow_tile.png") repeat-y left bottom; padding-bottom:0px;}
		#shoppingmenu li ul.cartitems li {
			display:block; float:left; clear:none; overflow:hidden;
			width:230px; height:1%; margin:0 0 5px 0; padding:5px 10px 0 10px; position:relative;
		}
			#shoppingmenu li ul.cartitems li a{text-transform:none; color:#666;}
		
		#shoppingmenu li ul.cartitems form{margin:5px 0; width:100%;}
		#shoppingmenu li ul.cartitems form p{margin:0 0 5px 0; width:100%;}
		#shoppingmenu li ul.cartitems form p label{
			font-weight:normal; color:#666; width:85px; 
			float:left; clear:none; 
			background:transparent url("../images/bullets/plus1.gif") no-repeat left 6px; 
			padding-left:10px;
		}
		#shoppingmenu li ul.cartitems form p input{width:120px; margin-right:0px;}
		#shoppingmenu li ul.cartitems form p span.checkbox{ padding-left:85px;}
		#shoppingmenu li ul.cartitems form p span.checkbox input{width:auto; margin-right:10px;}
		#shoppingmenu li ul.cartitems form p span.checkbox label{width:100px; background:none; padding:5px 0px;}
		
		#shoppingmenu li ul.cartitems form p.error{width:auto; padding:5px;}
		
	ul#shoppingmenu li ul.cartitems li .info a { 
		display:block; float:none; clear:both; 
		padding:0 0 0 10px;
		width: auto; 
		color: #777 !important; 
		text-transform: none !important;
		background:transparent url("../images/bullets/plus1.gif") no-repeat left 3px; 
	}
	
	ul#shoppingmenu li ul.cartitems li.view {
		display:block; float: none; clear: both; overflow:hidden; 
		width:240px; padding:5px; 
		background:#af4141; margin:0;
	}
	ul#shoppingmenu li ul.cartitems li.view a { 
		display:block; float:right; clear:both;
		padding:2px 5px; cursor:pointer;
		color: #fff; 
		text-align: right; font-weight:bold;
		text-transform: uppercase !important; 
		background: none; 
	}
		ul#shoppingmenu li ul.cartitems li.view a:hover{color:#FFE288;}
		ul#shoppingmenu li ul#menu-cart li a:hover { color: #af4141 !important; }
		ul#shoppingmenu li ul#menu-cart li.view a:hover{color:#FFE288;}
		
		
  ul#shoppingmenu li ul#menu-cart li a:hover {
    color:#ffe288;
  }
	
	
	/*ul#shoppingmenu li:hover ul.cartitems, ul#shoppingmenu li.sfhoverShop ul.cartitems { margin-top: 13px; left: auto; }*/
	ul#shoppingmenu li ul.cartitems li div.info {display:block; float:left; clear:none; width:70%; }
	ul#shoppingmenu li ul.cartitems li div.price {display:block; float:right; clear:none; width:25%;}
	ul#shoppingmenu li ul.cartitems li div.price a { color: #000 !important; background: none; }
	
	#shoppingmenu li.search{padding:0px; padding-left:10px;}
		#shoppingmenu li.search form{margin:0; padding:0;}

/* Search */
div#top div.search {padding-top: 2px; float: right;  width: 210px;}

/*____________________________________________________________________________________

Brand
_____________________________________________________________________________________ */

div#brand { margin: -40px 0 0 10px; position: absolute; z-index:10; }
div#brand h1{display:block; float:none; clear:both; overflow:hidden;}
div#brand h1,
div#brand h1 a{
	display:block; width:168px; height:134px;	
	text-indent: -9999px; background: url(../images/master/logo-trans.png) no-repeat;
}


/*____________________________________________________________________________________

Menu
_____________________________________________________________________________________ */

div.menu{overflow:visible; position:relative; z-index:800; width:100%;}
#dropdownmenu, #dropdownmenu ul {
	overflow:visible; height:33px;
	margin:0; padding:0; list-style:none outside;
}
#dropdownmenu { margin-left: 352px; }
* html #dropdownmenu { margin-left: 335px; /* ie6 fix*/ }
#dropdownmenu a {
	display: block; float:none; clear:both;
	width: auto;
	padding: 10px 15px 10px 10px;
	padding-left: 10px;
	text-transform: uppercase;
	background: url(../images/bullets/arrow1.gif) no-repeat left;
}
#dropdownmenu a:hover { color: #af4141; text-decoration: none; }
#dropdownmenu li { 
	display:block; float:left; clear:none; width:auto;
	height:22px; 
	margin:0 15px 0 0;
	background: url(../images/master/div_menu.gif) no-repeat right 10px; 
}
* html #dropdownmenu li { margin-bottom: -8px; /* ie6 fix */ }
#dropdownmenu li.last { margin-right: 0; background: none; }

/* Submenu */
#dropdownmenu li ul.submenu{ 
	display:block; float:none; clear:none; overflow:visible;
	position:absolute; width:250px; padding:0 20px 10px 20px;
	margin:0 0 0 -10px; z-index:0; height:auto;
	background:transparent url("../images/master/dropdown_shadow.png") no-repeat left bottom; 
	/*left: -999em;*/
}*html #dropdownmenu li ul.submenu{background:transparent url("../images/master/dropdown_shadow_tile.png") repeat-y left bottom; padding-bottom:10px;}
	
#dropdownmenu li ul.submenu li {
	display:block; float:left; clear:none; overflow:hidden; 
	width:40%; height:15px; margin:0 0 10px 0; position:relative;
}
#dropdownmenu li ul.submenu li a { 
	padding: 0 0 10px 10px;
	text-transform: none; 
	color: #333; border-right:1px solid #fff;
	background:transparent url("../images/bullets/plus1.gif") no-repeat left 4px;
}
#dropdownmenu li ul.submenu li a.all { color: #af4141; font-weight: bold; }
#dropdownmenu li ul.submenu li a:hover { color: #af4141; text-decoration: underline; }
/*#dropdownmenu li:hover ul, #dropdownmenu li.sfhover ul { left: auto; }*/

/*____________________________________________________________________________________

Home
_____________________________________________________________________________________ */

/* BigBox */
div#bigbox { display: block; width: 100%; height: 445px; background: #af4142; }
div#bigbox div.image { position: absolute; z-index: 0; }

/* Highlights */
div#highlights {
	margin-top: 300px;
	position: absolute;
	width: 950px;
	height: 128px;
	color: #777;
	background: #fff;
	opacity:0.92;
}

div#highlights ul { margin: 10px 0 0 25px; }
div#highlights ul li { margin: 0 2px 0 8px; float: left; width: 31%; }
div#highlights ul li div.thumb { float: left; width: 40%; }
div#highlights ul li div.thumb a{display:block; float:none; clear:both; overflow:hidden; width:100%; height:100%; text-align:center;}
div#highlights ul li div.info { 
	padding: 22px 25px 0 0; 
	float: right;  
	width: 48%; 
	background: url(../images/homepage/div_highlight.jpg) no-repeat right 10px; 
}
div#highlights ul li div.last { background: none; }

/* Box */
div#box { display: block; width: 100%; color: #777; background: url(../images/homepage/bg_orange.jpg) no-repeat center top; }

/* Wich Product */
div#box div.wichproduct { margin: 24px 0 0 24px; float: left; width: 135px; }
* html div#box div.wichproduct { margin-left: 14px; /* ie6 fix */ }

/* Form */
div#box div.form { margin: 24px 0 0 24px; float: left; width: 184px; }
div#box div.form p.row { padding: 6px 0 10px 0; background: url(../images/master/dot_line.gif) no-repeat bottom left; }

/* Products */
div#box div.productshome { margin-top: 24px; float: right; width: 370px; }
div#box div.productshome h3 { margin-bottom: 16px; }
div#box div.productshome ul {}
div#box div.productshome ul li { margin-bottom: 8px; height: 50px; }
div#box div.productshome ul li div.info { padding-top: 10px; float: left; width: 50%; }
div#box div.productshome ul li div.image { float: right; width: 50%; }
div#box div.productshome ul li blockquote { width: 90%; }

/*____________________________________________________________________________________

Commons
_____________________________________________________________________________________ */

.bullet {
	padding-left: 15px;
	background:url(../images/bullets/arrow1.gif) no-repeat left 3px;
}

.text p { margin-bottom: 18px; }

/*____________________________________________________________________________________

Pages
_____________________________________________________________________________________ */

/* Header */
div#topheader{overflow:visible; position:relative; z-index:1;}
div#topheader h2 { 
	padding: 7px 10px 7px 10px; 
	font: normal 26px arial;
	text-align: right;
	text-transform: uppercase;	
	color: white;
	background: #af4142;
}

/* Sort By */
div#sort { padding: 7px 10px 7px 10px; background: white; }

/* Product Crumbs */
div.product-crumbs {float:left; padding:4px 10px;}
div.product-crumbs a { float: left; display: block; padding-top: 4px; }
div.product-crumbs a.page { margin-right: 10px; font-weight: bold; }
div.product-crumbs a.sub { padding-left: 14px; background: url(../images/bullets/arrow1.gif) no-repeat left 6px; }

/* Internal Pages */
div.page { float: none; clear: none; display: block; width: 100%; background: white; }

.pag { padding: 7px 10px 7px 10px; height: 20px; }
.pag div.nav { float: right; }
.pag div.nav.left { float: left; }
.pag div.nav a { display: block; text-transform: uppercase; }
.pag div.nav a:hover { color: #af4142; }
.pag div.nav div.next { float: left; }
.pag div.nav div.pages { float: left; margin: 0 10px 0 0; text-align: center; color:#ccc;}
.pag div.nav div.pages a { display: inline; }
.pag div.nav div.prev { float: left; }
.pag div.nav div{clear:none;}
.pag div.nav div.prev a {	
	padding-left: 14px;
	width: 100px; font-weight:bold;
	background: url(../images/bullets/nextprev.gif) no-repeat left;	
}
.pag div.nav div.next a {
	width: 80px; font-weight:bold;
	background: url(../images/bullets/nextprev.gif) no-repeat right;	
}
.pag div.nav div.all { 
	margin-right: 10px;
	padding-left: 14px;
	float: right; 
	width: auto; 
	background: url(../images/bullets/arrow1.gif) no-repeat left;
}

/*____________________________________________________________________________________

Category
_____________________________________________________________________________________ */

div#product-wrapper{position:relative; z-index:1; overflow:hidden; width:950px; /*height:620px;*/}
div#product-slider{overflow:hidden;}

.products{
	display:block; float:none; clear:both; overflow:hidden;
	height:620px; 
}
	.products li{
		display:block; float:left; clear:none; overflow:hidden; 
		background:#fff;
		width:190px; height:310px; position:absolute;
	}
		.products .row-top{top:0;}
		.products .row-bottom{clear:left; top:310px;}


ul.categories li div.thumb{
	height:132px;
}

div.category { 
	display:block; float:none; clear:both; overflow:hidden; background:#fff; 
	width:auto; height:1%;
}
div.category ul { display: block; float:left; clear:none; width:950px;}
div.category ul li {float: left; width:190px; height:310px;}
div.category ul li div.thumb,
div.category ul li div.thumb a { 
	display:table-cell;
	width:190px; height:208px; line-height:208px; 
	text-align: center;
	background: #fff;
	vertical-align:middle;
	margin:1px;
}
	div.category ul li div.thumb a img{display:inline; vertical-align:middle;}
	
div.category ul li div.gradient { background: #fff url(../images/master/bg_product_thumb.jpg) repeat-x bottom; }
div.category ul li div.info { padding: 20px 10px 8px 20px; height: 74px; background: white; }
div.category ul li div.info h5 { margin-bottom: 4px; }
div.category ul li div.info div.cart { 
	margin-top: 8px;
	padding: 4px 8px 4px 8px; 
	font-size: 12px;
	border-top: solid 1px #d49fa9; 
	border-bottom: solid 1px #d49fa9; 
}
div.category ul li div.info a {
	color:#434343;
	display:block; float:none; clear:both;
}
	div.category ul li div.info blockquote a{height:40px;}
	div.category ul li div.info blockquote a:hover{border:0 none; text-decoration:underline;}

div.category ul li div.info a:hover { text-decoration: none; border-bottom: solid 1px #ccc; }
div.category ul li div.info div.cart p.price { float: left; width: 40%; font-weight: bold; }
div.category ul li div.info div.cart p.add { float: right; width: 60%; }
div.category ul li div.info div.cart p.add a { 
	padding-left: 18px;
	display: block; 
	text-transform: uppercase; 
	font-size: 11px;
	color: #c3485a; 
	background: url(../images/icons/cart_black.gif) no-repeat left;
}

/*____________________________________________________________________________________

Product Categories
_____________________________________________________________________________________ */

ul.categories {width:100%; margin:13px 13px 13px 20px;}
* html ul.categories{ margin-left: 30px; width: auto; }
ul.categories li { margin-bottom: 26px; float: left; width: 33%; }
ul.categories li h3 a { 
	width: 282px;
	display: block; 
	text-align: right; 
	background: url(../images/bullets/arrow1.gif) no-repeat left center; 
}
ul.categories li h3 a:hover { text-decoration: none; }

/*____________________________________________________________________________________

Products Detail
_____________________________________________________________________________________ */

div.blocka{background:#000; z-index:10000; opacity:0.5; filter:alpha(opacity=50); position:absolute; top:0; left:0; width:100%; height:100%; overflow:visible;}

div#productdetail { 
	display: block; overflow:visible;
	z-index: 10001;
}

div#productdetail div.product-window {
	margin: 28px 0 0 78px;
	position: absolute;
	width: 800px;
	background: #fff;
	overflow: hidden;
	z-index: 10002;
	border:1px solid #ddd;
}
div#productdetail div.product-window div#ghostbar{
	background:#fff; 
	z-index:1000; 
	position:absolute;
	margin:20px 0 0 32px; filter:alpha(opacity=0); opacity:0.0;
}
*html div#productdetail div.product-window div#ghostbar{margin:20px 0 0 22px;}
div#productdetail div.product-window div#ghosthandle{
	background:#fff; 
	filter:alpha(opacity=0); opacity:0.0;
}

/* Image */
div#productdetail div#productview { float: left; width: 390px; }
	div#productdetail div#productview .image{
		display:table-cell; padding-left:20px; padding-top:20px;
		text-align:center; vertical-align:middle; 
		width:350px; height:350px;
	}

div#productdetail div#productview p.close { float: right; }
div#productdetail div#productview p.close a { 
	padding: 8px 10px 0 0; 
	width: 20px;
	float: left; 
	display: block;
	text-indent: -9999px;
	background: url(../images/icons/close.gif) no-repeat center bottom; 
}
div#productdetail div#productview h2 { padding: 10px; font-size: 11px; font-weight: normal; }

/* Detais */
div#productdetail div#productitems { float: right; width: 410px; }
div#productdetail div#productitems ul.menu {}
div#productdetail div#productitems ul.menu li { float: left; }
div#productdetail div#productitems ul.menu li a { 
	margin-right: 3px;
	display: block; 
	padding: 12px 13px 12px 12px;
	text-transform: uppercase;
	text-align: center;
	color: white;
	background: #af4142; 
}
div#productdetail div#productitems ul.menu li a:hover { text-decoration: none; background: #000; }
div#productdetail div#productitems ul.menu li.last a { margin-right: 0; padding-right: 13px; }

/* Items */
div#productdetail div#productitems div#bigboxitems {
	height:1%; overflow:hidden;
}
div#productdetail div#productitems div#bigboxitems div.item {
	 display: block; 
	 float: left;
	 margin: 18px 20px 18px 0; 
	 width: 400px;
	 height: auto;
	 overflow: hidden;
}
	div#productdetail div#productitems div#bigboxitems div.item p{line-height:1.5em;}

/* Items :: Recommend */
div#productdetail div#productitems div#bigboxitems ul.recommend { }
div#productdetail div#productitems div#bigboxitems ul.recommend li { 
	margin-bottom: 15px;
	float: left;
	width: 390px;
	height: 60px;
	background: url(../images/master/bg_li_recommend.gif) no-repeat center;
}
div#productdetail div#productitems div#bigboxitems ul.recommend div.thumb { 
	margin-left: 10px; 
	float: left; 
	width: 60px; 
	height: 60px; 
	border-right: solid 2px #ccc; 
	border-bottom: solid 2px #ccc; 
}
div#productdetail div#productitems div#bigboxitems ul.recommend div.info { margin-top: 10px; float: right; width: 300px; }
div#productdetail div#productitems div#bigboxitems ul.recommend div.info .price { color: #000; font-size: 12px; font-weight: bold; }
div#productdetail div#productitems div#bigboxitems ul.recommend div.info .price sup { font-size: 9px; font-weight: normal; }

div#productdetail div#productitems div#bigboxitems p.addreview a { display: block; text-align: right; text-transform: uppercase; }
div#productdetail div#productitems div#bigboxitems ul.reviews { margin-top: 18px; }
div#productdetail div#productitems div#bigboxitems ul.reviews li { float:left; width: 390px; margin-bottom: 18px; }
div#productdetail div#productitems div#bigboxitems ul.reviews div.rating { 
	width: 76px; 
	height: 20px;
	background: url(../images/icons/rating_star.gif) repeat-x; 
}
div#productdetail div#productitems div#bigboxitems ul.reviews div.comment h5 { margin-bottom: 3px; font-weight: normal; color: #333; }
div#productdetail div#productitems div#bigboxitems ul.reviews div.vote { height: 20px; background: url(../images/icons/rating_star_red.gif) repeat-x; }
div#productdetail div#productitems div#bigboxitems ul.reviews div.r1 { width: 14px; }
div#productdetail div#productitems div#bigboxitems ul.reviews div.r2 { width: 30px; }
div#productdetail div#productitems div#bigboxitems ul.reviews div.r3 { width: 46px; }
div#productdetail div#productitems div#bigboxitems ul.reviews div.r4 { width: 60px; }
div#productdetail div#productitems div#bigboxitems ul.reviews div.r5 { width: 76px; }

/* Form Add Review */
div#productdetail div#productitems div#bigboxitems div#addreview {}

/* User Rating */
div#productdetail div#productitems div#bigboxitems ul.userating {}
div#productdetail div#productitems div#bigboxitems ul.userating li { margin-bottom: 20px; float: left; width: 390px; }
div#productdetail div#productitems div#bigboxitems ul.userating div.rate { 
	float: left; 
	width: 28px; 
	height: 28px; 
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #e8d94c;
}
div#productdetail div#productitems div#bigboxitems ul.userating div.comment { float: right; width: 350px; color: #000; }
div#productdetail div#productitems div#bigboxitems ul.userating div.comment p.name { color: #777; }

/* Footer Links */
div#productdetail div#boxfooter {display:block; float:none; clear:both; overflow:hidden; height:1%; background: #d0d0d0; }
	
	div#productdetail div#boxfooter div.pricing{ display:block; background:#eee; padding:5px 5px 5px 390px;}
		div#productdetail div#boxfooter div.pricing .price {
			display:block; float:left; clear:none; margin:0 10px 0 0;
			color:#666; padding: 1px; font-size: 20px; font-weight: bold;
		}
			div#productdetail div#boxfooter div.pricing .price sup { font-size: 11px;}
		
		div#productdetail div#boxfooter div.pricing select{width:70px; display:block; float:left; clear:none;}
		div#productdetail div#boxfooter div.pricing .shipping{display:block; float:left; clear:none; padding:5px 30px 5px 0; background:transparent url("../images/icons/shipping_black.gif") no-repeat center right;}

	div#productdetail div#boxfooter div.links {float:right; width:400px; padding:10px; padding-bottom:20px;}
		div#productdetail div#boxfooter div.links a {display:block; float: left; padding:0 15px 0 15px; text-transform: uppercase; background-repeat: no-repeat; font-weight:bold;}
		
		div#productdetail div#boxfooter div.links a.addcart {background-image: url(../images/icons/cart_black.gif); }
		div#productdetail div#boxfooter div.links a.addwishlist {background-image: url(../images/icons/star_black.gif); }
		div#productdetail div#boxfooter div.links a.emailfriend {background:transparent url("../images/icons/mail_black.gif") no-repeat center left;}

		a.addcart {background:transparent url("../images/icons/cart_black.gif") no-repeat center left; padding:0 10px 0 20px; font-weight:bold; text-transform:uppercase;}
		a.emailfriend {background:transparent url("../images/icons/mail_black.gif") no-repeat center left; padding:0 10px 0 20px; font-weight:bold; text-transform:uppercase;}
		
		a.addcart.right,
		a.emailfriend.right{float:right; padding:0 0 0 20px; margin:0 0 0 15px;}


/*____________________________________________________________________________________

Checkout
_____________________________________________________________________________________ */

div.checkout { width: 100%; }
div.checkout div.content { margin:18px auto 0 auto; width: 896px; }
div.checkout div.content.border-top{border-top:15px solid #c24441; margin:0; width:auto; padding:0 15px;}
div.checkout div.content h3 { margin: 0 0 10px 0; font-size: 25px; letter-spacing:-1.5px; }

/* Table */
div.checkout div.content table.checkout { padding: 0; width: 100%; border-collapse: collapse; }
div.checkout div.content table.checkout h4 { margin: 0; padding: 0; font-size: 18px; font-weight: bold; text-align: center; }
div.checkout div.content table.checkout th { padding: 5px; border-bottom: solid 2px #ccc; text-align: center; color: #777; }
div.checkout div.content table.checkout td { padding:10px 5px; border-bottom: solid 1px #ccc; text-align: center; vertical-align: top; }
div.checkout div.content table.checkout td.item { width: 72%; text-align: left;}
	
	div.checkout div.content table.checkout td.item .image {display:block; float:left; clear:none; margin:0 10px 0 0;}
		div.checkout div.content table.checkout td.item .image img{width:60px; border:1px solid #ddd;}
	div.checkout div.content table.checkout td.item .title {display:block; float:left; clear:none;}

div.checkout div.content table.checkout td.remove { width: 5%; }
div.checkout div.content table.checkout td.quant { width: 8%; }
div.checkout div.content table.checkout td.quant a { 
	font-weight: bold; 
	color: #000; 
	padding-right: 10px;
	background:url(../images/bullets/moreless.gif) no-repeat right 1px; 
}
div.checkout div.content table.checkout td.price { width: 15%; font-size: 11px; font-weight: bold; text-align: center;  }
div.checkout div.content table.checkout td.price sup { font: normal 9px verdana; }
div.checkout div.content table.width100 { width: 100%; }

/* Sign Up */
div.checkout div.content div.signup { padding: 10px 10px 0 10px; border: solid 1px #ccc; }
div.checkout div.content div.signup a { margin-top: 18px; float: left; display: block; text-transform: uppercase; }
div.checkout div.content div.signup a.sign { margin-right: 10px; }

/* Links */
div.checkout div.content ul.links {
	display:block; float:right; clear:both; overflow:hidden; height:1%;
	margin:0;
}
	div.checkout div.content ul.links li {display:block; float:left; clear:none; overflow:hidden; margin:0; padding:0; height:1%;}
	div.checkout div.content ul.links li a {
		display:block; float:none; clear:both; overflow:hidden;
		padding:15px;
		font: bold 12px arial;
		text-align: center;
		text-transform: uppercase;
		border-right: solid 1px #ccc;
	}
	div.checkout div.content ul.links li.last a { padding-right: 0; border-right: none; }

div.checkout div.content ul.links.full{display:block; float:none; clear:both;}
	div.checkout div.content ul.links li a{width:151px;}

div.checkout div.content div.left {display:block; float:left; clear:none; width: 580px;}
div.checkout div.content div.right {display:block; float: right; clear:none; width:310px; overflow:hidden;}
	div.checkout div.content div.right img{width:310px;}

div.checkout hr { margin: 0; padding: 0; height: 14px; border: none; background: #af4142; }

div.checkout div.content div.productslike { float: left; margin-top: 13px; width: 60%;  }
div.checkout div.content div.productslike h3 { margin-top: 0px; }
div.checkout div.content div.productslike ul { }
div.checkout div.content div.productslike ul li { margin-bottom: 20px; float: left; width: 130px; }
div.checkout div.content div.productslike ul li div.thumb {
	width:100px; height:100px; display:table-cell; vertical-align:middle; text-align:center;
	border:1px solid #eee; border-right: solid 2px #ddd; border-bottom: solid 2px #ddd;
}
	div.checkout div.content div.productslike ul li div.thumb a{display:block; float:none; clear:both; margin:0 auto; text-align:center;}
div.checkout div.content div.productslike ul li div.info { margin-top: 10px; width: 100px; }
div.checkout div.content div.productslike ul li div.info a { line-height: 14px; }
div.checkout div.content div.productslike ul li div.info a.price { display: block; color: #000; font-weight: bold; }
div.checkout div.content div.productslike ul li div.info a.addcart { 
	margin-top: 10px;
	padding-left: 18px;
	float: left; 
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/icons/cart_black.gif) no-repeat left;
	width:75px;
}

div.checkout div.content div.safe { 
	margin: 0;
	padding: 0;
	float: right; 
	width: 40%; 
	background: url(../images/master/bg_right_col_checkout.gif) no-repeat left top; 
}
div.checkout div.content div.safe div.secure { padding:18px 0 0 30px; }
div.checkout div.content div.safe div.secure p.image { margin-top: -20px; float: right;}
div.checkout div.content div.safe div.secure p.thrdays { margin-top: -40px; }
div.checkout div.content div.safe div.secure blockquote { float: left; width: 200px; margin:0 0 15px 0;}
div.checkout div.content div.safe div.secure blockquote a {}


/*____________________________________________________________________________________

About
_____________________________________________________________________________________ */

h2.whynubian { 
	margin: -26px 0 0 30px; 
	position: absolute; 
	font: normal 27px arial; 
	text-transform: uppercase;
	letter-spacing:-1px;
	color: white;
}
	
div.aboutcontact { margin-top: 24px; float: right; width: 370px; }
div.aboutcontact div.image {display:block; float:right; clear:none; width: 180px; }
div.aboutcontact h3 {display:block; float:none; clear:both; overflow:hidden; margin-bottom: 16px; }
div.aboutcontact ul {display:block; float:left; clear:none; width: 180px; }
div.aboutcontact ul li { float: left; display: block; margin-bottom: 8px; height: auto; }
div.aboutcontact ul li div.info { padding-top: 10px; float: left;  }
div.aboutcontact ul li blockquote { width: 90%; }

blockquote.scroller{
	display:block; float:none; clear:both; overflow-y:auto;
	height:250px; margin:0 0 20px 0; padding:0 10px 0 0;
}
	
	
	
/*____________________________________________________________________________________

My Account
_____________________________________________________________________________________ */
	
	
div.youraccount { 
	float: left;
	padding: 20px 10px 10px 30px; 
	width: 330px; color: #777; 
	background: url(../images/master/div_dot_v.gif) no-repeat right; 
}
div.youraccount table.youraccount { width: 94%; margin: 18px 0 18px 0;  }
div.youraccount table.youraccount td { padding: 4px;  }
div.youraccount table.youraccount td.col1 { padding-left: 0; width: 35%; }
div.youraccount table.youraccount td.col2 { font-weight: bold; width: 60%; }
div.youraccount table.youraccount td.col3 { text-align: right; }
	
div.youraccounta { *+margin-top: -8px; margin-right: 30px; float: right; width: 530px;}
div.youraccounta h4 { margin: 10px 0 10px 0; font: bold 15px arial; text-transform: uppercase; }
* html div.youraccounta { margin-right: 15px; /* ie 6 fix*/}
div.youraccounta ul {}
div.youraccounta ul li { float: left; margin-right: 2px; }
div.youraccounta ul li a,
div.youraccounta ul li a:visited { 
	float: left; 
	display: block;
	padding: 10px 15px 10px 15px;
	color: #fff;
	background: #ce5d3d;
	text-transform: uppercase;
}
div.youraccounta ul li a:hover,
div.youraccounta ul li a:focus,
div.youraccounta ul li a.on,
div.youraccounta ul li a.on:visited,
div.youraccounta ul li a.on:focus,
div.youraccounta ul li a.on:hover { text-decoration: none; background: #a93f41; }

div.youraccounta table{ border-collapse: collapse; }
div.youraccounta table th{ padding: 8px; border-bottom: solid 2px #ccc; vertical-align: middle; }
div.youraccounta table td{ padding: 8px; border-bottom: solid 1px #ccc; border-right: solid 1px #ccc; vertical-align: middle; }
div.youraccounta table td.last{ border-right: none; }


/* order history */
table.history { border-collapse: collapse; table-layout:auto; width:100%; margin:0 0 15px 0;}
table.history th{ padding: 8px; border-bottom: solid 2px #ccc; vertical-align: middle; font-weight:bold; color:#666;}
table.history tr.bg{background:#f3f3f3;}
table.history tr.red th{color:#C24441;}
table.history td { padding: 8px; border-bottom: solid 1px #ccc; border-right: solid 1px #ccc; vertical-align: top; }
table.history td.last { border-right: none; }
table.history td.month { width: 25%; }
table.history td.price { width: 15%; }
table.history td.image{width:60px;}
table.history td.image img{border:1px solid #ccc;}
table.history td.status { width: 31%; }
table.history td.status .success { padding-left: 14px; background: url(../images/bullets/moreless_green.gif) no-repeat left; }
table.history td.page { border: none; }
table.history td.show { width: 18%; text-align: right; }
table.history td.prevnext { border: none; text-align: right; width:270px;}
table.history td.delete { width: 6%; text-align: center; }
table.history td.order-status{width:258px;}
table.history td.order-status a{font-weight:bold;}
	table.history td.order-status a.left{display:block; float:left; clear:none; color:#c24441;}
	table.history td.order-status a.right{display:block; float:right; clear:none; font-weight:normal;}
	table.history td.order-status form label{font-weight:normal; color:#666; text-align:right; width:auto; padding:4px 0;}
table.history td.total{font-weight:bold;}

table.history td.order{ font-weight:bold; color:#c24441;}
table.history tr.shipped td.order{color:#380;}
table.history tr.shipped td.order-status a.left{color:#380;}

/* td widths */
table.history td.order{width:14%;}
table.history td.date{width:16%;}
table.history td.items{width:6%;}
table.history td.total{width:10%;}
table.history td.customer{width:20%;}
table.history td.order-status{width:30%;}


table.order-items td.sku{width:14%;}
table.order-items td.image{width:10%;}
table.order-items td.title{width:32%;}
table.order-items td.price{width:10%;}
table.order-items td.tracking{width:30%;}
table.order-items td.selected{width:4%;}

table.history tr.order-details td{padding:0; border:0px none;}
table.history table.order-details{
	width:100%; background:#f7f7f7;
	border-bottom:1px solid #ccc;
}
	table.history table.order-details td{padding:8px; text-align:left; border-right:1px solid #ccc;}

	table.history table.order-details td.last{width:86px; border:0px none; text-align:right; background:#e7e7e7;}
	table.history table.order-details tr.bottom td{padding-top:30px;}

table tr.nopadding td{padding:0px;}

table.order-items{
	table-layout:fixed; width:100%;
	background:transparent url("../images/master/bg_stats_grad.gif") repeat-x 0px -190px;
}
	table.order-items tr td{
		border:0px none; padding:10px;
	}

	table.order-items tr td.tracking{
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
	}
		table.order-items tr td.tracking label{font-weight:normal; color:#666; width:90px; float:left; clear:none; }
		table.order-items tr td.tracking input{width:100px;}

table.history tr.no-border td{border-right:0px none;}
table.history tr.no-border-all td{border-right:0px none; border-bottom:0px none;}

table.history td div{display:block; float:none; clear:both; overflow:hidden; }
table.history td p{margin:0 0 15px 0;}
table.history p.left{display:block; float:left; clear:none;}
table.history p.right,
table.history ul.right{display:block; float:right; clear:none;}

table.history td.height{height:150px;}

div.youraccounta table td.page { border: none; }
div.youraccounta table td.show { width: 18%; text-align: right; }
div.youraccounta table td.prevnext { border: none; text-align: right; }
div.youraccounta table td.delete { width: 6%; text-align: center; }
div.youraccounta table td.delete a,
div#boxmyaccount table td.delete a { display: block; text-indent: -9999px; background: url(../images/icons/close.gif) no-repeat; }

div.youraccounta table.wishlist td.item, div#boxmyaccount table.wishlist td.item { width: 60%; }
div.youraccounta table.wishlist td.price, div#boxmyaccount table.wishlist td.price { width: 15%; text-align: center; }

div.youraccounta table.friends .addfriend,
div#boxmyaccount table.friends .addfriend { text-align: right; text-transform: uppercase; font-weight: bold; }
div.youraccounta table.friends .addfriend a,
div#boxmyaccount table.friends .addfriend a { font-weight: bold; }
div.youraccounta table.friends td.name,
div#boxmyaccount table.friends td.name { width: 30%; }
div.youraccounta table.friends td.email,
div#boxmyaccount table.friends td.email { width: 40%; }

div.myaccount { float: left; padding: 20px; width: 500x; }
div.myaccount ul.tabs { margin: 10px 0 0 30px;  }
div.myaccount ul.tabs li { float: left; margin-right: 2px; }
div.myaccount ul.tabs li a,
div.myaccount ul.tabs li a:visited { 
	float: left; 
	display: block;
	padding: 10px 15px 10px 15px;
	color: #fff;
	background: #949494;
	text-transform: uppercase;
}
div.myaccount ul.tabs li a:hover,
div.myaccount ul.tabs li a:focus,
div.myaccount ul.tabs li a.on,
div.myaccount ul.tabs li a.on:visited,
div.myaccount ul.tabs li a.on:hover,
div.myaccount ul.tabs li a.on:focus { text-decoration: none; background: #a93f41; }
div.myaccount div#boxmyaccount { padding: 10px; width: 500px; /*height: 480px;*/ border: solid 1px #ccc; border-bottom:2px solid #ccc;}
	div.myaccount form ul{
		margin:0; width:auto;
	}

	div.myaccount div#boxmyaccount form label{font-weight:normal; color:#666;}

div.yourprofile { padding: 20px; float: right; width: 348px; color: #777; }
div.yourprofile h3{margin-bottom:10px;}
div.yourprofile table { width: 94%; margin: 18px 0 18px 0;  }
div.yourprofile table td { padding: 4px; color: #777; }
div.yourprofile table td.col1 { padding-left: 0; width: 35%; }
div.yourprofile table td.col2 { font-weight: bold; width: 60%; }
div.yourprofile table td.col3 { text-align: right; }
div.yourprofile div.image { 
	display:block; float:right; clear:none;
	position: relative; 
	width: 348px;
	height: 264px;
	background: url(../images/master/bg_myaccount.jpg) no-repeat;
	margin-right:-20px;
}

/* admin */
body.admin{background:#666;}

div.topbar{
	display:block; float:none; clear:both; overflow:hidden; height:1%;
	margin:0 0 25px 0; border-bottom:2px solid #ccc; padding:5px 25px;
}
	div.topbar form{padding:0; margin:0 0 -15px 0;}
		div.topbar form label{width:auto; color:#666; text-transform:uppercase; padding:5px 0;}
		div.topbar form input.button{padding-top:2px; }
		*html div.topbar form input.button{padding-top:4px;}
		
	div.topbar form.left{display:block; float:left; clear:none; overflow:hidden; width:auto;}
	div.topbar form.right{display:block; float:right; clear:none; overflow:hidden; width:auto;}
		div.topbar form p{width:auto; float:left; overflow:hidden; height:40px;}
	div.topbar.noborder{border:0px none;}

/* Products Top */
div#products-top { padding: 7px 10px 7px 10px; background: white; }

/* statistics */
div.left-column,
div.right-column{
	display:block; float:left; clear:none;
	width:47%; overflow:hidden; height:1%; margin:0 0 50px 0;
}
div.right-column{float:right;}
	div.left-column.bordered,
	div.right-column.bordered{border:1px solid #ccc; padding:10px;}
	
h5.col{display:block; float:left; clear:none; overflow:hidden; width:45%;}

table.statistics{
	width:440px; table-layout:auto; text-align:left;
	overflow:hidden; clear:both; margin:0 0 20px 0;
}
	table.statistics th{border-bottom:2px solid #ccc; border-left:1px solid #ddd; vertical-align:bottom; padding:0 10px;}
		table.statistics th label{width:auto; float:left; clear:none;}
		table.statistics th select{width:80px;}
		
	table.statistics td{padding:10px;}
		table.statistics td.date{color:#c24441; background:transparent url("../images/bullets/arrow1.gif") no-repeat 5px center; padding-left:15px;}
		table.statistics td.quantity{color:#666;}
	
	table.statistics tr.bottom td{ border-top:2px solid #ccc; border-bottom:2px solid #ccc; color:#666; padding:5px 10px;}
		table.statistics tr.bottom td a{font-weight:bold;}
	
table.stats{
	width:100%; margin:20px 0;
	/*background:transparent url("../images/master/bg_stats_grad.gif") repeat-x bottom left;*/
}
	table.stats tr td{vertical-align:top; border-left:1px dotted #999; padding:10px;}
	table.stats tr td.first{padding-left:0px; border-left:0px;}
		table.stats tr td h3{margin:0; padding:0;}
		
	table.withheading tr td{padding-top:39px;}
	table.withheading tr td.first{padding-top:0px;}

div.heading{display:block; float:none; clear:both; overflow:hidden; height:1%; margin:0 0 10px 0;}
	div.heading .left{display:block; float:left; clear:none;}
	div.heading .right{display:block; float:right; clear:none;}
	
a.add{
	font-weight:bold; text-transform:uppercase; padding-left:10px;
	background:transparent url("../images/icons/add_red.gif") no-repeat center left;
}
	a.add span{color:#c24441; font-weight:bold;}
	
	
	
/* video rating */  
.star-rating{
	list-style:none;
	margin:2px 0px;
	padding:0px;
	width:75px;
	height:15px;
	position:relative;
	overflow:hidden;
	background:transparent url("../images/icons/star-trans.png") top left repeat-x;
	_background-image:url("../images/icons/star.gif");
}
.star-rating li{
	overflow:visible;
	padding:0px;
	margin:0px;
	width:15px;
	height:15px;
	float:left;
	line-height:1em; 
	list-style:none; 
	color:#333;
}
.star-rating li a{
	display:block;
	width:15px;
	height: 15px;
	line-height:15px;    
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
}
.star-rating li a:hover{
	z-index:2; left:0px; border:none;
	background:transparent url("../images/icons/star-trans.png") left bottom;
	_background-image:url("../images/icons/star.gif");
}
.star-rating a.one-star{left:0px;}
.star-rating a.one-star:hover{width:15px;}
.star-rating a.two-stars{left:15px;}
.star-rating a.two-stars:hover{width:30px;}
.star-rating a.three-stars{left:30px;}
.star-rating a.three-stars:hover{width:45px;}
.star-rating a.four-stars{left:45px;}  
.star-rating a.four-stars:hover{width:60px;}
.star-rating a.five-stars{left:60px;}
.star-rating a.five-stars:hover{width:75px;}
.star-rating li.current-rating{
	display:block; position:absolute; z-index:1; 
	height:15px; text-indent:-9000px;
	background:transparent url("../images/icons/star-trans.png") left center;
	_background-image:url("../images/icons/star.gif");
}

/* tri-column */
div.tricolumn{
	display:block; float:none; clear:both; overflow:hidden; height:1%;
	padding:15px 7px;
}
div.stores-tricolumn{
	display:block; float:none; clear:both; overflow:hidden; height:1%;
	padding:0px 7px;
}
	div.tricolumn h3{margin:0 0 7px 0;}
	div.tricolumn p{margin:0 0 14px 0;}
	div.tricolumn div.column{
		display:block; float:left; clear:none; overflow:hidden; 
		width:31.6%; margin:0px 7px; min-height:300px;
	}
	
	div.stores-tricolumn h3{margin:0 0 7px 0;}
	div.stores-tricolumn p{margin:0 0 14px 0;}
	div.stores-tricolumn div.column{
		display:block; float:left; clear:none; overflow:hidden; 
		width:31.6%; margin:0px 7px; min-height:300px;
	}
	
		div.tricolumn div.column.one{width:126px;}
		div.tricolumn div.column.two{width:425px;}
		div.tricolumn div.column.three{width:336px; background:#eee; float:right; padding:15px; margin:-15px;}
		
		div.stores-tricolumn div.column.one{width:276px; height: 380px; background:#eee; float:left; padding:15px; margin:-15px;}
		div.stores-tricolumn div.column.two{width:633px; height: 380px; background:#eee; margin: -7px 1px 1px 24px;}

    div#map {
      height:370px;
      width:100%;
    }

    div#map div {
      overflow:visible;
    }

    div#map img {
      margin:auto;
      overflow:visible;
      padding:inherit;
    }

		
	div.tricolumn form input{width:95%;}
	div.tricolumn form select{width:97%;}
	div.tricolumn form input.button{width:auto;}
	div.tricolumn form p{margin:0 0 5px 0;}
	div.tricolumn form label{color:#666;}
	
div.press{background:transparent url("../images/master/header_press.jpg") no-repeat left top; padding-top:270px;}
div.stores-tricolumn{background:transparent url("../images/master/header_stores.jpg") no-repeat left top; padding-top:270px;}
div.about{background:transparent url("../images/master/header_about.jpg") no-repeat left top; padding-top:270px;}

div#overlay{text-align:center; padding:110px 0; position:absolute; top:0px; left:0px; z-index:20000; width:100%; height:100%;}
div.window{
	background:#fff;
	overflow:visible; z-index:20001;
	width:50%; height:350px; margin:0 auto; padding:30px 20px 20px 20px;
	position:relative;
}
	div.window div.window-close{display:block; float:right; clear:none; position:absolute; margin-top:-20px; right:20px;}
		div.window div.window-close a{
			display:block; float:none; clear:both; 
			background:transparent url("../images/icons/close.gif") no-repeat left top; 
			text-indent:-999px; width:15px; height:15px;
		}
	div.window div.window-title{display:block; float:left; clear:none; overflow:hidden; width:150px; margin-right:20px;}
		div.window div.window-title h3{margin:0 0 5px 0; line-height:1em;}
		div.window div.window-title p{color:#999;}
	
	div.window div.window-content{overflow:auto; height:350px; padding:0 20px 0 0;}
		div.window div.window-content h4{font-size:12px; text-transform:none; font-weight:bold; margin:0 0 5px 0; color:#;}
		div.window div.window-content p{margin:0 0 15px 0;}
			
ul.news{
	display:block; float:none; clear:both; overflow:hidden; height:1%;
	margin:0 0 15px 0;
}
	ul.news li.newsitem{
		display:block; float:none; clear:both; overflow:hidden; padding:0 0 0 12px;
		background:transparent url("../images/bullets/arrow1.gif") no-repeat left top;
	}
		li.newsitem .date{font-weight:bold; margin:0 0 5px 0;}
		li.newsitem h4,
		li.newsitem h4 a{font-size:12px; font-weight:bold; text-transform:none; margin:0 0 5px 0; text-decoration:none; color:#c24441;} 
		li.newsitem h4 a:hover{ text-decoration:underline;}
		
p.pagination{color:#666; text-align:center; cursor:default; border-top:1px dotted #ccc; padding-top:10px;}
p.pagination a,
p.pagination span,
p.pagination strong{padding:0 5px;}

table.storelist{ border-collapse:collapse; table-layout:auto; width:100%;}
	table.storelist tr th{display:none;}
	table.storelist tr td{width:33%; border-top:1px solid #aaa; padding:10px 0;}
	table.storelist tr td p{margin:0 0 5px 0;}
	
div.stores-tricolumn div.panel{height:200px; overflow:auto; border-top:1px solid #aaa; border-bottom:1px solid #aaa;}

ul.list{
	display:block; float:none; clear:both; 
}
	ul.list li{
		list-style:inside disc;
		padding:0 0 0 10px; line-height:1.3em;
	}div.autocompleter-loading {
  float:left; clear:right;
  background:transparent url("../images/spinner.gif") no-repeat center;
  width:20px; height:16px;
}

ul.autocompleter-choices {
  position:absolute;
  margin:0; padding:0;
  list-style:none;
  border:1px solid #9eb23f; border-top:0px none;
  background: #fff;
  text-align: left;
  z-index:5000; opacity:0.5;
	max-height:300px; overflow:auto;
}

ul.autocompleter-choices li {
  position:relative;
  padding:5px 10px; line-height:1.2em;
  cursor:pointer;
  font-weight:normal;
  font-size:1em;
}

ul#queue li {
  background-color:#fff;
  color:#ccc;
}

ul.autocompleter-choices li.autocompleter-selected {
  background-color:#9eb23f;
  color:#fff; 
}

ul.autocompleter-choices span.autocompleter-queried {
  font-weight:normal; text-decoration:underline;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
  color:#000;
}

a.bullet {	
  padding: 0 0 10px 10px;
	text-transform: none; 
	color: #333; border-right:1px solid #fff;
	background:transparent url("../images/bullets/plus1.gif") no-repeat left 4px;
}
