html { background: #fff; }
* { max-height: 100000px; }
body {
	margin: 0;
	color: #575757;
	font: 13px/16px Arial, Helvetica, sans-serif;
	background: #f9f9f9;
	min-width: 1094px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}
img { border-style: none; }
a {
	text-decoration: none;
	color: #1badd6;
}
a:hover { text-decoration: underline; }
a:active { background-color: transparent; }
q { quotes: none; }
q:before,
q:after { content: ""; }
input,
textarea,
select {
	font: 100% Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}
form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input[type=text],
input[type=password],
input[type=file],
input[type=submit],
input[type=search],
input[type=email],
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	display:none;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {-webkit-appearance:none;}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}
header,footer,article,section,hgroup,nav,figure { display: block; }
figure {
	margin: 0;
	padding: 0;
}
::-moz-placeholder {opacity: 1;}
#header {
	background: #444;
	position: relative;
	z-index: 9999;
}
#header .top {
	margin: 0 auto;
	max-width: 1094px;
	padding: 3px 0;
	overflow: hidden;
}
#header .top .holder { float: right; }
#header .language-box {
	background: url(../images/divider.jpg) repeat-y;
	float: right;
	padding: 7px 0 7px 21px;
	margin: 0 0 0 17px;
}
#header .language-box img {
	display: block;
	border: 1px solid #b2b2b2;
}
#header .account {
	float: right;
	padding: 6px 0 0 0;
}
#header .account ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #e2e2e2;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	overflow: hidden;
}
#header .account ul li:first-child { background: none; }
#header .account ul li {
	float: left;
	background: url(../images/divider2.png) no-repeat 0 3px;
	padding: 0 0 0 12px;
	margin: 0 0 0 8px;
}
#header .account ul li a { color: #e2e2e2; }

#header .account ul li span{color: #e53b59;text-decoration:none;}
#header .account ul li span a{color: #e53b59;text-decoration:none;}

#header .breadcrumbs {
	float:left;
	font-size: 11px;
	line-height: 16px;
	padding: 1px 0 0 3px;
}
#header .breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header .breadcrumbs li {
	position: relative;
	color: #d7d7d7;
	float:left;
	padding: 0 10px 0 9px;
}
#header .breadcrumbs li:after {
	left: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(216, 216, 216, 0);
	border-left-color: #d8d8d8;
	border-width: 4px;
	margin-top: -4px;
}
#header .breadcrumbs li a { color: #d7d7d7; }
#header .header-top {
	background: #01a1e3;
}
#header .headholder {
	margin: 0 auto;
	padding: 17px 0 18px;
	max-width: 1094px;
}
#header .headholder:after {
	display: block;
	content: '';
	clear: both;
}
.logo {
	background: url(../images/logo.png) no-repeat;
	width: 204px;
	height: 64px;
	text-indent: -9999px;
	margin: 3px 4.5% 0 0;
	overflow: hidden;
	float: left;
}
.logo a {
	display: block;
	height: 100%;
}
#header .search-form {
	background: #fff;
	float: left;
	padding: 2px 3px 0 0;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	margin-top:10px;
}
#header .search-form input.search {
	color: #a9a9a9;
	font-size: 16px;
	outline:none;
	line-height: 22px;
	float: left;
	padding: 13px 10px 11px 21px;
	width: 435px;
	height: 22px;
	background: none;
	border: 0;
}
#header .search-form input[type="submit"] {
	background: url(../images/sprite.png) no-repeat;
	height: 42px;
	width: 41px;
	margin: 2px 0 0;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
	cursor: pointer;
	padding: 0;
	border: 0;
}
/*@-webkit-keyframes tourne {
	0% { -webkit-transform: translate(0, 0); }
	100% { -webkit-transform: rotate(360deg); }
}
#header .search-form input[type="submit"]:hover {
	-webkit-animation-name: tourne;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
}*/

#nav {
	float: right;
	padding: 22px 0 0 0;
}
#nav > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-shadow: 0 0 1px rgba(9, 94, 122, 0.10);
}
#nav > ul:after {
	content: '';
	clear: both;
	display: block;
}
#nav > ul > li:first-child { margin: 0; }
#nav > ul > li {
	float: left;
	margin: 0 0 0 31px;
	position: relative;
}
#nav > ul > li > a {
	color: #fff;
	display: block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 14px 4px 13px;
}
#nav > ul > li.rose > a {
	color: #e0f4fc;
	display: block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 14px 4px 13px;
	background-color:#e43a58;
}
#nav > ul > li > a:hover {
	/*background: #0085b1;
	padding: 4px 13px 3px 12px;
	border: 1px solid;*/
	text-decoration: underline;
	/*border-color: #005d80 #67bddb #67bddb #006b92;*/
}
#nav > ul > li.has-drop-down > a.has-drop-down-a {
	background: none;
	border: 0;
	padding: 5px 14px 4px 13px;
}
#nav > ul > li.has-drop-down > a.has-drop-down-a:after {
	top: 10px;
	right: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}
#nav .dropdown {
	left: -120px;
	padding: 17px 0 0;
	position: absolute;
	top: 23px;
	display: none;
	width: 350px;
}
#nav > ul > li.hover .dropdown { display: block; }
#nav .dropdown ul:first-child { background: none; }
#nav .dropdown ul {
	margin: 0 -3px 0 0;
	padding: 0;
	width: 162px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/divider6.png) repeat-y;
	font-size: 13px;
	line-height: 16px;
	list-style: none;
}
.dropdown ul li:first-child { background: none; }
.dropdown ul li:first-child a { padding: 7px 4px 8px 14px; }
.dropdown ul li {
	background: url(../images/divider5.png) repeat-x;
	padding: 2px 1px 3px 0;
}
.dropdown ul li a {
	color: #656565;
	display: block;
	padding: 10px 4px 8px 14px;
}
.dropdown ul li:hover a {
	color: #01a1e3;
	text-decoration: none;
	background: #ebf7fc;
}
#nav .dropdown .holder {
	position: relative;
	background: #fff;
	padding: 17px 14px 19px 12px;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0 4px 7px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 4px 7px rgba(0,0,0,0.2);
	box-shadow: 0 4px 7px rgba(0,0,0,0.2);
}
#nav .dropdown .holder:after,
#nav .dropdown .holder:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#nav .dropdown .holder:after {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
#nav .dropdown .holder:before {
	border-color: rgba(224, 224, 224, 0);
	border-bottom-color: #e0e0e0;
	border-width: 7px;
	margin-left: -7px;
}
#page {
	margin: 0 auto;
	max-width: 1094px;
	padding: 20px 0 97px;
	overflow: hidden;
}
.home #page { padding: 32px 0 35px; }
#page .homearea {
	padding: 0 0 19px;
	overflow:hidden;
}
.homearea .introduction {
	background: #fff;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 18px;
	float: left;
	width: 44.1%;
	padding: 21px 3% 17px;
	color: #575757;
}
.homearea .introduction h1 {
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	color: #515151;
	margin: 0 0 15px;
}
.homearea .introduction p { margin: 0 0 8px; }
.homearea .introduction .img {
	display: block;
	width: 100%;
	height: auto;
}
.homearea .introduction h1 a { color: #515151; }
.homearea .introduction h1 span { color: #e77622; }
.homearea .merchant {
	float: right;
	width: 47.3%;
}
.homearea .merchant ul {
	margin: 0 -10px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	text-align: center;
}
.merchant ul li {
	display: table;
	float: left;
	width: 23.2%;
	margin: 0 7px 7px 0;
	height: 102px;
}
.merchant ul li a {
	display: table-cell;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.merchant ul li a img {
	vertical-align: top;
	width:122px;
	height: 102px;
}
#page .carousel-area {
	overflow: hidden;
	padding: 0 0 28px;
}
#page .carousel-area .carousel {
	float: right;
	width: 66.8%;
	padding: 5px 0.4%;
	position: relative;
	border: 1px solid #d8d8d8;
}
.carousel-area .carousel .mask {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.carousel .mask .slide {
	width: 100%;
	position:absolute;
	top:0;
	left:0;
}
.carousel .mask .slide.active { z-index:9;}
.carousel .mask .slide img {
	display: block;
	width: 100%;
	height: auto;
}
.carousel .btn-prev,
.carousel .btn-next {
	width: 22px;
	height: 44px;
	margin: -22px 0 0 0;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	z-index:9999;
	top: 50%;
	background: url(../images/sprite.png) no-repeat -85px 0;
	left: 4px;
}
.carousel .btn-next {
	background-position: -138px 0;
	left: auto;
	right: 4px;
}
.newsletter-form {
	float: left;
	background: url(../images/bg-newsletterborder.png) repeat-x 0 100%;
	padding: 0 0 11px;
	width: 30%;
}
.event-ban {
	background: url(../images/bg-right-soldes2014.jpg) no-repeat;
	width:100%;
	height:326px;
	margin: 0 0 14px;
}
.event-ban .logo-event {
	float:right;
	width:76px;
	height:64px;
	margin: 0 0 0 0;
}
.newsletter-form .holder { background: url(../images/bg-newsletter2.jpg) 50% 0 #ffbd1f; }
.newsletter-form form {
	background: url(../images/bg-newsletter.png) no-repeat 100% 0;
	padding: 19px 34% 23px 8%;
}
.newsletter-form form .recieve {
	display: block;
	font-size: 24px;
	margin: 0 0 -4px;
	line-height: 27px;
	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,0.26);
}
.newsletter-form form .latest {
	display: block;
	color: #e13957;
	margin: 0 0 -4px -3px;
	font-size: 44px;
	line-height: 44px;
}
.newsletter-form form .code {
	display: block;
	font-size: 39px;
	line-height: 37px;
	color: #fff;
	margin: 0 0 11px;
	text-shadow: 0 0 1px rgba(0,0,0,0.25);
	font-weight: bold;
}
.newsletter-form form .code span { display: block; }
.newsletter-form form input.email {
	border: 0;
	background: #fff;
	-webkit-border-radius: 3px;
	color: #d4d4d4;
	width: 83%;
	border-radius: 3px;
	height: 18px;
	font-weight: bold;
	margin: 0 0 7px;
	font-size: 14px;
	line-height: 18px;
	padding: 11px 15px 8px;
}
.newsletter-form form input[type="submit"] {
	background: url(../images/sprite.png) no-repeat -203px 0;
	width: 114px;
	padding: 0;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	border: 0;
	cursor: pointer;
}
#page .feature {
	overflow: hidden;
	padding: 0 0 0 2px;
}
.feature .column:first-child { margin: 0; }
.feature .column {
	float: left;
	width: 30%;
	margin: 0 0 0 2.05%;
}
.feature .code-promo {
	width: 35.9%;
	margin-right: -2px;
}
.feature .column .holder {
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	padding: 6px;
	background: #fff;
	margin: 0 0 8px;
	border-radius: 4px;
}
.feature .column .header {
	background: #fbfbfb;
	position: relative;
	padding: 9px 20px 16px 66px;
}
.feature .column .header:after {
	background: url(../images/sprite.png) no-repeat -1px -72px;
	content: '';
	position: absolute;
	top: 4px;
	left: 6px;
	width: 51px;
	height: 51px;
}
.feature .code-promo .header:after {
	background-position: -1px -142px;
	left: 9px;
	top: 6px;
}
.feature .category .header:after {
	background-position: -1px -215px;
	left: 8px;
	top: 6px;
}
.feature .column h2 {
	margin: 0;
	font-size: 18px;
	line-height: 18px;
	color: #e77622;
}
.feature .column h2 span {
	color: #515151;
	display: block;
}
.feature .code-promo .header { padding: 12px 20px 12px 69px; }
.feature .code-promo h2 { color: #01a1e3; }
.feature .category h2 { color: #91b911; }
.feature .column ul {
	margin: 0;
	padding: 0 0 8px;
	list-style: none;
	overflow: hidden;
	font-size: 17px;
	line-height: 18px;
}
.feature .code-promo ul {
	font-size: 12px;
	line-height: 14px;
}
.feature .column ul li:first-child { background: none; }
.feature .column ul li {
	background: url(../images/divider3.png) repeat-x;
	position: relative;
	padding:1px 0 0;
}
.feature .column ul li a:after {
	width: 14px;
	height: 16px;
	position: absolute;
	top: 19px;
	right: 10px;
	content: '';
	background: url(../images/sprite.png) no-repeat -486px 0;
}
.feature .code-promo ul li a:after { background: none; }
.feature .category ul li a:after {
	background-position: -486px -30px;
	right: 14px;
}
.feature .column ul li a {
	display: block;
	color: #e77622;
	padding: 6px 29px 7px 10px;
}
.feature .column ul li a:hover { text-decoration: none; }
.feature .column ul li img {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #f2f3f2;
	background: #fff;
}
.feature .column ul li span {
	display: inline-block;
	vertical-align: middle;
	width:76%;
	margin: 0 0 0 5px;
}
.feature .column ul li a:hover span { text-decoration: underline; }
.feature .column ul li.odd a {
	background: #fbf6ee;
	color: #515151;
}
.feature .code-promo ul li.odd a,
.feature .code-promo ul li a {
	color: #515151;
	padding: 7px 10px;
}
.feature .code-promo ul li.odd a { background: #ebf7fc; }
.feature .category ul li a {
	color: #91b911;
	padding: 15px 10px;
}
.feature .category ul li.odd a {
	background: #f3f9e1;
	color: #515151;
}
.feature .category ul li img { border: 0; }
.feature .code-promo ul li span { width: 80%; }
.feature .column .btn-more {
	display: inline-block;
	vertical-align: top;
	color: #f73554;
	margin: 0 0 0 2px;
	text-decoration: underline;
	font-size: 12px;
	line-height: 14px;
}
.feature .column .add { color: #01a1e3; }
.feature .column .btn-more:hover { text-decoration: none; }
#footer {
	background: #434343;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	padding: 10px 0 10px;
}
#footer .holder {
	margin: 0 auto;
	max-width: 1094px;
	overflow: hidden;
	text-align: center;
}
#footer .frame {
	overflow: hidden;
	padding: 0 0 25px;
}
#footer .nav {
	width: 20%;
	margin: 0 5.8% 0 0.2%;
	float: left;
}
#footer .social-area {
	width: 20%;
	float: left;
}
#footer h3 {
	margin: 0 0 5px;
	color: #727272;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
}
#footer img {
	display: block;
	margin: 0 auto 9px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#footer ul li a { color: #e2e2e2; }
#footer p a { color: #fff; }
#page .content {
	padding: 24px 16px 23px 0px;
	margin: 0 0 18px 2px;
	overflow: hidden;
}
#page .content .hikder { overflow: hidden; }
#page .content .product-logo {
	float: right;
	margin: 10px 0 0 4%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
#page .content .product-logo2 {
	float: right;
	margin: 5px 0 0 4%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
#page .content .product-logo img {
	vertical-align: top;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
#page .content h1 {
	margin: 0 0 4px;
	color: #515151;
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
}
#page .content h1 a { color: #515151; }
#page .content h1 span { color: #09c; }
#page .content h1 a:hover span { text-decoration: underline; }
#page .content p { margin: 0 0 10px; }
#page #twocolumns {
	overflow: hidden;
	padding: 0 0 0 2px;
}
#page #twocolumns .store-area {
	background: #fff;
	float: left;
	width: 64.5%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 1.6% 34px 1.9%;
	border: 1px solid #ddd;
}
#twocolumns #right-side {
	float: right;
	width: 29.9%;
}
#twocolumns #right-side .newsletter-form {
	float: none;
	margin: 0 0 17px;
	width: auto;
}
#right-side .block {
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 6px;
	margin: 0 0 14px;
	border: 1px solid #ddd;
}
#right-side .block .social-networks {
	margin: 0;
	padding: 10px 0 7px;
	list-style: none;
	text-align: center;
}
.block .social-networks li {
	display: inline-block;
	margin: 0 9px;
	vertical-align: top;
}
.block .social-networks li img {
	display: block;
	width: 100%;
}
#right-side .block .header {
	background: #fbfbfb;
	padding: 9px 20px 16px 66px;
	position: relative;
}
#right-side .block .header:after {
	background: url(../images/sprite.png) no-repeat -1px -72px;
	content: "";
	height: 51px;
	left: 6px;
	position: absolute;
	top: 4px;
	width: 51px;
}
.block .header h2 {
	margin: 0;
	font-size: 18px;
	color: #e77622;
	line-height: 18px;
}
.block .header h2 a span,
.block .header h2 span {
	display: block;
	color: #515151;
}
.block .header h2 a:hover span { text-decoration:underline;}
.block .tags {
	margin: 0;
	padding: 12px 16px 0 16px;
	list-style: none;
	overflow: hidden;
	font-size: 13px;
	line-height: 18px;
}
.block .tags li {
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 4px 6px 0;
	background: #e8e8e8;
	text-shadow: 0 0 1px #fff;
}
.block .tags li a {
	color: #343759;
	display: block;
	padding: 2px 7px 3px 5px;
}
.block .tags li:hover {
	background: #7f8080;
}
.block .tags li a:hover {
	color: #fff;
	text-shadow: none;
	text-decoration:none;
}

.store-area .list-partner {list-style: none; margin:15px 0 0 24px;padding:0;width:100%;}
.store-area .list-partner li{float:left; padding:0 1.6% 27px 0;font-size: 19px;}
.store-area .list-partner li a{display:block;margin:0;padding:0;color:#09c;text-decoration:none;}
.store-area .list-partner li a:hover{text-decoration:underline;font-weight:bold;}
.store-area .list-partner li.encours a{display:block;margin:0;padding:0;color:#515151;text-decoration:none;font-weight:bold;}

.store-area .partner-logo {
	overflow: hidden;
	margin: 0;
	padding: 0 0 12px;
	list-style: none;
	width: 104%;
}
.store-area .partner-logo li {
	display: table;
	height: 100px;
	width: 16.5%;
	margin: 0 21px 10px 0;
	float: left;
	background: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ddd;
}
@-webkit-keyframes shake {
	0% { -webkit-transform: translate(0, 0); }
	25% { -webkit-transform: translate(0, 5px); }
	50% { -webkit-transform: translate(0, 10px); }
	75% { -webkit-transform: translate(0, 5px); }
	100% { -webkit-transform: translate(0, 0px); }
}
.store-area .partner-logo li:hover,
.store-area .partner-logo li:focus {
	-webkit-animation-name: shake;
	-webkit-animation-duration: 700ms;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: 3;
	-webkit-animation-timing-function: linear;
}
.store-area .partner-logo li a {
	display: table-cell;
	vertical-align: middle;
}
.store-area .partner-logo li img {
	display: block;
	margin: 0 auto;
}
.store-area .partner-logo li a span {
	display:block;
	vertical-align: middle;
	text-align:center;
	font-size:11px;
}
.store-area h2 {
	margin: 0 0 8px -1px;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 28px;
	color: #515151;
}
.store-area .product-nav {
	overflow: hidden;
	margin: 0 -27px 0 -6px;
}
.store-area .product-nav ul:first-child { width: 50%; }
.store-area .product-nav ul {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	list-style: none;
	width: 46.2%;
	text-transform: capitalize;
}
.product-nav ul li {
	border-bottom: 1px solid #f2f2f2;
	padding: 14px 2.1%;
}
#twocolumns #content {
	float: left;
	width: 68.1%;
}
.content .btn-readmore {
	float: right;
	padding: 0 18px 0 0;
	color:#09c;
	position: relative;
	margin: -5px 23px 0 0;
	cursor:pointer;
}
#page .content.add { padding: 24px 16px 18px 0px; }
.content .holder { overflow: hidden; }
.content .btn-readmore:after {
	top: 6px;
	right: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 153, 204, 0);
	border-top-color: #09c;
	border-width: 8px;
	margin-left: -8px;
}
#content .post {
	background: #fff;
	border: solid;
	margin: 0 0 9px;
	border-width: 1px 1px 1px 1px;
	border-color: #d7d7d7 #d7d7d7 #d7d7d7 #d7d7d7;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	overflow: hidden;
	padding: 26px 2.5% 15px;
}

#content .post:hover {
	background: #eff8fc;

}

.logo-box {
	width: 122px;
	height: 102px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 1% 2.5% 0 0;
	float: left;
	background:#fff;
}
.logo-box a {
	display: table-cell;
	vertical-align: middle;
}
.logo-box a img {
	display: block;
	margin: 0 auto;
}
#content .post .post-holder {
	overflow: hidden;
	padding: 2px 0 0;
}
#content .post .title {
	display: block;
	font-size: 18px;
	margin: 0 0 8px;
	line-height: 20px;
	font-weight: normal;
	color: #01a1e3;
	text-decoration:underline;
}
#content .post .title a { color: #434343; }
#content .post .button-holder {
	overflow: hidden;
	padding: 3px 0 10px;
}
#content .post .btn-code {
	display: inline-block;
	vertical-align: top;
	background: #f68129;
	background: -moz-linear-gradient(top, rgba(246,129,41,0.94) 0%, rgba(246,129,41,1) 2%, rgba(246,129,41,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246,129,41,0.94)), color-stop(2%, rgba(246,129,41,1)), color-stop(100%, rgba(246,129,41,1)));
	background: -webkit-linear-gradient(top, rgba(246,129,41,0.94) 0%, rgba(246,129,41,1) 2%, rgba(246,129,41,1) 100%);
	background: -o-linear-gradient(top, rgba(246,129,41,0.94) 0%, rgba(246,129,41,1) 2%, rgba(246,129,41,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,129,41,0.94) 0%, rgba(246,129,41,1) 2%, rgba(246,129,41,1) 100%);
	background: linear-gradient(to bottom, rgba(246,129,41,0.94) 0%, rgba(246,129,41,1) 2%, rgba(246,129,41,1) 100%);
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.26);
	border: 1px solid #c66013;
	-webkit-box-shadow: inset 0 1px 0 0 #eed2ab, 0 0 0 3px #e9e9e9;
	box-shadow: inset 0 1px 0 0 #eed2ab, 0 0 0 3px #e9e9e9;
	width: 38.4%;
	padding: 8px 5% 5px 1%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 0 3px;
	position: relative;
}
#content .post .btn-code:after {
	content: '';
	position: absolute;
	top: 0;
	right: 34px;
	height: 100%;
	width: 2px;
	background: url(../images/divider4.png) repeat-y;
}
#content .post .btn-code:before {
	content: '';
	position: absolute;
	top: 17px;
	right: 4px;
	height: 14px;
	width: 24px;
	background: url(../images/sprite.png) no-repeat -85px -84px;
}
#content .post .btn-code span {
	display: block;
	color: #eed2ab;
	font-size: 11px;
	margin: -2px 0 0;
	line-height: 13px;
}
#content .post .btn-code:hover span, #content .post .btn-code:hover { text-decoration: none; }
#content .post .btn-img {
	background: #e0e3e4;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 0 #f2f3f4;
	box-shadow: inset 0 1px 0 0 #f2f3f4;
	border-radius: 4px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 2px;
	width: 50.2%;
	padding: 9px 0 9px;
	height:26px;
}
#content .post .btn-back {
	background: #e0e3e4;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 0 #f2f3f4;
	box-shadow: inset 0 1px 0 0 #f2f3f4;
	border-radius: 4px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 2px;
	width: 50.2%;
	padding: 9px 0 9px;
	height:26px;
	position: relative;
}


#content .post .btn-back .copy {
	position: absolute;
	top: 11px;
	right: -7px;
	height: 24px;
	width: 55px;
	background: url(../images/arrowcode.png) no-repeat;
	font-size:9px;
	color:#fff;
	padding:5px 0 0 14px;
	cursor:pointer;
}

#content .post .btn-back .couponcode {
	position: absolute;
	top: 11px;
	left: 0px;
	width: 75%;
	font-size:15px;
	color:#515151;
	padding:2px 0 0 14px;
	text-align:center;
	outline: none;
	line-height: 15px;
	background: none;
	border: 0;
}
#description_size {
	height:33px;
	overflow:hidden;
	margin:0 0 8px 0;
}

#content .post .btn-img img {
	display: block;
	margin: 0 auto;
}
#content .post .descropen {
	overflow: hidden;
	font-size: 12px;
	line-height: 15px;
	width:96.6%;
}
.post .open-close .opener {
	color: #737373;
	display: inline-block;
	vertical-align: top;
	background: url(../images/arrow.png) no-repeat 100% 5px;
	padding: 0 13px 0 0;
	cursor:pointer;
}
.content .btn-view-code {
	float: right;
	background: #f68129;
	background: -moz-linear-gradient(top, rgba(246,129,41,0.94) 0%, rgba(246,129,41,1) 2%, rgba(246,129,41,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246,129,41,0.94)), color-stop(2%, rgba(246,129,41,1)), color-stop(100%, rgba(246,129,41,1)));
	background: -webkit-linear-gradient(top, rgba(246,129,41,0.94) 0%, rgba(246,129,41,1) 2%, rgba(246,129,41,1) 100%);
	background: -o-linear-gradient(top, rgba(246,129,41,0.94) 0%, rgba(246,129,41,1) 2%, rgba(246,129,41,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,129,41,0.94) 0%, rgba(246,129,41,1) 2%, rgba(246,129,41,1) 100%);
	background: linear-gradient(to bottom, rgba(246,129,41,0.94) 0%, rgba(246,129,41,1) 2%, rgba(246,129,41,1) 100%);
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.26);
	border: 1px solid #c66013;
	-webkit-box-shadow: inset 0 1px 0 0 #eed2ab, 0 0 0 3px #e9e9e9;
	box-shadow: inset 0 1px 0 0 #eed2ab, 0 0 0 3px #e9e9e9;
	width: 19.6%;
	padding: 13px 3% 11px 1%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 32px 0 0 61px;
	position: relative;
}
.content .btn-view-code:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 6px;
	width: 28px;
	height: 28px;
	background: url(../images/sprite.png) no-repeat -84px -125px;
}
.content .btn-view-code:hover { text-decoration: none; }
#page .content.topcode { padding: 17px 46px 18px 0px; }
#page .content .logo-box { margin: 0 1.7% 0 0; }
.content.topcode .holder { padding: 6px 0 0; }
.content.topcode .btn-readmore { margin: -6px 23px 0 0; }
.post .title span {
	display: inline-block;
	vertical-align: top;
	background: #f3161d;
	-webkit-border-radius: 2px;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	border-radius: 2px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 4px 9px 0 2px;
	padding: 0 7px 0 9px;
}
#content .post .title span a { color: #fff; }
#content .post .discount-box {
	float: left;
	width: 114px;
	height: 114px;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background: #fff;
	color: #33bcf4;
	display: table;
	font-size: 44px;
	text-align: center;
	margin: 0px 22px -7px 3px;
	line-height: 48px;
	position: relative;
}
.post .discount-box .price {
	display: table-cell;
	width: 100%;
	/*vertical-align: middle;*/
	padding-top:25%;
}
.post .discount-box .priceico {
	display: table-cell;
	width: 100%;
	/*vertical-align: middle;*/
	padding-top:15%;
}
.post .discount-box .code {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #33bcf4;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 1px;
	width: 106px;
	margin: 0 4px 5px;
	text-transform:uppercase;
}
#content .post.add {}
.post .descropen .slide {
	background: #f0f0f0;
	font-size: 13px;
	line-height: 16px;
	color: #575757;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 1px 10px;
}
/*.post .open-close.active .opener { background: url(../images/arrow2.png) no-repeat 100% 6px; }*/
.post .descropen .slide p { margin: 0 0 4px; }
#content h2, #content h2.recent-code {
	margin: 0 0 7px;
	color: #515151;
	padding: 7px 10px 12px 0px;
	font-weight: normal;
	font-size: 22px;
	line-height: 24px;
}
#content h2 a, #content h2.recent-code span {color: #e77622;}
#content h2.recent-title {}
#content h2.recent-title span {color: #09c;}
#content h2.photo-title {}
#content h2.photo-title span {color: #e77622;}
#content .post .btn-view {
	display: inline-block;
	vertical-align: top;
	background: #f68129;
	background: -moz-linear-gradient(top, rgba(246,129,41,0.94) 0%, rgba(246,129,41,1) 2%, rgba(246,129,41,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(246,129,41,0.94)), color-stop(2%, rgba(246,129,41,1)), color-stop(100%, rgba(246,129,41,1)));
	background: -webkit-linear-gradient(top, rgba(246,129,41,0.94) 0%, rgba(246,129,41,1) 2%, rgba(246,129,41,1) 100%);
	background: -o-linear-gradient(top, rgba(246,129,41,0.94) 0%, rgba(246,129,41,1) 2%, rgba(246,129,41,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,129,41,0.94) 0%, rgba(246,129,41,1) 2%, rgba(246,129,41,1) 100%);
	background: linear-gradient(to bottom, rgba(246,129,41,0.94) 0%, rgba(246,129,41,1) 2%, rgba(246,129,41,1) 100%);
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.26);
	border: 1px solid #c66013;
	-webkit-box-shadow: inset 0 1px 0 0 #eed2ab, 0 0 0 3px #e9e9e9;
	box-shadow: inset 0 1px 0 0 #eed2ab, 0 0 0 3px #e9e9e9;
	padding: 12px 9.7% 12px 5%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin: 2px 0 10px 3px;
}
#content .post .btn-view:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 6px;
	width: 28px;
	height: 28px;
	background: url(../images/sprite.png) no-repeat -84px -125px;
}
#content .post .btn-view:hover { text-decoration: none; }
#content .post .meta {
	color: #737373;
	font-size: 12px;
	line-height: 15px;
}
#content .post .meta time { color: #09c; }
#content .post-block {
	border-left-color: #e8e8e8;
	padding: 12px 2.5% 25px;
}
#content .post-block .btn-img {
	color: #adadad;
	font-size: 18px;
	line-height: 20px;
	margin: -3px 0 0;
	padding: 7px 3% 6px;
	text-align: center;
	text-transform: uppercase;
	width: 40.2%;
}
#content .post-block .discount-box {
	color: #999;
	font-size: 26px;
	height: 69px;
	line-height: 26px;
	margin: -2px 15px 0 5px;
	width: 70px;
}
.post-block .discount-box .code {
	background: #999;
	font-size: 9px;
	line-height: 10px;
	width: 64px;
	text-transform:uppercase;
	letter-spacing: 1px;
}

.post-block .discount-box .priceico {
	display: table-cell;
	width: 100%;
	/*vertical-align: middle;*/
	padding-top:12%;
}



#content .post.topcode {
	border-left-color: #e8e8e8;
	line-height: 15px;
	padding: 19px 4% 11px 3.3%;
}
#content .post h3 {
	margin: 0 0 17px;
	font-size: 18px;
	line-height: 20px;
	color: #5c5c5c;
}
.post p { margin: 0 0 18px; }
#content .newsletter-box {
	background: url(../images/bg-border.jpg) repeat-x 0 100% #ffbd1f;
	padding: 0 0 6px;
	margin: 0 0 15px;
}
#content .newsletter-box .holder {
	background: url(../images/bg-newsletterbox.png) no-repeat 50% 0;
	padding: 0 0.4% 0 0;
}
#content .newsletter-box form {
	background: url(../images/bg-newsletterbox2.png) no-repeat 100% 6px;
	padding: 10px 3% 9px 4.8%;
}
#content .newsletter-box form:after {
	content: '';
	clear: both;
	display: block;
}
.newsletter-box .logo-area {
	float: left;
	border: 1px solid rgba(221, 221, 221, 0.25);
	width: 62px;
	height: 52px;
	position: relative;
	display: table;
	z-index: 9999;
	margin: 0 30px 0 0;
}
.newsletter-box .logo-area:after {
	position: absolute;
	top: -17px;
	left: -14px;
	content: '';
	background: url(../images/bg-letter.png) no-repeat;
	width: 92px;
	height: 80px;
	z-index: -9;
}
.newsletter-box .logo-area a {
	display: table-cell;
	vertical-align: middle;
	background: #fff;
	z-index: 9999;
	position: relative;
}
.newsletter-box .logo-area img {
	display: block;
	margin: 0 auto;
	background:#fff;
}
.newsletter-box label {
	font-size: 18px;
	line-height: 22px;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.25);
	display: inline-block;
	vertical-align: bottom;
	padding: 7px 0 0;
	margin: 0 3.6% 0 0;
}
.newsletter-box label .receive {
	color: #fff;
	letter-spacing: -1px;
}
.newsletter-box label .receive strong { color: #e13957; }
.newsletter-box label .code {
	display: block;
	font-size: 20px;
	line-height: 22px;
	margin: -3px 0 0;
	color: #fff;
}
.newsletter-box input.email {
	border: 0;
	background: #fff;
	-webkit-border-radius: 3px;
	color: #d4d4d4;
	border-radius: 3px;
	height: 18px;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	vertical-align: bottom;
	line-height: 18px;
	margin: 0 0.5% 0 0;
	width: 23%;
	padding: 11px 15px 8px;
}
.newsletter-box input[type="submit"] {
	background: url(../images/sprite.png) no-repeat -203px 0;
	width: 114px;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	display: inline-block;
	vertical-align: bottom;
	border: 0;
	cursor: pointer;
}
.block .printscreen {
	background: url(../images/bg-frame.jpg) no-repeat;
	padding: 9px 8px 55px 11px;
	width: 57.5%;
	background-size: 100% auto;
	margin: 0 auto 7px;
}
.block .printscreen img {
	display: block;
	width: 180px;
	height: 135px;
}
#right-side .store-box { margin: 0 0 17px; }
#right-side .store-box .header {
	margin: 0 0 25px;
	padding: 12px 20px 13px 66px;
}
#right-side .block .ratingzone {
	overflow: hidden;
	text-align: center;
	padding: 0 0 13px;
}
.block .ratingzone .rating {
	margin: 0;
	padding: 0 0 7px;
	list-style: none;
}
.ratingzone .rating li {
	display: inline-block;
	margin: 0 2px;
	vertical-align: middle;
}
.ratingzone .rating li img { vertical-align: top; }
.ratingzone .views {
	display: block;
	color: #838685;
}
#right-side .store-box .header:after {
	background: url(../images/sprite.png) no-repeat -1px -300px;
	content: '';
	position: absolute;
	top: 4px;
	left: 6px;
	width: 51px;
	height: 51px;
}
.store-box .header h2 a,
.store-box .header h2 { color: #e77622; }
#right-side .block.add3 .header h2 { color: #09c; }
#right-side .block.add3 .header:after { background: url(../images/sprite.png) no-repeat -78px -214px; }


#clipvideo .video-title {
background: #fff;
-webkit-border-radius: 3px;
padding: 10px 10px 10px 15px;
margin: 0 0 18px 2px;
border-radius: 3px;
border: 1px solid #ddd;
overflow: hidden;
display: block;
}

#clipvideo .blocvideo {
float: left;
width: 478px;
height: 271px;
background: url("../images/bg-pc-video.png") no-repeat;
padding: 15px 0 0 39px;
margin-top:8px;
margin-left: 14%;
margin-bottom: 15px;
}

#clipvideo .video-title .title{
font-size: 18px;
line-height: 18px;
font-weight: normal;
color: #09c;
font-weight: bold;
}


@media only screen and (max-width:1093px) {
	body { min-width: 320px; }
	.homearea .introduction h1 {
		font-size: 23px;
		margin: 0 0 10px;
	}
	.homearea .introduction p { margin: 0 0 6px; }
	#nav > ul > li { margin: 0 0 0 16px; }
	#header .search-form input.search { width: 230px; }
	.logo { margin: 3px 3.5% 0 0; }
	.merchant ul li { margin: 0 0.8% 9px 0; }
	.newsletter-form form { padding: 7px 34% 11px 8%; }
	.block .printscreen {
	display:none;
	float: none;
	}
	.store-area .list-partner {margin:15px 0 0 18px;}
	.store-area .list-partner li{float:left; padding:0 1.4% 27px 0;font-size: 19px;}
}
@media only screen and (max-width:999px) {
	.logo {
		height: 63px;
		width: 204px;
		background-size: 100% auto;
		margin: 3px 1.5% 0 0;
	}
	#header .search-form input.search {
		font-size: 15px;
		width: 170px;
	}
	#nav > ul > li > a { padding: 5px 10px 4px 7px; }
	#nav > ul > li > a:hover { padding: 4px 9px 3px 6px; }
	#nav > ul { font-size: 13px; }
	#nav > ul > li { margin: 0 0 0 6px; }
	#nav > ul > li.has-drop-down > a.has-drop-down-a { padding: 5px 10px 4px 7px; }
	#nav > ul > li.has-drop-down > a.has-drop-down-a:after {
		top: 11px;
		left: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-top-color: #fff;
		border-width: 4px;
		margin-left: -4px;
	}
	.homearea .introduction {
		padding: 21px 2% 17px;
		width: 46.1%;
	}
	.homearea .merchant {
		margin: 0;
		width: 48.3%;
	}
	.merchant ul li a img {
		width: 100%;
		max-width: inherit;
	}
	#page .carousel-area .carousel { width: 57.8%; }
	.newsletter-form { width: 40%; }
	.homearea .introduction h1 {
		font-size: 19px;
		margin: 0 0 18px;
	}
	.feature .column ul { font-size: 13px; }
	.feature .code-promo ul li span { width: 78%; }
	.carousel-area .newsletter-form form .recieve {
		display: inline-block;
		vertical-align: middle;
		font-size: 15px;
		line-height: 20px;
	}
	.carousel-area .newsletter-form form .latest {
		display: inline-block;
		vertical-align: middle;
		font-size: 25px;
		line-height: 32px;
	}
	.carousel-area .newsletter-form form .code {
		font-size: 22px;
		line-height: 26px;
	}
	.newsletter-form form .code span { display: inline-block; }
	.event-ban {
	display:none;
	float: none;
	}
	.socialbuttons{
	display:none;
	float: none;
	}
	.block .printscreen {
	display:none;
	float: none;
	}
	.store-area .partner-logo li { margin: 0 5px 10px 0; }

	
	.block .social-networks li { margin: 0 8px; }
	#content .post .title { font-size: 15px; }
	#content .post .btn-code { font-size: 14px; }
	#content .post .btn-img img {
		width: 100%;
		height: 100%;
	}
	#content .post .btn-view { font-size: 14px; }
	.content .btn-view-code {
		margin: 32px 0 0 31px;
		width: 26.6%;
		font-size: 15px;
	}
	.newsletter-box .logo-area { margin: 0 20px 0 0; }
	.newsletter-box label { margin: 0 0.6% 0 0; }
	.newsletter-box input.email { width: 20%; }
	.newsletter-box input[type="submit"] { margin: 0 -14px 0 0; }
	.store-area .list-partner {margin:15px 0 0 5px;}
	.store-area .list-partner li{float:left; padding:0 1.4% 27px 0;font-size: 17px;}
	
		.mea {
	display:none;
	float: none;
	}
	.newsletter-form {
		display:none;
		float: none;
		width: auto;
	}
}

	
@media only screen and (max-width:767px) {
	.logo {
		height: 64px;
		width: 204px;
		float: none;
		display: block;
		margin: 0 auto 15px;
	}
	#header .search-form {
		float: none;
		width: 305px;
		margin: 0 auto 15px;
	}
	#nav > ul > li { margin: 0 0 0 4px; }
	#header .search-form input.search {
		font-size: 16px;
		width: 233px;
	}
	.homearea .introduction {
		float: none;
		width: auto;
		margin: 0 0 12px;
	}
	.homearea .introduction h1 {
		font-size: 26px;
		margin: 0 0 15px;
	}
	.homearea .introduction .img {
	display:none;
	float: none;
	}
	.homearea .merchant {
		float: none;
		width: auto;
	}
	.socialbuttons{
	display:none;
	float: none;
	}
	.merchant ul li a img {
		width: auto;
		max-width: 100%;
	}
	.merchant ul li {
		width: 46.2%;
		margin: 0 3.8% 9px 0;
	}
	.newsletter-form {
		display:none;
		float: none;
		width: auto;
		margin: 0 0 15px;
	}
	.event-ban {
	display:none;
	float: none;
	}
	.mea {
	display:none;
	float: none;
	}
	.block .printscreen {
	display:none;
	float: none;
	}
	.carousel-area .newsletter-form form .recieve {
		color: #fff;
		display: block;
		font-size: 24px;
		line-height: 27px;
	}
	.carousel-area .newsletter-form form .latest {
		display: block;
		font-size: 44px;
		line-height: 44px;
	}
	.carousel-area .newsletter-form form .code {
		font-size: 39px;
		line-height: 37px;
	}
	.carousel-area .newsletter-form form .code span { display: block; }
	#page .carousel-area .carousel {
		float: none;
		display:none;
	}
	.feature .column:first-child { margin: 0 0 15px; }
	.feature .column {
		float: none;
		width: auto;
		margin: 0 0 15px;
	}
	.feature .column .holder { height: auto !important; }
	.feature .column ul { font-size: 17px; }
	.feature .code-promo ul li { font-size: 12px; }
	.home #page { padding-bottom: 15px; }
	#footer .nav {
		width: 44%;
		margin: 0 5.8% 30px 0.2%;
	}
	#footer .social-area {
		width: 44%;
		margin: 0 0 30px;
	}
	#nav {
		float: none;
		width: 100%;
		text-align: center;
	}
	#nav > ul {
		display: inline-block;
		vertical-align: top;
	}
	#header .top .holder {
		float: none;
		overflow: hidden;
		padding:0 10px 0 0;
	}
	#header .top .breadcrumbs {
		display:none;
	}
	#page .content .product-logo {
		float: none;
		width: 72px;
		display: block;
		margin: 0 auto 10px;
	}
	#page .content .product-logo2 {
		float: none;
		width: 72px;
		display: block;
		margin: 0 auto 10px;
	}
	#twocolumns #content {
		float: none;
		width: auto;
		margin: 0 0 15px;
	}
	#twocolumns #right-side {
		float: none;
		width: 100%;
	}
	#content .post .btn-code {
		display: block;
		width: auto;
		margin: 0 0 15px;
	}
	#content .post .btn-img {
		display: block;
		width: auto;
	}
	#page #twocolumns .store-area {
		float: none;
		margin: 0 0 15px;
		width: auto;
	}
	.store-area .partner-logo li {
		width: 43.5%;
		margin: 0 5.4% 10px 0;
	}
	.store-area .product-nav ul { font-size: 13px; }
	.store-area .list-partner li{font-size: 13px;}
	#page { padding-bottom: 20px; }
	#content .post .btn-view:after {
		margin: -14px 0 0;
		top: 50%;
	}
	#content .post .btn-view { padding: 12px 14.7% 12px 0; }
	#content h2 { font-size: 17px; }
	.newsletter-box .logo-area {
		margin: 0 auto 15px;
		float: none;
	}
	.newsletter-box label {
		float: none;
		display: block;
		margin: 0 0 10px;
		text-align: center;
	}
	.newsletter-box input.email { width: 51%; }
	#content .newsletter-box .holder { background-size: cover; }
	#content .newsletter-box form { background-position: 100% 100%; }
	#page .content .logo-box {
		margin: 0 auto 10px;
		float: none;
	}
	.content .btn-view-code {
		float: none;
		width: auto;
		display: block;
		margin: 0 0 10px;
		font-size: 16px;
	}
	#page .content h1 { font-size: 24px; }
	.logo-box,
	#content .post .discount-box {
		float: none;
		margin: 0 auto 10px;
	}
	#nav .dropdown ul { text-align: left; }
	#header .breadcrumbs {
		float:none;
		overflow:hidden;
	}
}

/*RATING*/
.simpleRatings{display:block;text-align:center;margin-left:28%}

.simpleRatings form{
	padding:0px; margin:0px; overflow:hidden; border:none;
	position:relative;
	text-align:center;/*IE7*/
}
.simpleRatings fieldset{
	margin:0px;
	padding:0px;
	border:none;
	position:static;
}
.simpleRatings input{
	padding:0px; margin:0px; border:none; background:none;
	position:absolute; left:0px;
	height:100%;
	text-indent:-300px;
	cursor:pointer;
	text-transform:uppercase;/*IE7*/
}
.simpleRatings input:active, .simpleRatings input:focus{outline:none;}
.simpleRatings .average{
	height:100%;
	z-index:1;
}

.simpleRatings .text{
	font-size:12px;
	white-space:nowrap;
	line-height:12px;
	text-align:center;
	color:#737373;
	padding-top:4px;
	
}
.simpleRatings .L{float:left;} /*Total votes*/
.simpleRatings .R{float:right} /*Average*/
.simpleRatings .L2{float:none} /*Total votes*/
.simpleRatings .R2{float:none} /*Average*/
.simpleRatings .load{background:url(../images/rLoading.gif) center no-repeat; height:100%; width:100%;}
.simpleRatings .loadText{font-weight:normal}
.topRatings{
	font-weight:normal;
	font-size:14px;
}

.topRatings .topRows{
	line-height:22px;
}
.topRatings .topName{}
.topRatings .topVotes{}
.topRatings .topAverage{}

.topName, .topVotes, .topAverage{
	display:block;
	float:left;
	width:33%;
}

.simpleRatings .custom{background:url(../images/rElements.png) repeat-x}/*Empty*/
.simpleRatings .custom input:hover{background:url(../images/rElements.png) bottom left repeat-x}/*Normal*/
.simpleRatings .custom .average{background:url(../images/rElements.png) center left repeat-x}/*Mouse Over*/

/*AUTOCOMPLETE*/

.ui-helper-hidden-accessible { display:none; }
.ui-autocomplete { position: absolute; cursor: pointer;z-index:10000;display: block;background: #fff;border-left: 1px solid #e0e0e0;border-right: 1px solid #e0e0e0;border-bottom: 1px solid #e0e0e0;} 
* html .ui-autocomplete {width:1px;} /* without this, the menu expands to 100% in IE6 */
.ui-menu {list-style:none;padding:2px;display:block;}
.ui-menu .ui-menu-item {margin:0; width:99%;background: url(../images/divider5.png) repeat-x;padding: 2px 1px 3px 0;}
.ui-menu .ui-menu-item a {text-decoration:none;display:block;color: #656565;display: block;padding: 10px 4px 8px 14px;}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active, .ui-menu .ui-menu-item a:hover {	color: #01a1e3;text-decoration: none;background: #ebf7fc;}

/*NEWSLETTER*/

#subscribe_response_div p  {font-size: 12px; color:#575757;}
#subscribe_response_div .error {color:red;font-size: 12px;}
#subscribe_response p  {font-size: 12px; color:#575757;}
#subscribe_response .error {color:red;font-size: 12px;}

/*LIGHTBOX*/

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(../images/prettyPhoto/default/closebutton.gif) no-repeat;cursor:pointer;height:20px;width:105px;margin-top: 5px}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}