/*
  $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 { 		
	line-height: 1.5;
	
}
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

H1 {  
  font-size: 24px;
  font-weight: normal;
  color: #435B6B;
  font-family: verdana,arial,helvetica,sans-serif;
}

H2 {  
  font-size: 17px;
  font-weight: normal;
  color: #435B6B;
  font-family: verdana,arial,helvetica,sans-serif;
}

BODY {
  background: #5B695C;
  color: #000000;
  margin: 0px;
  font-family: verdana,arial,helvetica,sans-serif;
}

A { 
  color: #3e493f;
  text-decoration: none;
}

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


A.sticky:visited {
	color: #3e493f;
}



A.infoBoxHeading, A.contentBoxHeading {
  color:#FFFFFF;
  text-decoration: none;
}

A.infoBoxHeading:hover, A.contentBoxHeading:hover {
  color:#FFFFFF;
  text-decoration: underline;
}




FORM {
	display: inline;
}

TABLE#header {
	margin-top: 13px;	
	margin-left: 2px;
	margin-right: 2px;
	width:100%;
	border: 0;
	
	background: #DFE9DD;
	background-image: url(/images/header_bg.jpg);   	
  
}

TR#header {
  
  
}

IMG#HeaderLogo {
	margin-left: 38px;
	border: 0px;
}

A#HeaderLogo {
	border: 0px;
}

TABLE#headerNavigation {
  background: #879187;
  color: #FFFFFF;
  font-size: 12px;
  
  background-image: url(/images/header_navigation_bg.gif);   
  background-repeat: repeat-x;
  
}

TD#breadcrumbs {
	padding-left: 18px;
}

TD#customerLinks {
	padding-right: 18px;
}

TD.headerNavigation {  
  

}

A.headerNavigation { 
  color: #FFFFFF;
}

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


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

TABLE.footer {
  background: #879187;
  color: #3e493f;
  font-size: 12px;  
}

TR.footer {
  
}

TD.footer {
}



TABLE#content {
	margin-top: 15px;
}

TD.LeftEdge {
	background-image: url('/images/left_edge.gif');
	background-repeat: repeat-y;
	width: 14px;
}

TD.RightEdge {
	background-image: url('/images/right_edge.gif');
	background-repeat: repeat-y;
	width: 14px;
}


TABLE.CloseBoxArea {
	width: 100%;
	background-color: #FFFFFF;	
	border-collapse:collapse;
}

TR.CloseBoxArea {
	background-color: #FFFFFF;		
	height: 12px;
}

TD.CloseBoxAreaLeft {
	background-image: url('/images/infobox/corner_bottom_left.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 14px;	
}

TD.CloseBoxAreaRight {
	background-image: url('/images/infobox/corner_bottom_right.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 14px;
}


TABLE.StartBoxArea {
	width: 100%;
	background-color: #FFFFFF;	
	border-collapse:collapse;
}

TR.StartBoxArea {
	background-color: #FFFFFF;		
	height: 12px;
}

TD.StartBoxAreaLeft {
	background-image: url('/images/infobox/corner_top_left.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 14px;	
}

TD.StartBoxAreaRight {
	background-image: url('/images/infobox/corner_top_right.gif');
	background-repeat: no-repeat;
	background-position: right top;
	width: 14px;
}




TABLE#outer {  
	width: 880px;
	background: #DFE9DD;
}

TD#leftColumn {
	width: 145px; 
	padding-left: 8px;
	padding-right: 8px;	
}

H3#leftColumn {
	color: #879187;
	
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	margin-bottom: 6px;
	margin-top: 0px;
}


TD#middleColumn  {

}

TD#rightColumn {
	width: 131px; 
	padding-left: 8px;
	padding-right: 8px;
		margin-top: 100px;


}


.margin-none {
	margin:0px;
}

.infoBox {
  background: #FFFFFF;
  border-spacing:0px;
  border-collapse:collapse;
  border:0px;   
  line-height: 1.5;
}


.infoBoxContents {
  color: #3e493f;	

  background: #FFFFFF;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TABLE.infoBoxHeading {  	
	height: 20px;
}

TABLE.contentBoxHeading {  	
	height: 20px;
	margin-top: 18px;
}


TABLE.infoBoxFooter {
	background-color: #FFFFFF;
}

TD.infoBoxFooter {
  font-size: 12px;
  color: #69A2B6;
  text-align: right;
  vertical-align: bottom;
  font-weight: bold;
  height: 18px;
}

TD.ShoppingCartBoxFooter {
	
}

DIV#white {
	padding-top:12px;
	background: #FFFFFF;
}

DIV.smallcheckoutbutton {
	margin-top: 4px;
	width: 100%;
	text-align: right;
}

TD.infoBoxHeading {  
  font-size: 12px;
  font-weight: bold;
  background: #879187;
  color: #ffffff;
  
}

TD.contentBoxHeading {  
  font-size: 12px;
  font-weight: bold;
  background: #879187;
  color: #ffffff;
  
}


TD.blue {
	background: #435B6B;	
}

TABLE.green_white {
	
}

TD.green_white {
	border-top-width: 11px;
}


TD.infoBox, SPAN.infoBox {
	background: #FFFFFF;
}

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

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


TR.odd {
 
}

TR.even {
 background: #f8f8f9;
}


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

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}
*/
TD.pageHeading, DIV.pageHeading {  
  font-size: 24px;
  font-weight: normal;
  color: #435B6B;
}

TD.pageHeading > H1 {
	margin-top:0px;
	margin-bottom:0px;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main, DIV.main {
  
  font-size: 12px;
  line-height: 1.5;  
}


TH.main {
  
  font-size: 14px;
  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;
  color: #ff0000;
}

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

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

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: 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: #E9F4FC;			
	cursor: pointer; 	
}

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

.inputRequirement { 
	font-size: 90%;	
}


span.price {
	margin-left:5px;
	font-size: 24px;
	font-family: Verdana, Arial, sans-serif;
	color: #435B6B;		
	font-weight: bold;
	white-space: nowrap;
}

span.priceStartingFrom {
	margin-left:5px;
	font-size: 18px;
	font-family: Verdana, Arial, sans-serif;
	color: #435B6B;		
	white-space: nowrap;
}

TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 10px;
}

DIV.ProductDesc {
  font-size: 12px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  padding-top: 0px;
  line-height: 1.4;
}

SPAN.Error {
	font-size: 90%;
	color: #FF0000;
}

TD.LeftIndent {
	padding-left:20px;
}

TR.PrevNext {
	font-family: Verdana, Arial, sans-serif;
    font-size: 14px;

}

DIV.SpecialExpiryDate {
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}


/* product options table */

TABLE.options {
	border:1px solid #d7d7d7;
	border-collapse: separate;
	background-color:#fff;
	clear:both;
}

/* Old IE browsers need clear both, others don't. IE does not understand 
below css */
DIV>TABLE.options {
	clear:none;
}


TABLE.options TH, TABLE.options TD {
	vertical-align:top;
	font-size:11px;
	line-height:16px;
	background-color:#fff;
	padding: 4px;
	
	
	border-right: 1px solid #fff;
	border-left: 1px solid #eaeaea;
	
}

TABLE.small-options TH, TABLE.small-options TD {
	font-size:9px;
}


TABLE.options TH {
	font-weight:bold;

}

TABLE.options TD {
	font-weight:normal;
	
}

TABLE.options TR.odd {
 
}

TABLE.options TR.even TD, TABLE.options TR.even TH {
 	background-color:#f4f4f4;
}


TABLE.options TR TD.left, TABLE.options TR TH.left {
 	 border-left:0;
}



/* Products list */

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


TABLE.productListing TD {
	border-bottom: 1px solid #b6b7cb;
}

TABLE.productListing TD TD {
	border: 0px;
}

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

TABLE.productListing TD.first {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  padding: 8px;

}

TABLE.productListing TR.odd {
 	background-color:#fff;
 	border-bottom: 1px solid #b6b7cb;

}

TABLE.productListing TR.even {
 	background-color:#fff;
 	border-bottom: 1px solid #b6b7cb;

}


TABLE.productListing TD.desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
  padding: 8px;

}

TABLE.productListing TD.desc .productName {
	font-weight:bold;
	font-size: 14px;

}


TABLE.productListing TD.last {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;

}


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


DIV.ProductDesc A {
	font-weight: bold;
}




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

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


TABLE.option-images {
	border-spacing:0px; 	
	border-collapse:collapse;
    vertical-align: top;
 
}

DIV.option-images  {
	padding-left: 12px;
}

TABLE.option-images TD {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight:bold;

  vertical-align: top;
  text-align: left;
  width: 90px;

}

H2.section {
	margin-top: 10px;
	margin-bottom: 0px;
}


OL.bold-number {font-weight: bold ;}
OL.bold-number LI P {font-weight: normal ;}

TD.nowrap { white-space: nowrap;}

li.current {
	font-weight: bold;
}


/* Tooltips */

div#fancyTip { 
    display:none; 
    background:transparent url(/images/jquery-tools/black_arrow_bottom.png); 
    font-size:12px; 
    height:55px; 
    width:160px; 
    padding:25px; 
    padding-top:35px; 
    color:#fff;     
}

.red {
}


.oos_msg_confirmation {
	font-weight: bold;
}

/* Additional images */
.imagesBoxContents {
  font-size: 10px;
  background: #FFFFFF;
}



IMG.BorderedImage {
	background: #FFFFFF;
	border: 5px;
	border: solid white;	
}

TABLE.ProductImage {
	padding-left: 5px;
	padding-bottom: 5px;
	
}

TABLE.BorderedImageText {
    border: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
 	border-collapse: collapse;
 	text-align: right;
}

TR.BorderedImageText {	
	text-align: right;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    background: #FFFFFF;
    border: 0px;
    padding: 0px;
    border-collapse: collapse;
    
}
TR.BorderedImageText {
    height:17px;
}

TD.BorderedImageTextLeft {	
		
    background: #FFFFFF;

	background-image: url('/images/infobox/corner_bottom_left.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 11px;
}

TD.BorderedImageTextRight {	
		
    background: #FFFFFF;

	background-image: url('/images/infobox/corner_bottom_right.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 11px;
}

DIV.ProductImages {
	background: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	
}

DIV.ProductImagesList {
	text-align: center;
	vertical-align: middle;
}

.ProductMainImage {

}

IMG.ProductListImage {
	border: 1px solid #FFFFFF;	
}

IMG.ProductListImage:hover {
	border: 1px solid #435B6B;
}


DIV#ProductListImageTooltip {
		display:none;
		background-color:#ffa;
		border:1px solid #cc9;
		padding:3px;
		font-size:13px;
		-moz-box-shadow: 2px 2px 11px #666;
		-webkit-box-shadow: 2px 2px 11px #666;
	}
	
	
	
	
	


TABLE.productListGrid {
	border-collapse: collapse;
	background-color: #FFFFFF;
	width: 100%;
}

TABLE.productListGrid td {
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	text-decoration: none;
	border-left: 1px solid #DEDEDE;
	
	vertical-align: top;
}


TABLE.productListGrid td .textContainer {
		background-color: #435B6B;
		background-color: #DEDEDE;
		background-color: #FFFFFF;
		padding-bottom: 2px;
		//color: #FFFFFF;

}

TABLE.productListGrid td .productName {
	font-size:14px;
	font-weight:bold;
//	color: #FFFFFF;
}

TABLE.productListGrid td .nameContainer {
}

TABLE.productListGrid td .imageContainer {
	background-color: #FFFFFF;
}

TABLE.productListGrid td .nameContainer a {
	color: #435B6B;

}

TABLE.productListGrid td .descriptionContainer a {
	font-size:12px;
	color: #000;
}

TABLE.productListGrid td .descriptionContainer a:hover {
}


TABLE.productListGrid td .priceContainer .price {
	font-size:12px;
	//color: #FFFFFF;
}

TABLE.productListGrid td .productNormalPrice {
	text-decoration: line-through;
	font-size: 10px;
}

LABEL.bold {
	font-weight:bold;
}

TD.label {
	text-align:right; 
	vertical-align: middle;
}


TR.formHelp, TD.formHelp {
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
}
