/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/


/* {
	margin:0;
	padding:0;
}*/

BODY {
 /* background: #F1DEB6 url('/images/back.gif') repeat-x top;*/
  background: #CEB47D;
  font-family: Verdana, Arial, sans-serif;
  margin:0;
  padding:0;
  font-size:90%;
  text-align:center;

}
table{
	border:0;
	width:100%;
	}

h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin: 10px 0 20px 0;
 padding-bottom: 0;
 color:#86230C;
}

h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 font-weight: bold;

 color:#86230C;
}

h3{
 font-size: 14px;
 color: #565656;
}
img{
 border:0;
}

A {
  color: #454545;
  text-decoration: none;

}

A:hover {
  color: #63090B;
  text-decoration:underline;
}



li{
	padding-top:3px;
	padding-bottom:3px;
}
div.clearboth{
	clear:both;
}

/***************************************************************************/
/*column styles*/
div.topnav{
	margin-left:auto;
	margin-right:auto;
	width:996px;
	text-align:left;

}
div#outerframe{
	margin-left:auto;
	margin-right:auto;
	width:996px;
	text-align:left;
	padding:0;


}


/* column container */
.colmask {
	clear:both;
	float:left;
	width:100%;				/* width of page */
	overflow:hidden;
	border:1px solid #86230C;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;				/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0em 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead
							only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}

/* 3 Column settings */
.threecol {
	background:#fff;		/* contentframe */
}
.threecol .colmid {
	right:26%;				/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:55%;				/* width of the middle column */
	background:#fff;		/* left column background colour */
}
.threecol .col1 {
	width:65.5%;				/* width of center column content (column width minus padding on either side) */
	left:98.6%;				/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:17%;				/* Width of left column content (column width minus padding on either side) */
	left:15.5%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:16.5%;				/* Width of right column content (column width minus padding on either side) */
	left:82%;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

div.catheading{
	padding:10px 10px 10px 10px;

}
div.catheading h1{
 	margin-left:20px;
}
div.catheading img{
    margin-right:20px;
}

div.col1 table, div#content{ font-size:12px; }
/***************************************************************************/
/* form styles */
.formfeld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #f5f5f5;
	border: 1px solid #000000;
	margin: 0px 0px 0px;
	padding: 1px 1px 1px 5px;
}
FORM {
	display: inline;
}
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;
}
TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}
input{
	padding:2px;
	font-size: 0.9em;
	font-family: Tahoma, Verdana;
}
label{
 font-weight:bold;
 }

legend{
 color:#646567;
}
fieldset{
	margin-bottom:10px;
}
form fieldset.account div {
  clear: left;
  display: block;
  width: 374px;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form div fieldset.account {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;


  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 197px;
}
form div fieldset.contact {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;

  padding: 0 5px 5px 5px;
  width: 397px;
}
form div fieldset.contact textarea {
	display:inline;
	float:left;
	width:419px;
}
form fieldset.contact div {
  clear: left;
  display: block;
  width: 574px;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
}




form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div.required label {
  display: block;
  float: left;
  width: 165px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
  font-size:12px
}
form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}
form fieldset.account select  {
  width:200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputText, form div input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}
form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  height: expression('1%');
}
.inputRequirement{
 	padding:0 2px 0 2px;
 	 font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000;
}




/*****************************************************************************/
/*Toplinks*/

div.topnav a{
	font-size:11px;
	font-weight:bold;
	}
div.topnav a:hover{
	text-decoration:none;
}

/***************************************************************************/
/* header styles */
#header {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	/*background:	#63090B;*/
	border-left:1px solid #86230C;
	border-right:1px solid #86230C;
}
div#header img{
	border:0;	}
#header p,
#header h1,
#header h2 {
	clear:left;
	float:left;
	width:80%;
	margin:0;
	padding:.4em 2% .1em 2%;
}
.navi{
 height:32px;
 width:100%;
 background:url(images/links_rep.gif);
 background-repeat:repeat-x;

}
.navi ul {
	clear:left;
	margin:.25em 0 0 1%;
	padding:0;
	list-style:none;

	width:550px;float:left;dislplay:inline;

}
.navi ul li {
	display:inline;
}
.navi ul li a {
	font-weight:bold;
	/*display:block;*/
	float:left;
	color:#fff;
	list-style:none;
	padding:.2em .5em;
	margin-right:10px;

}
.navi ul li a:hover{
	color:#FFB400;
	text-decoration:none;

}



input.search{
	background: #fff url(images/lupe.png) no-repeat 4px center;
	padding: 1px 1px 1px 20px;
	border: 1px solid #CCC;
}
input.search_go{
	padding:0px;
}


.languages, .currencies{
	position:relative;
	right:-650px;
	top:-24px;
}
.currencies{
	position:relative;

	right:-535px;
	top:-5px;
}
#logout{
	text-align:right;
	float:right;
	width:100px;

	padding:6px 6px 0 0;
}
#logout a{
	font-weight:bold;
	color:#fff;


}
/******************************************************************************************************/



a .headerNavigation {
	color:#333333;
	font-size:8px;
	font-weight:normal;
}

div.breadcrumbs a{
	color:#333333;
	font-size:11px;
	font-weight:normal;
	padding-bottom:10px;
	margin-bottom:10px;
}




/******************************************************************************************************/
/*categories*/



table.categories{
	width:640px;
	padding:0px;
	margin-bottom:30px;
}

table.categories tr{
	padding:0px;
}

td.category{
	padding-top:30px;
	font-size:11px;
	font-weight:bold;


}
td.category span{
	padding-top:5px;
	width:145px;
	display:block;
	text-align:center;
}

img.cathumb{
 float:left;
 /*padding:10xp 30px 10px 10px;*/
}

/******************************************************************************************************/
#footer {
	/*margin-left:auto;
	margin-right:auto;


	height: 50px;
	border:0;*/
	padding:5px;
	background: #86230C;
	text-align:center;
	font-size:12px;
	width:992px;

}
#footer a{
	color:#000;
	font-weight:bold;

}

div.buttons{
	padding: 10px 5px 10px 5px;
}
span.leftbutton{
 width:40%;
 float:left;
}
span.rightbutton{
width:40%;
 float:right;
 text-align:right;
}
div.alignright{
 text-align:right;
 font-size:12px;
}
img.logo150{
	margin-right:10px;
}

/******************************************************************************************************/
#informationBox, #categoriesBox{
	border-right:1px solid #63090B;
	text-align:left;
	padding:0;
}
 #manufacturersBox{
 	border-right:1px solid #63090B;
 }
 #manufacturersBox select{
 	width:90%
 }
#serviceBox, #bestsellerBox, #whatsnewBox{
	border-left:1px solid #63090B;
}

#order_historyBox{
	text-align:left;
	padding:0;
	}
#informationBox ul li a{
	font-weight:bold;
}

.infobox2 ul{
	list-style:none;
	padding-left:10px;
	text-align:left;
	margin:0;
}
.infobox2 ol{
	margin:0;
}
.infobox2 p{
	padding-left:5px;
	text-align:left;
}

#bestsellerBox{
	text-align:left;

	}
#manufacturersBox{
	padding-left:15px;
	padding-right:15px;
}
ul.catnavi{
	list-style:none;
	text-align:left;
	padding-left:0;
	margin:0;

}
ul.catnavi li{
	border-top:1px dotted #333333;
	padding:0;
}
ul.catnavi li.sub, ul.catnavi li#top{
	border:0;
}



ul.catnavi li span{
	margin:0;
	padding:4px 3px 4px 5px;
	display:block;

	}
ul.catnavi li.sub span{
	border:0;
	background:url('images/arrowRight.gif') 6px center no-repeat ;
	padding-left:20px;
}

#topelement	{}
ul.catnavi li a{
	margin:0;
	width:100%;
	display:block;
	font-size:12px;

}

ul.catnavi li a:hover{
	text-decoration:none;
	color:#000000;
	background:#CCCCCC;

}
ul.catnavi li.smallLink{
	margin:0;
	padding:2px 3px 2px 7px;
	border:0;
}
ul.catnavi li.smallLink a{
	font-size:11px;
}

ul.catnavi li.smallLink a:hover{
	background:#fff;
	text-decoration:underline;

}
ul.catnavi li#first{

}
ul.catnavi li.catlink{

}
ul.catnavi li#end{
	border-bottom:0;
}


#bestsellerBox ol{
	padding-left:20px;
}






/***********************************************************************************************/
/*infobox*/
.boxmodule{width:150px;}
.boxheading{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;

  background: #646567;/*hellblau*/
  color: #ffffff;
}
.infoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  padding:4px;
  font-size: 12px;
/*  height:15px;*/
  font-weight: bold;
  background: #86230C;/*hellblau*/
  color: #fff;
}



.catmenu{
	text-align:center;
	padding:5px;
	background:#646567;
}
.infoBox {
  	background: #f8f8f9;/*hellblau*/
	text-align:center;
	font-family: Verdana, Arial, sans-serif; font-size: 10px;
	border:1px solid #646567;
	}
.infoBox2 {
	padding: 5px;
  	background: #f8f8f9;/*hellblau*/
	text-align:center;
	font-family: Verdana, Arial, sans-serif; font-size: 10px;
	}
.boxText ul, .boxText p{
	text-align:left;
	list-style:none;

}




.infoBoxNotice {
  background: #FF8E90;/*rosa*/
}

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


.infoBoxContents{
  font-size: 10px;
}



.infoBoxNotice {
  background: #FF8E90;/*rosa*/
}

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

span.brand{
	font-style:italic;
	font-weight:bold;
}
div.productbox{
	height:200px;
	vertical-align:bottom;


}

#serviceBox a{
	text-decoration:underline;
}
#serviceBox a:hover{
	text-decoration:none;
}
.taxinfo{
	float:right;
	padding-top:5px;
	padding-bottom:10px;
	font-size:10px;
}
.taxinfo{
	font-size:10px;
}
table#impr td{
	vertical-align:top;

}

/******************************************************************************************************/
/* Product info */

div.productinfo{
	border:1px solid #646567;
	margin-top:5px;
	padding:4px;
	width:642px;
	font-size:13px;

}
div.productinfo h1{
	margin:0;
	float:left;
	width: 450px;

	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
}
div.productinfo ul{
	padding-left:30px;
	list-style-image:url('images/checked-red.gif');
}



.price{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	width:150px;
	text-align:right;
}

.price s{
	color:#FF3300;
}
.proddesc{
/*	float:left;*/
	margin-top:80px;


	}
.proddesc h2{
	font-size:14px;
	color:#A8A5A5;
}

.proddesc table{
	border-collapse:collapse;

}
.proddesc td{
	border:1px solid #CCCCCC;
	padding:5px;
}

div.prodoptions ul{
	list-style:none;
	padding-left:0;
}
div.prodoptions ul li{
	display:inline;
	float:left;
}

.optiongroup{
	border:1px solid #CCCCCC;
	margin:10px 10px 20px 10px;

}

.optiongroup input{
	position:relative;bottom:0px


}
.optiongroup label{
	font-weight:normal;
	margin-right:25px;
margin-left:5px;
	padding:3px;
}


.groupheading{
	font-weight:bold;
	font-size:12px;

}
#pricebox{
	padding-top:20px;
	margin:20px;
	color:#454545;
	clear:both;
}

.prodpics{
 float:right;
 margin-top:80px;
 width:30%;
 font-size:10px;
 margin-right:-100px;
 margin-left:10px;

}
/*.prodpics img:before{border:1xp solid #fff;}*/
.prodpics img{
 margin-bottom:20px;
}

.total_price{
	font-weight:bold;
}


.taxinfo{
	font-size:11px;
	font-weight:normal;
}

div.prodpics_wide{
	text-align:center;
	clear:both;
}
div.prodpics_wide img{
margin-top:30px;
margin-bottom:20px;
}

#prev_nextBar{
	width:642px;
	margin:10 0 5 0;
}
.prev_next{
	padding:5 0 5 0;
}
#prev{
	width:50%;
	float:left;

}
#next{
	width:50%;
	text-align:right;
	float:right;
}
/*****************************************************************/
/*checkout*/
tr#ordersteps{

	height:60px;
}

.route{

padding: 30px 5px 10px 5px;

}


/******************************************************************************************************/
/* osc legacy*/

.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #63090B; text-decoration: underline; }


TR.headerError {
  background: #ff0000;
}

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

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




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: #646567;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #646567;
  color: #FFFFFF;
  font-weight: bold;
}
a.productListing-heading:hover{
	color:#DEAD1C;
	text-decoration:none;
}

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



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

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: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText , div.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;

}






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

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.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 */


.tax_info {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #758389;
}

TD.category_header, DIV.category_header {
       font-family    : Verdana, Arial, sans-serif;
       font-size      : 1.5em;
       font-weight    : bold;
       color          : Black;
       margin-top     : 1.82em;
       margin-bottom  : 1.82em;
       line-height    : 1.5;
    }

    TD.category_sub_header, DIV.category_sub_header {
       font-family    : Verdana, Arial, sans-serif;
       font-size      : 1em;
       margin-top     : 1em;
       margin-bottom  : 1em;
    }
    TD.category_sub_desc, DIV.category_sub_desc {
       font-family    : Verdana, Arial, sans-serif;
       font-size      : 0.7em;
       background     : #DCDCDC;
       margin-bottom  : 1em;
    }

img.rightcorner{
 width:15%;
 float:left;
}


