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

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

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

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


TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family:Arial, Helvetica, sans-serif; line-height:1.5em;
  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: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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


.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family:Arial, Helvetica, sans-serif; line-height:1.5em;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family:Arial, Helvetica, sans-serif; line-height:1.5em;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family:Arial, Helvetica, sans-serif; line-height:1.5em;
  font-size: 11px;
  font-weight: bold;
  background: #E6E5DC;
  color: #616561;
  padding-left:5px;
}

TD.infoBox, SPAN.infoBox {
  font-family:Arial, Helvetica, sans-serif; line-height:1.5em;
  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:Arial, Helvetica, sans-serif; line-height:1.5em;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family:Arial, Helvetica, sans-serif; line-height:1.5em;
  font-size: 10px;
}

A.pageResults {
  color: #616561;
}

A.pageResults:hover {
  color: #616561;
}

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

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family:Arial, Helvetica, sans-serif; line-height:1.5em;
  font-size: 10px;
  color: #000000;
}

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

TD.smallText, SPAN.smallText, P.smallText {
  font-family:Arial, Helvetica, sans-serif; line-height:1.5em;

}

TD.accountCategory {
  font-family:Arial, Helvetica, sans-serif; line-height:1.5em;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family:Arial, Helvetica, sans-serif; line-height:1.5em;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family:Arial, Helvetica, sans-serif; line-height:1.5em;
  font-size: 12px;
}

TD.tableHeading {
  font-family:Arial, Helvetica, sans-serif; line-height:1.5em;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family:Arial, Helvetica, sans-serif; line-height:1.5em;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family:Arial, Helvetica, sans-serif; line-height:1.5em;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family:Arial, Helvetica, sans-serif; line-height:1.5em;
  font-size: 11px;
}

SPAN.greetUser {
  font-family:Arial, Helvetica, sans-serif; line-height:1.5em;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #E6E5DC;
  border-color: #DBDAD0;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family:Arial, Helvetica, sans-serif; line-height:1.5em;
  color: #ff0000;
}

SPAN.errorText {
  font-family:Arial, Helvetica, sans-serif; line-height:1.5em;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family:Arial, Helvetica, sans-serif; line-height:1.5em; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family:Arial, Helvetica, sans-serif; line-height:1.5em; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family:Arial, Helvetica, sans-serif; line-height:1.5em; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family:Arial, Helvetica, sans-serif; color:#222; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family:Arial, Helvetica, sans-serif; line-height:1.5em; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family:Arial, Helvetica, sans-serif; line-height:1.5em; font-size: 10px; color: #ff0000; }

body	{
						margin:0px;
						padding:0px;
						font-family:Arial, Helvetica, sans-serif; line-height:1.5em;
						}
td {
						vertical-align:top;
						font-size:11px;
						line-height:13px;
						font-family:Arial, Helvetica, sans-serif; line-height:1.5em;
						color:#58646A;
						}
strong a	{
						color:#58646A;
						text-decoration:underline;
						}
strong a:hover	{
						color:#58646A;
						text-decoration:none;
						}													
img {
						border:0;
						}											
/*--------------------------------------------------   ul, em, i, form	 ---------------------*/						

em, i {
						font-style:normal;
						}						
form {
						padding:0px;
						margin:0px;
						}						
/*----------------------------------------------------   a	 ---------------------*/						
a	{
						color:#7B7B7B;
						font-size:11px;
						text-decoration:underline;
						}
a:hover	{
						color:#7B7B7B;
						font-size:11px;
						text-decoration:none;
						}
b	{
						color:#7F888C;
						font-size:10px;
						}	
h1, h2	{
						font-size:14px;
						color:#C95B00;
						margin:20px 0px 16px 4px;
						font-family:Arial, Helvetica, sans-serif;
						}

h2	{
						margin:20px 0px 16px 0px;
						color:#454C51;
						}										

span	{
						color:EAECD9;
						}	
em {
						color:#CD3500;
						font-size:14px;
						}
em b {
						color:#CD3500;
						font-size:14px;
						font-weight:bold;
						}	
strong	{
						color:#58646A;
						}																																					
/*----------------------------------------------------   input, textarea	 ---------------------*/						
								
.input_1	{
						height:15px;
						width:30px;
						padding-top:0px;
						margin:0px 0px 0px 0px;
						}
.input_2	{
						height:14px;
						width:14px;
						margin:0px 0px 0px 0px;
						padding:0px 0px 0px 0px;
						}						
.textarea_1	{
						height:90px;
						margin:0px 0px 0px 0px;
						overflow:hidden;
						}	
									
/*-----------------------------------------------------   bg_talling	 ---------------------*/
.bg_main	{
						background-image: url(images/bg_left.gif);
						background-position: left top;
						background-repeat: repeat;
						}																	
.bg_left	{
						background-image: url(images/bg_left.gif);
						background-position: right top;
						background-repeat: repeat;
						}
.bg_right	{
						background-image: url(images/bg_right.gif);
						background-position: left top;
						background-repeat: repeat;
						}
						
body {
background-image: url(images/bg_left.gif);
background-position: left top;
background-repeat: repeat;
}
					
/*-----------------------------------------------------  	li	 	---------------------*/
li	{
						
						font-size:11px;
						margin:0px 0px 0px 0px; 
						padding:0px 0px 0px 0px;
						line-height:20px;
						
						/*
						color:#58646A;
						background-image: url(images/categ_bg_point.gif);
						background-position: 0px 20px;
						background-repeat: repeat-x;
						height:22px;
						width:174px;
						*/
						}
li a	{
						color:#58646A;
						font-size:11px;
						text-decoration:none;
						}
li a:hover	{
						color:#58646A;
						font-size:11px;
						text-decoration:underline;
						}						
/*------------------------------------------------------- footer	 ---------------------*/
.footer 	{
						color:#616561;
						font-size:10px;
						font-weight:bold;
						line-height:18px;
						padding-top:10px;
						}	
.footer a	{
						color:#616561;
						font-size:11px;
						text-decoration:none;
						font-weight:bold;
						}
.footer a:hover	{
						color:#616561;
						text-decoration:underline;
						font-weight:bold;
						}
.footer span	{
						font-weight:normal;
						color:#616561;
						}						
/*-----------------------------------------------------    head   ---------------------*/						
.head b	{
						color:#7D8589;
						font-size:10px;
						}	
.head strong	{
						color:#DD7622;
						font-size:10px;
						}
.head a	{
						color:#7D868B;
						font-size:10px;
						text-decoration:underline;
						font-weight:bold;
						}
.head a:hover	{
						color:#7D868B;
						font-size:10px;
						text-decoration:none;
						font-weight:bold;
						}	
/*-----------------------------------------------------    popup   ---------------------*/
.popup	td {
						color:#363636;
						font-size:11px;
						line-height:14px;
						}							
.popup	b {
						color:#202020;
						font-size:13px;
						}
.popup	strong {
						color:#202020;
						font-size:12px;
						}
.popup span a	{
						color:#CD3500;
						font-size:11px;
						text-decoration:none;
						}
.popup span a:hover	{
						color:#CD3500;
						font-size:11px;
						text-decoration:underline;
						}						
.popup a	{
						color:#202020;
						font-size:11px;
						text-decoration:none;
						}
.popup a:hover	{
						color:#202020;
						font-size:11px;
						text-decoration:underline;
						}																																										

.ss1 a{
  color:#EAECD9;
	text-decoration:none;
}

.ss1 a:hover {
	text-decoration:none;
  color:#EAECD9;
}

.ss2, .ss2 * {
  font: bold 13px Arial, Helvetica, sans-serif;
	color:#CD3500;
}

.inp1 input {
  border:1px solid #7F9DB9;
	width:130px;
	height:18px;
}

.copyright {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#616561;
background-image: url(images/bg_left.gif);
background-repeat: repeat;
text-align:center;
}

.copyright a {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#616561;
}


.catimg {
margin:4px 8px 4px 0;
padding:1px;
background-color:#FEFEFE;
border:1px #EBE6E1 solid;
}

.hr {
background: url("images/form_hline.gif");
height:1px;
width:100%;
margin: 10px 0 10px 0;
}

* html .hr {
background: none;

border-top:none;
border-bottom: 1px #BDC6C6 dotted;
height:1px;
width:100%;
margin: 10px 0 10px 0;
}

hr {
border-top:none;
border-bottom: 1px #BDC6C6 dotted;
height:1px;
width:100%;
margin: 10px 0 10px 0;
}

ul {
margin: 0;
padding-left: 20px;
}

ul li {
list-style: none url("images/li.gif");
padding: 5px 0 0 0;
}

.breadcrumbs {
text-align:left;
padding-left:15px;
}

.breadcrumbs a {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#616561;
text-decoration:none;
font-weight:normal;
padding:0 3px 0 3px;
}

.breadcrumbs a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#616561;
text-decoration:underline;
font-weight:normal;
}


.button {
background-image: url("images/buttons/empty_button.jpg");
background-repeat:no-repeat;
background-position:left;
font:bold 10pt Arial, Helvetica, sans-serif;
border:none;
color:#FFF;
cursor:pointer;
height:25px;
width:145px;
text-align:center;
padding:0 0 2px;
}

* html .button {
padding:0;
background-color:#db5b10;
}



.button_small {
background-image: url("images/buttons/empty_button.jpg");
background-repeat:no-repeat;
background-position:left bottom;
font:bold 8pt Arial, Helvetica, sans-serif;
border:none;
color:#FFF;
cursor:pointer;
height:20px;
width:100px;
text-align:center;
display:block;
text-decoration:none;
padding-top:5px;
}


.button_cat {
background-image: url("images/buttons/cat_button.gif");
background-repeat:no-repeat;
background-position:left top;
font:bold 9pt Arial, Helvetica, sans-serif;
border:none;
color:#FFF;
cursor:pointer;
height:20px;
width:125px;
text-align:center;
display:block;
text-decoration:none;
padding-top:5px;
}

.button_cat:hover {
font:bold 9pt Arial, Helvetica, sans-serif;
color:#000;
}


.price {
font-size:14px;
color:#C95B00;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

.searchinput{
background-color:#FEFEFE;
width:80px;
border: 1px #99A0A3 solid;
}

:-moz-any-link:focus {
outline:none;
}

body a img  {
border:none;
}