/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2008 Zurv eStore Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zurv.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */
@import url("menu.css");/* including stylesheet for dhtml menu */

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}
 
a:visited {
	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;
	}

a:active {
	color: #0000FF;
	}

h1 {
/*
		color:#999999;
font-size:20px;
font-weight:bold;
	border-bottom:#FBCE03 solid 2px;
	height:35px;
*/

		color:#999999;
font-size:20px;
font-weight:bold;
line-height:35px;
border-bottom:#FBCE03 solid 2px;
margin-bottom:25px;
	}
	h1 a:link{
		color:#999999;
font-size:20px;
font-weight:bold;
margin-bottom:25px;
	}
		h1 a:hover{
		color:#999999;
font-size:20px;
font-weight:bold;
margin-bottom:25px;
	}
		h1 a:visited{
		color:#999999;
font-size:20px;
font-weight:bold;
margin-bottom:25px;
	}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#009900;
	border-bottom:#CCCCCC solid 1px;
	line-height:35px;
	font-weight:normal;
	}
h2 a:link{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#009900;
		font-weight:normal;
	}
	
	h2 a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#009900;
	font-weight:normal;
	}
	h2 a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#009900;
		font-weight:normal;
	}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#0066FF ;
	line-height:35px;
	font-weight:normal;
	}
	h3 a:link{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#0066FF ;
	font-weight:normal;
	}
		h3 a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#0066FF ;
	font-weight:normal;
	}
		h3 a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#0066FF ;
	font-weight:normal;
	}
	
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	border-bottom:#660000 solid 2px;
	line-height:30px;
	font-weight:bold;
	}
h4 a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
		font-weight:bold;
	}
	
	h4 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	font-weight:bold;
	}
	h4 a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
		font-weight:bold;
	}
/*
h4, h5, h6{
	font-size: 14px;
	}
	*/
	.producttypeimg
	{
	padding-bottom:15px;
	}
	.checkoutloginbox
	{
	padding:10px 10px 10px 10px;
	}
	.checoutlogin
	{

	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	}

	.checoutlogin a
	{

	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-decoration:underline;
	}
	.checoutlogin a:visited
	{

	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	}
		.checoutlogin a:hover
	{

	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0B7199;
	}
		
 LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger
{
	font-size: 14px;
}
.biggerText {
	font-size: 14px;
	}

/*h1, h3, h4, h5, h6 {
	margin: 0px 0px;
}*/

CODE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 14px;
	margin: 0px;
	}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

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: 7em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel,  LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

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 #000000;
	*/
	color:#000000;
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #FFCC33;
	background-color:#FFFFCC;
	}

.messageStackWarning, .messageStackError {
/*
	background-color: #ff0000;
	color: #ffffff;
	*/
	color:#000000;
		line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #FFCC33;
	background-color:#FFFFCC;
	}

.messageStackSuccess {
/*
	background-color: #99FF99;
	color: #000000;
	*/
	color:#000000;
		line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #FFCC33;
	background-color:#FFFFCC;
	}

.messageStackCaution {
/*
	background-color: #FFFF66;
	color: #000000;
	*/
	color:#000000;
		line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #FFCC33;
	background-color:#FFFFCC;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 100%;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
/*	margin: auto;*/
/*margin-left:25px;
margin-right:25px;*/
	} 

#tagline {
	color:#000000;
	font-size: 14px;
	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-top:20px;
padding-bottom:10px;
}
.navSplitPagesLinks {
padding-top:20px;
padding-bottom:10px;
}
.navNextPrevCounter {
	margin: 0em;
	font-size: 14px;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #ffffff;
	font-weight: bold;
	color: #000066;
	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: #000066;
	white-space: nowrap;
	}

#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: 0px;
	padding-bottom:30px;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	background-color: #cc9900;
	}

#navEZPagesTop {
	background-color: #ffff33;
	text-align:left;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 14px;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne {
	background-color: #FFFFFF;
		
	}

#navColumnTwo {
	background-color: #FFFFFF;
	}
a.category-top{
	font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#00009A;
font-weight:bold;
	text-decoration: none;
	line-height:23px;
	}
	a.category-top:hover {
	font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FF0000;

	text-decoration: underline;
	}
	a.category-top:visited {
	font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#00009A;
	text-decoration: none;
	}
	a.category-subs{
	font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#00009A;
	text-decoration: none;
		padding-left:10px;
	line-height:23px;
	}
	a.category-subs:hover {
	font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#CC00FF;

	text-decoration: none;
	}
	a.category-subs:visited {
	font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#00009A;
	text-decoration: none;
	}

		a.category-products{
	font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#00009A;
	text-decoration: none;
	padding-left:10px;
	line-height:23px;
	}
	a.category-products:hover {
	font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FF0000;

	text-decoration: none;
	}
	a.category-products:visited {
	font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#00009A;
	text-decoration: none;
	}
	
a.category-links
{
	font-family:Arial, Helvetica, sans-serif;
font-size:11px;
	padding-left:10px;
	line-height:19px;
color:#00009A;
	text-decoration: none;
}
a.category-links:hover
{
	font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FF0000;

	text-decoration: none;
}

/*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;
	background-color:#FFFFFF;
	}

.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;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 14px;
	}

/*Shopping Cart Display*/

.outerborder
{
border: 1px solid #cccccc;
width:700px;
}
.tableHeading TH {
	/*border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;*/
	}
.updatetext
{
color:#0570F6;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
padding-left:10px;
}
.normalfont
{
font-weight:normal;
}
#cartProdTitle
{
color:#043EE7;
}
.divider
{
	border-bottom: 1px solid #cccccc;
	margin:0px 10px 0px 10px;
}
.showMinUnits
{
font-size:12px;
}
.borderbottom {
	border-bottom: 1px solid #cccccc;
	}
	.bordertop {
	border-top: 1px solid #cccccc;
	}
.borderleft {
	border-left: 1px solid #cccccc;
	}
	.borderright {
	border-right: 1px solid #cccccc;
	}
.tableHeading, #cartSubTotal {
	background-color: #FFFFCC;
	 }

#cartSubTotal {
	border: 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: 6.7em;
	border-left:1px solid #cccccc;
	}

.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;
	border-right:1px solid #cccccc;
	}

.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;
	color:#666666;

	}

 .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
font-size:12px;
color:#CD3005;

font-weight:normal;
	}
.productSpecialPrice
{
	color:#CD3005;
	font-weight:bold;
	}
.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 ;
	}


#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 {
			vertical-align:top;
	padding-top:0px;
	margin-top:0px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	height:180px;
	
	}

/*sideboxes*/
.columnLeft {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}
.Innercenter
{
height:160px;
padding:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;

}
.listimage
{
height:80px;
padding:0px 0px 10px 0px;
}
.Innercenter a
{
font-family:Arial, Helvetica, sans-serif;
color:#003399;
font-size:13px;
font-weight:bold;
}
/*
h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 14px;
	color: #ffffff;
	}
*/
.centerBoxHeading {
/*
	margin: 0em;
	background-color: #FF6699;
	padding: 0.5em 0.2em;
	border:dashed #CC3300;
	*/
	
	
		height:25px;
	background-image:url(../images/zurv_arrivalsbg.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding-left:10px;
	margin-left:0px;
	vertical-align:middle;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
font-size: 14px;
	margin: 0px 0px;
	}
	.centerBoxWrapper {
	width:100%;	
	border:solid 1px #CCCCCC;
	border-bottom:none;
	vertical-align:top;
	padding-top:0px;
	margin-top:10px; 
	border-top:none;
	}
	.bordertoponly
	{
border-top:1px solid #CCCCCC;
	}
	.centerColumn {
	padding: 0px;
	color:#333333;
	}


.leftBoxContainer {
padding:20px 0px 0px 0px;
	text-align:left;
	
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	}

	.sideBoxContent ul{
	font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#00009A;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
	}
.sideBoxContent ul li {
	font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#00009A;
	}
.sideBoxContent ul li a{
	font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#00009A;
	text-decoration: none;
		padding-left:10px;
	line-height:19px;
	}

.rightBoxHeading {
	height:25px;
	background-image:url(../images/zurv_arrivalsbg.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding-left:0px;
	/*width:200px;*/
	}
	.rightBoxHeading a {
	color:#FFFFFF;
	text-decoration:none;
	}
	.rightBoxHeading a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
/*
h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 
	*/



TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
	.centeredContent
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding-left:1px;
	}
	.inputtext
	{
	float:left;
	border:inset #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:110px;

	}
/*
#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: #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: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #FFFFCC;
	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;
	background:none;
	}
.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;
	}

/* started Code by George */

body {
background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#646464;
		background-image:url(../images/main_bg.gif);
background-repeat:repeat;
	}

#banner {
width:660px;
		height:181px;
	background-image:url(../images/cozy_bannerbg.jpg);
	background-repeat:no-repeat;
	float:left;
	}
	#logo {
	width:271px;
	height:181px;
	padding-left:0px;
	padding-right:0px;
	float:left;
	}
	#banner_right {
	
	 width:200px;
	float:right;
	text-align:left;
	padding-right:10px;
	margin-right:0px;
	
	}
	.headerphone
	{
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#FFFFFF;
	font-weight:bold;
	}
	.headerinfo
	{
	padding-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:normal;
	}
	#currency_seletion {
	width:200px;
	height:30px;
	
	overflow:hidden;
	padding-right:0px;
	margin-right:0px;
	}
	#navbar
	{
	width:100%;
	text-align:center;
	}
	#currency_seletion ul {
	width:140px;
	float:left;
	font-size:11px;
	padding:0px 10px 0px 25px;
	margin:0px;
	list-style:none;
	}
#currency_seletion ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	float:left;
	height:15px;
	margin-top:6px;
	padding:0px 5px 0px 5px;
	display:inline;
	list-style:none;
	border-right:solid 1px #fff;
	}
	#currency_seletion ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	}
		#currency_seletion ul li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	}
		#currency_seletion ul li a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	}
	#change_currency {
	/* width:177px; */
	width:195px;
	height:30px;
	padding-left:0px;
	float:left;
	margin:0px;
	}
	#lefty {
	float:left;
	margin:0px;
	}
	#currency {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	padding-top:7px;
	padding-left:2px;
	float:left;
	}	
	
#list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#026BFB;
	border:solid 1px #D4D5D6;
	width:80px;
	margin-top:5px;

	}
#layout {
	width:950px;
	background:none;
	padding-bottom:25px;
	}
	#go_home {
	width:118px;
	padding-left:25px;
	float:left;
	}
	#navright {
	width:231px;
	height:40px;
	float:right;
	background-image:url(../images/navright.gif);
	}
	
#home {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	float:left;
	display:inline;
	padding:12px 0px 0px 0px;
	}
	#home a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	float:left;
	display:inline;
	padding:0px 0px 0px 0px;
	}
#home a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	float:left;
	display:inline;
	padding:0px 0px 0px 0px;
	}
	#home a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	float:left;
	display:inline;
	padding:0px 0px 0px 0px;
	}
	.outertable
	{
	width:950px;
	padding:0px 10px 10px 10px;
	background-color:#EDBB3F;
	}
	.outercontent
	{
	vertical-align:top;
	background-color:#FFFFFF;
	
	}
	.innercontent
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left:25px;
	padding-right:10px;
	padding-top:25px;
	padding-bottom:25px;
	background-color:#FFFFFF;
	}
.squareseperator
{
background-image:url(../images/square.gif);
width:16px;
background-repeat:repeat-y;

}
.rightBoxContainer
{
float:left;
padding-top:25px;

}
.rightBoxContent {
/*width:188px;*/
	padding:10px 0px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*float:left;*/
	border:solid 1px #CCCCCC;
	text-align:left;
	border-top:none;
	}
.sideBoxContent ol{
/*list-style:url(../images/zurv_seller_bullets.gif);*/
list-style-image:url(../images/zurv_seller_bullets.gif);
padding:10px 0px 10px 10px;
margin:0px 0px 0px 5px;
text-align:left;
color:#000000;
}
.sideBoxContent ol a{
color:#000000;
}
.rightBoxContent img {
	margin:0px;
	padding:5px 0px 5px 8px; 
	}
.rightBoxContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2E2F31;
	padding:3px 0px 0px 5px;
	margin:0px;
	display:block;
	text-align:left;
	}
	
	.rightBoxContent a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#015EEA;
	}
.rightproducts
{
padding:10px 10px 10px 10px;
font-family:Arial, Helvetica, sans-serif;
color:#003399;
font-size:13px;
font-weight:bold;
width:140px;
text-align:center;
}
.rightproducts a
{
font-family:Arial, Helvetica, sans-serif;
color:#003399;
font-size:13px;
font-weight:bold;
}
.rightprice
{
padding-top:10px;
	color:#CD3005;
	font-weight:bold;
}
.dividerright
{
height:11px;
border-top:solid 1px #999999;
}
.leftBoxHeading
{

	/*float:left;*/
	/*width:190px;*/
	margin:0px 0px 0px 0px;
	/* background-image:url(../images/zurv_informationbg.gif);*/
	background-repeat:repeat-x;
	padding:0px 0px 0px 0px;
	font-weight:bold;

	
}
.leftBoxHeading h3 {

	padding:5px 0px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	}
	.leftBoxHeading h3 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	}
	.rightBoxHeading h3 {
	padding:0px 0px 0px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	line-height:25px;
	text-align:left;
	
	}
		.rightBoxHeading h3 a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	color:#fff;
	}
	.rightBoxHeading h3 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	color:#fff;
	}
	.rightBoxHeading h3 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	color:#fff;
	}
.leftBoxHeading ul {
padding:20px 0px 0px 0px;
	list-style:none;
	}
.leftBoxHeading li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000099;
	list-style:none;
	text-align:left;
	padding:20px 0px 0px 0px;
	line-height:25px;
	}
.rightgreen
{
	margin:0px 0px 0px 0px;
/*	background-image:url(../images/zurv_informationimg.gif);*/
	width:10px;
	height:25px;
	/*float:right;*/
	padding:0px 0px 0px 0px;
	background-repeat:no-repeat;
}
/*
#footer {
font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:1067px;
	height:206px;
	margin-top:30px;
	float:left;
	background-image:url(../images/zurv_dividerbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	}
#footer ul {
	width:1067px;
	float:left;
	text-align:left;
	list-style:none;
	margin:0px;
	padding-top:15px;
	}
#footer ul li {
	
	color:#0F69F5;
	list-style:none;
	display:inline;
	margin:0px;
	padding-left:4px;
	padding-right:4px;
	text-align:left;
	border-right:solid 1px #0F69F5;
	}
	*/
	.footertable
	{
width:100%;
	height:110px;
		background-color:#FFFFFF;
	}
	.legalCopyright
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	height:25px;
	}
		.legalCopyright a
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	height:25px;
	}
	.legalCopyright a:visited
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	height:25px;
	}
		.legalCopyright a:hover
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	height:25px;
	}
		
	.paddingtop
	{
	height:25px;
	background-color:#FFFFFF;
	}

	/*
	.footerimage
	{
	background-image:url(../images/zurv_dividerbg.gif);
	width:134px;
	height:49px;
	
	}
	*/
	
.footer
{
width:100%;
background-image:url(../images/fzj_footer_line.gif);
height:2px;
background-repeat:repeat-x;
padding:2px 0px 2px 25px;
}
.footerlink
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:0px 2px 0px 25px;
color:#1F71FC;
height:25px;
text-align:left;
}
.footerlink a
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:0px 2px 0px 2px;
color:#1F71FC;
}
.footerlink a:visited
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:0px 2px 0px 2px;
color:#1F71FC;
}
.footerlink a:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:0px 2px 0px 2px;
color:#FF0000;
text-decoration:none;
}
.footertabout
{
padding-top:15px;
}
.footerlinkout
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:0px 0px 0px 25px;
text-align:left;
color:#ffffff;
height:25px;
font-weight:bold;
}
.footerlinkout a
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:0px 2px 0px 2px;
color:#ffffff;

}
.footerlinkout a:visited
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:0px 2px 0px 2px;
color:#ffffff;
}
.footerlinkout a:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
padding:0px 2px 0px 2px;
color:#ffffff;
text-decoration:none;
}
.siteinfofooter
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width:100%;
height:96px;
padding:0px 0px 0px 0px;
background-image:url(../images/footer_bg.jpg);
}
.bottominfo
{
text-align:left;
font-size:12px;
color:#000000;
vertical-align:top;
padding-left:25px;
padding-right:25px;
}
.ad1
{
background-image:url(../images/ad1.gif);
background-repeat:no-repeat;
width:99px;
height:82px;
}
.ad2
{
background-image:url(../images/ad2.gif);
background-repeat:no-repeat;
width:173px;
height:53px;
}
.footerimage
{
height:49px;
background-repeat:no-repeat;
padding-right:2px;
vertical-align:top;
}
.boxheading
{
font:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
}
/*  Added newly for login section*/
.loginform
{
background-color:#2B80FF;
/*width:190px;*/
height:135px;
padding:0px 0px 0px 10px;
margin:0px 0px 0px 0px;
}	
	.inputstyle
	{
	/*float:left;*/
	border:inset #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:160px;
	

	}
	.logintext
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:left;
	margin-right:0px;
	padding-left:10px;
		
	}
	.greenfill
	{
	background-color:#01CC00;
	height:4px;
	/*width:200px;*/
	
	}
	.loginimage
	{

	padding-top:10px;
	margin:0px 0px 0px 0px;
float:left;

	}
	.loginlink
	{
	text-align:right;
	/*width:200px;*/
	}
	.loginlink a
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2B80FF;
	font-weight:bold;
	}
	.loginlink a:visited
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2B80FF;
	}
	.loginlink a:hover
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2B80FF;
	}

	#cart {
	margin-top:20px;
	/*width:200px;*/
	height:82px;
	background-image:url(../images/zurv_cartbg.gif);
	background-repeat:repeat-x;
		font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
		margin-top:0px;
	}
	#cartimage
	{
	width:67px;
	height:82px;
	background-image:url(../images/zurv_cartimg.gif);
	float:left;
	}
#itemtot{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#666;
	text-align:left;
	}
	.itemtext
	{
	margin-top:0px;
	text-align:left;
	padding-left:0px;
	}
	.checkouttext
	{
		font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2B80FF;
	line-height:25px;

	
	}
	.checkouttext a
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2B80FF;
	}
		.checkouttext a:visited
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2B80FF;
	}
	.checkouttext a:hover
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2B80FF;
	}
	/*  Added newly for login section eof */
	
hr {
  border_bottom: thin 1px #CCCCCC;
  height:20px;
}

/*  added for tabular display starts*/
.tab { 
	font-family:Arial, Helvetica, sans-serif
	font-size: 12px;
		font-weight:bold;
	width:150px;
	white-space: nowrap;
	text-align: center;
	line-height:24px;

	padding: 0px 10px 0px 10px;
	margin:0px 0px 0px 0px;

	cursor: pointer;
	}
.tabhold { 
width:150px;
	background-color: white;
	background-image:url(../images/tab_bg.gif);
	color: black;
	border:solid 1px #CCCCCC;
height:24px;
	background-repeat:repeat-x;
	}
.tabfocus { 

	background-color: #CCCCCC;
	background-image:url(../images/tab_bg_selected.gif);
	color: black;
border:solid 1px #CCCCCC;
border-bottom:none;
	height:24px;
	background-repeat:repeat-x;
	}
/*	.tabextra { 
	width:100%;
	background-color: white;
	color: black;
	border-bottom:solid 1px #CCCCCC;
height:24px;
	background-repeat:repeat-x;
	}*/
		.tabextra { 
width:100%;
	background-color: white;
	color: black;
	border-bottom:solid 1px #CCCCCC;
height:24px;
	}
			.tabextra1 { 
	width:100%-150px;
	background-color: white;
	color: black;
	border-bottom:solid 1px #CCCCCC;
height:24px;
	}
.tabcontent { 
	font-family: Arial, Helvetica, sans-serif-serif; 
	font-size: 12px;
	width: 100%;
background-color:#FFFFFF;
	border:solid 1px #CCCCCC;
	border-top:none;
	border-bottom:none;
	padding-left: 0px;
	text-align:left;
	margin-top:0px;
	padding-top:0px;
	
	
	
	


	}
	.innerdivtab
	{
	padding-top: 15px;
	padding-left:15px;
	padding-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	}
	.imagesouter
	{
	border:solid 1px #cccccc;
	width:590; 
	border-top:none;
	}
	.topseperator
	{
	width:588px;
	height:25px;
	border-right:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	}


	.blueline
	{
	background-color:#04CBFD;
	width:100%;
	height:4px;
	}
	.block
	 { 
	 height: 105px;
	  width: 105px; 
	 /* border: solid 1px #cccccc;*/
	   }
/*added for tabular display ends*/	
	.categoryIcon {
color:#999999;
font-size:20px;
font-weight:bold;
}
.categoryIcon a {
color:#999999;
font-size:20px;
font-weight:bold;
}
.categoryIcon a:hover {
color:#999999;
font-size:20px;
font-weight:bold;
}
.productGeneral
{
color:#002E98;
font-size:18px;
padding-bottom:10px;
}

.subtitle
{

height:2px;
margin-top:5px;
margin-bottom:25px;

}
.productcontents
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
font-weight:normal;

}
.productGeneralprice
{
color:#CD3005;
font-size:13px;
padding:10px;
font-weight:bold;
}
#cartAdd {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
text-align:left;

	}
	.boldblue {
	font-family:Arial, Helvetica, sans-serif;
	color:#002E98;
font-size:12px;
font-weight:bold;

	}
	.inputlowwidth
	{
	float:left;
	border:inset #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:60px;

	}
	.spacer
	{
padding-left:15px;
	}
	.productinfo
	{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:10px;
	
	}
	.productdetails
	{

	}
	.mainproductimage
	{
	padding:5px 5px 5px 5px;
	border:solid 1px #CCCCCC;
	}
	.productadded
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
	color:#000000;
	}

	.space
	{
	width:2px;
	}

.categoryImg {
			padding-top:20px;
color:#999999;
font-size:20px;
font-weight:bold;
}
.categoryImg a {
color:#999999;
font-size:20px;
font-weight:bold;
}
.categoryImg a:hover {
color:#999999;
font-size:20px;
font-weight:bold;
}
#sorter
{
padding:5px 5px 10px 0px;

}
#disp-order-sorter
{
width:120px;
}
.disp-order-sorter
{
width:120px;
}
.paging
{
border:#CCCCCC solid 1px;
height:12px;
width:19px;
line-height:12px;
vertical-align:middle;
text-align:center;
padding:5px 3px 5px 3px;
}
.currentpage
{

height:12px;
width:19px;
line-height:12px;
vertical-align:middle;
text-align:center;
padding:5px 3px 5px 3px;
}
.pagingbig
{
border:#CCCCCC solid 1px;
height:12px;
width:39px;
line-height:12px;
text-align:center;
padding:5px 3px 5px 3px;
}
.pagingbiger
{
border:#CCCCCC solid 1px;
height:12px;
width:69px;
line-height:12px;
text-align:center;
padding:5px 3px 5px 3px;
}
.pagingtext
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
padding-top:20px;
}
.pagingtext a
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;

color:#000000;
}
.pagingtext a:visited
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;

color:#000000;
}
.pagingtext a:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:underline;
color:#003366;
}

.pagingtexttop
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
padding-top:0px;
}
.pagingtexttop a
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;

color:#000000;
}
.pagingtexttop a:visited
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;

color:#000000;
}
.pagingtexttop a:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:underline;
color:#003366;
}
.attributedropdown
{
width:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
font-weight:normal;
margin-bottom:5px;
}
.switchedLabel,.attribsRadioButton
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
font-weight:normal;
}
.attribsSelect
{
	font-family:Arial, Helvetica, sans-serif;
	color:#002E98;
font-size:12px;
font-weight:bold;
}
.spamfilter
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	line-height:35px;


}
.ver_img
{
padding: 0;
	margin: 5px 0px 10px 10px;
	vertical-align:top;  
	border: 1px solid #005ABE; 

}
.imagecontinue
{
padding:0px 10px 8px 10px;
}