/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt

from reset-min.css version: 2.5.2 */
html{color:#111;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#111;}

/* All code below Copyright (c) 2008, Wright All rights reserved. */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	overflow-x: hidden;
}

.intro {
	text-indent: -5000px;
	width: 0px;
	height: 0px;
}

a:active, a:focus {
outline: 0
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size: 11px;
}

ul.nav {
	width: 390px;
	height: 31px;
	margin-left: 0px;
	position: absolute;
	top: 0;
	left: 200px;
	z-index: 5000;
	background: #ececec;
}

div.nav_box {
	width: 155px;
	height: 31px;
	margin-left: 0px;
	position: absolute;
	top: 0;
	left: 615px;
	z-index: -5001;
	background: #ececec;
}

input#search {
	-webkit-appearance: none;
}

input + label { padding-left: 0px; vertical-align: top; }
input[type="checkbox"],
input[type="radio"]{ width: 10px; height: 10px; position:relative; z-index: 10; opacity: 0; }
input + label:before { content: " "; background: url(/assets/images/core/checkbox.png) no-repeat left 0px; width: 10px; height: 10px; position: relative; left: -10px; top: 0; display:inline-block; z-index: 5; }
input[type="checkbox"] + label:before { background-position: 0px 0px; }

/* HOVER STYLES */
input[type="checkbox"]:hover + label:before,
input[type="checkbox"] + label:hover:before  { background-position: 0px -10px; }
input[type="checkbox"]:focus + label:before { background-position: 0px -10px; }

/* CHECKED STYLES */
input[type="checkbox"]:checked + label:before { background-position: 0px -10px; }
input[type="checkbox"]:hover:checked + label:before,
input[type="checkbox"]:focus:checked + label:before { background-position: 0px -10px; }
input[type="checkbox"]:active:checked + label:before { background-position: 0px -10px; }

label { color: ##5E5E5E;}
input + label:hover,
input:hover + label { color: ##5E5E5E; }

select {
	-webkit-appearance: menulist-text;
	-webkit-border-radius: 0px;
  	-webkit-padding-end: 10px;
  	-webkit-padding-start: 10px;
  	-webkit-user-select: none;
	-moz-appearance: none;

  	background-image: url('/assets/images/core/arrow.png') ;
	background-color: #ececec;
	color: #a9a2d1;
  	background-position: center right;
  	background-repeat: no-repeat;
  	border: 0px;
  	margin: 0px;
	height: 22px;
	font-size: 10px;
}


div.navgap {
	width: 230px;
	height: 31px;
	margin-left: 0px;
	position: absolute;
	display: block;
	top: 0;
	left: 385px;
	z-index: 5001;
	background: #fff;
}


ul.nav li {
	display: inline;
}

ul.nav li {
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
}

ul.nav li a {
	display: block;
	float: left;
	height: 31px;
	text-align: center;
	line-height: 31px;
	padding: 0px 5px 0px 5px;
	color: #5e5e5e;
	text-decoration: none;
	
}

ul.nav li form input {
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	position: absolute;
	top: 5px;
	left: 625px;
	width: 130px;
	height: 20px;
	border: none;
	padding: 0px 0px 0px 6px;
	text-align: left;
	color: #5e5e5e;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background: #ececec;
}

ul.nav li form input:focus {
	text-transform: none;
	letter-spacing: normal;
}

/*main nav selection highlight*/

ul.nav li:hover a,
ul.nav li.fix_hover a
 {
	color: #fff;
	background: #a9a2d1;
}

/*secondary nav non-selected*/

ul.nav li:hover ul li a,
ul.nav li.fix_hover ul li a {
	background: #ffffff;
	color: #5e5e5e;
	display: block;
}

/*secondary nav selected*/

ul.nav li:hover ul li a:hover,
ul.nav li.fix_hover ul li a:hover {
	background: #ffffff;
	color: #a9a2d1;
}

ul.nav li ul {
	display: none;
}

ul.nav li ul.active { 
	display: block;
}

/*main nav block*/

ul.nav li:hover ul,
ul.nav li.fix_hover ul,
ul.nav li ul.active
 {
	display: block;
	position: absolute;
	padding: 7px 0px 0px 12px;
	top: 31px;
 	left: 0px; 
	width: 758px;
}

/*secondary nav block*/

ul.nav li:hover ul li a,
ul.nav li.fix_hover ul li a,
ul.nav li ul.active li a {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 10px;
	line-height: 28px;
	background: #fff;
	
}

ul.nav li ul { /* IE fix */
	background: #fff;
}

/*secondary nav active page*/

ul.nav li a.active,
ul.nav li:hover a.active:hover {
	color: #a9a2d1;

}

ul.nav li ul {
	z-index: 510;
}

ul.nav li ul.active {
	z-index: 500;
}

ul.nav li:hover ul li a.active,
ul.nav li.fix_hover ul li a.active {

}

/* shop */

ul.nav li a#nav_shop {
/*
	background-image: url(/assets/images/core/nav_shop.png);
	background-position: 0 36px;
*/
	width: 60px;
	height: 31px;
	text-align: center;
/* 	text-indent: -10000px; */
}

ul.nav li a#nav_shop.active {
	background-position: 0 0;
	color: #fff;
	background: #a9a2d1;
}


ul.nav li a#nav_featured.active {
	background-position: 0 0;
}
/*  about */

ul.nav li a#nav_about {
/*
	background-image: url(/assets/images/core/nav_about.png);
	background-position: 0 36px;
*/
	height: 31px;
	width: 70px;
	text-align: center;
/* 	text-indent: -10000px; */
}

ul.nav li a#nav_about.active {
	background-position: 0 0;
	color: #fff;
	background: #a9a2d1;
}

/*  buying */

ul.nav li a#nav_buying_selling {
/*
	background-image: url(/assets/images/core/nav_buying.png);
	background-position: 0 36px;
*/
	width: 130px;
	height: 31px;
	text-align: center;
/* 	text-indent: -10000px; */
}

ul.nav li a#nav_buying_selling.active {
	background-position: 0 0;
	color: #fff;
	background: #a9a2d1;
}

/*  wishlist */


ul.nav li a#nav_wishlist.active {
	background-position: 0 0;
}

/*  contact */

ul.nav li a#nav_contact {
/*
	background-image: url(/assets/images/core/nav_contact.png);
	background-position: 0 36px;
*/
	width: 85px;
	height: 31px;
	text-align: center;
/* 	text-indent: -10000px; */
}

ul.nav li a#nav_contact.active {
	background-position: 0 0;
	color: #fff;
	background: #a9a2d1;
}

/*  contact */

ul.nav li a#nav_cart {
/*
	background-image: url(/assets/images/core/nav_cart.png);
	background-position: 0 36px;
*/
	width: 31px;
	height: 31px;
/* 	text-indent: -10000px; */
}

ul.nav li a#nav_cart.active {
	background-position: 0 0;
}

ul.tabs li a {
	position: absolute;	
	top: 0px;
	left: 0px;
	width: 44px;
	height: 120px;
	background-image: url(/assets/images/core/newtabs_wright.png);
	text-indent: -10000px;
}

ul.tabs li a:hover {
	background-position: 44px 0px;
}

h1 a {
	position: absolute;
	left: 0px;
	top: 116px;
	background: #ffffff;
	background-image: url(/assets/images/core/newtabs_logo.png);
	width: 44px;
	height: 336px;
	text-indent: -10000px;
	z-index: 5000;
	display: none;
}

#wrapper #text div.headline,
#wrapper2 #text div.headline {
	color: #6dbce5;
}


strong {
	font-weight: bold;
}

#actions2 {
	display:none;
}

#actions,
#actions2 {
	position: absolute;
	left: 70px;
	top: 130px;
	font-size: 11px;
	line-height: 16px;
	z-index: 5000;
	color: #5e5e5e;
}

#actions input.filter,
#actions2 input.filter {
	width: 95px; 
	margin-bottom: 8px;
}


#actions a,
#actions2 a {
	text-decoration: none;
	color: #111;
	font-weight: bold;	
}

#actions ul,
#actions2 ul {
/*	margin-left: -20px;*/
}

#actions ul a,
#actions ul span,
#actions2 ul a,
#actions2 ul span {
    padding-left: 0px;
	padding-top: 0px;
}

#actions li.active a,
#actions2 li.active a {
	color: #6dbce5;
}

#actions input,
#actions2 input {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#text {
}

body > #actions,
body > #actions2,
body > h1 a,
body > ul.nav,
body > ul.tabs {
	position: fixed;
}

#actions ul li a#actions_index,
#actions2 ul li a#actions_index {
/*	background-image: url(/assets/images/core/actions_index.png);*/
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#actions ul li a#actions_previous,
#actions2 ul li a#actions_previous {
/*	background-image: url(/assets/images/core/actions_up.png);*/
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#actions ul li a#actions_next,
#actions2 ul li a#actions_next {
/*	background-image: url(/assets/images/core/actions_down.png);*/
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#actions a.small,
#actions2 a.small {
	font-weight: normal;
	padding-left: 0;
	color: #777;
}

#wrapper #text .error,
#wrapper #text textarea.error,
#wrapper2 #text .error,
#wrapper2 #text textarea.error {
	border: 1px #6dbce5 solid;
}

/* additions 2009-07-01 */


ul.my_nav {
	width: 125px;
	height: 38px;
	margin-left: 0px;
	padding: 11px 0px 0px 0px;
	position: absolute;
	top: 31px;
	left: 844px;
	z-index: 5000;
	background: #fff;
}

ul.my_nav li {
	display: inline; float: right;
}

ul.my_nav li a {
	text-transform: lowercase;
	letter-spacing: 0em;
	font-size: 12px;
	color: #90908f;
	text-decoration: none;
	padding-right: 15px;
}

ul.my_nav li a.active,
ul.my_nav li a:hover {
	color: #000
}

body > ul.my_nav {
	position: fixed;
	visibility: hidden;
}

/* additions 2009-07-07 */

/*
ul.tabs {
	position: absolute;
	left: 0px; 
	top: 452px;
	width: 20px;
	height: 90px;
	z-index: 5000;
}

.drop {
	background-image: url(/assets/images/core/newtabs_drop.png);
	background-repeat: repeat-y;
	position: absolute;
	left: 0; 
	top: 452px;
	height: 100%;
	width: 44px;
	z-index: 1;
}*/


body > .drop,
body > ul.tabs {
	position: fixed;
}


/*
p.label_checkbox_pair {
clear: both;
float: none;
position: relative;
}
p.label_checkbox_pair input {
left: 0px;
position: absolute;
top: 0px;
}
p.label_checkbox_pair label {
display: block;
margin-left:24px;
width: 70px;
height: 16px;
line-height: 16px;
}*/



/* uniform */

div.checker {
	height: 9px;
	width: 9px;
	overflow: hidden;
	border: solid 1px #ddd;
	background: #fff url(/assets/images/uniform/bg.png) repeat-x left 10px;
	float: left;
	display: inline;
	margin-top: 2px;
/*
	margin-right: 10px;
*/
	position: relative;
}

div.checker.focus {
	border-color: #999;
}

div.checker.focus span {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

div.checker span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

div.checker span.checked {
	background: url(/assets/images/uniform/check.png) no-repeat top left;
}

div.checker span input {
	position: absolute;
	opacity: 0;
}


/* Select Box */

div.selector {
	display: block;
	width: 98px;
	border: solid 1px #ddd;
	position: relative;
/*
	background: url(/assets/images/uniform/bg.png) repeat-x left 12px;
*/
	line-height: 22px;
	margin-top: 1px;
	height: 19px;
	color: #444;
}

div.selector select {
	width: 98px;
}

div.selector.focus {
	border-color: #bbb;
}

div.selector span {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0;
	display: block;
	padding-right: 0px;
	background: url(/assets/images/uniform/select0.png) no-repeat right 4px;
	right: 0;
	margin: 0;
	margin-left: -14px;
	margin-top: -2px;
}

div.selector.focus span {
	left: 0px;
}

div.selector select {
	position: relative;
	padding: 0;
	line-height: 21px;
	border: 0;
	margin: 0;
	padding-right: 40px;
}

#wrapper2 {
	display: none;
}


/* tabs v5 */
body > ul#tabs_v5 {
	position: fixed;
}

ul#tabs_v5 {
	position: absolute;
	left: 4px; 
	top: 125px;
	width: 31px;
	height: 416px;
	z-index: 500;
}

ul#tabs_v5 {
}

ul#tabs_v5 li {
	display: block;
}

ul#tabs_v5 li a {
	text-indent: -10000px;
	display: block;
}

ul#tabs_v5 li#tabs_v5_wright a {
	display: block;
	background-image: url(/assets/images/core/tabs_v5_wright.png);
	width: 31px;
	height: 215px;
}

ul#tabs_v5 li#tabs_v5_w21 a {
	background-image: url(/assets/images/core/tabs_v5_w21.png);
	width: 31px;
	height: 56px;
}

ul#tabs_v5 li#tabs_v5_now a {
	background-image: url(/assets/images/core/tabs_v5_now.png);
	width: 31px;
	height: 126px;
}

ul#tabs_v5 li a.active {
	background-position: 31px 0px;
}

ul#tabs_v5 li.divider {
	display: block;	
	background-image: url(/assets/images/core/tabs_v5_s1.png);
	width: 31px;
	height: 8px;
}

ul#tabs_v5 li.divider2 {
	display: block;	
	background-image: url(/assets/images/core/tabs_v5_s1.png);
	width: 31px;
	height: 8px;
	margin-top: 3px;
}


ul#tabs_v5 li a:hover {
	background-position: 31px 0px;
}

ul#tabs_v5 li a.active:hover {
	background-position: 31px 0px;
}
