@CHARSET "UTF-8";

body {
	font-family: tahoma, arial, Myriad Pro, verdana;
	font-size: 12px;
	background: #19274a url('/images/layout/bg_body.jpg') no-repeat top center;
	color: white;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
br.clear {
	clear: both;
}
a:link, a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div#page {
	width: 764px;
	margin: 6px auto 0px auto;
}

div#top {
	height: 126px;	
}
div#content_top {
	height: 35px;
	padding: 11px 0 0 30px;
	background: transparent url('/images/layout/bg_content_top.png') no-repeat top left;
}

div#content_top a:link, div#content_top a:visited {
	color: #05113d;
	padding: 0px 10px;
	font-size: 10px;
}
div#content_top a.active {
	font-size: 16px;	
}

div#content_container {
	padding: 10px 30px;
	background: transparent url('/images/layout/bg_content.png') repeat-y top left;
}
div#site_path {
	text-align: right;
	font-size: 23px;
	font-weight: bold;
}
div#content_foot {
	height: 33px;
	background: transparent url('/images/layout/bg_content_foot.png') no-repeat top left;
}
div#nav {
	position: absolute;
	margin: 0px 0px 0px 190px;
	text-transform: uppercase;
	width: 625px;
}
div#nav ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 100;
	width: 100%;
}
div#nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	float: left;
	background: transparent url('/images/layout/bg_nav.png') repeat-x;
	height: 36px;
	padding: 12px 0px 0px 0px;
}
div#nav li a {
	display: block;
	background: transparent url('/images/layout/bg_menu_separator.png') no-repeat;
	padding: 0px 8px 0px 10px;
}
div#nav li a:hover {
	text-decoration: none;
	height: 22px;
	display: block;
	border-bottom: 3px solid white;
}

div#nav li.first a, div#nav ul.depth1 li.first a {
	background-image: none;
}

div#nav li.first {
	background: transparent url('/images/layout/bg_nav_first.png') no-repeat;
	padding-left: 35px;
}
div#nav li.last {
	background: transparent url('/images/layout/bg_nav_last.png') no-repeat top right;
	padding-right: 41px;
}

div#nav ul ul {
	display: none;
	top: 8px;
	z-index: -1;
	margin-left: -23px;
	width: auto;
	font-size: 10px;
}
div#nav ul li.subactive ul, div#nav ul li.active ul {
	display: block;
}
div#nav ul ul li.active a {
	text-decoration: underline;
}

div#nav ul.depth1 li {
	height: 33px;
	padding: 37px 0px 0px 0px;
	background: transparent url('/images/layout/bg_subnav.png') repeat-x;
}
div#nav ul.depth1 li.first {
	background: transparent url('/images/layout/bg_subnav_first.png') no-repeat;
	padding-left: 32px;
}
div#nav ul.depth1 li.last {
	background: transparent url('/images/layout/bg_subnav_last.png') no-repeat top right;
	padding-right: 35px;
}
div#nav ul.depth1 li a {
	padding-bottom: 5px;
	background-image: url('/images/layout/bg_submenu_separator.png');
}
div#foot {
	height: 16px;
	font-size: 11px;
	background: transparent url('/images/layout/bg_foot.png') no-repeat bottom center;
	text-align: center;
	padding-top: 25px;
}
div#categories a:link, div#categories a:visited {
	display: block;
font-weight:	bold;
	color: #603735;
	font-size: 12px;
	background-image: url(images/button_kat.gif);
      background-repeat: no-repeat;
background-position: top center;
padding-bottom:	7px;
padding-left:	6px;
padding-right:	4px;
padding-top:	7px;
	margin: 3px 0px;
}
div#categories a.depth_1 {
	padding-left: 15px;
background-image: url(images/button_kat_1.gif);
}
div#categories a.depth_2  {
padding-left:	25px;
background-image: url(images/button_kat_2.gif);
}
div#categories a.depth_0_clicked {
	font-weight:	bold;
	background-image: url(images/button_kat_clicked.gif);
}
div#categories a.depth_1_clicked {
	padding-left: 15px;
	font-weight:	bold;
	background-image: url(images/button_kat_clicked_1.gif);
}
div#categories a.depth_2_clicked {
	padding-left:	25px;
	font-weight:	bold;
	background-image: url(images/button_kat_clicked.gif);
}
ul.productListing {
	margin: 0px;
	padding: 0px;
}
ul.productListing li {
	display: inline-block;
	margin: 12px;
	padding: 0px;
	width: 140px;
}

ul.productListing a.buy_now:link, ul.productListing a.buy_now:visited {
	display: block;
	text-align: right;
}
ul.productListing a.name:link, ul.productListing a.name:visited {
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}
ul.productListing span.price {
	font-weight: bold;
	font-size: 27px;
}
