/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0;
	background: #4c4b4d url(img/bg.png) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}

a {
  color: #38373a;
  text-decoration: none;
}
ol li {
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	margin: 12px 0 12px 0;
}
#header{
	position: relative;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	height: 202px;
}
#header_links {
	position: absolute;
	float: right;
	top: 3px;
	width: 1000px;
	font-size: 12px;
	text-align: right;
	color: #ffffff;
	z-index: 2;
}
#header_links a {
	padding: 0 8px 0 8px;
	text-decoration: none;
	color: #ffffff;
}
#street_fashion {
	position: absolute;
	left: 150px;
	top: 35px;
}
#header_right {
	position: absolute;
	top: 9px;
	right: 0;
}
#begruessung {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #cbcbcd;
}
.smallText a {
	text-transform: none;
	font-size: 11px;
}

/* MENU HEADER ############################################################*/
#menu {
	position: absolute;
	top: 118px;
	left: 107px;
}
#menu a:hover {
  color: #ffffff;
}
#hauptmenu {
	position: relative;
	height: 24px;
	left: 15px;
	line-height: 24px;
}
#hauptmenu a {
	display: block;
	float: left;
	height: 24px;
	padding: 0 30px 0 10px;
	border-right: 2px solid #4d4c4e;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
#hauptmenu a#navi_home {
	padding-left: 25px;
}
#hauptmenu .normal {
	color: #4d4c4e;
}
#hauptmenu .active {
	color: #ffffff;
	background-color: #761334;
}

.weiss {
	color: #ffffff;
}
#category_menu {display: none;} 

#menu ul {
	list-style: none;
}
#menu li {
	float: left;
}
.main a {
	padding: 0 30px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

#menu ul ul {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 800px;
}
.sub a  {
	text-transform: none;
	font-weight: normal;
}
.normal {
	color: #858688;
}
.active {
	color: #ffffff;
}

#main {
	width: 100%; 
	position: relative; 
}
#main_big {
	height: auto; 
	overflow: hidden; 
	width:100%;
	position: relative; 
}
#main a, #main_big a {text-decoration: underline;}
#main a, #main_big a:hover {color: #858688;}

#main_inner {
	overflow: hidden; 
	width: 1000px;
	min-height: 402px;
	position: relative; 
	left: 50%; 
	margin-left: -500px;
	background: #ffffff;
	color: #000000;
	font-size: 11px;
	padding: 10px;
}
#main_content {
	position: relative;
	left: 50%;
	width: 1000px;
	padding: 2px;
	margin-left: -500px;
	background-color: #ffffff;
	color: #858688;
	font-size: 11px;
	overflow: hidden;
}
#main_content ul {
	line-height: 130%;
} 
#main_content li {
	margin-bottom: 10px;
} 

#main h1, #main_big h1 {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}
.main_content_right {
	position: relative;
	top: -2px;
	left: 20px;
	width: 270px;
	height: 405px;
	float: right;
	padding-right: 50px;
	text-align: justify;
}
h3.h_trenner_oben {
	margin: 30px 0 10px 0;
	border-top: 1px dashed #858688;
	padding-top: 20px;
	max-width: 990px;
}
.nummer {
	position: relative;
	top: -12px;
	font-size: 46px;
	font-weight: bold;
	margin: 0;
	color: #c5c6c8;
}
.main_content_right_bild {
	position: absolute; 
	bottom: 2px; 
	right: 0;
}
#footer {
	position: relative;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	color: #38373a;
	background: #858688 url(img/footer_bg.png) repeat-x;
}	
.footer_box {
	display: block;
	width: 250px;
	float: left;
}
.footer_box h2 {
	margin: 0;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;	
}
.footer_box_content {
	width: 220px;
	padding: 7px 0 15px 0;
	color: #4d4c4e;
}
.footer_box_content a {
	font-size: 11px;
}
.footer_input_text {
	width: 156px;
	height: 19px;
	padding: 3px 0 0 5px;
	background: url(img/footer_input_text.png) no-repeat;
	border: none;
	color: #4d4c4e;
	font-size: 12px;
}
.footer_input_button {
	position: relative;
	top: 4px;
}
#footer_input_pass {
	width: 132px;
}
.copyright, .parseTime {
	width: 100%;
	text-align: center;
	font-size: 11px;
	background: #858688;
}
#footer_big_content {
	width: 100%; 
	position: relative;
	clear: both;
	top: 0px;
	overflow: hidden;
	background: #858688 url(img/footer_bg.png) repeat-x;
}
#footer_big {
	width: 1000px; 
	position: relative; 
	left: 50%;
	top: 0px;
	margin-left: -500px; 
	padding: 5px 0 10px 0;
}


/* KATEGORIE-ÜBERSICHT MIT ALLEN ARTIKELN ############################################## */
#kategorie_main {
	width: 99%; 
	height: 405px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	text-align: center;
}
#slider_frame {
  width: 296px;
  height: 12px;
  margin: 5px auto;
  background: url(img/slider_bg.png) no-repeat;
  position: relative;
}
#content-slider {
  width: 150px;
  height: 12px;
  position: relative;
  left: 10px;
}

.ui-slider-handle {
  width: 125px;
  height: 12px;
  position: absolute;
  background: url(img/slider.png) no-repeat;
}

#content-scroll {
  width: auto;
  height: 360px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

#content-holder {
  margin: auto;
  height: 320px;
}
.content-item  {
	position: relative;
	overflow: hidden;
	width: 300px;
	height: 320px;
	margin: 30px 0 0 10px;
	float: left;
	text-align: center;
}

/* ENDE Scrollleiste für Listenansicht*/


/* Artikelbeschreibung Detailansicht ###########################################*/
.artikel_infos {
	position: absolute;
	bottom: 0;
	width: 300px;
	display: none;
	color: #666666;
	font-size: 12px;	
	text-align: center;
}
.artikel_infos h1 a  {
	display: block;
	text-transform: uppercase;
	text-align: center;
	color: #999999;
	font-size: 15px;
	margin: 15px 0 5px 0;
	font-weight: bold;
}

#artikel_details {
	position: relative;
	left: 50%;
	width: 1000px;
	padding-top: 20px;
	margin-left: -500px;
	text-align: left;
	overflow: hidden;
}

#artikel_details_bild {
	width: 400px;
	height: 350px;
	float: left;
	text-align: center;
	position: relative;
}
#artikel_details_bild img {
	margin: 0 auto 0 auto;
}
#products_image {
	height: 350px;
}
#artikel_details_beschreibung {
	width: 570px;
	height: 380px;
	padding-right: 10px;
	margin: 0 0 0 20px;
	float: left;
	line-height: 16px;
}
#artikel_details_beschreibung h1 {
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 1px dashed #000;
	padding-bottom: 7px;
}
#artikel_details_beschreibung ul {
	margin: 0;
	padding: 0 0 0 15px;
}
#artikel_text {
	height: 200px; 
	overflow: auto;
}
.artikel_attribute {
	display: block;
	margin: 10px 0 10px 0;
	position: relative;
	width: 300px;
}
.artikel_preis {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
}
#products_image {
	max-width: 390px;
	max-height: 350px
}
.zoom {
	position: absolute; 
	bottom: 0; 
	right: 50px; 
	display: block;
	width: 25px;
	height: 26px;
	background: url(img/zoom.png) no-repeat;
	z-index: 2;
}
/*Heiko 12.04.2010*/
.artikel_in_korb {
	/*position: absolute;
	bottom: 20px;*/
	overflow: auto;
	height: 140px;
	float: left;
	width: 100%;
	margin-top: 12px;
}
.back_button {
	display: block;
	height: 23px;
	width: 80px;
	background: #7f7f7f;
	text-align: center;
	line-height: 23px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}


/*==================================
Hide lists on page load
====================================*/

.stylish-select ul.newList {left:-9999px;}

/*==================================
selects grafisch 
====================================*/
ul.newList * {
	margin: 0; 
	padding:0;
}
ul.newList a {
	color: #666666; 
	text-decoration:none; 
	display:block;
}
ul.newList {
	margin:0; 
	padding:0; 
	list-style:none; 
	color:#000; 
	width:160px; 
	position:absolute; 
	background: #ffffff;
	border:1px solid #ccc; 
	overflow:auto; 
	z-index:9999;
}
.newListSelected {
	width:154px; 
	color:#666666; 
	height:19px; 
	padding:3px 0 0 6px; 
	background:url(images/select.jpg) no-repeat;
}
.newListSelected span {
	width:154px; 
	display:block;
}
ul.newList li a {
	padding:3px 8px; 
	display: block;
}
ul.newList li a:focus {
	-moz-outline-style: none;
}
.selectedTxt {
	width:160px; 
	overflow:hidden; 
	height:16px; 
	padding: 0;
}
.hiLite {}
.hiLite a {}
.newListHover {
	background:#666666!important; 
	color:#fff!important; 
	cursor:default;
}
.newListSelHover, .newListSelFocus {
	cursor:default;
}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {
	font-weight:normal; 
	border-left:1px solid #ccc;
}
/* ########################################################################### */
/* ########################################################################### */


/* Formulare ################################################################# */
.content_form {
	margin: 20px;
}
.form_input {
	position: relative;
	width: 250px;
	height: 20px;
	margin: 10px 0 10px 0;
	line-height: 20px;
}
.form_input input, .form_input_big input {
	position: absolute;
	right: 0px;
	top: 0;
	width: 160px;
}
.form_input_big input {
	width: 200px;
}
.form_input_big {
	position: relative;
	width: 350px;
	height: 20px;
	margin: 10px 0 10px 0;
	line-height: 20px;
}
.form_input_big textarea {
	width: 345px;
	height: 100px;
}
.info {
	color: #ff0000;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
.link_icon {
	position: relative; 
	top: 5px; 
	margin-right: 5px;
}
/* WARENKORB ######################################################### */
.main_big_head {
	background: #666666;
	width: 990px;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
.main_big_head td {
	vertical-align: bottom;
	padding: 5px;
	background: url(img/ueberschrift_verlauf.png) repeat-x;
}
#warenkorb_content {
	width: 990px;
	padding: 5px 0 5px 0;
}
#warenkorb_content tr {
	padding-bottom: 5px;
}
#warenkorb_content td {
	vertical-align: top;
	padding: 5px;
	border-top: 2px solid #858688;
	border-bottom: 2px solid #858688;
}
.warenkorb_produkt {
	font-weight: bold;
	color: #000000;
	font-size: 13px;
}
.warenkorb_bild {
	width: 110px;
	text-align: center;
}
.warenkorb_bild img {
	height: 80px;
	margin: 0 auto 0 auto;
}
.border_btl { border-left: 2px solid #858688;}
.border_btr { border-right: 2px solid #858688;}

#warenkorb_footer {
	clear: both;
	width: 990px;
	overflow: hidden;
}
#warenkorb_infotext {
	width: 465px;
	padding: 0 10px 0 10px;
	float: left;
	background: #f0f0f0;
	border: 2px solid #858688;
	color: #858688;
}
#warenkorb_preis {
	width: 480px;
	padding: 5px;
	float: right;
	border: 2px solid #f0f0f0;
	text-align: right;
}

/* Getätigte Bestellungen ################################################# */
#warenkorb_history {
	width: 990px;
	display: block;
	clear: both;
	margin: 20px 0 20px 0;
}
.history_artikel {
	width: 230px;
	height: 330px;
	text-align: center;
	float: left;
	border: 2px solid #858688;
	padding: 5px;
	margin: 5px;
}
.history_artikel img {
	max-width: 200px;
}
#endpreis {
	width: 100%; 
	padding: 10px 0 10px 0; 
	margin-bottom: 10px;
	border-top: 1px dashed #858688; 
	border-bottom: 1px dashed #858688;
	font-weight: bold;
}

/* Fortschrittleiste bei Bestellvorgang ##################################### */
#bestellung_status {
	overflow: hidden;
	clear: both;
	width: 995px;
	height: 25px;
	margin: 5px 0 20px 0;
}
#bestellung_status div {
	float: left;
	width: 246px;
	line-height: 25px;
	text-align: center;
	color: #000000;
	border-right: 2px solid #ffffff;
}
#bestellung_status img {
	position: relative;
	top: 3px;
	margin-right: 5px;
}
.bestellvorgang {
	width: 300px;
	height: 300px;
	margin-right: 30px;
	float: left;
}
#bestellung_status .Current {
	background-color: #999999;
}
#bestellung_status .To {
	background-color: #cc9999;
}
#bestellung_status .Done {
	background-color: #99cccc;
}

.plus {
background: url(img/plus.gif) no-repeat;
width: 13px;
height: 13px;
margin: 0 0 5px 0;
border: 0px;
font-size: 0px;
cursor: pointer;
}

.minus {
background: url(img/minus.gif) no-repeat;
width: 13px;
height: 13px;
margin: 0 5px 5px 0;
border: 0px;
font-size: 0px;
cursor: pointer;
}

.alter {
display: block;
background: url(img/alter.gif) no-repeat;
width: 13px;
height: 13px;
border: 0px;
font-size: 0px;
cursor: pointer;
}

.delete {
display: block;
background: url(img/delete.gif) no-repeat;
width: 19px;
height: 22px;
border: 0px;
font-size: 0px;
background-color: #FFCC99;
cursor: pointer;
}



 /* start product matrix */
 table.product_matrix {
 	border:1px solid #666666;
 	}
 div.horiz_option {
 	border-bottom: 1px solid #666666;
 	}
 td.attributeName {
 	border-left:1px solid #666666;
 	background-color:#CCCCCC;
 	}	
 td.attributeName2 {
 	border-top:1px solid #666666;
 	background-color:#CCCCCC;
 	}
 td.stock {
 	border-top:1px solid #666666;
 	border-left:1px solid #666666;
 	}
.pmatrix_hoption {
	width:160px;
	}
 /* end product matrix */




/* ABOUT US ###############################################################*/
#aboutus_left {
	width: 270px; 
	height: 402px; 
	margin: -2px 30px 0 30px;
	display: block; 
	float: left;
}
.slideshow {
	width: 330px;
	height: 402px;
	padding-bottom: 2px;
	float: left;
	display: block;
}
.slideshow img {
	height: 402px;
	width: 300px;
}




/* FAQ Accordion ############################################################*/
.faq_abschnitt {
	width: 988px;
	clear: both;	
}

.faq_abschnitt_bezeichnung {
	width: 139px;
	height: 16px;
	padding: 7px 0 2px 10px;
	float: left;
	border-top: 1px solid #ffffff;
	font-weight: bold;
}
dl.accordion {
	width: 839px;
	float: right;
	margin: 0;
	padding: 0;
}
/* Ebene 1 */
dl.accordion dt {
	position: relative;
	height: 16px;
	padding: 7px 0 2px 25px;	
	font-weight: bold;	
	color: #ffffff;
	background: #999999 url(img/pfeil_unten_kl.png) 6px center no-repeat;	
	cursor: pointer;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

dl.accordion dt.open {
	background: #999999 url(img/pfeil_kl.png) 6px center no-repeat;
}

dl.accordion dd {
	position: relative;
	left: -40px;
	width: 838px;
	line-height: 16px;
	overflow: hidden;
	background: #ebebeb;
	border-left: 1px solid #ffffff;
	color: #000000;
	padding: 0;
}
dl.accordion dd p { padding: 10px 10px 10px 30px; margin: 0;}

/*Heiko 12.04.2010*/
img.colorSelector {
	cursor: pointer;
}
img.colorSelected {
	border: 1px solid #8a1133;
}

#popCart, #info_popup, #info_popup_bad, #trainingslager_popup {
	position: absolute;
	top: 250px;
	left: 50%;
	width: 560px;
	margin-left: -280px;
	border: 1px solid #000000;
	color: #ffffff;
	z-index: 100000;
	display: none;
	padding: 10px 10px 25px 10px;
	background: #3a3a3a url(img/popup_bg.jpg) repeat-x;
}
#info_popup, #info_popup_bad, #trainingslager_popup  {
	display: block;
}
#info_popup_bad {
	background: #d8d8d8;
	border: 3px solid #c00000;
	color: #c00000;
}
#trainingslager_popup {
	top: 150px;
}
.popup_header {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.0em;
	text-align: center;
	vertical-align:bottom;
	padding: 3px 10px;
	border: 1px solid #ccc;
	margin: 0px auto;
	width: 380px;
}

.popup_image {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #000;
	margin: 10px auto;
	padding: 5px;
}

#mycart {
	margin: 0px auto;
	height: 62px;
	width: 450px;
	padding-top: 20px;
}

.cart_symbol {
	height: 42px;
	width: 48px;
	float: right;
	background-image: url(img/shopping_cart.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.cart_contents {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #ffffff;
	width: 350px;
	height: 62px;
	float: left;
}

#pop_buttons_box {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.0em;
	text-align: center;
	width: 560px;
	height: 28px;
	vertical-align:bottom;
	margin: 10px auto 0 auto;
}

#pop_buttons_box a {
	color: #ffffff;
	text-decoration: none;
}
#pop_buttons_box a:hover {
	color: #484848;
	text-decoration: none;
}

.close_button {
	float: left;
	width: 160px;
}
.cart_button {
	float: right;
	width: 160px;
}

.altpreis {text-decoration: line-through; font-size:12px}
.angebotspreis {color: #ff0000; font-weight: bold;}

.close_button, .cart_button {
	border: 2px solid #ffffff;
	color: #ffffff;
	background: #c00000;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
}

#neue_produkte {
	position: absolute; 
	top: 250px; 
	left: 50%; 
	margin-left: -500px;
	width: 1000px;
	height: 150px;  
	border-top: 2px solid rgb(134, 134, 136);
}
#neue_produkte .content-item {
	width: 280px;
	height: 110px;
	padding: 10px;
	margin: 0;
	border-right: 1px solid rgb(134, 134, 136);
}

.neues_produkt_bild {
	width: 90px;
	height: 100px;
	margin-right: 10px;
	float: left;
}
.neues_produkt_beschreibung {
	float: left;
	height: 100px;
	overflow: auto;
	text-align: left;
	width: 180px;
}
