body{
	width:996px;
	margin:0px auto !important;
}

img{
	border:none;
}

#wrapper{
	width:996px;
	float:left;
	background:#ffffff;
	border-bottom:1px solid #d6d6d6;  
	border:1px solid #aaaaaa;
	border:1px solid rgba(255,255,255,1);
	box-shadow:0px 0px 15px rgba(0,0,0,0.7);
}

a:hover, .reg_link{
	color:#666666;
}

#header{
	width:996px;
	background-repeat:no-repeat;
}

.column_left {
	
	width:200px;
	background:#d6d6d6;
	border-top-right-radius:4px;
	float:left;
	border-collapse:separate;
	
}

.column_right {
	width:150px;
	/*background:#d6d6d6;*/
	background:#fff;
	border-top-left-radius:4px;
	float:left;
	border-collapse:separate;
}

h4 {
	background:#666666;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
	padding:5px 10px;
	margin:0px;
	text-align:center;
}

.sidebar_box{
	overflow:hidden;
}

.sidebar_box img{
	max-width:100%;
}

.sidebar_box .small{
	margin:0px;
}

.sortiment{
	border-top:0px;
	
}

.sortiment ul{
	margin:0px;
	padding:0px;
}

.sortiment li{
	list-style:none;
}

.sortiment li.second{
	padding-left:10px;
}

.sortiment a{
	display:block;
	padding:5px;
	/*border-top:1px solid #aaaaaa;*/
}

.sortiment li:first-child a{
	border-top:none;
}

.sortiment li.second a{
	border-top:1px solid #cccccc;
	font-size:9px;
	line-height:15px;
}

.sortiment a:hover{
	background:#dedede;
	background:rgba(255,255,255,0.3);
	color:#000000;
	text-shadow:1px 1px 1px rgba(255,255,255,.5);
}

.sortiment li.second a:hover{
	background:#dddddd;
	background:rgba(255,255,255,0.2);
	color:#222222;
}

.sortiment a img{
	vertical-align:baseline;
	margin-right:5px;
	margin-left:3px;
}

.sortiment li.second a img{
	vertical-align:baseline;
	margin-right:5px;
}

#column_center{
	
	 /*width:623px;  orig */
	 width:657px;
	 padding:10px;
	 background:#ffffff;
	 float:left;
}

#footer{
	float:left;
	width:993px;
	margin:20px auto;
	text-align:center;
	color:#666666;
	font-size:10px;
}

#footer div{
	display:inline;
}

#footer a{
	color:#666666;
}