@charset "UTF-8";
@import url(center.css);

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,strike,strong,sub,sup,tt,var,dl,dt,dd,menu,fieldset,form,label,legend,caption{
	margin: 0; padding: 0; border: 0; outline: 0; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;
}

:focus{	outline: 0; }

/* ol, ul, menu{	list-style: none; } */
p{ margin:10px 0; }

blockquote:before, blockquote:after,

q:before, q:after{ 	content: ""; }

blockquote, q{ quotes: "" ""; }

a {  color: #000;  text-decoration: underline; }

a:hover { color: #009ef0;  text-decoration: none; }

.center{ text-align:center; }
.left{ text-align:left; }
.right{ text-align:right; }

.c{	 clear: both; }
.fl{ float:left;  }
.fr{ float:right; }
.dn{ height: 0; width: 0; overflow: hidden; }
img{ padding:0; margin:0; }

a img{
  padding:0;
  margin:0;
  border:none;
  text-decoration:none;
}

body{
	color: #000;
	font: 12px Arial, Helvetica,sans-serif;
	background-color: #f5f5f5 !important;
}
hr{
	clear:both;
	border-top:1px solid #888;
	height:1px;
	line-height:1px;
}
/*
* Header
*/

#page_header{
	margin:0 auto;
	width:1018px;
	height:8px;
	overflow:hidden;
	background: url(../images/layout/n_page_top_bg.png) bottom no-repeat;
}
#page_footer{
	margin:0 auto;
	width:1018px;
	height:8px;
	overflow:hidden;
	background: url(../images/layout/n_page_bottom_bg.png) top no-repeat;
}

#page{
	margin:0 auto;
	width:1000px;
	padding:0 9px;
	background: url(../images/layout/n_page_bg.png) repeat-y;
}

#header{
	background:#116aa1 url(../images/layout/n_header_bg.jpg) bottom repeat-x;
	height:136px;
	margin:0;
	padding:0;
}

#header_content{
	width:1018px;
	height:136px;
	margin:0 auto;
	position:relative;
	background: url(../images/layout/n_header_pic.jpg) top right no-repeat;
}

#headlink{
	display:block;
	width:290px;
	height:30px;
	position:absolute;
	top:60px;
	left:205px;
	text-decoration:none;
	background: url(../images/layout/n_top_logo.png) no-repeat;
}

#searchtags{
	display:block;
	width:400px;
	float:left;
	margin-left:30px;
	text-align:center;
}
#searchtags li{	display:inline;	list-style-type:none; }

#searchtags li a{ color:#ccc; text-decoration:none; }

#contactlink{
	display:block;
	width:205px;
	height:73px;
	text-decoration:none;
    position:absolute;
    right:0;
    top: 15px;
    background: url(../images/layout/n_contact_us.png) no-repeat;
}

/*
* Footer
*/
#footer{
	margin:5px 0 0 0;
	clear:both;
	border-top:1px solid #c0c0c0;
	padding:10px 0 10px 0;
	font-size:11px;
	background: url(../images/layout/n_footer_bg.jpg) bottom no-repeat;
}

#footer p{
	padding:5px 0;
	color: #a2a2a2;
}

#footer p a{
	color: #a2a2a2;
}

.footer_left{
	float:left;
	width:196px;
}

.footer_right{
	float:left;
	width:600px;
}

.footer_nav {
	list-style:none !important;
	margin:0 0 0 -40px;
}

.footer_nav li{
	float:left;
}

.footer_nav li a{
	float: left;
	margin: 0;
	text-align: center;
	padding: 1px 10px;
	border-left:1px solid #c0c0c0;
	text-decoration: none;
	color: #a2a2a2;
}


.footer_nav li a:hover{
	background: #e9e9e9;
}

/*
* 3 Columns 
*/

#cleft{
	width: 191px;
	float: left;
	padding:0 5px 0 0;
	background-color:#ffffff;
	/* background: url(../images/layout/bg-left.gif) top left no-repeat; */
}

#cright{
	float:right;
	width:191px;
	padding:0 0 0 5px;
	background-color:#ffffff;	
	/* background: url(../images/layout/bg-right.gif) top right no-repeat; */
}
#cleft .infobox{
	/* padding-left:5px !important; */
}
#cright #cartbox, #cright .infobox{
	/* padding-left:11px !important; */
}

/*
* Main Shop Navigation
*/

#top_navigation{
	list-style:none;
	position: absolute;
	top:103px;
	left:205px;
	margin:0;
	padding:0;
}

#top_navigation li{
	float: left;
	margin:0;
	padding:0;
}

#top_navigation li a{
	float: left;
	margin: 0 1px 0 0;
	text-align: center;
	padding: 3px 10px 4px 10px;
	text-decoration: none;
	color: #fff;
	background:#000000 url(../images/layout/n_navigation_a_bg.jpg) repeat-x;
	margin-right:1px;

}
#top_navigation li a:hover, #top_navigation li a:focus{
	background:#000000 url(../images/layout/n_navigation_a_bg_hover.jpg) repeat-x;
}


#top_navigation li.active{}

#top_navigation li.active a{
	color: #fff;
	font-weight:bold;
	background:#000000 url(../images/layout/n_navigation_a_bg_active.jpg) repeat-x;
}
#top_navigation li.active a:hover,#top_navigation li.active a:focus{
	color:#fff;
	font-weight:bold;
}

/*
* Searchbox
*/
#box-search{
	margin:0 0 5px 0;
}
#box-search div{
	display:inline;
}
#box-search form{
	margin:0;
	padding:0;
}
#searchbox_submit{
	position: relative;
	top:0px;
	left:2px;
}
#searchbox{
	float:left;
	width:158px;
	padding:1px;
	margin:0 !important;
}
#search_content{
	height: 100%;
	width: 100%;
	text-align: left;
}

#search_ie_fix{
  height: 100%;
  width: 100%;
  text-align: center;
}

#search_scroll
{
  position: absolute;
  top:30px;
  left:10px;
  
  margin: 0 auto; 
  visibility: hidden;
  background-color: white;
  z-index: 1;    
  width: 500px;
  height: 150px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-collapse: collapse;
  border-bottom-style: solid;
  border-color: #000000;
  border-width: 1px;      
  overflow: hidden;
  float: left;
}

#search_scroll div
{
  margin: 0 auto;
  text-align:left
}

#search_suggest table
{
  width: 500px;
  font-size: 11px;
  font-weight: normal;
  color: #676767;
  text-decoration: none;
  border: 0px;
  padding: 0px;  
  text-align:left;   
  margin: 0px
}

a.search_suggest_link 
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
}

a:hover.search_suggest_link 
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
} 

/*
* Currencies, Languages
*/
#rightbox{
	float:right;
	padding:0px;
	/* background:url('../images/layout/mainmenu_currency.gif') center right no-repeat; */
}
#language_bar{
	position: absolute;
	right: 9px;
	top: 108px;
}

#main_cur_lang{
	position:absolute;
}

#main_cur_lang form {
	margin:0;
	padding:0;
}

#main_cur_lang select {
	height:22px;
	width:95px;
	padding:1px;
	margin:0;
}
#currencies{
	float:left;
	width:100px;
	margin-right:10px;
}

/*
* Shop Categories
*/

#cleft #categories ul,#cleft div, #cright div{
	
}

#cleft #categories{
	margin:0 0 6px 0;
}
#cleft #categories ul{
	list-style:none;
	margin:0;
	padding:0;
}

#cleft #categories ul li a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 4px 10px;
	background: #3a9fd3 url(../images/layout/n_cat_a.jpg) bottom repeat-x;
	margin-bottom:1px;
	font-weight:bold;
}
	
#cleft #categories .subMenuBox{
	margin:0 2px;

}
#cleft #categories .subMenuBox a{
	background: #69c3f1;
	padding:2px 6px;
	font-weight:normal;
}

#cleft #categories ul li a:focus,#cleft #categories ul li a:hover, #cleft #categories ul li a.active{
	background: #116ba2 url(../images/layout/n_cat_a_hover.jpg) top repeat-x;
	color: #ffc600;
}

#cleft #categories .subMenuBox a:focus,#cleft #categories .subMenuBox a:hover{
	background: #3a9fd3;
	color: #ffc600;
}

.tablehead{
	background: #ffffff url(../images/layout/n_infobox_header.jpg) bottom repeat-x;
	color: #555;
}

/*
* Information Boxes
*/
.infobox{
	color: #555;
	background:#f8f8f9;
	/*border:1px solid #c0c0c0;*/
	margin-bottom: 6px;
}

.infobox h3 {
	margin:0;
	padding:4px 10px;
	background: #c0c0c0 url(../images/layout/n_infobox_header.jpg) bottom repeat-x;
	color: #555;
	font-weight:bold;
}

.infobox ul, #infobox-account ul{
	margin:0 0 6px 0;
	padding:0;	
	color: #555;
}
.infobox ul li,.infobox-content, #infobox-account ul li{
	/* background: url(../images/layout/infobox-bg.gif) repeat-y; */
	display:block;
}
.infobox ul li p, #infobox-account ul li p{
	padding:6px;
}
.infobox-content p{
	padding:6px;
}
.infobox ul li a, #infobox-account ul li a{
	text-decoration: none;	
	font-weight:normal;
	text-align: left;
	padding: 4px 6px;
	color: #555;	
	border-bottom: 1px dashed #c0c0c0;
	display:block;
	margin:0;	
}
.infobox ul li a:hover,.infobox ul li a:focus{
	background-color:#e4e4e4;
}
#infobox-shipping{
	background: url(../images/layout/infobox-bg.gif) repeat-y;
	display:block;
	/* font-weight:bold; */
	text-align:center;
}
#infobox-shipping a{	
	text-decoration:none;
	display:block;
	padding:10px 0 0 0;
}
#infobox-shipping div{
	width:170px;
	display:block;
	background:none !important;
	border:none;
	font-size:9px;
	padding:0;
	margin:0;
}
#infobox-shipping ul{
	font-weight:normal;
	text-align:left;
	padding:0;
	margin:0 10px 0 30px;
	list-style:circle;
	color:#2e3b70;
	font-size:10px;
	list-style:circle;

}
#infobox-shipping ul li{
	background:none;
	list-style:circle;
	display:list-item;
}
#infobox-ssl{}
#infobox-ssl a{	
	background: url(../images/icons/ssl.gif) no-repeat 20px 5px;
	text-decoration:none;
	text-align:right;
	color:#555;
	display:block;
	padding:15px 15px;
}

#infobox-ssl a:hover{
	background-color:#e4e4e4;
}

#infobox-account{
	color:#fff;
	margin:0 0 6px 0;
	border:1px solid #0374a4;
	background: #eefaff;
}

#infobox-account h3{
	margin:0;
	padding:4px 10px;
	background: #39a5d3 url(../images/layout/n_cat_a.jpg) bottom repeat-x;
	color: #ffffff;
	font-weight:bold;
}

#infobox-account h3 a{
	color: #ffffff;
	font-weight:bold;
}

#infobox-account ul{
	margin:0;
}

#infobox-account ul li a:hover, #infobox-account ul li a:focus{
	background:#d7f2fe;
}

#infobox-account li.orders a{
	padding:1px 8px;
	border:none !important;
}

a.infobox-head-link{
	color:#555;
	text-decoration:none;
	display:block;
}
a.logoff-link{
	text-align:center !important;
	font-weight:bold !important;
	color:#fff !important;
	border:none !important;
	background: #39a5d3 url(../images/layout/n_cat_a.jpg) bottom repeat-x;
	margin-top:-1px !important;
}

a.logoff-link:hover{
	background: #39a5d3 url(../images/layout/n_cat_a_hover.jpg) bottom repeat-x !important;
}

.greetUser{
	font-weight:bold;
}

#cartbox{
	color:#fff;
	margin:0 0 6px 0;
	background: #34a0ce url(../images/layout/n_cartbox_bg.jpg) bottom repeat-x;
}
#cartbox h3{
	margin:0;
	padding:4px 10px;
	background: #39a5d3 url(../images/layout/n_cat_a.jpg) bottom repeat-x;
	color: #ffffff;
	font-weight:bold;
}

#cartbox h3 a{
	color: #ffffff;
	font-weight:bold;
}


#cartbox-checkout a{
	background: #ff0000;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
	padding:5px;
	text-align: center;
	border-top:1px solid #fff;
	display:block;
	background: #ec0000 url(../images/layout/n_cartlink_bg.jpg) bottom repeat-x;
}

#cartbox-checkout a:hover{
	background: #ec0000 url(../images/layout/n_cartlink_bg_hover.jpg) top repeat-x;
}

#cartbox-content{
	text-decoration:none;
	display:block;
	color:#fff;
}

#cartbox-info{
	margin:0;
	padding:10px;
}

/*
* Payment Infobar
*/
ul.payment_list {
	padding:0;
	margin:0 0 6px 0;
	text-align:center;
}
ul.payment_list li {
	list-style: none;
	margin:0;
	padding:0;
}

ul.payment_list li a {
	border-bottom: 1px dashed #c0c0c0;
	display:block;
	text-decoration:none;
	text-align: left;
}

ul.payment_list li a:hover {
	text-decoration:none;
}
ul.payment_list li a.vorkasse:hover,
ul.payment_list li a.nachnahme:hover,
ul.payment_list li a.rechnung:hover,
ul.payment_list li a.sueberweisung:hover,
ul.payment_list li a.creditcard:hover,
ul.payment_list li a.paypal:hover{
	background-color:#e4e4e4;
}
ul.payment_list li a.vorkasse {
	background: url('../images/icons/ico_vk.gif') no-repeat 98% 0px;
	padding: 6px 4px 6px 4px; 
}

ul.payment_list li a.nachnahme {
	background: url('../images/layout/ico_nn.jpg') no-repeat 98% 4px;
	padding: 6px 4px 6px 4px; 
}

ul.payment_list li a.rechnung {
	background: url('../images/layout/ico_re.gif') no-repeat 98% 4px;
	padding: 5px 4px 5px 4px; 
}

ul.payment_list li a.sueberweisung {
	background: url('../images/icons/ico_sfue.gif') no-repeat 98% 2px;
	padding: 6px 4px 6px 4px; 
}

ul.payment_list li a.paypal {
	background: url('../images/icons/ico_pp.gif') no-repeat 98% 6px;
	padding: 6px 4px 6px 4px; 
}

ul.payment_list li a.creditcard {
	background: url('../images/layout/ico_cc_m.gif') no-repeat;
	background-position: right center;
	padding: 9px 4px 9px 4px; 
}
