/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 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 5349 2006-12-22 20:34:40Z birdbrain $
 */

body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666666;
	background-image:url(../images/kasavu/repeat.jpg);
	background-repeat:repeat;
	font-size:11px;
	color:#000000;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #FF9900;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	}
	p{
		padding:0px; margin:0px;
	}
a:visited {
	color: #FF9900;
	font-size:11px;
	font-weight:bold;
	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: #FF9900;
	}

a:active {
	color: #FF9900;
	}

h1 {
	font-size: 1.5em;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #7a6010;
	padding-left:2px;
}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

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

.biggerText {
	font-size: 1.2em;
	}

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, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

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

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

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

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

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: 9em;
	float: left;
	}

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;
}

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 #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: 1000px;
	vertical-align: top;
	/*border: 1px solid #0099ff;*/
}

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

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	}
	
#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 {}
.navSplitPagesLinks {}

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

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../../../../images/footerback.jpg);
	background-repeat:repeat-x;
	font-weight: normal;
	color: #ffffff;
}

#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 0.5em;
	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: #abbbd3;
	background-image: url(../images/tile_back.gif);
	background-repeat:repeat-x;
	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;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}
.centerColumn{
	padding-left:0px;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

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

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

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
}
.tableHeading_cart {
	background-image:url(./cart_06.jpg)
	/*border-bottom: 1px solid #9a9a9a;*/
	/*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;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

.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: 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 {
	padding:5px;
}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 0.1em 0em;
	margin-top:4px;
	}

.centerBoxWrapper {
	border: 0px solid #9a9a9a;
	height: 0%;
	/*margin: 1.1em 0;*/
	padding-top:0px;
	margin-top:5px;
	}
/*
.centerBoxWrapper {
	border: 0px solid #9a9a9a;
	height: 0%;
	margin: 1.1em 0;
	padding-top:0px;
	}
*/
h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {
	width:190px;
	padding-left:12px;
	padding-right:8px;
}

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

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	background-repeat:repeat-x;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 1px solid #FFFFFF;
	/*border-bottom: 1px solid #f2b960;*/
	border: 1px solid #8aba19;
	margin-top: 0.4em;
	}
	.whilteBoxContainer{
		margin: 0em;
		border: 1px solid #FFFFFF;
		margin-top: 0.4em;
	}
.sideBoxContent {
	background-color: #ffffff;
	padding: 0.2em;
	}

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

.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 {
	text-align: center;
	}
.centeredContent1{
	background-color:#FFFFFF;
}
#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;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #999999;
	text-decoration: none;
	}
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: #666666;
	font-weight:normal;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	font-weight:normal;
	color: #DD6F00;
	}
/* end categories box links */

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

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

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #FFFFFF;
	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;
	background-image:url(../../../../images/cart_06.jpg);
	height: 2em;
	}
.orderHistoryStatus, .orderHistoryDetailedOrder {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#999999;
}
.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	background-repeat:repeat-x;
	height: 2em;
	color: #FFFFFF;
	}

#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;
	}
.clsHeadingStyleYello{
	color:#FF9900; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	
}
.clsHeadingStyleWhite{
	color:#FFFFFF; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
}

.clsHeadingStyleBrown{
 	color:#666666; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
 }
.centerBoxContentsKasavu{
	vertical-align: top;
	padding-top:1px;
	padding-bottom:1px;
	text-align: center;
}
.productGeneral_code_price{
	color:#b16d9d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
/*New styles for kasavu_final*/
.clsMainBannerDiv{
	float:left;
	width:1000px;
	/*height:304px;*/
	/*background-image:url(../../../../images/mainbanner.jpg);*/
	background-position:center;
	background-repeat: no-repeat;
}
.clsTopMenuBar{
	float:left;
	width:100%;
	text-align:left;
}
.clsLeftSideBox{
	float:left;
	width:190px;
	padding-top:10px;
	padding-left:12px;
	padding-right:10px;
}
.clsRightSideBox{
	/*width:200px;*/
}
.clsCenterBox{
	float:left;
	width:530px;
}
.clsLeftSideInner{
	float:left;
	width:187px;
	margin-left:0px;
}
.clsSearchCategoryBox{
	float:left;
	width:100%;
	background-color:#FEC200;
}
.clsCategoryListing{
	width:160px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3E7A00;
	font-weight:bold;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
}
.clsCategoryListing a:active,.clsCategoryListing a:link,.clsCategoryListing a:hover,.clsCategoryListing a:visited{
	font-family:Arial, Helvetica, sans-serif;
	color:#488001;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
.clsSearchHeader{
	width:160px;
	font-family:Arial, Helvetica, sans-serif;
	color:#DA1F00;
	font-size:12px;
	font-weight:bold;
}
.clsSearchCategoryBox select{
	width:150px;
}
.clsEshop{
	float:left;
	/*padding-top:10px;
	padding-bottom:10px;*/
	width:100%;
	background-color:#DEDEDE;
}
.clsEshopListing{
	float:left;
	text-align:left;
	padding-left:30px;
	font-family:Arial, Helvetica, sans-serif;
	color:#276002;
	font-size:12px;
	font-weight:normal;
	padding-top:5px;
}
.clsEshopListing a:active,.clsEshopListing a:link,.clsEshopListing a:hover,.clsEshopListing a:visited{
	font-family:Arial, Helvetica, sans-serif;
	color:#276002;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
.clsMailingListBox{
	float:left;
	width:100%;
	background-color:#D6D3B0;
	text-align:center;
}
.clsMailingListContents{
	float:left;
	width:100%;
	text-align:center;
}
.clsMailingListCaption{
	float:left;
	text-align:center;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#86864A;
	padding-top:10px;
}
.clsMailingListSubText{
	float:left;
	text-align:center;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding-top:3px;
}
.clsLeftSideInner text{
	width:170px;
}
.clsNewsContainer{
	float:left;
	width:99%;
	background-color:#FFFFFF;
	border:#909090 solid 1px;
	border-top:none;
}
.clsNewsListing{
	float:left;
	text-align:left;
	padding-right:10px;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#59A117;
	font-size:11px;
	font-weight:normal;
	padding-top:15px;
}
.clsNewsListing a:active,.clsNewsListing a:link,.clsNewsListing a:hover,.clsNewsListing a:visited{
	font-family:Arial, Helvetica, sans-serif;
	color:#59A117;
	font-size:11px;
	font-weight:normal;
}
/*New styles for kasavu_final*/
.testimonialHead{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
.voiceTrust{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#8D8D8D;
	text-align:justify;
}
.moreLink{
}
.moreLink a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#C9360A;
	text-align:right;
}
.photoGal{
	border:1px solid #8B8C50; 
	width:117px; 
	height:68px; 
	float:left; 
	margin:10px 21px 5px 0px;
}
.photoGal2{
	border:1px solid #8B8C50; 
	width:117px; 
	height:68px; 
	float:left; 
	margin:10px 0px 5px 0px;
}
.abouContent{
	font-size:11px;
	font-weight:normal;
	color:#000000;
	width:570px;
	padding-top:5px;
}
.contactus-content{
	float:left;
	font-size:11px;
	font-weight:normal;
	color:#BA5600;
	padding-top:20px;
	text-align:left;
}
.contactus-content-address{
	float:left;
	padding-left:10px;
	padding-top:12px;
	color:#681608;
	font-size:11px;
	font-weight:normal;
}
.bestName{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#BB5700;
}
.bestDesc{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#651808;
	text-align:left;
	padding-left:0px;
}
.cartStyle{
	 float:left; 
	 border-left:1px solid #F18200; 
	 border-top:1px solid #F18200; 
		border-bottom:1px solid #F18200; 
	 width:28px; 
	 height:27px;
}
.cartImage{
	 padding-left:4px;
	 padding-top:3px;
}
.write{
	color:#792538; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
	font-size:12px;
}
.delivery{
	color:#CE4F02;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-bottom:20px;
	padding-top:20px;
}
.divLine{
	 background:url(../../../../images/line.jpg) repeat-x;
	 width:540px; 
	 margin-top:20px; 
	 padding-bottom:20px;
}
.shiptitle{
	color:#730300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-right:20px;
	padding-left:20px;
	float:left;
	width:100px;
}
#productAttributes{
	width:150px;
}
.clsProductsImgListContainer{
		float:left;
		width:95%;
		height:200px;
	}
	.clsProductOtherImgs{
		 float:left;
		 padding-left:10px;
		 padding-top:10px;
	}
	.clsProductsImgOthersHeader{
		font-weight:bold;
		font-size:12px;
		color:#792538;
		padding-left:10px;
		padding-top:10px;
	}
	.clsProductOtherImg{
		cursor:pointer;
	}
.clsTopLinks{
	float:right;
	margin-right:85px;
	width:145px;
	margin-top:42px;
}
.clsTopLinksOtherPages{
	float:right;
	margin-right:114px;
	width:145px;
	margin-top:42px;
}
.clsWelcomeGuest{
	margin-top:200px;
	padding-right:25px;
	color:#333300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.clsTellAFriendCaption{
	text-align:left;
	float:left;
	padding-left:35px;
	padding-top:7px;
	font-family:Arial, Helvetica, sans-serif;
	color:#DC9341;
	font-weight:bold;
	font-size:14px;
}
.clsImgTitle{
	/*padding-top:18px;*/
}
.site-text-title{
	font-family:Arial, Helvetica, sans-serif;
	color:#BB5700;
	font-weight:bold;
	font-size:12px;
}
