/*  =========================================================
Vanilia
Datei: default.css
Media: screen, projection

Datum: 13. Okt. 2009
Autor: Stefan SL
Web:   http://www.sem-webdesign.de

1. Allgemeine Selektoren
   - Block-Elemente
   - Inline-Elemente
   - Allgemeine Klassen
   - Non-Layout IDs

2. Layoutbereiche
   - Wrapper
   - Kopfbereich
   - Navibereich
   - Textbereich
   - sIFR-Formatierungen
   - Fussbereich

3. Spezielle Seiten
   - Kontaktformular

========================================================== */

/* ===============================

   =1. Allgemeine Selektoren

=============================== */

* { /* Kalibirierung von Abständen */
    margin: 0;
    padding: 0;
}

html, body { /* In Firefox Rollbalken erzwingen */
	height: 100%;
}

body {
    /*background-color: #4b4e53;*/
	/*BG Lobo*/
	background-color: #3c3c3b;
    /*  background:#6a6858 url('templates/Vanilia/images/background.gif') repeat-x;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
}

/* ===============================
   =Block-Elemente
=============================== */

img {
    border: none;
}

table,td {
	padding: 5px;
}

/* PARAGRAPH GLOBAL */
p {
	margin:0px 0px 8px 0px
}

/* ===============================
   =Inline-Elemente
=============================== */

a {
	color: #fff;
	text-decoration: none;
}
	a:hover {
		color: #0f0f0f;
	}
	a.active {
		color: #0f0f0f;
	}
	
	a:focus {
		outline: none;
	}
	
li { list-style:none;}



hr{
    border:none;
    border-top: 1px dotted #AAA;
    margin: 50px 10px;
}



/* ===============================
   =Classes allgemeiner Art
=============================== */
.clearer {
	clear: both;
}

.center {
	text-align: center;
}
#mask { 
    background:#2c343d url('images/mask_gradient_1000.png') no-repeat; 
    background-position:center; 
}

.fl { float: left;  }
.fr { float: right; }

.errormessage {
    color: #D8000C;
    background-color: #FFBABA;
    border: 1px solid;
	margin-bottom: 30px;
}

.nopadding,
.nopadding td {
	padding: 0 !important;
}

/* ========================================

  =2. LAYOUTBEREICHE

========================================= */

	#wrapper {
		margin:0 auto;
		padding: 23px 6px;
		position:relative; /* puts container in front of distance */
		text-align:left;
		width: 960px;
		clear:left;
/* 		background-color: #4b4e53; */
		color: #fff;
	}
	
	#main {
		padding: 12px;
	/* 	background: #9a9b9d; */
		min-height: 527px;
		height: auto !important;
		height: 527px;
	}
	
		.box_1,.box_1 { float: left;}
		.box_1{ width: 340px; margin: 0 40px 20px 0;}
		.box_r { margin-right: 0px !important; }


/* ===============================
   =KOPFBEREICH
=============================== */



/* ===============================
   =NAVIBEREICH
=============================== */

#left{
	width: 129px;
}
	a#logo{
		display: block;
		width: 129px;
		height: 91px;
		background: url('images/vanilia_logo_GW2.gif') no-repeat;
		border-bottom: 4px solid #323232;
	}
		a#logo span{
			display: none;
		}
	
	#left .boxheader {
		display: none;
	}
	

	ul#shopmenu li.subcat a{
		text-transform: none !important;
	}
		ul#shopmenu a { background: url('images/back_navi.gif') repeat-x; }
		ul#shopmenu a.gewaehlt {
			font-weight: bold;
		}
			
	ul.categorymenu{
		padding: 0 0 0 0;
		
	}
		ul.categorymenu li {
			border-bottom: 4px solid #323232;
		}
			ul.categorymenu a {
				background-color: #3c3c3b;
				display: block;
				padding: 4px 0px 4px 6px;
				text-decoration: none;
				text-transform: uppercase;
				color: #fff;
				font-size: 12px;
			}
			ul.categorymenu a.gewaehlt {				

			}			

			
		/* Submenu */
		ul.categorymenu ul {
			padding: 1em 0 0 7px;
			
		}
			ul.categorymenu ul li {			
				margin-bottom: 0.4em;
			}
			
			ul.categorymenu li.subcat {

			}
				ul.categorymenu li.level2 {
					padding-left: 28px; 
				}
	
#left .boxbody{
	padding: 20px 0 20px 20px;
	background: #5d5f64;
	line-height: 13px;
	font-size: 11px;
}
/* ===============================
   =TEXTBEREICH
=============================== */


#content {

	width: 798px;
	float: right;
	color: #fff;
	font-size: 12px;
	line-height: 14px;

}
	#contenttop {
	height: 91px;
	margin-bottom: 1px;
	background: transparent url('images/back_left.png');
	text-align: right;
	}
		
		#contenttop h1 {
			position: relative;
			right: 15px;
			top: 58px;
			font-size: 14px;
		}
		
		#contenttop div.textback {
			float: left;
			padding: 69px 0 0 15px;
		}
		
		#contenttop div.centerHeading {
			width: 367px;
			float: right;
			text-align: left;
		}
			#contenttop div.centerHeading h1 {
				right: auto;
			}
		
		#categorytop {
			text-align: right;
			margin-bottom: 20px; 
		}
			
	
	#contentbottom {
		background: transparent url('images/back_left.png');
 		min-height: 435px;
		height: auto !important;
		height: 435px; 
	}
		#contentbottom .inside {
	padding: 14px;
	height: 100%;
}
	
		/* HEADINGS */
		#contentbottom h1 {
			color:#fff;
			font-weight:bold;
			font-size:13px;
			margin:20px 0px 15px 0px;
			padding:0px;
			width:auto;
			border-style:dotted;
			border-width:0px 0px 1px 0px;
			border-color:#ccc;
			padding-bottom:8px;
		}
		#contentbottom h2 {
			color:#fff;
			font-weight:bold;
			font-size:13px;
			margin:0px 0px 8px 0px;
			padding:0px;
		}
	
	
.scrollable {
	width: 745px;
	float: right;
}
.scrollable .items {


}

.scrollable td { padding: 0;}

	.nobackground {
		background: none !important;
		padding: 0 !important;
	}
	.greybackground {
		background: #5f6062 !important;
	}
		
table.article {

}
	table.article td {
		background-color:#fff;
	}
	.articleDescription {
		width: 196px;
		padding: 7px 5px;
		overflow: hidden;
		background-color: #fff;
		color: #0f0f0f;
		text-align: left;
	}
		.description span {
			float: left;
		}
	.previewpics {
		margin-left: 4px;
		float: right;
	}


/* Produktlisting */

/* single scrollable item */


/* !!!  neue Version 20.7.10*/
div.listing_image {
	width: 170px;
	height: 330px;
	display: block;
	float: left;
	background-color:#f0f0f0;
	padding:4px;
	cursor:pointer;
	color: #616265;
	text-decoration: none;
	font-size: 11px;
	overflow: hidden;
	margin-top: 0;
	margin-right: 11px;
	margin-bottom: 20px;
	margin-left: 0px;
}
div.listing_image img{
	margin-bottom: 2px;
	/*border: 1px solid #FFF;*/
}


div.listing_image span.product_list_price {
	display: block;
	height: 40px;
}

.listing_colors a{
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 5px 2px 0 0;
	border: 2px solid #CCC;
}
.listing_colors a:hover{
	border: 2px solid #600;
}

.productimage {
	/*margin-right: 91px;*/
	/*width: 328px;*/
	width: 418px;
	float: left;
}
	.productimagemain {
		width: 270px;
		overflow: hidden;
		margin-right: 5px;
		float: left;
	}
	.productimagethumb {

		float: left;
	}
		.productimagethumb img{
			margin-bottom: 5px;
		}
		
	.product_small_pages {
		border: 1px solid #737375;
		background-color:#616265;
		padding: 1px;
		position: relative;
		top: 45px;
		
	}
	.product_small_pages div.inner{
		overflow: hidden;
	}
			.product_small_pages ul { float: right;	}
			.product_small_pages li { float: left;	border-left:  1px solid #737375; }
			.product_small_pages li a,
			.product_small_pages li strong 	{ padding: 10px; display: block; text-decoration: none; font-size: 11px;}
			.product_small_pages li strong 	{ background-color: #737375; }
	
	.image_2 {
		display: none;
	}


/* PRODUCTINFO */
#productinfo {
	width: 242px;
	float: left;
	margin-right: 30px;
}
#productinfo a{ text-decoration:underline; }


	#productinfo p.productprice {
	width: 247px;
	background: #1b2128;
	padding: 8px 5px;
	margin-left: -5px;
	font-size: 14px;
	margin-bottom: 5px !important;
	display: block;
	}
	#productinfo #productinfopricewithimages {
		margin-bottom: 20px;		
	}
	#productinfo .taxandshippinginfo,
	#productinfo .shippingtime {	font-size: 10px;  margin-bottom: 0px;	}
	#productinfo .shippingtime {	display: none;	}
	#productinfo .productdescription {
		margin-bottom: 20px;
	}
	#productinfo #productcolors {
		margin-bottom: 20px;
	}
		#attribsImages img:hover,
		#colorBox a:hover {
			cursor: pointer;
		}
		
		span.tab60 { width: 60px; display: block; float: left; }
		
	
	.select { background-color: #333; padding: 12px;}
	.select .options {left:0; padding:7px; position:absolute; top:-99999px; z-index:100;}
	.select li a {display:block; float:left; font-size:108.33%; height:24px; line-height:24px; text-indent:3px; width:187px;}
	.select .visible {top:39px;}

	.addtobasket {
		margin-bottom: 15px;
	}
		.addtobasket div.products_qty {
			margin-bottom: 10px;
		}
		
	#boxnostock {
		background-color: #953537;
		color: #fff;
		padding: 5px;
		width: 130px;
		float: left;
	}

		
		#attribsImages {
			height: 387px;
		}
		
		#colorfields {
			padding-top: 5px;
		}
			
			#colorfields a {
				display: block;
				width: 30px;
				height: 30px;
				margin: 0 5px 5px 0;
				float: left;
				cursor: pointer;
			}
			#colorfields img {
				display: block;
				width: 30px;
				height: 30px;
				margin: 0 5px 5px 0;
				float: left;
				cursor: pointer;
			}
		
		#zoom {float:left; cursor: pointer;}
		

	#styletipp {
		width: 205px;
		overflow: hidden;
		text-align:center;
	}	
	#styletippButton{
		background: url('buttons/german/styletipp.gif');
		margin: 10px auto;
	}

	#wishlistButton { background: url('buttons/german/wishlist.gif');}
	#toppicksButton { background: url('buttons/german/toppicks.gif');}

	#styletippButton,
	#wishlistButton,
	#toppicksButton {
		display: block;
		width: 97px;
		height: 20px;
	}
	
	#styletippButton span,
	#wishlistButton span,
	#toppicksButton span{
		display: none;
	}


table.productPreview td {
	border-bottom: 1px solid lightgrey;
}

	table.productPreview td {
		vertical-align: top;
		padding: 6px;
	}
	
p.productinfoproductadded {
	font-size:11px;
}
.productoptions {
}

table.options td{
	padding: 0;
	vertical-align: top;
}


/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
	margin:0;
	padding:0;
}
ul#checkoutnavigation li {
	height: 70px;
	list-style-type:none;
	float:left;
	width:154px;
	margin-right:15px;
	border: solid 1px;
	padding:8px
}
ul#checkoutnavigation li.last {
	margin-right: 0 !important
}
	ul#checkoutnavigation li.active {
		background-color: #f8f8f8;
		color: #000;
	}
		ul#checkoutnavigation li.active .number {
			font-size:20px;
			font-weight:bold;

		}
		ul#checkoutnavigation li.active .title {
			font-size:14px;
			font-weight:bold;

		}
		ul#checkoutnavigation li.active .description {
			font-size:11px;
		}
	ul#checkoutnavigation li.inactive {
		color:#999999;
		background-color: #EDEDED;
		border-color:#999999;
	}
		ul#checkoutnavigation li.inactive .number {
			font-size:20px;
			font-weight:bold;
		}
		ul#checkoutnavigation li.inactive .title {
			font-size:14px;
			font-weight:bold;
		}
		ul#checkoutnavigation li.inactive .description {
			font-size:11px;
		}

#content .checkout a { color: #990000; }

/* POPUP */
td.contentsTopics {
	font-size: 18px;
	padding-top: 10px;
}


/* NEW PRODUCTS */




	


	
/* POPUPS PRODUCTINFO */
body.popupproductinfo {
	padding:15px;
	background:none;
	background-color:#fff
}


/* POPUP print_order.html */
body.popupprintorder {
	font-family:Arial, Sans-serif;
	font-size:13px;
	padding:15px;
	background:none;
	background-color:#fff
}
body.popupprintorder .products tr.header td {
	font-weight:bold;
	background-color:#EDEDED;
}
body.popupprintorder .products .total {
	text-align:right
}
body.popupprintorder .products .quantity {
	vertical-align:top
}
body.popupprintorder .productname {
	vertical-align:top
}
body.popupprintorder .model {
	vertical-align:top
}
body.popupprintorder .singleprice {
	vertical-align:top
}
body.popupprintorder .totalprice {
	vertical-align:top
}


/* HIGHLIGHTBOX (BACKGROUND) */
div.highlightbox {
	padding: 15px;
	margin-bottom: 30px;
}
div.highlightbox ul {
	margin-left:15px;
	padding:0;
	display:block;
	list-style-type:square;
	line-height:20px
}
	div.highlightbox td {
		padding: 5px;
	}
	div.highlightbox h1 {
		color: #893769;
		padding:0px 0px 10px 0px;
		margin:0;
		border:none;
		font-size:16px
	}
	div.highlightbox div.hr {
		height:1px;
		line-height:1px;
		margin:0;
		padding:0;
		display:block;
		border-bottom: 1px dotted #ccc;
	}
	
	
/* PAYMENT TYPE SELECTION */
table.paymentblock {
	background-color:#f8f8f8;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#eee;
	margin-bottom:15px;
}
table.paymentblock tr td {
	color:#000;
}
table.paymentblock tr td.header {
	background-color:#1b2128;
	padding:2px;
	padding-left:5px;
	color:#FFFFFF;
	font-weight:bold;
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
	background-color:#f8f8f8;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#eee;
	margin-bottom:15px;
}
table.shippingblock tr td.header {
	background-color:#1b2128;
	padding:2px;
	padding-left:5px;
	color:#FFFFFF;
	font-weight:bold;
}
table.shippingblock tr td {
	vertical-align:top;
}
table.shippingblock tr td.description {
	width:100%;
	vertical-align:top;
	padding-left:6px;
	color: #1b2128;
}
table.shippingblock tr td.radiobutton {
	vertical-align:top;
	white-space:nowrap;
	padding:4px;
}
table.shippingblock tr td.radiobutton input {
	margin:0;
	padding:0;
}
table.shippingblock tr td.price {
	color: #000;
	vertical-align:top;
	white-space:nowrap
}
/* ORDER DETAILS IN ACCOUNT HISTORY */
table.accounthistoryinfoorderdetails tr td {
	vertical-align:top
}
table.accounthistoryinfoorderdetails tr.header td {
	font-weight:bold
}
/* MESSAGEBOX ON CONTACT SITE */
textarea.message_body {
	width:130px;
}


/* ORDER DETAILS */
table.orderdetails {
	font-size:11px;
	background-color:transparent;
	border-style: solid;
	border-width:0px 0px 0px 0px;
	border-color:#ccc;
}
	table.orderdetails tr td {
		padding:4px
	}
		table.orderdetails tr.headerrow td {
			background-color:transparent;
			color:#fff;
			font-weight:bold;
			border-bottom: 1px dotted #ccc;
		}
			table.orderdetails tr.headerrow td.left {
				text-align:left
			}
			table.orderdetails tr.headerrow td.center {
				text-align:center
			}
			table.orderdetails tr.headerrow td.right {
				text-align:right
			}
			
			
/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {
	background-color:transparent;
	vertical-align:top;
	border-bottom: 1px dotted #ccc;
}
	table.orderdetails tr.contentrow1 td.quantity {
		text-align:left;
	}
		table.orderdetails tr.contentrow1 td.quantity input {
			font-size:11px;
			padding:2px;
			border:solid #ccc 1px;
		}
	table.orderdetails tr.contentrow1 td.productname {
		text-align:left;
	}
	
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
	background-color:transparent;
	vertical-align:top;
	border-bottom: 1px dotted #ccc;
}
	table.orderdetails tr.contentrow2 td.quantity {
		text-align:left;
	}
		table.orderdetails tr.contentrow2 td.quantity input {
			font-size:11px;
			padding:2px;
			border:solid #ccc 1px;
		}
	table.orderdetails tr.contentrow2 td.productname {
		text-align:left
	}

table.orderdetails tr td {
	padding: 5px;
}
table.orderdetails tr td td {
	border: none !important;
	padding: 2px !important;
}

/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {
	text-align:right;
	white-space:nowrap
}
/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {
	text-align:right;
	white-space:nowrap
}
/* ORDER DETAILS DELETE CHECKBOX */
table.orderdetails tr td.delete {
	text-align:center;
	white-space:nowrap
}
/* ORDER DETAILS PRODUCT ATTRIBUTES */
table.orderdetails tr td.productname table.productattributes {
	margin-top:3px;
}
	table.orderdetails tr td.productname table.productattributes tr td {
		padding:0px;
	}
		table.orderdetails tr td.productname table.productattributes tr td.attribute {
			padding-right:4px;
		}
		table.orderdetails tr td.productname table.productattributes tr td.value {
			width:100%;
		}
/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal {
	background-color:transparent;
	text-align:right;
}

#adminbox {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 100;
}
#adminbox .boxbody{
	padding: 20px;
}


#TB_closeWindow {

}

.account_history{
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #ccc;
}
.split_bar ul {
	float: right;
	line-height: normal !important;	
}
.split_bar ul li{
	float: left;
	margin-left: 5px;
}

/* ===============================
   =FUSSBEREICH
=============================== */
#footer {
	padding: 6px 0 0 10px;
	clear: both;
}
	#footer a{
		color: #999;
		text-decoration: none;
	}
		#footer a:hover{
			color: #fff;
		}
		
	#footer li {
		float: left;
	}
	
	#footer ul,
	#footer span {
		
	}
		#warenkorb {
			color: #c3c6c7 !important;
			
			float: left;
			margin-left: 10px;
		}
		#footer #login {
			margin-right: 3em;
			padding-left: 0px;
		}
		#footer #login li { padding-left:0;}
			#footer #login a{ padding-right: 20px; }
			#footer #footlinks a { display: block; padding: 0 10px;	}

.copyright {
	clear: both;
	color: #56595f !important;
}
	.copyright a {
		color: #56595f !important;	
	}


/* ===============================
   =sIFR-Formatierungen
=============================== */


/* ===============================

   =3. Spezielle Seiten

=============================== */
#formExpose {
	padding: 20px;
	width: 50%;
}

.formTable {}
.formTable td { padding-bottom: 10px; }

/* tooltip styling */ 
#tooltip { 
    display:none; 
    background:url('images/black_arrow.png'); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;
	position: relative;
	z-index: 10000;
}

.next, .prev { 
    /* absolute positioning relative to the overlay */ 
    position:absolute; 
    top:40%; 
 
    /* upcoming CSS3 rounded border feature */ 
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
} 
 
/* progress indicator (animated gif). should be initially hidden */ 
.progress { 
    position:absolute; 
    top:45%; 
    left:50%; 
    display:none; 
} 
 
/* active thumbnail is raised on top of the mask using the z-index property */ 
#thumbs a.active img { 
    outline:1px solid #000; 
    z-index:9999; 
    position:relative; 
}
/* ===============================
   Kontaktformular
=============================== */




/* EoF */

