/* -----------------------------------------------------------------------------------------
   XT Template - fairnet medienagentur
   autor: Falko Schuster
   ---------------------------------------------------------------------------------------*/
@import url("lightbox/lightbox.css");

body 
{
	color: #fff;
	margin:0;
	padding:0;
	background: #1F1F1F url(design/bg-body.gif) repeat-x;
	font-family: arial;
	font-size:11px;
}

#wrapper-outside
{
	background:url(design/bg-wrapper-outside.gif) repeat-x left bottom;	
}

#wrapper
{
	margin:0 auto;
	width: 1024px;
	background:url(design/bg-wrapper.gif) repeat-y;
}

/****************** HEADER ****************************/

#header 
{	
	background:url(design/bg-header.jpg) no-repeat;
	height:308px;
}

/* login box */
#box-login
{
	height:32px;
	float:right;		
	width:430px;
}
/* login form */
#loginbox
{
	background:url(design/bg-box-login.png) no-repeat;
	padding:0 0 0 70px;
	height:32px;
	display:inline-block;
}
/* login form elements */
#box-login input
{
	font-size:11px;
	border:0;
	background:#969696;
	color:#fff;
	margin:6px 4px 0 0;
}
#login-email,
#login-password
{
	width:100px;
	padding:2px 5px;	
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	
}

/* main nav */
#header ul
{			
	padding: 0;	
	margin: 245px 0 0 0;
	list-style:none;
	float:right;
	width:670px;
	overflow:hidden;
}
#header li 
{
	float:left;
	margin:0 20px 0 0;	
}
#header a 
{		
}

#header a:hover
{
}

/******************* FOOTER **************************/

#bottom
{		
	margin:0;
	padding:0;			
	clear:both;
}

.copyright
{
	margin:0;
	padding:4px;		
	color: #fff;
	text-align: center;
	font-size: 11px;
	
}
.copyright a,
.copyright a:hover
{
	color: #fff;
	text-decoration:none;
}


/******************* MAIN **************************/
#content {	
	background:url(design/bg-content.jpg) no-repeat;
	min-height:507px;
}

#box-main
{
	width: 240px;		
	float: left;
}
#box-content
{
	margin-left:240px;
	width:auto;
	position:relative;	
}

#box-content .inside 
{
	margin: 0 75px 0 20px ;	
	padding:5px 0 0 0;

}
#box-content .inside a
{
	color:#fff;
}

#box-main .inside 
{  
	margin: 0 20px 20px 40px;	
}

/* clearing */
.clearfix:after 
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;

}
.clearfix 
{
	clear: both;
	display: block;   
}

/*++++++++++++++++++++++++
	Boxen links
++++++++++++++++++++++++++*/

#box-main h3
{	
	padding:0 0 5px 0;	
	margin:20px 10px 5px 0;
	border-bottom:1px solid #D9CED0;	
}
/* 1. box kein abstand nach oben */
#box-main h3.first
{
	margin-top:0;
}

#box-main,
#box-main a
{
	color:#CEB7BB;
	text-decoration:none;
}

/* suchformular */
#box-main form
{
	display:inline;
}
#box-main input 
{
	border: 1px solid #828282;	
	padding:2px 5px;
	color:#CEB7BB;
	background:#530D18;
	width:160px;
}

#box-main .line
{
	padding:3px 0;
	border-bottom:1px solid #440B13;
}

#box-main .total
{
	font-weight:bold;
}
#order-now
{
	margin-top:4px;
}
#order-now a
{	
	font-weight:bold;
	font-size:14px;
}

/*++++++++++++++++++++++++
	Kategorien
++++++++++++++++++++++++++*/

#box-main ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
#box-main ul li a 
{
  display:block;
  color: #AE9A9D;
  font-size:12px;
  text-decoration:none;
  padding:4px 3px 5px 21px;
}
#box-main ul a:hover, 
#box-main ul a.active 
{
	color:#F9F7F8;
}

#box-main ul a.active 
{
	font-weight:bold;
}

#box-main ul li
{
	border-bottom:1px solid #440B13;
	background:url(design/bg-blingbling.png) no-repeat 0 3px;
	margin:0 0 2px 0;
}

#box-main ul li li
{
	border:0;
	background:none;
}

#box-main ul li li a 
{
  font-size:11px;
  text-decoration:none;
  padding:1px 2px 1px 21px;
}

.box  .subnavi 
{
	margin:0;
	padding:0;
}
.box .subnavi li 
{
	font-weight:bold;
}
.box .subnavi li li 
{
	font-weight:normal;
}

/*++++++++++++++++++++++++
	Inhalt allgemein
++++++++++++++++++++++++++*/

#box-content h2
{
	padding:0 0 5px 0;	
	margin:10px 0;
	border-bottom:1px solid #D9CED0;
	font-size:16px;
}
#box-content h3,
#box-content h4,
#box-content h5
{
	color:#CEB7BB;
}

#box-content h3
{
	font-size:15px;
}

#box-content .line
{
	margin:10px 0;
	border-bottom:1px solid #55494B;
}
	
/*++++++++++++++++++++++++++++++++++
	Produktkategorien Inhaltsbereich
++++++++++++++++++++++++++++++++++++*/
ul.categories
{
	margin:0 0 20px 0;
}

ul.categories li
{
	/*
	width:305px;
	float:left;
	
	*/	
}

.category-image 
{
	width:200px;
	margin:5px 0;
}
ul.categories li a
{
	font-size:12px;
}


/*++++++++++++++++++++++++
	Produktliste 
++++++++++++++++++++++++++*/
.productlist
{
	margin:0 20px 10px 0;
	padding:0;				
	width:150px;
	height:280px;
	overflow:hidden;	
	float:left;
}

.productlist-image
{
	width:145px;
	height:156px;
	overflow:hidden;	
	background:url(design/produktansicht.png) no-repeat;
	
}
.productlist-image div
{
	margin:31px 0 0 29px;	
	width:90px;
	height:90px;
	overflow:hidden;
	text-align:center;
}
/* title */
.productlist h4
{
	text-align:center;
	text-transform:uppercase;
	font-size:12px;	
	font-weight:normal;
	margin:0;
	padding:3px 0 0 0;
	height:40px;
}
/* Preis */
#box-content .productlist h5
{  
	text-align:center;
	margin:10px 0 0 0;
	padding:0;
	font-size: 13px;
	font-weight: bold;	
	color: #86A2CF;
}

.productlist .subinfo {
  text-align:center;
  font-size:10px;
}
.subinfo a {
	text-decoration:underline;
	color:#373738;
}

/*++++++++++++++++++++++++
	Produktdetail
++++++++++++++++++++++++++*/
.productdetail .shipping {
	color:#12C000;
}

#box-content .productdetail h5
{
	margin:5px 0 0 0;
	padding:0;
	font-size: 16px;
	font-weight: bold;	
	color:#86A2CF;	
}

.productdetail .subinfo 
{
	text-align:left;
	margin:0 0 5px 0;	
	padding:0 0 5px 0;
	color:#CEB7BB;
			
}
.productdetail .subinfo a
{
	color:#CEB7BB;
}

.productdetail .subinfo2
{
	font-size:10px;
	margin-top:10px;
} 


/* Produktbilder */


.box-image
{
	border:1px solid #000;
	margin: 0 0 10px 10px;
	padding:0;
}


.image-thumbnails 
{
	margin-top:10px;
}

.image-thumbnails table 
{
	border-collapse:collapse;
	width:auto;
	margin-top:5px;
	background:#63111F;
}
.image-thumbnails tr 
{
	vertical-align:middle;
}

.image-thumbnails td 
{
	padding:10px 5px;
	border-top: #8E565F 1px solid;
	border-bottom: #8E565F 1px solid;
	
}

/* product option tables */
table.product-option
{
	border-collapse:collapse  ; 
	width:99%;

}
table.product-option caption
{
	padding:5px;
	border-bottom:1px solid #E1E2E3;
	font-weight:bold;
	color:#fff;
	background:#535A61;
	display:none;
}

table.product-option tr
{
	vertical-align:middle;
}
table.product-option td
{
	padding:5px;
	border-bottom:1px solid #55494B;
}
table.product-option td
{
	width:auto;
}
table.product-option td.col1
{
	width:150px;
	text-align:right;	
}
table.product-option td.short
{
	width:50px;
}

/*++++++++++++++++++++++++
	Crosselling
++++++++++++++++++++++++++*/
.crosselling {
	margin: 10px 0 0 0 ;
}
.crosselling .subinfo
{
	border:0;
	padding:0;
}

/*++++++++++++++++++++++++++++++++
	Warenkorb und andere Tabellen
+++++++++++++++++++++++++++++++++*/
table.table-content {
	border-collapse:collapse ;
	background:#530D18;
	border-bottom: 1px solid #55494B; 	
	border-top: 1px solid #55494B; 	
}

.table-content thead th {
	border-bottom: 1px solid #55494B; 	
}
.table-content th,
.table-content td {
	padding:5px;
	vertical-align:top;
}

.table-content .border-top {
	border-top: 1px solid #55494B; 
}

.table-content .left {
	text-align:left;
}
.table-content .right {
	text-align:right;
}
.table-content .center {
	text-align:center;
}
.table-content .nowrap {
	white-space:nowrap;
}

/*++++++++++++++++++++++++
	Formulare
++++++++++++++++++++++++++*/

/* boxen main content */

#box-content .inputtext,
#box-content textarea,
#box-content select
{
	color:#CEB7BB;
	padding:3px 4px 3px 4px;
	background: #530D18;
	border:1px solid #828282;
	margin-right:5px;
}

#box-content .inputtext:focus,
#box-content textarea:focus,
#box-content select:focus
{
	color:#000;
	background:#F4BBB9;
}
#box-content .inputtext:hover,
#box-content textarea:hover,
#box-content select:hover
{
	background:#764C53;
}

#box-content select.inputtext,
#box-content select
{
	padding:0 0 0 4px ;
}


.form-area .inputtext, 
.form-area textarea
{
	width:250px;
		
}

fieldset 
{
	border:0;
	padding:0;
	margin:0;	
}
#box-content legend {	
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:10px 0;
}

.form-area label,
.form-area .label {
	display:block;
	padding:2px 0;
	font-size:12px;
}

.form-area .inline label {
	display:inline;
}

 
.form-area select
{	
	margin-bottom:5px;
}

.form-area-buttons {
	margin: 10px 20px 0 0;
	
}

.form-area .inputRequirement {
}


/*++++++++++++++++++++++++
	Zeug
++++++++++++++++++++++++++*/


.error 
{
	color:red;
	font-weight:bold;
}

address {
	font-style:normal;
}

img
{
	border:0;
}

p
{
	margin: 2px;
}
/* Links */
a 
{
  color: #000000;  
}

#scroll
{
  margin-top: 15px;
  text-align:center;
}

#scroll a:hover
{
  color:#AC0F22;
  text-decoration: none;
}

/* popups */
#popup
{
	background:#fff;
	padding:10px;
	color:#000;
}
#popup h1
{
	font-size:16px;
}
#popup-footer
{
	border-top:1px solid #000;
	padding:5px;
	margin:10px 0;
}




.img-moneybookers
{
	display:block;
}
/* payment blöcke */
.payment 
{
	margin:0 0 5px 0;
	padding:5px;
	border-bottom:1px solid #E1E2E3;	
}

.payment .description 
{

}

