/*	CSS Reset to start every browser with the same settings, or as close to it */
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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body{
	line-height:1;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
body{
	position:relative;
	font-family:Arial;
	width:100%;
	height:100%;
	min-height:100%;
	background:url(../layout/images/go.png) 50% -40px no-repeat,url(../layout/images/bg.jpg) repeat 0% 0%;
	background-attachment:scroll,fixed;
}
body.go{
	position:relative;
	font-family:Arial;
	width:100%;
	height:100%;
	min-height:100%;
	background:url(../layout/images/bg.jpg) repeat 0% 0%;
	background-attachment:scroll,fixed;
}
#go{
	position:absolute;
	top:0;
	width:100%;
	height:376px;
	background:url(../layout/images/go.png) no-repeat 40%;
	z-index:-1;
	opacity:0;
	-webkit-opacity:0;
	-moz-opacity:0;
}
b{font-weight:700;font-size:1.2em}
button{
	position:relative;
	display:inline-block;
	outline:none;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:2px 10px 2px 10px;
	text-shadow:0 1px 1px #333;
	border-radius:15px;
	box-shadow:0 1px 2px #111;
	color:#fff;
	border:solid 1px #b03970;
	-webkit-border-radius:15px;
	-webkit-box-shadow:0 1px 2px #111;
	background:-webkit-gradient(linear,left top,left bottom,from(#f17db1),to(#b03970));
	-moz-border-radius:15px;
	-moz-box-shadow:0 1px 2px #111;
	background:-moz-linear-gradient(top,#f17db1,#b03970);
}
button:hover{
	background:-webkit-gradient(linear,left top,left bottom,from(#b03970),to(#f17db1));
	background:-moz-linear-gradient(top,#b03970,#f17db1);
}
.ui-effects-transfer{
	z-index:65536;
	border:2px solid #000;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	background:url(../layout/images/m-5.png);
	background:rgba(241,125,177,.5);
}
.h20{height:24px;}
.w20{width:20px;}
.w30{width:30px;}
.w40{width:40px;}
.w50{width:50px;}
.w75{width:75px;}
.w100{width:100px;}
.w120{width:120px;}
.w125{width:125px;}
.w150{width:150px;}
.w225{width:225px;}
.w290{width:290px;}
.w300{width:300px;}
.w320{width:320px;}
.w400{width:400px;}
.w460{width:460px;}
.w490{width:500px;}
.w500{width:600px;}
.ml5{margin-left:5px;}
.m10{margin:10px;}
.m20{margin:20px;}
.mb20{margin-bottom:20px;}
.ml200{margin-left:200px;}
.mt20{margin-top:20px;}
.mt10{margin-top:10px;}
.mr10{margin-right:10px;}
.pl10{padding-left:10px;}
.r{text-align:right;}
.center{text-align:center;}
.small{font-size:10px}
.medium{font-size:16px}
.white{color:#fff;}
.bold{font-size:700;}
.head{
	background:#000;
	font-size:.7em;
	height:20px;
}
.total{
	border:solid #000;
	border-width:1px 0 1px 0;
	font-size:1.2em;
	font-weight:700;
}
.ordertable{
	width:100%;
	border:1px solid #000;
	box-shadow:2px 2px 8px #000;
}
.ordertable th,.ordertable td{
	padding:0 5px 0 5px;
}
ul{list-style:none;}
li{float:left;}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#d25b92;
	text-decoration:none;
}
#wrapper{
	width:1000px;
	margin:0 auto;
}
#header{
	position:relative;
	background: url(../layout/images/logo.png) 80px 50px no-repeat;
	height:145px;
}
.home{
	opacity:0;
	-webkit-opacity:0;
	-moz-opacity:0;
}
#header h1{
	display:none;
}
#header #search{
	position:absolute;
	bottom:35px;
	right:20px;
	width:430px;
	height:38px;
	border:3px solid #000;
	background:#fff;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	box-shadow:0 0 6px #000;
	-webkit-box-shadow:0 0 6px #000;
	-moz-box-shadow:0 0 6px #000;
}
#header #search input{
	position:absolute;
	top:0;
	right:0;
	margin:6px;
	padding:0 5px 0 5px;
	border:1px solid #000;
	background:#ccc;
	color:#000;
	width:300px;
	font-size:18px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow:inset 2px 2px 6px #000;
	-webkit-box-shadow:inset 1px 1px 3px #666;
	-moz-box-shadow:inset 2px 2px 6px #000;
}
#header #search input:focus{
	background:#f5bff5;
}
#header #search button{
	margin-left:5px;
	color:#f17db1;
	line-height:30px;
	font-size:20px;
	text-align:center;
	text-decoration:none;
	font-family:Arial;
	font-weight:700;
	background:transparent;
	text-transform:uppercase;
	border:none;
	border-radius:none;
	-webkit-border-radius:none;
	-moz-border-radius:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
#header #search button:hover{
}
#header .findus{
	position:absolute;
	top:25px;
	right:25px;
}
#header .findus img{
	opacity:.2;
	-webkit-opacity:.2;
	-moz-opacity:.2;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
#header .findus img:hover{
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
}
#account{
	position:absolute;
	top:5px;
	right:25px;
	text-align:right;
	font-family:Arial;
	font-size:16px;
	font-weight:700;
	color:#000;
}
#account span{
	padding:0 5px 0 5px;
	font-family:Arial;
	font-size:16px;
	font-weight:700;
	color:#000;
}
#account a{
	font-family:Arial;
	font-size:16px;
	font-weight:700;
	color:#000;
	text-decoration:none;
}
#account a:hover{
	color:#000;
	text-decoration:underline;
}
#contact{
	padding:5px;
	position:absolute;
	top:0;
	right:0;
	font-size:16px;
	color:#000;
	text-align:right;
	text-shadow:1px 1px 3px #666;
}
#contact span{
	font-size:12px;
	color:#888;
}
#topmenu{
	z-index:100;
	position:relative;
	height:64px;
	background:#f17db1 url(../layout/images/menubg.png) no-repeat right;
	margin:-22px 20px 0 20px;
	padding:0 10px 0 10px;
	border:3px solid #000;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	box-shadow:0 0 10px #000,2px 2px 6px #000;
	-webkit-box-shadow:0 0 15px #666,1px 1px 4px #000;
	-moz-box-shadow:0 0 10px #000,2px 2px 6px #000;
}
#topmenu a{
	padding:0 0 0 10px;
	font-family:Arial;
	font-size:26px;
	font-weight:600;
	color:#000;
	text-decoration:none;
	line-height:64px;
	text-transform:uppercase;
	text-decoration:none;
}
#topmenu a:hover{
	color:#fff;
	text-decoration:none;
	text-shadow:0 0 15px rgba(255,255,0,1),0 0 10px rgba(255,255,0,1);
}
#topmenu a.sel{
	text-shadow:0 0 15px rgba(255,255,255,1),0 0 10px rgba(255,255,255,1);
}
#topmenu a.sel:hover{
	text-shadow:0 0 15px rgba(255,255,0,1),0 0 10px rgba(255,255,0,1);
}
#topmenu .cart{
	position:absolute;
	top:0;
	right:100px;
	width:80px;
	height:64px;
	text-align:center;
	background:transparent url(../layout/images/cart.png) no-repeat top center;
}
#topmenu .cart a{
	position:absolute;
	top:22px;
	left:12px;
	color:#f17db1;
	font-size:12px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}
#topmenu .cart a:hover{
	color:#f17db1;
	text-decoration:none;
	text-shadow:0 0 10px rgba(255,255,0,1),0 0 5px rgba(255,255,0,1);
}
#topmenu #cart{
	position:absolute;
	width:80px;
	top:16px;
	left:3px;
	text-align:center;
	color:#000;
	font-weight:700;
	font-family:Arial,
	font-size:16px;
	text-shadow:0 0 8px #ff0;

}
#topmenu .checkout{
	position:absolute;
	top:0;
	right:0;
	width:120px;
	height:64px;
	text-align:center;
	background:transparent url(../layout/images/checkout.png) no-repeat top center;
}
#topmenu .checkout a{
	position:absolute;
	top:22px;
	left:12px;
	color:#f17db1;
	font-size:12px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}
#topmenu .checkout a:hover{
	color:#f17db1;
	text-decoration:none;
	text-shadow:0 0 10px rgba(255,255,0,1),0 0 5px rgba(255,255,0,1);
}

a.search{
	font-size:18px;
	font-weight:700;
	color:#000;
	text-decoration:underline;		
}
a.search:hover{
	color:#f17db1;
	text-decoration:underline;
}
.searchtxt{
	font-size:12px;
	color:#000;
}
.searchurl{
	font-size:14px;
	color:#228;
	text-decoration:none;
}
.searchviews{
	font-size:14px;
	color:#000;
	padding:0 5px 0 5px;
}
.searchlikes{
	font-size:10px;
	color:#484;
	padding:0 5px 0 5px;
}
.searchdislikes{
	font-size:10px;
	color:#844;
	padding:0 5px 0 5px;
}
.eventhead{
	position:relative;
}
.eventhead .date{
	font-size:10px;
}
.eventhead a{
	font-size:18px;
	font-weight:700;
	color:#000;
	text-decoration:underline;		
}
.eventhead a:hover{
	color:#f17db1;
	text-decoration:underline;
}
.eventtxt{
	position:relative;
	font-size:12px;
	color:#000;
	font-family:Arial;
}

#content{
	width:945px;
	background:#fff;
	margin:0 27px 0 27px;
	box-shadow:0 0 15px #000;
	-webkit-box-shadow:0 0 15px #000;
	-moz-box-shadow:0 0 15px #000;
}
.top{
	display:inline-table;
	top:0;
 	vertical-align:top;
}
.left{
	width:220px;
	height:420px;
 	display:table-cell;
 	top:0;
 	vertical-align:top;
}
.middle{
	width:505px;
	height:420px;
	display:table-cell;
 	top:0;
 	vertical-align:top;
}
.right{
	width:220px;
	height:420px;
	display:table-cell;
	top:0;
 	vertical-align:top;
}
.bigtop{
	display:inline-table;
	top:0;
 	vertical-align:top;
}
.bigleft{
	width:220px;
 	display:table-cell;
 	top:0;
 	vertical-align:top;
}
.bigright{
	display:table-cell;
	top:0;
 	vertical-align:top;
 	width:730px;
}
.menu{
	width:220px;
	text-align:center;
}
.menu .head{
	height:40px;
	background:#c7c9cb;
	border-style:solid;
	border-color:#000;
	border-width:0 2px 0 2px;
	font-family:Arial;
	font-size:22px;
	font-weight:700;
	color:#000;
	padding-top:5px;
	text-decoration:none;
	text-transform:uppercase;
}
.menu .head span{
	font-size:14px;
}
.menu .head2{
	width:218px;
	font-family:Arial;
	font-size:22px;
	font-weight:700;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
}
.menu form select{
	width:214px;
	font-family:Arial;
	font-size:16px;
	text-align:center;
}
.menu form select option{
	font-family:Arial;
	font-size:16px;
}

.menu .head a{
	font-family:Arial;
	font-size:22px;
	font-weight:700;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}
.menu .head a:hover{
	color:#f17db1;
}
.menu .body{
	position:relative;
	background:#c7c9cb;
	height:350px;
	border-style:solid;
	border-color:#000;
	border-width:0 2px 0 2px;
	font-size:14px;
	font-weight:400;
	color:#000;
	text-decoration:none;
	text-transform:uppercase
	padding:0 5px;
}
.menu .body form{
	position:absolute;
	bottom:0;
}
.menu .body a{
	color:#000;
	text-decoration:none;
}
.menu .body a:hover{
	color:#d25b92;text-decoration:none;
}
.menu .bodyr{
	position:relative;
	background:#c7c9cb;
	height:150px;
	border-style:solid;
	border-color:#000;
	border-width:0 2px 0 2px;
	font-size:14px;
	font-weight:400;
	color:#000;
	text-decoration:none;
	text-transform:uppercase
}
.menu .bodyr .event{
	height:14px;
	overflow:hidden;
	width:200px;
	text-align:left;
	padding:0 10px 0 10px;
	margin:0 0 2px 0;
}
.menu .bodyr .news{
	height:14px;
	overflow:hidden;
	width:200px;
	text-align:left;
	padding:0 10px 0 10px;
	margin:0 0 2px 0;
}
.menu .bodyr .news .txt{
	width:200px;
	height:100px;
	font-size:10px;
	font-family:Arial;
	color:#000;
	overflow:hidden;
	text-overflow:ellipsis;
	padding:5px 10px 5px 10px;
}
ul#popmenu, ul#popmenu ul{
	background-color:#c7c9cb;padding:0;margin:0;list-style:none;border:none;
	width:205px;padding:0 0 0 10px;text-align:left;overflow:hidden;
}
ul#popmenu a{
	text-decoration:none;display:block;border-bottom:1px dotted #f39ed3;
}
ul#popmenu li{
	color:#000;background-color:#c7c9cb;border-style:dotted;
	border-color:#000;border:0 1px 0 1px;position:relative;display:block;width:205px;
}
ul#popmenu li a{
	background-color:#c7c9cb;font-size:12px;font-family:Arial;font-weight:400;
	color:#000;border-bottom:1px dotted #f39ed3;
}
ul#popmenu li a:hover{
	color:#000;font-weight:700;background-color:#f5afe4;
}
ul#popmenu li ul li{
	background-color:#c7c9cb;font-size:12px;font-family:Arial;font-weight:400;
	color:#000;border-bottom:1px dotted #f39ed3;
}
ul#popmenu li ul li a {
	background-color:#c7c9cb;font-size:12px;font-family:Arial;font-weight:400;
	color:#000;border-bottom:1px dotted #f39ed3;width:205px;
}
ul#popmenu li ul li a:hover{
  
}

.menubottomleft{
	background:#c7c9cb;
	height:20px;
	border-style:solid;
	border-color:#000;
	border-width:0 2px 2px 2px;
	border-radius-bottom-right:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
}
.menubottomright{
	background:#c7c9cb;
	height:20px;
	border-style:solid;
	border-color:#000;
	border-width:0 2px 2px 2px;
	border-radius-bottom-left:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
}
#sliderContainer{
	position:relative;
	width:505px;
	height:400px;
}
#slider{
	position:absolute;
	top:0;
	left:0;
	width:505px;
	height:400px;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
}
.sliderContent{
	position:absolute;
	top:0;
	left:0;
	width:505px;
	height:400px;
	background:#fff;
	color:#000;	overflow:hidden;
}
.sliderContent h2{
	position:absolute;
	top:5px;
	left:40px;
}
.sliderContent h2 img{
	width:434px;
	height:63px;
}
.sliderContent h3{
	position:absolute;
	text-align:center;
	width:100%;
	top:10px;
	font-size:40px;
	color:#000;
	text-shadow:0 0 30px #f40,3px 3px 10px #000;
}
.sliderContent .seen{
	position:absolute;
	width:250px;
	font-size:18px;
	right:10px;
	top:50px;
	color:#000;
	text-align:center;
}
.sliderContent .da{
	position:absolute;
	top:80px;
	right:10px;
	font-size:12px;
	width:250px;
	height:206px;
	overflow:hidden;
	text-align:justify;
	overflow:hidden;
	text-overflow:ellipses;
}

.sliderContent a{
	position:absolute;
	width:200px;
	top:50px;
	left:15px;
	border-width:7px 7px 25px 7px;
	border-style:solid;
	border-color:#fefefe;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:2px 2px 8px #000;
	-moz-box-shadow:2px 2px 8px #000;
	box-shadow:2px 2px 8px #000;
	-webkit-transform:rotate(5deg);
	-moz-transform:rotate(5deg);
	transform:rotate(5deg);
}
.sliderContent a .title{
	position:absolute;
	width:200px;
	height:20px;
	bottom:-20px;
	left:0;
	text-align:center;
	color:#000;
	font-family: 'Comic Sans MS', cursive;
	font-size:20px;
	font-weight:400;
	text-overflow:ellipses;
	overflow:hidden;
}
.sliderContent img{
	width:200px;
}
.sliderContent .prices{
	position:absolute;
	width:260px;
	font-size:40px;
	font-weight:900;
	bottom:50px;
	right:10px;
	color:#f17db1;
	text-align:center;
	text-shadow:2px 2px 6px #000;
}
.sliderContent .prices .prst{
	font-size:40px;
}
.sliderContent .prices .prstsp{
	font-size:40px;
}
.sliderContent .prices .prstspst{
	font-size:40px;
	color:#f00;
	text-decoration:line-through;
}
.sliderContent .prices .prsp{
	font-size:40px;
}
.sliderContent .prices .prwh{
	font-size:40px;
}
.sliderContent .pomcart{
	position:absolute;
	width:250px;
	bottom:20px;
	right:10px;
	text-align:center;
}
#slider .imgs{
	width:505px;
	height:400px;
}
.sliderPrev{
	background: url(../images/left.png) no-repeat center center;
	width:35px;
	height:50px;
	display:block;
	position:absolute;
	top:50%;
	left:0;
	text-decoration:none;
}
.sliderNext{
	background:url(../images/right.png) no-repeat center center;
	width:35px;
	height:50px;
	display:block;
	position:absolute;
	top:50%;
	right:0;
	text-decoration:none;
}
.sliderDescription{
	font-family:Arial;
	font-size:10px;
	text-align:left;
	padding:5px;
}
#sliderNavigation{
	margin:2px 0 0 0;
	padding-top:5px;
	height:15px;
	text-align:right;
	background:transparent;
}
#sliderNavigation a:link,
#sliderNavigation a:active,
#sliderNavigation a:visited,
#sliderNavigation a:hover{
	margin:0 2px;
	background:url(../images/nav.png) no-repeat center center;
	font-size:0px;
	line-height:0px;
	padding:12px;
	text-decoration:none;
}
#sliderNavigation a.active:link,
#sliderNavigation a.active:active,
#sliderNavigation a.active:visited,
#sliderNavigation a.active:hover{
	background:url(../images/nav_active.png) no-repeat center center;
}
.shw img{
	border-radius:5px;
	box-shadow:1px 1px 6px #000;
}
.content{
	display:table;
}
.contenthead{
	height:28px;
	font-family:Arial;
	font-size:22px;
	font-weight:700;
	line-height:28px;
	color:#000;
	text-decoration:none;
	margin:10px;
	text-shadow:1px 1px 3px #666;
}
.contenthead a{
	font-size:22px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	line-height:28px;
	opacity:.8 !important;
	-webkit-opacity:.8 !important;
	-moz-opacity:.8 !important;
	transition:opacity .5s linear;
	-webkit-transition:opacity .5s linear;
	-moz-transition:opacity .5s linear;
	text-shadow:1px 1px 3px #666;
}
.contenthead a:hover{
	color:#f17db1;
	opacity:1 !important;
	-webkit-opacity:1 !important;
	-moz-opacity:1 !important;
	transition:opacity .5s linear;
	-webkit-transition:opacity .5s linear;
	-moz-transition:opacity .5s linear;
	text-shadow:0 0 8px #f28ec2,1px 1px 3px #666;
}
.contentbody{
	position:relative;
	width:730px;
	color:#000;
}
.rss{
	float:right;
	margin:0 2px 0 2px;
}
.addthis_toolbox{
	width:110px;
	margin-top:8px;
	font-size:14px;
	height:30px;
	float:right;
}
.acn{
	margin:20px;
	text-align:center;
}
.acn form{
	width:240px;
	margin:20px auto 20px auto;
}
.acn label{
	float:left;
	font-size:14px;
}
.acn input{
	float:right;
	width:200px;
}
.acn textarea{
	float:right;
	width:200px;
	height:50px;
}
.acn button{
	float:right;
}
.chk{
	height:20px;
	text-align:right;
	font-size:14px;
	font-weight:700;
	color:#f00;
	text-shadow:1px 1px 4px #888;
}
.acn img{
	float:right;
}
.liker{
	height:16px;
	text-align:right;
	line-height:16px;
	margin-right:10px;
}
.liker a{
	padding-right:10px;
	line-height:16px;
	font-size:12px;
	color:#000;
	vertical-align:middle;
	text-decoration:none;
}
.liker a:hover{
	text-decoration:underline;
}
.liker img.likes,.liker img.dislikes,.liker img.like,.liker img.dislike{
	width:16px;
	height:16px;
	line-height:16px;
	vertical-align:middle;
	background-image:url(../images/ldf16.png);
	background-repeat:no-repeat;
	border:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
.liker img.like,.liker img.dislike{
	opacity:.6;
}

.liker img.likes:hover,.liker img.dislikes:hover,.liker img.like:hover,.liker img.dislike:hover{
	opacity:1;
}
.liker img.like:hover,.liker img.dislike:hover{
	cursor:pointer;
}
.liker img.like{
	width:16px;
	height:16px;
	background-position:0 -22px;
}
.liker img.dislike{
	width:16px;
	height:16px;
	background-position:-16px -22px;
}
.liker img.likes{
	width:16px;
	height:16px;
	background-position:0 -22px;
}
.liker img.dislikes{
	width:16px;
	height:16px;
	background-position:-16px -22px;
}
#comments{
	width:300px;
	height:215px;
	overflow-y:auto;
}
.comment{
	font-size:.9em;
	color:#000;
}
.z1{background:#eee;line-height:20px;}
.z2{background:#ddd;line-height:20px;}
.comment img{width:30px;height:30px;float:left;}
.comment.add{
	background:#ccc;
}
.comment.add input{
	width:230px;
}
#avatar{
	width:200px;
	height:300px;
	text-align:center;
}
#avatar img{
	width:100px;
	box-shadow:1px 1px 3px #000;
	-webkit-box-shadow:1px 1px 3px #000;
	-moz-box-shadow:1px 1px 3px #000;
}
ul.popproducts{
	list-style:none;
	color:#000;
}
ul.popproducts a{
	color:#000;
	text-decoration:none;
}
ul.popproducts a:hover{
	color:#d25b92;
	text-decoration:none;
}
ul.popproducts li{
	position:relative;
	float:left;
	width:85px;
	height:85px;
	margin:5px;
	background:#fff;
	box-shadow:2px 2px 10px #000;
	-webkit-box-shadow:2px 2px 10px #000;
	-moz-box-shadow:2px 2px 10px #000;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	overflow:hidden;
	z-index:10;
}
ul.popproducts li:hover{
	box-shadow:0 0 10px #f40,2px 2px 10px #000;
	-webkit-box-shadow:0 0 10px #f40,2px 2px 10px #000;
	-moz-box-shadow:0 0 10px #f40,2px 2px 10px #000;
}
ul.popproducts li img{
	position:absolute;
	top:5px;
	left:5px;
	width:75px;
	height:75px;
}

ul.products{
	list-style:none;
	color:#000;
	margin:0 20px 0 20px;
}
ul.products a{
	color:#000;
	text-decoration:none;
}
ul.products a:hover{
	color:#d25b92;
	text-decoration:none;
}
ul.products li{
	position:relative;
	float:left;
	margin:8px;
	background:#fff;
	border:2px solid #f17db1;
	box-shadow:2px 2px 10px #000;
	-webkit-box-shadow:2px 2px 10px #000;
	-moz-box-shadow:2px 2px 10px #000;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	overflow:hidden;
	z-index:10;
}
ul.products li:hover{
	box-shadow:0 0 15px #f44,2px 2px 10px #000;
	-webkit-box-shadow:0 0 15px #f44,2px 2px 10px #000;
	-moz-box-shadow:0 0 15px #f44,2px 2px 10px #000;
}
ul.products li img{
	position:absolute;
}
ul.products li .title,ul.products li .seen{
	position:absolute;
	font-size:18px;
	line-height:1.5em;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-align:center;
	text-shadow:none;
}
ul.products li .ac{
	position:absolute;
	margin:0;
}
ul.products li .liker{
	position:absolute;
	text-align:right;
	height:11px;
	top:-10px;
	right:10px;
	margin:0;
	padding:0;
	vertical-align:middle;
}
ul.products li .liker span{
	font-size:10px;
	font-weight:400;
	line-height:11px;
	color:#000;
	vertical-align:middle;
}
ul.products li .liker .likes img,ul.products li .liker .dislikes img{
	position:relative;
	width:10px;
	height:10px;
	border:0;
	vertical-align:middle;
	background-image:url(../images/ldf16.png);
	background-repeat:no-repeat;
}
ul.products li .liker .likes img{
	background-position:0 0px;
}
ul.products li .liker .dislikes img{
	background-position:-10px 0px;
}

ul.products li.s0{
	width:670px;
	height:32px;
}
ul.products li.s0 img{
	left:0;
	top:2px;
	width:25px;
	height:25px;
	margin:2px 2px 2px 10px;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
ul.products li.s0 .title{
	width:415px;
	top:6px;
	left:50px;
	font-size:14px;
}
ul.products li.s0 .seen{
	display:none;
}
ul.products li.s0 .title a{
	font-size:18px;
	color:#000;
}
ul.products li.s0 .da{
	display:none;
}
ul.products li.s0 .ac{
	top:3px;
	right:5px;
}
ul.products li.s0 .prices{
	position:absolute;
	right:125px;
	top:2px;
	margin:5px;
	text-shadow:none;
}
ul.products li.s0 .liker{
	position:absolute;
	text-align:right;
	height:11px;
	top:-2px;
	right:200px;
	margin:0;
	padding:0;
}
ul.products li.s0 .prst{
	font-size:18px;
}
ul.products li.s0 .prstsp{
	font-size:16px;
}
ul.products li.s0 .prstspst{
	color:#f00;
	text-decoration:line-through;
}
ul.products li.s0 .prsp{
	font-size:20px;
}
ul.products li.s0 .prwh{
	font-size:18px;
}
ul.products li.s0 .prrrp{
	font-size:14px;
}
ul.products li.s0 .spec{
	position:absolute;
	background:#0b0;
	width:140px;
	top:8px;
	left:10px;
	font-size:14px;
	font-weight:400;
	color:#fff;
	text-align:center;
	text-shadow:1px 1px 2px #000;
	box-shadow:1px 1px 6px #000;
	-webkit-box-shadow:1px 1px 6px #000;
	-moz-box-shadow:1px 1px 6px #000;
	transform:rotate(20deg);
	-webkit-transform:rotate(20deg);
	-moz-transform:rotate(20deg);
}
ul.products li.s0 div.new{
	position:absolute;
	background:#f8f;
	width:140px;
	top:8px;
	left:10px;
	font-size:14px;
	font-weight:400;
	color:#fff;
	text-align:center;
	text-shadow:1px 1px 2px #000;
	box-shadow:1px 1px 6px #000;
	-webkit-box-shadow:1px 1px 6px #000;
	-moz-box-shadow:1px 1px 6px #000;
	transform:rotate(20deg);
	-webkit-transform:rotate(20deg);
	-moz-transform:rotate(20deg);
}
ul.products li.s0 div.hot{
	position:absolute;
	background:#f80;
	width:140px;
	top:8px;
	left:10px;
	font-size:14px;
	font-weight:400;
	color:#fff;
	text-align:center;
	text-shadow:1px 1px 2px #000;
	box-shadow:1px 1px 6px #000;
	-webkit-box-shadow:1px 1px 6px #000;
	-moz-box-shadow:1px 1px 6px #000;
	transform:rotate(20deg);
	-webkit-transform:rotate(20deg);
	-moz-transform:rotate(20deg);
}
ul.products li.s0 div.soldout{
	position:absolute;
	background:#f00;
	width:140px;
	top:8px;
	left:10px;
	font-size:14px;
	font-weight:400;
	color:#fff;
	text-align:center;
	text-shadow:1px 1px 2px #000;
	box-shadow:1px 1px 6px #000;
	-webkit-box-shadow:1px 1px 6px #000;
	-moz-box-shadow:1px 1px 6px #000;
	transform:rotate(20deg);
	-webkit-transform:rotate(20deg);
	-moz-transform:rotate(20deg);
}
ul.products li.s0 div.preorder{
	position:absolute;
	background:#0cf;
	width:140px;
	top:8px;
	left:10px;
	font-size:14px;
	font-weight:400;
	color:#fff;
	text-align:center;
	text-shadow:1px 1px 2px #000;
	box-shadow:1px 1px 6px #000;
	-webkit-box-shadow:1px 1px 6px #000;
	-moz-box-shadow:1px 1px 6px #000;
	transform:rotate(20deg);
	-webkit-transform:rotate(20deg);
	-moz-transform:rotate(20deg);
}

ul.products li.s1{
	width:670px;
	height:170px;
}
ul.products li.s1 img{
	left:0;
	top:0;
	width:150px;
	height:150px;
	margin:10px;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
ul.products li.s1 .title{
	width:420px;
	top:0;
	left:160px;
	font-size:22px;
}
ul.products li.s1 .seen{
	top:25px;
	right:5px;
	width:570px;
	font-size:14px;
}
ul.products li.s1 .da{
	position:absolute;
	left:160px;
	top:25px;
	width:400px;
	height:120px;
	padding:5px;
	font-size:14px;
	overflow:hidden;
}
ul.products li.s1 .ac{
	right:5px;
	bottom:5px;
}
ul.products li.s1 .prices{
	position:absolute;
	right:10px;
	top:30px;
}
ul.products li.s1 .liker{
	top:-4px;
	right:20px;
}
ul.products li.s1 .prst{
	font-size:24px;
}
ul.products li.s1 .prstsp{
	font-size:20px;
}
ul.products li.s1 .prstspst{
	font-size:24px;
}
ul.products li.s1 .prsp{
	font-size:24px;
}
ul.products li.s1 .prwh{
	font-size:22px;
}
ul.products li.s1 div.spec{
	position:absolute;
	background:#0b0;
	width:165px;
	bottom:36px;
	left:-38px;
	font-size:18px;
	font-weight:700;
	color:#fff;
	text-align:center;
	text-shadow:1px 1px 4px #000;
	box-shadow:2px 2px 10px #000;
	-webkit-box-shadow:2px 2px 10px #000;
	-moz-box-shadow:2px 2px 10px #000;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
}
ul.products li.s1 div.new{
	position:absolute;
	background:#f8f;
	width:140px;
	top:20px;
	left:-40px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	text-shadow:1px 1px 4px #000;
	color:#fff;
	box-shadow:2px 2px 10px #000;
	-webkit-box-shadow:2px 2px 10px #000;
	-moz-box-shadow:2px 2px 10px #000;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}
ul.products li.s1 div.hot{
	position:absolute;
	background:#f80;
	width:140px;
	top:18px;
	left:-36px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	text-shadow:1px 1px 4px #000;
	color:#fff;
	box-shadow:2px 2px 10px #000;
	-webkit-box-shadow:2px 2px 10px #000;
	-moz-box-shadow:2px 2px 10px #000;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}
ul.products li.s1 div.soldout{
	position:absolute;
	background:#f00;
	width:150px;
	top:24px;
	left:-40px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	text-shadow:1px 1px 4px #000;
	color:#fff;
	box-shadow:2px 2px 10px #000;
	-webkit-box-shadow:2px 2px 10px #000;
	-moz-box-shadow:2px 2px 10px #000;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}
ul.products li.s1 div.preorder{
	position:absolute;
	background:#0cf;
	width:150px;
	top:24px;
	left:-40px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	text-shadow:1px 1px 4px #000;
	color:#fff;
	box-shadow:2px 2px 10px #000;
	-webkit-box-shadow:2px 2px 10px #000;
	-moz-box-shadow:2px 2px 10px #000;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}

ul.products li.s2{
	position:relative;
	width:320px;
	height:170px;
}
ul.products li.s2 img{
	left:0;
	top:0;
	width:140px;
	height:140px;
	margin:5px;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
ul.products li.s2 .title{
	width:180px;
	top:2px;
	height:28px;
	left:140px;
	font-size:14px;
	line-height:1em;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
ul.products li.s2 .seen{
	font-size:12px;
	top:20px;
	right:5px;
	width:180px;
	text-align:center;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
ul.products li.s2 .da{
	position:absolute;
	left:150px;
	top:60px;
	width:170px;
	height:80px;
	font-size:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
ul.products li.s2 .ac{
	right:5px;
	bottom:5px;
}
ul.products li.s2 .prices{
	position:absolute;
	right:10px;
	top:35px;
}
ul.products li.s2 .liker{
	top:145px;
	right:220px;
}
ul.products li.s2 .prst{
	font-size:24px;
}
ul.products li.s2 .prstsp{
	font-size:20px;
}
ul.products li.s2 .prstspst{
	font-size:24px;
}
ul.products li.s2 .prsp{
	font-size:24px;
}
ul.products li.s2 .prwh{
	font-size:22px;
}
ul.products li.s2 div.spec{
	position:absolute;
	background:#0b0;
	width:165px;
	bottom:36px;
	left:-38px;
	font-size:18px;
	font-weight:700;
	color:#fff;
	text-align:center;
	text-shadow:1px 1px 4px #000;
	box-shadow:2px 2px 10px #000;
	-webkit-box-shadow:2px 2px 10px #000;
	-moz-box-shadow:2px 2px 10px #000;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
}
ul.products li.s2 div.new{
	position:absolute;
	background:#f8f;
	width:140px;
	top:18px;
	left:-36px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	text-shadow:1px 1px 4px #000;
	color:#fff;
	box-shadow:2px 2px 10px #000;
	-webkit-box-shadow:2px 2px 10px #000;
	-moz-box-shadow:2px 2px 10px #000;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}
ul.products li.s2 div.hot{
	position:absolute;
	background:#f80;
	width:140px;
	top:18px;
	left:-36px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	text-shadow:1px 1px 4px #000;
	color:#fff;
	box-shadow:2px 2px 10px #000;
	-webkit-box-shadow:2px 2px 10px #000;
	-moz-box-shadow:2px 2px 10px #000;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}
ul.products li.s2 div.soldout{
	position:absolute;
	background:#f00;
	width:140px;
	top:22px;
	left:-36px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	text-shadow:1px 1px 4px #000;
	color:#fff;
	box-shadow:2px 2px 10px #000;
	-webkit-box-shadow:2px 2px 10px #000;
	-moz-box-shadow:2px 2px 10px #000;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}
ul.products li.s2 div.preorder{
	position:absolute;
	background:#0cf;
	width:140px;
	top:26px;
	left:-32px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	text-shadow:1px 1px 4px #000;
	color:#fff;
	box-shadow:2px 2px 10px #000;
	-webkit-box-shadow:2px 2px 10px #000;
	-moz-box-shadow:2px 2px 10px #000;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}

ul.products li.s4{
	width:150px;
	height:230px;
}
ul.products li.s4 img{
	left:0;
	top:0;
	height:140px;
	height:140px;
	margin:15px 5px 5px 5px;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
ul.products li.s4 .title{
	width:150px;
	height:30px;
	top:155px;
	font-size:12px;
	line-height:1.3em;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
ul.products li.s4 .seen{
	width:150px;
	top:175px;
	font-size:12px;
}
ul.products li.s4 .da{
	display:none;
}
ul.products li.s4 .ac{
	left:25px;
	bottom:2px;
}
ul.products li.s4 .prices{
	position:absolute;
	width:150px;
	top:182px;
	text-align:center;
}
ul.products li.s4 .liker{
	top:-10px;
	right:10px;
}
ul.products li.s4 .prst{
	font-size:22px;
}
ul.products li.s4 .prstsp{
	font-size:18px;
}
ul.products li.s4 .prstspst{
	font-size:22px;
}
ul.products li.s4 .prsp{
	font-size:22px;
}
ul.products li.s4 .prwh{
	font-size:20px;
}
ul.products li.s4 div.spec{
	position:absolute;
	background:#0b0;
	width:165px;
	top:35px;
	right:-35px;
	font-size:18px;
	font-weight:700;
	color:#fff;
	text-align:center;
	text-shadow:1px 1px 4px #000;
	box-shadow:3px 3px 10px #000;
	-webkit-box-shadow:3px 3px 10px #000;
	-moz-box-shadow:3px 3px 10px #000;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
}
ul.products li.s4 div.new{
	position:absolute;
	background:#f8f;
	width:140px;
	top:18px;
	left:-36px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	text-shadow:1px 1px 4px #000;
	color:#fff;
	box-shadow:3px 3px 10px #000;
	-webkit-box-shadow:3px 3px 10px #000;
	-moz-box-shadow:3px 3px 10px #000;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}
ul.products li.s4 div.hot{
	position:absolute;
	background:#f80;
	width:140px;
	top:18px;
	left:-36px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	text-shadow:1px 1px 4px #000;
	color:#fff;
	transform:rotate(-45deg);
	box-shadow:2px 2px 10px #000;
}
ul.products li.s4 div.soldout{
	position:absolute;
	background:#f00;
	width:140px;
	top:22px;
	left:-36px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	text-shadow:1px 1px 4px #000;
	color:#fff;
	box-shadow:3px 3px 10px #000;
	-webkit-box-shadow:3px 3px 10px #000;
	-moz-box-shadow:3px 3px 10px #000;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}
ul.products li.s4 div.preorder{
	position:absolute;
	background:#0cf;
	width:140px;
	top:26px;
	left:-32px;
	font-size:18px;
	font-weight:700;
	text-align:center;
	text-shadow:1px 1px 4px #000;
	color:#fff;
	box-shadow:3px 3px 10px #000;
	-webkit-box-shadow:3px 3px 10px #000;
	-moz-box-shadow:3px 3px 10px #000;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}

.product{
	position:relative;
	margin:0 10px 0 10px;
	background:#fff;
	width:700px;
	border:2px solid #f17db1;
	border-radius:15px;
	box-shadow:0 0 15px #000,3px 3px 10px #000;
	-webkit-box-shadow:0 0 15px #000,3px 3px 10px #000;
	-moz-box-shadow:0 0 15px #000,3px 3px 10px #000;
	overflow:hidden;
}
.product img{
	position:relative;
	width:300px;
	margin:10px;
	border:1px solid #000;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	box-shadow:3px 3px 6px #000;
	-webkit-box-shadow:3px 3px 6px #000;
	-moz-box-shadow:3px 3px 6px #000;
}
.product h2{
	font-size:22px;
	text-overflow:elipsis;
	text-align:center;
	text-shadow:none;
}
.product .da{
	width:250px;
	margin:0 20px 20px 20px;
	font-size:16px;
	text-align:justify;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
	text-shadow:none;
}
.product .da .seen{
	font-size:14px;
	font-weight:700;
	text-align:center;
}
.product .ac{
	text-align:right;
}
.product .prices{
	width:100px;
	margin:20px 5px 0 0;
	text-shadow:none;
}
.product .prices .title{
	font-size:16px;
}
.product .prices .prst{
	color:#000;
	font-size:24px;
}
.product .prices .prstsp{
	color:#000;
	font-size:20px;
}
.product .prices .prrrp{
	color:#000;
	font-size:20px;
}
.product .prices .prstspst{
	font-size:24px;
	color:#f00;
	text-decoration:line-through;
}
.product .prices .prsp{
	font-size:24px;
}
.product .prices .prwh{
	font-size:22px;
}
.product div.spec{
	position:absolute;
	background:#0b0;
	width:200px;
	top:40px;
	left:-45px;
	font-size:26px;
	font-weight:700;
	color:#fff;
	text-align:center;
	text-shadow:2px 2px 6px #000;
	box-shadow:3px 3px 10px #000;
	-webkit-box-shadow:3px 3px 10px #000;
	-moz-box-shadow:3px 3px 10px #000;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}
.product div.new{
	position:absolute;
	background:#f8f;
	width:180px;
	top:30px;
	left:-40px;
	font-size:26px;
	font-weight:700;
	text-align:center;
	text-shadow:2px 2px 6px #000;
	color:#fff;
	box-shadow:3px 3px 10px #000;
	-webkit-box-shadow:3px 3px 10px #000;
	-moz-box-shadow:3px 3px 10px #000;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}
.product div.hot{
	position:absolute;
	background:#f80;
	width:140px;
	top:25px;
	left:-30px;
	font-size:26px;
	font-weight:700;
	text-align:center;
	text-shadow:2px 2px 6px #000;
	color:#fff;
	box-shadow:3px 3px 10px #000;
	-webkit-box-shadow:3px 3px 10px #000;
	-moz-box-shadow:3px 3px 10px #000;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}
.product div.soldout{
	position:absolute;
	background:#f00;
	width:180px;
	top:40px;
	left:-35px;
	font-size:26px;
	font-weight:700;
	text-align:center;
	text-shadow:2px 2px 6px #000;
	color:#fff;
	box-shadow:3px 3px 10px #000;
	-webkit-box-shadow:3px 3px 10px #000;
	-moz-box-shadow:3px 3px 10px #000;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}
.product div.preorder{
	position:absolute;
	background:#0cf;
	width:200px;
	top:40px;
	left:-45px;
	font-size:26px;
	font-weight:700;
	text-align:center;
	text-shadow:2px 2px 6px #000;
	color:#fff;
	box-shadow:3px 3px 10px #000;
	-webkit-box-shadow:3px 3px 10px #000;
	-moz-box-shadow:3px 3px 10px #000;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}
.thumbs{
	position:relative;
	margin:0 0 0 5px;
	width:400px;
}
.thumbs img{
	width:70px;
	margin:2px;
	box-shadow:2px 2px 3px #000;
}
#footer{
	position:relative;
	width:970px;
	margin:0 auto;
	background:#f17db1;
	background:-webkit-gradient(linear,left top,left bottom,from(#f17db1),to(#b03970));
	height:90px;
	padding:10px;
	color:#000;
	font-size:12px;
	font-weight:400;
	text-align:center;
	line-height:1em;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	-moz-box-shadow:0 0 10px #000;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	background:-moz-linear-gradient(top,#f17db1,#b03970);
}
#footer .valid{
	margin:5px 0 5px 0;
}
#footer #sj{
	position:absolute;
	left:0;
	bottom:0;
}
#footer #gnu{
	position:absolute;
	right:10px;
	bottom:5px;
}
#footer a{
	font:inherit;
	color:#000;
	text-decoration:none;
}
#footer a:hover{
	color:#fff;
	text-decoration:underline;
}
#footer .bs{
}
#footer .bs span{
	font-size:10px;
}
#foooter .bs img{
	margin:4px;
	width:16px;
	height:16px;
}
#footer .ed{
	position:absolute;
	bottom:0;
	right:80px;
}
#sp{
	display:none;
	width:0;
	height:0;
}

