body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	margin: 0;
	padding:0;
	width: 100%;
	background: #cfcfd2;
	color: #484848;
	}

html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

img { border: 0px; }
	
img.wImage { margin: 0px 15px 10px 0px; }

h1.title { color: #231f20; font-size: 22px; margin: 0; margin-bottom: 14px; padding: 0;}
h2.title { color: #231f20; font-size: 18px; margin: 0; margin-bottom: 14px; padding: 0;}
h3.title { color: #231f20; font-size: 16px; margin: 0; margin-bottom: 14px; padding: 0;}

a { color: #484848; text-decoration: none; outline: none; }

.c {
	margin-top: -1px;
	height: 1px;
	overflow: hidden;
	clear: both;
	margin-bottom: -1px;
	display: block;
}

.f-left { float: left !important; }
.f-right { float: right !important; }

.block {
	width: 100%;
	float: right;
}

.blockSml {
	width: 700px;
}

.warning {
	border: 1px solid #f5b285;
	padding: 8px;
	color: #f6570c;
	background: #fff1e6;
	width: 432px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 18px;
	display: none;
}

.button {
	width: 150px;
	line-height: 25px;
	height: 25px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #bbbbbc;
	background: #ededed;
	background: -moz-linear-gradient(top, #ededed 0%, #d5d5d5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#d5d5d5));
	background: -webkit-linear-gradient(top, #ededed 0%,#d5d5d5 100%);
	background: -o-linear-gradient(top, #ededed 0%,#d5d5d5 100%);
	background: -ms-linear-gradient(top, #ededed 0%,#d5d5d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5',GradientType=0 );
	background: linear-gradient(top, #ededed 0%,#d5d5d5 100%);
	padding: 0px 10px;
	font-size: 11px;
	color: #5b5c62;
	margin: 10px 0px;
	}

#content {
	padding: 20px 0px;
}

#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

#top {
	background: #767679; /* Old browsers */
	background: -moz-linear-gradient(top, #767679 0%, #78787b 50%, #767679 50%, #78787b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#767679), color-stop(50%,#78787b), color-stop(50%,#767679), color-stop(100%,#78787b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #767679 0%,#78787b 50%,#767679 50%,#78787b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #767679 0%,#78787b 50%,#767679 50%,#78787b 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #767679 0%,#78787b 50%,#767679 50%,#78787b 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767679', endColorstr='#78787B',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #767679 0%,#78787b 50%,#767679 50%,#78787b 100%); /* W3C */
	border-bottom: 1px solid #fff;
	}
	
	#top .topWrap {
		margin: 0 auto;
		width: 980px;
		padding: 5px 0px;
		padding-left: 32px;
		padding-right: 32px;
		}
		
		#top .topWrap .languages {
			float: right;
			margin-bottom: 10px;
			}
			
			#top .topWrap .languages .lang {
				color: #fff;
				font-size: 11px;
				margin-left: 20px;
				}
		
		#top .topWrap .topInfo, #top .topWrap .topInfo a {
			color: #cbcbce;
			}

#menus {
	margin: 20px 0px;
	}
	
	#menus .menu {
		font-family: "Lucida Grande", Helvetica, Arial;
		font-size: 12px;
		color: #fff;
		padding: 9px 16px;
		margin: 0px 4px 0px 4px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		position: relative;
		}
	
	#menus .menuActive {
		background-color: #8c4bbe;
		}
		
		#menus .menu:hover {
			background-color: #8c4bbe;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			}
	
	#menus .submenus {
		display: none;
		position: absolute;
		top: 110px;
		z-index: 100;
		background-color: #56575f;
		width: 100%;
		left: 0px;
		color: #fff;
		}
		
		#menus .submenus .submenuWrap {
			margin: 0 auto;
			width: 980px;
			padding-left: 32px;
			padding-right: 32px;
			}
			
			#menus .submenus .submenuWrap .submenu {
				line-height: 30px;
				float: left;
				margin: 0px 15px;
				padding: 9px 0px 7px 0px;
				}
				
				#menus .submenus .submenuWrap .submenu a {
					color: #fff;
					font-size: 11px;
					}
				
				#menus .submenus .submenuWrap .submenu:hover, #menus .submenus .submenuWrap .submenuActive {
					background: url(/images/submenuActive.png) no-repeat 50% -3px; transparent;
					}
			
			#menus .submenus .submenuWrap .submenu_15_lv {
				margin-left: 0px;
				}
			
			#menus .submenus .submenuWrap .submenu_41_lv {
				margin-left: 300px;
				}
			
			#menus .submenus .submenuWrap .submenu_32_lv {
				margin-left: 120px;
				}
			
			#menus .submenus .submenuWrap .submenu_25_lv {
				margin-left: 415px;
				}
			
			#menus .submenus .submenuWrap .submenu_36_lv {
				margin-left: 520px;
				}
			
			#menus .submenus .submenuWrap .submenu_38_lv {
				margin-left: 410px;
				}
			
			#menus .submenus .submenuWrap .submenu_15_ru {
				margin-left: 0px;
				}
			
			#menus .submenus .submenuWrap .submenu_32_ru {
				margin-left: 100px;
				}
			
			#menus .submenus .submenuWrap .submenu_41_ru {
				margin-left: 300px;
				}
			
			#menus .submenus .submenuWrap .submenu_25_ru {
				margin-left: 440px;
				}
			
			#menus .submenus .submenuWrap .submenu_36_ru {
				margin-left: 530px;
				}
			
			#menus .submenus .submenuWrap .submenu_38_ru {
				margin-left: 440px;
				}
			
#left {
	width: 220px;
	background-color: #75757d;
	padding: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	}
	
	#left a {
		color: #d6d6d6;
		font-size: 12px;
		font-weight: bold;
		display: block;
		margin-bottom: 20px;
		cursor: pointer;
		}
		
		#left a:hover, #left a.active {
			color: #f9f9f9;
			}

#push {
}

#wrapper {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	padding-bottom: 20px;
	padding-left: 32px;
	padding-right: 32px;
	}

#socialLinks {
	background-color: #6a696f;
	-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;
	padding: 8px 5px 0px 1px;
	position: fixed;
	left: 0px;
	top: 23%;
	z-index: 200;
	}
	
	#socialLinks a {
		display: block;
		margin-bottom: 8px;
		}

#firstpage {
	
	}
	
	#firstpage .fpInfoLeft {
		float: left;
		width: 485px;
		height: 468px;
		overflow: hidden;
		position: relative;
		}
	
	#firstpage .fpInfoRight {
		float: right;
		width: 476px;
		overflow: hidden;
		}
		
		#firstpage .fpInfoRight .fpRight {
			position: relative;
			width: 228px;
			height: 228px;
			float: left;
			margin-left: 10px;
			margin-bottom: 10px;
			}
			
			/*#firstpage .fpInfoRight .fpRight .fpRightTitle {
				position: relative;
				top: 0px;
				float: right;
				-webkit-border-bottom-left-radius: 8px;
				-moz-border-radius-bottomleft: 8px;
				border-bottom-left-radius: 8px;
				background-color: #fff;
				padding: 10px;
				font-size: 13px;
				font-weight: bold;
				}*/
			
			#firstpage .fpInfoRight .fpRight .fpRightTitle {
				position: absolute;
				bottom: 0px;
				background-color: #000;
				color: #fff;
				padding: 7px 10px;
				font-size: 13px;
				font-weight: bold;
				width: 208px;
				height: 29px;
		        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		        filter: alpha(opacity=80);
		        -moz-opacity:0.8;
		        -khtml-opacity: 0.8;
		        opacity: 0.8;
				display: none;
				}
			
			#firstpage .fpInfoRight .fpRight .fpRightBottom {
				position: absolute;
				bottom: 0px;
				right: 0px;
				width: 20px;
				height: 20px;
				background: url(/images/boxRightBottom.png) no-repeat right bottom transparent;
				}

#offer, #where {
	color: #404040;
	font-size: 12px;
	}
	
	#offer h1, #where h1 {
		font-size: 18px;
		color: #f9f9f9;
		padding: 15px;
		font-weight: normal;
		margin: 0px;
		margin-bottom: 25px;
		}
	
	#offer .offerImg, #where .whereImg {
		float: left;
		margin: 0px 10px 10px 0px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		}

#productLeft {
	width: 615px;
	float: left;
	overflow: hidden;
	}
	
	#productLeft p {
		padding-top: 0px;
		margin-top: 0px;
	}
	
	#productLeft h3.boxTitle {
		padding: 10px 15px;
		min-width: 300px;
		color: #f9f9f9;
		margin-bottom: 25px;
		font-size: 18px;
		line-height: 28px;
		font-weight: normal;
		}
	
	#productLeft .plCatImg {
		float: left;
		margin: 0px 15px 10px 0px;
		}
	
	#productLeft .productShort {
		width: 615px;
		height: 401px;
		background: no-repeat 0 0 transparent;
		overflow: hidden;
		}
		
		#productLeft .productShort .shortTitle {
			padding: 10px;
			background-color: #767679;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	        filter: alpha(opacity=80);
	        -moz-opacity:0.8;
	        -khtml-opacity: 0.8;
	        opacity: 0.8;
	        float: left;
	        position: relative;
	        top: 310px;
	        font-size: 18px;
	        color: #f9f9f9;
			}

	#productLeft .fullInfo {
		width: 615px;
		float: left;
		display: none;
		}
		
		#productLeft .fullInfo h3.prod {
			padding: 10px 15px;
			min-width: 200px;
			color: #fff;
			}
			
		#productLeft .fullInfo .fiRightImages {
			float: right;
			padding: 0px 5px 3px 5px;
			margin-left: 15px;
			}
			
			#productLeft .fullInfo .fiRightImages div {
				margin-bottom: 5px;
				}

#products {
	float: right;
	width: 350px;
	overflow: hidden;
	}
	
	#products .location {
		font-size: 11px;
		color: #75757d;
		}
	
	#products .filters {
		background-color: #75757d;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding: 6px;
		margin: 7px 0px;
		margin-right: 4px;
		}
		
		#products .filters .f_filter {
			width: 330px;
			}
	
	#products .product {
		float: left;
		margin: 0px 4px 4px 0px;
		}

#box {
	
	}
	
	#box .boxInfoLeft {
		float: left;
		width: 485px;
		height: 468px;
		overflow: hidden;
		}
	
	#box .boxInfoRight {
		float: right;
		width: 476px;
		overflow: hidden;
		}
		
		#box .boxInfoRight .boxRight {
			position: relative;
			width: 228px;
			height: 228px;
			float: left;
			margin-left: 10px;
			margin-bottom: 10px;
			}
			
			#box .boxInfoRight .boxRight .boxRightTitle {
				position: relative;
				top: 0px;
				float: right;
				-webkit-border-bottom-left-radius: 8px;
				-moz-border-radius-bottomleft: 8px;
				border-bottom-left-radius: 8px;
				background-color: #fff;
				padding: 10px;
				font-size: 13px;
				font-weight: bold;
				}
			
			#box .boxInfoRight .boxRight .boxRightBottom {
				position: absolute;
				bottom: 0px;
				right: 0px;
				width: 20px;
				height: 20px;
				background: url(/images/boxRightBottom.png) no-repeat right bottom transparent;
				}

#order {
	
	}
	
	#order .row {
		padding-bottom: 10px;
		}
		
		#order .row label {
			float: left;
			width: 70px;
			line-height: 20px;
			}
		
		#order .row input {
			float: left;
			border: 1px solid #fff;
			background-color: #fff;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			height: 18px;
			width: 200px;
			padding: 0px 6px;
			}
		
		#order .row textarea {
			float: left;
			border: 1px solid #fff;
			background-color: #fff;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			height: 45px;
			width: 200px;
			padding: 5px 6px;
			}
	
	#order .orderInfoLeft {
		float: left;
		width: 485px;
		overflow: hidden;
		}
			
	#order .orderInfoRight {
		float: right;
		width: 476px;
		overflow: hidden;
		line-height: 20px
		}

#tweets {
	padding: 6px 10px;
	}
	
	#tweets .tweet {
		padding: 8px 0px 8px 0px;
		font-size: 11px;
		color: #7b777d;
		}
		
		#tweets .tweet p {
			padding: 0px;
			margin: 0px;
			}
		
		#tweets .tweet a {
			text-decoration: underline;
			color: #00a2de;
			}
		
		#tweets .tweet a.twitterUser {
			font-weight: bold;
			text-decoration: none;
			display: block;
			}
		
		#tweets .tweet .tweetDate {
			color: #a3b3c1;
			}

#footer {
	background: #76757d;
	color: #cbcbca;
	font-size: 10px;
	border-top: 1px solid #fff;
	}
	
	#footer .footerWrapper {
		padding: 15px 10px 15px 10px;
		background: #e8e8e9;
		margin: 0 auto;
		width: 980px;
		min-height: 100px;
		padding-left: 32px;
		padding-right: 32px;
		}
		
		#footer .footerWrapper .footerBg {
			background: #ffffff;
			background: -moz-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3));
			background: -webkit-linear-gradient(top, #ffffff 0%,#e3e3e3 100%);
			background: -o-linear-gradient(top, #ffffff 0%,#e3e3e3 100%);
			background: -ms-linear-gradient(top, #ffffff 0%,#e3e3e3 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );
			background: linear-gradient(top, #ffffff 0%,#e3e3e3 100%);
			}
		
		#footer .footerWrapper .facebook {
			float: right;
			border-top: 10px solid #343875;
			width: 238px;
			height: 228px;
			margin-right: 9px;
			}
		
		#footer .footerWrapper .twitter {
			float: right;
			border-top: 10px solid #00a2de;
			width: 238px;
			height: 228px;
			}
		
		#footer .footerWrapper .smallOffer {
			float: left;
			width: 218px;
			height: 218px;
			margin-right: 9px;
			padding: 10px;
			padding-bottom: 0px;
			overflow: hidden;
			position: relative;
			}
			
			#footer .footerWrapper .smallOffer h3.smlo {
				color: #53475b;
				font-size: 20px;
				padding: 0px;
				margin: 0px;
				margin-bottom: 10px;
				}
			
			#footer .footerWrapper .smallOffer .oSmlImg {
				text-align: center;
				position: absolute;
				bottom: 0px;
				margin: 0 auto;
				margin-left: -10px;
				margin-right: -10px;
				
				}
			
			#footer .footerWrapper .smallOffer p {
				color: #7b777d;
				}

	div.tabs {
		}
		
		div.tabs > div.tab {
			padding-top: 0px;
			margin: 0px;
			z-index: 10;
			clear: both;
			display: none;
			height: 355px;
			}
			
	div.tabs ul.tabNavigation {
	    list-style: none;
	    margin: 0;
	    padding: 0;
		}
	
		div.tabs ul.tabNavigation li {
		    float: left;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			margin: 1px;
			margin-right: 3px;
			z-index: 11;
			border: 1px solid #bbbbbc;
			background: #ededed;
			background: -moz-linear-gradient(top, #ededed 0%, #d5d5d5 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#d5d5d5));
			background: -webkit-linear-gradient(top, #ededed 0%,#d5d5d5 100%);
			background: -o-linear-gradient(top, #ededed 0%,#d5d5d5 100%);
			background: -ms-linear-gradient(top, #ededed 0%,#d5d5d5 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5',GradientType=0 );
			background: linear-gradient(top, #ededed 0%,#d5d5d5 100%);
			}
		
			div.tabs ul.tabNavigation li a {
			    color: #484951;
			    line-height: 21px;
			    font-weight: bold;
			    padding: 0px 8px;
			    text-decoration: none;
			    font-size: 11px;
				}
			
			div.tabs ul.tabNavigation li.selected {
			    color: #fff;
			    border: 1px solid #75757d;
			    border-bottom: none;
			    z-index: 9;
			    background: #83838a;
				background: -moz-linear-gradient(top, #83838a 0%, #6c6c73 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83838a), color-stop(100%,#6c6c73));
				background: -webkit-linear-gradient(top, #83838a 0%,#6c6c73 100%);
				background: -o-linear-gradient(top, #83838a 0%,#6c6c73 100%);
				background: -ms-linear-gradient(top, #83838a 0%,#6c6c73 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83838a', endColorstr='#6c6c73',GradientType=0 );
				background: linear-gradient(top, #83838a 0%,#6c6c73 100%);
				}
				
				div.tabs ul.tabNavigation li.selected a {
					color: #fff;
					}
				
			div.tabs ul.tabNavigation li a:hover {
				}
