/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/
/* Template Anpassung Oliver Stiegler aka 8works.de */ 

html, body{ 
	margin:0; 
	padding:0;
	padding-top:5px;
	text-align:center;
	font-family : Arial, Verdana, sans-serif;
	font-size : 87%;
	color: #000000;
	background-color: #fff;

} 
h1{
	margin:0; 
	padding:0; 
	font-size : 1.5em;
	color: #526070;
}

h2{
	margin:0;
	margin-top:18px;
	padding:0; 
	font-size : 1.2em;
	color: #526070;
}

h3{
	margin:0;
	margin-top:25px;
	padding:0; 
	font-size : 1.1em;
	color: #526070;
}

h4{
	margin:0;
	margin-top:0;
	padding:0; 
	font-size : 1.1em;
	color: #526070;
}

#Suchfeld h3{
	margin:0;
	padding-top:2px; 
	font-size : 13px;
	color: #000000;
}


#NebenBreadcrump{
	float:right;
	padding-right:1px;
}

#NebenBreadcrump .LogIn{
	/*background-image:url(img/navbackoben.gif);*/
	float:left;
	height:34px;
}

#NebenBreadcrump .LogIn2{
	/*background-image:url(img/navbackoben3.gif);*/
	float:left;
	height:34px;
}

#NebenBreadcrump .LogIn a{
	height:34px;
	disply:block;
	color:#fff;
	font-weight:bold;
	padding: 0 15px 0 15px;
}

#NebenBreadcrump .LogIn2 a{
	height:34px;
	disply:block;
	color:#fff;
	font-weight:bold;
	padding: 0 15px 0 15px;
}

.KontoOben{
	position:relative;	
	top:15px;
}

.HeadAbstand{
	width:100%;
	height:35px;
}

.HeadAbstand2{
	float:right;
	width:100%;
	height:49px;
}

#Shaddow{
	width:984px;
	background-image:url(img/back_white.gif);
	background-repeat: repeat-y;
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
}

#ShaddowTop{
	width:984px;
	height:20px;
	background-image:url(img/schatten_oben.gif);
	background-repeat: no-repeat;
	margin-left:auto; 
	margin-right:auto;
	/*margin-top: -10px;*/
}

#ShaddowBottom{
	width:984px;
	height:20px;
	background-image:url(img/schatten_unten.gif);
	background-repeat: no-repeat;
	margin-left:auto; 
	margin-right:auto;
}

#pagewidth{ 
	width:950px; 
	margin-left:auto; 
	margin-right:auto;
	background-color: #fff;
	border:0;
} 
 
#header{
	position:relative; 
	height:129px; 
	width:950px;;
	background-image:url(img/top_bg.gif);
	background-repeat: no-repeat;
	background-color: #fff;
} 
 
#leftcol{
	width:184px; 
	float:left; 
	position:relative; 
}
 
#twocols{
	width:766px; 
	float:right; 
	position:relative; 
}
 
#rightcol{
	width:184px; 
	float:right; 
	position:relative; 
}
 
#maincol{
	background-color: #FFFFFF;  
	float: left; 
	display:inline; 
	position: relative; 
	width:552px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
}
 
#footer{
	height:2px; 
	clear:both;
} 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


   

.boxText { 
}

.boxTextBG {
	background-color: #ffffff;
}
.boxTextBGII {
	background-color: #FFCC99;
}
.boxTextPrice {
	color: #FF0000;
}

.errorBox {
	font-weight: bold;
	color:#bf0000;
	background-color: #f9f9f9;
	border:1px solid #bf0000;
	padding-top:15px;
	padding-bottom:15px;
}
.gvBox {
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	color: #70d250;
	text-decoration: underline;
}

img{
	border:0;
}

a {
  color: #1d2a3a;
  text-decoration: none;
}

a:hover {
  color: #D4A027;
  text-decoration: underline;
}

FORM {
	display: inline;
	margin:0;
	padding:0;
 
}


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

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #9D9D9D; 
}

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

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

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #f9f9f9;
	padding:5px;
	border:3px solid #bf0000;
}

.moduleHeading {
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  background: #fff;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
	margin:0;
	padding:0;
}

.infoBoxContents {
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

.BoxHead{
	color:#fff;
	padding-top: 10px;
	padding-left: 10px;
}

.infoBoxHeading {
  font-weight: bold;
  height:25px;
  width:184px;
  color: #fff;
  background-image:url(img/back_info.gif);
  background-repeat: no-repeat;
  margin-top:5px;
}

.infoBoxHeading_right {
  font-weight: bold;
  height:25px;
  width:184px;
  color: #fff;
  background-image:url(img/old_back_info.gif);
  background-repeat: no-repeat;
}

.infoBox, SPAN.infoBox {
  background: #fff;
  border:1px solid #959595;
  margin-bottom:15px;
}

.infoBox_right, SPAN.infoBox_right {
  background: #fff;
  border:1px solid #959595;
  margin-bottom:15px;

}

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 {
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
}

A.pageResults {
	color: #1D2A3A;
	text-decoration: none;
}

A.pageResults:hover {
  color: #D4A027;
  text-decoration: underline;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}

TD.main, P.main {
  line-height: 1.5;
  padding-left:0;
  padding-right:15px;
}

TD.smallText, SPAN.smallText, P.smallText {
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-weight: bold;
}

TD.fieldValue {
}

TD.tableHeading {
  font-weight: bold;
}

SPAN.newItemInCart {
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
}

TEXTAREA {
  width: 100%;
}

SPAN.greetUser {
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #f9f9f9;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-weight: bold;
}

TD.copyright {
  line-height: 1.5;
  text-align:center;
}

A.copyright {
  color: #c0c0c0;
}

A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}

SPAN.markProductOutOfStock {
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}
SPAN.productOldPrice {
	color: #ff0000;
	text-decoration: line-through;
	font-size: 7pt;
}
SPAN.productOldPrice_1 {
	color: #ff0000;


}
SPAN.errorText {
  color: #ff0000;
}

SPAN.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-weight: bold;
	color: Black;
}

.moduleRow {
	width:172px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	line-height: 1.4;
	border-bottom:1px solid #949494;
	font-size : 11px;
}
.moduleRowOver { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
    line-height: 1.4; 
	font-size : 11px;
	}

.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; }
.checkoutBarCurrent { color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-size: 7pt; }
.heading2 { font-size: 9pt; }
.heading3 { font-size: 10pt; }
.heading4 { font-size: 12pt; }
.heading5 { font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading { 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-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 { }
.messageStackError, .messageStackWarning { background-color: #f9f9f9; color:#bf0000;border-bottom:2px solid #fff;}
.messageStackSuccess { background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #bf0000; }

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

.navLeft {
	width: 184px;
}
.navRight {
	width: 184px;
}

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

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}
.eightpxtop{
	padding-top:6px;
}
p{
	color:#333333;
	padding-right:5px;
	margin-top:5px;
	margin-bottom:5px;
}

p.box{
	font-size:0.95em;
	padding-left:10px;
	color:#333333;
	margin-top:5px;
	margin-bottom:5px;
}

ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
li{
	background-image:url(img/icon_arrow.jpg);
	background-position:0px 4px;
	background-repeat:no-repeat;
	padding-left:12px;
}

li.unterebene{
	background-image:url(img/icon_arrow.jpg);
	background-position:10px 4px;
	background-repeat:no-repeat;
	padding-left:22px;
}

li.unterebene2{
	background-image:url(img/icon_arrow_sub.gif);
	background-position:20px 4px;
	background-repeat:no-repeat;
	padding-left:32px;
}

li.unterebene3{
	background-image:url(img/icon_arrow_sub.gif);
	background-position:30px 4px;
	background-repeat:no-repeat;
	padding-left:42px;
}

li.unterebene4{
	background-image:url(img/icon_arrow_sub.gif);
	background-position:40px 4px;
	background-repeat:no-repeat;
	padding-left:42px;
}

#maincol form input, select{
	background-color:#f9f9f9;
}


#leftcol form .Suchfeld{
	border:1px solid #c0c0c0;
	background-color:#f9f9f9;
	width:135px;
	background-image:url(img/form-back.jpg);
}

#rightcol form .Suchfeld{
	border:1px solid #c0c0c0;
	background-color:#f9f9f9;
	width:130px;
	background-image:url(img/form-back.jpg);
}

#rightcol form .PWSuchfeld{
	border:1px solid #c0c0c0;
	background-color:#f9f9f9;
	width:60px;
	background-image:url(img/form-back.jpg);
}

#leftcol form image {
	border:none;
}

#Breadcrump{
	float:left;
	padding-top:18px;
	padding-left:10px;
	color:#9D9D9D;
}

/* Startseite NewProducts */
.Aufreissen{
	width:100%
}

.WeiteFloat{
	width:270px;
	float:left;
}

.WeiteFloatMargin{
	width:270px;
	float:left;
	margin-right:7px;
}

.Aufreissen table {
	border:1px solid #949494;
	margin-bottom: 7px;
	width: 270px;
	padding-bottom : -5px;
}

.Aufreissen table .TDHeadline  {
	border-bottom:1px solid #949494;
	background-color:#f9f9f9;
	height: 35px;
	padding-left: 10px;
	background-image:url(img/form-back.jpg);
}

.Aufreissen table .TDBeschreibung{
	/*border-left:1px dotted #949494;*/
	padding-left:10px;
}

.Aufreissen table .TDProduktbildStartseite {
   vertical-align : top;
   width : 123px;
   padding-left: 3px;
   padding-top: 3px;
}

/* Neue Produkte NewProducts */
.BuyNowButton{
	float:right;
	padding:0 5px 5px 0;
}

.NewProductsOverview {
	border:1px solid #949494;
	margin-bottom:10px;
	width:100%;
}

.TDHeadline{
	border-bottom:1px solid #949494;
	background-color:#f9f9f9;
	height:20px;
	padding-left:10px;
	background-image:url(img/form-back.jpg);
}

.TDHeadline h1{
	margin:0; 
	padding:2px 0 2px 0; 
	font-size : 1.3em;
	color: #526070;
}

#Suchfeld #Position{
	float:right;
	padding:5px;
	background-color:#fff;
	border-left:1px solid #C9DDF5;
	border-bottom: 1px solid #C9DDF5;
}

#Suchfeld #Position .Suchfeld{
	border:1px solid #c0c0c0;
	background-color:#f9f9f9;
	width:154px;
	background-image:url(img/form-back.jpg);
}

.inputRequirement input{
	border:1px solid #c0c0c0;
	width:174px;
	background-image:url(img/form-back.jpg);
}

.inputRequirement select{
	border:1px solid #c0c0c0;
	background-color:#f9f9f9;
	width:176px;
}

form select{
	border:1px solid #c0c0c0;
	background-color:#f9f9f9;
}

.KontaktForm input{
	border:1px solid #c0c0c0;
	width:174px;
	background-image:url(img/form-back.jpg);
}

.KontaktForm textarea{
	border:1px solid #c0c0c0;
	width:390px;
	background-color:#f9f9f9;
}

.Produktmenge input{
	border:1px solid #c0c0c0;
	width:30px;
	background-image:url(img/form-back.jpg);
}

#Warenkorb{
	width:550px;
	padding:0;
	margin:0;
}

#Warenkorb th{
	background-color:#424242;
	color:#fff;
	padding-left:5px;
	height:20px;
}

#Warenkorb th.NachMitteLoesch{
	background-color: #bf0000;
	color: #FFFFFF;
	height: 20px;
	padding-right : 5px;
}

#Warenkorb td{
	border-bottom:1px solid #c0c0c0;
	vertical-align:top;
	background-color:#f9f9f9;
}

#Warenkorb .WarenkorbGesamt{
	vertical-align:top;
	background-color:#fff;
	text-align:right;
	padding-bottom:25px;
	border-bottom:none;
}

#Warenkorb .BeschreibungBild{
	float:left;
}

#Warenkorb .BeschreibungBild img{
	padding-right:5px;
}

.NachRechts{
	text-align:right;
}

.NachMitte{
	text-align:center;
}

#Warenkorb .NachMitteLoesch{
	text-align:center;
	background-color:#c0c0c0;
}

#Warenkorb .NachMitteLoesch input {
	background-color:#c0c0c0;
	border:1px solid #c0c0c0;
}

#maincol #checkout textarea{
	width:540px;
}

#TopNewsBack{
	background:url(img/topnewsback.jpg) no-repeat 0 0;
}

#TopNewsHeadline{
	padding:30px 20px 0 30px;
}

#TopNewsContent{
	padding:0 30px 0 30px;
}

.RedText{
	color:#bf0000;
}

.RedTextBold{
	color:#bf0000;
	font-weight:bold;
}

.NoBreakInMySite{
	width:420px; 
	position:realtive;
	overflow:hidden;
}

.NoBreakInMySiteReviews{
	width:540px; 
	position:realtive;
	overflow:hidden;
}

#ReviewMe {
	padding-left:10px;
	padding-right:10px;
	font-size:0.95em;
}

.NaviAuntereEbene{
	color:#505050;
	font-size:11px;
	font-weight : normal;
}

.prodprice{
	text-align:left;
	font-weight:bold;
	font-size:1.1em;
	color:#bf0000;
	background-image:url(img/preis_back.jpg);
	background-repeat: no-repeat;
	width:125px;
	height:28px;
	text-align:center;
	padding-top:4px;
	vertical-align:middle;
	
	
}

.ButtonHome{
	padding-bottom: 10px;
	text-align:center;
}

.TabelleDetails td{
	background-color:#eaeaea;
}

.TabelleDetails {
	width:100%;
	border:1px solid #eaeaea;
	margin-right:5px;
	margin-bottom:10px;
}
/* AJAX CHECKOUT PROCESS */
div.checkout_row {
	clear:both;
}

div.checkout_title {
	cursor:pointer;
	position:relative;
	background-color:#777;
	color:#FFF;
	padding:4px;
	font-size:12px;
	border-right:solid 1px #777;
	border-left:solid 1px #777;
	border-top:solid 1px #777;
}


div.checkout_title .right {
	position:absolute;
	right:6px;
	top:3px;
	font-weight:bold;
}

div.checkout_content {
	background-color:#f9f9f9;
	color:#000;
	padding:4px;
	border-right:solid 1px #777;
	border-left:solid 1px #777;
	border-bottom:solid 1px #777;
	position:relative !important;
	position:static;
	zoom:1;
}

div.checkout_content .inputRequirement select {
	width:190px;
}

div.checkout_content .virtual {
	text-align:center;
}

div.checkout_content .left_space {
	padding-left:20px;
}

div.checkout_shipping_modules, .checkout_shipping_address {
	width:49%;
	float:left;
	clear:left;
}

div.checkout_payment_modules, .checkout_payment_address {
	width:49%;
	float:right;
	clear:right;
}

div.checkout_total {
	text-align:right;
}

#checkout_total table {
	float:right;
}

div.checkout_spacer {
	height:12px;
	font-size:9px;
	clear:both;
}

div.checkout_button {
	text-align:right;
	margin-top:5px;
}

.radiobox {
	vertical-align:middle;
	padding:0px;
	margin:0px;
}

.float_right {
	float:right;
}

.float_left {
	float:left;
}

.module_ok, div.checkout_please_wait {
	color:green;
	font-weight:bold;
}

div.checkout_error {
	color:#FF0000;
	font-weight:bold;
}

div.checkout_error_login {
	display:none;
}

.checkout_form_row {
	margin-bottom:8px;
	width:100%;
	display:block;
	clear:both;
	float:left;
}

.checkout_form_left {
	float:left;
	width:160px;
}

.checkout_form_right {
	float:left;
}

.checkout_form_input {
	width:160px;
}

.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.8;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #777777;	
	padding:0px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#ffffff;	/* White background color for the message */
	overflow:auto;	
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/


	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}
/* CSS for the display. CSS needed for the scripts are loaded dynamically by the scripts */
a.close_modalDialog, a.close_modalDialog:link, a.close_modalDialog:hover {
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	position:absolute;
	left:755px;
	top:3px;
}
a.displayMessage, a.displayMessage:link, a.displayMessage:visited,a.displayMessage:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
h1.heading_modalDialog  {
	display:block;
	background-color:#777777;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	padding:3px 0px 3px 15px;
	margin:0px;
}	
.modalDialog_content {
	padding:10px;

}
.modalDialog_content li {
	margin-left:25px;
}
.modelDialog {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

/* PayPal-Anpaasung */
/* 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 #ff0000 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}

.allproductsHeader {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color : #000000;
	height : 25px;
	font-weight : bold;
}

allproductsContent {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
