/*
  $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: #BA2700; text-decoration: underline; }

BODY {
  background: #410b0b;
  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:#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;
}
#myse select {width:90%;}
del {
				color:#986C4E;
				font-size:18px;
				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:#000000; font-size:18px; font-weight:bold;}
  
SPAN.productName  a{
  color:#333333; font-size:12px; font-weight:bold; text-transform:uppercase;text-decoration:none;}
SPAN.productName  a:hover{
 color:#333333; font-size:12px; font-weight:bold; text-transform:uppercase;text-decoration:underline;}
/* product_notifications  */
.productName  a{
  color:#333333; font-size:11px; font-weight:normal; text-decoration:none;}
.productName  a:hover{
  color:#333333; font-size:11px; 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: #BA2700; }

/* 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: arial,Tahoma,verdana,; font-size:12px; color: #000000;}
table    {width:100%}
img      {border:0px;}

.se   {width:114px; height:19px; color:#282E3E; font-size:10px; padding-left:4px; font-family:tahoma;}
.se1  {width:58px; height:17px; color:#292929; font-size:10px; padding-left:2px; font-family:tahoma;}
.se2  {width:88px; height:17px; color:#292929; font-size:10px; padding-left:2px; font-family:tahoma;}
.go   {width:150px; height:19px; font-family:tahoma,verdana,arial; color:#4B4A4A; font-size:11px; background-color:#F4F4F0;}
.go1  {width:40px; height:20px; font-family:tahoma,verdana,arial; color:#4B4A4A; font-size:11px; s}
.border  {border-left:solid 1px #CDCCCC; border-right:solid 1px #CDCCCC;}
.bd   {border:solid #BCBCB1 1px;}
.bd1  {border-right:solid #BCBCB1 1px; border-left:solid #BCBCB1 1px; border-bottom:solid #BCBCB1 1px;}
.bd2  {border-top:solid #BCBCB1 1px; border-left:solid #BCBCB1 1px; border-bottom:solid #BCBCB1 1px;}
.bd3  {border-left:solid #BCBCB1 1px; border-bottom:solid #BCBCB1 1px;}


.bg   {background:url(images/bg.gif); background-repeat: repeat-x;}


.header td 		 {color:#7D7D64; font-family:tahoma; font-size:11px;}
.header b   	 {color:#7D7D64; font-size:10px; font-weight:bold; text-transform:uppercase;}
.header a 		 {color:#7D7D64; text-decoration:underline;}
.header a:hover  {text-decoration:none;}


.column_left_header_txt	{color:#894B0F; font-size:12px; font-weight:bold; text-transform:uppercase;
							padding-left:10px; vertical-align:middle; width:100%;}
.column_left b		    {color:#7D7D64; font-size:12px; font-weight:bold; text-transform:uppercase;}
.column_left ul			{padding:0; margin:0; list-style:none;}
.column_left li			{margin:0px; line-height:21px;}
.column_left li a		{color:#7A2B23; text-decoration:underline; padding-left:12px; background:url(images/m14.gif) no-repeat; background-position:0 4px;}
.column_left li a:hover	{text-decoration:none;}

.column_left li.bg_list_sub	          { padding-left:8px;}
.column_left li.bg_list_sub a		  {color:#7A2B23; font-size:12px; text-decoration:underline; background-image:none;}
.column_left li.bg_list_sub a:hover   {text-decoration:none;}

.column_left_header_txt2	{background-color: #E5E5E1;
    border: 2px dotted #6E6E6E;
    color: #FFD553;
    font-size: 13px;
    font-weight: bold;
    line-height: 44px;
    padding: 0 0 3px 3px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;}
.column_left_header_txt2 a {padding: 0 0 10px 27px;  background: url("/images/arlista-ikon.png") no-repeat scroll left top transparent;color: #83151F;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;}


.column_right_header_txt	{color:#894B0F; font-size:12px; font-weight:bold; text-transform:uppercase;padding-left:10px; vertical-align:middle; width:100%;}
.column_right_header_txt1	{color:#000000; font-size:12px; font-weight:bold; text-transform:uppercase;padding-left:10px; vertical-align:middle; width:100%;}
.column_right strong		{color:#000000; font-size:18px; font-weight:normal;}
.column_right span   		{color:#986C4E; font-size:18px;}
.column_right a			    {color:#A93A09; font-weight:bold; text-decoration:none; text-transform:uppercase;}
.column_right a:hover	    {text-decoration:underline;}


.product_txt	    {color:#7D7D64; font-size:12px; font-weight:bold; text-transform:uppercase;
					padding-left:16px; vertical-align:middle; height:21px;}
					
.product_txt a	    {color:#7D7D64; font-size:12px; font-weight:bold; text-transform:uppercase; text-decoration:none;}
.product_txt a:hover{color:#7D7D64; font-size:12px; font-weight:bold; text-transform:uppercase; text-decoration:underline;}
					
.product a			{color:#A93A09; font-weight:bold; text-decoration:none; text-transform:uppercase;}
.product a:hover	{text-decoration:underline;}
.product div a			{color:#7A2B23; font-size:12px; text-decoration:underline; font-weight:normal; text-transform:none;}
.product div a:hover	{text-decoration:none;}
.product strong		{}
.product b		    {color:#A93A09; font-size:11px; font-weight:bold; text-decoration:none; text-transform:uppercase;}

.pic img            {border:solid 1px #B5B1B1;}


.result td           {color:#464646; font-family:tahoma; height:19px; vertical-align:middle;padding:2px 10px 2px 10px; line-height:15px;}
.result b            {color:#464646; font-weight:bold;}
.result a            {color:#BF0D13; text-decoration:underline;}
.result a:hover      {text-decoration:none;}
.result b a          {color:#BF0D13; text-decoration:underline; font-weight:normal;}
.result b a:hover    {text-decoration:none;}
.result b          {color:#464646; font-weight:normal;}
.result u {text-decoration:none; color:#BF0D13;}
.result_right	{ text-align:right;}
.result_right b	{color:#464646;font-weight:bold; }
											
																
.footer td 		  {color:#5A5F3E; font-family:tahoma; font-size:11px;}				/*  Copyright � 2007  */
.footer span 	  {color:#5A5F3E;}	
.footer a 		  {color:#5A5F3E; text-decoration:none; } 				/*  Company Name   */
.footer a:hover   {text-decoration:underline}				/*  Company Name   */
.footer b a 	  {color:#5A5F3E; text-decoration:underline; font-weight:bold;}				/*  osCommerce  */
.footer b a:hover {text-decoration:none}				/*  osCommerce  */


.popup b		{color:#BF0D13; font-weight:bold; text-transform:uppercase;}
.popup a		{color:#000000; font-size:11px; text-decoration:none}	
.popup a:hover	{text-decoration:underline}

/* -------------------------------------------------          -------------------------------------------------------- */
		
.shop_cart{ height:27px; text-align:center; 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}


				
				 
.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:177px;}
.box_width_right		{ width:176px;}
.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:#BA2700; font-size:11px; text-decoration:none;}	/*  advanced_search.php  */
.smallText a:hover { color:#BA2700; font-size:11px; text-decoration:underline;}
.smallText a u { color:#BA2700; font-size:11px; text-decoration:none;}
.smallText a:hover u{ color:#BA2700; 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_vv.gif) left top repeat-x;}
.bg_vv	{background:url(images/bg_vv.gif) left top repeat-y;}
/* -------------------------------------------------          -------------------------------------------------------- */

p.blog {color:#A93A09;font-size:12px;}
p.blog  a {color:#7A2B23; text-decoration:underline; padding-left:12px; background:url(images/m14.gif) no-repeat; background-position:0 4px;}
p.blog a:hover	{color:#7A2B23;text-decoration:none;}


h1{
color:#7d7d64;
font-size:13px;
padding-top:5px;
padding-bottom:0px;
padding-left:20px;
margin:0px;
}

/* ------------------------------------------------- */
TABLE.productpriceList {
  border: 1px solid;
  border-style: solid;
  border-color: #E0E0D6;
  border-spacing: 1px;
}

.productpriceList-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #83151F;
  color: #FFFFFF;
  font-weight: bold;
  text-align:center;
}

TD.productpriceList-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border:1px solid #BCBCB1;
  text-align:center;
  font-weight: bold;
}

.productpriceList-title {
  text-align:center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;  
  color: #83151F;
  font-weight: bold;  
}

.productpriceList-heading2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #BCBCB1;
  color: #000000;
  font-weight: bold;
  text-align:center;
}

ul.link-list {list-style-type:none; padding-left:15px; list-style-position: outside;}
ul.link-list li {line-height: 20px;}

ul.link-list li a {background:url("images/m14.gif") no-repeat scroll 0 4px transparent;
color:#7A2B23;
padding-left:12px;
text-decoration:underline;
}

ul.link-list li a:hover {color: #7A2B23;}

.back-link a {
padding-left:5px;
text-decoration:underline;
color : #7A2B23;
}

.back-link a:hover {
text-decoration:none;
}


table.partner_logos td {width:50%; text-align:center; vertical-align: middle;}
table.partner_logos td.title { 
    color: #894B0F;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    text-align:left;
    background-color: #ffd553;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;}
table.partner_logos td img {border:none;}

