@charset "utf-8";
/* CSS Document */

body{
	background-color: #ffffff;
	background-image: url(../images/layout/body_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 12px auto 12px auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#container{
	width: 962px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(../images/layout/container_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 798px;
	height: auto !important;
	height: 798px;
	padding: 14px 14px 14px 14px;
}

#logo{
	float: left;
	width: 321px;
	height: 86px;
	margin: 0 0 0 10px;
	background-image: url(../images/layout/logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

#header{
	float: left;
	margin: 4px 0 0 15px;
	line-height: normal;
}

#header .small{
	font-size: 11px;
}

#header #tekst1, #header #tekst2{
	font-size: 17px;
	font-weight: normal;
	color: #009ee0;
}

#header #tekst1{
	margin: 0 0 0 45px;
}

#header #tekst2{
	margin: 0 0 0 110px;
}

#header #tekst3{
	margin: 15px 0 0 15px;
	font-size: 17px;
	font-weight: normal;
	color: #e2007a;
}

#cart{
	float: right;
}

#cart #total{
	font-weight: 12px;
	font-weight: bold;
	text-align: right;
}

#cart #cart_content{
	margin: 8px 0 0 0;
	padding: 5px 0 0 30px;
	height: 24px;
	font-size: 11px;
	text-align: right;
	background-image: url(../images/layout/cart.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#cart #cart_content a{
	color: #000000;
}

#menu{
	margin: 10px 0 20px 0;
	background-color: #009ee0;
	height: 45px;
}

#menu ul{
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#menu ul li{
	margin: 0;
	padding: 0;
	float: left;
	border-right: 1px solid #ffffff;
}

#menu ul li a{
	display: block;
	background-color: #009ee0;
	color: #ffffff;
	font-size: 13px;
	padding: 8px 20px 11px 20px;
	text-decoration: none;
	text-align: center;
}

#menu ul li a.top_level_menu_on{
	font-weight: bold;
}

#search{
	width: 250px;
	float: right;
	margin: 0 5px 0 0;
}

#search form{
	margin: 0;
}

#search #search_input{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: none;
	background-image: url(../images/layout/input_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 13px;
	padding: 3px 5px 3px 5px;
	height: 18px;
	width: 208px;
	float: left;
}

#search #search_button{
	float: left;
	width: 26px;
	height: 26px;
	background-image: url(../images/layout/search_button.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#content{
	margin: 0 0 0 0;
	border-top: 1px solid #ebebeb;
}

#content #left{
	float: left;
	width: 270px;
	border-right: 1px solid #ebebeb;
	padding: 0 0 15px 0;
}

#content #left ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#content #left ul li{
}

#content #left ul li ul#criteria li a{
	display: inline;
}

#content #left ul li ul#criteria li a span{
	color: #000000;
}

#content #left ul li ul#criteria li a:hover span{
	text-decoration: line-through;
	color: #e2007a;
}

#content #left ul li span.first{
	display: block;
	padding-left: 32px;
	background-color: #eeeef0;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	background-image: url(../images/layout/li_verf.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
}

#content #left ul li a{
	color: #000000;
	text-decoration: none;
	display: block;
}

#content #left ul li a:hover{
	color: #e2007a;
}

#content #left ul li ul{
	border-top: 1px solid #eeeef0;
	border-bottom: 1px solid #eeeef0;
}

#content #left ul li ul li{
	padding: 3px 0 3px 32px;
}

#content #left ul li ul li a{
	color: #343434;
	text-decoration: none;
	display: block;
}

#content #left ul li ul li a span{
	border-bottom: 1px dotted #343434;
}

#content #left ul li ul li a:hover span{
	border-bottom: 1px dotted #e2007a;
}

/*
#content #left ul li ul li a span{
	color: #cccccc;
}
*/

#content #right{
	float: right;
	padding: 6px 0 6px 6px;
	border-left: 1px solid #ffffff;
	text-align: left;
	width: 683px;
}

#content #right a{
	color: #e2007a;
}

#content #right a:hover{
	text-decoration: underline;
}

#content #right #right_content{
	width: 663px;
	padding: 10px;
	background-color: #eeeef0;
	line-height: 20px;
}

#content #right h1{
	text-transform: uppercase;
	font-size: 17px;
	color: #009ee0;
}

#content #right h1 span{
	color: #e2007a;
	font-weight: normal;
}

#content #right h2{
	color: #009ee0;
	font-size: 14px;
	text-transform: none;
}

#content #right h3{
	margin: 0;
	color: #e2007a;
	font-size: 16px;
	text-transform: none;
}

#content #right #shop_headlines{
	height: auto;
	margin-top: 25px;
}

#content #right #shop_headlines #shop_headlines_left{
	float: left;
	width: 435px;
	height: auto;
}

#content #right #shop_headlines #shop_headlines_left .shop_headline{
	float: left;
	width: 200px;
	margin-bottom: 25px;
}

#content #right #shop_headlines #shop_headlines_left .shop_headline h1{
	margin: 5px 0 0 0;
	color: #676566;
	text-transform: none;
	font-size: 13px;
}

#content #right .shop_headline p{
	margin: 0 0 10px 0;
	font-size: 12px;
}.shop_headline{
	float: left;
	width: 200px;
	margin-bottom: 25px;
}

#content #right .shop_headline h1{
	margin: 5px 0 0 0;
	color: #676566;
	text-transform: none;
	font-size: 13px;
}

#content #right .shop_headline p{
	margin: 0 0 10px 0;
	font-size: 12px;
}

#content #right #shop_headlines #shop_headlines_right{
	float: right;
	width: 230px;
	height: auto;
}

#content #right #shop_headlines #shop_headlines_right #top5{
	width: 200px;
	padding: 15px 15px 30px 15px;
	background-image: url(../images/layout/top5_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#content #right #shop_headlines #shop_headlines_right #top5 h1{
	font-size: 14px;
	text-transform: none;
	margin: 0;
}

#content #right #shop_headlines #shop_headlines_right #top5 ol{
	color: #009ee0;
	font-weight: bold;
	font-size: 14px;
}

#content #right #shop_headlines #shop_headlines_right #top5 ol li span{
	color: #000000;
	font-weight: normal;
	font-size: 12px;
}

#content #right #shop_headlines #shop_headlines_right #top5 ol li span a{
	color: #000000;
	text-decoration: none;
}

#content #right #shop_headlines #shop_headlines_right #top5 ol li span a:hover{
	color: #e2007a;
}

#footer{
	background-color: #009ee0;
	padding: 12px 12px 15px 12px;
	.padding-top: 8px;
	font-size: 9px;
	color: #ffffff;
}

#footer #left{
	float: left;
}

#footer #right{
	float: right;
}

#footer a{
	color: #ffffff;
}

.clear{
	clear: both;
}

#filter_info{
	margin: 0 0 8px 0;
	width: 638px;
	height: 25px;
	padding: 10px 0 0 45px;
	background-image: url(../images/layout/info.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #6f6f6f;
}

.pagination{
	text-align: right;
}

.pagination a{
	background-color: #eeeef0;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	margin: 0px 1px 0px 1px;
}

.pagination span{
	padding: 5px 10px 5px 10px;
	margin: 0px 1px 0px 1px;
	background-color: #eeeef0;
	color: #979797;
}

.pagination span.active{
	color: #ffffff;
	background-color: #009ee0;
}

