/*

  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $



  osCommerce, Open Source E-Commerce Solutions

  http://www.oscommerce.com



  Copyright (c) 2003 osCommerce



  Released under the GNU General Public License
  updated by francis tudlong Domahog
  ftudlong@saleslion.fi

*/

@charset "utf-8";

/* CSS Document */



.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 { }

.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }



BODY {

  background: #191919;

  color: #fff;

  margin: 0px;

  font-family:Arial, Helvetica, sans-serif;

}



A {

  color: #000000;

  text-decoration: none;

}



A:hover {

  color: #AABBDD;

  text-decoration: underline;

}



FORM {

	display: inline;

}



TR.header {

  background: #ffffff;

}



TR.headerNavigation {

  background: #bbc3d3;

}



TD.headerNavigation {

  font-family: Verdana, Arial, sans-serif;

  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: 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;

}



TR.footer {

  background: #bbc3d3;

}



TD.footer {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

  background: #bbc3d3;

  color: #ffffff;

  font-weight: bold;

}



.infoBox {

  background: none;

}



.infoBoxContents {

  background: none;

  font-family: Verdana, Arial, sans-serif;

  font-size: 12px;

}



.infoBoxNotice {

  background: #333;

}



.infoBoxNoticeContents {

  background: #333;

  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: #272727;

}



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: #333;

}



TABLE.productListing {

  border: 1px;

  border-style: solid;

  border-color: #000;

  border-spacing:1px;

}



.productListing-heading {

  font-family: Verdana, Arial, sans-serif;

  font-size: 11px;

  background: #000;

  color: #FFFFFF;

  font-weight: bold;

  height:28px;

}



TD.productListing-data {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

}



A.pageResults {

  color: #00FF00;

}



A.pageResults:hover {

  color: #0000FF;

  background: #FFFF33;

}



TD.pageHeading, DIV.pageHeading {

  font-family: Verdana, Arial, sans-serif;

  font-size: 20px;

  font-weight: bold;

  color: #fff;

}



TR.subBar {

  background: #f4f7fd;

}



TD.subBar {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

  color: #000000;

}



TD.main, P.main {

  font-family: Verdana, Arial, sans-serif;

  font-size: 11px;

  line-height: 1.5;

}



TD.smallText, SPAN.smallText, P.smallText {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

}



TD.accountCategory {

  font-family: Verdana, Arial, sans-serif;

  font-size: 13px;

  color: #aabbdd;

}



TD.fieldKey {

  font-family: Verdana, Arial, sans-serif;

  font-size: 12px;

  font-weight: bold;

}



TD.fieldValue {

  font-family: Verdana, Arial, sans-serif;

  font-size: 12px;

}



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[type='text'],INPUT[type='password'], RADIO, SELECT {

  font-family: Verdana, Arial, sans-serif;

  font-size: 12px;

  background:#272727;

  border:1px solid #000;

  color:#fff;
  
  width:190px;

}



input[type='image']{

	border:none;

}

TEXTAREA {

  width: 100%;

  font-family: Verdana, Arial, sans-serif;

  font-size: 12px;

  background:#272727;

  border:1px solid #000;

  color:#fff;

}



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-family: Tahoma, Verdana, Arial, sans-serif;

  font-size: 12px;

  color: #c76170;

  font-weight: bold;

}



SPAN.productSpecialPrice {

  font-family: Verdana, Arial, sans-serif;

  color: #ff0000;

}



SPAN.errorText {

  font-family: Verdana, Arial, sans-serif;

  color: #ff0000;

}



.moduleRow { }

.moduleRowOver { background-color: #272727; cursor: pointer; cursor: hand; }

.moduleRowSelected { background-color: #272727; }



.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #999; }

.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #fff; }



/* 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: #333; }

.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #333; }



/* input requirement */



.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }



/* New Layout Css */



.clearfix:after {

	content:".";

	display:block;

	clear:both;

	visibility:hidden;

	line-height:0;

}

.clear {

	clear:both;

}

.clearfix {

	display:inline-block;

}

h1 {

	font-size:100%;

}

h2 {

	font-size:80%;

}



a {

	text-decoration:none;

	color:#fff;

	font-size:11px;

}

a:hover {

	text-decoration:none;

	color:#fff;

	font-size:11px;

}

.category_header {

	width:230px;

	height:47px;

	background:url(images/category_header.png) no-repeat;

}

.category_middle {

	width:230px;

	background:url(images/category_middle.png) repeat-y;

}

.category_list_bg {

	background:url(images/list_bg.png) no-repeat;

	padding-left:50px

}

.category_list_bg1 {

	padding-left:10px

}

.right_box_middle {

	background:url(images/right_box_middle_middle.png) repeat-y;

	width:704px;

	padding:0 10px

}

.right_header_bg {

	background:url(images/right_box_middle.png) repeat-x;

}

.products_middle {

	background:url(images/products_middle.jpg) repeat-y;

	width:317px;

	padding:0 6px

}



.search_bg {

	background:url(images/search_b.png) no-repeat;

	width:158px;

	height:23px;

}

.logicspice_bg {

	background:url(images/logicspice_bg.png) no-repeat center top;

	width:278px;

	height:42px

}

.list_pro_middle {

	background:url(images/list_pro_middle.jpg) repeat-y;

	width:92px;

}

.text_field1 {

	background:none;

	border:0;

}

/*Text Link css*/

.link_1 a {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	color :#fff;

	text-decoration: none;

	font-size: 12px;

	outline:none;

	font-weight:bold;

	text-transform:uppercase;

}

.link_1 a:visited {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	color: #fff;

	text-decoration: none;

	font-size: 12px;

	outline:none;

	font-weight:bold;

	text-transform:uppercase;

}

.link_1 a:active {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	color: #fff;

	text-decoration: none;

	font-size: 12px;

	outline:none;

	font-weight:bold;

	text-transform:uppercase;

}

.link_1 a:hover {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	color: #fff;

	text-decoration: none;

	font-size: 12px;

	outline:none;

	font-weight:bold;

	text-transform:uppercase;

}

.link_2 a {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	color :#fff;

	text-decoration: none;

	font-size: 12px;

	outline:none;

	font-weight:normal

}

.link_2 a:visited {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	color: #fff;

	text-decoration: none;

	font-size: 12px;

	outline:none;

	font-weight:normal

}

.link_2 a:active {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	color: #fff;

	text-decoration: none;

	font-size: 12px;

	outline:none;

	font-weight:normal

}

.link_2 a:hover {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	color: #fff;

	text-decoration: none;

	font-size: 12px;

	outline:none;

	font-weight:normal

}

/*font css*/

.font10 {

	font-size: 10px;

	font-weight:normal;

	text-align:center;

	color:#5e5e5e;

}

.font13 {

	font-size:13px;

	color:#fff;

	text-transform:uppercase;

	font-weight:bold

}

.font11 {

	font-size:11px;

}

.font10_a {

	font-size:9px;

	color:#979797;

}

/*padding*/

.Search_padding {

	padding-left:8px;

	padding-right:6px;

}

.categroy_padding {

	padding:0 12px;

}

/*font_colour*/

.yellow {

	color:#f7c95a;

}

.red_font {

	color:#FF0000;

}

.black {

	color:#000;

}

.green {

	color:#477d20;

	font-weight:bold;

}

.green_a {

	color:#b2f100;

}

.white {

	color:#fff;

	text-transform:uppercase;

	font-weight:bold;

}

/*bg_colour*/



/*border*/

.border_botom {

	border-bottom:1px dotted #757575;

}

.border_right {

	background:url(images/dotted_line.jpg) repeat-y center top;

}

.border_bottom {

	background:url(images/dotted_bottom_line.jpg) repeat-x 0 10px;

	height:30px;

}



TD.infoBoxHeading {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

	color: #fff;

	background:url(images/infobox/bar_first.png) no-repeat top left;

	height:23px;

}

TD.infoBoxHeading1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

	color: #fff;

	background:url(images/infobox/bar_mid.gif) repeat-x 0 0;

	height:44px;

	text-transform:uppercase;

}

TD.infoBoxHeading2 {

	background:url(images/infobox/bar_last.gif) no-repeat top right;

	height:44px;

}

TD.infoBoxHeading3 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

	color: #fff;

	height:33px;

}

TD.infoBoxHeading4 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

	color: #fff;

	background:url(images/infobox/bar_mid2.gif) repeat-x 0 0;

	height:33px;

	padding-left:5px;

	text-transform:lowercase;

	line-height:15px;

}

TD.infoBoxHeading5 {

	height:33px;

}

table.infoBoxContents {

	background: #272727;

	border-left:0px solid #191919;

	border-right:0px solid #191919;

	padding:8px;

	background: url(images/infoBoxContentsBg.gif) repeat-y 0 0;

}



table.infoBoxContents1 {

	background: none;

	padding:8px;

}
.greyText_sub {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
	color:#fff;
	font-size:12px;
	background:url(images/arrow.gif) no-repeat 10px 12px;
	padding-left:35px;
	height:30px;
	display:block;
	width:176px;
	outline:none;
	line-height:30px;
	position:relative;
	left:10px;
}
.greyText_sub a {
 
 font-size:12px;
	padding-left:3px;
 
	position:relative;
	 
}
a.greyText {

	font-family:Verdana,Arial,Helvetica,sans-serif;

	text-decoration:none;

	color:#fff;

	font-size:12px;

	background:url(images/arrow.gif) no-repeat 10px 12px;

	padding-left:35px;

	height:30px;

	border-bottom:1px dotted #757575;

	display:block;

	width:176px;

	outline:none;

	line-height:30px;

}

a.contact{

    color:#FFFFFF;

font-size:12px;

color:green;



}

a.greyText:hover,.greyText_sub a:hover{

	font-family:Verdana,Arial,Helvetica,sans-serif;

	text-decoration:underline;

	color:#fff;

	font-size:12px;

	outline:none;

}

a li {

	list-style:none;

	list-style-image:none;

}



.cartItems{

	font-size:12px;

}

table.infoBox td{

	padding:0;

	margin:0;

}

td.greyText table{ margin:10px;}

.specialProductBox{ width:200px; margin:10px auto;}

.specialProductBox img{ background:#fff;}

.regularPrice{ float:left; padding-left:10px; margin-top:10px;}

.specialPrice{ float:right; padding-right:10px; margin-top:10px;}

.newProductBox{ margin:15px;}

.middle_content table.infoBoxContents {background: none;}



/* Register Page */

table.table_border{ border:1px solid #333; border-collapse:collapse; margin-bottom:10px;}

table.table_border td{ padding:2px;}

th.rowHeadingBg{ background:#333; color:#fff; font:bold 12px Arial, Helvetica, sans-serif; padding:5px;}

input[type='text'],input[type='password'] { border:1px solid #333; background:#000; font:normal 12px Arial, Helvetica, sans-serif; color:#fff; height:25px; padding:2px;}

input.searchtextbox{ background:#fff; height:25px; color:#000; width:130px; position:relative; top:-8px;}

.middle_content CHECKBOX, .middle_content INPUT[type='text'],.middle_content INPUT[type='password'], .middle_content SELECT {

  font-family: Verdana, Arial, sans-serif; font-size: 12px; background:#272727; border:1px solid #000; color:#fff; width:200px;}



.searchbox table.infoBoxContents{ background:none;}

.searchbox form { margin-top:-10px; display:inline; padding:0; margin:0;}



/*added by deepshikha on 11th jan. */

.productbox{background-color:#FFFFFF;margin-bottom:3px;margin-top:3px;margin-left:3px;margin-right:3px;min-height:110px;padding:15px}

.productboxtext a{color:#000000; text-decoration:none;}

.productboxtext a:hover{color:#000000; text-decoration:none;}

/*end added by deepshikha on 11th jan. */

/* Points/Rewards Module V2.1beta BOF */
SPAN.pointWarning {
  color: #f00;
}

.pointFaq {
  background-color:#000000;
  border: 1px dashed #bbc3d3;
  display: none;
  position: relative;
  padding:4px;
  margin:2px;
  text-align:justify;
}
/* Points/Rewards Module V2.1beta EOF */




/* additional for combination and packages */

.combinations{
  background: none repeat scroll 0 0 #111111;
    border: 1px solid #111111;
    width: 100%;
}

.combihead{
background: none repeat scroll 0 0 #000000;
    font-size: 12px;
    height: 54px;
}

.combinormal{
 border-bottom: 1px solid #000000;
    padding-bottom: 7px;
	text-decoration:line-through;
	 font-size: 12px;
}

.combitotal{
 border-bottom: 1px solid #000000;
    padding-bottom: 7px;
	 font-size: 12px;
}

.combipackage{
 border-bottom: 1px solid #000000;
    padding-bottom: 7px;
	 font-size: 12px;
}
.combititle{
  color: #81B108;
    font-size: 12px;
    font-weight: bold;
	text-decoration:none;
}

.combibuy{
text-align:right;
padding:5px;
}
