/*
  $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: #3075CB; text-decoration: underline; }

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

.infoBoxContents {
  background: #ffffff;
  font-size: 10px;
}
/*  A {
  color: #5D5F60;
  text-decoration: none;
}

A:hover {
  color: #5D5F60;
  text-decoration: underline;
}  */

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 {
  line-height:21px;font-size:20px;color:#687118; font-family:Arial, sans-serif; text-decoration:none;
}

A.headerNavigation:hover {
  line-height:21px;font-size:20px;color:#687118; font-family:Arial, sans-serif; text-decoration:underline;
}

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

.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;
  background: #bbc3d3;
  color: #ffffff;
}

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

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:#5D5F60;
}
.main b {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color:#5D5F60;
}

.main a {			font-size: 10px; text-decoration:underline;	color:#3075CB;}
.main a:hover {		font-size: 10px; text-decoration:none;		color:#3075CB;}
.main a u {			font-size: 10px; text-decoration:underline;	color:#3075CB;}
.main a:hover u {	font-size: 10px; text-decoration:none;		color:#3075CB;}

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;
}
#myse select {width:90%;}
.delp {
				color:#808080;
				font-size:11px;
				font-weight:normal;
}
s {
				color:#808080;
				font-size:11px;
				font-weight:normal;
}
/* ---------------------------- ---------------------- */
TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

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-size: 12px;
  color: #c76170;
  font-weight: bold;
}
/* -------------------------------------------------          -------------------------------------------------------- */
SPAN.productSpecialPrice, .product SPAN.productSpecialPrice {
  color:#489709; font-size:16px; font-weight:bold;}

SPAN.productName  a{
  color:#3075CB; font-weight:bold; text-decoration:underline;}
SPAN.productName  a:hover{
 color:#3075CB; font-weight:bold; text-decoration:none;}
/* product_notifications  */
.productName  a{
  color:#4B4A4A; font-weight:normal; text-decoration:none;}
.productName  a:hover{
  color:#4B4A4A; font-weight:normal; text-decoration:underline;}
 .productName  i{
  color:#333333; font-size:11px;}



SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
/* -------------------------------------------------          -------------------------------------------------------- */
.moduleRow { }
.moduleRowOver { background-color: #EFEFEF; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #EFEFEF; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #3075CB; }

/* 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     {padding:0; margin:0;}
body, td {font-family:Tahoma,verdana,arial; font-size:11px; color: #4B4A4A; vertical-align:top;}
table    {width:100%}
img      {border:0px;}

.se   {width:163px; height:17px; color:#282E3E; font-size:10px; padding-left:4px; font-family:arial;}
.se1  {width:120px; height:17px; color:#292929; font-size:10px; padding-left:2px; font-family:arial;}
.se2  {width:160px; height:17px; color:#292929; font-size:10px; padding-left:2px; font-family:arial;}
.go   {width:41px; height:18px; font-family:tahoma,verdana,arial; color:#4B4A4A; font-size:11px; text-align:right; border:solid #818181 1px;}
.border  {border-left:solid 1px #CDCCCC; border-right:solid 1px #CDCCCC;}
.bd   {border:solid #212121 1px; background-color:272727;}


.bg   {background:url(images/bg.gif); background-repeat: repeat-x;}
.bg1  {background:url(images/m16.gif); background-repeat: repeat-x;}
.bg2  {background:url(images/m19.gif); background-repeat: repeat-x;}
.bg3  {background:url(images/m22.gif); background-repeat: repeat-x;}
.bg4  {background:url(images/m25.gif); background-repeat: repeat-x;}
.bg5  {background:url(images/m28.gif); background-repeat: repeat-y;}
.bg6  {background:url(images/m45.gif); background-repeat: repeat-x;}


.header td 		 {color:#454444;}
.header b   	 {color:#204E8F; font-weight:bold;}
.header a 		 {color:#0A0A0A; font-weight:bold; text-decoration:none;}
.header a:hover  {text-decoration:underline}


.column_left_header_txt	{	color:#FFFFFF; font-size:12px; font-weight:bold; text-transform:uppercase;
							vertical-align:middle; height:37px;padding-left:18px; width:100%;}
.column_left_header_txt a	{
							color:#FFFFFF; font-size:12px; font-weight:bold; text-transform:uppercase; text-decoration:none;}
.column_left_header_txt a:hover	{
							color:#FFFFFF; font-size:12px; font-weight:bold; text-transform:uppercase; text-decoration:underline;}
.column_left ul			{padding:0; margin:0; list-style:none;}
.column_left li			{margin:0px; line-height:14px;}
.column_left li a		{color:#4B4A4A; text-decoration:underline; padding-left:12px; background:url(images/m18.gif) no-repeat; background-position:0 4px;}
.column_left li a:hover	{text-decoration:none;}

.column_left li.bg_list_sub	          {background:none; line-height:14px; padding-left:10px;}
.column_left li.bg_list_sub a		  {color:#4B4A4A; font-size:11px; text-decoration:underline; background-image:none;}
.column_left li.bg_list_sub a:hover   {text-decoration:none;}

.column_left li.bg_list_sub_1	          {background:none; line-height:14px; margin-left:10px;}
.column_left li.bg_list_sub_1 a		  {color:#4B4A4A; font-size:11px; text-decoration:underline; background-image:none;}
.column_left li.bg_list_sub_1 a:hover   {text-decoration:none;}

.column_left li.bg_list_sub_2	          {background:none; line-height:14px; margin-left:20px;}
.column_left li.bg_list_sub_2 a		  {color:#4B4A4A; font-size:11px; text-decoration:underline; background-image:none;}
.column_left li.bg_list_sub_2 a:hover   {text-decoration:none;}

.product_txt	    {color:#FFFFFF; font-weight:bold; text-transform:uppercase;}
.product a			{color:#3075CB; font-weight:bold; text-decoration:underline;}
.product a:hover	{text-decoration:none;}
.product div a			{color:#4B4A4A; font-size:11px; font-weight:normal; text-decoration:underline;}
.product div a:hover	{text-decoration:none;}
.product span		{color:#3075CB; font-size:11px; font-weight:bold;}
.product b a		{color:#3075CB; font-size:11px; font-weight:bold; text-decoration:underline;}
.product b a:hover	{color:#3075CB; text-decoration:none;}
.product strong		{}
.product b		    {color:#3075CB; font-size:13px; font-weight:bold; text-decoration:underline;}
.product span	    {color:#3075CB; font-size:13px; font-weight:bold;}

.product1 td        {font-family: arial;}


.product2 strong    {color: #4B4A4A; font-weight:bold; text-transform:uppercase;}
.product2 b         {color:#3075CB; font-weight:bold; text-decoration:underline;}
.product2 span		{color:#489709; font-size:16px; font-weight:bold;}

.pic img            {border:solid 1px #B5B1B1;}


.result td           {color:#464646; height:23px; vertical-align:middle;padding:0px 12px 0px 13px;}
.result b            {color:#464646; font-weight:normal;}
.result a            {color:#3075CB; text-decoration:underline;}
.result a:hover      {text-decoration:none;}

.result u {text-decoration:none; color:#3075CB;}
.result_right	{ text-align:right;}
.result_right b	{color:#3075CB;font-weight:bold; }


.footer td 		  {color:#414140; vertical-align:middle; line-height:12px;}
.footer span 	  {color:#414140; vertical-align:middle;}
.footer a 		  {color:#414140; text-decoration:none;}
.footer a:hover   {text-decoration:underline}
.footer b , .footer b a 	  {color:#414140; text-decoration:underline; font-weight:bold; line-height:12px;}
.footer b:hover, .footer b a:hover {text-decoration:none}


.popup b		{color:#3075CB; font-weight:bold; text-decoration:underline;}
.popup a		{color:#FFFFFF; font-size:11px; text-decoration:none}
.popup a:hover	{text-decoration:underline}

/* -------------------------------------------------          -------------------------------------------------------- */
.border_title td	{ border-bottom:6px solid #ffffff;}
.border1	{ border:1px solid #ffffff; border-width:0px 9px 0px 9px;}

.shop_cart	{	height:32px; vertical-align:middle; }
/*
.popup a, .popup a u
				{color:#FFFFFF; font-size:11px; text-decoration:none}
.popup a:hover, .popup a:hover u
				{color:#FFFFFF;text-decoration:underline}


.shop_card_txt{  color:#333333;font-size:11px; font-weight:bold;
				height:31px; text-align:center; vertical-align:middle;}


.result b            {color:#000000; font-weight:normal;}
u {text-decoration:none; color:#AF0F17;}
.result_right	{ text-align:right;}
.result_right b	{color:#AF0F17;font-weight:bold; }

.footer  				{}
.footer td 				{ color:#4D4D4D; font-size:11px}

.footer b a 			{color:#4D4D4D; text-decoration:underline}
.footer b a:hover 		{text-decoration:none}
*/
/*--------------------- content ---------------------------------*/
.box_width_left			{ width:220px;}
.box_width_right		{ width:0px;}
.box_width_cont			{ width:100%;}
/* -------------------------------------------------          -------------------------------------------------------- */
input	{background:#ffffff;}

.main a b {
  color:#5D5F60;
  font-size: 10px; text-decoration:underline;
}
.main a:hover b{
  color:#5D5F60;
  font-size: 10px; text-decoration:none;
}
/* -------------------------------------------------          -------------------------------------------------------- */
.smallText a { color:#3075CB; font-size:11px; text-decoration:none;}	/*  advanced_search.php  */
.smallText a:hover { color:#3075CB; font-size:11px; text-decoration:underline;}
.smallText a u { color:#3075CB; font-size:11px; text-decoration:none;}
.smallText a:hover u{ color:#3075CB; font-size:11px; text-decoration:underline;}

TD.fieldKey {	font-size: 12px;font-weight: bold;font-family: Verdana, Arial, sans-serif;	color:#5D5F60;}
TD.fieldValue {	font-size: 12px;font-family: Verdana, Arial, sans-serif;padding:3px 2px 3px 2px;}

TD.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px; color:#5D5F60;
}
SPAN.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.smallText font b { color:#FF0033; text-decoration:none; font-size:11px }
/* -------------------------------------------------          -------------------------------------------------------- */
.sea_1 { padding:0px 10px 0px 10px;}
.sea_2 { padding:10px;}
.padd2 td	{padding:10px;}

.bg_gg	{background:url(images/bg_gg.gif) left top repeat-x;}
.bg_vv	{background:url(images/bg_vv.gif) left top repeat-y;}
/* -------------------------------------------------          -------------------------------------------------------- */
