/*
  $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
*/

/*
-------------------------------------------------------------------------
Template Designed and Oscommerce Implementation By Debparna Dutta -- 2008.
-------------------------------------------------------------------------
*/


body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-style:normal;
font-weight:normal;
color:#000000;
margin:0px;
padding:0px;
background-color:#2e2e2e;
}

.gen_txt1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-style:normal;
font-weight:normal;
color:#000000;
}
.gen_txt2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10.5px;
font-style:normal;
font-weight:normal;
color:#000000;
}
/*I have to change the css of the below to make it in my color*/
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 11px; }
.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: #70d250; text-decoration: underline; }

/*BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}*/

A {
color:#000000;
text-decoration:underline;
font-size:11px;
text-decoration:none;
}

A:hover {
color:#A30203;
text-decoration:none;
font-size:11px;
text-decoration:none;
}

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: #ffffff;
}

.infoBoxContents {
 /* background: #f8f8f9;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border:1px solid #cccccc;
}
.infoBoxContentsProduct {
 /* background: #f8f8f9;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.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: 12px;
  font-weight: bold;
  background: #A40104;
  color: #ffffff;
  text-align:center;
}

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: 12px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
  height:20px;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading{
  font-family: Verdana, Arial, sans-serif;
  color:#000;
  font-size:16px;
  padding-left:4px;
}

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: 11px;
  color:#000000;
}

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, 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-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: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

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

/* 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; }
/*conslole_repair_css_by Debparna Dutta_Limtex Infotech Ltd.*/
p{
text-align:justify;
padding:7px;
}
img{
border:0px;
}
/*footer*/
.foot_txt{
color:#4d4c4c;
font-size:11px;
}
.foot_bg{
background:url(images/foot_bg_85.jpg) repeat-x;
height:39px;
}
.foot_left{
float:left;
color:#4d4c4c;
font-size:11px;
}
.foot_right, foot_right:link{
float:right;
color:#4d4c4c;
font-size:11px;
text-decoration:none;
}
.foot_right:hover{
float:right;
color:#a30203;
font-size:11px;
text-decoration:none;
}
/*menu*/
.mnu_bg{
background:url(images/mnu_bg_repeat_11.jpg) repeat-x;
height:37px;
}
.mnu_ul{
display:inline;
margin:0;
padding:0;
width:766px;
}
.mnu_li{
float:left;
display:inline;
margin:0;
}
.home, home:link{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
background:url(images/mnu_btn_12.jpg) no-repeat;
height:37px;
width:107px;
display:block;
line-height:30px;
text-align:center;
font-size:11px;
}
.home:hover{
color:#ffffff;
font-weight:bold;
text-decoration:none;
background:url(images/mnu_btn_ho_12.jpg) no-repeat;
height:37px;
width:107px;
display:block;
line-height:30px;
text-align:center;
font-size:11px;
}
.feedback, feedback:link{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
background:url(images/feed_back_16.jpg) no-repeat;
height:37px;
width:117px;
display:block;
line-height:30px;
text-align:center;
font-size:11px;
}
.feedback:hover{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
background:url(images/feedback_ho_16.jpg) no-repeat;
height:37px;
width:117px;
display:block;
line-height:30px;
text-align:center;
font-size:11px;
}
.cat_top{
background:url(images/cate_bg_17.jpg) no-repeat center;
width:193px;
height:38px;
font-weight:bold;
color:#FFFFFF;
font-size:11px;
}
.category_txt, category_txt:link{
color:#FFFFFF;
background:url(images/mnu_bg_48.jpg) no-repeat;
width:158px;
height:25px;
padding-left:20px;
line-height:24px;
display:block;
text-decoration:none;
}
.category_txt:hover{
color:#FFFFFF;
background:url(images/mnu_ho_47.jpg) no-repeat;
width:158px;
height:25px;
padding-left:20px;
line-height:24px;
display:block;
text-decoration:none;
}
.sub_category_txt, sub_category_txt:link{
color:#FFFFFF;
height:15px;
line-height:23px;
display:block;
text-decoration:none;
}
.sub_category_txt:hover{
color:#FFFFFF;
height:15px;
line-height:23px;
display:block;
text-decoration:underline;
}
.pro_bg{
background-color:#a30203;
border-left:1px solid #000000;
border-right:1px solid #000000;
}
.left_panel_link, left_panel_link:link{
color:#000000;
text-decoration:none;
font-size:11px;
}
.left_panel_link:hover{
color:#a30203;
text-decoration:none;
font-size:11px;
}
.shopping_cart{
background:url(../images/cart_bg_49.jpg) no-repeat;
width:193px;
height:52px;
font-weight:bold;
font-size:11px;
padding-left:45px;
}
.items{
color:#c70103;
font-weight:bold;
text-decoration:none;
font-size:11px;
}
.ad_conatct{
font-size:11px;
font-weight:bold;
}
.email, email:link{
font-size:11px;
color:#ff0000;
text-decoration:underline;
}
.email:hover{
font-size:11px;
color:#000000;
text-decoration:none;
}
.open_bg{
background:url(images/open_bg_67.jpg) no-repeat center;
width:193px;
height:117px;
}
.card{
background:url(images/card_74.jpg) no-repeat center;
width:193px;
height:73px;
}
a.advanced_srch, a.advanced_srch:link{
color:#000000;
text-decoration:underline;
font-size:10px;
}
a.advanced_srch:hover{
color:#A30203;
text-decoration:none;
font-size:10px;
}
.txt_box{
background-color:#FFFFFF;
border:1px solid #000000;
width:170px;
height:15px;
}
.repair_txt{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-style:normal;
font-weight:bold;
color:#000000;
}
.left_panel_new ul{
padding:0px;
margin:0px;
padding-left:18px;
}
.right_panel_ul{
list-style-image:url(images/bullet_r_43.jpg);
}
.wel_bordr{
border:1px solid #cccccc;
}
.right{
float:right;
}
.more, more:link{
color:#c70103;
font-weight:bold;
text-decoration:underline;
font-size:11px;
background:url(images/more_pic1.jpg) no-repeat;
width:56px;
height:15px;
display:block;
line-height:14px;
}
.more:hover{
color:#000000;
font-weight:bold;
text-decoration:underline;
font-size:11px;
background:url(images/more_pic_40.jpg) no-repeat;
width:56px;
height:15px;
display:block;
line-height:14px;
}
.welcome{
color:#c70103;
font-size:22px;
}
.other{
color:#000000;
font-size:16px;
}
/*txt_content*/
.txt_justify{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#000000;
text-align:justify;
}
/*index_product*/
.bold{
font-weight:bold;
padding-left:7px;
}
.pic_bg{
background:url(images/pic_bg_46.jpg) no-repeat left;
width:76px;
height:82px;
}
.price{
padding-left:5px;
}
.pound{
color:#a30203;
}
/*shop cart txt*/
.cart_txt{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
.shop_cart_txt{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
.static_page_head{
color:#000000;
font-size:16px;
}
.categories_ul{
margin:0px;
padding:0px;
list-style-type:none;
padding-left:5px;
}
.postage_info{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}