/*	
Main Lonsliar.com Style Sheet.

version: 2.1
author: Bryan Lademann
email: bryan@bryanlademann.com
website: http://Bryanlademann.com
-------------------------------------------------- 


	Table of Contents	
	---------------
		
		*	Reset.css
		*	Typography.css
				-	Headings
				-	Text Elements
		*	Navigation.css
				-	Top Nav
				-	Menu
		*	Layout
				-	Content
				-	Rightcontent
		*	Footer
		*	Forms



*/

@import "reset.css";	/* CSS Reset by Eric Meyer */
@import "typography.css";
@import "navigation.css";

html {background: #6B482E url(../images/bg-body.jpg) 0 130px repeat-x;}

	
body {
	display: block !important; /* FUOC Fix */
}

body {
	background: url(../images/head_bg.jpg) 0 1px repeat-x;
	font:  62.5%/1.8 Geneva, “Lucida Sans”, “Lucida Grande”, “Lucida Sans Unicode”, Verdana, sans-serif;
	color: #343434;
	}
			
html>body	{ /* Sets font size for IE6/7 */
	font-size:10px;
	}
	



/* =User Response
----------------------------- */

.messageStackWarning, 
.messageStackError, 
.messageStackSuccess, 
.messageStackCaution {
	margin:1em 0;
	padding: 1em;
	border: 1px solid #ff0000;
	}

.messageStackWarning, 
.messageStackError {
	color: #ff0000;
	}

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

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


/*--------------------*/


hr {
	height: 1px;
	margin-top: .9em;
	border: none;
	border-bottom: 1px solid #C8D0D0;
	}
	
	

.imgLink { text-align:center}
	
.productReviewLink {float:left; clear:both;}	
	
	
.productListing-even {background: #F1F3F3;}



 #navEZPagesTOC ul li a:hover,  #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #B60604;
	text-decoration: none;

	}
	

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


	
	
	
	
/*	=Layout

---------------------------------------------------------*/

/*wrappers - page or section containers*/
#mainWrapper {
	background: #fefefe url(../images/head_bg.jpg)  repeat-x;
	clear: both;
	max-width: 1210px;
	min-width: 780px;
	border-radius: 6px; 
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow:rgba(0,0,0,0.5) 0px 0px 24px; border-radius:12px;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	
	}


*html #mainWrapper,
*+html #mainWrapper {
	background-position: 0 0;
	}
	
	
	
/*  =Shell
------------------------------- */

#contentMainWrapper {
	background-color:#fefefe;
	clear: both;
	padding: 1.8em;
	margin: 1px 0 0;
	border: 1px solid #E3CDB5;
	border-width: 0 1px;
	
	}

/* ---- */


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

#headerWrapper { background: url(../images/head_bg.jpg) 0 1px repeat-x; }


#navOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: 0 auto;
	
	} 

	
	
#navColumnOneWrapper { margin-left: .9em;}
#navColumnTwoWrapper { margin-right: .9em;}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align: left;
	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;
	}
	

/*The main content classes*/
#contentColumnMain, 
#navColumnOne, 
#navColumnTwo, 
.centerBoxContents, 
.specialsListBoxContents, 
.categoryListBoxContents, 
.additionalImages, 
.centerBoxContentsSpecials, 
.centerBoxContentsAlsoPurch, 
.centerBoxContentsFeatured, 
.alert {
	vertical-align: top;
	}
		
.centerBoxContentsSpecials,  
.centerBoxContentsAlsoPurch, 
.centerBoxContentsFeatured, 
.centerBoxContentsNew, 
.categoryListBoxContents,
.centerBoxContentsAlsoPurch {
	background: inherit;
	background: #fff;
	text-align: center;
	border: 1px solid #e6e6e6;
	display:inline;
	width: 150px;
	padding: .9em .9em 0;
	min-height: 300px;
	float: left;
	margin: 0 0 1.8em 1.8em;
	}
.categoryListBoxContents{
	border: none; 
	}
	.centerBoxContentsSpecials p,  
	.centerBoxContentsAlsoPurch p, 
	.centerBoxContentsFeatured p, 
	.centerBoxContentsNew p, 
	.categoryListBoxContents p,
	.centerBoxContentsAlsoPurch p{
		text-align: center;
		margin-top: .9em;
		}
	.centerBoxWrapper img { margin-bottom: 1.8em; }
	.centerBoxWrapper a {
			text-transform: uppercase;
			font-size: 11px;
			}
	
	

.centerBoxContentsSpecials a,  
.centerBoxContentsAlsoPurch a, 
.centerBoxContentsFeatured a, 
.centerBoxContentsNew a, 
.categoryListBoxContents a {
	line-height: 1.2;
	font-weight: 700
	}

/*list box contents*/
.centerBoxContents, 
.specialsListBoxContents, 
.additionalImages  {
	display: inline;
	float: left;
	margin: 0 0 1.8em 1.8em;	
	}
	
	


#categoryImgListing {
	margin: 0 1em;
	padding: 0 8px;
	float: left;
	}

#categoryImg {
	margin: 0 1em;
	padding: 0 8px;
	float:left;
	}
	
#sorter {
	padding: 10px 0;
	}
	
	

div#indexCategoriesHeading {
	border-bottom: 1px solid #ddd;
	}
	

.checkoutSuccessMainContent {margin:0; padding:0;}


/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}
	
#productDescription p	{
	clear: both;
	width: 35em;
	margin:0 0 1em 0;
	font-size: 1.1em;
	}


	
#productDescription ul { padding: 0 20px; }
#productDescription ul li { padding: 0 0 1em 0; list-style:disc;}
	
	
.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: 700;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.9em 0.9em;
	}

.smallText, #siteinfo, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
	
#siteinfoLegal {
	margin: 0.5em;
	padding: 0.5em;
	text-align:center;
	color: #ddd;
	}
	 
#siteinfoLegal a {color: #ddd}
 

/*Shopping Cart Display*/



#e6e6e6 {
	display: inline;
	}
	
	
#product-image {
	display: inline;
	padding: 1em 2em;
	}
	

#cartAdd {
	float: left;
	text-align: left;
	margin: 0;
	border: 1px solid #e6e6e6;
	padding:1em;
	background: #F1F3F3;
	}
 th {
	border-bottom: 1px solid #9a9a9a;
	padding: .9em;
	font-weight: 700;
	}
	th a:hover { color: #C60}

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

#cartSubTotal {
	border-top: 1px solid #C8D0D0;
	font-weight: 700;
	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 {
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

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

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

.cartBoxTotal {
	font-weight: 700;
	}

.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;
	color:#999;
	
	}
	
	
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale {
	color: #CC6600;

	}
	
	.productPriceDiscount {	
	color: #65971D;

	}

.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: 700;
	}

.totalBox {
	width: 5.5em;
	padding: 0.2em;
	}

.lineTitle, .amount {
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

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

.categoryIcon {
margin: 0em 0 1em 0;
}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}
	
.centerBoxWrapper {
	background-color:#F1F3F3;
	border:1px solid #e6e6e6;
	border-top:none;
	height: 1%;
	margin: 1.8em 0;
	border-radius: 6px; 
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}

/*sideboxes*/


#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}




.leftBoxHeading,  
.rightBoxHeading {
	margin: 0em;
	background: url(../images/header2.png) no-repeat; ;
	padding: 1em .2em 0;
	text-align:center;
	text-transform:uppercase;
	height:30px;
	overflow:hidden;

	}
	 
 .leftBoxHeading a:link, .leftBoxHeading a:visited, .rightBoxHeading a:link, rightBoxHeading a:visited {
 margin: -0.5em -0.2em;
 padding: 0.4em 0.1em;
 color: #fff;
 display:block; 
 text-decoration: none;
 }
 
 .leftBoxHeading a:hover, .leftBoxHeading a:visited:hover, .rightBoxHeading a:hover, rightBoxHeading a:visited:hover {
 text-decoration: none;
 }
 
 
	
	 /**/
	 
.centerBoxHeading 	{
	margin: 0em;
	background-color: #90d5cf;
	color: #2E6B67;
	padding: 0.5em 0.2em;
	text-align:center;
	display:block;
	margin-bottom: 1.4em;
	border-radius-topleft: 6px; 
	border-radius-topright: 6px;
	-moz-border-top-left-radius: 6px; 
	-moz-border-top-right-radius: 6px; 
	-webkit-border-top-left-radius: 6px; 
	-webkit-border-top-right-radius: 6px; 
	}

.leftBoxContainer, 
.rightBoxContainer {
	margin: .9em 0;
	background-color: #fefefe;
	overflow:hidden;
	}
	
.sideBoxContent {
	background-color: #fefefe;
	padding: 0px 10px 20px 10px;
	margin: 0;
	background: url(../images/footerbg2.png) no-repeat bottom;
	} 
	
	
.sideBoxContent ul	{margin:0; padding:0; }
.sideBoxContent li	{margin: .02em 0 0 0px; padding: 0; list-style:none;}	
 
	
.sideBoxContent a:link  { border-bottom: none}
.sideBoxContent a:hover { text-decoration: underline; }
.sideBoxContent a:hover.category-top { border-bottom: none; }
img.sideBoxContent a:hover{ border-bottom: none; }	
	
	
		
.catBoxDivider	{
	margin: .5em 0;
	padding: .5em 0;
	}


.rightBoxHeading a:link, .leftBoxHeading a:link, .centerBoxHeading a:link, .rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
text-decoration: underline;
	}

.rightBoxHeading a:visited:hover, .leftBoxHeading a:visited:hover, .centerBoxHeading a:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

#contentColumnMain,
th, 
#cartEmptyText, 
#cartBoxGVButton, 
#cartBoxEmpty, 
#cartBoxVoucherBalance,  
#navEZPageNextPrev, 
#bannerOne, 
#bannerTwo, 
#bannerThree, 
#bannerFour, 
#bannerFive, 
#bannerSix, 
#siteinfoCredits, 
#siteinfoStatus, 
#siteinfoIP, 
#cartBoxGVBalance,  
#navCatTabsWrapper,
label#textAreaReviews, 
#productMainImage, 
#reviewsInfoDefaultProductImage, 
#productReviewsDefaultProductImage, 
#reviewWriteMainImage, 
.center, 
.cartRemoveItemDisplay, 
.cartQuantityUpdate, 
.cartQuantity, 
.cartTotalsDisplay, 
.centerBoxContents,   
.additionalImages, 
.centerBoxContentsSpecials, 
.centerBoxContentsAlsoPurch, 
.centerBoxContentsFeatured, 
.gvBal, 
.attribImg, 
.centerBoxContentsNew,  
.leftBoxHeading, 
.centerBoxHeading, 
.rightBoxHeading, 
.categoryListBoxContents, 
.accountQuantityDisplay,  
.ratingRow  {
	}
	
	.productListing-data {
		margin:1em;
		padding: 1em;
		}
	
	
#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: center;
	}

#upDateHeading {	}



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

#shoppingCartDefault #PPECbutton {
	float: right;
	}

.forward {float: right}



tr.rowOdd {
	
	background-color: #f9f9f9;
	padding:.05em;
	}
	
tr.rowOdd td, tr.rowEven td  {
	padding:.5em 1em  ;
	}

tr.rowEven {

	background-color: #fffffd;
	padding: .05em;
	}
	
	

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

CAPTION {
	/*display: none;*/
	}

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

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

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

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

.productListing-rowheading, .productListing-rowheading  {
	background-color: #1e938b;
	height: 2em;
	color: #FFFFFF;
	margin:0 10px;
	}
	
	a.productListing-heading, a.productListing-heading:visited {	
	color: #ffffff;		
	}
	
	a.productListing-heading:hover, a.productListing-heading:visited:hover {	
	color: #DAF1EF;		
	text-decoration: underline;
	}
	

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

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


#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background: #F1F3F3;
	margin: 20px;
	background-image: none;
	}




/*#home { background-image: url(../images/icons/0182_2.png) top left no-repeat: padding-left:16px;}*/

#cartsummaryHeading	{ font-size: 90%;}

#whatsnewContent, 
#featuredContent  {
text-align:center;
}

.centeredContent {text-align:center;}



/*- - - - - - - - - -*/


#logo {
	display: inline;
	float:left;
	margin: 1px 0;
}

#checkout {
	background: url(../../../../includes/templates/classic/images/icons/0033_bala.png) right 0 no-repeat;
	color: #E9612F;
	font-weight: 700;
	padding-right: 15px;
	}
	
	
.specials, 
.bestsellers {text-align:center; }

	
/*- - - - - - - - - -*/	


/* --------------------------

Pretty photo

---------------------------*/

div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_middle{background:#fff}div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_content{background-color:#fff}div.light_rounded .pp_content a.pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_middle{background:#fff}div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.light_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_content a.pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .currentTextHolder{color:#c4c4c4}div.dark_rounded  p.pp_description{color:#fff}div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_top .pp_left,div.dark_square .pp_top .pp_middle,div.dark_square .pp_top .pp_right,div.dark_square .pp_bottom .pp_left,div.dark_square .pp_bottom .pp_middle,div.dark_square .pp_bottom .pp_right,div.dark_square .pp_content{background:url(../images/prettyPhoto/dark_square/contentPattern.png) top left repeat}div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_square  p.pp_description{color:#fff}div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_content a.pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_content a.pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_content a.pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_content a.pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_content a.pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_square .pp_content a.pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_content a.pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_top .pp_left,div.light_square .pp_top .pp_middle,div.light_square .pp_top .pp_right,div.light_square .pp_bottom .pp_left,div.light_square .pp_bottom .pp_middle,div.light_square .pp_bottom .pp_right,div.light_square .pp_content{background:#fff}div.light_square .pp_content a.pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_content a.pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_content a.pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_content a.pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_content a.pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_square .pp_content a.pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_content a.pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;position:absolute;top:0;left:0;z-index:9500;width:100%}div.pp_pic_holder{position:absolute;z-index:10000;width:100px}div.pp_pic_holder .pp_top{position:relative;height:20px}* html div.pp_pic_holder .pp_top{padding:0 20px}div.pp_pic_holder .pp_top .pp_left{position:absolute;left:0;width:20px;height:20px}div.pp_pic_holder .pp_top .pp_middle{position:absolute;left:20px;right:20px;height:20px}* html div.pp_pic_holder .pp_top .pp_middle{position:static;left:0}div.pp_pic_holder .pp_top .pp_right{position:absolute;top:0;left:auto;right:0;width:20px;height:20px}div.pp_pic_holder .pp_content{position:relative;text-align:left;width:100%;height:40px}div.pp_pic_holder .pp_content .pp_details{display:none;margin:10px 15px 2px 20px}div.pp_pic_holder .pp_content .pp_details p.pp_description{display:none;float:left;margin:0}div.pp_pic_holder .pp_content .pp_details .pp_nav{float:left;margin:3px 0 0 0}div.pp_pic_holder .pp_content .pp_details .pp_nav p{float:left;margin:2px 4px}div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_previous,div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_next{float:left;display:block;width:14px;height:15px;overflow:hidden;text-indent:-10000px;margin-top:3px}div.pp_pic_holder .pp_content div.pp_hoverContainer{position:absolute;z-index:2000;top:0;left:0;width:100%}div.pp_pic_holder .pp_content a.pp_next{display:block;float:right;text-indent:-10000px;width:49%;height:100%;background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat}div.pp_pic_holder .pp_content a.pp_previous{display:block;float:left;text-indent:-10000px;width:49%;height:100%;background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat}div.pp_pic_holder .pp_content a.pp_expand,div.pp_pic_holder .pp_content a.pp_contract{position:absolute;z-index:20000;top:10px;right:30px;cursor:pointer;display:none;text-indent:-10000px;width:20px;height:20px}div.pp_pic_holder .pp_content a.pp_close{float:right;display:block;text-indent:-10000px}div.pp_pic_holder .pp_bottom{position:relative;height:20px}* html div.pp_pic_holder .pp_bottom{padding:0 20px}div.pp_pic_holder .pp_bottom .pp_left{position:absolute;left:0;width:20px;height:20px}div.pp_pic_holder .pp_bottom .pp_middle{position:absolute;left:20px;right:20px;height:20px}* html div.pp_pic_holder .pp_bottom .pp_middle{position:static;left:0}div.pp_pic_holder .pp_bottom .pp_right{position:absolute;top:0;left:auto;right:0;width:20px;height:20px}div.pp_pic_holder .pp_loaderIcon{display:none;position:absolute;top:50%;left:50%;margin:-12px 0 0 -12px;width:24px;height:24px}div.pp_pic_holder #pp_full_res{display:block;margin:0 auto;width:100%;text-align:center}div.pp_pic_holder #pp_full_res object,div.pp_pic_holder #pp_full_res embed{visibility:hidden}div.ppt{display:none;position:absolute;top:0;left:0;z-index:9999;color:#fff;font-size:17px}





/*	=Form
-------------------------------------------------- */

form	{
	/*background: #A5A88E;*/
	/*-webkit-border-radius: 6px;*/
	/*-moz-border-radius: 6px;*/
	/*padding: 1em*/
	}
	

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

fieldset {
	background: #F1F3F3;
	padding: 1.8em 20px;
	margin: 1.8em 0;
	border: 1px solid #C8D0D0;
	position:relative;
	}
*+html fieldset  {margin: 3.6em 0;}

legend {
	background: #19958B;
	font-weight: 700;
	padding: 0.2em .4em;
	color: #fff;
	border: 1px solid #2E6B66;
	position: absolute;
	left: 20px;    
	top: -1.8em; 
	}
	


form ol li {
	clear: both;
	display: block;
	float: left;
	margin-bottom: .9em;
	}
	
	form ol#login li.f-3 input {
		margin-left: 120px;
		}
	
form p {
	margin:0;
	padding:0;
	}
	
	
fieldset label	{
	display: block;
	float: left;
	width: 120px;
	font-size: 11px;
	}
	

fieldset input {
	float: left;
	}
	
	fieldset input.text {
		padding: .4em .6em;
		border: 1px solid #C8D0D0;
		width: 160px;
		}
	fieldset input.radio {
		display: block;
		clear: left;
		float: left;
		}


	
	
textarea {
	padding: 0.7em;
	color: #444;
	width: 303px;
	font: 1.2em/1.5 Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	background:#fff;
	height: 10.1em;
	}
	

	






/* ---------------------------

Zencart default form elements 

-----------------------------*/


LABEL.checkboxLabel, LABEL.radioButtonLabel {
	}
LABEL.inputLabel {
	}

LABEL.inputLabelPayment {
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	}

#checkoutPayment LABEL.radioButtonLabel {
	}
LABEL#textAreaReviews {
	}
	
	
	
	


  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  