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

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.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: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

body, table, td {
	font-family: Verdana;
	font-size: 11px;
}

A {
  color: #000000;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
  
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

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.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
	/*border: 1px solid #ccc;*/
}

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

.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #333;
}

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

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

.mandatory {
	color: #990000;
	font-size: 9px;
}

.footer {
	display: block;
	width: 950px;
	padding: 0px;
	text-align: center;
}





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

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

  color: #333;
  font-weight: bold;
}

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

/*
A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}
*/

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #999;
  padding-top: 20px;
}

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 {
  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;
	font-weight: bold;
}

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.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: 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: #fff; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #fff; }

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



a.pageResults u {
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}



div.product_list {
	position: relative;
	display: block;
	width: 620px;
	font-family: Verdana;
	font-size: 11px;
}

div.product_list_item {
	position: relative;
	display: block;
	height: 355px;
	overflow: hidden;
	float: left;
	width: 140px;
	margin: 20px 0 0 10px;
	border: 1px solid #ccc;
}

hr.product_list_split {
	position: relative;
	display: block;
	float: left;
	clear: both;
}


div.product_list_item span.subitem-1 {
display: block;
clear: both;
text-align: center;
padding: 5px;
}
div.product_list_item span.subitem-2 {
display: block;
clear: both;
padding:0;
margin-left: 5px;
}
div.product_list_item span.subitem-3 {
position: absolute;
bottom:2px;
color : #990000;
font-weight: bold;
left:0;
}
div.product_list_item span.subitem-4 {
position: absolute;
bottom:2px;
right: 2px;
}


table.product-view-product td {
	padding: 10px;
}     


span.product-view-product-name {
	font-weight: bold;
	font-size: 14px;
	color: #999;
}
span.product-view-product-price {
	font-weight: bold;
	font-size: 16px;
	color: #990000;
}
span.product-view-product-model {
	font-size: 10px;
}


div.product-view-product-image {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}

div.product-view-product-image a {
	display: block;
}







.header-control {

	width: 100%;
	border: 0px solid #000;
	height: 50px;
	background: #eee url(images/control_bar_bg.gif) repeat-x;
}

.header-control span.title {
	display: block;
	margin-top: 6px;
	font-size: 10px;
	font-weight: bold;
}	

.header-control div { 
	float: left;
	height: 30px;
	margin-left: 30px;
	border: 0px solid #990000;
}

.header-control div.box-quick-links {
	margin-top: 4px;
}

.header-control div.box-quick-links a {
	color: #A28162;
}


.header-control div.box-quick-links img {
	vertical-align: bottom;
	margin-right: 5px;
}

.header-control div.box-quick-links a {
	font-weight: bold;
}
.header-control div.box-quick-links a:hover {
	text-decoration: none;
}


.header-control div.box-languages {
	float: right;
	margin-top: 10px;
	width: 100px;
}

.header-control div.box-search {

}

.header-control div.box-manufacturers {

}





div.shopping-cart-total {
	text-align: right;
	font-size: 14px;
	width: 500px;
	font-weight: bold;
}


.small-shopping-cart-title {
	font-weight: bold;
	font-size: 11px;
}
.small-shopping-cart-total {
	font-weight: bold;
	font-size: 11px;
	color: #990000;
}



.sidebox-categories .title, .sidebox-information .title, 
.sidebox-shopping-cart .title {
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0 5px 0;
}
.sidebox-shopping-cart .content {
	width: 90%;
	padding: 5px;
	background-color: #D2C8BF;
	border: 1px solid #999;
}
.sidebox-shopping-cart .total {
	display:block;
	color: #990000;
	font-weight: bold;
	font-size: 11px;
	padding: 10px 0 0 10px;
}

.sidebox-information ul, .sidebox-shopping-cart ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
}




.choose-box-size, .choose-box-color, .choose-box-quantity {
	border: 0px solid #000;
	height: 20px;
}
.choose-title-size, .choose-title-color, .choose-title-quantity {
	border: 0px solid #990000;
	height: 20px;
}


dl.payment-fees {

}
dl.payment-fees dt {
	color: #666;
	font-weight: bold;
}
dl.payment-fees dd {
	color: #666;
}

div.information {
	font-size: 10px;
	width: 100%;
	padding: 10px;
	border: 1px solid #0000ff;
	background-color: #ddddff;
}
div.information dl {

}



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

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



.cont {
        width: 640px;
        height: 420px;
        overflow: auto;
        border: 0px solid #000;
}


#wrapper {
        width: 980px;
}

