/*
  $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 {
	background-color: #585554;
	SCROLLBAR-FACE-color: #dee3e7; 
	SCROLLBAR-HIGHLIGHT-color: #ffffff; 
	SCROLLBAR-SHADOW-color: #dee3e7;
	SCROLLBAR-3DLIGHT-color: #d1d7dc; 
	SCROLLBAR-ARROW-color: #006699;
	SCROLLBAR-TRACK-color: #efefef;
	SCROLLBAR-DARKSHADOW-color: #98aab1;
	text-align: center;
	margin: 0px;
	color: #000000;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
	font-size: 11px;
}

/********************************************************************
 * Style: Optimization
 ********************************************************************/
.sectex, .sectex a, .sectex td
{
	font-size: 1px;
	display: inline;
	color: #fff;
	left: -9999px;
	position: absolute;
}


A:link {
	font-weight: 400;
	font-size: 11px;
	color: #585554;
	text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black
}
A:visited {
	font-weight: 400; font-size: 11px; color: #585554; text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black
}
A:hover {
	font-weight: 400; font-size: 11px; color: #695144; text-decoration: underline;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black
}
A:active {
	font-weight: 400; font-size: 11px; color: #585554; text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black
}
A.selected:link {
	font-weight: 400; font-size: 11px; color: #585554; text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black
}
A.selected:visited {
	font-weight: 400; font-size: 11px; color: #585554; text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black
}
A.selected:hover {
	font-weight: 400; font-size: 11px; color: #695144; text-decoration: underline;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black
}
A.selected:active {
	font-weight: 400; font-size: 11px; color: #585554; text-decoration: none;
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black
}

TD {
	font-weight: normal; 
	font-size: 11px; 
	color: #000000; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
	text-align: justify
}

img {
	border-width: 0px;
}

form {  
  margin: 0;
  padding: 0;
}

TD.centered {
	text-align: center
}

TD.tinytd {
	height: 8px;
}

TD.smalltd {
	height: 8px;
}

TD.topit {
	vertical-align: top;
}

.middleit {
	vertical-align: middle;
}

TD.bottomit {
	vertical-align: bottom;
}

TD.leftit {
	text-align:left;
}

TD.centerit {
	vertical-align: middle;
}

TD.rightit {
	text-align: right;
}

.bodyline {
	 border: 1px solid #feaa24;
}

TD.leftpadit {
	padding-left: 10px;
}

TD.rightpadit {
	padding-right: 10px;
}

.srinkit {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

TD.trans {
	font: 1px tahoma, arial, verdana, sans-serif;
	color: #ffffff;
}	


select 
{
	font: 11px tahoma, arial, verdana, sans-serif;
	background-image: url("../images/shadeform.gif");
	width: 200px;
	color: #333333;	
}

.loginform { 
	font: 11px tahoma, arial, verdana, sans-serif;
	background-image: url("../images/shadeform.gif");
	text-align: left;
	width: 140px;
	color: #333333;
}

.shadeform { 
	font: 11px tahoma, arial, verdana, sans-serif;
	background-image: url("../images/shadeform.gif");
	text-align: left;
	height:17px;
	width: 200px;
}
	
.shadetextarea { 
	font: 11px tahoma, arial, verdana, sans-serif;
	background-image: url("../images/shadeform.gif");
	text-align: left;
	width: 200px;
	height: 75px;
}

.shadeselect { 
	font: 11px tahoma, arial, verdana, sans-serif;
	background-image: url("../images/shadeform.gif");
	text-align: left;
	width: 160px;
	height: 30px;
}

#marqueecontainer{
	position: relative;
	width: 230px; 
	height: 159px; 
	overflow: hidden;
	border: 0px solid orange;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.inputRequirement { 
	font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; 
}

.messageBox { 
	font-family: Verdana, Arial, sans-serif; font-size: 10px; padding-left:20px;   
}

.messageStackError { 
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 2px;
	color: #cc0000;
	margin-left: auto; 
	margin-right: auto;
}

.messageStackWarning { 
	border: 1px dashed #FFF708;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 2px;
	color: #cc0000;
	margin-left: auto; 
	margin-right: auto; 
}

.messageStackSuccess { 
	border: 1px dashed #66CC99;
	font-weight: bold;
	background-color: #99ff00;
	text-align: center;
	width: 90%;
	padding: 2px;
	color: #66CC99;
	margin-left: auto; 
	margin-right: auto; 
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TD.headerInfo {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 2px;
	color: #cc0000;
	margin-left: auto; 
	margin-right: auto;
}

TD.product-name {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #4d2d1a; font-weight: bold; text-align:center;
	padding-bottom: 15px;
}	

TD.product-price {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #4d2d1a; font-weight: bold; text-align:center;
	padding-bottom: 10px;
	padding-top: 10px;
}

.product-price-text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #4d2d1a; font-weight: 400;
}

TD.dots {
	background-image: url(../images/dots.jpg);
}

TD.hdots {
	background-image: url(../images/hdots.jpg);
}

TD.title-header {
	background-image: url(../images/title-header.jpg);
	height: 29px;
}

TD.column-left {
	border-right: 1px solid #d2d2d2;
	background-color: #f5f5f1;
}

TD.column-right {
	background-image:url(../images/column-right-bg.jpg);
}

TD.column-middle {
	background-color: #ffffff;
	vertical-align: top;
}

TD.column-separator {
	background-color: #c5d3ab;
}

table.maincontents {
	padding-left: 15px;
	padding-right:15px;
}
/********************************************************************
 * Style: az_button_img & az_button_submit
 ********************************************************************/
.az_button_img
{
	background-image:url(../images/az_button_mid.gif); 
	background-repeat: repeat-x;
	background-position: top left;
    white-space: nowrap;
	color: #ffffff;
	font-family: Tahoma;
	font-weight: 400;
	font-size: 11px; 
	cursor: pointer;
    text-decoration: none; 
	display: inline;
}

.az_button_submit
{
	background-image:url(../images/az_button_mid.gif); 
	background-repeat: repeat-x;
    white-space: nowrap;
	vertical-align: top;
    border: 0px;
	color: #ffffff;
	font-family: Tahoma;
	font-weight: 400;
	font-size: 11px; 
    height: 21px;
    text-decoration: none; 
	padding-top: 0px;
	cursor: pointer;
}

.az_button_img_1
{
	background-image:url(../images/az_button_mid_1.gif); 
	background-repeat: repeat-x;
	background-position: top left;
    white-space: nowrap;
	color: #ffffff;
	font-family: Tahoma;
	font-weight: 400;
	font-size: 11px; 
	cursor: pointer;
    text-decoration: none; 
	display: inline;
}

.az_button_submit_1
{
	background-image:url(../images/az_button_mid_1.gif); 
	background-repeat: repeat-x;
    white-space: nowrap;
	vertical-align: top;
    border: 0px;
	color: #ffffff;
	font-family: Tahoma;
	font-weight: 400;
	font-size: 11px; 
    height: 21px;
    text-decoration: none; 
	padding-top: 0px;
	cursor: pointer;
}


/********************************************************************
 * Style: messageInfoNote
 ********************************************************************/
.messageInfoNote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FF0000;
}

TD.messageInfoNote {
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
	font-size: 11px;
	font-weight: 400;
	color: #FF0000;
}

.messageInfoNote A:link {
	font-weight: bold;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline
}
.messageInfoNote A:visited {
	font-weight: bold; font-size: 11px; color: #FF0000; text-decoration: underline
}
.messageInfoNote A:hover {
	font-weight: bold; font-size: 11px; color: #CC9900; text-decoration: underline
}
.messageInfoNote A:active {
	font-weight: bold; font-size: 11px; color: #FF0000; text-decoration: underline
}
.messageInfoNote A.selected:link {
	font-weight: bold; font-size: 11px; color: #FF0000; text-decoration: underline
}
.messageInfoNote A.selected:visited {
	font-weight: bold; font-size: 11px; color: #FF0000; text-decoration: underline
}
.messageInfoNote A.selected:hover {
	font-weight: bold; font-size: 11px; color: #CC9900; text-decoration: underline
}
.messageInfoNote A.selected:active {
	font-weight: bold; font-size: 11px; color: #FF0000; text-decoration: underline
}


/********************************************************************
 * Style: Footer
 ********************************************************************/
.footer{
	color: #ffffff;
}
TD.footer {
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
	font-size: 11px;
	vertical-align: top;
}

.footer A:link {
	font-weight: 400; font-size: 11px; color: #ffffff; text-decoration: none
}
.footer A:visited {
	font-weight: 400; font-size: 11px; color: #ffffff; text-decoration: none
}
.footer A:hover {
	font-weight: 400; font-size: 11px; color: #B1691E; text-decoration: underline
}
.footer A:active {
	font-weight: 400; font-size: 11px; color: #ffffff; text-decoration: none
}
.footer A.selected:link {
	font-weight: 400; font-size: 11px; color: #ffffff; text-decoration: none
}
.footer A.selected:visited {
	font-weight: 400; font-size: 11px; color: #ffffff; text-decoration: none
}
.footer A.selected:hover {
	font-weight: 400; font-size: 11px; color: #B1691E; text-decoration: underline
}
.footer A.selected:active {
	font-weight: 400; font-size: 11px; color: #ffffff; text-decoration: none
}

/********************************************************************
 * Style: Categories
 ********************************************************************/
.categories{
	color: #585554;
}
TD.categories {
	font-family: Arial, Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
	font-size: 13px;
	font-weight: 400;
	color: #585554;
	text-align:left;
}

.categories A:link {
	font-weight: 400; font-size: 13px; color: #585554; text-decoration: none;
}
.categories A:visited {
	font-weight: 400; font-size: 13px; color: #585554; text-decoration: none;
}
.categories A:hover {
	font-weight: 400; font-size: 13px; color: #695144; text-decoration: underline;
}
.categories A:active {
	font-weight: 400; font-size: 13px; color: #585554; text-decoration: none;
}
.categories A.selected:link {
	font-weight: 400; font-size: 13px; color: #585554; text-decoration: none;
}
.categories A.selected:visited {
	font-weight: 400; font-size: 13px; color: #585554; text-decoration: none;
}
.categories A.selected:hover {
	font-weight: 400; font-size: 13px; color: #695144; text-decoration: underline;
}
.categories A.selected:active {
	font-weight: 400; font-size: 13px; color: #585554; text-decoration: none;
}

/********************************************************************
 * Style: LatestNews
 ********************************************************************/
.desktitle{
	color: #FCAF17;
}
TD.desktitle {
	font-family: Tahoma, Times New Roman, MS Serif, Century, Arial, Arial Black;
	font-size: 11px;
	font-weight: 400;
	text-align: left;
	color: #FCAF17;
}

.desktitle A:link {
	font-weight: 400; font-size: 11px; color: #FCAF17; text-decoration: none;
}
.desktitle A:visited {
	font-weight: 400; font-size: 11px; color: #FCAF17; text-decoration: none;
}
.desktitle A:hover {
	font-weight: 400; font-size: 11px; color: #AF0101; text-decoration: underline;
}
.desktitle A:active {
	font-weight: 400; font-size: 11px; color: #FCAF17; text-decoration: none;
}
.desktitle A.selected:link {
	font-weight: 400; font-size: 11px; color: #FCAF17; text-decoration: none;
}
.desktitle A.selected:visited {
	font-weight: 400; font-size: 11px; color: #FCAF17; text-decoration: none;
}
.desktitle A.selected:hover {
	font-weight: 400; font-size: 11px; color: #AF0101; text-decoration: underline;
}
.desktitle A.selected:active {
	font-weight: 400; font-size: 11px; color: #FCAF17; text-decoration: none;
}
.bold{
	font-weight:bold;
}
.bold a{
	font-weight:bold;
}


