/*
  $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
*/
body, html {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	top: 10px;
	
}
/* pageWrapper div for centering and fixing width settings! 2005/08/08 */
div#pageWrapper {
margin: 0px auto; /* sets margin from top of browser page to start of web page */
width: 950px; /* set total pagewidth or set at 100% */
background: ##21262C;
}
.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: #BA2700; text-decoration: underline; }

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

A:hover {
	color: #666666;
	text-decoration: underline;
}
ml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EEF0E9;
}
FORM {
 display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Arial, sans-serif;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}
A.headerNavigation { 
  color: #000000;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #000000;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: underline;
}

TR.headerInfo {
  background: #00ff00;
}

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: thin solid #EEF0E9;

}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
}

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

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #B51205;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
   background: url('images/m99.gif');
}

TR.subBar {
  background: #f4f7fd;
}

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

.main {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#000000;
}
.main b {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color:#000000;
}
.maind {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color:#ffffff;
}
.main a {			font-size: 10px; text-decoration:underline;	color:#BA2700;}
.main a:hover {		font-size: 10px; text-decoration:none;		color:#BA2700;}
.main a u {			font-size: 10px; text-decoration:underline;	color:#BA2700;}
.main a:hover u {	font-size: 10px; text-decoration:none;		color:#BA2700;}

TD.main, P.main {
				  font-family: Verdana, Arial, sans-serif;
				  font-size: 11px;
				  line-height: 1.5;
}

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

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: 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: 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, .product SPAN.productSpecialPrice  {
  color:#2D2D2D; font-size:16px; font-weight:bold; text-decoration:none;}
  

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

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












body{
 background-image: url(images/bg02.gif);
}

td{
 font-family: tahoma,verdana,arial;
 font-size: 11px;
 color: #000000;
}

 .bg{
  background-image: url(images/bg01.gif);
  background-possition: top;
  background-repeat: repeat-x;
 }

 .bg1{
  background-image: url(images/m17.gif); 
  background-repeat: repeat-y;
 }

 .bg2{
  background-image: url(images/m21.gif); 
  background-repeat: repeat-y;
 }

 .bg3{
  background-image: url(images/m22.gif); 
  background-repeat: repeat-y;
 }

 .bg4{
  background-image: url(images/m38.gif); 
  background-repeat: repeat-y;
 }

 .bg5{
  background-image: url(images/m39.gif); 
  background-repeat: repeat-y;
 }

 .bg6{
  background-image: url(images/m50.gif); 
  background-repeat: repeat-y;
 }

 .bg7{
  background-image: url(images/m54.gif); 
 }

 .br{
  border-style: solid;
  border-width: 1px;
  border-color: #DADEE2;
 }

 .ch1{
 border-left: #C6C6C6 1px solid;
 border-right: #C6C6C6 1px solid;
 }
 .ch2{
 padding-left: 13px;
 }               
 .ch3{
 font-size: 10px;
 font-weight: bold;
 color: #46484A;
 }

 .ch4{
 font-size: 11px;
 color: #46484A;
 }

 .ch5{
 font-size: 11px;
 font-weight: bold;
 text-decoration: none; 
 color: #E55C19;
 }

 .ch6{
 font-size: 11px;
 text-transform: uppercase;
 font-weight: bold;
 color: #FFFFFF;
 }

 .ch7{
 border-left: #B6B6B6 1px solid;
 border-right: #B6B6B6 1px solid;
 }

 .ch8{
 font-size: 14px;
 font-weight: bold;
 color: #3091BB;
 }

 .ch9{
 font-size: 14px;
 font-family: arial;
 font-weight: bold;
 text-decoration: none; 
 color: #E55C19;
 }

 .ch10{
 font-size: 11px;
 font-weight: bold;
 color: #484E53;
 }

 .ch11{
 font-size: 12px;
 font-weight: bold;
 color: #484E53;
 }

 .ch12{
 font-size: 11px;
 color: #484E53;
 }

 .ch13{
 font-size: 14px;
 font-weight: bold;
 color: #484E53;
 }

 .ch14{
 font-size: 11px;
 color: #484E53;
 }

 .ch15{
 font-size: 11px;
 text-decoration: none; 
 color: #484E53;
 }

 .ch16{
 font-size: 11px;
 text-decoration: none; 
 color: #58B4D2;
 }

 .ch17{
 font-size: 13px;
 color: #565656;
 }

 .ch18{
 font-size: 13px;
 color: #565656;
 }

               
 .ml1{
 font-size: 11px;
 text-decoration: none; 
 color: #484E53;
 }

 .ml2{
	font-size: 12px;
	color: #666600;
	text-decoration: none;
	
 }

 .ml3{
  font-size: 11px;
  color: #FDFDFD; 
  text-decoration: none;
 }

 .ml4{
  font-size: 11px;
  color: #D4D4D5;
  font-weight: bold; 
  text-decoration: underline;
 }

 .tx{
  font-size: 11px;
  color: #D4D4D5; 
 }

 .se{            
 width: 100px;
 font-size: 9px;
 color: #282E3E
 }
 .se2{            
 width: 115px;
 font-size: 9px;
 color: #282E3E
 }
/* pageWrapper div for centering and fixing width settings! 2005/08/08 */
div#pageWrapper {
margin: 10px auto; /* sets margin from top of browser page to start of web page */
width: 100%; /* set total pagewidth or set at 100% */
background: #ffffff;
}
table#mainLayoutLT {
margin: 0px auto;
width: 950px;
}
/* total width of the sub-table containing the info boxes */
td.columnLT {
width: 240px;
padding: 0;
}
/* total width of the info boxes */

/* total width of the info boxes */
table.infoBoxLT td.infoBoxHeadingLT, table.infoBoxLT td.boxTextLT {
	width: 240px;
	
	
}

/* relative width of the info box table and sub tables */
table.infoBoxLT td table {
width: 170px;
}

/* class called infoboxContents in standard osCommerce */
td#contentLT {
	background-color: #767A7E;
}



/* sets the padding for class called infoboxContents in standard osCommerce */
td#contentLT {
padding: 10px 12px;
}

/* padding for the infoBox headings */
td.infoBoxHeadingLT, .infoBoxHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 1px;
	height: 40px;
	width: 240px;
}
td.boxTextLT {
	padding: 6px 5px;
	background-color: #EEF0E9;	
}

div#imageNavLT{
margin: 12px 7px 0 0;
float: right;
}
.navRightLT {
float: right;
}
.boxTextLT select {
	width: 100%;
	color: #666600;
}
td#navBarTopLT div, td#navBarBottomLT div {
margin: 1px 5px;
height: 17px;
}
.logoLT {
  text-align: center;
}

.navLeftLT {
  float: left;
}

.footerLT {
text-align: center;
}
.footerLT div {
margin: 5px auto;
}
.infoBoxHeadingLT div {
float: left;
}
#languagesBoxLT, #specialsBoxLT, #currenciesBoxLT, #whats_newBoxLT, #manufacturersBoxLT, #searchBoxLT, #tell_a_friendBoxLT {
text-align: center;
}



#contentLT table td.pageHeading, h1 {
	font-size: 13px;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-indent: 15px;
	padding-top: 5px;
	color: #333333;
}
.column_left_header_txt	{color:#B51205; font-size:12px; font-weight:bold; text-transform:uppercase;}
.column_left_header_txt1 {color:#FFFFFF; font-size:12px; font-weight:bold; text-transform:uppercase;}
.column_left ul			{padding:0; margin:0; list-style:none;}
.column_left li			{background:url(images/m29.gif) no-repeat top; margin:0px; line-height:23px; width:178px;}
.column_left li a		{color:#3A3A3A; text-decoration:none; font-weight:bold; padding-left:23px; background:url(images/m28.gif) no-repeat; background-position:5px 3px;}

.column_left li div			{background:url(images/m29.gif) no-repeat top; margin:0px; line-height:23px; width:178px; padding-left:10px;}

.column_left li a:hover	{color:#B51205;}
.column_left ul li ul li	{background-position:0px 0px; margin-left:20px}
.column_left li.xm { background:none;}

.column_left1 ul			{padding:0; margin:0; list-style:none;}
.column_left1 li			{margin:0px; line-height:19px;}
.column_left1 li a		    {color:#FFFFFF; text-decoration:underline; padding-left:18px; background:url(images/m34.gif) no-repeat; background-position:0 4px;}
.column_left1 li a:hover	{text-decoration:none;}
/*** Begin Header Tags SEO ***/
h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 padding-left:0px;
 margin-left: 0px;
 color: #000;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
/*** End Header Tags SEO ***/




