/*
  $Id: stylesheet.css,v 1.8 2007/11/20 05:37:47 gopi Exp $
  Lux Shop Copyright (c) 2007 BGsys.dk
*/

.boxText { font-family: Tahoma; font-size: 11px; }
.errorBox { font-family : Tahoma; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Tahoma; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Tahoma; font-size : 12px; color: #70d250; text-decoration: underline; }

.cssbutton {
 background: #FF4D8D;
 color: #ffffff;
 width : 100px;
 vertical-align: top;
 font-weight: bold;
 font-family: Tahoma;
 font-size: 12px;
 cursor: pointer;
 text-align:center;
 border: 1px;
 border-style: solid;
 border-color: #6AE4A3A;
 border-spacing: 1px;
}

 
.cssbuttonsubmit{
 background: #FF4D8D;
 vertical-align: top;
 color: #ffffff;
 font-family: Tahoma;
 font-weight: bold;
 font-size: 12px;
 cursor: pointer;
 border:none;
}

BODY {
  padding:0; margin:0;
  color:#4E0F1C;
}

A {
  color: #4E0F1C;
  text-decoration: none;
}

A:hover {
  color: #4E0F1C;
  text-decoration: underline;
}

FORM {
  display: inline;
}

.header td 		 {color:#2c2c2c; vertical-align:middle}
.header span	 {color:#FFFFFF; font-size:10px;}
.header b   	 {color:#fc236c;}
.header a 		 {color:#fc236c; text-decoration:none; font-size:11px; font-weight:bold}
.header a:hover  {color:#fc236c;text-decoration:underline}
.header strong 	 {color:#b9215c; }

TR.headerNavigation {
  background: #FF4D8D;
}

TD.headerNavigation {
  font-family: Tahoma;
  font-size: 11px;
  background: #FF4D8D;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation_featured { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Trebuchet, Arial, sans-serif;
  font-size: 11px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #FF4D8D;
}

TD.headerInfo {
  font-family: Tahoma, Trebuchet, Arial, sans-serif;
  font-size: 11px;
  background: #FF4D8D;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*  footer  */
.footer		  	  { width:100%}	
.footer td 		  {color:#9d398d; font-size:11px;}			
.footer a 		  {color:#9d398d; font-size:11px; text-decoration:none;} 			
.footer a:hover   {color:#9d398d;text-decoration:underline;}	
.footer span 	  {color:#ff0050; font-size:11px;}
.footer span a 		  {color:#ff0050; font-size:11px; text-decoration:none;} 			
.footer span a:hover   {color:#ff0050;text-decoration:underline;}
.footer b, .footer b a 	  {color:#A8A8A8; font-size:11px; font-weight:bold; text-decoration:underline;}			
.footer b a:hover {color:#A8A8A8; text-decoration:none;}


TD.columnLeft, TD.columnRight {
}

.infoBox {
  background: #ffffff;
}

.infoBoxContents {
  /*background: #991643;*/
  font-family: Tahoma;
  font-size: 11px;
  color:#F3CFB6;
  padding-left:5px;
  line-height:18px;
}

.infoBoxContents  a {
  font-family: Tahoma;
  font-size: 11px;
  color:#CC47A8;
  line-height:18px;
}

.infoBoxContents a:hover {
  font-family: Tahoma;
  font-size: 11px;
  color:#F3CFB6;
  text-decoration:none;
 line-height:18px;
}



.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #f8f8f9;
  font-family: Tahoma;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  background: #AF0324;
  color: #ffffff;
  text-transform:uppercase;
  vertical-align: middle;
}

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma;
  font-size: 11px;
}
.contentBox {
   background: #ffffff;
}

.contentBoxContents {
  font-family: Tahoma;
  font-size: 11px;
  color:#F3CFB6;
  padding-left:5px;
  line-height:18px;
}


TD.contentBoxHeading {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  background: #AF0324;
  color: #ffffff;
  text-transform:uppercase;
  vertical-align: middle;
}

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: #FFE6FF;
}

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: #ffffff;
}

TABLE.productListing, TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading, .linkListing-heading {
  font-family: Tahoma;
  font-size: 12px;
  background: #FFC9DD;
  color: #FF0050;
  font-weight: bold;
  font-variant: small-caps;
}

TD.productListing-data, TD.linkListing-data {
  font-family: Tahoma;
  font-size: 11px;
}

A.pageResults {
  color: #D9005D;
}

A.pageResults:hover {
  color: #D9005D;
  background: #FFFFFF;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: bold;
  color: #750017;
  font-variant: small-caps;	
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Tahoma;
  font-size: 11px;
  color: #4E0F1C;
}

TD.main, P.main {
  font-family: Tahoma;
  font-size: 10px;
  line-height: 1.5;
  color:#4E0F1C;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma;
  font-size: 11px;
  color:#4E0F1C;
}

TD.accountCategory {
  font-family: Tahoma;
  font-size: 14px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Tahoma;
  font-size: 11px;
}

TD.tableHeading {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Tahoma;
  font-size: 11px;
  color: #ff0000;
}

table, td,CHECKBOX, INPUT, RADIO, SELECT {

    font-size:11px;
    font-family:Tahoma;
	color:#282e3e;
	line-height:13px;
	/*vertical-align:middle;*/
	padding:0px;

}

TEXTAREA {
  width: 100%;
  font-family: Tahoma;
  font-size: 11px;
  color:#282e3e;
}

SPAN.greetUser {
  font-family: Tahoma;
  font-size: 11px;
  color: #333399;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #FF4D8D;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Trebuchet, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Trebuchet, Arial, sans-serif;
  font-size: 11px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Tahoma;
  font-size:17px; 
  color:#ff02af;
line-height: 1.5; 
}

SPAN.errorText {
  font-family: Tahoma;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Tahoma; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Tahoma; font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family:Tahoma; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Tahoma; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Tahoma; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Tahoma; font-size: 10px; color: #ff0000; }

.imagesBoxContents {
  font-family: Tahoma;
  font-size: 10px;
}

.progress{
	width: 1px;
	height: 14px;
	color: white;
	font-size: 12px;
      overflow: hidden;
	background-color: navy;
	padding-left: 5px;
}

TD.productPriceInListing {
  font-family: Tahoma;
  font-size: 10px;
  background: #FFC9DD;
}
TD.normalprice, P.normalprice {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color:#FF02AF;

}
TD.productSpecialPrice, p.productSpecialPrice{
  font-family: Tahoma;
  font-size:17px; 
  color:#ff02af;
}

TD.quantityprice, P.quantityprice {
  font-family: Tahoma;
  font-size: 11px;
  line-height: 1.5;
}

img      {border:0px;}


.vam { vertical-align:middle}
.bg{background:url(images/bg_line.gif)}

.manufacturerbox { background:#9D398D;  }

.newproductsbox { background:#750017;  }

.informationbox { background:#FF4D8D;  }

.categorybox { background:#991643; }
.besrsellerbox { background:#3D003E; }
.specialbox { background:#B5036C; }

.specialscrollbox { background:#B50303; }

.newsbox { background:#8A004E; }

.cont_heading_table { background:url(images/cont_corn_tc.gif)}
.cont_heading_td {padding:13px 17px 9px 0px; font-size:12px; text-transform:uppercase; font-weight:bold; color:#fffffe; }


/*.box_heading_table 					{background:#9D5868 url(images/heading_c_1.gif) top repeat-x;}
.box_heading_table .box_heading_td 	{background:url(images/heading_bg_1.gif) top right no-repeat; padding:13px 10px 8px 0px;}
.box_heading_table .box_heading_td 	{color:#FFFFFF; font-weight:bold; font-size:12px; text-transform:uppercase }

.box_body_table {background-color:#991643; font-size:10px;}
.box_body_table .box_body_tall_l {background:url(images/body_tal1_1.gif) left repeat-y;}
.box_body_table .box_body_tall_r {background:url(images/body_tal2_1.gif) right repeat-y;}
.box_body_table .box_body_tall_b {background:url(images/body_tal3_1.gif) bottom repeat-x;}

.box_body_table .box_body_td {padding:0px;}*/

/* -box_body- */
.box_body td{ }
.box_body span.productSpecialPrice { color:#ff3f83}
.box_body b       {color:#bb4600; font-size:12px;}
.box_body s       {color:#494949; font-size:12px; font-weight:bold}
.box_body span a		    {color:#ffffff; font-size:11px; text-decoration:none; font-weight:bold; text-transform:uppercase}
.box_body span a:hover	{color:#ffffff;text-decoration:underline;}

.box_body ul 	{padding:0; margin:0px; list-style:none; }
.box_body .bg_list	{}
.box_body .bg_list a	{color:#f3cfb6; padding-left:20px; background:url(images/arrow_1.gif) top left no-repeat; background-position:0 3px; text-decoration:none; line-height:18px}
.box_body .bg_list a:hover {color:#ffffff; text-decoration:none;}

.box_body .bg_list_un 	{}
.box_body .bg_list_un  a	{color:#ffcce4; padding-left:20px; background:url(images/arrow_3.gif) top left no-repeat; background-position:0 3px; text-decoration:none; line-height:18px; font-weight:bold}
.box_body .bg_list_un  a:hover	{color:#ffffff; text-decoration:none;}

.box_body .bg_list_sub 	{}
.box_body .bg_list_sub  a	{ color:#f3e3e7; padding-left:20px; background:url(images/arrow_1.gif) top left no-repeat; background-position:0 3px; text-decoration:none; line-height:18px; margin-left:19px}
.box_body .bg_list_sub  a:hover	{color:#ffffff; text-decoration:none;}

.box_body .bg_list_sub_sub 	{}
.box_body .bg_list_sub_sub  a	{ color:#f3e3e7; padding-left:20px; background:url(images/arrow_1.gif) top left no-repeat; background-position:0 3px; text-decoration:none; line-height:18px; margin-left:25px}
.box_body .bg_list_sub_sub  a:hover	{color:#ffffff; text-decoration:none;}


.product_listing_table {
border:1px #F11763 dotted;
}

/*  PRODUCT  */
.product td					{ color:#4e0f1c}
.product a 					{font-weight:bold; font-size:12px; color:#8E013B; text-decoration:none;} /* for  sub_categories (index-1.html) */
.product a:hover 			{text-decoration:underline;}

.product span a 			{font-weight:bold; font-size:12px; color:#750017; text-decoration:none; text-transform:uppercase}
.product span a:hover 		{text-decoration:underline; font-weight:bold; font-size:12px; color:#750017; text-transform:uppercase}

.product em {/*  ???????? ????????  ??? shoping cart - ?????? ?? ??????!!! */ font-style:normal;}

span.productSpecialPrice {font-size:17px; color:#ff02af; }

.product div a		    {color:#ff02af; font-size:9px; font-weight:normal; text-decoration:none; text-transform:none;}/*  ??? click to enlarge  */
.product div a:hover	{color:#ff02af; text-decoration: underline;}		

/*  IMAGE  */
.pic				{}
.table_pic_width	{width:1px;}
.pic_corn_c 		{background:#FFFFFF;}
.pic_corn_t 		{background:#FFFFFF url(images/img_tal1.gif) top repeat-x;}
.pic_corn_b 		{background:#FFFFFF url(images/img_tal2.gif) bottom repeat-x;}
.pic_corn_l 		{background:#FFFFFF url(images/img_tal3.gif) left repeat-y;}
.pic_corn_r 		{background:#FFFFFF url(images/img_tal4.gif) right repeat-y;}


