@charset "utf-8";
/* CSS Document */
 
.switch_wrapper{
	width: 100%;
	background: #ffffff;
	height: 36px;
	border-bottom: 1px solid #000000;
}

.switch_wrapper .container{
	margin: 0 auto;
	width: 950px;
}

.switch_wrapper .logo{
	float: left;
	width: 32px;
	height: 32px;
	padding: 2px;
	margin: 0;
}

.switch_wrapper .logo img{
	width: 32px;
	height: 32px;
}

.switch_wrapper .switcher{
	margin-top: 8px;
	margin-right: 2px;
	width: 280px;
	height: 20px;
	float: right;
	text-align: right;
}

.switch_wrapper .switcher select{
	width: 280px;
}

.shop_block{
	float: left;
	width: 100%;
	height: 230px;
	position: relative;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #aeaeae;
}

.shop_block .screenshot{
	position: absolute;
	top: 25px;
	left: 3px;
	border: 1px solid #aeaeae;
	width: 200px;
	height: 200px;
}

.shop_block .screenshot img{
	width: 200px;
	height: 200px;
}

.shop_block .title{
	position: absolute;
	top: 3px;
	left: 212px;
	width: 685px;
	height: 22px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #aeaeae;
	padding-left: 5px;
}

.shop_block .descr{
	position: absolute;
	top: 32px;
	left: 217px;
	width: 575px;
	height: 165px;
}

.shop_block .url{
	position: absolute;
	top: 205px;
	left: 217px;
	width: 590px;
	height: 20px;
}

.shop_block .thuiswinkel{
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 100px;
	height: 101px;
}
