/* 
 * Common
 */ /* reset */
html,body,div,span,object,iframe,h1,h2,h4,h5,h6,p,a,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}

body{line-height: 1.4}
table{border-collapse: separate;border-spacing:0}
caption,th,td{font-weight: normal}
table,td,th{vertical-align: middle}
a img{border: none}

/* typography */
body{
	font-size: 75%;
	color: #333;
	background: #fff;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif
}

h1,h2,h3,h4,h5,h6{font-weight:normal}

h1{font-size: 1.8em;margin-bottom: 0.5em;font-family:"Lucida Grande",Georgia,Trebuchet,"Trebuchet MS",sans-serif}
h1 a,.pop-box h1 a{text-shadow: 1px 1px 1px #FFFFFF}
h2{color:#2A2F30;font-size:1.4em;font-weight:normal;margin-bottom:0.5em}

h3{
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.25;
	margin-bottom: 0.5em
}

h4{
	font-size: 1.1em;
	font-weight: bold;
	color: #CC0000;
	font-family: trebuchet ms, arial, verdana, sans-serif;
	font-size: 0.98em;
	display: inline-block
}

h4 a{
	color: #CC0000
}

h5{
	font-size: 1.1em;
	font-weight: normal;
	color: #e83a00
}

h6{
	font-size: 1em;
	font-weight: normal;
	color: #666;
	display: inline;
	padding-right: 0.3em
}

label,label a{
	color: #666
}

p{
	margin: 0 0 .3em
}

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

a:hover{
	text-decoration: underline
}

a:focus{
	outline: none
}

blockquote{
	margin: 1.5em;
	color: #666;
	font-style: italic
}

strong{
	font-weight: bold
}

em,dfn{
	font-style: italic
}

dfn{
	font-weight: bold
}

del{
	color: #555
}

pre,code,tt{
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5
}

ul,li{
	list-style: none;
	list-style-position: outside
}

ol,ol li{
	list-style-type: decimal
}

dl{margin: 0 0 1.5em 0}

dd{
	margin-left: 0.8em
}

table{
	width: 100%
}

th{
	font-weight: bold
}

th,td{
	padding: 4px 5px 4px 5px
}

tfoot{
	font-style: italic
}

caption{
	background: #eee
}

/* forms */
fieldset{
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc
}

input.text,input.title,textarea,select{
	margin: 0.2em 0;
	border: 1px solid #bbb
}

input.text:focus,input.title:focus,textarea:focus,select:focus{
	border: 1px solid #666
}

input.text{
	padding: 0.1em 0.2em
}

input.title{
	font-size: 1.5em;
	padding: 5px
}

textarea{
	padding: 5px
}

/* fonts & links -> frequent */
.xxxshort{
	width: 6em
}

.xshort{
	width: 10em
}

.f-left{
	float: left
}

.f-right{
	float: right
}

.t-center{
	text-align: center
}

.pull-right{
	margin-right: 0 !important
}

.red,.err,.notice,.success{
	color: #E30000
}

.notice{
	display: none
}

.note{
	color: #666;
	font-size: 0.9em !important
}

.highlight{
	color: #e37400
}

.bhighlight{
	background: #E8F6E9;
	padding: 0.1em 1em;
	color: #CC0000
}

.hide{
	display: none
}

.inline{
	display: inline !important
}

.inline-block{
	display: inline-block !important
}

.text-right{
	text-align: right
}

.clearfix:after,.container:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix,.container{
	display: inline-block
}

* html .clearfix,* html .container{
	height: 1%
}

.clearfix,.container{
	display: block
}

.clear{
	clear: both
}

.clearfixleft:after{
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden
}

.clearfixleft{
	display: inline-block
}

* html .clearfixleft{
	height: 1%
}

.clearfixleft{
	display: block
}

/* 
 * Layout
 */
#container{
	width: 100%;
	min-height: 40em;
	background: url(http://r.fss.bz/img/hbg.png) repeat-x scroll 0 0
		transparent
}

.left-col{
	position: absolute;
	width: 204px;
	left: 0
}

.main-col{
	margin: 0 0 0 204px;
	min-width: 790px
}

.three-col .right-col{
	float: right;
	width: 176px;
	padding-top: 53px
}

.home-page .right-col{
	padding-top: 14px
}

/* layout -> left-col */
#logo-area{
	height: 6em;
	position: relative
}

#nav{
	padding: 0.2em 0.6em;
	background: #fff
}

/* layout -> main-col */
#narrow-by{
	padding: 0;
	position: relative;
	min-height: 4.25em
}

#top-nav{
	min-height: 1.6em;
	position: relative !important;
	width: 100%
}

#main-panel{
	border-style: solid;
	border-color: #A7A7A7 #CDCDCD;
	border-width: 1px 0 1px 1px;
	padding-bottom: 1em;
	min-height: 400px;
	background: #fff
}

.three-col #main-panel{
	padding: 1em 2em 1em 2em;
	margin-right: 176px;
	border-width: 1px;
	background: #F4FAF5
}

.home-page #main-panel{
	border: none;
	padding: 0;
	background: transparent
}

.home-page #top-nav{
	height: 37px
}

#footer{
	background-color: #F6F6F6;
	clear: both;
	margin: 5em 0 0;
	padding: 3.5em 210px 5px
}

/* 
 * Areas
 */ /*area -> header */
#logo{
	position: absolute;
	right: 0;
	width: 200px;
	background: transparent url(/img/i.png) no-repeat 8px -2448px;
	text-indent: -999999px;
	height: 5em
}

#tag-line{
	color: #333;
	position: absolute;
	bottom: 5px;
	width:178px;
	text-align:center;
	letter-spacing: 0.5px
}

#search-box{
	position: absolute;
	top: 0.4em;
	right: 0.7em
}

#search-btn{
	background: transparent url(/img/i.png) no-repeat -178px -120px;
	border: none;
	color: #fff;
	height: 19px;
	width: 27px;
	vertical-align: middle;
	font-size: 0.9em;
	font-weight: bold;
	text-shadow: 1px 1px 1px #426292;
	padding-bottom: 2px
}

#search-btn:hover{
	color: #f3e4dd
}

#search-box input{
	vertical-align: middle;
	-moz-box-shadow: 1px 1px 1px #DDD inset;
	-webkit-box-shadow: 1px 1px 1px #DDD inset
}

input.search-box{
	color: #666;
	font-size: 1em;
	height: 1.5em;
	width: 15em;
	border: 1px solid #bbb;
	padding: 0 0.2em 0.1em 0.1em
}

input.search-box:focus,input.search-box:active{
	color: #222;
	border: 1px solid #E37400
}

/* area -> left-col */
#nav h4,.right-col h4{
	font-size: 1.1em
}

#nav h4{
	cursor: pointer
}

#nav .title,.right-col .title{
	margin-top: 0.7em;
	padding: 0.2em 0 0.1em 0.1em;
	border-bottom: 1px dotted #E5E5E5;
	position: relative;
	line-height: 1.2em
}

.right-col .content{
	padding: 0.2em 0
}

#nav .content{
	padding: 0.2em 0.2em 0.2em 0.7em
}

#nav li.off .content{
	display: none
}

#f-cat-quick-link a.on,#cat-list a.on{
	color: #c00
}

#nc{
	display: none
}

#cat-list{
	margin: 0.2em 0 0 0.6em;
	font-size: 0.95em;
	position: relative
}

#cat-list div{
	margin-left: 0.6em
}

#cat-list a{
	display: block
}

#cat-list .more,.content-box .tog-col-all .more{
	color: #999;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	padding-left: 4px;
	vertical-align: middle
}

#cat-list a:hover{text-decoration: none;color:#CC0000}

#nav #store-list,#nav #tbrand-list{
	height: 18.2em;
	overflow: auto;
	width: 173px;
	margin-top: 0.8em
}

.current{
	margin-bottom: 0.5em;
	font-weight: bold
}

.current span{
	font-size: 0.9em
}

.current a{
	color: #555;
	font-size: 0.9em;
	font-weight: normal
}

#nav .sel-all{
	display: none
}

#quick-link .second{
	margin-left: 0.7em
}

/* area -> top-panel */ /* area -> top-panel -> narrow-by */
#narrow-by .horizontal{
	padding: 0.3em 0.7em 0
}

#narrow-by .title{
	padding: 0 0.7em
}

#f-size-box{
	width: 66em;
	left: -16px
}

#f-size-box .col{
	width: 19.0em !important
}

#top-line{
	line-height: 1.6em
}

#signin-area{
	position: absolute;
	top: 0.5em;
	right: 20em;
	text-shadow: 1px 1px 0 #fff
}

#link-this-box{
	min-height: 7em;
	width: 30em;
	left: auto;
	right: 0
}

#link-this-input{width: 99%}

/* area -> main panel */
.main-box{
	background: #FFF
}

.home-page .main-box{
	border-style: solid;
	border-color: #A7A7A7 #CDCDCD;
	border-width: 1px;
	margin-bottom: 1em;
	padding: 1em
}

.three-col .main-box .title{
	font-size: 1.2em;
	border-bottom: 1px dotted #888
}

.main-box .box{
	margin-bottom: 1em;
	padding: 0;
	background: transparent
}

#editor-pick-pagelist{
	display: inline-block;
	margin: 0 0.5em 0 2em
}

#tool{
	bottom: 0.2em;
	position: absolute;
	right: 0.7em
}

/* area -> right-col */
.right-col ul{
	padding: 0.2em 0.4em 0.2em 0.6em
}

.right-col .ad{
	padding: 0.2em 0 0 0.6em;
	overflow: hidden;
	text-align: center
}

.right-col li li{
	margin-bottom: 0.5em
}

#new-coupon span{
	padding-left: 0.4em;
	color: #777;
	font-weight: bold
}

#follow{
	padding: 2px 5px 2px 10px;
	text-align: right;
	height: 17px
}
.right-col .nav-bar{text-align:right}
#follow a{
	display: inline-block;
	width: 16px;
	margin: 0 2px;
	background: url(/img/i.png) 0 0
}

#follow a:hover{text-decoration: none}
a#fb{background-position:0 -1880px}
a#fb:hover{background-position:0% -1840px}
a#twitter{background-position:-30px -1880px}
a#twitter:hover{background-position:-30px -1840px}
a#rss{background-position:-60px -1880px}
a#rss:hover{background-position:-60px -1840px}
a#email{background-position:-90px -1880px}
a#email:hover{background-position:-90px -1840px}

/* area -> footer */
#footer div{
	float: left;
	width: 20%
}

#footer ul{
	list-style-type: none;
	margin: 0;
	padding: 0
}

#footer p{
	clear: left;
	margin: 0 auto;
	padding: 2em;
	text-align: center
}

#footer h6{
	font-weight: bold
}

/* 
 * Components
 */ /* component -> nav */
.nav-bar{
	background: url(/img/i.png) repeat-x scroll 0 -395px;
	height: 20px;
	padding: 2px;
	line-height: 18px;
	border-top: 1px #A7A7A7 solid;
	border-width: 1px 0
}

.nav-bar a{
	color: #222;
	line-height: 16px;
	display: inline-block;
	padding: 0 6px;
	border-left: 1px dotted #aaa;
	text-shadow: #FFF 1px 1px 0
}

.right-col .nav-bar a{
	padding: 0 4px 0 5px
}

.nav-bar a:hover{
	color: #c00
}

.compact .nav-bar div a{
	padding: 0 4px
}

.nav-bar a.first,.compact .nav-bar a.first{
	border: none
}

/* component -> cat-box */
#cat-box .content{
	background: #fff;
	padding: 3px 2px 2px 10px
}

#cat-box .content .reset{
	display: none
}

#f-cat-link{width: 10px;background:url(/img/i.png) right -42px;border:none;padding:0}
#f-cat-link:hover{background-position:right -57px;text-decoration:none}

/* component -> list-order */
#main-panel .tool-bar{
	padding: .3em 0.7em 0
}

#list-notice{
	color: #E30000
}

/* component -> prod-list */
ul.prod-list{
	padding: 0 3px 0 7px
}

ul.prod-list li{
	float: left;
	height: 205px;
	width: 144px;
	padding: 5px 0.2em 0 0.2em;
	text-align: left;
	line-height: 1.2
}

.prod-list p{ /*position:relative;*/
	display: block;
	height: 144px;
	overflow: hidden;
	margin: 0
}

.prod-list p img{
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	border: 0px solid #fff;
	padding: 2px;
	margin: 0 auto;
	max-height: 140px;
	max-width: 140px
}

.prod-list h6,.brief-prod-list h6{
	color: #C00;
	padding: 0 2px 0 0;
	font-size: 0.95em
}

.brief-prod-list .end h6{
	color: #333
}

.prod-list h6 a,.brief-prod-list h6 a{
	color: #C00
}

.prod-list h5{
	background: url(/img/i.png) no-repeat 0 -1206px;
	display: inline;
	padding-right: 11px;
	margin-left: -1px
}

.prod-list a.prod{
	display: block
}

.prod-list .on{
	color: #e37400;
	background: none
}

a.on img{border: 1px solid #666;padding: 1px}

.prod-list b,.brief-prod-list b{
	color: #222;
	display: block;
	max-height: 2.3em;
	overflow: hidden;
	font-size: 1em;
	line-height: 1.1em;
	padding-bottom: 0.05em;
	font-weight: normal
}

.brief-prod-list b:hover{
	text-decoration: underline
}

.prod-list i{
	font-size: 0.85em;
	white-space: nowrap;
	display: block;
	overflow: hidden; /*color:#648351;*/
	font-style: normal
}

.brief-prod-list i{
	font-style: normal
}

.prod-list del,.brief-prod-list del{
	padding-right: 2px;
	font-size: 0.95em
}

.prod-list p{
	position: relative
}

#akey{
	display: none
}

/* component -> prod-list -> brief-prod-list */
.right-col .brief-prod-list{
	margin-top: 0.5em
}

.brief-prod-list li img{
	max-height: 140px;
	max-width: 140px;
	padding: 2px
}

.main-box .brief-prod-list li b{
	height: 1.1em
}

.fit-screen #page-list-2{
	display: none
}

#prod-count,#search-term{
	display: none
}

#click-stream{
	margin-right: -0.2em
}

#click-stream li,#new-comment li{
	position: relative;
	min-height: 40px
}

#click-stream img,#new-comment img{
	position: absolute;
	right: 122px
}

#click-stream i{
	display: block;
	color: #666;
	font-size: 0.9em
}

#click-stream div{
	margin-left: 49px
}

#click-stream img{
	float: left;
	max-height: 40px;
	max-width: 45px;
	display: inline;
	padding: 1px
}

/* components -> panel tab */
#panel-tab{
	height: 35px;
	padding-left: 0.5em
}

#panel-tab li{
	float: left
}

/* components -> horizontal list */
.horizontal .left{
	float: left;
	padding: 0.2em 0;
	margin-right: 1em
}

ul.horizontal li.right{
	float: right;
	margin-right: 0;
	margin-left: 1em;
	position: relative
}

/* components -> section */
.section{
	position: relative;
	border-top: 1px solid #CDCDCD;
	padding: 0 0 0.5em
}

.section li{
	float: left;
	width: 164px;
	height: 200px;
	margin: 0 3px 0 0
}

#panel-sale .section{
	height: 215px;
	overflow: hidden
}

#panel-sale .section li{
	padding: 6px 1px
}

.main-box .section li{
	position: relative
}

.section li p{
	margin-bottom: 0;
	line-height: 1.1em
}

.section .section-title{
	margin: 1px 0 0.3em 0
}

.section .section-title img{
	float: left;
	margin-right: 1em
}

.section .section-title .store{
	display: inline-block;
	text-transform: capitalize;
	font-weight: bold;
	color: #380;
	margin-right: 1em
}

/* components  -> carousel-list */
.carousel-list{
	position: relative
}

.carousel-list li{
	float: left
}

.carousel-list .btn-row{
	position: absolute;
	width: 13px;
	right: 0.5em;
	top: 40px;
	border: none
}

.carousel-list .btn-row .more-btn{
	background: transparent url(/img/i.png) no-repeat scroll 0 -1685px;
	display: block;
	height: 25px
}

.carousel-list .btn-row .few-btn{
	background: transparent url(/img/i.png) no-repeat scroll right -1685px;
	display: block;
	height: 25px
}

.carousel-list.end .btn-row .more-btn{
	background-position: 0 -1717px;
	cursor: default
}

.carousel-list.start .btn-row .few-btn{
	background-position: right -1717px;
	cursor: default
}

.carousel-list .btn-row a:hover{
	text-decoration: none
}

#prod-w-click li,#exprod-w-click li{
	height: 216px
}

#prod-w-click span,#exprod-w-click span{
	height: 145px;
	display: block
}

/* components  -> sim-drop */
a.sim-drop{
	display: -moz-inline-box;
	display: inline-block;
	text-decoration: none;
	font-size: 0.95em;
	line-height: 1.5em;
	height: 1.5em;
	margin: 0;
	border: 1px solid #aaa;
	padding: 0em 1.6em 0em 0.3em;
	background: #fff url(/img/i.png) no-repeat scroll right 3px;
	vertical-align: bottom;
	position: static !important;
}

a.sim-drop.on,a.sim-drop .on{
	background-position: right -27px;
	border: 1px solid #e37400
}

a.sim-drop:hover,li.pop-box:hover a.sim-drop,li.drop-down:hover a.sim-drop
	{
	color: #e37400;
	text-decoration: none;
	border: 1px solid #e37400;
}

/* components  -> tog-show */
.tog-box,.tog-more-box{
	display: none
}

/* components  -> tog-more */
a.tog-more-show i,i.tog-more{
	color: #338800;
	cursor: pointer;
	font-style: normal
}

a.tog-more-show i.more{
	display: block
}

a.on i.more,a.on i.tog-more{
	display: none !important
}

.tog-more{
	margin: 0;
	padding-left: 0.7em;
	background: url(/img/i.png) no-repeat scroll 0 -1415px
}

.tog-few{
	padding-left: 0.7em;
	background: url(/img/i.png) no-repeat scroll 0 -1430px
}

.tog-more:hover{ /*color:#e83a00;*/
	background-position: 0 -40px
}

.tog-few:hover{ /*color:#e83a00;*/
	background-position: 0 -55px
}

#panel-sale .tog-more,#panel-sale .tog-few{
	font-size: 1.2em;
	padding-right: 1em
}

/* components  -> drop-down */
	/* components  -> drop-down  -> drop-down div */
li.drop-down{
	position: relative
}

.drop-down-box{
	position: absolute;
	left: auto;
	right: 0;
	border: 1px solid #888;
	padding: 0;
	background: #FFF;
	z-index: 100
}

.drop-down ul li{
	white-space: nowrap;
	width: 100%;;
	text-align: left
}

/* components  -> drop-down -> style the second level links */
.drop-down ul a{
	display: block;
	color: #460;
	font-weight: normal;
	line-height: 1.2em;
	font-size: 0.95em;
	padding: 0.3em 0.6em;
	margin: 0;
}

/* components  -> drop-down  -> style the top level hover */
.drop-down ul a:hover{ /*color:#e37400;*/
	background: #f0f7f0
}

.drop-down ul :hover>a{ /*color:#e37400;*/
	background: #f0f7f0
}

.drop-down h6:hover{ /*color:#e37400;*/
	
}

/* components ->  tog-btn  and close-btn */
a.close-btn,.drop-down a.close-btn,.b2top{
	display: block;
	text-align: left;
	padding-left: 1.4em;
	background: url(/img/i.png) no-repeat scroll 0.6em -53px
}

.drop-down a.close-btn{
	font-size: 0.95em;
	padding-top: 0.3em;
	padding-bottom: 0.3em
}

.drop-down a.close-btn:hover{
	background-color: #f0f7f0
}

/* components ->  pop-box */
.pop-box-link{
	position: static !important
}

/* pop-box */
.pop-box{position:absolute;top:43px;left:194px;right:auto;width:63em;margin:0;z-index:2;display:none}
.pop-box .inner {position:relative;width:100%;background:#F9FFFA;
-moz-box-shadow: 0 0 20px 5px #aaa;
-webkit-box-shadow: 0 0 20px 5px#aaa;
box-shadow: 0 0 20px 5px #aaa;
}
.pop-box .content-box {outline:none;margin:0 20px;padding:30px 0;min-height:5em}
#prod-box .content-box{min-height:300px}

.pop-box .close-btn,.pop-box .prev-prod-btn,.pop-box .next-prod-btn ,.box .close-btn{
position: absolute;top:7px;line-height: 1.2em;vertical-align: middle;background: url(/img/i.png) 15px -84px no-repeat
}

.pop-box .close-btn,.box .close-btn{right: 15px;padding-left: 30px}
.pop-box .close-btn:hover,.box .close-btn:hover{background-position: 15px -104px}
.pop-box #close-btn2{top:auto;bottom:9px}

.pop-box .prev-prod-btn{	top:28px;left:53em;background-position: 0px -1378px;padding-left: 15px}
.pop-box .prev-prod-btn:hover{background-position: 0px -1396px}
.pop-box .next-prod-btn{top:28px;right:15px;background-position: 100% -1348px;padding-right: 15px}

.pop-box .next-prod-btn:hover{background-position: 100% -1366px}

.pop-box .move-btn{position: absolute;cursor:move;right:77px;top:0;height: 30px;width: 55em;line-height: 1.2em}
.pop-box .move-btn span{position: absolute;right:0;top:6px;padding-left: 15px;line-height: 15px;vertical-align: middle;background: url(/img/i.png) -92px -83px no-repeat}
.pop-box .move-btn:hover span{background-position:-92px -103px}
.pop-box #move-btn2{top:auto;bottom:0}

.s-box{width:29em}
.s-box .move-btn{width:23em !important}
.m-box{width:40em}
.m-box .move-btn{width:34em !important}

/* drop-shadow for pop-box*/
/*
.pop-box{
	background: url(/img/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/img/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.pop-box .inner{
	background: none !important;
	background: url(/img/shadow2.gif) no-repeat left top;
	padding: 0 !important;
	padding: 0 6px 6px 0;
}
*/
/* components -> pop-box -> content-box */
/*
.pop-box .content-box{
	margin: -6px 6px 6px -6px !important;
	margin: 0;
	min-height: 8em
}

.content-box{
	text-align: left;
	padding: 30px 2em 4em;
	border: 1px solid #a9a9a9;
	background-color: #F4FAF5
}
*/
.s-box .content-box{
	padding: 30px 2em
}

/* components -> pop-box -> list in content-box */
.content-box .col{
	float: left;
	width: 14em
}

.content-box .col:last-child{
	margin-right: 0
}

.content-box .wide-col .col{
	width: 17.6em !important;
	margin-right: 1.3em
}

.content-box .narrow-col .col{
	width: 11em !important;
	margin-right: 0.7em
}

.content-box .step-col .col div{
	margin-left: 0.6em
}

.more-box{
	margin-left: 0.6em
}

.content-box .col a{
	font-size: 0.95em
}

.content-box dl{
	margin-bottom: 0.5em
}

.content-box dl:last-child{
	margin-bottom: 0em
}

.content-box .col dt{
	margin-left: 0.3em;
	color: #666;
	font-weight: normal
}

.content-box .col dd{
	margin-left: 0.3em !important
}

.content-box .array a{
	float: left;
	font-size: 0.9em;
	line-height: 1em;
	padding: 0.1em 0.15em !important;
	margin: 0.1em 0.4em 0.1em 0;
	background-image: none !important;
	border: 1px solid #ccc;
	text-align: center;
}

.content-box .array .on{
	background-color: #aaa !important;
	border: 1px solid #aaa;
	color: #fff;
}

.content-box .array a:hover{
	text-decoration: none;
	color: #e37400;
	border-color: #e37400;
}

dd.xnar a,dd.nar a,dd.standard a,dd.wide a,dd.mix a{
	padding: 0.1em 0.1em !important
}

dd.xnar a{
	width: 1.21em
}

dd.nar a{
	width: 1.6em
}

dd.standard a{
	width: 2.1em
}

dd.wide a{
	width: 4em
}

dd.mix a{
	min-width: 2em
}

.more-box{
	display: none
}

.pop-box form li,.form-box form li{
	padding: 0.15em 0;
	vertical-align: bottom
}

.pop-box form label,.form-box form label{
	width: 8.3em;
	float: left;
	text-align: right;
	padding: 0.4em 0.6em 0 0
}

.pop-box form input.text{
	width: 13.3em
}

.form-box{
	margin: 2em 5em;
	text-align: center
}

.form-box form{
	margin: 0 auto;
	max-width: 30em
}

.form-box form input.text{
	width: 16em;
	height: 1.3em
}

.form-box form li{
	padding-bottom: 0.5em
}

.full-box .msg-box{
	margin: 0 auto;
	max-width: 50em
}

/* components -> pop-box -> pop-in-pop */
.pop-in-pop{
	left: 0;
	top: 0
}

.pop-in-pop .inner{background-color:#eef5fe}
.pop-in-pop .content-box{min-height: 3em !important}

/* component -> data-box */
.data-box{
	display: none
}

/* components -> page list*/
.page-list{
	font-size: 0.9em;
	z-index: 0
}

.page-list a,.page-list span.current,.page-list span.nextprev{
	display: inline-block;
	float: left;
	margin: 0 2px;
	padding: 0.2em 0.3em;
	line-height: 1.1em
}

.page-list a{
	border: 1px solid #aaa;
	background: #fff;
	text-decoration: none
}

.page-list a:hover{
	color: #e37400;
	border-color: #aaa
}

.page-list span.current{
	color: #fff;
	background: #aaa;
	border: 1px solid #aaa;
	font-weight: bold
}

.page-list span.nextprev{
	color: #666;
	border: 1px solid #ddd
}

.page-list span.middle{
	float: left;
	color: #666;
	padding: 0.1em 0.2em 0.3em 0.2em
}

.page-list-btn span,.page-list-btn span a{
	display: inline-block;
	height: 20px;
	width: 16px;
	background: url(/img/i.png) no-repeat 20px -1149px;
	vertical-align: middle
}

span.fp-btn{
	background-position: -60px -1179px
}

span.pp-btn{
	background-position: -40px -1179px
}

span.np-btn{
	background-position: -0px -1179px
}

span.lp-btn{
	background-position: -20px -1179px
}

span.fp-btn a{
	background-position: -60px -1149px
}

span.pp-btn a{
	background-position: -40px -1149px
}

span.np-btn a{
	background-position: -0px -1149px
}

span.lp-btn a{
	background-position: -20px -1149px
}

.page-list-btn span a:hover{
	text-decoration: none
}

/* component -> carousel-pagelist */
.carousel-pagelist{
	font-size: 0.9em;
	z-index: 0
}

.carousel-pagelist span{
	display: inline-block;
	margin: 0 2px;
	padding: 0.1em 0.3em;
	line-height: 1.2em;
	border: 1px dotted #aaa;
	cursor: pointer
}

.carousel-pagelist span:hover{
	border: 1px solid #e37400
}

.carousel-pagelist span:hover a{
	color: #e37400
}

.carousel-pagelist span.current{
	border: 1px solid #aaa
}

/* component -> slider */
.slider{
	width: 105px;
	padding: 0;
	margin-top: 0.6em;
	position: relative;
}

.slider .note{
	width: 100%;
	position: absolute;
	top: -1.2em;
	text-align: center;
	font-size: 0.9em !important;
}

.slider .note input{
	font-size: 80% !important;
	width: 35%;
	display: inline-block
}

.ui-slider{
	background-position: center;
	background-repeat: no-repeat;
	height: 18px;
	position: relative;
	width: 105px;
}

.ui-slider-handle{
	background: url(/img/i.png) no-repeat scroll 0px -150px;
	height: 13px;
	left: 0px;
	position: absolute;
	top: 4px;
	width: 7px;
	cursor: e-resize;
	outline: none;
	z-index: 1;
}

.ui-slider-handle-active{
	border: 1px dotted black;
}

.ui-slider-disabled .ui-slider-handle{
	opacity: 0.5
}

.ui-slider-range{
	background: #50A029 none repeat scroll 0%;
	height: 2px;
	top: 10px;
	opacity: 0.3;
	filter: alpha(opacity = 30);
	position: absolute;
	width: 100%;
}

.ui-slider,.ui-slider-1,.ui-slider-2{
	background: url(/img/i.png) no-repeat scroll 0px -171px;
}

/*component -> reset button and link*/
.reset,.clear,.sel-all{
	padding-left: 10px;
	background: url(/img/i.png) no-repeat 0 -1317px
}

.reset:hover,.clear:hover,.sel-all:hover{
	background-position: 0 -1331px
}

.reset:hover{
	text-decoration: none
}

#nav .reset,#nav .clear{
	display: none
}

#search-notice .reset{
	display: inline-block
}

li.on .reset-link{
	display: inline-block !important
}

.reset-input{
	position: absolute;
	top: 7px;
	margin-left: 5px;
	width: 7px
}

/*component -> title */
.title a{
	margin-left: .5em;
	font-size: 0.9em;
	color: #555
}

.title a.reset{
	margin-left: 0
}

.exp{
	position: absolute;
	right: 0;
	top: 4px;
	width: 12px;
	background: url(/img/i.png) no-repeat 0 -1760px
}

.exp:hover{
	text-decoration: none;
	background-position: 0px -1800px
}

.off .exp{
	background-position: 0px -1780px
}

.off .exp:hover{
	background-position: 0px -1820px
}

/*component -> input:read or edit on click  */
input.read-edit{
	display: inline;
	border: transparent 1px solid;
	background: transparent;
}

input.read-edit:focus,input.read-edit:active,input.read-edit:hover,#price-selector:hover input,#disc-selector:hover input{border: 1px solid #e37400 !important}

/*component -> double-list */
.double-list em,.double-list em,.filter-select em{color:#777;padding-left:2px;font-size:0.9em;font-style:normal}

/*component -> multi-select */
.multi-select .col a{
	display: block;
	padding-left: 14px;
	background: url(/img/i.png) no-repeat scroll 0px -206px;
}

.multi-select .col .on{
	background-position: 0px -236px;
}

.multi-select h6 .on{
	display: inline;
	background: none !important;
	padding-left: 0;
}

/*component -> filter-select*/
.filter-select .col{
	border: 1px solid #C7DEA2;
	height: 16.7em;
	overflow: auto;
	padding: 0.3em 0 0.3em 0.3em;
	margin: 0.3em 0 0.5em -0.3em;
	width: 173px;
}

.filter-select .col a,.filter-select .selected a{
	display: block
}

.filter-select .col a b,.filter-select .selected a b{
	font-weight: normal
}

.filter-select .col a:hover,.filter-select .selected a:hover{
	text-decoration: none
}

.filter-select .col a b:hover,.filter-select .selected a b:hover{
	text-decoration: underline
}

.filter-select .col a i,.filter-select .selected a i{
	display: inline-block;
	width: 14px;
	background: url(/img/i.png) no-repeat scroll 0px -206px;
	cursor: pointer
}

.multi-select .col .on i,.filter-select .col .on i,.filter-select .selected .on i
	{
	background-position: 0px -236px
}

input.filter-search{
	width: 102px;
	padding: 0 2px
}

.filter-select .current{
	margin: 0.5em 0 0
}

.filter-select .content .search,.filter-list .search{
	position: relative;
	padding-top: 0.3em
}

/*component -> filter-list*/
.filter-list a{
	display: block
}

/*component -> btn */
.btn-row{
	text-align: center;
	margin: 1em 0 0 0;
	padding-top: 0.5em
}

.btn-row input{
	margin-right: 1em
}

.note-row{
	margin: 0.5em 0 0.6em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #c7dea2;
	position: relative
}

.pop-box .note-row .big-btn{
	position: absolute;
	left: 40%;
	top: -0.2em
}

a.btn{
	display: inline-block;
	text-align: center;
	height: 21px;
	font-size: 1.01em;
	font-weight: bold;
	padding-left: 0.4em;
	margin: 0 0.3em;
	background: url(/img/i.png) no-repeat 0 -270px;
	cursor: pointer
}

.btn span{
	display: inline-block;
	color: #fff;
	line-height: 1.5;
	padding: 0.1em 0.4em 0.20em 0;
	background: url(/img/i.png) no-repeat right -300px;
	text-shadow: 1px 1px 1px #224272
}

.btn:hover,.btn span:hover{
	text-decoration: none;
	color: #f3e4dd
}

.btn .small,a.btn.small{
	height: 16px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.26em;
	padding-left: 0.5em;
	margin: 0 0.2em;
	background-position: 0 -330px;
}

.btn .small span,.btn.small span{
	padding: 0 0.5em 0.1em 0 !important;
	font-size: 1em;
	margin: 0;
	background-position: right -360px;
	line-height: 1.3
}
a.mbtn{
	background: transparent url('/img/i.png') no-repeat right -1960px;
	display: block;
	float: left;
	height: 24px;
	margin-right: 6px;
	padding-right: 6px;
	color: #303033;
	font-size: 1em;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 247, 181, 0.8)
}

a.mbtn span{
	color: #303033;
	background: transparent url('/img/i.png') no-repeat 0 -1930px;
	display: block;
	line-height: 24px;
	padding: 0 0 0 6px
}

a.mbtn:hover{
	text-decoration: none;
	background-position: right -2020px
}

a.mbtn:hover span,a.mbtn span:hover{
	background-position: 0 -1990px
}

.bbtn{
	background: url("/img/i.png") repeat-x 0 -2240px;
	border: 1px solid;
	border-color: #DDDDDD #AAAAAA #AAAAAA #DDDDDD;
	display: inline-block;
	font-size: 1.6em;
	margin: 1em 0 0;
	padding: 0.2em 2em;
	-moz-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	text-shadow: 1px 1px 1px #FFF
}

.bbtn:hover{
	background-position: 0 -2280px;
	text-decoration: none;
	box-shadow: 0 1px 2px rgb(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgb(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px rgb(0, 0, 0, 0.2)
}

.icon-btn{padding-left: 15px;margin: 0 0.6em 0 0;background: url(/img/i.png) no-repeat scroll -200px -1487px}

.save-item{background-position: 0 -1487px}
.save-item:hover{background-position: -92px -1487px}
.share-item{background-position: 0 -1449px}
.share-item:hover{background-position: -92px -1449px}
.email-item{background-position: 0 -1469px}
.email-item:hover{background-position: -92px -1469px}
.fav-item{background-position: 2px -2128px}
.fav-item:hover{background-position: -90px -2128px}

.last-btn{margin: 0}

.mult-btn a{
	display: inline-block;
	padding: 0 3px;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	border-color: #ccc #bbb #A0A0A0;
	text-shadow: 1px 1px 0 #fff;
	background: #E9E9E9;
	background: -webkit-gradient(linear, center top, center bottom, from(#FcFcFc),
		to(#E9E9E9) ) repeat;
	background: -moz-linear-gradient(center top, #FcFcFc, #E9E9E9) repeat;
}

.mult-btn a.f{
	border-width: 1px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.mult-btn a.l{
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.mult-btn a:hover,.mult-btn a.on{
	color: #c00;
	text-decoration: none;
	border-color: #888 #888 #888;
	padding-right: 2px;
	border-width: 1px;
	background: -webkit-gradient(linear, center top, center bottom, from(#E9E9E9),
		to(#FcFcFc) ) repeat;
	background: -moz-linear-gradient(center top, #E9E9E9, #FcFcFc) repeat
}

.mult-btn a.f:hover,.mult-btn a.f.on{
	padding-left: 4px;
	padding-right: 2px
}

.mult-btn a i{
	color: #380;
	vertical-align: top;
	line-height: 12px;
	font-style: normal
}

#f-ppage-v-1{background: #E9E9E9 url(/img/i.png) -96px -2061px no-repeat;width: 12px}
#f-ppage-v-1:hover,#f-ppage-v-1.on{background-position: -96px -2091px}

#f-sort-vdate{
background: #E9E9E9 url(/img/i.png) -61px -2061px no-repeat;
width: 10px
}

#f-sort-vdate:hover,#f-sort-vdate.on{background-position: -61px -2091px}

#f-sort-vhot{background: #E9E9E9 url(/img/i.png) -133px -2061px;width: 10px}

#f-sort-vhot:hover,#f-sort-vhot.on{background-position: -133px -2091px}

.tool-bar h6{padding-right: 0}

/*component -> prod-box & full-prod-box */
#prod-box{
	top: 2em;
	width: 66em;
	left: 150px;
	line-height: 1.3;
	text-align: center;
	margin-top:20px
}

#prod-box .box,.right-col .box,#forum .box{
	background-color: #F8FFF1;
	border: 1px dashed #E0EAD0;
	margin: 0.2em 0
}

#prod-box .box .title{padding-top: 0.3em}

#prod-box h1{text-align: left;width: 32em}

/*component -> prod-right */
.prod-right{
	float: right;
	margin: 1em 0 1em 1em;
	width: 14em;
	position: relative
}

.prod-right a.btn{margin:0;white-space: nowrap}

#prod-nav{text-align: right;margin-bottom:1em}

#prod-img{
	border: 1px solid #666;
	padding: 1px;
	background-color: #fff;
	max-width: 152px;
	max-height: 200px;
}

#coupon .box{
	padding: 0.5em 0.2em 0.4em 0.4em;
	margin: 0.2em 0
}

#coupon ul li{
	font-size: 0.9em
}

span.coupon-code{
	color: #c00/*E83A00*/;
	padding: 0.2em 0.4em;
	margin-right: 0.4em;
	background: #FFF;
	border: 1px dashed #E0EAD0;
}

li.coupon-code{
	margin-bottom: 0.3em
}

#coupon-list{
	text-align: left
}

#share-coupon-box-wrap{
	position: relative
}

#share-coupon-box{
	display: none;
	width: 350px;
	left: auto;
	right: 0;
	top: 6em
}

#coupon .title{
	position: relative;
	text-align: left
}

/*component -> prod-left */
.prod-left{
	margin: 0.5em 15.5em 0 0;
	text-align: left;
	position: relative
}

/*component -> prod-left -> price, style and size */
#store-offer,#prod-cat{padding-top: 0.3em}
#prod-cat a,#prod-cat label{vertical-align:middle}
#prod-price{
	height: 24px;
	line-height: 33px;
	overflow: hidden
}

#prod-price li{
	display: inline;
	margin-left: 1.5em
}

#prod-info{
	padding-top: 0.3em
}

/*component -> full-prod-box */
.full-box{
	width: auto !important;
	margin: 2em 0
}

.full-box #report{
	right: 220px !important
}
.full-box h1 a{font-size: 1.4em}

.full-box .content-box{
	border: none
}

.full-box .more-box{
	display: block
}

/*component -> art-box */
#art-box{
	margin: 2em 2em;
	font-size: 1.2em;
	color: #333
}

#art-box a{
	color: #380
}

#art-box h1{
	color: #2A2F30;
	text-shadow: 1px 1px 1px #FFFFFF
}

#art-box h3{
	color: #648351;
	margin: 1em 0 0.3em 0
}

#art-box .quote{
	margin: 1em auto;
	width: 80%;
	font-style: italic;
	color: #3C4142;
	font-family: georgia, times, "Times new roman", serif;
}

#art-box .quote .source{
	float: right;
	font-size: 1.2em;
	font-style: normal;
	margin: 0.5em
}

table.size-table{
	margin-bottom: 0
}

table.size-table td{
	padding-left: 0;
	vertical-align: top
}

#size-list label,#style-list label{
	display: block
}

#style-list{
	max-width: 15em;
	overflow: hidden
}

#style-list a{
	display: inline-block;
	margin: 0.1em;
	vertical-align: middle
}

#style-list a img{
	border: 1px solid #380;
	max-height: 30px;
	max-width: 40px
}

#style-list a:hover img{
	border-color: #e37400
}

#style-list a span{
	display: inline-block;
	margin-right: 0.3em;
	white-space: nowrap
}

#size-list{
	max-width: 31.5em;
	padding-left: 1.5em
}

#size-list li{
	display: inline;
	padding-right: 0.5em;
	font-size: 0.9em
}

#size-list li{
	color: #aaa
}

#size-list li.on{
	color: #222
}

.no-size #size-list,.no-size #style-list,.no-style   #style-list{
	display: none
}

.no-style #size-list{
	max-width: 42em;
	margin-left: 0
}

.no-style #size-list label{
	display: inline-block
}

.prod-left #report{
	float: right;
	position: relative;
	margin-top: 4px
}

#report a{
	cursor: pointer
}

#report-box{
	z-index: 200
}

#report-box a.close-btn{
	position: static
}

#report-box a.close-btn:hover{
	position: static;
	background-color: #f0f7f0;
	background-position: 0.6em -53px
}

#report-notice{
	padding: 0 1em
}

#prod-desc li{
	padding-left: 15px;
	background: url(/img/i.png) no-repeat -194px -1143px
}

#cat,#brand{
	padding-left: 1.5em
}

.related{
	position: relative;
	clear: right;
	padding-top: 2em
}

.related .more{
	position: absolute;
	right: 0
}

#related-prod{
	height: 121px;
	overflow: hidden;
	border: solid;
	border-color: #ddd #ddd #A8B9A9;
	background: #FAFEFA;
	border-width: 1px 0;
	padding-right: 15px;
	box-shadow: 1px 1px 2px #ccc;
	-moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc
}

#related-prod li{
	height: 140px;
	margin: 0 0 0 4px;
	padding: 0.3em 0.1em 0.7em;
	width: 125px;
	line-height: 1em
}

#related-prod img{
	max-height: 70px
}

#related-prod b{
	height: 1.1em
}

#related-prod .btn-row,#p #editor-pick .btn-row{
	top: 25px
}

.related .bhighlight{
	background: transparent
}

/*component -> prod-left -> exit img */
#ext-img{
	text-align: center;
	padding: 0.6em 0.2em
}

#ext-img img{
	max-width: 100%
}

#ph-img{
	margin: 2em
}

/*component -> prod-left -> comments */
#write-comment-box{
	display: none;
	text-align: center;
	position: relative;
	padding-top: 1.5em
}

#write-comment-box textarea{
	width: 90%;
	height: 5em
}

#prod-desc{
	max-height: 30em;
	overflow: auto;
	overflow-x: hidden
}

#comment{
	max-height: 30em;
	overflow: auto;
	overflow-x: hidden
}

#write-comment-box{
	display: none
}

.c-list li{
	padding: 0.5em;
	min-height: 2.5em
}

.c-head{
	float: left;
	width: 8.5em;
	overflow: hidden;
	font-size: 0.9em;
	color: #666
}

.c-text{
	margin-left: 9em
}

/*component -> prod-left -> share item */
#prod-nav .share{
	margin: 0.5em 0;
	text-align: right
}

.share iframe{
	vertical-align: middle
}

a.tweet{
	display: inline-block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
	font-size: 11px;
	background: #94CC3D;
	border: 1px solid #43A52A;
	color: #FFF;
	padding: 2px 4px
}

a.tweet:hover{
	background: #fff;
	color: #43A52A;
	text-decoration: none
}

#share-prod-area{
	display: none
}

#share-prod h6{
	display: block;
	margin-top: 1em
}

#share-prod input,#share-prod textarea{
	padding: 3px;
	width: 96%;
	border: 1px solid #ddd
}

#share-prod textarea{
	height: auto
}

/* component -> datepicker */
.calendar{
	background: #fff url(/img/i.png) no-repeat scroll right -1207px;
	width: 13.6em;
	height: 1.4em;
	border: 1px solid #bbb
}

#ui-datepicker-div{
	padding: 0;
	margin: 0;
	background: #E0F4D7;
	width: 185px;
	display: none;
	border: 1px solid #A9A9A9;
	z-index: 10;
}

/*.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker{clear:both;float:left;width:100%}*/
.ui-datepicker-control,.ui-datepicker-links{
	font-size: 80%;
	letter-spacing: 1px;
	padding: 2px 0px
}

.ui-datepicker-clear,.ui-datepicker-prev{
	float: left;
	width: 25%
}

.ui-datepicker-current{
	float: left;
	width: 50%;
	text-align: center
}

.ui-datepicker-close,.ui-datepicker-next{
	float: right;
	width: 25%;
	text-align: center
}

.ui-datepicker-header{
	padding: 1px 0 3px;
	text-align: center;
	font-weight: bold
}

.ui-datepicker{
	border-collapse: collapse;
	text-align: center;
	margin-bottom: 0
}

.ui-datepicker td,.ui-datepicker th{
	padding: 0.1em 0.15em !important;
	text-align: center
}

/*.ui-datepicker a{display:block;width:100%}*/
.ui-datepicker-title-row,.ui-datepicker-title-row .ui-datepicker-week-end-cell
	{
	background: #B1DB87;
	color: #000
}

.ui-datepicker-days-row{
	background: #FFF;
	color: #666
}

.ui-datepicker-week-col{
	background: #B1DB87;
	color: #000
}

.ui-datepicker-days-cell{
	color: #000;
	border: solid #DDD;
	border-width: 1px 0
}

.ui-datepicker-days-cell a{
	display: block
}

.ui-datepicker-week-end-cell{
	background: #E0F4D7
}

.ui-datepicker-unselectable{
	color: #888
}

.ui-datepicker-week-over,.ui-datepicker-week-over .ui-datepicker-week-end-cell
	{
	background: #B1DB87 !important
}

.ui-datepicker-days-cell-over,.ui-datepicker-days-cell-over.ui-datepicker-week-end-cell
	{
	background: #FFF
}

.ui-datepicker-days-cell-over a{
	color: #e83a00 !important
}

* html .ui-datepicker-title-row .ui-datepicker-week-end-cell{
	background: #B1DB87 !important
}

* html .ui-datepicker-week-end-cell{
	background: #E0F4D7 !important;
	border: solid #DDD !important;
	border-width: 1px 0
}

* html .ui-datepicker-days-cell-over{
	background: #FFF !important;
	color: #e83a00 !important
}

* html .ui-datepicker-current-day{
	background: #83C948 !important;
	color: #fff
}

.ui-datepicker-today{
	background: #B1DB87 !important
}

.ui-datepicker-current-day{
	background: #83C948 !important
}

.ui-datepicker-status{
	background: #E0F4D7;
	width: 100%;
	font-size: 80%;
	text-align: center;
}

#ui-datepicker-div a,.ui-datepicker-inline a{
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
}

.ui-datepicker-inline .ui-datepicker-links a{
	padding: 0 5px !important
}

.ui-datepicker-control a,.ui-datepicker-links a{
	padding: 2px 5px !important
}

.ui-datepicker-title-row a{
	color: #000 !important
}

.ui-datepicker-links a:hover,.ui-datepicker-title-row a:hover{
	background: #FFF !important;
	color: #333 !important;
}

.ui-datepicker-multi .ui-datepicker{
	border: 1px solid #83C948
}

.ui-datepicker-one-month{
	float: left;
	width: 207px
}

.ui-datepicker-new-row{
	clear: left
}

.ui-datepicker-cover{
	display: none;
	display /**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}

/* component -> tabs */
@media projection , screen{
	/* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
	.ui-tabs-hide{
		display: none !important
	}
}

@media print{ /* Hide useless elements in print layouts... */
	.ui-tabs-nav{
		display: none
	}
}

.ui-tabs-nav h4{
	padding-right: 0;
	color: inherit
}

.ui-tabs-nav{
	height: 25px;
	list-style: none
}

.ui-tabs-nav:after{
	/* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " "
}

.ui-tabs-nav li{
	float: left;
	margin: 0 0 0 2px
}

.ui-tabs-nav a,.ui-tabs-nav a span{
	float: left;
	padding: 0 6px;
	background: url(/img/i.png) no-repeat scroll right -1250px
}

.ui-tabs-nav a{
	margin: 3px 0 0;
	/* position:relative makes opacity fail for disabled tab in IE */
	padding-left: 0;
	background-position: right -1250px;
	text-decoration: none;
	white-space: nowrap; /* @ IE 6 */
	outline: 0; /* @ Firefox, prevent dotted border after click */
}
.ui-tabs-nav a:hover,.ui-tabs-nav a:hover h5,.ui-tabs-nav h5:hover{
	color: #C00
}

.ui-tabs-nav .ui-tabs-selected a{
	color: #C00;
	position: relative;
	top: 1px;
	z-index: 2;
	margin-top: 0;
	background-position: 100% -1280px;
}

.ui-tabs-nav h5{color: #555}
.ui-tabs-nav .ui-tabs-selected h5{color: #C00}

.ui-tabs-nav a span{
	padding-top: 1px;
	padding-right: 0;
	height: 20px;
	line-height: 20px;
	background-position: 0 -1250px;
}

.ui-tabs-nav .ui-tabs-selected a span{
	padding-top: 0;
	height: 25px;
	background-position: 0 -1280px;
	line-height: 25px;
}

.ui-tabs-nav .ui-tabs-selected a:link,.ui-tabs-nav .ui-tabs-selected a:visited,.ui-tabs-nav .ui-tabs-disabled a:link,.ui-tabs-nav .ui-tabs-disabled a:visited
	{ /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}

.ui-tabs-nav a:hover,.ui-tabs-nav a:focus,.ui-tabs-nav a:active,.ui-tabs-unselect a:hover,.ui-tabs-unselect a:focus,.ui-tabs-unselect a:active
	{ /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}

.ui-tabs-panel{
	background-color: #FFF;
	border: 1px solid #E0EAD0;
	padding: 0.6em 1em
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav{ /* auto clear @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}

* :first-child+html .ui-tabs-nav{
	/* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}

/* component -> sub-tab */
.sub-tab{
	padding: 0.5em 0
}

.sub-tab a{
	display: inline-block;
	padding: 2px 1em;
	margin: 0;
	color: #C00;
	font-weight: bold;
	word-spacing: -0.1em
}

.sub-tab a:hover,.sub-tab a.on{
	background-color: #C00;
	color: #fff;
	text-decoration: none
}

/* component -> auto complete */
.ac_results{
	padding: 0px;
	border: 1px solid #666;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	color: #666;
	text-align: left;
}

.ac_results ul{
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li{
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*width:100%;*/
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.ac_odd{
	background-color: #fcfcfc;
}

.ac_over{
	color: #380;
	background-color: #e8f9e9;
}

/* main tab */
.main-tab .ui-tabs-nav a{
	background-position: right -1516px
}

.main-tab .ui-tabs-nav a span{
	background-position: 0 -1516px;
	height: 32px;
	line-height: 35px;
	padding: 0 16px
}

.main-tab .ui-tabs-selected a{
	background-position: right -1600px;
	font-size: 1.2em
}

.main-tab .ui-tabs-selected a span{
	background-position: 0 -1600px;
	height: 35px;
	line-height: 38px;
	padding: 0 20px
}

.main-tab .ui-tabs-nav{
	height: 35px
}

#panel-tab h4{
	font-size: 1.2em;
	font-weight: normal;
	font-family: georgia, tahoma, Helvetica, verdana, arial, sans-serif
}

/* component -> signin box */
#signin-box{
	width: 35em;
	left: auto;
	right: 2em;
	top: 2em
}

#signin-tab p.note{
	margin: 0.5em
}

/* component -> saved items */
#saved-items img{
	max-height: 40px;
	border: 1px solid #aaa;
	margin: 0.3em 0.3em 0 0;
	cursor: pointer
}

#saved-items img:hover,#saved-items img.on{
	border: 1px solid #e37400
}

#saved-item-note{
	display: none;
	position: absolute;
	left: 0;
	padding: 0.3em 9px;
	background: #FFFCCC;
	border: solid #eee;
	border-width: 0 1px 1px 0;
	font-size: 0.9em
}

/* component -> bread-crumb */
#bread-crumb{
	margin: 0 0 1em 0
}

/* component -> loading */
.loading{
	color: #1870C0;
	padding-left: 2em;
	background: transparent url(/img/loading.gif) 0.5em 0 no-repeat
}

/* component -> multi-col-list */
.multi-col-list{
	text-align: left
}

.multi-col-list a{
	color: #333 !important
}

.multi-col-list li{
	float: left;
	width: 15em
}

/* other -> h */
#exprod-w-click li{
	opacity: 0.7
}

#pick-link{
	padding: 0.1em 1em;
	font-size: 1.1em
}

#panel-sale #pick-link{
	float: left
}

.pick-btn{
	margin-left: 8em;
	margin-bottom: 0.5em
}

#editor-pick{
	margin: 0 0 2em;
	padding: 1em 2em 1em 0.5em;
	height: 179px;
	overflow: hidden;
	position: relative;
	background: none repeat scroll 0 0 #F7FCF7;
	border: 1px solid;
	border-color: #ddd #aaa #aaa #ddd;
	box-shadow: 1px 1px 2px #ccc;
	-moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc
}

#editor-pick li{
	position: relative;
	float: left;
	display: block;
	width: 144px;
	height: 183px;
	padding: 0 0.7em;
	margin: 0 0 2em;
	border-right: 1px solid #A8B9A9
}

#editor-pick li b{
	display: block;
	max-height: 2.1em;
	line-height: 1em;
	color: #555;
	overflow: hidden;
	text-align: center
}

#editor-pick li b:hover,#editor-pick li:hover b{
	color: #380;
	text-decoration: inherit
}

#editor-pick .p span{
	height: 145px;
	display: block;
	text-align: center
}

#editor-pick li img{
	max-height: 140px;
	max-width: 140px;
	margin: 0 auto 5px;
	border: 1px solid #eee
}

#editor-pick li .desc{
	display: none
}

#panel-sale .carousel-list .btn-row{
	top: 60px
}

.editor-pick-full #editor-pick{
	height: auto;
	overflow: visible
}

#editor-pick li p{
	text-align: center
}

#panel-sale h4{
	display: inline-block
}

/* other -> p*/
#p #editor-pick{
	height: 122px;
	border: solid;
	border-color: #ddd #ddd #A8B9A9;
	background: #FAFEFA;
	border-width: 1px 0;
	padding: 0.2em 2em 0.2em 0.5em
}

#p #editor-pick li{
	height: 122px;
	width: 120px;
	font-size: 0.95em;
	line-height: 1em;
	border: none;
	padding-top: 0.4em
}

#p #editor-pick li b{
	font-weight: normal
}

#p #editor-pick li img{
	max-height: 80px
}

#p #editor-pick .p span{
	height: 82px
}

#p #pick-link{
	padding-left: 0;
	float: left
}

#p #pick-link a{
	color: #C00
}

#p #prod-box label{
	color: #360
}

#p #prod-box h1{
	width: auto
}

/* other -> w */
.pick-full #desc{
	margin-left: 180px
}

.pick-full #thumb{
	float: left
}

.pick-full #btn-row{
	line-height: 30px;
	height: 34px
}

#thumb img{
	max-width: 140px;
	background: #fff;
	padding: 1px;
	border: 1px solid #666;
	margin: 0 2px
}

#full-page-list span a{
	margin: 1px
}

/* other -> f */
#forum-box{
	border-top: 1px solid #E0EAD0;
	padding: 1em
}

#forum-box table{
	border-collapse: collapse
}

#forum-box th,#forum .last td{
	border-bottom: 1px solid #aaa
}

#forum-box td{
	border-bottom: 1px solid #eee
}

#forum-box .crumb{
	margin: 0 -0.5em 0.5em;
	color: #999
}

#forum-box .crumb a{
	margin: 0 0.5em
}

#forum-box h2.title{
	margin: 1em 0 0.5em;
	color: #c00
}

#forum-box textarea{
	width: 25.2em;
	height: 5em
}

#forum-box input[type=text]{
	width: 25em
}

#forum-box .page-list{
	float: right
}

#forum-post dl,#fav-box dl{clear: left}

#forum-post h6,#post-box,form#forum-post dt,form#forum-post dd,#fav-box dt,#fav-box dd{float: left}

#post-box{
	margin: 1em 1em 2em 1em;
	clear: left
}

#forum-post dt{width: 6em;text-align: right;padding-top: 0.3em}

#forum-post .btn-row{
	margin: 0 0 1em;
	clear: left
}

#reply-box{
	margin: 1em;
	text-align: center
}

#reply-box textarea{
	margin: 0 auto
}

.input-off #post-box{
	clear: none;
	margin: 0 0 0 -0.5em
}

.input-off #post-box dt,.input-off #post-box dd,.input-off #post-box textarea,.input-off #post-box input{display: none}
.input-off #post-box .main{display: block}
.input-off #post-box input{width: 10em}
.input-off #reply-box textarea{height: 1em}
.anony{font-style: italic}

#forum .c-head{
	width: 10em;
	margin-left: 2em
}

#forum .first .c-head{
	margin-left: 0
}

#forum .c-text{
	margin-left: 13em
}

#forum .first .c-text{
	margin-left: 11em
}

#forum-tab .ui-tabs-selected a:hover{
	cursor: pointer
}

.refresh{
	float: right;
	margin-top: 0.5em !important
}

#more-sale-link{
	background: url("/img/i.png") no-repeat 100% -1759px;
	padding-right: 1.5em
}

/* fav-box */
#fav-box dt{color:#666;width: 6em;text-align: right}
#fav-box dd{margin-left:0.5em}

/* for small screen */
.sc .section li{
	width:144px
}

.sc .nav-bar div a{
	padding: 0 6px 0 7px
}
