/* HEADINGS */
h1 {color:#313131;font-weight:bold;font-size:22px;margin:0px 0px 0px 0px;padding:0px;width:auto;border-style:solid;border-width:0px 0px 0px 0px;border-color:#000000;}
h2 {color:#000000; font-weight:bold;font-size:16px;margin:15px 0px 8px 0px;padding:0px;}





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

/* ORDER DETAILS */
table.orderdetails {font-size:11px; background-color:#FFF2CC; border-style: solid; border-width:0px 1px 1px 1px; border-color:#DA9401;}
table.orderdetails tr td {padding:4px}
table.orderdetails tr.headerrow td {background-color:#DA9401; color:#FFFFFF; font-weight:bold}
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:#FFF2CC;vertical-align:top}
table.orderdetails tr.contentrow1 td.quantity {text-align:center}
table.orderdetails tr.contentrow1 td.quantity input {font-size:11px; padding:2px; border:solid #DA9401 1px;}
table.orderdetails tr.contentrow1 td.productname {text-align:left}

/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {background-color:#FFEAAB;vertical-align:top}
table.orderdetails tr.contentrow2 td.quantity {text-align:center}
table.orderdetails tr.contentrow2 td.quantity input {font-size:11px; padding:2px; border:solid #DA9401 1px;}
table.orderdetails tr.contentrow2 td.productname {text-align:left}

/* 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:#FFEAAB; text-align:right;border-style: solid; border-width:1px 0px 0px 0px; border-color:#DA9401;}

/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {width:100%}

/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {width:100%}

/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {}
ul#checkoutnavigation li {height: 70px; list-style-type:none; float:left; width:185px; margin-right:15px; border: solid 1px; padding:8px}
ul#checkoutnavigation li.active {background-color: #FFEAAB}
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}

/* ERROR MESSAGES */
/* p.errormessage {border: solid #820027 2px; padding:15px; background-color:#FFD6D6} */

ul.messageStack {border:solid 2px #B22020; background-color:#FFD6D6; padding:8px}
ul.messageStack li {}
ul.messageStack li.messageStackError {list-style:none; padding:5px 0px 2px 20px; background-image:url(../../images/icons/exclamation.png); background-repeat:no-repeat; background-position:0px 4px}
ul.messageStack li.messageStackWarning {list-style:none; padding:5px 0px 2px 20px; background-image:url(../../images/icons/icon_alert.gif); background-repeat:no-repeat; background-position:0px 4px; background-color:#FFF2CD}
ul.messageStack li.messageStackSuccess {list-style:none; padding:5px 0px 2px 20px; background-image:url(../../images/icons/icon_accept.gif); background-repeat:no-repeat; background-position:0px 4px; background-color:#66FF66}


/* SUCCESS MESSAGE */
/* .messageStackSuccess {padding:4px; background-color:#66FF66} */

/*Navi Menue buchstabelsalat*/
.lettterMenu1 {
	z-index:100;
	font-size: 14px;
}

.lettterMenu1 ul {
}

.tabSelected  {
	border:none;
	float: left;
	width: 30px;
	overflow: hidden;
	left: 2px;
	cursor: pointer;
	background-color: white;
	padding: 2px 2px 2px 0px;
	margin: 0 0 0 3px;
}

.tabUnselected a, .tabSelected a{
	padding: 2px 2px 2px 2px !important;
	text-align: center;
}

.tabUnselected {
	border:none;
	float: left;
	left: 2px;
	width: 30px;
	overflow: hidden;
	cursor: pointer;
	background-color: none;
	text-decoration: none;
	padding: 2px 2px 2px 0px;
	margin: 0 0 0 3px;
}
/* ende Navi Menü buchstabelsalat*/


body {
	color: #313131;
	background-color: #313131;
	font : 0.7em/1.5em Verdana, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding:0px 0px 0px 0px;
	cursor: default;
}

* html body {
	border:none;
	margin-right: 1px; /* IE 5.5 and 6.0 star-hack to remove horizontal scrollbar if possible */
}

a:link, a:visited {
	color: #ffffff; 
	text-decoration: none;
}

a:hover, a:focus { 
	color: #d2d2d2;
	text-decoration: none;
}

a img {
	border: none; 
	text-decoration: none;
}

a{
	color: #313131;
	font: 400 1em Verdana, Helvetica, sans-serif;
}


hr {
	height: 1px;
	overflow: hidden;
	background-color: blue; /* give horizontal rulers a standard color */
	color: blue;
	border: 0px solid blue;
}

h1 { font-size: 14px;
     text-transform: none;
     text-align: center;
     color: #313131;
}

h3 { font-size: 12px;
     color: #313131;
}


h5 { font-size: 12px;
     color: #d2d2d2;
}

abbr, acronym {
	cursor: help;
	border-bottom: none; /* remove dotted underline on quickinfo helps */
}

tr.odd th, tr.odd td {
	background-color: white;
}

tr.even th, tr.even td {
	background-color: white; /* lightblue */
}


/* generic classes */

.accessibility {
	visibility: hidden; /* hidden content only for screen readers etc. */
	display: none;
}

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

.noUnderline, a.noUnderline {
	text-decoration: none !important;
}

a:hover .underlinehover {
	text-decoration: underline !important;
}

.noBorder {
	border: none;
}

.verticalMiddle {
	vertical-align: middle;
}

small, .small {
	font-size: 0.85em;
	line-height: 1.3em;
}

big, .big {
	font-size: 1.4em;
}

select { /* restore 9x style = disable xp themeability */
	border: 2px inset #414141;
}

th { /* table header cells */
	text-align: left;
}

.content_heading {
	font-weight: bold;
	font-size: 14px;
}

.errorbox {
	color: #313131;
	font-weight: bold;
	text-align: center;
	border: 1px solid #f40080;
	padding: 2px;
	padding-left: 2px;
	margin-bottom: 1.5em;
	background-color: #d2d2d2; /* very light red */
}

.requiredField {
	color: #f40080;
}

/* wholepage */
div#wholepage {
	position:absolute;
	padding-top: 130px;
	width: 980px;
	background-color: none;
	
}

/* head new_banner.jpg*/
div#head {
	padding: 0 0 0 0;
	margin: 0 0 0 0 ;
	height: 130px;
	background-color: #313131;
	background-image:  url(img/parfumshop1.jpg);
	background-repeat: no-repeat;
	z-index: 1000;
}


/* navbar on top */
div#navbartop {
	height: 16px;
	border-bottom: 1px solid white;
	color: #ffffff;
	background-color: #313131;
	text-transform: lowercase;
	font-weight:bold;
	
	
	
}

* html div#navbartop {
	width: 100%;
}

div#navbartop div { 
float:left;
}


div#navbartop div#navbarlinks { /* links on the right side of the bar */
	text-align: right;
	float:right;
}

div#navbartop  { /* links in the bar */
	color: #ffffff;
	text-transform: lowercase;
}
 

/* properties */
div#left div.box, div#right div.box {
	margin-bottom: 1.5em;
}

div.box_adminbox {
	font-weight: bold;
	font-size: 12px;
	color:#ffffff;
	background-color: #000000;
	background-repeat: repeat-x;	
	padding-left: 5px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin: 0 0 0 0;
}



div.box_top { /* header of boxes, containing box title */
	font-weight: bold;
	font-size: 12px;
	color:#f40080;
	background-color: #000000;
	background-repeat: repeat-x;	
	padding-left: 5px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin: 0 0 0 0;
}

.box{
	padding: 0 0 0px 0;
}

div.box_top a:hover{
  text-decoration:none;
  color:#d2d2d2;
}

div.box_sitemap{
	font-size: 10px;
	color:#313131;
	text-transform: none;
	background-color: none;
	background-repeat: repeat-x;	
	border-bottom: none;
	border-right: none;
	border-left: none;
	border-top:  none;
	padding: 5px 0px 3px 6px;
}

div.box_sitemap a:hover{
  text-decoration:none;
  color:#f40080;
}

div.box_content { /* content part of boxes */
	border-bottom: none;
	/*oben andere farbe*/
	border-top:  1px solid #f40080;
	padding: 5px 0px 3px 6px;-
	line-height: 1.45;
	background-color: #000000;
	color: #ffffff;
	text-transform: none;
}

div.box_mitte { /* boxen im main-bereich*/
	border-top: 1px solid #313131;
	padding: 5px 0px 3px 0px;-
	line-height: 20px;
	background-color: none;
	text-transform: none;
}

div.box_content a{ /* content part of boxes */
	border: none;
	padding: 0px 0px 0px 0px;-
	line-height: 1.45;
	text-transform: none;
	font-weight: 600;
}


div.box_content_inner { /* inner formerly shadowed area */
	border: 2px dotted black; /* black is default color, overwritten below for each box */
	border-color: inherit;
	padding: 5px;
}

div.box ul { /* item/link list */
	margin: 0;
	padding: 0;
}

div.box li { /* item in list */
	margin: 0;
	padding: 0;
	margin-left: 5px;
	padding-left: 0;
	padding-top: 8px;
	list-style-type: none;
	
}

div.box li.main { /* main item in list 
	list-style-image: url(img/arrowminiblue.gif);*/
	list-style: none;
}

div.box li.active a {
	text-decoration: none;
}

div.box li.mainactive { /* active main item in list */
	/*list-style-image: url(img/arrowminiblue.gif);*/
}

div.box li.mainactive a:hover {
	text-decoration: none;
}

div.box li.main:hover { /* active main item in list */
	/*list-style-image: url(img/arrowminiblue.gif);*/
}

div.box input[type=image] { /* submit images, like arrows */
	vertical-align: middle;
}

/* left side */
div#left {
	width: 17em;
	position: absolute;
	left: 0px;
	padding-top: 1px;
	padding-bottom: 5em;
	margin-top: 1.3em;
	
}

div#foot{
	background-color: #313131;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
}

div#footlink a,  div#footlink a:hover{
	width:118px;
	text-align:center;
	vertical-align:top;
	padding:5px 5px 5px 5px;
	text-decoration:none;
	font-size: 12px;
	font-weight:600;
	margin-left:10px;
	color: #ffffff;
	background-color: #000000;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}
 
div#footlink a:hover{
  	text-decoration:none;
  	color:#f40080;
  	background-color: #000000;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}

div#footText{
	background-color: #313131;
	color:#d2d2d2;
	margin-top:0px;
}

div#footTextlink a, div#footTextlink a:hover{
	width:118px;
	text-align:center;
	vertical-align:top;	
	text-decoration:none;
	font-size: 12px;
	font-weight:600;
	margin-left:10px;
	color: #ffffff;
	background-color: #313131;
}
 
div#footTextlink a:hover{
  	text-decoration:none;
  	color:#f40080;
  	background-color: #313131;
}




div#left div.box_content, div#right div.box_content {
	margin-top:-0.27em;
	background-color: none;
}

#PageTable{
	width:980px;
	background-color: white;
	border-right: none;
	border-left: none;
	border-bottom: none;
	/*oben andere farbe*/
	border-top: none;
	padding: 0 0 0 0;
	text-align: center;
}


.tdMainContent{
		text-align: left;	
		vertical-align: top;
		overflow: hidden;		
		border: none;
		width:530px;
		padding: 0 30px 0 30px;
}

.tdContent{
	text-align: left;
	vertical-align: top;
	width:225px;
	min-height: 450px;
	height: 450px;
	background-color: #000000;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

div.tdContent{
   height:auto;
}




/* box specific */
div#box_login input#input_loginbox_email {
	width: 95%; /* so it won't go over the right page border */
}

div#box_login input#input_loginbox_pwd {
	width: 5.6em; /* so the login button will go right of it */
}
 
div#box_login a:hover{
  text-decoration:none;
  color:#d2d2d2;
}

div#box_newsletter input#input_newsletter_email {
	width: 95%; /* so it won't go over the right page border */
}

/* main content */
div#content {
	margin: 2em 18em 0em 18em;
	min-height: 70em;
	padding-top:15px;
	background-color: white;
}

/* IE 5.5 hack because IE doesn't know to deal with min-height */

* html div#content {
	height: 60em;
}

div#content div.box_top { /* boxes in main content area */
	font-size: 14px;
	padding-bottom: 0.35em;
}

div#content div.box_content {
	border-width: 0; /* no border for boxes in main content area */
}

 div#navilinks2{
 	text-align: right;
	
	top: 100px;
	padding-top:100px;
	text-transform: none;
	z-index: 1200;
 }
 
 div#navilinks2 a,  div#navilinks2 a:hover{
	width:118px;
	text-align:center;
	vertical-align:top;
	padding:5px 5px 5px 5px;
	text-decoration:none;
	font-size: 12px;
	font-weight:600;
	margin-left:10px;
	color: #ffffff;
	background-color: #000000;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}
 
div#navilinks2 a:hover{
  	text-decoration:none;
  	color:#f40080;
  	background-color: #000000;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}






/* bottom boxes auto-added outside the template */





div.copyright2 {
	margin: 0em 15.5em 0em 19.5em;
	margin-top: 1em;
	border-top: 1px solid #3330BB;
	text-align: center;
	color: #3330BB;
}
div.copyright2 a:link, div.copyright2 a:visited {
	color: #3330BB;
}

div.copyright2 a:hover, div.copyright2 a:focus {
	color: blue;
	text-decoration: underline;
}

div.copyright {
	padding: 0em 15.5em 0em 19.5em;
	text-align: center;
	color: #6361D6;
}

div.copyright a:link, div.copyright a:visited {
	color: #6361D6;
}

div.copyright a:hover, div.copyright a:focus {
	color: blue;
	text-decoration: underline;
}

div.parseTime {
	margin: 0em 15.5em 0em 19.5em;
	text-align: center;
	color: gray;
}



/* page specific */

/* main_content.html = index.php */

span.greetUser {
	color: blue;
	font-weight: bold;
}

div.products_overview_item { /* a single product box in an overview, e.g. the home page */
	float: left; /* display the next box right of this one, if possible */
	margin:0 1em 2em 0; /* give room */
	width: 25.1em;
	height: 13em;
}

div.products_overview_item img.product_image { /* thumbs in these boxes */
	float: left;
}


/* product_listing */


div#modbox_product_listing table {
	border:none;
}

div#modbox_product_listing td {
	border: 0px solid grey;
	border-top-width: 1px;
}

a.pageResults {
	color: #313131;
	text-decoration: underline;
}

a.pageResults:hover {
	color: #0000ff; /* blue */
	background-color: #ffff33; /* lightyellow */
}

/* category_listing */

div.categories_item { /* a single category box in an overview, e.g. the home page */
	float: left; /* display the next box right of this one, if possible */
	margin: 0.5em 1em 2em 0; /* give room */
	width: 17em;
	min-height: 12em;
}

* html div.products_overview_item { /* IE6 hack */
	height: 12em;
}



/* shopping_cart.html = shopping_cart.php */


div#modbox_order_details table {
	border-collapse: collapse;
}

div#modbox_order_details th {
	border-bottom: 1px solid grey;
}

div#modbox_order_details td {
	border-color: grey;
	border-width: 0 1px 1px 0;
}

div#modbox_order_details td th { /* product attributes */
	border: 0px solid black !important;
}


/* advanced_search */

div#modbox_advanced_search th, div#modbox_advanced_search td {
	vertical-align: top;
}


/* reviews.php */

div#modbox_reviews div.productsImage {
	float: left;
}


/* product_reviews.php */

div#modbox_product_reviews tr.odd td {
	background-color: white;
}

div#modbox_product_reviews tr.even td {
	background-color: #ccccff; /* lightblue */
}


/* product_reviews_info.php */



/* products_new.php */


div#modbox_products_new table {
	border-collapse: collapse;
}

div#modbox_products_new td {
	border: 0px solid grey;
	border-top-width: 1px;
	background-color: #ffffff;
}


/* product_info.php */


div#modbox_product_info div.submodule {
	padding: 1em 0;
	border-bottom: 1px solid lightgrey;
}

div.cross_selling_item { /* a single product box in a cross-selling overview */
	float: left; /* display the next box right of this one, if possible */
	margin: 0.5em 1em 2em 0; /* give room */
	width: 17em;
	min-height: 12em;
}

 




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.boxText { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.boxTextBG {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #f1f1f1;
}
.boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #f1f1f1;
}
.boxTextPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #820027;
}

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	color: #ffffff;
	background-color: #f40080;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #f40080;
	text-decoration: underline;
}

img{
	border:0;
}

FORM {
	display: inline;		   
}


TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #ffffff; 
}

A.headerNavigation:hover {
  color: #d2d2d2;
}

TD.conditions {
  background-color: #f1f1f1;
}

A.confirmationEdit {
	color: #f40080;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #f40080;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #f40080;
  color: #ffffff;
  font-weight: bold;
  text-align: center;  
}

TR.headerMessage {
	font-family: Tahoma, Verdana, Arial, sans-serif;
                font-size: 12px;
                background: #f40080;
                color: #ffffff;
                font-weight : bold;
                text-align : center;

}

.moduleHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  	background: #f40080;
	color: #ffffff;
	font-size: 12px;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #f40080;
  color: #ffffff;
  text-align: center;
}

TR.footer {
  background: #313131;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #313131;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-weight:bold;
  height:17px;
  color: #000000;
}

TD.infoBoxHeading_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: white;
  height:17px;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-right: 4px solid;
  background: white; 
  border-color: white;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: white; 

}

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: #f8f8f9;
}

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: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.45;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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: #f40080;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.underline {
	text-decoration: underline;
}

{
	
}

TABLE.formArea {
  background: #f1f1f1;
  border-color: #cccccc;
  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: #f40080;
}
SPAN.productOldPrice {
	font-family: times new roman, times, sans-serif;
	font-size:14px;
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #f40080;
}

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #f40080;
  font-weight: bold;
}

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 1px solid;
 border-color: #E6E6E6;

}
.moduleRowOver { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #f1f1f1; }

.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; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; }

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; 
	background-color: #666666; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; }
.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: #f40080; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}

.seitenbeschreibung{
	position:absolute;left:-1000;top:-1000;
}


a.hell {color: #f40080;}

a.hell:link, a.hell:visited {color: #f40080;}

a.hell:hover, a.hell:focus {color: #313131;}

a.dunkel {color: #313131; font-weight: bold;}

a.dunkel:link, a.dunkel:visited {color: #313131; font-weight: bold;}

a.dunkel:hover, a.dunkel:focus {color: #645a5c; font-weight: bold;}


	
.contentsTopics {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f40080;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}
