body {
	background: #857d7d;
	font: normal 14px/120% 'Helvetica Neue', Helvetica, Arial;
	color: #2f2b2b;
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;	
}

#header {
	width: 100%;
	height: 26px;
	background: #1d1d1d;
	color: #e5e2e2;
	text-align: left;
	padding-top: 8px;
}

	#header .contact {

		margin-left: 10px;
		padding: 0 0 5px 25px;
		font-weight: bold;
		background: url(../images/header-contact-us.jpg) no-repeat top left;
		float: left;
	}


	#header .phone {
		display: block;
		margin-right: 10px;
		padding: 0 0 7px 25px;
		font-weight: bold;
		background:  url(../images/header-phone.jpg) no-repeat top left;
		float: right;
	}
	
#logo {
	display: block;
	height: 95px;
/* 	margin-top: 10px; */
	background: url(../images/logo.jpg) no-repeat center center;
	text-indent: -9999px;
}

	#logo a {
		display: block;
		width: 100%;
		height: 100%;
	}

	#content {
		display: block;
		width: 100%;
		margin-top: 15px;
	}
	
		.home-page {
			display: block;
			width: 300px;
			margin: 0 auto 20px auto;
			background: url(../images/hp-bg.jpg?v=3) no-repeat top center;
			padding-top: 165px;
		}


		.home-page .links-wrapper {
			width: 280px;
			margin: 0 auto;
		}

			.home-page .links-wrapper a {
				display: block;
				width: 75px;
				padding-left: 12px;
				padding-top: 13px;				
				height: 24px;
				margin-right: 9px;
				margin-bottom: 7px;
				float: left;
				background: url(../images/hp-button2.jpg) no-repeat top center;
				color: #e6e3e3;
				text-align: left;
				font-weight: bold;
				font-size: 13px;
				text-shadow: 0px 1px #444;
				-webkit-appearance:none;				
				-webkit-tap-highlight-color:rgba(0,0,0,0); /* Remove highlight color */
			}

			.home-page .links-wrapper a:hover {
				background-position: bottom center;
			}
			
			.home-page .links-wrapper .last {
				float: right;
				margin-right: 0;				
			}





			
			.home-page .contacts {
				background-position: bottom center;
			}

	#content .cat-list {
		padding: 20px 20px 0 20px;
		background: #FFFFFF;
	}
	
		.cat-list h2 { /* Page Title */
			font-size: 16px;
			font-weight: bold;
		}

		.cat-list h3 { /* Cat Title */
			font-size: 16px;
			font-weight: normal;
			padding: 15px 0;
			border-bottom: 1px solid #cecbcb;
		}
		
		.cat-list .cat-item {
			padding: 20px 0 15px 0;
			border-bottom: 1px solid #cecbcb;			
		}
		
		.cat-list .no-image-row {
			padding: 15px 0 10px 0;		
		}

			.cat-item table {
				width: 100%;
			}

			.cat-item table td {
				vertical-align: top;
			}

			.cat-item .item-img {
				width: 134px;
				text-align: center;
			}

			.cat-item .item-text {
				font-weight: bold;
				color: #857d7d;
			}

			.cat-item .item-text a {
				display: block;
				color: #02b9d3;
				padding-right: 15px;
				background: url(../images/cat-item-arrow.jpg) no-repeat center right;
				margin-bottom: 5px;
			}
		
		.cat-list .last {
			border-bottom: none;
		}


	#content .prod-list {
		padding: 20px 20px 0 20px;
		background: #FFFFFF;
	}

		.title-share-wrapper {
			padding-bottom: 5px;
			border-bottom: 1px solid #cecbcb;						
		}
	
		.prod-list .title-share-wrapper h2 { /* Cat Title */
			font-size: 16px;
			font-weight: bold;
			float: left;
			white-space: nowrap;
		}
		
		.title-share-wrapper .gplus {
			float: right;
		}
		

		.prod-list .prod-item {
			padding: 20px 0 15px 0;
			border-bottom: 1px solid #cecbcb;			
		}

			.prod-item table {
				width: 100%;
			}

			.prod-item table td {
				vertical-align: top;
			}

			.prod-item .item-img {
				width: 115px;

				text-align: center;
				position: relative;				
			}
			
			.item-img .new {
				display: block;
				width: 57px;
				height: 43px;
				background: url(../images/new_pic.png) no-repeat center center;
				position: absolute;
			}

			.item-img .promo {
				display: block;
				width: 57px;
				height: 43px;
				background: url(../images/promo_pic.png) no-repeat center center;
				position: absolute;
			}

			.prod-item .item-text .title {
				display: block;
				color: #02b9d3;
				padding-right: 15px;
				background: url(../images/cat-item-arrow.jpg) no-repeat center right;
				margin-bottom: 5px;
				font-weight: bold;
			}
			
			.prod-item .price {
				color: #db198b;
				font-weight: bold;
			}
			
			.prod-item .item-desc {
				color: #2f2b2b;
				font-size: 10px;
				line-height: 12px;
				margin-top: 5px;
				margin-bottom: 5px;
			}

			.prod-item .item-text .tech-spec {
				color: #02b9d3;
				font-size: 11px;								
			}

		
		.prod-list .last {
			border-bottom: none;
		}

		.text-page {
			padding: 20px;
			background: #FFFFFF;
		}

		.text-page h2 { /* Cat Title */
			font-size: 16px;
			font-weight: bold;
			padding-bottom: 15px;
			border-bottom: 1px solid #cecbcb;			
		}
		
		.text-page p {
			padding: 5px 0;		
		}

		.text-page a {
			color: #02b9d3;
		}



		.contact-page {
			padding: 20px;
			background: #FFFFFF;
		}

		.contact-page h2 { /* Page Title */
			font-size: 16px;
			font-weight: bold;
		}

		.contact-page h3 { /* Cat Title */
			font-size: 16px;
			font-weight: normal;
			padding-bottom: 15px;
			border-bottom: 1px solid #cecbcb;
		}
		
		.contact-page .address {
			padding: 10px 0 20px 0;
		}

		.contact-page a {
			color: #02b9d3;
		}

		.contact-page form {
			padding-top: 20px;
		}

			.contact-page form label {
				display: block;
			}

			.contact-page form .req {
				color: #02b9d3;	
			}

			.contact-page form .inputText {
				width: 100%;
				border: 1px solid #CECBCB;
				border-radius: 3px;
				padding: 5px 0;
				-webkit-appearance: none;				
				margin-top: 2px;
			}
			
			.contact-page form .inputTextarea {
				width: 100%;
				height: 65px;
				border: 1px solid #CECBCB;
				border-radius: 3px;
				padding: 5px 0;
				-webkit-appearance: none;				
				margin-top: 2px;				
			}

			.contact-page form .row {
				padding-bottom: 10px;
			}
			
			.contact-page form .submit {
				text-align: right
			}

			.contact-page form .inputSubmit {
				border-radius: 5px 5px;
				background: #1d1d1d;
				border: 1px solid #1d1d1d;
				color: #FFF;
				-webkit-appearance: none;				
				padding: 3px 10px;
			}

			.contact-page .err,
			.contact-page form .err,
			.contact-page form .err .req {
				color: #c41217 !important;
			}
			
			.contact-page .ok {
				color: #02B9D3 !important;
			}
			
#footer {
	display: block;
	width: 100%;
/* 	height: 35px; */
	padding: 5px 0 10px 0;
	background: #1d1d1d;
}			

	#footer .up {
		float: left;
		margin-left: 10px;
		margin-top: 10px;
		display: block;
		font-size: 13px;
		height: 15px;
		background: url(../images/footer-arrow.jpg) no-repeat top left;
		color: #e5e2e2;
		padding-left: 30px;
	}

	#footer .copy {
		float: right;
		margin-right: 10px;
		margin-top: 8px;
		color: #e5e2e2;
		font-size: 13px;
	}
	
	#footer .full-ver {
		float: right;
		margin-right: 10px;
		margin-top: 5px;
		color: #02B9D3;
		font-size: 13px;
	}

	#footer .home {
		float: left;
		margin-left: 11px;
		margin-top: 5px;
		color: #e5e2e2;
		display: block;
		font-size: 13px;
		height: 14px;
		background: url(../images/footer-home.jpg) no-repeat top left;
		padding-left: 30px;		
	}

	

.brc {
	color: #2f2b2b;
	font-weight: bold;
	padding: 15px 20px;
	background: #e8e4e4;
}

	.brc a {
		color: #857d7d;
		padding-right: 19px;
		background: url(../images/brc-arrow.jpg) no-repeat center right;
	}
			
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}			
			
.details-button {
	display: inline-block;
	padding: 2px 10px 4px 10px;
	color: #FFF;
	background: #1D1D1D;
	font-size: 11px;
	line-height: 11px;
	border-radius: 3px;
	-o-border-radius: 3px;

	margin-left: 10px;
}

.details-button-current {
	display: inline-block;
	padding: 2px 10px 4px 10px;
	color: #FFF;
	background: #43d5e9;
	font-size: 11px;
	line-height: 11px;
	border-radius: 3px;
	-o-border-radius: 3px;

	margin-left: 10px;
}

.posts-types .details-button {
	padding: 5px 13px 7px 13px;
}
.posts-types .details-button-current {
	padding: 5px 13px 7px 13px;
}

.posts-types a {
	margin: 0 0 5px 0;
}


.posts-types .gplus {
	float: right;
}

.map {
	width: 100%;
	height: 218px;
	margin-bottom: 20px;
}

	.map a {
		display: block;
		width: 100%;
		height: 100%;
		background: url(../images/mini-map.jpg) no-repeat center left;		
		border-radius: 3px;
		max-width: 300px;
	}
	
.item-share {
	display: block;
	height: 25px;
	margin-top: 10px;
}

.hidden_prop {
	visibility: hidden;
	overflow: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
}