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

.boxText { font-family: Tahoma, Arial, sans-serif; font-size: 11px; }
/*.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }*/
.errorBox { font-family : Tahoma, Arial, sans-serif; font-size : 10px; background: #FED8EC; font-weight: bold; }
.stockWarning { font-family : Tahoma, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Tahoma, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

html {
	border:0px;
	margin:0px;
	padding:0px;
}

BODY {
/* background: #ffffff;*/
  background:url(images/bg_img.jpg) #000000 top left repeat-x;
  color: #000000;
  margin: 0px;
  font-family:Tahoma;
  font-size:9px;
  
}

div#mainContainer {
	width:925px;
	border:0px solid #ff0000;
	margin:0px;
}
/*.no_bg {
  background:none;
  color: #000000;
}*/
/*
A {
  color: #000000;
  text-decoration: none;
}

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

FORM {
	display: inline;
}


td.header_search {
	background:url(images/header_search.gif) left center no-repeat;
	height:58px;
}
td.header_lang_curr {
	background:url(images/header_lang_curr.gif) left center repeat-x;
	height:58px;
}


td.header_shopping_cart {
	background:url(images/header_shopping_cart.gif) right center no-repeat;
	height:58px;
	width:240px;
}

/*td.header_bg {
	background:
}*/

TR.headerNavigation {
  background: #bbc3d3;
 
}

TD.headerNavigation {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
	font-family:Tahoma;
	font-size:11px;
	color:#AD0D55;
	text-decoration:none;font-weight:bold;
		
}

A.headerNavigation:hover {
	
	font-family:Tahoma;
	font-size:11px;
	color:#AD0D55;
	text-decoration:none;
	font-weight:bold;
}

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: Tahoma, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
/*  background: #DA67A0;*/

}

.infoBoxContents {
 /* background: #F784BD;*/
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Tahoma;
  font-size: 10px;
  font-weight: bold;
  background: #FFB4D9;
  color: #AD0D55;
  padding:0px 0px 0px 6px;
  line-height:15px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma, 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;
 /* background: #ffffff;*/
}

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

TABLE.productListing {
 /* border-style: solid;
  border-color: #b6b7cb;*/

}


.productListing-heading {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  background: #FFB4D9;
  /*background: #b6b7cb;*/
  color: #a00352;
  font-weight: bold;
  
}

TD.productListing-data {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  /**/
  border-right:2px solid #FED8EC;
  border-bottom:2px solid #FED8EC;
}

TD.productListing-data-last_col {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  border-bottom:2px solid #FED8EC;
}

/*No result page*/
TD.productListing-data-no-results {
    font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  padding:10px 0px 10px 0px;
 
}

TD.productListing-data-shoppingCart {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  /*border-right:2px solid #FED8EC;
  border-bottom:2px solid #FED8EC;*/
}

TD.productListing-data-checkBox {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  border-left:2px solid #FED8EC;
  border-bottom:2px solid #FED8EC;
  border-right:2px solid #FED8EC;
}


A.pageResults {
   color:#AD0D55;font-size:11px;font-family:Tahoma;
      text-decoration:none;
}

A.pageResults:hover {
   color:#AD0D55;font-size:11px;font-family:Tahoma;
   text-decoration:none;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
}

TD.accountCategory {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
}

.input_select_border {
  font-family: Tahoma, Arial, sans-serif;
  border:1px solid #DD3FA6;
  
}
.select_option {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  width:96px;
  border:1px solid #DD3FA6;
}


TEXTAREA {
  width: 100%;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Tahoma, 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: Tahoma, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Tahoma, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #FED8EC; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

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

/* message box */

.messageBox { font-family: Tahoma, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Tahoma, Arial, sans-serif; font-size: 10px; background-color: #FED8EC; }
.messageStackSuccess { font-family: Tahoma, Arial, sans-serif; font-size: 10px; background-color: #FB85BF; }

/* input requirement */

.inputRequirement { font-family: Tahoma, Arial, sans-serif; font-size: 10px; color: #ff0000; }


/*new css defined*/

.boxTop {
	background:url(images/infobox/infobox_top.jpg) center bottom no-repeat;
	height:26px; 
	text-align:left;
	vertical-align:middle;
}
.boxInner {
	background:url(images/infobox/infobox_middle.jpg) top repeat-y;
	text-align:left;
}
.boxBottom {
	background:url(images/infobox/infobox_bottom.jpg) center top no-repeat;}

.boxInnerWhatsNew {
	background:url(images/infobox/whats_new_middle.gif) left repeat-x;
}

.brandMiddle {
	background:url(images/infobox/brand_middle.gif) top center repeat-y;
	width:236px;
	

}
.brandBottom {
	background:url(images/infobox/brand_bottom.gif) center top no-repeat; 
	
}
.boxTopMiddle {
	background:url(images/infobox/) left top no-repeat; 
	height:26px;
	padding:5px;
}
.boxTopMiddleManu {
	background:url(images/infobox/brands_header.gif) center bottom no-repeat; 
	height:26px;
	padding-left:10px;

}

.ourProdTop{
	background: url(images/infobox/our_prod_top.gif) top center no-repeat; 
	height:26px;
	padding-left:10px;
}
.ourProdMid {
	background: url(images/infobox/our_prod_mid.gif) top center repeat-y;
	width:375px;
}
.ourProdBot {
	background: url(images/infobox/our_prod_bot.gif) top center no-repeat; 
	height:12px;
}


td.left_menu_bg {
	background:url(images/left_menu_bg.gif) top center no-repeat;
	width:6px;
	height:46px;
}
td.middle_menu_bg {
	background:url(images/middle_menu_bg.jpg)  left center repeat-x;
	height:46px;
	color:#ffffff;
	text-align:center;
}
ul#menu_link {
	
	margin-left:20px;
	text-align:center;
}

ul#menu_link li {
	float:left;
	list-style:none;
	margin-left:35px;
	padding-left:30px;
	line-height:25px;
	background:url(images/menu_link_star.gif)  left center no-repeat;
	text-align:left;
	_padding-top:3px;

}
/*ul#menu_link {
	text-align:center;
	
}					

ul#menu_link li  {
	float:left;
	list-style:none;
	
	background:url(images/menu_link_star.gif) left top no-repeat;
	padding-left:30px;
	padding-top:8px;
	margin-left:35px;
	height:25px;
	
}*/

ul#menu_link li a:hover {
	font-weight:bold;
	color:#a30654;
	text-decoration:underline;
	font-family:Tahoma;
	font-size:11px;
}

a.home_links:link, a.home_links:visited{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	font-family:Tahoma;
	font-size:11px;
}

a.home_links: hover{
	text-decoration:underline;
	/*color:#A30654;*/
	color:#a30654;
}

td.right_menu_bg {
	background:url(images/right_menu_bg.gif) top center no-repeat;
	width:14px;
	height:46px;
}

td.lang_text {
	color:#ffffff;
	font-size:11px;
	font-family:Tahoma;
	font-weight:bold;
}
td.lang_text a {
	color:#ffffff;
	font-size:11px;
	font-family:Tahoma;
	font-weight:bold;
	text-decoration:none;
}

.lang_text_black {
	color:#2c2b2b;
	font-size:12px;
	font-family:Tahoma;
	font-weight:normal;
	text-align:left;
	
}

.select_style {
	width:85px;
	background:#ffffff;
	
}
.black_text {
	color:#000000;
	font-size:11px;
	font-family:Tahoma;
	font-weight:bold;
	
}
.black_text a {
	color:#000000;
	font-size:11px;
	font-family:Tahoma;
	font-weight:bold;
	text-decoration:none;
}
#cat_box_title {
	color:#AD0D55;
	font-size:14px;
	font-family:Tahoma;
	font-weight:bold;
}

.footer_middle {
	background:url(images/footer_middle_img.gif) center repeat-x;
	height:29px;
	font-family:Tahoma;
	font-size:11px;
	color:#AD0D55;
	
}
.footer_left {
	background:url(images/footer_left_img.gif) center no-repeat;
	height:29px;
}
.footer_right {
	background:url(images/footer_right_img.gif) center no-repeat ;
	height:29px;
}

.welcome_section {
	color:#e44e90;
	font-family:Tahoma;
	font-size:22px;
	font-weight:normal;
	padding:5px 0px 6px 10px;
	
}
.welcome_section p {
	color:#2c2b2b;
	font-family:Tahoma;
	font-size:20px;
	font-weight:normal;
	padding:0px 0px 0px 10px;
	
}
span.home_title {
	color:#a30654;
	font-family:Tahoma;
	font-size:20px;
	font-weight:normal;
}

td.pageHome table {
	padding:10px 0px 0px 0px;
}
.homefirstrow {
	background:url(images/home_page_first_row.gif) center no-repeat;
	height:16px;
	
}

.homemiddlerow {
	background:url(images/home_page_middle_row.gif) #FFF4FB	 left center repeat-y;
	 height:512px;
	width:670px;
	color:#000000;
}
.homemiddlerow tr td {
	color:#000000
}
div#cat_link  {
	padding:3px 3px 3px 10px;
}
div#cat_link img  {
	margin-right:5px;
}

div#cat_link a:link, div#cat_link a:visited, div#cat_link a:hover  {
	color:#000000;
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
		
}
a.cat_names:link, a.cat_names:hover, a.cat_names:visited {
	color:#000000;
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	margin-left:15px;
	padding-left:12px;
	padding-top:0px;
	margin-top:0px;
	line-height:20px;	
	background:url(images/arrow.jpg) left center no-repeat;
}

a.cat_names2:link, a.cat_names2:hover, a.cat_names2:visited {
	color:#000000;
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	margin-left:15px;
	padding-left:12px;
	line-height:20px;	
	text-align:center;
}

img.cat_arrow {
	margin-left:12px;
	text-align:center;
	border:1px solid #ff0000;
	
	margin-top:5px;
	margin-bottom:5px;
}

.infoBoxLoginNew {
	border:1px solid #CC5992;
}
.infoBoxLoginExisting {
	border:1px solid #CC5992;
}

.prodInfoTopRow  {
	background:url(images/infobox/prod_info_top.gif) bottom center no-repeat;
	width:640px;

}

.prodPageMidRow {
	background:url(images/infobox/prod_info_mid.gif)  top center repeat-y;
	width:640px;
	height:530px;
}
.prodPageBotRow {
	background:url(images/infobox/prod_info_bot.gif) top center no-repeat;
	width:640px;	
}

.prodInfoTopRow2  {
	background:url(images/infobox/cat_page_inner_top.gif) bottom center no-repeat;
	width:636px;
	height:26px;

}

.prodPageMidRow2 {
	background:url(images/infobox/cat_page_inner_mid.gif) top center repeat-y;
	width:636px;
}
.prodPageBotRow2 {
	background:url(images/infobox/cat_page_inner_bot.gif) top center no-repeat;
	width:636px;
}


.catPageTopRow {
	background:url(images/infobox/cat_page_top_row.gif) top center no-repeat;
	width:670px;
	height:18px;
	padding:0px 0px 0px 10px;
	text-align:left;
}
td.catPageMidRow {
	background:url(images/infobox/cat_page_mid_row.gif) top center repeat-y;
	width:660px;
}
.catPageBotRow {
	background:url(images/infobox/cat_page_bot_row.gif) top center no-repeat;
	width:670px;
	height:18px;
}

.catPageTopRow2 {
	text-align:left;
	background:url(images/infobox/cat_page_inner_top.gif) bottom center no-repeat;
	height:26px;
	padding-left:15px;
}
td.catPageMidRow2 {
	background: url(images/infobox/cat_page_inner_mid.gif) top center repeat-y;
	height:12px;
}
.catPageBotRow2 {
	background: url(images/infobox/cat_page_inner_bot.gif) top center no-repeat;
	vertical-align:top;
	height:26px;
}

.catPageBotRow2Home, .prodPageBotRow2Home {
	background: url(images/infobox/cat_page_inner_bot_home.gif) top center no-repeat;
	vertical-align:top;
	height:26px;
}

.prodInfoInnerContent {
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	font-weight:normal;
}

.pinkSmallText {
	 color:#AD0D55;font-size:11px;font-family:Tahoma;
}

.a_link a {
	font-size:11px;
	font-family:Tahoma;
	font-weight:normal;
	color:#AD0D55;
}
a.red_link {
	color:#AD0D55;
	font-size:11px;
	font-family:Tahoma;
	font-weight:normal;
}
.successPage {
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	line-height:2;
}