/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	background-color: #000; 	
 	margin: 0 10px 0 10px;	
 	padding: 0;
 	font: 11px tahoma, Verdana, Arial, sans-serif;
	}

a img {border: none; }

a, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
	text-decoration: underline;
	}

h1 {
	font-size: 1.4em;
	}

h2 {
	font-size: 1.3em;
	}

h3 {
	font-size: 1.2em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.4em 5px;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.3em;
	}
	


select, textarea {
	color: #4F4F4F;
	border: 1px #CCCC99 solid;
}


TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 1em 0.5em 2em 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #CCCC99;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	margin: 0;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth, br.clearBoth {
	clear: both;
	height: 1px;
	line-height: 1px; 
	font-size: 1px;
	margin: 0;
	padding: 0;
	}



HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 1000px;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
	
#bbp {
		margin: 15px 0 30px 0;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {
	padding: 5px 0px 13px 0px;
}

.navSplitPagesLinks {
	padding: 3px 0px 13px 0px;
}

.navNextPrevWrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	}

.navNextPrevCounter {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 20px;
	vertical-align: middle;	
	float: right;	
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:0;
	list-style-type: none;
	}
.navNextPrevList a{
	 margin: 0 20px 0 20px	
	}
	
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;	
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}


#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}
	
/* this is changed by cheongsam-Jewellery.com */

#navMainWrapper {	
	color: #004189;;	
	}

#navMain ul {
	text-align: right;
}

#navMain ul li a{	
	padding: 0.5em 0.5em 0 0.5em;
	color: #666666		
	}	
/*  *********************  */

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

/*

#navBreadCrumb {
	background-color: #cc9900;
	} */

#navEZPagesTop {
	
	}

#navBreadCrumb {  
   font-size: 1em;
   margin: 1em;   
   font-weight: bold;
   color: #666;
   padding: 0.5em;
   border-bottom: 1px dashed #ccc;
	}

#navColumnOne {
	background-color: #FFF;
	}

#navColumnTwo {
	background-color: #FFF;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;	
	}

.centerBoxContents, .specialsListBoxContents,.centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew{
	padding: 25px 0;	
	}

 #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em 8em 2em 0.5em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}

.leftBoxHeading{
	margin: 0;
	background: url(../images/m97.gif);
	padding: 0.7em 0.1em;
	font-size: 11px;
 	color: #3A3A3A;
 	text-transform: uppercase;
 	font-weight: bold;
  	height:32px;  	
  	background-repeat: repeat-x;
  	padding-left:15px;
  	
	}



.leftBoxContainer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #FFFFFF; 
  margin-bottom: 20px;
  border: 1px #FFCC66 solid;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}



h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFFFF;
	}

.rightBoxHeading {
	margin: 0;
	background-color: #B3A499;
	padding: 0.8em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 
	

h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #E0D0C5;
	margin-top: 1.2em;
	margin-bottom: 1.5em;
	overflow: hidden	
	}
	
#categoriescss { 

	margin: 0 0 25px 0;
	background-color:#ececec;

}
	
#categories,#categoriesContent,#categorylistboxContent,#categorylistbox{
	margin: 0;
	padding: 0;
}

.rightBoxContainer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px; 
  border: 1px solid #B4B4B4;
  margin: 0;
  margin-bottom: 15px;
  line-height: 1.2em
	}

.rightBoxContainer input, .rightBoxContainer select, .rightBoxContainer textarea {
	color: #4F4F4F;
	border: 1px #B2A69E solid
}


#informationHeading {
  background: url('../images/m98.gif');
  height:35px; 
  line-height: 30px;
  padding: 0.2em 0;
  vertical-align: middle;
  background-repeat: no-repeat; 
  color: #9E0101;    
}

#information {
	background: #FFFFFF;
  	border: 1px solid #ffffff;
	border-left: 1px #CCCCCC dashed;	
}

#information ul{
 	margin: 0;
	padding: 0 10px 0 10px;
	list-style: none
	}

#information li{
 	margin: 0 0 0.5em 0;
	padding: 0 0 0 1.6em;
	background: url(../images/m21.gif) 6% 50% no-repeat;
	}
	
#information li a{	
	margin: 0;
	padding: 0 2px 0 2px;
 	color: #333333;
	font-size: 11px;
	text-decoration: underline
	}

#information li a:hover{
 	color: #990000; 
	background-color: #E0FFC2;	
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;	
	}
	


#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
	

/* This is added by cheongsam */

#logoWrapper {
	padding: 8px 0 8px 0;
	height: 60px;		
	overflow: hidden;
}

.centershop {
 padding: 0px;
 margin: 0px auto;
 position: relative;
 text-align: left;
 width: 734px !important;
}



.hd_b_bg{
	margin: 0;
	padding: 0;	
	background:url(../images/top-bg.gif);
	background-repeat: repeat-x;
	height: 15px;	
}

#hd_cart{
	margin:  0 ;
	display: block;	
	float: right;
	height: 51px;
	width:  240px

}

#hd_cart1 {
	margin:  0;
	float: right;
	width:  145px
}

#count_item {
    margin:  0;	
	text-align:center; 
	line-height: 30px;
	padding: 15px 0 0 0;		
	height: 30px;
	vertical-align: top;
	float: right;
	width:  75px  
}


#hd_ad{
	float: left;
	margin: 0;		
	padding: 0;
	background: #f7f7f7;	

}

.menu_search_box{
	float: left;	
	padding-right:0px;
	font-size:13px;
	color:#303030;
	margin: 0;		
	padding: 0;
}

.menu_search_box input.s{
	width:215px;
	font-size:13px;
	color:#a7a7a7;
	border:0px;
	background:none;
}

#header_search_form{
	position:relative;
	top:-2px;
}



#top_menu{
	margin: 0;
	padding: 0;	
	background: #f7f7f7;	
	height: 49px;	
}

#footer_a{	
	margin: 0px auto;
	background-color: #C6A9A4; 
	color:#FFFFFF	
}

#footer_a p{	
	margin: 0px auto;
	width: 350px;	
	text-align: center	
}

#footer_a a{	
	color: #FFFFFF
}

#footer {
	margin: 0px auto;
	padding: 0;			
}

.space_bg{	
  background:  #FFF url("/images/top-bg1.gif") repeat-x;  
  margin:  0 auto;
  padding: 0 ; 
  height: 15px 
}


#footer_menu{
		display: block;
		height: 130px;		
		background-image:  url("/images/bg2.gif"); 		
		width: 800px;
		border: 1px solid #999999;
		margin:  10px auto 10px auto;
		padding: 0 0 0 60px;		
  		background-repeat: repeat
}


#footer_menu a{ 
	color:#666;
	font-size: 11px; 
	text-decoration:underline 		
}

#footer_menu a:hover{ 
	color: #990000; 		
}


#footer_menu ul{
	padding: 10px 0 10px 0;		
	float: left; 
	margin:  0 ; 
	width: 200px; 	
	list-style: none; 	
	display:block		
}

#footer_menu li {
	text-align:left; 	
	height:20px	
}


#copyright{		
	background-color: #cb6;		
	margin: 0 auto; 
	height: 50px;		
	}
#copyright p{
	font-weight: bold;
	font-size: 11px;
	vertical-align:middle;	
	text-align:center;
	line-height:50px;	
	color: #FFFFFF;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none
}


/* This is side box menu */

div#nav-cat { 
	margin: 0 0 20px 0;	
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #666  
	}
	
div#nav-cat ul {
	margin: 0;
	margin-left:2px;
	padding: 0;  	
	}



div#nav-cat li {
    background: url(../images/list-marker.gif) no-repeat 0 6px; 	
	vertical-align: middle;
	list-style: none;
	line-height: 1.2em	;
    margin: 3px 0 3px 5px;
	padding: 0 0 0 1.5em;	
	display: block
  
/* change it to whatever space you want to put space between buttons*/
}
/* <---this line may help or hinder IE menu shifting issues */
div#nav-cat li ul a{ 
  font-weight: normal;  
} 


div#nav-cat .submenu{		
	font-weight: bold;
	color: #999  	
}

div#nav-cat .submenu a{	
	color: #999;	
}

div#nav-cat .current a{	
	color: #FF9900;	
}

div#nav-cat li.submenu li a{	
	color: #666;	
}

div#nav-cat li li.current a{	
	color: #FF9900;		
}


div#nav-cat a {
	color: #666  
  }

div#nav-cat a:hover {
   color: #CCCC00;	
}

div#nav-cat ul.level2 li a:hover {
   color: #CCCC00;	
}


/* this is main page */

/*
.main2 {  
  background-color: #FAF8F5; 
  color: #4F4F4F;
  border:1px solid #B4B4B4; 
  padding: 10px;
  margin: 0 5px 5px 5px; 
  overflow: hidden    
}

this is main page */

.main2 {  
  
  color: #4F4F4F; 
  padding: 0 15px 0 15px ;
  /*margin: 0 15px 0 15px; */
  
}


 h1 { 
 color: #333333; 
 text-decoration: none;  
 margin: 1em 0;
}

.ml2{
 font-size: 11px;
 font-weight: bold; 
 text-decoration: none; 

 }

p.p_price{
   margin: 0 0 0 10px;
   font-size: 1.2em;
   font-weight: bold;
   font-family:Arial, Helvetica, sans-serif;
   color: #993300;
   
}


.centerBoxWrapper {	     
   margin: 2em auto; 
   padding: 0; 
   width: 580px
    
}	




#productMainImage {
	margin : 35px 25px auto 5px ;
}

#productReviewLink, #productTellFriendLink {
		margin-top: 30px;
}


.container { 
			margin: 0;
			padding: 0;
			width: 100%;
			background: url(../images/main_container.gif) repeat-y; 
			}
.line {  
		margin: 0 15px 15px 15px;
		padding: 0;
		background:url(../images/center_title_top_bg.gif) repeat-x 0 bottom;
		width: 95%
      }
			
.list_image {
	height: 100px;	
	vertical-align: middle;		
}

.list_image img {	
	 margin-top: expression(( 100 - this.height ) / 2+"px");
}


.container a{ 
			color:#777;
				
			}
.container a:hover{ 
			color: #FF0000;
				
			}
			



.caption {
margin: 0;
padding: 0;
background: url(../images/main_caption.gif) no-repeat;
}	
.caption  h2 {background-position:3px -22px;}
.caption h2.centerBoxHeading{ 	
		padding: 1em;
		margin: 0; 
		color: #CC0066;		
		text-align: left;		
		}

.box_footer { background: url(../images/main_caption.gif) no-repeat 0 -65px;padding:10px 0;}


/* this  is  for also purchased and xsells model * start */


#crossSell .caption, #alsoPurchased .caption{

		margin: 10px auto;
		padding:  0 ; 
		width: 580px;
		height: 25px;
		background: transparent url(../images/alsolike.gif) no-repeat ;	
}	
#crossSell .caption h2, #alsoPurchased .caption h2 { 
	text-align: center;
	margin: 0;
	padding: 0 ;
	color: #FFF;
}

.container_x { 
			margin: 0;
			padding: 0;
			width: 580px;
			background: url(../images/also_bg.gif) repeat-y; 
			}
.line_x {  
		margin: 15px ;
		padding: 0;
		background:url(../images/center_title_also_bg.gif) repeat-x 0 bottom;
		width: 95%
      }

.box_footer_x { background: url(../images/also_bottom_bg.gif) no-repeat ;
				width: 580px;
				height: 25px; }

/* this  is  for also purchased and xsells model  *end */

/* Tool Kit /////*/
.fix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	.fix {display: inline-table;min-height: 1%}
	/* Hides from IE-mac \*/
*	html .fix {height: 1%;}
	.fix {display: block;}
	/* End hide from IE-mac */
			

#productListing {
	margin: 0 0 2em 0;
	padding: 0;
}

#indexProductListCatDescription form{
	margin: 5em 0 0 0;
	padding: 0;
}


.tabTable {
	margin: 10px auto;
	padding: 0;
	border: 1px solid  #DCDCDC; 
}				

.productListing-rowheading {
	background-color: #333333;
}


.productListing-heading {

    border-top:2px solid #00000; 
    border-bottom:2px solid #FFFFFF;  
    border-right:0px solid #FFFFFF; 
  	font-size: 12px;
  	font-weight: bold;
  	color: #FFFFFF;
  	padding: 8px; 
	background-color: #c6beb8;
	text-decoration:underline;
  	}


.productlisting {
  border:3px solid #3769AF;
  background-color: #EBEBEB;

}

.productListing-data {
   font-size: 11px;  
   padding: 4px;
  font-weight:bold;
   border-right:2px solid #FFFFFF; 
	border-bottom:2px solid #FFFFFF;	
}

/*miscellaneous areas
-------------------------------------*/
td.cartBox {
   /*background: #eff4f8;*/
   font-size: 11px;
   padding: 3px;
   padding-top: 9px;
   padding-bottom: 9px;
   border-top: 1px dotted #555555;
   border-bottom: 1px dotted #555555;
}

tr.productListing-odd, tr.upcomingProducts-odd {
  background: #f9f9f9;
  border: 1px solid #000000;

}



tr.productListing-even, tr.upcomingProducts-even, .productsNotifications {
  background: #FFFFFF;
  border: 1px solid #000000;
}



td.productListing-data-description-odd {
  background: #ffffff;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #3769AF;
  border: 1px solid #000000;

}

td.productListing-data-description-even {
  background: #FFFFFF;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #3769AF;
  border: 1px solid #000000;

}

td.pageresults a {
  color: #727171;
  font-size:11px;
  font-weight:normal;
  text-decoration:underline;

}
.pageresults a {
  color: #727171;
  font-size:11px;
  font-weight:normal;
  text-decoration:underline;

}



.pageresults a:hover {
  color: #AF332B;
  font-size:11px;
  font-weight:normal;

}
.pageresults a:visited {
  color: #727171;
  font-size:11px;
  font-weight:normal;
  text-decoration:none;
  font-weight:normal;

}


.pr{
  color: #727171;
  font-size:11px;
  font-weight:normal;
}


td.pageresults a:hover {
   color: #AF332B;
  font-size:11px;
 font-weight:normal;
  text-decoration:none;


}





.adsense {
	margin: 5px auto;
	padding: 0;
	width: 500px;	
}

.ask_center {
		margin: 20px auto;
        padding:0;
		width:  400px		
        }

span.img_chart {
	margin-left: 40px; line-height:26px; vertical-align: middle 
}

#productAttributes {  
   margin: 0 auto; 
   width: 300px;
   text-align: left
}

#productAdditionalImages {
margin: 0 30px 20px 30px;
}


/* ----- */

.answer {
		margin: 10px 0 10px 0;		
		font-size:12px;				
}

ul#m_index {	
	list-style-type:decimal;
	
}

.tbl_body{		
	width: 550px;
	padding:0;
	margin: 0 auto;	
}

.tbl_body table {
	width: 100%;
	margin:0px 0px 0px 0px;
	padding:0px;
	border-collapse: collapse;  
	border:0;
}


.tbl_body table.border{
border-right: 1px solid #000; 
border-left: 1px solid #000; 
}

.tbl_body th {
margin:0px;
padding:2px 2px 2px 3px;
background-color:#979EA4;  
font-weight: bold;
text-align:left;
font-family: Verdana;
font-size: 10px;
color: white;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

.tbl_body td {
margin:0px;
padding:2px 2px 2px 3px;  
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;  
border-top: 1px solid #ccc;  
}

.cust{
	width: 600px;	
	margin: 0 auto;	
	padding: 0;		
}

.cust ul{	
	display: block; 
	list-style-type:decimal;   
}

.cust li{
	display: block;
	font-size: 12px;
	font-weight:normal;
	margin: 10px auto auto auto;	
	padding: 0;		
}

ul.cartBox {  
   margin: 0; 
   padding: 0;
   background: transparent url(../images/arrow02.gif) no-repeat; 
   list-style: none     
}

ul.cartBox li{
   display: block;
   margin: 5px 0 5px 0;
   height: 20px;
   padding: 0;   
}

ul.cartBox input {
   margin: 0 0 0 25px;   
   position: relative;  
}


/*  --------------- BUTTONS --------------- 



.tbl_body{		
	width: 350px;
	padding:0;
	margin: 15px auto;	
}

.tbl_body table {
	width: 100%;
	margin:0px 0px 0px 0px;
	padding:0px;
	border-collapse: collapse;  
	border:0;
}


.tbl_body table.border{
border-right: 1px solid #000; 
border-left: 1px solid #000; 
}

.tbl_body th {
margin:0px;
padding:2px 2px 2px 3px;
background-color:#979EA4;  
font-weight: bold;
text-align:left;
font-family: Verdana;
font-size: 10px;
color: white;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

.tbl_body td {
margin:0px;
padding:2px 2px 2px 3px;  
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;  
border-top: 1px solid #ccc;  
}

 */

.buttonRow, .buttonRow2 {padding:7px 0px; margin:0;}
.buttonRow input, .buttonRow2 input, .buttonRow3 input {border:none; padding:0; background:none;}


#shoppingcart {
margin-top: 15px;
border-top:1px solid #000000; border-bottom:1px solid #000000; background:#424242 url(../images/pixel_black.gif) right repeat-y;}

#shoppingcart h3#shoppingcartHeading  {		
		margin-top: 10px;
		margin-bottom: 10px;
		color:#FFFFFF; 
		background-color:  #424242 ;
		background-image:url(../images/pixel_black.gif); 
		background-position:left; 
		background-repeat:repeat-y;
}

#shoppingcart h3#shoppingcartHeading a {color:#FFFFFF; text-decoration:none;}
#shoppingcart h3#shoppingcartHeading a:hover {text-decoration:underline;}
#shoppingcart .box_body  { 
background-image:url(../images/pixel_black.gif); 
background-position:left; color: #FFFFFF ; 
background-repeat:repeat-y;
margin: 5px 0 15px 10px; 
padding:4px 0 16px 3px;}
#shoppingcart .box_body a {color:#A3C41A;}


#move_note{
		margin: 15px 0 15px 0; 
		font-weight:bold; 
		color: #CC0099;		
}

#ftk { margin: 0 auto; 
       padding: 0; 
       font-size: 12px;
	   text-align: center;
	   line-height: 25px; 
	   color: #666 }
#ftk a{        
	   text-decoration: none ; 
	   color: #666 } 
#ftk a:hover{ color: #0000CC ; 
			background-color: #FF9966 }  
			  
	  
#ftk p{
	font-weight: bold;	
	vertical-align:middle;	
	text-align:center;
	line-height:30px;	
}  

#search ul { 
margin: 0 0 0 15px;
padding: 0;
 }

#search ul li { 

margin: 5px 0 5px 0;
padding: 0;
list-style: none; 

 }
 
 
 #home_desc{	
	color: #666666;	
	margin: 25px auto 25px auto;
	padding: 15px ;
	background-color: #dff;	
	border: 1px solid #999;	
	width: 548px;	
}

#home_desc a { 
	text-decoration:none; 
	color: #006;	
}

#home_desc a:hover{ 
	text-decoration: underline; 
	color: #f00;	
}

#home_desc P {
	font-size: 12px; color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

#home_desc img {
	margin: 0 15px 5px 0;
	border: 0;
	padding: 0;
	display: block;
	float: left	
}


#home_1 {	
	margin: 25px auto 25px auto;
	padding: 0;
	background: transparent url("/images/a1.gif") no-repeat ;	
	height: 350px;
	vertical-align: middle;	
	width: 580px;
 }
 
  #home_1 span{
 	margin: 0 auto ;
	padding: 0;
	width: 282px;
	height: 160px;
	display: block;	
	float: left;
	vertical-align: middle;		
 }
 
 #home_1 span#ca1{
 	background: transparent url("/images/ca1.gif") no-repeat 14px 28px ;	
 }
 
 #home_1 span#ca2{
 	background: transparent url("/images/ca2.gif") no-repeat 16px 28px ;
 }
 
 #home_1 span#ca3{
 	background: transparent url("/images/ca3.gif") no-repeat 16px 28px ;
 }
 
  #home_1 span#ca4{
 	background: transparent url("/images/ca4.gif") no-repeat 15px 28px ;
 }
 
 #home_1 ul { 
 	margin: 52px 0 0 168px;
	padding: 0;	
	display: block;	
	vertical-align: middle;		
 	font-size: 12px;		
	font-family: Verdana, Arial, Helvetica, sans-serif; 		
 } 
 
 #home_1 a { 
 	color:#009900; 
	font-weight: bold;	 		
 }
 
 #home_1 a:hover { 
 	color: #FF0000;
 }
 
 #home_1 li {
 	margin: 5px auto 5px auto;
 	list-style-image: url(/images/icon1.gif);
 }

 
 #home_1 img{
 	margin: 0 0 0 36px;
	padding: 0;
	border:	0;
	vertical-align: middle;
	float: left;
 }
 
 .content {
 	padding: 0.5em 1.5em 0.5em 1.5em;
 
 }

.content a { 
	text-decoration:none; 
	color: #666666;	
}

.content a:hover{ 
	text-decoration: underline; 
	color: #f00;	
}

.content p {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

