/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/
   
/* --------- Customizing Area -----------*/

#thePage{
	width: 975px;
	margin: auto;
}
#left_col{
	float:left;
	width:192px;
	background-color: #504f4f;
	
}
#main_col{
	float:left;
	width:556px;
	background-color: #fff;
}
#right_col{
	float:left;
	width:226px;
}
#footer{
	border:1px solid blue;
}
#left_head{
	width:100%;
	height:200px;
	float:left;
	text-align: center;
}

#main_head{
	width:100%;
	height:200px;
	float:left;
}
#right_head{
	width: 179px;
	height:173px;
	float:left;
	padding: 27px 0 0 20px;
}
#left_main{
	float:left;
	width:100%;
	border-bottom: 1px solid #fff;
	min-height:500px;
    height:auto !important;
    height:500px;
}
#main_main{
	float:left;
	width: 556px;
	min-height:550px;
    height:auto !important;
    height:550px;
}
#right_main{
	float:left;
	width: 179px;
	padding-left: 20px;
}

/* Right Columen */

.rightBox {
	width:171px;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	padding:10px 8px 10px 8px;
	background-color: #504f4f;
	float: left;
	margin: 0;
}

/* Navigation */

.navilist{
	list-style-type: none;
	text-decoration: none;
	font-family: Georgia, Times;
	font-size: 18px;
	text-transform: uppercase;
	margin:0;
	padding:0;
	line-height: 17px;
}
.maincat{
	margin: 19px 25px 0 26px;
	
}
.subcat {
	font-family: Arial;
	font-size: 11px;
	margin: 0 0 0 26px;
	line-height: 16px;
}

.navilist a{
   color:#6d6c6c; 
}

.navilist a:link {
	text-decoration: none;
}

.navilist a:hover, .navilist a.gewaehlt {
	color: #b65b0b;
	text-decoration: none;
}

.subcat a{
	color: #fff;
}

/* End Navigation */

/* 2nd navigation */

.navilist2nd{
	list-style-type: none;
	text-decoration: none;
	text-transform: uppercase;
	margin: 19px 25px 0 26px;
	padding:0;
	line-height: 15px;
	font-weight: bold;
	font-size: 12px;
}
.navilist2nd li{
	margin-bottom: 2px;
}

.navilist2nd a{
   color:#6d6c6c; 
}

.navilist2nd a:link {
	text-decoration: none;
}

.navilist2nd a:hover, .navilist2nd a.gewaehlt {
	color: #b65b0b;
	text-decoration: none;
}

.subcat a{
	color: #fff;
}

/* End 2nd navigation */

.breadcrump{
	text-align: left;
	margin: 0 22px 20px 18px;
	color: #bebdbd;
}

.breadcrump a:link, .breadcrump a, .breadcrump a:visited, .breadcrump a:hover, .breadcrump a:active {
	color: #bebdbd;
	text-decoration: none;
}

/* Links */
.biglink {
	line-height: 15px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
.biglink a {
	color:#6d6c6c;
}
.biglink a:link {
	text-decoration: none;
}
.biglink a:hover{
	color: #b65b0b;
}

/* Headlines */

h3{
	font-family: Georgia, Times;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color:#848484; 
	padding:0;
	margin: 0;
}

h4{
	font-family: Georgia, Times;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	color:#848484; 
	padding:0;
	margin: 0;
}

h5{
	font-family: Georgia, Times;
	font-size: 18px;
	font-weight: normal;
	color:#848484; 
	padding:0;
	margin: 0;
}


h3 a {
	color:#6d6c6c;
}
h3 a:link {
	text-decoration: none;
}
h3 a:hover{
	color: #b65b0b;
}

p {
	line-height: 15px;
}



/* Forms */

.searchInput{
	border: 1px inset #7c7c7c;
	width: 140px;
}

checkbox, input, radio, select {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

textarea {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

label {
	display: block;
	float: left;
}

.createAccountForm{
	padding: 0 20px 20px 20px;
}
.labelCreateAccount{
	width: 180px;
}

.inputRequirement { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #cc8e39; 
}
.createAccountFormLine{
	margin-bottom: 5px;
}
.createAccountHeadlineSpace{
	margin-top: 20px;
	margin-bottom: 10px;
}

/* Product Overview */
.productOverviewHead{
	text-align: right;
	margin-right:22px;
}
.productThumbnail{
	background-image: url('img/bak_products_thumb.png');
	width: 168px;
	height: 212px;
	float: left;
	margin-left:7px;
	margin-top:15px;
}
.productOverviewMain{
	float: left;
	padding-left:15px;

}
.productOverviewBottom{
	clear: both;
	padding-top: 10px;
	margin: 0 22px 0 21px;
}
.productThumbnailImage{
	width: 161px;
	height: 163px;
	text-align: center;
}
.productThumbnailDescription{
	height: 40px;
	padding: 0 0 0 20px;
	vertical-align: middle
}
.bronzeText{
	color: #b65b0b;
}
.greyText{
	color: #656464;
}
.alsoPurchased{
	float: left;
	width: 514px;
	margin: 20px 0 0 0;
	padding-left: 21px;
}
.alsoPurchasedItem{
	float: left;
	margin-right: 15px;
}
.alsoPurchasedText{
	float: left;
	height: 64px;
	line-height: 14px;
	padding-left:2px;
	vertical-align: bottom;

}
.alsoPurchasedHeadLine{
	margin: 0 0 10px 0;
	padding: 2px;
	background-color: #d4d4d4;
}

.alsoPurchasedImagesDetailImage{
	width: 70px;
	height: 70px;
	background-image: url('img/bak_small_products.png');
	float: left;
}
.alsoPurchasedImagesTheImage{
	height: 64px;
	width: 64px;
	padding: 1px 0 0 1px;
	text-align: center;
	vertical-align: middle;
}

.productsTop{
	float: left;
	padding-left: 21px;
}
.productsHeadLine{
	margin: 10px 22px 0 21px;
	padding: 2px;
	text-align: right;
	background-color: #d4d4d4;
}
.productsImages{
	float: left;
	width: 254px;
	margin: 26px 0 0 0;
}

.productsText{
	float: left;
	width:258px;
	margin: 26px 0 0 0;
}
.productsBottom{
	clear: both;
}
.productsImagesDetailImage{
	width: 233px;
	height: 248px;
	background-image: url('img/bak_products_detail.png');
}
.productsImagesTheImageHead{
	height: 33px;
	width: 208px;
	padding-left: 17px;
	vertical-align: middle;
}
.productsImagesTheImage{
	height: 207px;
	width: 225px;
	text-align: center;
	vertical-align: middle;
}
.productsDescription{
	float: left;
	width: 100%;
	line-height: 16px;
	margin-bottom: 25px;
}
.productsDescriptionQty{
	float: left;
	width: 48%;
	font-weight: bold;
}
.productsDescriptionPrice{
	float: left;
	width: 48%;
}
.productsDescriptionAddCart{
	clear: both;
	float:left;
	margin-top: 25px;
	width: 100%;
}
.productsMoreImages{
	float: left;
	margin: 10px 0 0 0;
	padding-left: 21px;
}
.productsImagesMini{
	float: left;
	width: 44px;
	margin: 0 10px 0 0;
}
.productsImagesMiniDetailImage{
	width: 44px;
	height: 44px;
	background-image: url('img/bak_products_mini_thumb.png');
}
.productsImagesMiniTheImage{
	height: 40px;
	width: 40px;
	text-align: center;
	vertical-align: middle;
}

/* Category Overview */


.categoryHead{
	text-align: right;
	margin-right:22px;
}
.categoryMain{
	float: left;
	padding-left: 15px;
}
.categoryOverview{
	background-image: url('img/bak_categories_thumb.png');
	width: 169px;
	height: 247px;
	float: left;
	margin-left: 5px;
	margin-top:15px;
}
.categoryOverviewImage{
	width: 161px;
	height: 161px;
	text-align: center;
	margin: 1px 0 0 1px;
}
.categoryOverviewText{
	height: 77px;
	vertical-align: middle;
	padding: 0 7px 0 7px;
}

/* cart */

.cart{
	color: #ffffff;
	line-height: 16px;
}

.cart a, .cart a:link, .cart a:hover, cart a:visited{
	color: #ffffff;
	text-decoration: none;
}

.cart_container{
	width: 518px;
	margin-left:20px;
}


/* Bestseller */
.bestseller{
	float:left;
	color: #ffffff;
	line-height: 16px;
}
.bestsellerImage{
	float:left;
	margin-right:5px;
}
.bestsellerText{
	float:left;
}
.bestsellerItem{
	float:left;
	margin-bottom:8px;
}
.bestseller a{
	color: #ffffff;
	font-weight: bold;
}

/* login form */

.loginpage{
	margin:0 22px 0 20px;
}
.loginpageNew{
	float: left;
	width: 243px;
	margin: 20px 11px 0 0;
}

.loginpageForm{
	float: left;
	width: 243px;
	margin: 20px 0 0 11px;
}
.loginpageSpacer{
	border-left: 1px solid #cdcdcd;
	width: 1px;
	height: 70px;
	margin-top: 50px;
	float:left;
}

.page{
	margin:0 0 0 20px;
}
.accountHead{
	text-align: right;
	margin-right:22px;
	padding-bottom: 25px;
}
.accountBoxRight{
	float:right;
	padding-right: 22px;
}
.accountBoxLeft{
	float:left;
	width: 240px;
}
.loginLinkBlock{
	float: left;
	padding-bottom: 20px;
}

.loginEmailBlock{
	clear:both;
	float: left;
}

.accountHistoryProduct{
	margin-top:10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cdcdcd;
}

/* content */

.content_container{
	padding: 0 20px 20px 20px;
}

/* --------- End Customizing Area -----------*/


.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: #FFCC99;
}
.boxTextPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.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: #70d250;
	text-decoration: underline;
}

BODY {
	color: #000000;
	margin: 0px;
	background-color: #3f3d3e;
	font-family: Arial, sans-serif;
	font-size: 11px;

}

img{
	border:0;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #b65b0b;
  text-decoration: underline;
}

FORM {
	display: inline;		   
}

a.headerNavigation { 
  color: #000000; 
}

a.headerNavigation:hover {
  color: #000000;
}

A.confirmationEdit {
	color: #b65b0b;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}


.moduleHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}


.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

A.pageResults {
	color: #0000FF;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}


SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}



.copyright {
	clear:both;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}


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: #ff0000;
}
SPAN.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}



.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}



.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: 7pt; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* 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; }
.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; }



.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}



.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;
}
