#second_wrap {
	background: #1a1816;
	color: #848179;
}

#second_wrap a {
	color: #7fc8ff;
}

#second_wrap h1 {
	color: white;
}

#second_wrap .pages .controls .control.off {
	color: #7d7a72;
}

#second_wrap .pages a {
	color: #2e6b99;
}

#second_wrap .sort a.selected,
#second_wrap .sort strong.selected {	
	background: black;
	color: white !important;
}

#second_wrap .sort a.selected span {
	text-decoration: underline;
}

#sub_menu {
	background: #262114;
	border-bottom:1px solid #1a160e;
}

#shop .shop_body {
	font-size: 1.2em;
	line-height: 1.4;
}

#shop .shop_body p {
	margin:0;
}

#shop .shop_body strong {
	font-weight: bold;
}

#product_item .product_foto {
	/*width: 336px; height: 300px;*/
	margin: 0 30px 22px 0;
	overflow: hidden;
	border: 6px solid #484645;
	float: left;
}

#product_item .price_block {
	padding: .9em 0 1.8em 0;
	overflow: hidden;
}

#product_item .price_block .label {
	font-size: .9em;
	color: #5f5e5c;
	padding: 0 0 .7em 2px;
}

#product_item .shop_body {
	color: #8d8c8b;
}

#buy_button {
	padding: 0; margin: 21px 0 0 0;
	height: 39px;
	border: 0;
	width: 107px;
	line-height: 39px;
	background: url(/i/buy_button.png);
	color: white;
	font-size: 20px;
	font-weight: bold;
}

.products {
	margin: -4.2em 0 0 -2.5em;
	position: relative;
	/*display: inline-block;*/
	clear: both;
}
.products:after {
	content: '';
	display: block;
	clear: both;
}

.products .product {
	position: relative;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 4.2em 0 0 2.5em;
	width: 18.70em;
	min-width: 210px;
}

.products .product .r {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.products .product .min {
	margin: 0 0 210px 0;
	height: 6.7em;
	width: 210px;
}

.products .product img {
	border: 5px solid #484645;
	margin-bottom: 2px;
}

.products .product a:hover img {
	border-color: #d5a60c;
}

.products .product h3 {
	margin-top: 0;
}

#extra_info {
	padding: 20px;
	background: #31302e;
	color: #b4b4b4;
}

#extra_info h3 {
	margin-top: 0;
}

#extra_info .room {
	width: 100%;
	margin-top: 1.5em;
	clear: both;
}

#extra_info h4.title {
	margin-top: 1.9em;
}

#extra_info h4.title a {
	color: #b38000;
}

#extra_info .room.last {	
	margin-bottom: 3.3em;
}

.errBorder
{
    border:solid 2px #ff0000 !important;
}

.divError {
	background: #360e17;
	padding: 15px 1.5em;
	color: #ffffff;
	margin-bottom:15px;
}
.divSuccess {
	background: #0e3617;
	padding: 15px 1.5em;
	color: #ffffff;
	margin-bottom:15px;
}
