@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #5c6472;
	margin-top:25px;
}

a:link {
	color: #e52b38;
	text-decoration: none;
}
a:visited {
	color: #e52b38;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #e52b38;
	text-decoration: none;
}

#body {
	width:900px;
	margin-left:auto;
	margin-right: auto;
}

#header {
	background-image: url(/images/page/logo_header.png);
	background-repeat: no-repeat;
	height: 69px;
	width: 900px;	
}

#logo {
	background-image: url(/images/page/logo.png);
	height: 55px;
	width: 300px;
	margin-left:15px;
	position: absolute;
	margin-top: 20px;
}

#header_menue {
	background-image: url(/images/page/menue_header.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 900px;
}

#header_pic {
	background-image: url(/images/page/pic_header.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 900px;
}

#content {
	background-color: #FFF;
	padding: 10px;
	overflow:auto;
	height:auto;
}

#searchfield {
	width:900px;
	text-align:right;
}

#navigation {
	width:200px;
	float:left;
}

#breadcrump {
	line-height: 22px; 
	border-bottom: 1px dotted #CCC ;
	margin-bottom:10px;
	font-size:10px;
}

#content_box {
	width:648px;
	float:right;
	padding-left:15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}

#footer {
	text-align:right;
	font-size:10px;
	padding:10px;
}

ul.CatNav { 
	list-style: none; 
	margin: 0 0 0 0; 
	padding: 0; 
	font-size:14px;
}

ul.ImgNav { 
	list-style: none; 
	margin: 0 0 0 0; 
	padding: 0; 
	font-size:14px;
}

ul.ImgNav li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.menue_span {
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	background: url(/images/page/box_arrow.gif) left center no-repeat; 
	background-color:#e52b38;
	padding-left: 15px; 
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000000;
}
.menue_span:hover {
	background-color:#e52b38;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000000;
}

ul.CatNav li, li.level1,li.level2, li.level3, li.maincat { 
	line-height: 22px; 
	border-bottom: 1px solid #CCC ;	
}

ul.CatNav li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
ul.CatNav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
ul.CatNav li a:hover {
	color: #000000;
	text-decoration: none;
}
ul.CatNav li a:active {
	color: #FFFFFF;
	text-decoration: none;
}


li.level1 { margin-left: 40px;}

li.level1 a { padding: 0; text-decoration: none; font-size: 12px; }

li.level1 a.active:link,
li.level1 a.active:active,
li.level1 a.active:visited { text-decoration: none; font-weight: bold; }

li.level2 { margin-left: 45px; }

li.level2 a { padding: 0; text-decoration: none; font-size: 12px; }

li.level2 a.active:link,
li.level2 a.active:active,
li.level2 a.active:visited  { text-decoration: none; font-weight: bold; }

li.level3 { margin-left: 50px; }

li.level3 a { padding: 0; text-decoration: none; font-size: 12px; }

li.level3 a.active:link,
li.level3 a.active:active,
li.level3 a.active:visited  { text-decoration: none; font-weight: bold; }

li.maincat a span { line-height: 18px; } 



.navigation_header {
	color:#e52b38;
	font-size:16px;
	font-weight: bold;
}


/* Products */
.ps_product-listing-table {
	margin-bottom: 10px;
	border: 1px solid #DBDBDB;
	padding:8px;
}

.ps_image_border {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
}	