/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
.hotline {
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.boxText,.boxText td.infoBoxContents,.infoDivBox,.infoDivBox td.infoBoxContents
	{
	font-size: 0.6em;
}

.errorBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	background: #ffb3b5;
	font-weight: bold;
}

.stockWarning {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #cc0033;
}

.productsNotifications {
	background: #f2fff7;
}

.orderEdit {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #70d250;
	text-decoration: underline;
}

BODY {
	background: #000000;
	color: black;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	border-left: 20px solid #000000;
	width: 1000px;

	height: 100%;
	background-repeat: no-repeat;
	font-family: verdana;
	font-size: 1em;
}

html {
	height: 100%;
	font-size: 100%
}

img {
	border: 0px;
}

A {
	color: #1a4795;
	text-decoration: none;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #1A4795;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #333;
}

h3,h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 3px;
}

A:hover {
	color: #1a4795;
	text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
	background: #ffffff;
	color: black;
}

TR.headerNavigation {
	color: black;
}

TD.headerNavigation span {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
	font-size: 1.8em;
	color: #1A4795;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.6em;
	color: black;
	font-weight: bold;
	background: #F9CB29;
	height: 47px;
	padding-left: 10px;
	padding-right: 10px;
}

.breadcrumb {
	font-size: 0.6em;
}

a.funktion {
	display: inline-block;
	color: black;
	border: 1px solid #000000;
	padding: 6px;
	background: url(images/function_button_bg.gif) repeat-x;
}

A.headerNavigation {
	color: black;
}

A.headerNavigation:hover {
	color: black;
}

TR.headerError {
	background: #8D0602;
}

TD.headerError {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
	background: #8D0602;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.headerInfo {
	background: #00ff00;
}

TD.headerInfo {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.footer {
	background: #1a4795;
}

TD.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	background: #1a4795;
	color: #ffffff;
	font-weight: bold;
}

td.round .infoBox {
	border: 0px solid #eeeeee;
	background-color: white;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 5px;
	padding-right: 5px;
}

td.round .infoBox .smallText {
	font-size: 0.7em;
}

td.round .infoBox img {
	border: 1px solid #000000;
}

td.round .infoBox a {
	color: #000000;
}

td.round .infoBox a.tax_info {
	color: #758389;
}

td.round #oben,td.round #unten {
	position: relative;
	height: 15px;
	background-color: #FFFFFF;;
}

td.round #o {
	width: auto;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	border-top: solid 1px;
}

td.round #u {
	width: auto;
	height: 14px;
	background: #FFFFFF;
	border-bottom: solid 1px;
	margin-left: 10px;
	margin-right: 10px;
}

td.round #o1 {
	position: absolute;
	background: url(images/rounded.gif) top left no-repeat;
	width: 10px;
	height: 15px;
	left: 0px;
	top: 0;
}

td.round #u1 {
	position: absolute;
	background: url(images/rounded.gif) bottom left no-repeat;
	width: 10px;
	height: 14px;
	left: 0px;
	top: 0;
}

td.round #o2 {
	position: absolute;
	float: right;
	background: url(images/rounded.gif) top right no-repeat;
	width: 10px;
	height: 15px;
	right: 0;
	top: 0;
}

td.round #u2 {
	position: absolute;
	float: right;
	background: url(images/rounded.gif) bottom right no-repeat;
	width: 10px;
	height: 15px;
	right: 0;
	top: 0;
}

.module,.search,.navi,.module_bestsellers {
	border: 1px solid #adaeaf;
	background-color: white;
	margin: 10px;
	margin-bottom: 0px;
}

.search .infoBox input,.search .infoDivBox input {
	background-color: #dbdce5;
}

.bestsellerInfoBoxContents {
	font-size: 0.7em;
	padding-bottom: 5px;
}

.bestsellerInfoBoxContents a {
	text-decoration: underline;
}

.infoBoxContents,.infoDivBoxContents {
	font-family: Verdana, Arial, sans-serif;
	font-size:1em;
}

.infoDivBoxContents {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}

.warenkorb {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
}

.infoBoxNotice {
	background: white;
}

.infoBoxNoticeContents {
	background: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
}

DIV.infoBox,DIV.infoDivBox {
	overflow: hidden;
	width: 130px;
}

TD.infoBoxHeading,.search TD.infoBoxHeading,.navi TD.infoBoxHeading,.infoDivBoxHeading
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: .7em;
	font-weight: bold;
	background: url(images/menu_head.gif) repeat-x;
	color: black;
	padding-left: 2px;
	text-transform: uppercase;
}

.infoDivBoxHeading {
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 9px;
	position: relative;
}

.infoDivBoxHeading img {
	position: absolute;
	left: 105px;
	top: 0 px: 
   margin : 0px;
	padding: 0px;
	margin-top: -8px;
}

TD.infoBox,SPAN.infoBox {
	font-family: Verdana, Arial, sans-serif;
}

TR.accountHistory-odd,TR.addressBook-odd,TR.alsoPurchased-odd,TR.payment-odd,TR.productListing-odd,TR.productReviews-odd,TR.upcomingProducts-odd,TR.shippingOptions-odd
	{
	background: #f6f9ff;
}

TR.accountHistory-even,TR.addressBook-even,TR.alsoPurchased-even,TR.payment-even,TR.productListing-even,TR.productReviews-even,TR.upcomingProducts-even,TR.shippingOptions-even
	{
	background: white;
}

TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #1A4795;
	border-spacing: 1px;
	width: 650px;
}

.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	background: #1A4795;
	color: #FFFFFF;
	font-weight: bold;
}

TD.productListing-data {
	vertical-align: top;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
}

A.pageResults {
	color: #0000FF;
}

A.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}

TD.pageHeading,DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #1a4795;
	padding-top: 22px;
}

TR.subBar {
	background: #f4f7fd;
}

TD.subBar {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
}

TD.main,P.main, .formular {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

TD.smallText,SPAN.smallText,P.smallText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

TD.accountCategory {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #aabbdd;
}

TD.fieldKey {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

TD.fieldValue {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

TD.tableHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

SPAN.newItemInCart {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #8D0602;
}

CHECKBOX,INPUT,RADIO,SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

TEXTAREA {
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

SPAN.greetUser {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}

TABLE.formArea {
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
}

TD.formAreaTitle {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

SPAN.markProductOutOfStock {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}

SPAN.productSpecialPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #8D0602;
}

SPAN.errorText {
	font-family: Verdana, Arial, sans-serif;
	color: #8D0602;
}

.moduleRow {
	
}

.moduleRowOver {
	background-color: #D7E9F7;
	cursor: pointer;
	cursor: hand;
}

.moduleRowSelected {
	background-color: #E9F4FC;
}

.checkoutBarFrom,.checkoutBarTo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #8c8c8c;
}

.checkoutBarCurrent {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* message box */
.messageBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.messageStackError,.messageStackWarning {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #ffb3b5;
}

.messageStackSuccess {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #99ff00;
}

/* input requirement */
.inputRequirement {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #8D0602;
}

.widerruf {
	height: 150px;
	width: 660px;
	border: 1px solid #EEEEEE;
	text-align: top;
	overflow-x: hidden;
	overflow: scroll;
	font-family: verdana, arial, helvetica;
	font-size: 9px;
}

table.geschichte {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	border-collapse: collapse;
}

span.mwst {
	font-size: 0.7em;
	text-decoration: none;
}

.tax_info {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: #758389;
}

.price {
	font-weight: bold;
}

.content_navigation td {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	border-left: 0px solid #1a4795;
}

ul#products,ul#info {
	margin: 0px 2px 0px 2px;
	padding: 3px 1px 3px 1px;
	font-size: 0.8em;
	list-style-type: none;
	color: #000000;
	line-height: 200%;
}

ul#info {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

#products li a:link,#products li a:visited,#info li a:link,#info li a:visited
	{
	color: #000000;
}

#products li,ul#info li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #000000;
	padding-left: 8px;
}

#products li:last-child,ul#info li:last-child {
	border-bottom: 0px;
}

ul.navigation ul.navigation {
	padding-left: 5px;
}

ul.navigation {
	margin: 0px 0px 3px 0px;
	list-style-type: none;
	/*
	list-style-image: url(images/pfeil.gif);
  */
	padding: 0px 0px 0px 10px;
}

ul.navigation li {
	background: url(images/pfeil.gif) 0px 8px no-repeat;
	font-weight: normal;
	font-size: .9em;
	padding: 0px;
	text-indent: 0.5em;
	margin-bottom: 3px;
}

INPUT.inputAccount {
	width: 200px;
}

SELECT.inputAccount {
	width: 200px;
}

table.versandkosten {
	border-collapse: collapse;
}

table.versandkosten td,table.geschichte td {
	font-size: 0.8em;
	border: 1px solid #999;
	vertical-align: top;
	padding: 3px;
}

table.versandkosten thead {
	background-color: #CCC;
	font-weight: bold;
}

#copyright {
	width: 1001px;
	border-top: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size:0.7em;
}

.MarkenStart {
	text-align: center;
}

.MarkenStart a {
	margin: 0px 2px;
}

.verlauf {
	background: #FFFFFF url(images/bg_verlauf.jpg) repeat-x;
	width: 1001px;
}

.MarkenStart  a img {
	filter: Gray() Alpha(opacity = 60);
}

.MarkenStart  a:hover img {
	filter: none;
}

.main_content .infoBoxHeading {
	text-transform: none;
	background-image: none;
	background: #f9cb29;
	color: #1A4795;
}

.main_content {
	display: block;
	background: #FFFFFF url(images/content_bg_verlauf.jpg) bottom left
		repeat-x;
	padding: 10px;
	border: 1px solid #b2b3b4;
	border-top: 0px;
}

.boxText form select,.infoDivBox form select {
	border: 3px solid #FFFFFF;
	background-color: #dcdce6;
}

.button {
	margin: 0px;
	padding: 4px;
	color: #ffffff;
	border: 1px solid #686868;
	background: url(images/button_bg.gif) repeat-x;
}

.teaser1 .infoDivBoxContents,.teaser1 .infoDivBox {
	width: 98% !important;
}

.teaser1 select {
	background-color: #FFFFFF !important;
	color: #000000;
	font-size: 10px;
}

.teaser1 h3 {
	color: #1A4795;
	padding: 0px;
	margin: 0px;
}

.teaser1 {
	-moz-border-radius: 12px;
	margin: 0px;
	padding: 0px;
	width: 163px;
	height: 190px;
	background: url(images/groessensuche.jpg) no-repeat;
	display:inline-block;
	    -moz-border-radius: 12px;
    border: 1px solid #bbbcbd;
}

.teaser_content {
	text-align: center;
	display: block;
	padding: 10px;
	padding-top: 125px;
}

.rundumlabel {
	cursor: pointer;
	position: relative;
	top: -20px;
	left: -50%;
	width: 100%;
}

.overlay2 {
	position: fixed; *
	position: absolute;
	z-index: 199;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%; *
	height: 3000px !important;
	background-color: #000000;
	z-index: 102;
}

.dialog2 {
	position: absolute;
	left: 25%;
	top: 10%;
	width: 450px;
	z-index: 103;
	text-align: center;
	line-height: 0;
	background:#FFFFFF;
}

.finder {
	background-color:#FFFFFF;
	/*background-color: #F9CB29;
		
		background-image:url(css/thejeans/images/ui-bg_diagonals-thick_20_f9cb29_40x40-50.png) ;
		background-repeat: repeat;
		background-position:50% 50%;
		background-color:#f9cb29;
	*/
	width: 170px ! important;
	border: solid 1px #ADAEAF;
	float: left;
	font-size:12px;
	-moz-border-radius: 12px;
}
.filterselects{
	padding:10px;
	}
.finder .option {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #000000;
}

.finder .option select {
	font-size: 1em;
	width:150px;
	border: 1px solid #adaeaf;
	background-color: #F9CB29;
}

.finder .option h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #1A4795;
	margin-bottom: 5px;
}

.row0 {
	background: #adaeaf;
	padding-top: 2px;
	padding-bottom: 2px;
}

.row1 {
/*
		background-image:url(css/thejeans/images/ui-bg_diagonals-thick_20_f9cb29_40x40.png) ;
		background-repeat: repeat;
		background-position:50% 50%;
		background-color:#f9cb29;*/
	padding-top: 2px;
	padding-bottom: 2px;
}

.findercontent {
	position:relative;
	float:left;
	width: 464px;
	margin-left: 14px;
	display: block;
	min-height:420px;
}
.findercontent h1{
	margin:0px;
	padding-left:0px;
	margin-bottom:10px;
}
.findercontent .resultbox {
	position:relative;
	z-index:1;
	float:left;
	padding:2px;
	width: 148px;
	height: 210px;
	overflow: hidden;
	text-align:center;
	font-weight:bold;
}
.findercontent .resultbox:hover{
	/*
	background-image:url(css/thejeans/images/ui-bg_diagonals-thick_20_f9cb29_40x40-50.png) ;
	background-repeat: repeat;
	background-position:50% 50%;*/
	background-color:#f0f0f0;
	cursor:hand;
	cursor: pointer;


	}
		
.findercontent .resultbox:hover a:link,.findercontent .resultbox:hover a:visited{
	text-decoration: none;
}
.findercontent .noresult{
margin-top:25%;
text-align:center;
color:#CCCCCC;
}
.findercontent .resultbox a{
font-size:0.8em;
}
.messageStack{
font-size:0.8em;
color:#333333;
}
.findercontent #loading {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	z-index:10;
}
.findercontent #loading #bg {
	
	position:relative;	
	margin:0px;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
		/*background-image:url(css/thejeans/images/ui-bg_diagonals-thick_g_40x40.png) ;
		background-repeat: repeat;
		background-position:50% 50%;*/
filter:alpha(opacity=90); /* IE */
-moz-opacity: 0.90; /* Mozilla */
opacity: 0.90; /* Opera */
}
.findercontent #loading #image{
	z-index:100;
	position:absolute;	
	top:100px;
	left:190px;
	text-align:center;
	filter:alpha(opacity=100); /* IE */
-moz-opacity: 1; /* Mozilla */
opacity: 1; /* Opera */
}
input #amount{
background:transparent;
}
.siegelleiste{
text-align:right;
position:absolute;
top:160px;
left:700px;
width:300px;
padding:0px 5px;
}
.headerteaser{
text-align:right;
position:absolute;
top:5px;
left:710px;
width:300px;
padding:0px 5px;
}
#product_details{
	border:1px solid #929292;
	-moz-border-radius:10px;
	padding:9px;
	margin-top:10px;
	background-color:#FFFFFF;
	display:inline-block;
	position:relative;
}
#product_details small{
	font-size:8px;
	color:#929292;
}
#product_details #product_info{
	width:350px;

	float:left;
	font-size:11px;
	line-height:140%;
	display:inline-block;
	margin-right:50px;
}
#product_details #product_info p.desc{
	margin-top:0px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #929292;
	width:325px;
	}
#product_details #product_info .spalte1{
	float:left;
	width:120px;

}
#product_details #product_info .spalte2{
	width:210px;
	float:left;
	display:inline-block;
	margin-bottom:5px;
}
.clearfix{
clear:left;
}
#product_details #product_images #farbe, #product_details #product_images #groesse{
	float:left;
	padding-left:20px;
	width:97px;
	*width:117px;
	margin-bottom:10px;
}
#product_details #product_images .photo{
	margin-left:19px;
	margin-right:16px;
	float:left;
	border:1px solid #FFFFFF;
	}
#product_details #product_images .active{
	border:1px solid #194794;
	}
#product_details #product_images small{
	letter-spacing: -.4px;
	margin-bottom:5px;
	display:inline-block;
}
#product_details .rundumlabel {
	position: absolute;
	cursor: pointer;
	top:-20px !important;
	z-index:20;
	left: -15px !important;
	*left: -130px !important;
	width: 84px;
}
#product_details #product_title{
	
	}
#product_details #product_title h1{
	margin-top:0px;
	line-height:120%;
	}
#product_details #product_images{
	position:relative;
	width:245px;
	float:left;
	margin-bottom:10px;
	font-size:11px;

}
#product_details #product_title{
	display:block;
	width:634px;
}
#product_details #product_price{
	float:left;
	text-align:right;
	display:inline-block;
	width:245px;
}
#product_featues{
	display:inline-block;
	width:645px;
	padding-top:10px;
}
.zoomBlock{
	position:absolute;
	left:40px;
	top:216px;	
	width:550px;
	height:540px;

	border:1px solid #929292;
	background:#FFFFFF;


    overflow: hidden;
    z-index:1200;
}
div.zoomViewfinder {
    position: absolute;
    border: 0px solid #f8cb28;
    cursor: crosshair;
    background: url(images/overlay_bg.png) transparent;
    z-index: 20;
}
.lupe {
	width:80px;
	hieght:100px;
cursor:pointer;
position:absolute;
left:15px;
top:10px;
z-index:19;
}
.category img{
	padding-bottom:5px;
}
.category{
	display:inline-block;
float:left;
margin-right:10px;
margin-bottom:10px;
width:153px;
min-height:173px;
}
.jcarousel-skin-thejeans{
width:469px;
float:left;
margin-right:20px;
margin-left:5px;

}
.hometeaser{
margin-top:5px;
display:inline-block;
}
