@charset "utf-8";
/* CSS Document */

body {
	margin:5px 0 0 0;
	padding:0;
	position:relative;
	background:#de2128;
}
.left {
	float:left !important;
}
.right {
	float:right !important;
}
.clear {
	clear:both;
}
.clearafter:after {
	content:"/020";
	display:block;
	visibility:hidden;
	clear:both;
}
a {
	transition:all 500ms;
	-webkit-transition:all 500ms;
	-o-transition:all 500ms;
	outline:none;
}
.container, .center {
	width:990px;
	margin:0 auto;
}
.container, .box {
	overflow:hidden;
}
.box {
	background:#fff;
	padding:14px;
	margin-bottom:21px;
}
.right_column .box {
	padding:0;
}
area, iframe {
	border:none;
	outline:none;
}
area:focus {
	border:none !important;
}
a.logo {
	width:290px;
	height:140px;
	display:block;
	margin:15px 0 0 0;
}
a.best_p {
	width:335px;
	height:62px;
	display:block;
	background:url(../images/visit_shop.png) left top no-repeat;
	overflow:hidden;
	transition:none;
	float:right;
	font-size:0;
	color:#fff;
	padding:3px 0 3px 20px;
}
a.best_p:hover, a.best_p:focus {
	background-position:left bottom;
}
.cart_hold {
	position:absolute;
	top:-14px;
	right:50px;
	width:114px;
	height:45px;
	display:block;
	float:right;
	z-index:600;
	background:url(../images/cart_bg.jpg) left top repeat-x;
	border:1px solid #696969;
	margin:9px 0 0 10px;
}
.cart_hold ul {
	margin:0;
	padding:0;
}
.cart_hold > ul > li {
	background:url(../images/cart.png) 7px 13px no-repeat;
}
.cart_hold > ul > li span {
	background:url(../images/cart_drop.png) 98px 19px no-repeat;
	width:100%;
	height:45px;
	line-height:45px;
	display:block;
	text-indent:30px;
	cursor:pointer;
}
.cart_hold ul, .cart_hold li {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}
.cart_hold li ul, .short_nav ul ul {
	position:absolute;
	right:0;
	top:100%;
	width:auto;
	background:#fff;
	overflow:hidden;
	z-index:1;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cecece));
	background-image: -webkit-linear-gradient(top, #ffffff, #cecece);
	background-image:    -moz-linear-gradient(top, #ffffff, #cecece);
	background-image:      -o-linear-gradient(top, #ffffff, #cecece);
	background-image:         linear-gradient(to bottom, #ffffff, #cecece);
	-webkit-box-shadow: 0px 0px 4px 0px #000;
	box-shadow: 0px 0px 4px 0px #000;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding:5px;
	border:1px solid #fff;
}
.cart_hold li ul {
	width:89% !important;
}
.cart_hold ul ul li, .short_nav ul ul li {
	text-align:center;
	height:25px;
	line-height:25px;
	color:#000;
}
.cart_hold ul ul li:last-child, .short_nav ul ul li:last-child {
	border:none;
	padding-bottom:10px;
	text-align:center;
}
a.check_out, .short_nav ul ul li:last-child a {
	background:#ff9900;
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	display:block;
	margin:5px auto;
	color:#fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.cart_hold a.check_out:hover, .short_nav ul ul li:last-child a:hover {
	/*background:#ffc750;*/



	background:#ff5c00;
	color:#000;
}
.cart_hold ul ul {
	display:none;
}
.cart_hold li:hover > ul {
	display:block;
}
.cart_hold li:hover > ul {
	display:block;
}
.shop {
	height:68px;
}
.short_nav ul {
	float:right;
}
.short_nav ul, .short_nav li {
	padding:0;
	margin:0;
}
.short_nav li {
	float:left;
	list-style:none;
	color:#fff;
	position:relative;
}
.short_nav li a {
	color:#fff;
	padding:0 10px;
}
.short_nav li a:hover, .short_nav li a:focus, .short_nav li:hover > a {
	color:#ffc000;
}
.short_nav li a.account_drop {
	background:url(../images/account_drop.png)right center no-repeat;
	padding:0 15px 0 5px;
}
.short_nav li a.account_drop img {
	float:left;
}
.short_nav ul ul {
	display:none;
}
.short_nav ul li:hover > ul {
	display:block;
}
.short_nav li li {
	float:none;
}
.short_nav ul ul li a {
	color:#de2128;
}
.short_nav ul ul li a:hover {
	color:#000;
}
.short_nav ul ul li:last-child {
	border:none;
}
.phone {
	text-align:right;
	clear:both;
	color:#fff;
	padding:10px 0 0 0;
	float:right;
	width:205px;
	background:url(../images/phone.png) left 10px no-repeat;
	font-size:18px;
	margin:0;
}
.navigation {
	height:70px;
	float:left;
	margin:20px 0 0 0;
}
.header .right {
	margin:35px 0 0 0;
	position:relative;
}
.navigation ul {
	background:url(../images/menu_bg.jpg) repeat-x left top;
	height:70px;
	margin:0;
	padding:0;
	width:946px;
	float:left;
}
.navigation li {
	float:left;
	list-style:none;
	position:relative;
}
.navigation li:first-child {
	margin-left:15px;
}
.navigation li a {
	height:70px;
	line-height:70px;
	display:block;
	padding:0 16px;
	font-size:26px;
	color:#de2128;
}
.navigation span:first-child {
	background:url(../images/nav_first.png) left top no-repeat;
	float:left;
	width:13px;
	height:70px;
	display:block;
}
.navigation span:last-child {
	background:url(../images/nav_last.png) left top no-repeat;
	float:left;
	width:31px;
	height:70px;
	display:block;
}
.navigation li a:hover, .navigation li a:focus, .navigation li a.active, .navigation li:hover>a {
	background:#e92d33;
	color:#fff;
}
.active {
	background:#e92d33;
	color:#fff !important;
}
.navigation li ul {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	width:132%;
	height:auto;
	float:none;
	z-index:600;
	padding:5px;
	background:url(../images/submenu_hover_bg.png) repeat left top;
}
.navigation li:hover>ul {
	display:block;
}
.navigation li ul li {
	margin-left:0 !important;
	width:100%;
	border-bottom:1px dotted #FFFFFF;
}
.navigation li ul li:first-child {
	margin-left:0;
}
.navigation li ul li:last-child {
	border-bottom:none;
}
.navigation li ul li a {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	display:block;
	line-height:34px;
	height:34px;
}
.navigation li ul li a:hover, .navigation li ul li a:focus {
	background:#f90;
	color:#000;
}
.content {
	overflow:hidden;
}
.left_column {
	width:720px;
}
.right_column {
	width:249px;
}
.welcome img {
	float:right;
}
.welcome p:nth-child(2) {
	float:left;
	width:462px !important;
}
.welcome p:nth-child(3) {
	float:right;
}
.welcome a.more {
	float:right;
	clear:both !important;
	margin-right:250px;
}
.product {
	position:relative;
}
.ie7 .product {
	padding-bottom:30px;
}
.product:before {
	content:"";
	width:306px;
	height:0;
	border-top:36px solid #de2128;
	border-left:18px solid transparent;
	display:block;
	position:absolute;
	right:0;
	top:0;
}
.product ul, .product li {
	margin:0;
	padding:0;
	list-style:none;
}
.product li {
	width:190px;
	border:1px solid #ff9900;
	float:left;
	margin-right:28px;
	margin-bottom:50px;
	padding:10px;
	position:relative;
	transition:all 500ms;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
}
.product li:hover {
	-webkit-box-shadow: 0px 0px 4px 0px #777;
	box-shadow: 0px 0px 4px 0px #777;
}
.product li:nth-child(3n) {
	margin-right:0;
}
.product li h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.product li h2 a {
	color:#666;
}
.product li:hover > h2 a, .product li:hover > .price_buy a {
	color:#000;
}
.product li img {
	display:block;
	margin:0 auto;
}
.product li .price_buy {
	width:205px;
	border-top:40px solid #ff9900;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	position:absolute;
	left:50%;
	margin-left:-112px;
	bottom:-30px;
	z-index:100;
}
.product .price_buy span, .product .price_buy a {
	position:absolute;
	left:15px;
	top:-30px;
	font-size:18px;
	color:#fff;
}
.product .price_buy a {
	left:auto;
	right:20px;
	font-size:12px;
	color:#333;
	width:85px;
	background:url(../images/add_cart.png) left top no-repeat;
	text-indent:35px;
}
.product .price_buy a:hover {
	color:#000;
}
.product .more {
	clear:both;
	float:right;
	margin-top:10px;
}
.video_anim {
	height:230px;
}
.vid_hold {
	/*	width:440px;



	height:214px;



	background:#CCC;*/



	width:398px;
	height:224px;
	border:3px solid #de2128;
	float:left;
}
.vid_thumb {
	float:right;
	width:250px;
	height:224px;
}
.vid_thumb div {
	width:100%;
}
.vid_thumb > div {
	overflow:hidden;
}
.vid_thumb div div {
	width:110px;
	height:100px;
	display:block;
	overflow:hidden;
	float:left;
	margin-bottom:15px;
}
.vid_thumb div div:nth-child(2n) {
	float:right;
}
.banner {
	margin-bottom:51px;
}
.slider {
	height:279px;
	overflow:hidden;
}
#nav_hold {
	content:"";
	width:100%;
	height:37px;
	display:block;
	background:#ff9900;
	/*border-left:720px solid #ff9900;



	border-bottom:30px solid transparent; */



	position:absolute;
	margin-top:-14px;
	width:720px;
}
#nav_hold:after {
	position:absolute;
	bottom:-28px;
	left:0;
	content:'';
	background:url(../images/header_afer_bg.png) left top no-repeat;
	width:720px;
	height:28px;
}
#nav_hold > div {
	/*	position:absolute;



	left:-700px;



	top:15px;



*/



	padding-top:12px;
	padding-left:33px;
}
.search {
	overflow:hidden;
	margin-bottom:12px;
}
.search input[type="text"] {
	width:179px !important;
	height:30px;
	float:left;
	border:none;
}
.search input[type="submit"] {
	width:60px;
	height:30px;
	float:left;
	border:none;
	text-indent:-1000px;
	overflow:hidden;
	display:block;
	background:url(../images/search.png) left top no-repeat;
	transition:all 500ms;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
}
.search input[type="submit"]:hover {
	background:url(../images/search_hover.png) left top no-repeat;
}
.short_navi {
	padding:0;
}
.short_navi p img {
	padding-left:6px;
	display:block;
}
.right_column .box .header {
	/*border-top:80px solid #FF9900;*/



	/*border-right:752px solid transparent;*/



	position:relative;
	margin-bottom:20px;
	background:#FF9900;
}
.right_column .box .header:after {
	position:absolute;
	bottom:-22px;
	left:0;
	content:'';
	background:url(../images/box_heading_after.png) left top no-repeat;
	width:240px;
	height:22px;
}
.ie7 .right_column .box .header:after {
	bottom:-7px !important;
}
/*.ie7 .right_column .box .header{



	padding-bottom:5px !important;



}



*//*.right_column .box .header h1{



	position:absolute;



	width:212px;



	left:14px;



	top:-79px;



	line-height:28px;



}



*/



.box_body {
	padding:14px;
}
.box_body h2 {
	background:#ff9900;
	position:relative;
	padding:5px 0 3px 8px;
	width:87px;
	margin-left:5px;
}
.box_body h2:after {
	content:"";
	/*border-left:40px solid transparent;*/



	/*border-top:30px solid #fff;



	width:40%;*/



	width:22px;
	height:28px;
	right:-21px;
	top:0;
	position:absolute;
	display:block;
	background:url(../images/care_heading_bg.png) left top no-repeat;
}
.box_body ul {
	overflow:hidden;
	margin:0;
	padding:0;
	height:225px;
}
.box_body .short_testi {
	height:203 !important;
}
.short_navi li {
	float:none;
	list-style:none;
	background:#cccdcd;
	border-bottom:1px solid #fff;
}
.short_navi p:last-child {
	margin-bottom:10px;
}
.short_navi li a {
	height:25px;
	line-height:25px;
	background:url(../images/care_arrow.png) 6px 9px no-repeat;
}
.box_body ul ul {
	display:none;
	transition:all 500ms;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
}
.box_body ul ul li {
	background:#ebcea2;
}
.box_body ul ul li:first-child {
	border-top:1px solid #fff;
}
.box_body ul li:hover > ul {
	display:block;
}
/*.short_navi .box_body > ul > li:before{



	content:"";



	position:absolute;



	background:url(../images/care_arrow.png) left top no-repeat;



	border-left:8px solid #bf1218;



	border-bottom:4px solid transparent;



	border-top:4px solid transparent;	



	left:5px;



	top:9px;



	width:8px;



	height:8px;



}*/



.short_navi .box_body > ul > li.drop:hover:before {
	content:"";
	position:absolute;
	border-top:8px solid #bf1218;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	left:5px;
	top:8px;
}
.right_column .news .header, .right_column .client .header {
/*border-top:57px solid #FF9900;*/



}
.right_column .news .header h1, .right_column .client .header h1 {
/*top:-50px;*/



}
.news li {
	overflow:hidden;
	margin-bottom:20px;
}
.news p {
	color:#666666;
	margin-bottom:0;
}
.news .clear {
	display:block;
}
.news .clear span {
	float:left;
	display:block;
}
.news .clear a {
	float:right;
}
.news li:last-child {
	margin-bottom:0;
}
.news {
	margin-bottom:50px;
	position:relative;
}
.news.box {
	overflow:visible;
}
.news .more_out {
	background:url(../images/more_btn.png) left top no-repeat;
	position:absolute;
	bottom:-29px;
	right:0;
	width:111px;
	height:29px;
	display:block;
}
.news .more_out:hover, .news .more_out:focus {
	color:#000;
}
.client {
	background:#fae6e6;
	position:relative;
	margin-bottom:30px;
}
.client.box {
	overflow:visible;
}
.client .clear span {
	font-style:italic;
}
.client p {
	margin-bottom:7px;
}
.nav {
	float:right;
	position:absolute;
	bottom:10px;
	right:12px;
}
.nav a {
	float:left;
	display:block;
	text-indent:-9999px;
}
.nav a.prev {
	background:url(../images/client_arrow.png) left top no-repeat;
	width:12px;
	height:16px;
	margin-right:8px;
}
.nav a.next {
	background:url(../images/client_arrow.png) right top no-repeat;
	width:12px;
	height:16px;
}
.client .more_out {
	background:url(../images/more_btn.png) left top no-repeat;
	position:absolute;
	bottom:-29px;
	right:0;
	width:111px;
	height:29px;
	display:block;
}
.client .more_out:hover, .client .more_out:focus {
	color:#000;
}
.footer {
	background:url(../images/footer_bg.jpg) left top repeat;
	overflow:hidden;
	border-top:1px solid #252525;
}
.ie7 .footer {
	margin-top:20px;
}
.footer ul {
	overflow:hidden;
	padding-left:0;
	margin-top:18px;
}
.footer ul li {
	float:left;
	list-style:none;
}
.ie7 .footer ul li {
	margin-right:20px;
}
.ie7 .footer ul li:nth-child(3) {
	width:150px;
}
.ie7 .footer ul li:first-child {
	width:220px;
}
.footer ul li:last-child {
	margin-right:0;
}
.social {
}
.social a {
	float:left;
	display:block;
	margin-right:6px;
	width:30px;
	height:30px;
	text-indent:-9999px;
}
.social a.facebook {
	background:url(../images/social.png) left top no-repeat;
}
.social a.facebook:hover, .social a.facebook:focus {
	background-position:left -32px;
}
.social a.twitter {
	background:url(../images/social.png) -30px top no-repeat;
}
.social a.twitter:hover, .social a.twitter:focus {
	background-position:-30px -32px;
}
.social a.linkedin {
	background:url(../images/social.png) -60px top no-repeat;
}
.social a.linkedin:hover, .social a.linkedin:focus {
	background-position:-60px -32px;
}
.social a.rss {
	background:url(../images/social.png) -90px top no-repeat;
}
.social a.rss:hover, .social a.rss:focus {
	background-position:-90px -32px;
}
.social a:last-child {
	margin-right:0;
}
.sitemap {
	padding-left:0;
	margin:13px 0 13px 0 !important;
	line-height:18px;
}
.sitemap li {
	float:none !important;
	margin-bottom:3px;
}
.sitemap li:last-child {
	margin-bottom:0;
}
.sitemap li a {
	color:#fff;
}
.sitemap li a:hover, .sitemap li a:focus, .sitemap li a.active {
	color:#FF9900 !important;
	background:none !important;
}
a.ad {
	background:url(../images/footer_ad.jpg) left top no-repeat;
	width:214px;
	height:211px;
	display:block;
	margin-top:2px;
}
.foot_end {
	overflow:hidden;
	background:url(../images/footer_bottom_bg.jpg) left top repeat;
}
.foot_end p {
	float:left;
	margin-top:24px;
	color:#fff;
}
.foot_end a {
	color:#fff;
}
.ie8 .foot_end ul {
	padding-bottom:13px;
}
.foot_end ul {
	float:right;
	margin-top:24px;
	padding:0;
}
.foot_end ul li {
	float:left;
	list-style:none;
	color:#cacaca;
	color:#fff;
}
.foot_end ul li a {
	color:1px solid #cacaca;
	margin:0 5px;
}
.foot_end ul li:last-child {
	margin-right:0;
}
.foot_end ul li a:hover, .foot_end ul li a:focus {
	color:#000;
}
.newsletter ul {
	clear:both;
	margin:5px 0 0 0;
	padding-left:0;
	overflow:inherit;
}
.newsletter ul li {
	float:none !important;
	width:315px;
	background:#fff;
	margin-bottom:5px;
	overflow:hidden;
	position:relative;
	margin-right:0 !important;
}
.ie7 .newsletter ul li {
	width:315px !important;
}
.message {
	float:left;
	width:80%;
}
.message p {
	display:none;
	visibility:0;
}
.message p:first-child {
	display:block;
	visibility:1;
}
#nav_hold > div#slider_nav {
	float:right;
	margin-right:10px;
}
#slider_nav a {
	float:left;
}
#slider_nav a {
	width:10px;
	height:10px;
	display:block;
	margin-right:5px;
	background:#fff;
	overflow:hidden;
	text-indent:-1000px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:    -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:      -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:         linear-gradient(to bottom, #ffffff, #e6e6e6);
	-webkit-border-radius: 12px; /* Safari 3-4, iOS 1-3.2, Android ≤1.6 */
	border-radius: 12px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
	/* useful if you don't want a bg color from leaking outside the border: */



  -moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
#slider_nav a:hover, #slider_nav a.activeSlide {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc0000', endColorstr='#bd0000');
	background-color: #fc0000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fc0000), to(#bd0000));
	background-image: -webkit-linear-gradient(top, #fc0000, #bd0000);
	background-image:    -moz-linear-gradient(top, #fc0000, #bd0000);
	background-image:      -o-linear-gradient(top, #fc0000, #bd0000);
	background-image:         linear-gradient(to bottom, #fc0000, #bd0000);
}
.vid_thumb div div {
	width:250px;
	height:224px;
}
.vid_thumb a {
	float:left;
	border:2px solid #CCC;
	margin-bottom:15px;
}
.vid_thumb a:nth-child(2n) {
	float:right;
}
.vid_thumb a img {
	display:block;
}
.vid_thumb {
	position:relative;
}
.vid_thumb > a {
	position:absolute;
	left:50%;
	border:none;
	width:32px;
	margin-left:-16px;
	height:32px;
	display:block;
	overflow:hidden;
	text-indent:-1000px;
}
.vid_thumb > a#prev_btn {
	top:-30px;
	background:url(../images/next_btn.png) left top;
}
.vid_thumb > a#next_btn {
	background:url(../images/prev_btn.png) left top;
	bottom:-45px;
}
/*****************************************************/



.banner_inner {
	width:721px;
	height:239px;
	margin-bottom:20px;
}
.left_column .box h3 {
	width:95%;
	background:#FF9900;
	padding:0 0 3px 8px;
	position:relative;
	color:#fff;
	font-size:20px;
	line-height:25px;
}
.left_column .box h3:after {
	background:url(../images/care_heading_bg.png) left top no-repeat;
	content:"";
	width:22px;
	height:28px;
	display:block;
	position:absolute;
	right:-22px;
	top:0;
}
.p_cat {
	/*padding-bottom:60px;*/



padding-bottom:10px;
}
.p_cat div.price_buy span {
	top:0;
	right:auto;
	left:5px;
	display:block;
}
.p_cat div.price_buy span a {
	left:0;
	background:none;
	width:185px;
	text-indent:0;
	color:#fff;
}
.product.p_cat:before {
	conent:"";
	display:none;
}
.cart_table {
	position:relative;
	padding:0;
	margin:0;
}
.cart_table li {
	float:none;
	list-style:none;
	clear:both;
	margin:0;
	padding:0;
	overflow:hidden;
	padding:10px;
	border:1px solid #e5d6be;
	border-top:none;
	background:url(../images/car_table_bg.jpg) left bottom repeat-x;
	position:relative;
	transition:all 500ms;
}
.cart_table li:hover {
	background:#fff;
	background-position:bottom left;
	-webkit-box-shadow: 0px 0px 4px 0px #aaa;
	box-shadow: 0px 0px 4px 0px #aaa;
}
.cart_table li:first-child {
	transition:none;
	-webkit-transition:none;
	-o-transition:none;
	background:#fdd18f;
	border:none;
}
.cart_table li:first-child div:nth-child(2) {
	width:180px !important;
}
.cart_table li:first-child div:nth-child(3) {
	width:130px !important;
}
.cart_table li:first-child:hover {
	box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
}
.cart_table li div {
	float:left;
	padding-top:16px;
}
.cart_table li div:first-child {
	width:170px;
	padding-top:0;
}
.cart_table li div:nth-child(2) {
	width:180px;
}
.cart_table li div:nth-child(3) {
	width:130px;
}
.cart_table li div:nth-child(4) {
	width:104px;
}
.cart_table li div > img {
	border:1px solid #ccc;
	float:left;
}
.cart_table li:first-child div {
	padding:0;
}
.cart_table li input {
	width:40px;
	height:26px;
	float:left;
	text-align:center;
	transition:none;
	-webkit-transition:none;
	-o-transition:none;
}
.cart_table input:hover, .cart_table input:focus {
	box-shadow:0 !important;
	-webkit-box-shadow:0 !important;
	-o-box-shadow:0 !important;
}
.cart_table li div:last-child {
	width:74px;
	text-align:right;
}
.cart_table li div:nth-child(4) {
	text-align:right;
}
.cart_table .increase, .cart_table .decrease {
	width:27px;
	height:25px;
	display:block;
	float:left;
	background:url(../images/quantity.png) left top no-repeat;
	margin-top:1px;
	margin-left:3px;
}
.cart_table .decrease {
	background:url(../images/quantity.png) right top no-repeat;
}
.cart_table .increase:hover {
	background:url(../images/quantity_hover.png) left top no-repeat;
}
.cart_table .decrease:hover {
	background:url(../images/quantity_hover.png) right top no-repeat;
}
.cart_table .remove {
	width:22px;
	height:22px;
	display:block;
	background:url(../images/remove.png) left top no-repeat;
}
.cart_table .remove:hover {
	background-position: left bottom;
}
.cart_table a.remove {
	float:right;
}
.mypro ul li div:nth-child(2) {
	width:231px;
}
.mypro ul li div:first-child {
	width:140px;
}
.mypro ul li div:last-child {
	width:104px;
}
.mypro ul li div:nth-child(3) {
	width:78px;
}
.cart_table li div:first-child input[type="checkbox"] {
	float:left;
	margin:22px 0 0 0;
}
.cart_table li:first-child div input[type="checkbox"] {
	margin-top:0;
}
div.shipping_address {
	margin:0 0 15px 0;
	background:#f90;
	color:#000;
	font-weight:bold;
	padding:5px;
	width:677px;
}
div.shipping_address input[type="checkbox"] {
	float:left;
	margin-right:5px;
}
.yellow_btn, .black_btn, .customer_login input[type='submit'] {
	color:#fff;
	background:#ff9900;
	padding:0 13px;
	display:block;
	height:32px;
	line-height:32px;
	float:left;
	margin:0 10px;
	transition:all 500ms;
}
.customer_login input[type='submit'] {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	float:right;
}
.yellow_btn:hover, .sub_product li div:last-child p a:hover {
	background:#ff5c00 !important;
	color:#000 !important;
}
.black_btn {
	background:#333333;
}
.black_btn:hover {
	color:#ff9900;
	background:#000;
}
.cart_panel {
	overflow:hidden;
	padding:11px;
	background:#fdd18f;
}
.cart_panel input[type="submit"] {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	height:32px;
	line-height:32px;
	padding:0 13px;
}
.cart_panel .black_btn {
/*margin-left:207px;*/



}
.sub_total {
	float:right;
	overflow:hidden;
}
.sub_total li {
	list-style:none;
	overflow:hidden;
	margin-bottom:10px;
}
.sub_total li span:nth-child(2) {
	text-align:right;
}
.sub_total span {
	width:90px;
	float:left;
	margin-bottom:5px;
}
.sub_total a {
	margin-left:20px;
}
.ship_list {
	float:left;
	overflow:hidden;
	padding:0;
}
.ship_list li {
	list-style:none;
	overflow:hidden;
	margin-bottom:10px;
}
.ship_list li span:nth-child(2) {
	text-align:right;
	width:80px;
}
.ship_list span {
	width:110px;
	float:left;
	margin-bottom:5px;
}
.ship_list a {
	margin-left:20px;
}
a.proceed {
	clear:both;
	float:right;
}
.costing {
	/*background:url(../images/costing_divider.jpg)no-repeat center -6px;*/



	overflow:hidden;
	border:1px solid #ccc;
	margin:15px 0;
	padding:10px;
}
.costing ul {
	margin:0;
}
a.proceed {
	margin:0;
	float:right;
}
/*contact starts*/











.address {
	float:left;
	width:210px;
}
.address ul {
	padding-left:0;
	width:207px;
}
.address ul li {
	padding-bottom:19px;
	list-style:none;
}
.address ul li:last-child {
	padding-bottom:0;
}
.address a {
	color:#666;
}
.address a:hover, .address a:focus {
	color:#CC3333;
}
.contact_form {
	float:right;
	width:402px;
	padding-left:80px;
	background:url(../images/costing_divider.jpg) no-repeat left top;
}
.contact_form ul {
	overflow:hidden;
	padding-left:0;
	margin:5px 0 0 0;
}
.contact_form ul li {
	list-style:none;
	margin-bottom:4px;
	overflow:hidden;
}
.contact_form ul li:last-child {
	margin-bottom:0;
}
#map {
	border:1px solid #cecdcb;
	width:692px;
	height:342px;
	margin-top:25px;
}
/*contact ends*/















/*product details starts*/



.product_gallery {
	float:left;
	margin-bottom:33px;
	width:304px;
}
/*#thumbs {



	overflow: hidden;



	clear:both;



	margin-bottom:20px;



}



#thumbs img, #largeImage {



	border: 1px solid #c1c1c1;



	cursor: pointer;



	margin:0;



}



#thumbs img {



	float: left;



	margin:19px 22px 0 0;



}



#thumbs img:last-child {



	margin:19px 0 0 0;



}



#panel {



	position: relative;



}



*/



.product_gallery img {
	border:1px solid #FF9900;
}
#thumblist {
	width:100%;
	overflow:hidden;
	margin-bottom:19px;
	margin-left:8px;
}
#thumblist li {
	width:84px;
	padding:0;
	margin:15px 15px 0 0 !important;
}
#thumblist li img {
	border:none;
}
#thumblist li:last-child {
	margin-right:0;
}
.product_decsription {
	float:right;
	width:354px;
}
.product_decsription h2.product_name {
	color:#646464;
	text-decoration:none !important;
}
.product_decsription h2 {
	margin-bottom:5px;
}
.product_decsription p {
	border-bottom:1px dashed #FF9900;
	padding-bottom:10px;
	margin-bottom:10px;
}
.product_decsription ul {
	margin-bottom:18px;
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:1px dashed #FF9900;
}
.product_decsription ul li {
	border:none;
	padding:0 0 10px 0;
	margin:0;
	width:auto;
	background:url(../images/pro_details_arrow.png) no-repeat left 6px;
	text-indent:15px;
	float:none;
	clear:both;
}
.ie7 .product_decsription ul li {
	clear:both;
	width:274px !important;
}
.product_decsription ul li:last-child {
	padding-bottom:0;
}
.product_decsription ul li:hover, .product_decsription ul li:focus {
	box-shadow:none;
}
/*product details ends*/







/*sub_product starts*/



.sub_product {
	overflow:hidden;
}
.sub_product li {
	width:100% !important;
	margin:0;
	padding:0;
	border-bottom:1px dashed #f90;
	border-top:none;
	border-left:none;
	border-right:none;
	padding-bottom:40px;
	margin-bottom:20px;
}
.sub_product li div {
	float:left;
}
.sub_product li div:first-child {
	width:137px;
	height:auto;
	padding:5px;
	text-align:center;
	border:1px solid #ffcc66;
}
.sub_product li div:last-child {
	width:524px;
	padding-left:18px;
}
.left_column .sub_product li div h3 {
	background:none !important;
	color:#de2128;
	padding-left:0;
	padding-top:10px;
	margin-bottom:0;
}
.left_column .sub_product li div h3:after {
	background:none;
	content:'';
}
.sub_product li:hover, .sub_product li:focus {
	box-shadow:none !important;
}
.sub_product li div:last-child p {
	width:421px;
	margin-bottom:40px;
}
.sub_product li div:last-child p a {
	font-size:22px;
	text-transform:capitalize;
	font-family:'yanone_kaffeesatz_regularRg', Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
}
.sub_product li div:last-child p span {
	float:left;
	background:#ff9900;
	color:#fff;
	padding:0 13px;
	height:33px;
	line-height:33px;
	text-align:center;
	margin:0 5px;
	font-size:22px;
	text-transform:capitalize;
	font-family:'yanone_kaffeesatz_regularRg', Arial, Helvetica, sans-serif;
}
.sub_product li:last-child {
	border-bottom:none;
	padding-bottom:40px;
	margin-bottom:0;
}
.left_column .sub_product li div p a.add_cart {
	position:relative;
	text-indent:20px;
}
.left_column .sub_product li div p a.add_cart:before {
	position:absolute;
	top:6px;
	left:5px;
	content:'';
	/*background:url(../images/cart2.png) no-repeat left top;*/



	background:url(../images/cart_add_delete.png) no-repeat left top;
	width:26px;
	height:18px;
}
.ie7 .left_column .sub_product li div p a.add_cart:before {
	background:url(../images/cart_add_delete.png) no-repeat left top;
}
.left_column .sub_product li div p a.remove_cart:before {
	background:url(../images/cart_add_delete.png) no-repeat left bottom;
	width:26px;
	height:18px;
}
.ie7 .left_column .sub_product li div p a.remove_cart:before {
	background:url(../images/cart_add_delete.png) no-repeat left -19px;
}
/*sub_product ends*/







p.link_details {
	color:#cc3333;
	font-style:italic;
	margin:0;
}
.inner ul {
	padding:0;
}
.inner ul li {
	background:url(../images/pro_details_arrow.png) no-repeat left center;
	list-style:none;
	text-indent:15px;
	margin-bottom:10px;
}
.inner h3:after {
	background:none !important;
	content:'';
}
.botanica_shop {
	color:#cc3333;
}
.stock_map {
	width:538px;
	margin:0 auto;
	padding:20px 0;
}
.float_social_icon {
	width:43px;
	height:123px;
	background:#000;
	position:fixed;
	top:0;
	right:0;
	top:137px;
	z-index:600;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.float_social_icon a {
	display:block;
	width:40px;
	text-indent:-9999px;
	height:30px;
	margin-bottom:12px;
}
.float_social_icon a:first-child {
	background:url(../images/facebook.png) no-repeat left top;
}
.float_social_icon a:nth-child(2) {
	background:url(../images/facebook.png) no-repeat left center;
}
.float_social_icon a:last-child {
	margin-bottom:0;
	background:url(../images/facebook.png) no-repeat left bottom;
}
.error {
	background:#F90;
	display:block;
	padding:5px 0;
}
.error p {
	background:url(../images/error_success.png) no-repeat left -22px;
	line-height:22px !important;
	/*text-indent:30px;*/

	color:#fff !important;
	margin:0 0 0 10px;
	/*padding:0;*/

	padding:0 0 0 30px;
}
.success {
	background:#8ec032;
	display:block;
	padding:5px 0;
}
.success p {
	color:#fff !important;
	background:url(../images/error_success.png) no-repeat left top;
	height:22px;
	line-height:22px !important;
	text-indent:30px;
	margin:0 0 0 10px;
}
.offer {
	background:#000;
}
/***************************



/***lean modal*/



#lean_overlay {
	background: none repeat scroll 0 0 #000000;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
#signup {
	background:#E4E4E4;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	height:253px;
	width: 720px;
	display:none;
}
#lean_overlay {
	display:none;
}
.customer_login {
	margin: 1px;
}
.modal_close {
	background: url("../images/modal_close.png") no-repeat scroll left top transparent;
	display: block;
	height: 17px;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 16px;
	z-index: 2;
}
#closeit {
	position: relative;
	width: 100%;
}
.customer_login div {
	float: left;
	font-size: 14px;
	line-height: normal;
}
#closeit > div {
	position: absolute;
}
.customer_login div {
	float: left;
	font-size: 14px;
	line-height: normal;
}
.cl {
	background: url("../images/shadow_bg.png") no-repeat scroll right center transparent;
	min-height: 290px;
	width:718px; /*598px !important*/
	;
}
.customer_login h1 {
	background: #DE2128;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #FFCF36;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	text-indent: 20px;
	width:362px/*302px*/;
}
.customer_login h2 {
	text-align:center;
	width:359px !important;
	margin-left:0 !important;
}
.customer_login .lin h1 {
	text-indent:20px;
}
.customer_login .lin p {
	text-align:left;
}
.customer_login .lin p {
	width:280px !important;
}
.customer_login .lin .yellow_btn {
	margin-right:20px !important /*23px*/;
}
#sgn {
	margin-left:102px;
}
#submit_login ul {
	padding-left:0;
	margin-left:0;
}
.customer_login h1 span {
	color:#fff;
}
.customer_login p {
	color: #333;
	margin-left: 20px;
	padding:0;
}
#forgot_password span.error, #forgot_password span.success {
	margin:0 20px;
}
#closeit > div:nth-child(2) {
	/*right: 30px;*/



  right:0;
}
#closeit > div {
	position: absolute;
}
.customer_login div {
	float: left;
	font-size: 14px;
	line-height: normal;
}
.customer_login ul {
	margin: 5px 0 0 20px !important;
}
.customer_login ul li {
	margin-bottom: 5px;
	list-style:none;
}
.customer_login ul li label {
	color: #696969;
	display: block;
	float: left;
	width: 90px;
	padding-top:4px;
}
.customer_login ul li input[type="text"], .customer_login ul li input[type="password"] {
	background:url(../images/textfield_bg.jpg) repeat-x left top #EFEFEF;
	color: #999999;
	font-size: 14px;
	height: 29px;
	line-height: 29px;
	width: 197px;
}
.customer_login ul li select {
	width: 209px;
	padding:4px;
}
#submit_login .error, #submit_login .success {
	margin:0 20px;
}
#submit_login .error p, #submit_login .success p {
	margin:0 0 0 10px !important;
	padding-left:32px;
}
#forgot_pass {
	font-size:12px;
	margin-top:8px;
}
.tab.active a {
	color:#A91218 !important;
}
.tab.active a, .panel-container .active {
	background:none;
}
.short_testi li img {
	float:left;
	margin:0 7px 5px 0;
}
.short_testi li > span {
	float:left;
}
.short_testi li span span {
	font-size:11px;
	color:#333;
}
.short_testi li p {
	clear:both;
	overflow:hidden;
}
.human {
	padding-bottom:250px;
}
.human ul {
	margin:0;
	padding:0;
}
.human li {
	float:left;
	width:214px;
	list-style:none;
	background:url(../images/pro_details_arrow.png) no-repeat left 6px;
	padding-left:15px;
	position:relative;
	padding-bottom:5px;
}
.human li div {
	position:absolute;
	display:none;
	left:10%;
	top:100%;
	z-index:200;
	transition:all 500ms;
}
.human li:hover > div {
	display:block;
	background:#DC2529;
	width:141px;
}
.human li img {
	display:block;
	border:2px solid #DC2529;
	margin:0 auto;
}
.human li div p {
	padding:3px;
	color:#fff;
}
#signup_frm h1 {
	width:100%;
}
#signup_frm ul {
	padding-left:0;
	width:auto/*270px*/;
	float:left;
}
#signup_frm ul:first-child {
	width:308px;
}
#signup_frm ul:last-child {
	width:358px;
}
#signup_frm li label {
	width:149px /*60px*/;
}
#signup_frm .error {
	margin-bottom:0;
	text-align:left;/*text-indent:20px;*/
}
#return_login {
	float:left;
	margin-top:7px;
}
#return_login input[type="submit"] {
	float:right !important;
	margin-right:20px;
}
#forgot h1 {
	width:100%;
}
#forgot p {
	margin-left:20px;
	margin-bottom:10px;
	text-align:left;
}
#forgot ul {
	padding-left:0;
}
#forgot label {
	width:135px;
}
#return_login1 {
	display: block;
	float: left;
	margin: 6px 0 0 0;
}
#customer_signup span.error {
	margin-left:20px;
	width:678px;
}
.panel-container form ul li label {
	display:block;
	float:left;
	width:138px;
}
.panel-container form ul {
	width:570px;
	padding:0;
}
.panel-container form ul li {
	margin:0 0 4px 0;
	list-style:none;
	border:none;
	overflow:hidden;
	float:none;
	width:440px;
	padding:0;
}
.panel-container form ul li:hover, .panel-container form ul li:focus {
	box-shadow:none;
}
.panel-container form ul li input[type="submit"], .panel-container form ul li input[type="reset"] {
	margin:0 0 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:30px;
	height:30px;
	padding:0 11px;
	transition:all 500ms;
}
#shipping_details {
	overflow:hidden;
}
.ie8 #shipping_details span.error {
	margin:10px 5px;
}
.shipping fieldset {
	margin:0 0 5px 0;
}
#shipping_details legend {
	color:#333;
}
.p_cat fieldset ul {
	width:402px;
}
.p_cat fieldset ul li {
	margin:0 0 4px 0;
	list-style:none;
}
.p_cat fieldset ul#catch li {
	overflow:hidden;
}
.p_cat fieldset ul#catch li span {
	float:left;
	display:block;
}
.p_cat fieldset ul#catch li strong {
	display:block;
	float:left;
	width:100px;
}
.p_cat fieldset ul li label {
	display:block;
	font-weight:bold;
	float:left;
	width:100px;
	font-size:13px;
}
.p_cat fieldset ul li label span {
	font-weight:bold;
	color:#F00;
}
.p_cat fieldset ul li textarea {
	/*width:302px;*/

	width:201px;
	margin:0 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	float:left;
}
.pagination {
	float:right;
	width:100%;
	margin:30px 0 0 0;
}
.pagination p {
	float:left;
	background:#eaeaea;
	color:#333;
	padding:0 11px;
	height:30px;
	line-height:30px;
	margin:0;
	border:1px solid #cbcbcb;
}
.pagination ul {
	margin:0 0 0 10px;
	float:right;
}
.pagination ul li {
	float:left;
	background:#eaeaea;
	height:25px;
	line-height:25px;
	padding:0 7px;
	width:auto;
 *width:25px;
	text-align:center;
	margin:0 2px !important;
	color:#333;
	font-weight:bold;
	border:1px solid #cbcbcb;
	text-indent:0;
}
.pagination ul li a {
	line-height:25px;
	height:25px;
	padding:0;
	font-weight:normal;
	border:none;
	float:none;
}
.pagination a {
	text-decoration:none;
	color:#333/*DE2128*/;
	float:right;
	line-height:27px;
	height:27px;
	background:#eaeaea;
	padding:0 11px;
	display:block;
	border:1px solid #cbcbcb;
}
.pagination a:hover, .pagination a:focus {
	text-decoration:none;
	color:#000;
}
ul.cart_table li a img {
	border:1px solid #E5D6BE;
}
.con_f {
	background-color: #ffaf38;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf38), to(#ff8000));
	background-image: -webkit-linear-gradient(top, #ffaf38, #ff8000);
	background-image:    -moz-linear-gradient(top, #ffaf38, #ff8000);
	background-image:      -o-linear-gradient(top, #ffaf38, #ff8000);
	background-image:         linear-gradient(to bottom, #ffaf38, #ff8000);
	height: 100px;
	left: 50%;
	margin-left: -80px;
	margin-top: -50px;
	position: fixed;
	top: 50%;
	width: 160px;
	overflow:hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0px 0px 4px 0px #333;
	box-shadow: 0px 0px 4px 0px #333;
}
.con_f > p {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	text-align: center;
}
.con_f a {
	padding:0 20px;
	height:30px;
	line-height:30px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display:block;
	background-color: #DE2128;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DE2128), to(#8c0209));
	background-image: -webkit-linear-gradient(top, #DE2128, #8c0209);
	background-image:    -moz-linear-gradient(top, #DE2128, #8c0209);
	background-image:      -o-linear-gradient(top, #DE2128, #8c0209);
	background-image:         linear-gradient(to bottom, #DE2128, #8c0209);
	float:left;
	color:#fff;
}
.con_f a:nth-child(2) {
	margin-left:15px;
}
.con_f a:last-child {
	margin-right:15px;
	float:right;
	background-color: #363636;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#363636), to(#141414));
	background-image: -webkit-linear-gradient(top, #363636, #141414);
	background-image:    -moz-linear-gradient(top, #363636, #141414);
	background-image:      -o-linear-gradient(top, #363636, #141414);
	background-image:         linear-gradient(to bottom, #363636, #141414);
}
.con_f a:hover {
	color:#ffaf38;
}
.shipping h2 {
	clear:both;
}
.shipping h3 {
	margin-bottom:0;
}
.client_name {
	width:630px !important;
	padding:10px !important;
	margin-left:20px;
	position:relative;
	background:#FF9900;
	text-align:left !important;
}
.client_name:after {
	content:'';
	position:absolute;
	bottom:-17px;
	left:30px;
	background:url(../images/quote2.png) no-repeat left top;
	width:18px;
	height:17px;
}
.client_name p {
	clear:both;
	color:#fff;
	width:100% !important;
	margin-bottom:10px !important;
}
.client_name p span {
	font-size:13px !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-style:italic;
	margin:0 !important;
	padding:0 !important;
	color:#666 !important;
	position:absolute;
	bottom:-36px;
	left:56px;
	font-weight:bold;
	background:none !important;
}
.ingradinet {
	clear:both;
	background:#FFF7EB;
	border:1px solid #FF9900;
	overflow:hidden;
	padding:10px;
	margin-bottom:20px;
}
.ingradinet p {
	float:left;
}
.ingradinet div {
	float:right;
	width:560px;
}
.ingradinet p:last-child {
	float:right;
	width:560px;
	text-align:left;
}
#overl {
	position:fixed;
	height:100%;
	width:100%;
	background:url(../images/trans_bg.png) repeat left top;
	z-index:6666;
	top:0;
	left:0;
}
#popuup {
	width:600px;
	height:400px;
	position:absolute;
	z-index:6668;
	margin-left:-300px;
	margin-top:-200px;
	left:50%;
	top:50%;
	background:#fff;
	-webkit-box-shadow: 0px 0px 4px 0px #000;
	box-shadow: 0px 0px 4px 0px #000;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
#popuup > div {
	height:380px;
	margin:10px;
	overflow:hidden;
	width:1000px;
	margin:0;
}
#popup iframe {
	width:580px;
	height:380px;
	border:0;
}
#cl_pop {
	width:16px;
	height:17px;
	display:block;
	background:url(../images/modal_close.png) no-repeat left top;
	position:absolute;
	right:-10px;
	cursor:pointer;
	top: 12px;
	right: 12px;
}
.mapg {
	height:380px;
}
.do_space {
	margin-bottom:39px;
}
#slide_pro li {
	list-style:none;
	float:left;
	background:none;
	width:165px;
	margin:0;
	padding:0;
}
#slide_pro li a:last-child {
	display:block;
	text-align:center;
}
.care_desc {
	overflow:hidden;
	margin-bottom:40px;
}
.care_desc img {
	float:left;
}
.care_desc p {
	float:right;
	width:380px;
}
#slide_pro {
	width:660px;
}
ul.language {
	float:left;
	margin:40px 0 0 70px;
	padding:0;
	width:270px;
}
ul.language li {
	float:left;
	list-style:none;
	margin:0 10px 5px 0;
	width:80px;
}
ul.language li a {
	height:14px;
	line-height:14px;
	display:block;
	float:left;
	text-decoration:none;
	color:#FFF;
	padding:0 0 0 24px;
}
ul.language li a:hover {
	text-decoration:none;
	color:#FF9900;
}
ul.language li a.english {
	background:url(../images/english_icon.jpg) no-repeat left top;
}
ul.language li a.france {
	background:url(../images/france_icon.jpg) no-repeat left top;
}
ul.language li a.german {
	background:url(../images/german_icon.jpg) no-repeat left top;
}
ul.language li a.spain {
	background:url(../images/spain_icon.jpg) no-repeat left top;
}
ul.language li a.dutch {
	background:url(../images/dutch_icon.jpg) no-repeat left top;
}
ul.language li a.japanese {
	background:url(../images/japanese_icon.jpg) no-repeat left top;
}
ul.language li a.arabic {
	background:url(../images/arabic_icon.jpg) no-repeat left top;
}
ul.language li a.china {
	background:url(../images/ch_icon.jpg) no-repeat left top;
}
ul.language li a.italian {
	background:url(../images/italian_icon.jpg) no-repeat left top;
}
ul.language li a.polish {
	background:url(../images/polish_icon.jpg) no-repeat left top;
}
ul.language li a.swedish {
	background:url(../images/swedish_icon.jpg) no-repeat left top;
}
ul.language li a.malaysian {
	background:url(../images/malaysian_icon.jpg) no-repeat left top;
}
.footer ul li.first {
	width:190px;
}
.footer ul li.second {
	width:140px;
	margin:0 50px;
}
.footer ul li.third {
	width:315px;
}
.footer ul li.forth {
	width:185px;
	float:right;
}
.forth .social {
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}
.animal {
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
}
.human li a, .animal li a {
	color:#000;
}
.human li a:hover, .animal li a:hover {
	color:#CC3333 !important;
}
.dealer_list > p {
	padding:12px 0 0 12px;
}
img {
	border:none;
}
.customer_login ul li input[type="text"].security {
	width:87px;
	margin:4px 0 0 10px;
}
.customer_login ul li img {
	float:left;
}
.p_cat fieldset.details_info {
	width:322px;
	height:460px;
	float:left;
}
.p_cat fieldset.details_info ul {
	width:auto;
	padding:0;
	margin:5px 0 0 0;
}
.p_cat fieldset.secend_details_info {
	margin:0 0 0 5px;
	width:314px;
}
.p_cat fieldset.secend_details_info ul li select {
	padding:5px;
	/*width:314px;*/

	width:212px;
}
.p_cat h3.details_head span {
	color:#FFF;
	margin:0 0 0 260px;
}
.offer span.err {
	margin:0 0 5px 0;
	display:block;
}
#closeit p.text_center {
	text-align:center;
	width:359px;
	margin:0 0 20px 0;
}
.lin ul {
	margin:5px 0 0 0;
}
.lin ul li input[type="text"], .lin ul li input[type="password"] {
	width:220px;
}
.lin > p {
	margin:0 0 6px 20px;
}
#forgot span.error p, #forgot span.success p, #signup_frm span.error p, #signup_frm span.success p {
	margin:0 0 0 10px;
	padding-left:32px;
}
.btn_paypal {
	clear:both;
	float:left;
	margin:10px 0 0 0;
	width:100%;
}
.btn_paypal input[type="button"] {
	width:88px;
	transition:all 500ms ease 0s;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	text-transform:capitalize;
	cursor:pointer;
	background:#ff9900;
	height:32px;
	line-height:32px;
	outline:none;
	border:none;
	float:right;
	color:#FFF;
	margin:0 10px 0 0;
}
.btn_paypal input[type="button"]:hover, .btn_paypal input[type="button"]:focus {
	background:#ff5c00;
	color:#000;
}
.btn_paypal a {
	float:right;
	margin:0 5px 0 0;
}
.p_cat .ship_chk fieldset.details_info {
	height:auto;
}
#signup_frm ul.s_gn li label {
	width:93px;
}
#shipping_mother {
	position:fixed;
	right:0;
	bottom:11px;
	/*background:url(../images/shipping_cost.jpg) no-repeat left top;*/

	width:120px;
	height:40px;
	line-height:40px;
	z-index:9999;
	text-indent:-9999px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0px 0px 4px 0px #666;
	box-shadow: 0px 0px 4px 0px #666;
}
#shipping_mother a img {
	display:block;
}
/*#shipping_mother div{

	float:left;

	color:#fff;

}

.ship_plus{

	position:absolute;

	top:7px;

	left:5px;

	color:#f90;

	background:url(../images/shipping.png) no-repeat left top;

	width:auto;

	line-height:30px;

	display:block;

	font-size:20px;

	padding-left:40px;

	font-family:'yanone_kaffeesatz_regularRg',Arial,Helvetica,sans-serif;

}

.ship_plus span{

	color:#f90;

}

.ship_data{

	position:absolute;

	top:0;

	left:0;

	display:none;

}

.ship_minus{

	position:absolute;

	top:9px;

	right:5px;

	background:url(../images/plus.png) no-repeat left top;

	width:24px;

	height:24px;

	cursor:pointer;

	display:block;

}



*/



.tab-container select {
	padding:4px;
	width:302px;
}
.security_ask img {
	float:left;
	margin-right:10px;
}
#signup_frm #security_code {
	margin-top:4px;
	width:87px;
}
.navigation li.home_icon a {
	text-indent:-9999px;
	background:url(../images/home_icon.png) no-repeat left top;
	height:32px !important;
	margin-top:17px;
}
.navigation li.home_icon a:hover {
	background-position:left bottom !important;
}
.inner .blog li, .inner .blog_desc li, .post_comm li {
	background:none !important;
	text-indent:0 !important;
}
.post_comm {
	width:304px;
}
.reply {
	padding:0;
}
.about_blog {
	position:relative;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.about_blog strong {
	color: #CC3333;
	font-family: 'yanone_kaffeesatz_regularRg', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 15px;
	display:block;
	font-size:18px;
}
.about_blog:before {
	background: url(../images/blog_divider.png) no-repeat scroll left top;
	top: -3px;
	content: "";
	height: 6px;
	left: 0;
	opacity:0.3;
	-moz-opacity:0.3;
	-ms-opacity:0.3;
	-o-opacity:0.3;
	-webkit-opacity:0.3;
	position: absolute;
	width: 720px;
}
.about_blog:after {
	background: url(../images/blog_divider.png) no-repeat scroll left top;
	bottom: 3px;
	content: "";
	height: 6px;
	left: 0;
	opacity:0.3;
	-moz-opacity:0.3;
	-ms-opacity:0.3;
	-o-opacity:0.3;
	-webkit-opacity:0.3;
	position: absolute;
	width: 720px;
}
.about_blog img {
	float:left;
	border:3px solid #FF9900;
}
.about_blog div {
	float:right;
	width: 534px;
}
/*=============		blog_content

=================================*/



.blog_content {
	background:#fff;
	padding:12px;
}
.blog_title {
	width:96.5%;
	height:29px;
	background:#ff9900;
	line-height:29px;
	border-bottom:2px solid #e62a31;
	position:relative;
	margin-bottom:18px;
}
.blog_title:before {
	content:"";
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	background:url(../images/curve_pic1.jpg) no-repeat left top;
	width:27px;
	height:31px;
}
.blog_title:after {
	content:"";
	display:block;
	position:absolute;
	right:-23px;
	top:0px;
	background:url(../images/curve_pic2.png) no-repeat left top;
	width:23px;
	height:31px;
}
.blog_title h1, .blog_title h2 {
	color:#fff;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:32px;
}
.panel_blog {
	margin-bottom:6px;
}
.panel_blog h3 {
	font-size:26px;
	color:#cc3333;
	font-family: 'yanone_kaffeesatz_regularRg';
	border-bottom:1px solid #ddd;
	padding-bottom:18px;
}
.panel_blog p {
	text-align:justify;
	line-height:16px;
}
ul.blog_picList {
	margin:0 0 0 -18px;
	padding:0;
	list-style:none;
}
ul.blog_picList:after {
	content:"";
	display:block;
	clear:both;
	overflow:hidden;
}
ul.blog_picList li {
	display:block;
	float:left;
	width:213px;
	height:140px;
	margin:0 0 20px 18px;
	border:3px solid #ff9900;
}
ul.blog_picList img {
	width:213px;
	height:140px;
}
.pagination_blog {
	float:right;
}
.pagination_blog:after {
	content:"";
	display:block;
	clear:both;
	overflow:hidden;
}
.pagination_blog ul {
	margin:0;
	padding:0;
	list-style:none;
}
.pagination_blog ul li {
	display:block;
	float:left;
	font-size:13px;
	color:#de2128;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:5px;
}
.pagination_blog ul li a {
	display:block;
	color:#de2128;
	-webkit-transition:all ease-in-out 400ms 0s;
	transition:all ease-in-out 400ms 0s;
}
.pagination_blog ul li a:hover, .pagination_blog ul li.active a {
	color:#333333;
}
.pic_sm {
	float:left;
	width:38px;
	height:37px;
	border:2px solid #ff9900;
	margin:6px 8px 10px 0;
}
.pic_sm img {
	width:38px;
	height:37px;
}
.box_body.recent_cont ul {
	height:auto;
}
.box_body.recent_cont ul li {
	border-bottom:1px solid #ddd;
	padding-bottom:8px;
	margin-bottom:6px;
}
.box_body.recent_cont ul li:last-child {
	border-bottom:0px;
	padding-bottom:0px;
}
.box_body.recent_cont ul li h3 {
	margin-bottom:5px;
}
.box_body.recent_cont ul li p {
	margin-bottom:6px;
}
a.commend {
	background:url(../images/commend_icon.png) no-repeat;
	width:22px;
	height:19px;
	display:block;
	float:right;
	margin-top:7px;
}
.comments_panel h3 {
	font-size:26px;
	color:#cc3333;
	font-family: 'yanone_kaffeesatz_regularRg';
	margin:0 0 18px;
	padding:0 0 18px;
	border-bottom:1px solid #ddd;
}
.comments_panel h3 span {
	margin:0px 8px 0 0;
	position:relative;
	top:11px;
}
.comments_panel .col {
	float:left;
	width:222px;
	margin-bottom:16px;
}
.comments_panel .col + .col {
	margin-left:15px;
}
.comments_panel .col input[type="text"] {
	width:212px;
	height:28px;
}
.comments_panel .col label, .comments_panel .col_text label {
	display:block;
	font-size:14px;
	color:#666666;
	padding-bottom:6px;
}
.comments_panel .col label span, .comments_panel .col_text label span {
	color:#de2128;
}
.comnt_area {
	border-bottom:1px solid #dbdbdb;	
	padding:20px 0;
	margin-bottom:20px;
}
.comments_panel .col_text textarea {
	width:98%;
	padding:1%;
	height:80px;
	overflow:auto;
	resize:none;
	outline:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.submit_post {
	clear:both;
	overflow:hidden;
	margin:21px 0;
}
.submit_post input[type="submit"] {
	cursor:pointer;
}

.panel_blog p a img {
	border: 3px solid #FF9900;
    display: inline-block;
    height: 140px;
    margin: 0 12px 20px 0;
    width: 213px;
}

ol.commentlist {
	margin:0;
	padding:0;
	list-style:none;
}

ol.commentlist li {
	display:block;
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
	margin-bottom:15px;
	overflow:hidden;
	clear:both;
}

ol.commentlist li img {
	float:left;
	border: 2px solid #FF9900;
    display: block;
	width:60px;
    height: 60px;
    margin: 4px 13px 16px 0;
}

ol.commentlist li cite {display:block;}

.comment-content p, p.comment-awaiting-moderation {margin-bottom:0px;}
.comment-content p {padding-top:3px;}
.comment-right-panel {
	float:left;
	width:616px;
}

a.comment-reply-link {
	background: none repeat scroll 0 0 #FF9900;
    border: medium none;
    color: #FFFFFF;
    font-family: 'yanone_kaffeesatz_regularRg',Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 24px;
	line-height:24px;
	padding:0 10px;
	margin:8px 0;
	display:inline-block;
}

ol.commentlist ol {padding-top:20px;}

ol.commentlist ol li {
	border-bottom:0px;
	margin-top:10px;
	padding-bottom:0px;
	margin-bottom:0px;
}

ol.commentlist ol li .comment-right-panel {width:560px;}

.attachment-post-thumbnail {
	float:left;
	border: 3px solid #FF9900;
    display: inline-block;
    height: 140px;
    margin: 3px 12px 20px 0;
	width:220px;
	height:140px;
}
.rpwe-block {
	padding:10px 15px;
}
.rpwe-block h3:after {
	display:none !important;
}

.panel_blog:after {
	content:"";
	display:block;
	clear:both;
	overflow:hidden;
}

.second.wpfoot h3 {
	color:#FF9900;
	margin:0 0 15px;
	font-size:20px;
}

.textwidget {
	color:#D8D8D8;
	line-height:18px;
	font-size:13px;
	font-weight:bold;
}

.second.wpfoot ul li {
	display:block;
	float:none;
}

.second.wpfoot ul li a {
	display:block;
	color:#D8D8D8;
	font-size:13px;
}

.second.wpfoot ul li a:hover {
	color:#FF9900;
}
.search form{
	margin:0;
}

.left_shipping_panel input[type="text"] {
	width:200px;
}
.left_shipping_panel textarea {resize:none;overflow:auto;}

.short_nav ul:after{
	content:"";
	display:block;
	clear:both;
}

.res_wrap{display:none; clear:both; line-height:0; height:40px;background:#fff; margin-bottom:10px;}
.menu_text{font-style:normal; text-transform:uppercase; color:#000; padding:11px 0 0 2px; vertical-align:top; font-size:16px; display:inline-block; line-height:20px;}
.responsive_btn { 
	background:#000; 
	border:1px solid #000; 
	width:38px; 
	height:31px; 
	line-height:2px; 
	text-align:center; 
	cursor:pointer; 
	z-index:2; 
	display:inline-block;
	position:relative; 
	margin-top:-22px; 
}
.responsive_btn span {display:inline-block; width:28px; height:3px; background:#fff; margin-top:3px }
.responsive_btn span:first-child { margin-top:5px }
.responsive_btn:hover { border:1px solid #777; background:#555 }

/*.responsive_class .navigation{display:block;}*/
.ress_h{display:none;}
.toggle_lang{
	display:none;
	width:135px;
	margin:10px auto 13px;
	background:#fff url(../images/cart_drop.png) no-repeat 142px 9px;
	color:#000;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
	padding:4px 20px 2px 3px;
	text-align:center;
	cursor:pointer;
}
.toggle_lang.hide{background-image: url(../images/cart_drop_rev.png);}

/*body{
	background:#be0002 url(../images/christmasBg.jpg) center top no-repeat;
}
*/
/***** widget *****/
.top_options{width:100%; position:relative; display:none; padding:5px 0 0; clear:both;}
.top_quick_links {text-align:center;}
.top_quick_links a, .top_quick_links .qmap{
	width:22%;
	height:40px;
	display:inline-block;
	background-position:center center;
	background-color:#fff;
	background-repeat:no-repeat;
}
.top_quick_links .qmap {
	text-align:left;
	text-indent:-9999px;
	cursor:pointer;
}
.top_quick_links a:hover, .top_quick_links .qmap:hover {background-color:#ededed;}
.top_quick_links a:focus{background-color:#eee;}
.top_quick_links a.tap{
	background-image:url(../images/tap_icon.png);
	-webkit-border-radius:22px 0 0 22px;
	border-radius:22px 0 0 22px;
}
.top_quick_links a.qmap, .top_quick_links .qmap{
	background-image:url(../images/map_icon.png);
}

.top_quick_links a.qemail{
	background-image:url(../images/email_icon.png);
}

.top_quick_links a.qform{
	background-image:url(../images/qform.png);
	-webkit-border-radius:22px 0 0 22px;
	border-radius:0 22px 22px 0;
}

.quick_form{
	position:absolute;
	right:0;
	width:100%;
	top:50.9px;
	background:#f3f3f3;
	z-index:10000;
	border:1px solid #ccc;
	display:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.quick_form .inner:after{content:""; display:block; clear:both;}
.quick_form .inner{padding:10px;}
.quick_form input[type="text"], .quick_form input[type="email"]{
	width:100%; 
	-webkit-box-sizing:border-box; 
	box-sizing:border-box; 
	height:34px;
	padding:5px;
	color:#333;
	margin-bottom:10px;
	border:1px solid #bdbcbd;
	/*background: #efefef url(../images/textfield_bg.jpg) repeat-x left top;*/
}
.quick_form textarea{
	width:100%; 
	-webkit-box-sizing:border-box; 
	box-sizing:border-box; 
	height:75px;
	font-size:14px;
	margin-bottom:10px;
	padding:5px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #bdbcbd;
	resize:none;
	/*background: #efefef url(../images/textarea_bg.jpg) repeat-x left top;*/
}
.quick_form form{margin-bottom:0;}
.quick_form input[type="text"].lft, .quick_form input[type="email"].lft{float:left; width:47%;}
.quick_form input[type="text"].rgt, .quick_form input[type="email"].rgt{float:right; width:47%;}
.quick_form .btn{
	float:right; 
	line-height:34px;
	cursor:pointer; 
	height:29px;
	font-size:19px;
	line-height:29px;
}
.captcha-request {
    float: left;
}
.quick_form .ErrInqMsg{margin-bottom:10px;}
.quick_form .captcha-request input[type="text"]{width:151px;}
.captcha-request input[type="text"] {
    height: 34px;
    margin: 0;
    width: 151px;
	float:left;
}
.captcha-request img {
    float: left;
    margin-left: 10px;
    width: auto;
	height:34px;
}
.captcha-request a.refresh_btn {
	float:left;
	width:25px;
	height:23px;
	background:url(../images/refresh.png) no-repeat;
	margin:5px 6px 0 5px;
	outline:none 0;
	-webkit-transition:all ease-in-out 200ms 0s;
	-ms-transition:all ease-in-out 200ms 0s;
	transition:all ease-in-out 200ms 0s;
}
.captcha-request a.refresh_btn:hover {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}

.contact_form .captcha-request input[type="text"]{
	width:162px;
}
.contact_form .captcha-request img{margin-left:0;}

a.call_mobile {
	font-family:Arial, Helvetica, sans-serif;
	display:none;
	background: #FF9900;
	border: 1px solid #ffb648;
	font-size: 13px;
	height: 18px;
	-webkit-transition: all 250ms ease-in-out 0s;
	transition: all 250ms ease-in-out 0s;
	width: 84px;
	padding:5px 8px;
	position:absolute;
	right:140px;
	top:-53px;
}
a.call_mobile span {
	color:#fff;
	background:url(../images/call_tab.png) no-repeat 0 0px;
	display:block;
	line-height:18px;
	padding:0 0 0 16px;
}