/* Reset */

@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);


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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }

body {
	background: url(../images/content-wrap-bkg.jpg) no-repeat center top #EDEDD5;
	font: 14px/21px "Verdana";
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	}
body.wuxing-app{
	background: url(../images/wuxing-app-body-bkg.jpg) repeat-y center top #730101;
	}


h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-family: 'Noto Sans', sans-serif;
	font-weight: normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 30px; line-height: 50px; margin-bottom: 14px;}
h2 { font-size: 25px; line-height: 40px; margin-bottom: 10px; }
h3 { font-size: 20px; line-height: 34px; margin-bottom: 8px; }
h4 { font-size: 17px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 14px; line-height: 24px; }
h6 { font-size: 12px; line-height: 21px; }

p { margin: 0 0 20px 0; }
p img { margin: 0; }

em { font-style: italic; }
strong { font-weight: bold; color: #333; }
small { font-size: 80%; }


blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

a, a:visited { color: #333; text-decoration: underline; outline: 0; }
a:hover, a:focus { color: #000; }
p a, p a:visited { line-height: inherit; }

ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }

img.scale-with-grid {
	max-width: 100%;
	height: auto; }

.clearfix{
	clear: both;
}




#top-login{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
}

#panel-slide {
	background: #D90041;
	height: 215px;
	display: none;
}

#top-login-wrap{
	width: 1120px;
	margin: 0px auto;
	height: 150px;
	position: relative;
	text-align: center;
	padding: 10px 0 0 0;
}


#top-login p.slide-action{
	width: 1120px;
	margin: 0px auto;
	text-align: right;
	height: auto;
}

#top-login p.slide-action a{
	float: right;
	width: 164px;
	height: 45px;
	color:#fff;
	text-decoration: none;
	font-size: 12px;
	background: url(../images/login-toggle-arrow-down.png) no-repeat left top;
	text-align: left;
	padding: 13px 0 0 15px;
	margin: -5px 0 0 0;
}

#top-login p.slide-action a.active{
	background: url(../images/login-toggle-arrow-up.png) no-repeat left top;
}
#top-login p a span.btn-slide-points{
	background: url(../images/bonus-point-golden.png) no-repeat right top;
	padding: 0 20px 0 0;
	font-size: 11px;
	}


#top-login-wrap .new-acc{
	position: absolute;
	left: 0;
	top: 30px;
	width: 250px;
	padding: 20px;
	color: #fff;
	font-size: 16px;
	text-align: left;
	border: 2px solid #fff;
}
#top-login-wrap .new-acc strong{
	font-weight: bold;
	color: #fff;
	line-height: 150%;
}
#top-login-wrap .new-acc p{
	margin: 0 0 15px 0;
}
#top-login-wrap .new-acc a.new-acc-btn{
	background: #FFFFFF;
	padding: 7px 15px 7px 15px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#top-login-wrap .new-acc a.new-acc-btn:hover{
	background: #666;
	color: #fff;
}

#top-login-wrap .login{
	position: absolute;
	right: 0;
	top: 30px;
	width: 280px;
}
#top-login-wrap .login input.text-field{
	width: 260px;
	padding: 5px 9px 5px 9px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	color: #999;
}
#top-login-wrap .login input.text-field:hover, #top-login-wrap .login input.text-field:focus{
	color: #333;
	border: 1px solid #999;
}
#top-login-wrap .login a.reset-pass{
	float: left;
	font-size: 12px;
	color: #fff;
}
#top-login-wrap .login input.submit-login{
	background: #FFFFFF;
	padding: 7px 15px 7px 15px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	float: right;
	border: 0;
	margin: 0;
	cursor: pointer;
}
#top-login-wrap .login input.submit-login:hover{
	background: #666;
	color: #fff;
}

#top-login-wrap .login h2{
	text-align: left;
	margin: 0;
	font-size: 15px;
	color: #ccc;
}
#top-login-wrap .login h2 span{
	color: #fff;
}
#top-login-wrap .login h2 a{
	font-size: 14px;
}

#top-login-wrap .login ul.login-menu{
	text-align: left;
	font-size: 13px;
	line-height: 140%;
	list-style: inside;
}
#top-login-wrap .login ul.login-menu li a:hover, #top-login-wrap .login ul.login-menu li a.active{
	color: #fff;
}

.facebook-login{
	background: #3b5998;
	color: #fff;
	width: 100%;
	display: inline-block;
	margin: 15px 0 0 0;
	padding: 8px 0 8px 0;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
	}
.form-rounded-panel .facebook-login{
	max-width: 400px;
	}
.facebook-login:hover{
	background: #333;
	color: #fff;
	}
.facebook-login img{
	height: 24px;
	width: auto;
	}
.facebook-login span{
	position: relative;
	top: -4px;
	color: #fff !important;
	}

#top-login-wrap #login-error{
	font-size: 11px;
	color: #800000;
	text-align: left;
	padding: 5px 0 0 0;
}
#top-login-wrap #login-error p{
	margin: 0;
}
.order-warning{
	color: #9A0606;
	font-size: 13px;
	margin: 0 0 15px 0;
	}
#streetError{
	color: #9A0606;
	margin: 0 0 13px 10px;
	float: left;
	}


#header{
	background: url(../images/header-bkg.png) repeat-x bottom left #6C0303;
}
#header-wrap{
	width: 1120px;
	height: 101px;
	margin: 0px auto;
	text-align: center;
	position: relative;
}
#header-wrap a.logo-link{
	position: absolute;
	width: 108px;
	height: 103px;
	left: 506px;
	top: 11px;
	z-index: 110;
}
#header-wrap a.logo-link span{
	display: none;
}

#header .mobile-logo{
	display: none;
}

#delivery-phone{
	color: #fff;
	position: absolute;
	left: 0;
	top: 25px;
	width: 150px;
	height: 51px;
	font-size: 12px;
	font-family: 'Noto Sans', sans-serif;
	line-height: 140%;
	text-align: left;
}
#delivery-phone strong{
    font-weight: bold;
    color: #fff;
	font-size: 18px;
	position: relative;
	top: 5px;
    }

#delivery-hours{
	color: #fff;
	position: absolute;
	left: 180px;
	top: 18px;
	width: 195px;
	height: 45px;
	font-size: 13px;
	font-family: 'Noto Sans', sans-serif;
	line-height: 133%;
	text-align: right;
}
#delivery-hours p{
	margin: 8px 0 0 0;
}

#delivery-phone img{
	float: left;
	width: 35px;
	margin: 0px 15px 0 0;
}
#delivery-hours img{
	float: left;
	width: 30px;
	height: auto;
	margin: 0px 0 0 35px;
}

.header-app{
	position: absolute;
	top: 25px;
	left: 700px;
	z-index: 55;
	}

#header-lang{
	position: absolute;
	top: 10px;
	right: 200px;
	color: #FF7F26;
	z-index: 75;
}
#header-lang a{
	color: #FF7F26;
	text-decoration: none;
}
#header-lang a:hover, #header-lang a.active{
	color: #fff;
}


#header-newsletter-link{
	position: absolute;
	bottom: 10px;
	right:180px;
}
#header-newsletter-link a{
	color: #E5E5E5;
	text-decoration: none;
	margin: 0 0 0 15px;
}
#header-newsletter-link a:hover{
	color: #FFA91B;
}

#header-social{
	position: absolute;
	right: 25px;
	bottom: 7px;
}
#header-social a{
	margin: 0 0 0 5px;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#header-social a:hover{
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
#header-social a img{
	width: 20px;
}



#shopcart-info{
	position: absolute;
	height: 35px;
	bottom: 0px;
	right: 185px;
	background: url(../images/shopcart-icon.png) no-repeat left;
	padding: 0 0 0 35px;
	color: #fff;
	cursor: pointer;
}
#shopcart-info p{
	margin: 0;
	line-height: 120%;
	text-align: left;
	font-size: 12px;
	color: #fff;
}
#header-wrap .shopcart-info-active{
	background: url(../images/shopcart-icon-active.png) no-repeat left;
}
#header-wrap .shopcart-info-active p{
	color:#E1E006;
}

#shopcart-info-popup{
	display: none;
	top: 100%;
	right: 0;
	position: absolute;
	background: #fff;
	border-bottom: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;

	padding: 5px;
	z-index: 66;
}
#shopcart-info-popup tr td{
	padding: 5px;
	border: 1px solid #EDEDEB;
	font-size: 12px;
	text-align: left;
}
#shopcart-info-popup tr td.total-title{
	text-align: right;
	font-weight: bold;
}
#shopcart-info-popup tr td.total-value span{
	text-align: right;
	font-weight: bold;
}

#shopcart-info-popup tr td.item-price{
	text-align: right;
}
#shopcart-info-popup tr td.item-quantity input{
	border: 1px solid #ccc;
	font-size: 11px;
	padding: 2px 1px 2px 4px;
	width: 30px;
}
#shopcart-info-popup tr td.item-delete a{
	text-decoration: none;
	font-weight: bold;
}
#shopcart-info-popup tr td.item-delete a:hover{
	color: #800000;
}

#shopcart-info-popup a.shop-page{
	background: #777;
	color: #fff;
	padding: 3px 9px 3px 9px;
	border: 1px solid #777;
	text-decoration: none;
	font-size: 12px;
	float: right;
	margin: 5px 20px 0 0;
}
#shopcart-info-popup a.shop-page:hover{
	background: #333;
}

.hire-menu-right{
	float: right;
	position: absolute;
	bottom: 10px;
	right: 360px;
	color: #fff;
	}
.hire-menu-right a{
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	}
.hire-menu-right a:hover, .hire-menu-right a.active{
    color: #FF8040;
	}

.hire-menu-clock{
	float: right;
	position: absolute;
	bottom: 10px;
	left: 250px;
	color: #fff;
	display: none;
	}
.hire-menu-clock a{
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	}
.hire-menu-clock a:hover, .hire-menu-right a.active{
    color: #FF8040;
	}
.mobile-hire-menu a{
	text-transform: lowercase;
	margin: 10px 0 0 0;
	}


#mobile-quick-nav {
	display: none;
}

.mobile-cart-updated {
	display: none;
}

#header-main-nav{
	background: url(../images/header-main-nav-bkg.png) repeat-x bottom left #747474;
}
#header-main-nav-wrap{
	margin: 0px auto;
	height: 39px;
	width:1120px;
	position: relative;
}

#header-main-nav-wrap ul{
	float: left;
	margin: 0;
}
#header-main-nav-wrap ul li{
	float: left;
	margin: 0 10px 0 0;
}
#header-main-nav-wrap ul li a{
	height: 18px;
	padding: 10px 3px 0 3px;
	float: left;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	font-size: 11px;
}
#header-main-nav-wrap ul li a:hover, #header-main-nav-wrap ul li a.active{
	color: #FF8040;
}


#search-box{
	float: right;
	margin: 8px 0 0 0;
}
#search-box input{
	float: left;
	padding: 2px;
	font-size: 12px;
	margin: 0;
	color: #999;
}
#search-box input.search-submit{
	width: 21px;
	height: 23px;
	background: url(../images/search-btn.png);
	border: 0;
	padding: 0;
	cursor: pointer;
	margin: 0 0 0 5px;
}



#header-secondary-nav{
	background: #B6281C;
}
#header-secondary-nav-wrap{
	margin: 0px auto;
	width:820px;
}
#header-secondary-nav-wrap ul{
	float: left;
	width: 100%;
	margin: 0;
	padding: 5px 0 5px 0;
	list-style-type: none;
	text-align: center;
}
#header-secondary-nav-wrap ul li{
	display: inline;
	list-style-type: none;

}
.item_placeholder{
	display: inline-block;
	padding: 7px;
}
#header-secondary-nav-wrap ul li a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	line-height: 100%;
	display: inline-block;
	padding: 5px;
	margin: 5px;
}
#header-secondary-nav-wrap ul li a:hover, #header-secondary-nav-wrap ul li a.active{
	color: #FFA91B;
}

#order-info{
	display: none;
	padding: 7px 0 7px 0;
	width: 100%;
	text-align: center;
	}
#order-info p{
	margin: 0;
	line-height: 200%;
	}
#order-info a{
	color: #EFEFEF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 25px;
	background: url('../images/phone-mobile.png') no-repeat left center;
	margin: 4px 0 4px -10px;
	display: inline-block;
	}

#mobile-cart{
	display: none;
	padding: 5px;
	float: right;
	width: 30%;
	text-align: right;
}
	#mobile-cart a{
		float: right;
		clear: both;
		color: #E2E2E2;
	}

.announcer-wide-bar{
	text-align: center;
	padding: 30px 10px 30px 10px;
	background: #FAC9AB;
	color: #fff;
	font-size: 120%;
	line-height: 150%;
	font-size: 22px;
	}
.announcer-wide-bar a{
	color: #fff;
	font-weight: bold;
	}
.announcer-wide-bar-small {
	text-align: center;
	padding: 10px 10px 10px 10px;
	background:#FAC9AB;
	color: #444;
	font-size: 120%;
	line-height: 150%;
	font-size: 12px;
	margin: 0 0 20px 0;
	border-radius: 5px;
	}


.select-address-bar {
	background: #747474;
	display: inline-block;
	width: 100%;
	color: #fff;
	padding: 10px 0px 10px 0px;
	border-radius: 5px;
	margin: 10px 0 5px 0;
	}
#showSelectedAddress{
	color: #f0efef;
	}
#selectAddress, #showSelectedAddress{
	float: left;
	padding: 0 0 0 15px;
	}
.selected-min-text {
	font-weight: bold;
	}
.selected-min-value{
	font-weight: bold;
	color: #fff;
	}
#toggleAddress{
	float: right;
	padding: 0 15px 0 0;
	position: relative;
	}
.select-address-bar a{
	color: #fff;
	position: relative;
	padding: 0 40px 0 0 !important;
	}

.custom-pin {
    position: absolute;
    top: -3px;
    right: 10px;
    z-index: 2;
    border-radius: 50%;
    border: 6px solid #fff;
    width: 4px;
    height: 4px;
	}

.custom-pin::after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	bottom: -20px;
	left: -5px;
	border: 7px solid transparent;
	border-top: 12px solid #fff;
	}

.form-select-address{
	border: 10px solid #747474 !important;
	border-top: 15px solid #747474 !important;
	background: #EDEDD5 !important;
	top: -13px;
	position: relative;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-top: 5px !important;
	position: relative;
	}
.form-select-address h3{
	font-size: 18px;
	}

/* Async Google Map */
#async-map-container{
	width: 100%;
	height: 500px;
	display: inline-block;
    margin: 10px 0 0 0;
	padding: 0;
	overflow: hidden;
	}
#map{
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	}
#map iframe {
	left: 0 !important;
	top: 0 !important;
	height: 100% !important;
	width: 100% !important;
	position: absolute !important;
	}


.async-map-container{
	width: 100%;
	height: 500px;
	display: inline-block;
    margin: 0;
	padding: 0;
	overflow: hidden;
	}
.map-container{
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	}
.map-container iframe {
	left: 0 !important;
	top: 0 !important;
	height: 100% !important;
	width: 100% !important;
	position: absolute !important;
	}


.cancel-address {
	background: #B5191D;
	color: #fff;
	margin: 0 15px 0 0;
	padding: 8px 9px 8px 9px;
	border: 0;
	cursor: pointer;
	float: left;
	border-radius: 4px;
	}
.confirm-address {
	background: rgb(16, 122, 43);
	color: #fff;
	margin: 0 0 0px 15px;
	padding: 8px 9px 8px 9px;
	border: 0;
	cursor: pointer;
	float: right;
	border-radius: 4px;
	}

#zoneDetails{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 0 15px 0;
	background: #FAC9AB;
	}


section div.bottom-padding{
	padding: 10px 0 150px 0;
}
section div.no-bottom-padding{
	padding: 10px 0 30px 0;
}

#content-wrap{
	width: 1120px;
	margin: 0px auto;
}
#content-wrap h2.home-announcer{
	padding: 25px 0 25px 0;
	text-align: center;
	color: #B6281C;
	}

#content-heading{
	width: 100%;
	clear: both;
	padding: 0 0 10px 0;
}

#content-heading #breadcrumbs{
	float: left;
	font-size: 11px;
}
#content-heading #breadcrumbs a{
	text-decoration: none;
	margin: 0 5px 0 2px;
}
#content-heading #breadcrumbs span{
	margin: 0 0 0 2px;
}

#content-heading #breadcrumbs a:hover{
	text-decoration: underline;
}

#content-heading .fb-like{
	float: right;
}


/* Category List */
#content-wrap .category-box{
	margin: 10px 12px 10px 11px;
	width: 350px;
	height: 310px;
	float: left;
	background: #fff;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
}
#content-wrap .category-box a.category-box-thumb{
	width: 100%;
	height: 235px;
	padding: 20px 0 0 0;
	float: left;
	text-align: center;
	clear: both;
}
#content-wrap .category-box a.category-box-thumb img{
	background: none;
	zoom: 1;
}
#content-wrap .category-box a.category-box-thumb:hover img{
	zoom: 1;
}
#content-wrap .category-box .category-box-title{
	border-top:3px dotted #ccc;
	clear: both;
	margin: 10px 10px 0 10px;
	text-align: center;
	padding: 15px 0 0 0;
}
#content-wrap .category-box .category-box-title a{
	text-decoration: none;
}
#content-wrap .category-box .category-box-title a:hover{
	color: #D90041;
}



/* Product List */
#content-wrap .product-box{
	margin: 10px 12px 10px 11px;
	width: 350px;
	height: 450px;
	float: left;
	background: #fff;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
}
#content-wrap .product-box .box-padding{
	padding: 15px;
}
#content-wrap .product-box-ordered{
	background: url(../images/product-ordered.png) no-repeat top right #fff;
}

#content-wrap .product-box a.thumb{
	width: 100%;
	height: 235px;
	padding: 20px 0 0 0;
	float: left;
	text-align: center;
	clear: both;
}
#content-wrap .product-box a.thumb img{
	background: none;
	zoom: 1;
	height: 207px;
}
#content-wrap .product-box a.thumb:hover img{
	zoom: 1;
}

#content-wrap .ro-product-box-new .box-padding{
	background: url(../images/product-new-ro.png) no-repeat top left;
}
#content-wrap .en-product-box-new .box-padding{
	background: url(../images/product-new-en.png) no-repeat top left;
}
#content-wrap .product-box-promo .box-padding{
    background: url(../images/product-promo.png) no-repeat top left !important;
}


#content-wrap .product-box .product-info-text{
	height: 125px;
	width: 80%;
	float: left;
	font-size: 12px;
	line-height: 130%;
}
#content-wrap .product-box .product-info-text h2{
	margin: 0;
	line-height: 100%;
	font-size: 20px;
	font-family: 'Noto Sans', sans-serif;
	margin: 0 0 3px 0;
}
#content-wrap .product-box .product-info-text h2 a{
	text-decoration: none;
	color: #0D570D;
}
#content-wrap .product-box .product-info-icons{
	float: right;
	width: 16%;
	height: 105px;
	overflow: hidden;
}
#content-wrap .product-box .product-info-icons img{
	width: 100%;
	margin: 0 0 3px 0;
}

#content-wrap .product-box  .order-row{
	width: 100%;
	clear: both;
}
#content-wrap .product-box  .order-row .order-left{
	float: left;
	width: 49%;
	color: #0D570D;
	font-weight: bold;
	font-size: 26px;
	font-family: 'Noto Sans', sans-serif;
}
#content-wrap .product-box  .order-row .order-left span.old-price{
    font-size: 15px;
    text-decoration: line-through;
    color: #666666;
    width: 100%;
    clear: both;
    display: inline-block;
}
#content-wrap .product-box span.product-weight{
	font-size: 11px;
	font-weight: bold;
	color: #222;
    line-height: 150%;
}

#content-wrap .product-box  .order-row .order-right{
	float: right;
	width: 49%;
}
#content-wrap .product-box  .order-row .order-right input{
	float: right;
	border: 1px solid #B5191D;
	width: 30px;
	margin: 0;
	padding: 3px 3px 3px 5px;
	height: 21px;
	color: #999;
	text-align: center;
}

#content-wrap .product-box  .order-row .order-right input:hover, #content-wrap .product-box  .order-row .order-right input:focus{
	border: 1px solid #CD5100;
	color: #333;
}
#content-wrap .product-box  .order-row .order-right a{
	float: right;
	background: #D90041;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 4px 7px 4px 7px;
	height: 22px;
}
#content-wrap .product-box  .order-row .order-right a:hover{
	background: #CD5100;
}

#content-wrap .product-box  .order-row .order-right span.not-avaiable-message{
	padding: 5px;
	background: #999;
	color: #fff;
	float: right;
	padding: 4px 9px 4px 9px;
	}

#content-wrap .product-box.not-available{
	color: #999;
	}
#content-wrap .not-available a.thumb img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
	}
#content-wrap .not-available .product-info-text h2 a{
	color: #666;
	}
#content-wrap .not-available .order-row .order-left{
	color: #666;
	}

#content-wrap .product-page-info.not-available{
	color: #999;
	}
#content-wrap .product-page-info.not-available h2{
	color: #666;
	}
#content-wrap .product-page-image.not-available img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
	}

/* Product Page */
.product-page-info{
	width: 350px;
	float: left;
	padding: 0 0 0 10px;
}
.product-page-info h2{
	margin: 0 0 5px 0;
	color: #DC053F;
	font-size: 20px;
	line-height: 34px;
}
.product-page-info h3{
	margin: 0 0 5px 0;
	color: #DC053F;
}
.product-page-info  .order-row{
	width: 100%;
	clear: both;
	float: left;
	padding: 0 0 10px 0;
}
.product-page-info  .order-row .order-left{
	float: left;
	width: 59%;
	color: #1B4F07;
	font-weight: bold;
	font-size: 34px;
	font-family: 'Noto Sans', sans-serif;
	line-height: 120%;
}
.product-page-info  .order-row .order-left span.old-price{
    font-size: 14px;
    text-decoration: line-through;
    color: #666666;
}
.product-page-info  .order-row .order-right{
	float: right;
	width: 39%;
}
.product-page-info  .order-row .order-right input{
	float: right;
	border: 1px solid #B5191D;
	width: 30px;
	margin: 0;
	padding: 3px 6px 3px 8px;
	height: 31px;
	color: #999;
	text-align: center;
}

.product-page-info  .order-row .order-right input:hover, .product-page-info  .order-row .order-right input:focus{
	border: 1px solid #CD5100;
	color: #333;
}
.product-page-info  .order-row .order-right a{
	float: right;
	background: #DC053F;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 9px 13px 4px 13px;
	height: 27px;
}
.product-page-info  .order-row .order-right a:hover{
	background: #CD5100;
}
.product-page-info  .order-row .order-right span.not-avaiable-message{
	padding: 5px;
	background: #999;
	color: #fff;
	float: right;
	padding: 10px 13px 10px 13px;
	}

.product-page-info  .product-info-icons{
	width: 100%;
	clear: both;
	padding: 5px 0 10px 0;
	float: left;
}

.product-page-info  .ingredients{
	width: 100%;
	clear: both;
	padding: 5px 0 10px 0;
	float: left;
}



.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
	}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 200px;
	background: #787779;
	color: #dfdfdf;
	text-align: center;
	padding: 7px;
	border-radius: 2px;
	font-size: 11px;
	position: absolute;
	z-index: 9999;
	width: 200px;
	top: 100%;
	left: 50%;
	margin-left: -100px;
	}
.tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #787779 transparent;
	}
.tooltip:hover .tooltiptext {
	visibility: visible;
	}



.product-page-info  .description{
	width: 100%;
	clear: both;
	padding: 5px 0 10px 0;
	float: left;
}
.product-page-info  .nutritional-info{
	width: 100%;
	clear: both;
	padding: 5px 0 10px 0;
	float: left;
}
.product-page-info  .nutritional-info table{
	width: 100%;
}
.product-page-info  .nutritional-info table tr td{
	border: 1px dotted #ccc;
	padding: 3px 5px 3px 5px;
	font-size: 11px;
}

.product-page-image{
	width: 700px;
	float: right;
	padding: 0 10px 20px 0;
}
.product-page-image img{
	width: 100%;
	height: auto;
}

.ro-product-page-image-new img{
	background: url(../images/product-new-ro.png) no-repeat top left;
}
.en-product-page-image-new img{
	background: url(../images/product-new-en.png) no-repeat top left;
}
.product-page-promo img{
    background: url(../images/product-promo.png) no-repeat top left !important;
}


/* Product Page related */
#related-products{
	padding: 0 0 30px 0;
}

#related-products-wrap{
	width: 990px;
	margin: 0px auto;
	height: 400px;
	position: relative;
}

#related-products h2.recommend-today{
	margin: 0 10px 10px 10px;
	color: #DC053F;
	font-size: 20px;
	line-height: 34px;
}
#related-products-wrap a.back-to-products{
	float: left;
	margin: 25px 0 0 10px;
	padding: 7px 15px 7px 15px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	border: 0;
	background: #B6281C;
	color: #fff;
}

#related-products-wrap a.back-to-products:hover{
	background: #B51103;
	color: #fff;
}




#related-products-wrap .recommend-product{
	width: 295px;
	height: 290px;
	background: #fff;
	float: left;
	margin: 0 12px 0 11px;
	-moz-box-shadow: 0 0 9px #666;
	-webkit-box-shadow: 0 0 9px #666;
	box-shadow: 0 0 9px #666;
	text-align: center;
	font-size: 14px;
}

#related-products-wrap .recommend-product img{
	margin: 10px 0 0 0;
	width: 240px;
}

#recommend-wrap .recommend-product  .order-row{
	width: 100%;
	clear: both;
}
#related-products-wrap .recommend-product  .order-row .order-left{
	float: left;
	width: 42%;
	color: #666;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Noto Sans', sans-serif;

}
#related-products-wrap .recommend-product  .order-row .order-right{
	float: right;
	width: 48%;
	padding: 0 10px 0 0;
}
#related-products-wrap .recommend-product  .order-row .order-right input{
	float: right;
	border: 1px solid #666;
	width: 30px;
	margin: 0;
	padding: 2px 2px 2px 4px;
	height: 20px;
	color: #999;
	text-align: center;
}

#related-products-wrap .recommend-product .order-row .order-right input:hover, #related-products-wrap .recommend-product  .order-row .order-right input:focus{
	border: 1px solid #CD5100;
	color: #333;
}
#related-products-wrap .recommend-product .order-row .order-right a{
	float: right;
	background: #666;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 2px 5px;
	height: 22px;
	font-size: 12px;
}
#related-products-wrap .recommend-product .order-row .order-right a:hover{
	background: #CD5100;
}


#related-products-wrap .recommend-product h3{
	width: 100%;
	height: 45px;
	padding: 3px 0 0 0;
	overflow: hidden;
	font-size: 18px;
	line-height: 110%;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	float: left;
	font-family: 'Noto Sans', sans-serif;
	overflow: hidden;
	margin: 0;
}
#related-products-wrap .recommend-product h3 a{
	text-decoration: none;
	color: #CD5100;
}
#related-products-wrap .recommend-product h3 a:hover{
	color: #333;
}






/* Recommend Aside */

#recommend{
	background:url(../images/recommend-wide-bkg.jpg) no-repeat top center #FAC9AB;
}

#recommend-wrap{
	width: 990px;
	margin: 0px auto;
	height: 360px;
	position: relative;
}

#recommend-wrap span.recommend-today{
	text-align: center;
	position: absolute;
	top: -80px;
	width: 954px;
	height: 190px;
	left: 0;
	clear: both;
	width: 990px;
	height: 118px;
	background: url(../images/wuxing-tushin-headline.png) no-repeat left top;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 55px 0 0 0;
	line-height: 140%;

}

#recommend-grid{
	float: left;
	padding: 70px 0 0 0;
}

#recommend-wrap .recommend-product{
	width: 295px;
	height: 240px;
	float: left;
	margin: 0 12px 0 11px;
	text-align: center;
	font-size: 14px;
}

#recommend-wrap .recommend-product img{
	margin: 10px 0 0 0;
	width: 240px;
}

#recommend-wrap .recommend-product  .order-row{
	width: 100%;
	clear: both;
}
#recommend-wrap .recommend-product  .order-row .order-left{
	float: left;
	width: 42%;
	color: #666;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Noto Sans', sans-serif;

}
#recommend-wrap .recommend-product  .order-row .order-right{
	float: right;
	width: 48%;
	padding: 0 10px 0 0;
}
#recommend-wrap .recommend-product  .order-row .order-right input{
	float: right;
	border: 1px solid #666;
	width: 30px;
	margin: 0;
	padding: 2px 2px 2px 4px;
	height: 20px;
	color: #999;
	text-align: center;
}

#recommend-wrap .recommend-product .order-row .order-right input:hover, #recommend-wrap .recommend-product  .order-row .order-right input:focus{
	border: 1px solid #CD5100;
	color: #333;
}
#recommend-wrap .recommend-product .order-row .order-right a{
	float: right;
	background: #666;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 2px 5px;
	height: 22px;
	font-size: 12px;
}
#recommend-wrap .recommend-product .order-row .order-right a:hover{
	background: #CD5100;
}


#recommend-wrap .recommend-product h3{
	width: 100%;
	height: 45px;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	float: left;
	font-family: 'Noto Sans', sans-serif;
	overflow: hidden;
	margin: 0;
	line-height: 120%;
	padding: 5px 0 5px 0;
}
#recommend-wrap .recommend-product h3 a{
	text-decoration: none;
	color: #CD5100;
}
#recommend-wrap .recommend-product h3 a:hover{
	color: #333;
}






#footer-main-nav{
	background: url(../images/header-main-nav-bkg.png) repeat-x bottom left #747474;
}
#footer-main-nav-wrap{
	margin: 0px auto;
	width:1120px;
	height: 37px;
}
#footer-main-nav-wrap ul{
	float: left;
	margin: 0;
}
#footer-main-nav-wrap ul li{
	float: left;
	margin: 0 20px 0 0;
}
#footer-main-nav-wrap ul li a{
	height: 18px;
	padding: 12px 0px 8px 0px;
	float: left;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	font-size: 12px;
}
#footer-main-nav-wrap ul li a:hover, #footer-main-nav-wrap ul li a.active{
	color:#B5191D;
}

#footer-secondary-nav{
	background: #B6281C;
	width: 100%;
}
#footer-secondary-nav-wrap{
	margin: 0px auto;
	width: 1120px;
	padding: 0 0 8px 0;
}
#footer-secondary-nav-wrap ul{
	float: left;
	margin: 0;
	width: 1000px;
}
#footer-secondary-nav-wrap ul li{
	float: left;
	margin: 6px 10px 0 0px;
}
#footer-secondary-nav-wrap ul li a{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
}
#footer-secondary-nav-wrap ul li a:hover, #footer-secondary-nav-wrap ul li a.active{
	color: #FFA91B;
}

#footer-social{
	float: right;
	margin: 4px 0 0 0;
}
#footer-social a{
	margin: 0 0 0 10px;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#footer-social a:hover{
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
#footer-social a img{
	width: 23px;
	height: 23px;
}


#footer{
	background: #4B4B4B;
	padding: 15px 0 15px 0;
}
#footer-wrap{
	width: 1120px;
	margin: 0px auto;
	color: #ccc;
	font-size: 11px;
}

#mobile-social{
	display: none;
	padding: 0 10px 0 0;
}
#mobile-social a{
	margin: 0 0 0 5px;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#mobile-social a:hover{
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

#footer-wrap .copyright{
	width: 60%;
	float: left;
	color: #ccc;
}
#footer-wrap .copyright a{
	color: #E1E1E1;
}

#footer-wrap .developed{
	width: 35%;
	float: right;
	text-align: right;
}
#footer-wrap .developed a{
	color: #CDCDCD;
}
#footer-wrap .developed a:hover{
	color: #fff;
}


/* Cookie Notice */
#cookie-notice{
	position: fixed;
	bottom: 0;
	background: #222;
	padding: 25px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	z-index: 99;
	}
#cookie-notice a{
	color: #fff;
	}
#cookie-notice h6{
	color: #ccc;
	font-size: 17px;
	margin: 0 0 5px 0;
	}
#cookie-notice a.cookie-notice-cta{
	background: #D90041;
	padding: 15px;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	}
#cookie-notice a.cookie-notice-cta:hover{
	background: #000;
	}

	
/* Page Style */
#page{
	clear: both;

	}
#page ul{
	list-style:inside;
	padding: 0 0 0 15px;
	}

#page .page-title {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	color: #B5191D;
	width: 100%;
	float: left;
	clear: both;
}
#page .page-title span{
	color:#222;
	font-size: 22px;
	float: left;
	clear:left;
	margin: 10px 0 0 0;
	}
#page .page-title a.title-submenu{
	font-size: 13px;
	padding: 6px 13px 6px 13px;
	background: #999;
	text-decoration: none;
	color: #fff;
	margin: 0 0 0 10px;
}
#page .page-title a.active, #page .page-title a.title-submenu:hover{
	background: #B5191D;
	}

#page .page-title .page-title-back{
	float: right;
	margin: 10px 0 0 0;
}
#page .page-title .page-title-back a{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}
#page .page-title .page-title-back span.back-title{
	color: #57514C;
	background: #DC2312;
	color: #fff;
	font-size: 11px;
	padding: 6px 15px 6px 15px;
	text-decoration: none;
	float: left;
	clear: none;
	margin: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#page .page-title .page-title-back span.back-arrow{
	color: #57514C;
	background: #787779;
	color: #fff;
	font-size: 11px;
	padding: 6px 15px 6px 15px;
	text-decoration: none;
	float: left;
	clear: none;
	margin: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#page .page-title .page-title-back a:hover span.back-arrow{
	background: #DC2312;
	}

#page .page-title h1{
	font-size: 25px;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 140%;
	background:url(../images/page-title-bkg.jpg) no-repeat right top #DC053F;
	color: #fff;
	padding: 5px 20px 0 20px;
	height: 41px;
	}
#page p img{
	max-width: 100%;
	height: auto;
	}

#page h2{
	color:#B5191E;
	}

/* Errors Page */

.error-wrap{
	padding: 10px;
	}
.errors{
	border: 3px solid #800000;
	padding: 15px 15px 0 15px;
	margin: 0 0 30px 0;
	}
.errors ul li{
	background: url(../images/error-icon.png) no-repeat left;
	padding: 0 0 0 25px;
}
.errors ul li.updated{
	background: url(../images/update-icon.png) no-repeat left;
	padding: 0 0 0 25px;
}

/* Messages */

/* Shop Cart Table */
table.shop-cart{
	width: 100%;
	margin: 0 0 25px 0;
}
table.shop-cart tr td{
	padding: 10px;
	border: 1px solid #ccc;
}
table.shop-cart tr td.no-border{
	border: 0;
}
table.shop-cart tr td.operator-col{
	width: 20px;
	text-align: center;
	font-size: 15px;
}
table.shop-cart tr td.cart-total{
	font-weight: bold;
	border: 2px solid #ccc;
	text-align: right
	}
table.shop-cart tr td.delete-row{
	width: 20px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
table.shop-cart tr td.delete-row a{
	text-decoration: none;
	color: #333;
}
table.shop-cart tr td.delete-row a:hover{
	color: #A80000;
}

table.shop-cart tr td.quantity{
	width: 50px;
}
table.shop-cart tr td.quantity input{
	width: 30px;
	padding: 5px 9px 5px 9px;
	border: 1px solid #ccc;
	color: #999;
}
table.shop-cart tr td.price-row{
	text-align: right;
	}
table.shop-cart tr td.total-number{
	text-align: right;
}
table.shop-cart tr td.total-number span{
	font-weight: 100;
}
span.order-points{
	background: url(../images/bonus-point-dark.png) no-repeat right top;
	padding: 0 20px 0 0;
	font-size: 11px;
	font-weight: bold;
}
table.shop-cart tr td select.cart-discount-select{
	padding: 2px 5px 2px 5px;
	width: 174px;
	}


/* Order History */
table.order-history-list{
	width: 100%;
	font-size: 13px;
	}
table.order-history-list tr td, table.order-history-list tr th{
	padding:10px;
	text-align: left;
	border: 1px solid #ccc;
	white-space: nowrap;
	}
table.order-history-list tr th{
	border-bottom: 1px solid #999;
	font-weight: bold;
	}
table.order-history-list tr td{
	font-size: 12px;
	}
table.order-history-list tr td.order-history-address{
	white-space: normal;
	}
table.order-history-list .order-history-repeat{
	background: #B5191D;
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 5px 10px 5px 10px;
	display: inline-block;
	}
table.order-history-list .order-history-repeat:hover{
	background: #CD5100;
	}
.bottom-spacer{
	margin: 0 0 30px 0;
	display: inline-block;
	}


/* Submit order */
#submit-bottom-line{
width: 100%;
}
#submit-bottom-line input.submit{
background: #B5191D;
color: #fff;
margin: 0 0 10px 0 ;
padding: 8px 9px 8px 9px;
border: 0;
cursor: pointer;
float: right;
}
#submit-bottom-line input.submit:hover{
background:#CD5100;
}
#submit-bottom-line.seqr-contest-bottom input.submit{
float: left;
margin: 0 20px 0 0;
}

#submit-bottom-line a{
background: #777;
color: #fff;
float: left;
text-decoration: none;
margin: 0 15px 0 0;
font-size: 11px;
padding: 5px 10px 5px 10px;
}
#submit-bottom-line a:hover{
background: #333;
}



/* Choose&New Address */
.form-rounded-panel{
border: 3px solid #D5D7CE;
padding: 15px;
margin: 0 0 15px 0;
}
.form-rounded-panel h3 select{
padding: 3px 3px 3px 5px;
border: 1px solid #ccc;
}
#page .form-rounded-panel ul{
list-style: none;
padding: 0;
margin: 0 0 15px 0;
}
#page .form-rounded-panel ul li{
margin: 0 0 5px 0;
padding: 0 0 5px 0;
border-bottom: 1px dotted #ccc;
}
#page .form-rounded-panel ul li a{
float: right;
margin: 0 0 0 10px;
}
#page .form-rounded-panel ul li input{
margin: 0 10px 0 0;
}

#minimum-order{
	background: #890707 !important;
	color: #fff !important;
	border: none !important;
	}
#minimum-order strong{
	color: #fff;
	}


.form-rounded-panel input.text-field, .form-rounded-panel textarea.text-field, .form-rounded-panel select.text-field{
width: 280px;
padding: 5px 9px 5px 9px;
border: 1px solid #ccc;
margin: 0 5px 10px 0;
color: #999;
}
.form-rounded-panel textarea.other-comments{
width: 500px;
margin: 0;
}
.form-rounded-panel input.text-field:hover, .form-rounded-panel input.text-field:focus, .form-rounded-panel textarea.text-field:hover, .form-rounded-panel textarea.text-field:focus{
color: #333;
border: 1px solid #999;
}
.form-rounded-panel input.small-text-field{
width: 20px;
}
.form-rounded-panel input.small-number-input{
width: 30px;
}
.form-rounded-panel input.big-text-field{
width: 400px;
margin: 0 0 0 10px;
}
label.comment-label{
float: left;
margin: 0 10px 0 0;
}

.form-rounded-panel input.text-field:hover, .form-rounded-panel input.text-field:focus{
color: #333;
border: 1px solid #999;
}

.form-rounded-panel a.btn, .form-rounded-panel input.btn{
background: #777;
color: #fff;
padding: 7px 9px 7px 9px;
border: 0;
text-decoration: none;
font-size: 11px;
cursor: pointer;
}
.form-rounded-panel a.btn:hover, .form-rounded-panel input.btn:hover{
background: #333;
}

.form-rounded-panel label.delivery-street-label{
float: left;
}
.form-rounded-panel .delivery-street-wrap{
display: inline-block;
margin:  0 0 0 5px;
position: relative;
}
.form-rounded-panel #suggestedStreetResults{
position: absolute;
top: 28px;
left: 0;
text-align: left;
background: #999;
padding: 5px 5px 0 5px;
width: 290px;
max-height: 400px;
overflow: hidden;
z-index: 99;
}
.form-rounded-panel #suggestedStreetResults ul li a, .form-rounded-panel #suggestedStreetResults ul li, .form-rounded-panel #suggestedStreetResults ul{
float: none;
color: #fff;
text-decoration: none;
text-align: left;
padding: 0;
}
.form-rounded-panel #suggestedStreetResults ul li{
cursor: pointer;
padding: 5px;
margin-bottom: 5px;
}
.form-rounded-panel #suggestedStreetResults ul li.highlight{
background: #666;
}

.form-rounded-panel #suggestedStreetResultsDelivery{
position: absolute;
top: 28px;
left: 0;
text-align: left;
background: #999;
padding: 5px 5px 0 5px;
width: 290px;
max-height: 400px;
overflow: hidden;
z-index: 99;
}
.form-rounded-panel #suggestedStreetResultsDelivery ul li a, .form-rounded-panel #suggestedStreetResultsDelivery ul li,  .form-rounded-panel #suggestedStreetResultsDelivery ul{
float: none;
color: #fff;
text-decoration: none;
text-align: left;
padding: 0;
}
.form-rounded-panel #suggestedStreetResultsDelivery ul li{
cursor: pointer;
padding: 5px;
margin-bottom: 5px;
}
.form-rounded-panel #suggestedStreetResultsDelivery ul li:hover{
background: #666;
}

.form-rounded-panel select{
padding: 4px 3px 4px 3px;
border: 1px solid #ccc;
}

.header-address-warning{
	color: #9A0606;
	display: none;
	font-weight: bold;
	font-size: 13px;
	}
.header-address-warning p{
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 120%;
	}

.form-rounded-panel input.error-field,
.form-rounded-panel select.error-field {
border: 2px solid #A60000;
color: #A60000;
}

.form-rounded-panel .order-row{
width: auto;
}

.form-rounded-panel iframe{
	max-width: 100%;
	}

.list-vouchers{
	margin: 20px 0 20px 0 !important;
	display: inline-block;
	width: 100%;
	}
.list-vouchers li{
	list-style: inside;
	}


/* Out of Schedule Message */
#out-of-schedule{
text-align: center;
}


/* Phone Fast Order */
#phone-fast-order{
text-align: center;
}
#phone-fast-order input.phone-text-field{
width: 250px;
padding: 10px 15px 10px 15px;
margin: 0 0 30px 0;
font-size: 20px;
text-align: center;
}

#phone-fast-order input.btn-comanda-rapida{
padding: 10px 12px 9px 12px;
line-height: 180%;
margin: 0 0 30px 8px;
font-size: 13px;
}


/* Order Login */
#shoping-cart-login{
margin: 0 0 15px 0;
font-size: 14px;
text-align: center;
}
#shoping-cart-login input.text-field{
padding: 8px;
width: 180px;
}

#shoping-cart-login input.submit-login{
background: #777;
color: #fff;
padding: 7px 9px 7px 9px;
border: 1px solid #777;
text-decoration: none;
margin: 0px 3px 10px 3px;
font-size: 13px;
cursor: pointer;
}
#shoping-cart-login input.submit-login:hover{
background: #333;
}

/* Payment method select */
.payment-method-select{
width: 100%;
clear: both;
padding: 0 0 20px 0;
}
.payment-method-select a{
text-decoration: none;
border: 1px solid #ccc;
margin: 0 8px 10px 0;
font-size: 12px;
display: inline-block;
}
.payment-method-select a.ticket{
background: url(../images/ticket-icon.png) no-repeat left;
padding: 8px 8px 8px 40px;
}
.payment-method-select a.card{
background: url(../images/card-icon.png) no-repeat left;
padding: 8px 8px 8px 40px;
}
.payment-method-select a.cash{
background: url(../images/cash-icon.png) no-repeat left;
padding: 8px 8px 8px 30px;
}
.payment-method-select a.seqr{
background: url(../images/seqr-icon.png) no-repeat left;
padding: 8px 8px 8px 30px;
}
.payment-method-select a:hover, .payment-method-select a.active{
border: 1px solid #333;
}
.payment-method-ticket-calculator{
	margin: 0 0 20px 0;
	}

#submit-bottom-line .refresh-bottom-line{
margin: 0 0 5px 0;
}
h3 span{
	color: #B5191D;
	font-weight: bold;
	}

	

	
/* Promotion List */
.promo-item{
	width: 100%;
	margin: 0 0 30px 0;
}
.promo-item img{
	width: 1090px;
	height: auto;
	border: 5px solid #D90041;
}
.promo-item a:hover img{
	border: 5px solid #8C1316;
}

/* Delivery Map */
.map-left{
	float: left;
	width: 48%;
}
.map-right{
	float: right;
	width: 48%;
}
.wuxing-app-page img{
	max-width: 100%;
	height: auto;
	}
.map-disclaimer{
	width:100%; 
	clear:both; 
	display:inline-block;
	text-align: center;
	padding: 0 0 30px 0;
	font-weight: bold;
	color: #0070c0;
	font-size: 16px;
	line-height: 155%;
	}

.wuxing-app-left{
	float: left;
	width: 48%;	
	margin-top: 70px;
	}
.wuxing-app-col1, .wuxing-app-col2, .wuxing-app-col3{
	float: left;
	width: 33%;
	}
.wuxing-app-col1 img, .wuxing-app-col2 img, .wuxing-app-col3 img{
	max-width: 100%;
	height: auto;
	}
.wuxing-app-col2{
	text-align: center;
	}
.wuxing-app-col1{
	text-align: right;
	}
.wuxing-app-padding{
	padding: 20px;
	}
.wuxing-app-col1 .wuxing-app-padding{
	padding:150px 20px 20px 20px;
	}
.wuxing-app-col1 .wuxing-app-padding img{
	display: inline-block;
	margin: 0 0 5px 0;
	}
.wuxing-app-col1 h2{
	color: #333 !important;
	}

.wuxing-app-right{
	float: right;
	width: 48%;	
	margin-top: 70px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 145%;
	font-weight: 300;
	padding-top: 40px;
}
.wuxing-app-right strong{
	color: #fff;
}
.wuxing-app-right img{
	margin: 20px 10px 20px 10px;
	display: inline-block;
	}
.wuxing-app-left .embed-container{
	border: 0;
}
.map-left .map-left-content, .map-right .map-right-content{
	min-height: 210px;
}
.map-left img, .map-right img{
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	width: 500px;
}

.map-area-color{
	display: inline-block;
	margin: 0 0 5px 0;
	width: 100%;
	padding: 10px;
	font-size: 13px;
	}
.map-area-color-1{
	background:#97C4F2;
}
.map-area-color-2{
	background:#5E98D2;
	}
.map-area-color-3 {
	background: #F5A1F0;
	}
.map-area-color-4 {
	background: #CE67CE;
	}
.map-area-color-5 {
	background: #7FE8A1;
	}
.map-area-color-6 {
	background: #46C971;
	}


p.map-red{
	background: #CD3127;
	padding: 10px;
	color: #fff;
	margin: 0 0 10px;
}
p.map-orange{
	background: #ED7505;
	padding: 10px;
	color: #fff;
	margin: 0 0 10px;
}


.map-right img{
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 4px #666;
	-webkit-box-shadow: 0 1px 4px #666;
	box-shadow: 0 1px 8px #666;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


p.map-red{
	background: #CD3127;
	padding: 10px;
	color: #fff;
	margin: 0 0 10px;
}
p.map-orange{
	background: #ED7505;
	padding: 10px;
	color: #fff;
	margin: 0 0 10px;
}

/* Restaurant page*/
.restaurant-left{
	float: left;
	width: 530px;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.restaurant-left img, .restaurant-right img{
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}
.restaurant-left iframe{
	margin: 0 0 20px 0;
}
.restaurant-right{
	float: right;
	width: 530px;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.mega-mall{
	clear: both;
}
.restaurant-title{
	font-size: 14px;
	position: relative;
	top: -14px;
}

/* Download Menu */
#download-menu{
	text-align: center;
	padding: 40px 0 0 0;
}
#download-menu a{
	text-decoration: none;
}
#download-menu a span{
	font-size: 14px;
	font-weight: bold;
}
#download-menu a:hover{
	color: #D90041;
}
#download-menu a:hover span{
	text-decoration: underline;
}

.ingredients-disclaimer{
	padding: 10px;
	font-weight: bold;
	font-size: 11px;
	}

.order-row{
    display: inline-block;
    width:100%;
    margin: 0;
    padding: 0;
}


/* < 1120 */
@media only screen and (max-width: 1119px) {

	#top-login-wrap{
		width: 768px;
	}
	#top-login-wrap a.logo img{
		width: 75px;
		height: auto;
		margin: -3px 0 0 0;
	}

	#top-login p.slide-action{
		width: 768px;
	}

	#top-login-wrap .new-acc{
		width: 250px;
		padding: 15px;
		font-size: 13px;
	}
	.hire-menu-right{
		display: none;
	}
	.hire-menu-clock{
		display: block;	
	}
	#top-login-wrap .login{
		width: 180px;
	}
	#top-login-wrap .login input.text-field{
		width: 160px;
	}
	#top-login-wrap .login h2{
		line-height: 120%;
		font-size: 18px;
		margin: 0 0 10px 0;
	}


	#header-wrap{
		width: 768px;
	}
	#header-wrap a.logo{
		display: none;
	}
	#header-wrap a.logo-link{
		left: 340px;
		width: 91px;
		height: 91px;
		top: 0;
	}

	#header a.mobile-logo{
		display: block;
	}
	#header a.mobile-logo img{
		height: 85px;
		width: auto;
	}

	#header-wrap #header-newsletter-link a{
		font-size: 11px;
	}

	#delivery-phone{
		width: 150px;
		top: 15px;
		font-size: 12px;
	}
	#delivery-phone img{
		width: 35px;
		height: auto;
	}

	#delivery-hours{
		width: 150px;
		left: 165px;
		top: 14px;
		font-size: 11px;
	}
	#delivery-hours img{
		width: 30px;
		height: auto;
		margin: 12px 5px 00;
	}
	.header-app{
		top: 15px;
		left: 450px;
	}
	.header-app img{
		height: 45px;
		width: auto;
	}


	#header-main-nav-wrap{
		width:768px;
	}
	#header-main-nav-wrap ul li a{
		font-size: 12px;
	}

	#header-secondary-nav-wrap{
		width:768px;
	}

	#header-secondary-nav-wrap ul li .item_placeholder{
		padding: 6px;
	}


	#content-wrap{
		width: 768px;
	}
	#content {
		padding: 10px 0 90px 0;
	}

	.product-page-info{
		width: 260px;
	}

	.product-page-info  .order-row .order-left{
		font-size: 28px;
	}

	.product-page-info  .order-row .order-right input{
		width: 30px;
		margin: 0;
		padding: 3px 3px 3px 5px;
		height: 26px;
	}

	.product-page-info  .order-row .order-right a{
		padding: 6px 8px 4px 8px;
		height: 24px;
	}

	.product-page-image{
		width: 480px;
		float: right;
	}


	#recommend-wrap{
		width: 768px;
		height: 320px;
	}
	#recommend-wrap span.recommend-today{
		width: 733px;
		height: 87px;
		background: url(../images/wuxing-tushin-headline-728.png) no-repeat center top;
		padding: 35px 0 0 0;
		top: -60px;
		font-size: 16px;
	}
	#recommend-grid{
		width: 732px;
		height: 205px;
		padding: 20px 15px 20px 15px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
		top: 43px;
	}

	#recommend-wrap .recommend-product{
		width: 221px;
		height: 200px;
		float: left;
		margin: 0 12px 0 11px;
	}
	#recommend-wrap .recommend-product img{
		width: 80%;
	}


	#related-products-wrap{
		width: 768px;
		height: 320px;
	}

	#related-products .recommend-product{
		width: 221px;
		height: 200px;
		background: #fff;
		float: left;
		margin: 0 12px 0 11px;
		-moz-box-shadow: 0 0 9px #666;
		-webkit-box-shadow: 0 0 9px #666;
		box-shadow: 0 0 9px #666;
	}
	#related-products .recommend-product img{
		width: 80%;
	}


	#footer-main-nav-wrap{
		width:768px;
	}
	#footer-main-nav-wrap ul li{
		margin: 0 12px 0 0;
	}
	#footer-main-nav-wrap ul li a{
		font-size: 11px;
		height: auto;
		padding: 7px 0 7px 0;
	}

	#footer-secondary-nav-wrap{
		width:768px;
	}

	#footer-wrap{
		width:768px;
	}

	.promo-item{
		margin: 0 0 20px 0;
	}
	.promo-item a img{
		width: 738px;
	}

	.restaurant-left{
		width: 320px;
	}
	.restaurant-right{
		width: 320px;
	}


}


/* Mobile */
@media only screen and (max-width: 767px) {

	#top-login{
		display: none;
	}
	
	#header-wrap{
		width: 100%;
		height: 91px;
	}
	#header-wrap a.logo-link{
		display: none;
	}
	#delivery-phone{
		display: none;
	}
	#delivery-hours{
		display: none;
	}
	.header-app{
		left: 20px;
		top: 25px;
	}
	.hire-menu-clock{
		display: none;
	}
	#header-lang{
		display: none;
	}
	#header-newsletter-link{
		display: none;
	}

	#shopcart-info{
		display: none;
	}
	#shopcart-info-popup{
		display: none;
	}

	#header-main-nav-wrap{
		width: 100%;
		height: auto;
		padding: 0 0 5px 0;
		color: #E2E2E2;
	}

	#search-box{
		display: none;
	}

	#header-secondary-nav-wrap ul{
		width: auto;
	}

	#header-main-nav-wrap #header-main-nav ul{
		display: none;
	}

	#order-info{
		display: block;
	}
	#mobile-cart{
		display: block;
	}
    .mobile-cart-updated{
		display: inline-block;
		position: absolute;
		top: 50px;
		right: 15px;
		}
	.mobile-cart-updated a{
		padding: 25px 0 0 0;
		color: #fff !important;
		background: url(../images/shopcart-icon.png) no-repeat top center;
		text-decoration: none;
		}
	#mobile-quick-nav{
		width: 100%;
		text-align: center;
		display: inline-block;
		padding: 0 0 5px 0;;
		}
	#mobile-quick-nav a{
		margin: 0 5px 0 5px;
		color: rgb(230, 230, 230);
		}


	#header-secondary-nav-wrap{
		width: 100%;
	}
	#header-secondary-nav-wrap ul li{
		margin: 11px 8px 0 10px;
	}
	#header-secondary-nav-wrap ul li .item_placeholder{
		padding: 3px;
	}

	#header-secondary-nav-wrap ul li a{
		font-size: 11px;
	}

	#header-social{
		display: none;
	}

	#content-wrap{
		width: 100%;
	}
	#content {
		padding: 10px 0 10px 0;
	}

	#page{
		padding: 0 10px 0 10px;
	}
	#page .page-title .page-title-back{
		display: none;
	}
	#page .page-title {
		text-align: center;
		margin: 0 0 5px 0;
		padding: 0;
	}
	#page .page-title h1{
		width: 100%;
		height: auto;
		float: left;
		padding: 5px 0 5px 0;
		clear: both;
	}
	#page .page-title span{
		float: none;
	}
	#page p img{
		float: none !important;
		max-width: 100%;
		height: auto;
		margin: 0 0 20px 0 !important;
	}

	#content-heading{
		display: none;
	}

	#content-wrap .category-box{
		width: 45%;
		height: auto;
	}
	#content-wrap .category-box img{
		max-width: 80%;
	}
	#content-wrap .category-box .category-box-title{
		margin: 0 10px 0 10px;
		padding: 8px 0 8px 0;
	}

	#content-wrap .product-box{
		width: 45%;
		height: auto;
	}
	#content-wrap .product-box a.thumb img{
		width: 100%;
		height: auto;
	}
	#content-wrap .product-box .product-info-text{
		height:130px;
		overflow: hidden;
	}
	#content-wrap .product-box .product-info-icons{
		height: 115px;
	}
	#content-wrap .product-box  .order-row .order-left{
		width: 40%;
		font-size: 17px;
		margin: 0 0 5px 0;
	}
	#content-wrap .product-box  .order-row .order-right{
		width: 59%;
		margin: 0 0 5px 0;
	}
	#content-wrap .product-box  .order-row .order-right a{
		padding: 4px 3px 4px 3px;
	}
	#content-wrap .product-box  .order-row .order-right input{
		padding: 3px 2px 3px 2px;
	}

	.product-page-info{
		width: 100%;
		padding: 0;
	}

	.product-page-info  .order-row .order-left{
		padding: 0 0 0 10px;
		width: 45%;
	}
	.product-page-info  .order-row .order-right{
		padding: 0 10px 0 0;
		width: 45%;
	}
	.product-page-info .product-info-icons{
		padding: 5px 10px 5px 10px;
		float: none;
		width: auto;
	}
	.product-page-info .ingredients{
		padding: 5px 10px 5px 10px;
		float: none;
		width: auto;
	}
	.product-page-info .description{
		padding: 5px 10px 5px 10px;
		float: none;
		width: auto;
	}
	.product-page-info .nutritional-info{
		padding: 5px 10px 5px 10px;
		float: none;
		width: auto;
	}
	.product-page-info .nutritional-info table{
		width: 100%;
	}

	.product-page-image{
		width: 100%;
		padding: 0 0 20px 0;
		float: none;
	}


	#recommend{
		display: none;
	}
	#related-products-wrap{
		display: none;
	}


	#footer-main-nav-wrap{
		width: 100%;
		height: auto;
	}
	#footer-main-nav-wrap ul li{
		margin: 0 10px 0 10px;
	}
	#footer-main-nav-wrap ul li a{
		font-size: 12px;
		height: auto;
		padding: 7px 0 7px 0;
	}

	#footer-secondary-nav-wrap{
		width: 100%;
	}
	#footer-secondary-nav-wrap ul li{
		margin: 11px 8px 0 10px;
	}
	#footer-secondary-nav-wrap ul li a{
		font-size: 11px;
	}

	#footer-social{
		display: none;
	}

	#footer-wrap{
		width: 100%;
	}
	#footer-secondary-nav-wrap ul{
		float: none;
		width: auto;
	}

	#mobile-social{
		display:block;
		float: right;
	}

	#footer-wrap .copyright{
		width: 70%;
		float: none;
		padding: 0 0 0 10px;
	}
	#footer-wrap .developed{
		width: 80%;
		float: none;
		text-align: left;
		padding: 0 0 0 10px;
	}

	#shoping-cart-login, #shoping-cart-personal-info, #shoping-cart-payment-method, #shoping-cart-bill, .mobile-hidden-text{
		display: none;
	}


	.promo-item{
		margin: 0 0 10px 0;
	}
	.promo-item a img{
		border: 0;
		width: 100%;
		border-bottom: 3px solid #FBDE80;
	}
	.promo-item a:hover img{
		border: 0;
		border-bottom: 3px solid #B5191D;
	}

	.map-left{
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}
	.map-right{
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}
	.wuxing-app-left{
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}
	.wuxing-app-right{
		width: 100%;
		float: right;
		margin: 0 0 20px 0;
	}
	.map-left img, .map-right img{
		padding: 0;
		border: 0;
		background: 0;
		width: 100%;
		margin: 10px 0 0 0;
	}
	.wuxing-app-col1, .wuxing-app-col2, .wuxing-app-col3{
		width: 100%;
		float: left;
		clear: both;
		text-align: center;
	}
	.wuxing-app-col1 .wuxing-app-padding{
		padding: 30px 0 30px 0;
		}
	.wuxing-app-col3{
		display: none;
		}

	.restaurant-left{
		width: 100%;
	}
	.restaurant-right{
		width: 100%;
	}

	#download-menu{
		display: none;
	}

	#contactForm{
		display: none;
	}

    .order-row{
        width: 100%;
        clear: both;
    }
    .form-rounded-panel .order-row input.text-field, .form-rounded-panel .order-row textarea.text-field{
        width: auto;
    }
    .form-rounded-panel input.big-text-field{
        margin: 0;
    }
    #submit-bottom-line a{
        margin: 0;
    }
    #inputOrderTablePromotionalCode{
        width: 100%;
    }

}


/* Mobile Portrait */
@media only screen and (max-width: 479px) {
	body{
		min-width:270px;
	}

	#header-wrap{
		width: 100%;
	}

	#order-info{
		display: block;
		float: left;
		width: 100%;
		text-align: center;
		padding: 5px 0 5px 0;
	}

	#mobile-cart{
		display: block;
		padding: 0 5px 5px 5px;
		width: 100%;
		text-align: center;
	}
 	#mobile-cart a{
 		float: none;
 		margin: 0 5px 0 5px;
 	}

	#header-secondary-nav-wrap ul{
		width: 100%;
	}
	#header-secondary-nav-wrap ul li{
		float: left;
		width: 50%;
		padding: 0;
		text-align: center;
		margin: 5px 0 5px 0;
	}
	#header-secondary-nav-wrap ul li a{
		font-size: 12px;
	}


	#content-heading{
		display: none;
	}

	#page .page-title{
		text-align:center;
		margin: 0 0 15px 0;
		padding: 0;
	}

	#content-wrap .category-box{
		width: 100%;
		max-width: 350px;
		height: auto;
		margin: 0 auto 15px auto;
		float: none;
	}

	#content-wrap .product-box{
		width: 100%;
		max-width: 350px;
		height: auto;
		margin: 0 auto 15px auto;
		float: none;
	}
	#content-wrap .product-box .box-padding{
		overflow: auto;
	}
	#content-wrap .product-box a.thumb{
		padding: 0;
	}
	#content-wrap .product-box a.thumb img{
		width: 100%;
		height: auto;
	}
	#content-wrap .product-box .product-info-text{
		padding: 0 0 0 5px;
	}
	#content-wrap .product-box  .order-row .order-left{
		width: 35%;
		padding: 0 0 0 5px;
	}
	#content-wrap .product-box  .order-row .order-right{
		padding: 0 5px 0 0;
	}


	#footer-main-nav-wrap ul{
		width: 100%;
	}
	#footer-main-nav-wrap ul li{
		float: left;
		width: 50%;
		padding: 0;
		text-align: center;
		margin: 7px 0 7px 0;
	}
	#footer-main-nav-wrap ul li a{
		padding: 0;
		margin: 0;
		float: none;
	}


	#footer-secondary-nav ul{
		width: 100%;
	}
	#footer-secondary-nav ul li{
		float: left;
		width: 50%;
		padding: 0;
		text-align: center;
		margin: 5px 0 0 0;
	}

	#footer-wrap{
		text-align: center;
	}

	#footer-wrap .copyright{
		padding: 0;
		width: 100%;
		}
	#footer-wrap .developed{
		text-align: center;
		padding: 0;
		width: 100%;
	}

	#mobile-social{
		float: none;
		padding: 0;
	}

	#phone-fast-order input.phone-text-field{
		width: auto;
	}

	#submit-bottom-line{
		text-align: center;
		margin: 0;
		padding: 0;
	}
	#submit-bottom-line input.submit{
		float: none;
	}

	#submit-bottom-line .refresh-bottom-line a, #submit-bottom-line .reset-bottom-line a{
		float: none;
	}

	.form-rounded-panel input.big-text-field, .form-rounded-panel input.text-field, .form-rounded-panel textarea.text-field, .form-rounded-panel select.text-field{
		max-width: 100%;
		}
	.reset-bottom-line{
		margin: 10px 0 10px 0;
		float: left;
		width: 100%;
	}

	#shoping-cart-login input.text-field{
		width: 80%;
	}

	table.shop-cart tr td.quantity{
		width: auto;
	}
	table.shop-cart tr td.quantity input{
		padding: 5px 0 5px 0;
	}

	.map-left, .map-right{
		text-align: center;
	}

}


.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}



#slide{
  margin: 10px 0 0 0;
  }
#slides {
  display: none;
  margin: 10px 0 0 0;
  }
.slidesjs-container{
  width: 100%;
  height: auto;
}

#slides a.slide-item{
	width: 100%;
  }
#slides a.slide-item img{
	width: 100%;
  }

a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
  background-image: url(../images/btns-next-prev.png);
  background-repeat: no-repeat;
  display:block;
  width:12px;
  height:18px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  margin: 10px 0 0 5px;
}

a.slidesjs-next {
  margin-right:10px;
  background-position: -12px 0;
}

a:hover.slidesjs-next {
  background-position: -12px -18px;
}

a.slidesjs-previous {
  background-position: 0 0;
}

a:hover.slidesjs-previous {
  background-position: 0 -18px;
}

a.slidesjs-play {
  width:15px;
  background-position: -25px 0;
}

a:hover.slidesjs-play {
  background-position: -25px -18px;
}

a.slidesjs-stop {
  width:18px;
  background-position: -41px 0;
}

a:hover.slidesjs-stop {
  background-position: -41px -18px;
}


.slidesjs-pagination {
  margin: 10px 5px 0 0;
  float: right;
  list-style: none;
  }

.slidesjs-pagination li {
  float: left;
  margin: 0 3px;
  }

.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(../images/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
  }

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px
  }

.slidesjs-pagination li a:hover {
  background-position: 0 -26px
  }

#locationError{
	padding: 10px 5px 10px 0;
	color: #FF0000;
	font-weight: bold;
	}
#locationError a{
	color: #FF0000;
	text-decoration: underline;
	}