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

/* The prices and main header
*/
body {
	margin: 0;
	font-family: arial;
	font-size: 62.5%;
	color: #030303;
/* left and right borders */
	background-color: #FFFFFF;
	}

a img {border: none; }

/* The names of products
*/
a:link, #navEZPagesTOC ul li a {
	color: #523538;
	text-decoration: none;
	}
/* login link colour
*/
a:visited {
	color: #7D0E36;
	text-decoration: none;
	}
	
	---------------------
	.mylink{
	color:#212121;
	font-family:Arial;
	text-decoration:none;
	}
	a.mylink:link{
		color:#212121;
		font-family:Arial;
		text-decoration:none;
	}
	a.mylink:visited{
		color:#212121;
		font-family:Arial;
		text-decoration:none;
	}
	a.mylink:hover{
		color:#212121;
		font-family:Arial;
		text-decoration:underline;
	}	
	-------------------


/* Mouse over select colour
*/
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #7D0E36;
	}

a:active {
	color: #7D0E36;
	}

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

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

.biggerText {
	font-size: 1.2em;
	}

.biggerTextA {
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
	color:#000000;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	margin: 0.1em;
	}

TEXTAREA {
c	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 0px solid #cccccc;
	}

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

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

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

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

LABEL.inputLabel {
	width: 9em;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

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

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	padding-top:-10px;
	
	}

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

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

.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: 800px;
	vertical-align: top;
	border: 0px solid #9a9a9a;
	padding-left:0px;	
}	

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

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
	height: 133px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0em;
	margin-right: 0em;
	}
	
#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%;
	padding-left:0em;
	font-size: 8pt;
	font: arial;
	font-weight: normal;
	}
	
.floatingBox1 { color:#000000;}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {
background-color:#FFFFCC;
margin-top:-12px;
width:390px;
height:25px;

}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navSuppWrapper, navCatTabsWrapper {
	margin: -0.9em;
	background-color: #FFFFFF;
	padding: 0.0em 7.3em;
	font-weight: bold;
	color: #ffffff;
	height: 0px;
	}
		
navMainWrapper {
	margin: 0em;
	background-color: #FFFFFF;
	background-image: url(../images/stripe-2.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 21px;
	}

#navCatTabsWrapper {
	background-color: #FFFFFF;
	color: #9a9a9a;
	background-image:none;
}

#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 0em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

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

#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 {
	padding: 0.5em 0.5em;
	background-color: #FFFFFF;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #FFFFFF;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

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

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

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	font-family:Arial;
	font-size:8pt;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 2em;
	padding-top:0em;
	}
.centerColumn1{
	padding-left:2em;
}

.centerColumnShopCart{
	padding: 2em;
	padding-top:0em;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	/*font-size: 0.9em;*/
	/*Hiren*/
	font: 8pt arial normal;
	/*Hiren*/
	}

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

.totBox{
	float: center;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 0px solid #9a9a9a;
	}

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

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

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

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	text-align:center;
	background-color:#FFFFCC;
	}
	
.cartProductDisplay1
{
	padding-left:60px;
	text-align:left;
	background-color:#FFFFCC;
}	
	

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

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	text-align:center;
	background-color:#FFFFCC;
	}

.cartNewItem {
	color: #FFFFFF;
	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;
	background-color: #FFFFFF;
	border: 1px solid #003D00;
	}
.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;
	list-style-type: none;
	} 

#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: center;
	padding: 0.2em;
	}

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

.amount {
	width: 5.5em;
	}

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

.categoryIcon {
	font-family:Arial;
	font-size:16pt;	
	font-weight:normal;	
	color:grey;
	padding-left:0.5em;
}

#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;
	font-size: 10pt;
	font: arial;
	font-weight: normal;
	}

.centerBoxWrapper {
	background-color: #FFFFCC;
	background-repeat: repeat-y;	
	width: 390px;
	height: 1%;
	margin: 0em 0em ;
	margin-top: -20px;
	font-size:8pt;
	font:arial;
	font-weight:normal
	}
	
.centerBoxWrapperSubCat {
	background-color: #FFFFCC;
	background-repeat: repeat-y;	
	width: 390px;
	height: 1%;
	margin: 0em 0em ;
	margin-top: 0px;
	font-size:8pt;
	font: arial;
	font-weight: normal;
	}
	
.centerBoxWrapperS {
	background-color: #FFFFCC;
	background-repeat: repeat-y;	
	width: 390px;
	height: 1%;
	margin: 0em 0em ;
	margin-top: -2px;
	}
	
.centerBoxWrapper1 {
	background-color: #FFFFCC;
	background-repeat: repeat-y;	
	width: 150px;
	height: 1%;
	margin: 0em 0em;
	}
	
.centerBoxWrapper2{
	background-color: #FFFFCC;
	background-repeat: repeat-y;	
	width: 390px;
	height: 1%;
	margin-top: -2.5em 0em;
}
	
.boxWrapper {
	background-color: #FFFFCC;
	background-repeat: repeat-y;	
	width: 350px;
	height: 1%;
	margin: 0em 2em;
}	

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 0em;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .rightBoxHeading {
	display: none;
      

	}
.centerBoxHeading {
display: none;

	}

.leftBoxContainer, {
	text-align: left;
	margin: 0em;
	border: 0px #9a9a9a;
	border-bottom: 0px #FFFFFF;
	margin-top: 0em;
	margin-left: 0px;
	float: left;
	}
	
.rightBoxContainer {
	margin: 0em;
	border: 0px #9a9a9a;
	border-bottom: 0px ;
	margin-top: 0.0em;
	float: left;
	}
	
.sideBoxContent {
	background-color: #ffffff;
	padding: 0.0em 0.0em;
	font:10pt Arial bold;
	background-repeat: repeat-y;
	}
	
.sideBoxContent12{
	background-color: #ffffff;
	padding: 0.5em 0.0em;
	font-size:10pt;
	font: Arial;
	font-weight: bold;
	background-repeat: repeat-y;
	padding-right:5px;
}

.sideBoxContentCH {
	background-color: #FFFFCC;
	padding:5px;
	font-size:10pt;
	font:Arial;
	font-weight:bold;	
	background-repeat: repeat-y;
}	

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 
/* background colout
*/
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.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, .productListing-data-0, .productListing-data-1 {
	text-align: left;
	margin-top:10px;
	
	/* Added By Mayur Bhayani */
	font-family:Arial;
	font-size:8pt;	
	font-weight:normal;
	/* Added By Mayur Bhayani */
	
	padding: 0px;
	text-align: center;
}

.productListing-data{
	background-color:#FFFFCC;
	color: #666666; 
}

.productListing-data-0 {
	background-color:#FFFFE0;
	color: #666666; 
}
		
.productListing-data-1 {
	background-color:#FFFFCC;
	color: #666666; 
}
		
.centeredContentCH{
	text-align: center;
	float: left;
	margin-top:10px;
}	

.centeredContentTST	{
	text-align: center;
	margin-top:10px;
	padding-left:2em;
	font-family:Arial;
	font-size:8pt;	
	font-weight:normal;
}

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

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #777777;
	text-decoration: none;
	/* Added By Mayur Bhayani */
	font-family:Arial;
	font-size:10pt;
	
	/* Removed by Tom */ 
	/*
	font-weight:bold;
	*/ 
	/* Removed by Tom */
	font-weight: normal !important;
	
	/* Added By Mayur Bhayani */
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #777777;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	width: 125px;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	margin-right:30px;
	}
	
.forward1
{
	text-align:center;
}

.forward2
{
	text-align:left;
}

.bold {
	font-weight: bold;
	}

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

.rowEven {
	background-color: #FFFFFF;
	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: center;
	/*vertical-align: top*/
	}

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

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

.productListing-rowheading {
	background-color: #e1d3d3;
	height: 2em;
	color: black;
	}
.productListing-heading	{
	background-color: #e1d3d3;
	height:25px;
	width:390px;
	text-align:center;
}

#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: #FFFFFF;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
	
.headerC {
	width: 390px;
	font-size:16pt;
	font: Arial;
	font-weight: normal;
	color: grey;	
	background-color:#e1d3d3;
	margin-top:0px;
	margin-left:20px;
	}
	
.subHeaC {
	width: 385px;
	font-size:10pt;
	font: Arial;
	font-weight: normal;
	color: grey;	
	background-color:#e1d3d3;
	margin-top:0px;
	color:#666666;
}

.SubheaderCont {
	width: 385px;
	font-size:16pt;
	font-family:Arial;	
	font-weight: normal;
	color: grey;	
	background-color:#e1d3d3;
	padding-left:5px;
}

.SubSubheaderCont {
	font-family:Arial;
	font-size:10pt;
	color:#e1d3d3;
}

.SubCategoryHeader {
	font-family:Arial;
	font-size:16pt;
	font-weight:normal;
	color:#666666;
}

.greenCount {
	background-color: #D6E76B;
	text-align: center;
}

.footerCH{
	text-align: center;
	/* Added By Mayur Bhayani */
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	/* Added By Mayur Bhayani */
}

.testch{
	padding-left:5px;
	padding-right:5px;
}	

testSpace{
	margin-top:1px;
	margin-bottom:5px;
}

.headerHome {
	position:absolute;
	left:395px;
	top: 10px;
	text-align:center;
	font-size:12px; 
	font-weight:bold;
}

.headerLogin {
	position:absolute;
	left:450px;
	top: 10px;
	text-align:center;
	font-size:12px; 
	font-weight:bold;
	text-decoration:overline;
}

.headerContactUs {
	position:absolute;
	left:500px;
	top: 10px;
	text-align:center;
	font-size:12px; 
	font-weight:bold;
	text-decoration:overline;
}

.headerFone{
	position: absolute;	
	right:105px;
	top: 10px;
}

.headerbasket{
	position: absolute;
	right:108px;
	top: 87px;
}
	
#seShipTo {
	padding: 0.2em;
	}
	
	
/* MY New Css Document */	

#tablewidth{
	width:800px;
	height:133px;
	background-image:url(../images/logo1.gif);
	
	/* Fix repeating background on IE < 7.0 -- Thomas. */
	background-repeat: no-repeat; 
	background-color: #FFFFFF;
	/* Fix repeating background on IE < 7.0 -- Thomas. */
}

#table{
	width:500px;
	float:right;
	padding-top:8px;
}

#fixedheight{
	height:133px;
	width:500px;
	float:right;
}

#home_txt_header{
	float:left;
	width:500px;
	position:relative;
	left: -185px;
}

#sales_header{
	float:right;
	width:180px;
	position:relative;
	top: -15px;
}

.Home_txt {
	text-align:center;
	font-size:10px; 
	font-weight:bold;
}

.Login_txt {
	text-align:center;
	font-size:12px; 
	font-weight:bold;
	text-decoration:overline;
	color:red !important;
}

.TnC_txt {
	text-align:center;
	font-size:10px; 
	font-weight:bold;
	text-decoration:overline;
}

.Account_txt {
	text-align:center;
	font-size:10px; 
	font-weight:bold;
	text-decoration:overline;
}

.ContactUs_txt {
	text-align:center;
	font-size:10px; 
	font-weight:bold;
	text-decoration:overline;
}

#basketbox{
	width:500px;
	float:left;
	/*padding-top:30px;*/
	/* Chetan */
	padding-top:68px;
	/* Chetan */
	position: relative;
	top: -16px;
}

#search_box{
	float:left;
	width:350px;
}

#basketimage_box{
	float:left;
	width:150px;
	background-color:#D1E56C;
	background-repeat:no-repeat;
	height:26px;
}

.items_txt{
	 font-size:12px;
	 font-family:arial;
	 text-decoration:none;
	 padding-top:6px;
	 padding-right:5px;	 
	 background-color:#D1E56C;
}
.dropDown
{
	padding:2px;
	font-family:Arial;
	font-size:10px;
	color:#000000;
	width:95px;
	height:22px;
}

.productGeneral 
{
	font-family:Arial;
	font-size:16pt;	
	font-weight:normal;	
	color:grey;
	padding-left:1.3em;
}

.productGeneralCH 
{
	font-family:Arial;
	font-size:12pt;	
	font-weight:bold;
	color:grey;
	padding-left:1.3em;
}

.titleShop {
	padding:5px;
	font-family:Arial;
	font-size:16pt;
	font-weight:normal;	
	color:Grey;
}

.titleSUB {
	padding:5px;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
}

.titleSUBHead {
	padding-right:25px;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	text-align:right;
}

.titleSUBP {
	padding:5px;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	color:#000000;
}
.titleSUBL {
	padding:5px;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	text-align:left;
}

.titleSUBLT {
	padding:5px;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
}

.titleunSub {
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;	
}


.borderLineC {
	margin-left:10px;
	margin-right:10px;
	border-top: 2px solid #9a9a9a;
}

.testlbl {
	font-family:Arial;
	font-weight:normal;
	font-size:8pt;
}

.centerBoxWrapper_new {
	background-color: #FFFFCC;
	background-repeat: repeat-y;	
	width: 390px;
	height: 1%;
	margin: 0em 0em ;
	margin-top: -4px;
	font-size:8pt;
	font:arial;
	font-weight:normal
	}

span.priceNearName
{
	font-size: 8.5pt;
	margin: none;
	display: inline;
	color: #660066;
}

h3.itemTitle-custom
{
	padding: 0px;
}

img[title=" Warning "]
{
	vertical-align: middle;
}

img[title=" Error "]
{
	vertical-align: middle;
}

.fieldsetSearchBox
{
	border: 1px solid #000000;
	margin-right: 5px;
}

.buylink { color: blue !important; text-decoration: underline !important; }

