/* /////////////////////////////////
	Lujo CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */

/* reset whitespace */
* { 
	margin:0;
	padding:0;
}
.spacer{
	font-size:0;
	line-height:0;
	clear:both;
}
.smallTxt{
	width:540px;
}
.homesubHeading{
	margin-top:50px;
}
/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body {
	font: normal 12px "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana;
	color: #333;
	background: #fff url('../i/bg.jpg') repeat center top;
	line-height: 18px;
}

#wrapper {
	border-top: solid 3px #a63f21;

}

.center {
	width: 960px;
	margin: 0 auto;
	position:relative;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}

.divider {
	clear: both; 
	height: 4px; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
	margin: 0 0 0 -40px;
	padding: 0;
	background: transparent url('../i/divider.gif') no-repeat left top;
}

.hidden {
	display: none;
}
#content .mainCol{
	width: 740px;
	padding: 0 0 0 40px;
	overflow: hidden;
}
/*.mainCol, body.home #content .mainCol {
	width: 740px;
	padding: 0 0 0 40px;
	overflow: hidden;
}*/

.sideCol {
	width: 180px;
}

.rightCol {
	width: 160px;
	float: right;
	margin: 30px 0 22px 40px;
}

.half {
	width: 350px;
	padding-right: 20px;
}

/* /////////////////////////////////
	BASIC TEXT
///////////////////////////////// */


h1 {
	font: normal 32px/40px "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana;
	color: #333;
	letter-spacing: -1px;

}

h1.fill {
	margin: 18px 0 0 -40px;
	padding: 16px 0 16px 40px;
	background: transparent url('../i/divider.gif') repeat-y left top;
}

h2 {
	font: normal 20px "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana;
	color: #333;
	margin: 18px 0 14px 0;
	line-height: 24px;
}

h2.homepage {
	font-size: 18px;
}

h2.lineTop {
	margin: 28px 0 14px -40px;
	padding: 24px 0 0 40px;
	background: transparent url('../i/divider.gif') no-repeat left top;
}

h3 {
	font-size: 11px;
	text-transform: uppercase;
	color: #92836e;
	font-weight: normal;
	margin: 0 0 6px 0;
}

h4 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 -8px 0;
}

p, ul, ol {
	margin: 14px 0px 14px 0px;
}

ul {
	list-style-type: none;
}

ul.bullets {
	list-style-type: disc;
	margin-left: 40px;
}

ul.bullets li ul {
	list-style-type: circle;
	margin-left: 40px;
}

.validation-advice {
	color: red;
}

del.strikeprice {
	margin-right: 10px;
	text-decoration: line-through;
}

/* /////////////////////////////////
	DEFAULT LINKS
///////////////////////////////// */

a img { border: none }

a:link,
a:visited {
	color: #8c2406;
	text-decoration: none;
}

a:hover {
	color: #4e1100;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a.button:link,
a.button:visited {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 20px;
	overflow: hidden;
	text-indent: -5000px;
}

a.button:hover {
	background-position: left -20px;
}

a.box:link,
a.box:visited {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 167px;
	height: 81px;
	overflow: hidden;
	text-indent: -5000px;
	margin:0 auto 5px ;
}

a.box:hover {
	background-position: left -81px;
}

a.plus:link,
a.plus:visited {
	background: transparent url('../i/icon-plus.gif') no-repeat right center;
	padding-right: 16px;
}

a.plus:link strong,
a.plus:visited strong {
    font-family: arial;
}

a.plus:hover {
	padding-right: 17px;
}

a.pdf:link,
a.pdf:visited {
	background: transparent url('../i/icon-pdf.gif') no-repeat right center;
	padding-right: 28px;
}

a.pdf:hover {
	padding-right: 29px;
}

a.top:link,
a.top:visited {
	background: transparent url('../i/icon-top.gif') no-repeat left 4px;
	padding-left: 16px;
	margin-top: 15px;
}

a.top:hover {
	background-position: left 3px;
}

p.old-price {
	text-decoration: line-through;
	margin-bottom: 0px;
}

p.special-price {
	color: red;
	font-weight: bold;
	padding-left: 130px;
	margin-top: 0px;
}

.redBold {
	color: red;
	font-weight: bold;
}

.strikeout {
	text-decoration: line-through;
}


/* /////////////////////////////////
	HEADER
///////////////////////////////// */

#header {
	height: 114px;
	background: transparent url('../i/bg-header.jpg') no-repeat center top;
}


#logo {
	display: block;
	width: 108px;
	height: 68px;
	overflow: hidden;
	background: transparent url('../i/lujo.gif') no-repeat left top;
	text-indent: -5000px;
	margin: 33px 0 0 28px;
	float: left;
}

#h1-home {
	display: block;
	width: 387px;
	height: 150px;
	overflow: hidden;
	background: transparent url('../i/h1-home.png') no-repeat left top;
	text-indent: -5000px;
	margin: 44px 0 0 0;
	left: 0;
}

/* /////////////////////////////////
	NAV
///////////////////////////////// */

ul#nav {
	float: left;
	margin: 70px 0 0 0;
	]margin: 70px 0 0 40px;
	list-style-type: none;
}

ul#nav li {
	display: inline;
	margin-right: 16px;
}

ul#nav li a:link,
ul#nav li a:visited {
	color: #92836e;
}

ul#nav li a:hover {
	color: #665846;
}

ul#nav li a.current,
ul#nav li a.current {
	color: #000;
}
ul.links{
	margin:10px 0 0 0;
}
.phone{
	background:url('../i/tel-icon.png')  0 0 no-repeat ;
	height:28px;
	padding:0 0 0 32px;
	font:normal 20px/28px Museo Sans, Georgia, "Times New Roman", Times, serif;
	color:#221f20;
	margin-bottom:23px;
}
.mycart{
	background:url('../i/cart_icon.png')  0 0 no-repeat ;
	padding:0 0 0 32px;
	height:28px;
}
.mycart a{
	color:#92836e;
	font:normal 11px/35px "lucida grande", Arial;
	float:left;
}
.mycart a span.price{ font-size:11px!important; padding-right:0!important;}
.mycart a span{ font-size:10px; padding-right:2px;}
.cart_btn{
	display:block;
	background:url('../i/cart_btn.png')  0 0 no-repeat ;
	width:66px;
	height:19px;
	text-indent:-200000px;
	margin:7px 0 0 2px;
}
.quick-access{
	float:right;
	position:relative;

}

/* /////////////////////////////////
	BANNER 
///////////////////////////////// */

#banner {
	background: #000;
	height: 311px;
	width: 100%;
	overflow: hidden;
}

#banner .center {
	position: relative;
	height: 311px;
}

#titleBar {
	background: #000 url('../i/bg-titlebar.jpg') no-repeat center top;
	height: 110px;
	width: 100%;
	overflow: hidden;
}

#titleBar .center {
	position: relative;
	height: 110px;
	overflow: hidden;
	padding-left: 220px;
	width: 740px;
}

#titleBar .breadcrumb {
	color: #555;
	margin: 20px 0 0 0;
}

#titleBar .breadcrumb a:link,
#titleBar .breadcrumb a:visited {
	color: #555;
}

#titleBar .breadcrumb a:hover {
	color: #999;
}

#titleBar h1 {
	color: #fff;
	margin: 6px 0 0 0;
	position: relative;
	left: -2px;
	float:left;
	font-size:26px;
}

#tabProducts {
	width: 180px;
	height: 30px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/red-products.png') no-repeat left top;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
}
h4.leftwhyshophead{
	background: transparent url('../i/whyshop_head.gif') no-repeat left top;
	width: 180px;
	height: 30px;
	margin:15px 0 0 0;
}
#scroller object{ position:relative;
z-index:0;}
#slides {
	height: 311px;
	width: 2880px; 
	]width: 780px; 
	overflow: hidden; 
	position: absolute; 
	top:0; 
	left:-960px; 
	padding-left: 960px;
	z-index:0;
}

#slides ul {
	width: 10000px; /* this number must be greater than the width of all slides combined */
	margin: 0;
	height: 311px;
}

#slides ul li {
	height: 311px;
	float: left;
}

#slides ul li img {
	display: block;
}

#slidesNav {
	height: 10px;
	position: absolute;
	right: 215px;
	bottom: 16px;
}

#slidesNav a:link,
#slidesNav a:visited {
	display: block;
	float: left;
	margin-right: 2px;
	width: 10px;
	height: 10px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/slides-nav.png') no-repeat left top;
}

#slidesNav a.current:link,
#slidesNav a.current:visited {
	background-position: left -10px;
}

/* /////////////////////////////////
	SIDE BAR
///////////////////////////////// */

#productNav {
	margin: 0;
	background: #fff url('../i/bg-product-nav.gif') repeat-y left top;
	padding: 5px 0;
}
.leftwhyshop{
	margin: 0;
	background: #fff url('../i/bg-product-nav.gif') repeat-y left top;
}

#productNav li  {
	display: block;
	height: 30px;
	background: transparent url('../i/bg-product-nav-li.gif') no-repeat left top;	
	overflow: hidden;
}
#productNav li.last span, .leftwhyshop li.last span{
	color:#000;
}

#productNav li.first, .leftwhyshop li.first {
	background: none;
}

#productNav a:link,
#productNav a:visited {
	display: block;
	width: 150px;
	height: 30px;
	/*line-height: 32px;*/
	padding: 0 15px;
	overflow: hidden;
	font-weight: bold;
	font-family: arial;
	line-height: 34px;
}
.leftwhyshop li{
	height: auto;
	background: transparent url('../i/bg-product-nav-li.gif') no-repeat left top;	
}
.leftwhyshop  a{
	display: block;
	width: 150px;
	height: auto;
	/*line-height: 32px;*/
	padding: 8px 15px;
	overflow: hidden;
	font-weight: bold;
	font-family: arial;
	color:#8C2406;
}

#productNav a:hover , .leftwhyshop li a:hover{
	color: #4e1100;
}

#productNav li.active a:link,
#productNav li.active a:visited,
#productNav li.active a:hover, .leftwhyshop li li.active  a:link, .leftwhyshop li li.active  a:visited, .leftwhyshop li li.active a:hover{
	color: #000;
	font-weight: bold;
	background: transparent url('../i/bg-product-nav-current.gif') no-repeat right 7px;
}

#cartBox {
	width: 160px;
	height: 94px;
	background: transparent url('../i/bg-cart.gif') no-repeat left center;
	padding: 1px 0 0 0;
	margin: 15px 0;
}

#cartBox p {
	font-size: 11px;
	line-height: 16px;
	margin: 18px 0 8px 0;
	padding-left: 54px;
}

#cartBox p .price {
	color: #92836e;
}

#btn-checkout:link,
#btn-checkout:visited {
	width: 76px;
	background-image: url('../i/btn-view-cart.gif');
	margin-left: 15px;
}

#box-fabric-samples:link,
#box-fabric-samples:visited {
	background-image: url('../i/order_fabric.gif');
}

#box-requestBrochure:link,
#box-requestBrochure:visited {
	background-image: url('../i/box-request-brochure.gif');
}

#box-nzMade:link,
#box-nzMade:visited {
	background-image: url('../i/box-nz-made.gif');
}

#box-guarantee:link,
#box-guarantee:visited {
	background-image: url('../i/box-guarantee.gif');
	height: 78px;
}

#box-guarantee:hover {
	background-position: left -78px;
}

#box-warranty:link,
#box-warranty:visited {
	background-image: url('../i/box-warranty.gif');
}

#box-facebook:link,
#box-facebook:visited {
	background-image: url('../i/box-facebook.gif');
}

#partners {
	margin: 0;
}

#partners img {
	display: none;
}

#partners img.first {
	display: block;
}


/* /////////////////////////////////
	CONTENT 
///////////////////////////////// */

#content {
	background: transparent url('../i/bg-content.jpg') repeat-y center top;
	height: 1%;
	/*overflow: hidden;*/
	padding: 0;
}

#contentBottom {
	clear: both;
	background: transparent url('../i/bg-content-bottom.jpg') no-repeat center bottom;
	height: 90px;
}

#content .mainCol {
	padding-top:15px;
}

.fill {
	background: #f6f4f3 url('../i/divider.gif') repeat-y right top;
	padding: 8px 30px 16px 30px;
}

.popup-box {
	padding: 0 18px 12px 18px;
	width: 800px;
}

.popup-400, .popup-care {
	padding: 0 18px 12px 18px;
	width: 400px;
}

.popup-care td.images {
	text-align: center;
	width: 100px;
	padding-right: 40px;
}

.faqQ {
	margin: 18px 0 24px 0;
}

.faqQ li {
	margin-bottom: 3px;
}

.faqA {
	margin: 0 0 18px -40px;
}

.faqA li {
	margin: 0;
	padding: 12px 0 12px 40px;
	background: transparent url('../i/divider.gif') no-repeat left top;
}

.faqA li.first {
	background: none;
	padding-top: 8px;
}

a.top:link,
a.top:visited {
	float: right;
}

span.where {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #92836e;
}

span.phoneNum {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

/* /////////////////////////////////
	PRODUCT GRID
///////////////////////////////// */

.productGrid {
	margin: 5px 0 22px -5px;
	height: 1%;
	overflow: hidden;
	/*clear:both;*/

}
.add .product-image{	padding:10px 0 0 0 !important;}
.productGrid .product-image{ padding:5px 0 0 0;}
.add h4{ font-size:12px; text-transform:none; letter-spacing:0; padding-left:2px;}
.add li{
	background:url(../i/bg-product-grid-large.gif) 0 0 no-repeat!important;
	height:230px!important;
}
.productGrid li {
	width: 230px;
	height: 235px;
	padding: 0 8px 0 5px;
	float: left;
	margin: 0 2px 2px 0;
	background: transparent url('../i/bg-product-grid.gif') no-repeat left top;
}

body.cms-home .productGrid li {
	height: 201px;
	width: 240px;
	margin: 0 2px 2px 0;
	padding: 5px 8px 8px 5px;
}

/*.productGrid li .price{
	color: #A63F21;
    height: 30px;
    line-height: 32px;
    padding-left: 2px;
	clear:both;
}*/
.smallGrid {
	width: 748px;
	margin-right: -5px;
}

.smallGrid li {
	width: 173px;
	height: 152px;
	margin-right: 1px;
	background: transparent url('../i/bg-product-grid-small.gif') no-repeat left top;
}

.productGrid li a:link,
.productGrid li a:visited {
	display: block;
	width: 230px;
	height: 164px;
}

.productGrid img {
	display: block;
}

.productGrid .name {

	height: 30px;

	padding-left: 5px;
	line-height: 32px;
	color:#A63F21;
	display:block;
}

.productGrid a:hover .name {
	color: #4e1100;
}

.productGrid a:hover img {
	opacity: .75;
	filter: alpha(opacity=75);
}

.productGrid li.quote {
	width: 185px;
	padding: 25px 8px 8px 50px;
	float: left;
	margin: 0 2px 2px 0;
	background: transparent url('../i/quote.gif') no-repeat 20px 20px;
}

.productGrid li.quote h2 {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

/*.productGrid li.quote h2.small {
    font-size: 14px;
    line-height: 20px;
}*/

.quote p {
	display: block;
	line-height: 18px;
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0;
	margin: 8px 0 0 0;
	width:auto!important;
}
.testimonials{
		background: transparent url('../i/quote.gif') no-repeat 0 0;
		padding:10px 0 0 30px;
		font:normal 13px/20px "Lucida Grande", "Lucida Sans Unicode",  sans-serif;
		margin-bottom:30px;
		clear:both;
}
.testimonials font{
	font:normal 10px/15px  "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color:#666666;
	text-transform:uppercase;
	display:block;
	margin:10px;
}
/* /////////////////////////////////
	PRODUCT DETAIL
///////////////////////////////// */

.prodDetail {
	width: 340px;
	float: left;
	margin: 0 0 0 -40px;
	padding-left: 40px;
	display: inline;
}

.specs li {
	color: #7a6b57;
	margin-bottom: 8px;
}

.specs li strong {
	color: #333;
	font-family: arial;
}

.specs li a:link,
.specs li a:visited {
	color: #7a6b57;
}

.specs li a:hover {
	color: #8c2406;
}

div.quote {
	padding: 2px 8px 8px 24px;
	background:  url('../i/quote2.gif') no-repeat 0px 0px;
	margin: 24px 0 18px -24px;
}
.prodImg div.quote {
	padding: 24px 8px 18px 24px;
	background: #fff  url('../i/quote2.gif') no-repeat  0 24px;
	margin:0;

}

div.quote h2 {
	margin: 0;
}

div.quote .name {
	display: block;
	line-height: 18px;
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0;
	margin: 8px 0 0 0;
}

.prodImg {
	width: 373px;
	float: right;
	background: transparent url('../i/bg-prod-img.gif') repeat-y left top;
	padding: 0;
	margin: 16px 0 0 0;
}

#slideshowWrap {
	background: transparent url('../i/bg-prod-img-top.gif') no-repeat left top;
	padding: 5px 8px 0 5px;
	height: 256px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#btn-slideshow:link,
#btn-slideshow:visited {
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/btn-slideshow.gif') no-repeat left top;
	position: absolute;
	top: 5px;
	right: 8px;
	z-index: 100;
}

#btn-slideshow:hover {
	background-position: left -24px;
}

#slideshow {
	height: 256px;
	position: relative;
	z-index: 2;
	padding: 0;
	overflow: hidden;
}

#slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

#slideshow img {
	display: block;
}

#caption {
	background: #bcaa92 url('../i/bg-prod-img-capt3.gif') repeat-x left top;
	height: 28px;
	color: #333333;
	margin: 0 8px 0 5px;
	position: relative;
}

#caption span.image-caption {
	display: block;
	position: absolute;
	width: 320px;
	padding: 0 20px;
	height: 28px;
	line-height: 28px;
	text-align: right;
	top: 0;
	left: 0;
}

#thumbs {
	background: transparent url('../i/bg-prod-img-bot.gif') no-repeat left bottom;
	padding: 0 8px 8px 25px;
	height: 1%;
	overflow: hidden;
}

#thumbs h4 {
	font-size: 11px;
	margin: 0 0 0 -20px;
	padding: 14px 20px 0 20px;
	color: #a63f21;
}

#thumbs h4.topLine {
	border-top: solid 1px #e4dcd2;
	background: transparent url('../i/bg-thumbs-section.gif') repeat-x left top;
	overflow:hidden;
	
}
#thumbs h4.topLine span{ float:left; padding-top:5px;}

ul.thumbs,
ul.vidthumbs {
	clear: both;
	margin: 12px 0 8px 0;
	padding: 0;
	height: 1%;
	overflow: hidden;
}

ul.thumbs li,
ul.vidthumbs li {
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	list-style: none;
}

a.thumb {
	display: block;
	border: 1px solid #efe9e1;
}

a.thumb:hover {
	border-color: #dcd1c3;
}

ul.thumbs li.selected a.thumb {
	border-color: #000;
}

a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}

#extras {
	background: #fff;
	padding: 20px 0 20px 25px;
	height: 1%;
	overflow: hidden;
}

#box-swatches:link,
#box-swatches:visited {
	display: block;
	float: left;
	height: 43px;
	width: 160px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/box-swatches.gif') no-repeat left top;
	margin-right: 30px;
}

#box-swatches:hover {
	background-position: left -43px;
}

#box-slideshow:link,
#box-slideshow:visited {
	display: block;
	float: left;
	height: 43px;
	width: 129px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/box-slideshow.gif') no-repeat left top;
}

#box-slideshow:hover {
	background-position: left -43px;
}


/* /////////////////////////////////
	FORMS
///////////////////////////////// */

fieldset {
 	border: 0;
}

fieldset.left,
fieldset.right {
	width: 260px;
}

fieldset.wide {
	width: 520px;
	clear: left;
}

fieldset.padTop {
	padding-top: 1px;
}

ul.formRows {
	margin: 0;
}

ul.formRows li {
	height: 1%;
	overflow: hidden;
}

input:focus,
select:focus,
textarea:focus {
	outline: 0;
}

#searchForm {
	float: right;
	height: 28px;
	width: 255px;
	background: transparent url('../i/bg-search.gif') no-repeat left top;
	margin: 65px 0 0 0;
	padding: 0;
}

#searchForm .input {
	border: 0;
	background: transparent;
	font: normal 12px "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana;
	color: #333;
	padding: 0 0 0 12px;
	width: 170px;
	margin: 7px 5px 0 0;
	float: left;
}

#searchForm .btn {
	float: left;
	margin: 4px 0 0 0;
}

/*#signUpForm, */.signUpForm {
	width: 145px;
	background: transparent url('../i/bg-signup.gif') no-repeat left top;
	padding: 18px 0 14px 15px;
	font-size: 11px;
	margin: 15px 0;
}

#signUpForm h2 {
	color: #a63f21;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
}

#signUpForm strong {
	display: block;
	margin: 0;
	font-family: arial;
}

#signUpForm ul {
	margin: 9px 0 12px;
}

#signUpForm ul li {
	background: transparent url('../i/bullet.gif') no-repeat left center;
	padding-left: 12px;
}

#signUpForm .input {
	width: 135px;
	background: transparent url('../i/bg-signup-input.gif') no-repeat left top;
	border: 0;
	font: normal 11px "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana;
	color: #333;
	padding: 6px 6px;
	margin-bottom: 4px;
}

#signUpForm .btn {
	margin-top: 4px;
}

#addCartForm {
	background: #f6f4f3 url('../i/divider.gif') repeat-y left top;
	margin: 24px 0 24px -40px;
	padding: 18px 0 18px 40px;
}

#addCartForm label {
	display: block;
	float: left;
	width: 130px;
}

#addCartForm ul.formRows li {
	height: 30px;
	line-height: 30px;
}

#addCartForm h2 {
	margin: 0;
	font-size: 14px;
}

#addCartForm select {
	font: normal 11px "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana;
	color: #333;
	background: #fff;
	border: solid 1px #e4dcd2;
	padding: 2px;
	width: 170px;
}

#addCartForm .input {
	font: normal 11px "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana;
	color: #333;
	background: #fff;
	border: solid 1px #e4dcd2;
	padding: 2px 5px;
	width: 20px;
}

#addCartForm .btn {
	margin: 0 0 0 10px;
	position: relative;
	top: 6px;
}

#addCartForm .product-options {
	line-height: 30px;
	clear:both;
}

#contactForm {
	background: transparent url('../i/divider.gif') repeat-y left bottom;
	margin: 28px 0 0 -40px;
	padding: 8px 0 12px 40px;
	width: 550px;
	height: 1%;
}

#contactForm label {
	display: block;
	margin: 10px 0 2px 0;
}

#contactForm .input {
	font: normal 11px "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana;
	color: #333;
	background: #fff;
	border: solid 1px #e4dcd2;
	padding: 4px 6px;
	width: 222px;
}

#contactForm textarea.input {
	width: 482px;
	height: 110px;
}

#contactForm .btn {
	display: block;
	margin: 18px 0 18px 0;
}

#contactForm .required {
	float: right;
	margin: 12px 25px;
	color: #666;
}

#popup-shipping {
	width: 500px;
	height: 450px;
}

#popup-shipping select {
	width: 200px;
	margin-left: 20px;
}

#shipping-estimate-results {
	margin-top: 10px;
}

dl.sp-methods dt {
	display: none;
}

div.block-related span.name {
	font-weight: normal;
}


/* /////////////////////////////////
	FOOTER
///////////////////////////////// */


#footer {
	clear: both;
	height: 154px;
	background: #000;
}

#tabPartners {
	width: 180px;
	height: 30px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/red-partners.gif') no-repeat left top;
}

#footer .mainCol {
	padding-top: 15px;
	overflow: hidden;
}

#footer h4 {
	color: #ccc;
}

.footNav {
	margin: 0;
	height: 1%;
	overflow: hidden;
	border-bottom: solid 1px #1f1f1f;
	padding: 10px 0;
}

.footNav li {
	float: left;
	margin-right: 16px;
	font-size: 11px;
}

.footNav a:link,
.footNav a:visited {
	color: #999;
}

.footNav a:hover {
	color: #fff;
}

.copyright {
	font-size: 11px;
	/*color: #666;*/
	color: #565656;
}

/* /////////////////////////////////
	CART
///////////////////////////////// */


.shopping-cart-table {
	margin: 0 0 0 -40px;
	width: 780px;
}

.shopping-cart-table th {
	color: #92836e;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	padding: 8px 20px 8px 0;
}

.shopping-cart-table td {
	background: transparent url('../i/divider.gif') no-repeat right top;
	padding: 20px 20px 16px 0;
	vertical-align: top;
}

.shopping-cart-table th.img,
.shopping-cart-table td.img {
	padding-left: 40px;
}

.shopping-cart-table td.img {
	background: transparent url('../i/divider.gif') no-repeat left top;
	width: 113px;
	padding-right: 15px;
}

.cartImg {
	display: block;
	padding: 5px 8px 8px 5px;
	background: transparent url('../i/bg-cart-img.gif') no-repeat left top;
	margin: -4px 0 -4px -5px;
}

.shopping-cart-table td.name {
	width: 370px;
}

.shopping-cart-table td.name h2 {
	margin: 0 0 -8px 0;
}

.shopping-cart-table td.name p {
	margin: 8px 0;
}

.shopping-cart-table .qty {
	font: normal 11px "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana;
	color: #333;
	background: #fff;
	border: solid 1px #e4dcd2;
	padding: 2px 5px;
	width: 20px;
}

.shopping-cart-table tfoot td {
	background: transparent url('../i/divider.gif') repeat-y left top;
	padding: 10px 30px 10px 40px;
}

#btn-continue-shopping:link,
#btn-continue-shopping:visited {
	width: 125px;
	background-image: url('../i/btn-continue-shopping.gif');
	float: left;
}

.cartLeft {
	float: left;
	display: inline;
	margin-top:52px;
	width:388px;
	background: url('../i/filling-bg.gif') 0 0 repeat-y;
	padding:22px 11px;
	position:relative;
}
.top-c {position:absolute; top:0; left:0; background: url('../i/filling-top.gif') 0 0 no-repeat; width:410px; height:5px;}
.botm-c {position:absolute; bottom:0; left:0; background: url('../i/filling-botm.gif') 0 0 no-repeat; width:410px; height:5px;}
.cartLeft h2 {margin:0; font:normal 23px "lucida grande", "lucida sans unicode", "lucida sans" !important; color:#a9300b;}
.cartLeft h2 span {color:#000;}
.cartLeft p {margin:0; font:normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#333333; line-height:17px; padding:10px 0 0 0;}

.cartRight {
	width: 300px;
	float: right;
}

.cartRight {
	width: 300px;
	float: right;
}

#may-also-like {
	width: 460px;
	margin-top: 20px;
	background: transparent url('../i/divider.gif') no-repeat left bottom;
	padding-bottom: 4px;
	margin-left: 0;
}

#may-also-like td.img {
	width: 113px;
}

#may-also-like td.name {
	width: 300px;
}

#may-also-like h2 a:link,
#may-also-like h2 a:visited {
	color: #333;
}

#checkoutBox {
	/*min-height: 225px; */
	margin-top: 52px;
}

.totals li {
	margin-bottom: 4px;
}

.totals span.tab {
	display: block;
	float: left;
	width: 120px;
}

#shopping-cart-totals-table col {
	width: 120px;
}

#btn-checkout-lg:link,
#btn-checkout-lg:visited {
	display: block;
	width: 153px;
	height: 26px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/btn-checkout-lg.gif') no-repeat left top;
	margin: 18px 0;
}

#btn-checkout-lg:hover {
	background-position: left -26px;
}

#btn-checkout-lg2:link,
#btn-checkout-lg2:visited {
	display: block;
	width: 153px;
	height: 26px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/btn-checkout-lg2.gif') no-repeat left top;
	float: right;
	margin-top: 16px;
	margin-left: 153px;
	position: relative;
	z-index: 2000;
}

#btn-checkout-lg2:hover {
	background-position: left -26px;
}

#couponForm,
#shipForm {
	padding: 18px 0;
}

#co-shipping-method-form {
	padding: 0;
}

#shipForm, #co-shipping-method-form {
	padding-left: 40px;
}

#couponForm {
	padding-left: 30px;
}

#couponForm label,
#shipForm label {
	display: block;
	margin: 10px 0 2px 0;
}

#couponForm .input,
#shipForm .input {
	font: normal 11px "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana;
	color: #333;
	background: #fff;
	border: solid 1px #e4dcd2;
	padding: 2px 2px;
	width: 180px;
}

#couponForm .btn,
#shipForm .btn {
	display: block;
	margin: 10px 0 18px 0;
}

#restAssured {
	margin: 0 0 0 -40px;
	padding-left: 40px;
	padding-right: 0;
	height: 1%;
	overflow: hidden;
}

#restAssured li {
	width: 150px;
	float: left;
	margin-right: 30px;
}

/* /////////////////////////////////
	CHECKOUT
///////////////////////////////// */

#onestepcheckout-form {
	margin: 0 0 32px;
	height: 1%;
	overflow: hidden;
}

.onestepcheckout-column-left,
.onestepcheckout-column-middle,
.onestepcheckout-column-right {
	width: 210px;
	float: left;
}

.onestepcheckout-column-left,
.onestepcheckout-column-middle {
	border-right: solid 4px #f6f4f3;
	margin-right: 20px;
	padding-right: 20px;

}

#onestepcheckout-form label {
	display: block;
	margin: 6px 0 2px 0;
}

#onestepcheckout-form .input-text {
	font: normal 11px "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana;
	color: #333;
	background: #fff;
	border: solid 1px #e4dcd2;
	padding: 2px 5px;
	width: 190px;
	margin-bottom:10px;
}

#onestepcheckout-form .validate-select, .onestepcheckout-feedback select {
	font: normal 11px "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana;
	color: #333;
	background: #fff;
	border: solid 1px #e4dcd2;
	padding: 2px 2px;
	width: 200px;
	margin-bottom:10px;
}

#onestepcheckout-form label.inline, 
#onestepcheckout-form .payment-methods label, 
#onestepcheckout-form .shipment-methods label, 
#onestepcheckout-form .input-different-shipping label,
#onestepcheckout-form .onestepcheckout-enable-newsletter-bottom label {
	display: inline;
	margin: 0 0 0 8px;
}

#onestepcheckout-form .input-different-shipping {
	margin: 6px 0;
}

#onestepcheckout-form .shipping-address-title {
	font-weight: bold;
}

#onestepcheckout-form .expire {
	width: 90px;
}

.onestepcheckout-summary {
	font-size: 11px;
	width: 210px;
}

.onestepcheckout-summary td {
	background: #f6f4f3;
	border-bottom: solid 1px #fff;
	padding: 4px 10px;
}

.onestepcheckout-error {
	color: #8C2406;
}

#onestepcheckout-form .input-error input {
	border-color: #8C2406;
}

#onestepcheckout-form .input-error label {
	color: #8C2406;
}

#onestepcheckout-form .total {
	font-weight: bold;
}

#btn-place-order, #onestepcheckout-place-order {
	display: block;
	margin: 18px 0;
	background:url(../i/btn-place-order.gif) 0 0 no-repeat;
	 width:130px;
	 height:26px;
	 border:none;
	 outline:none;
	 text-indent:-20000px;
	 cursor:pointer;
}
#onestepcheckout-coupon-add {
	display:block;
	background:url(../i/btn-apply-coupon.gif) 0 0 no-repeat;
	width:96px;
	height:19px;
	border:none;
	outline:none;
	text-indent:-2000px;
	margin-bottom:15px;
	cursor:pointer;
}

/* /////////////////////////////////
	MESSAGES
///////////////////////////////// */

li.success-msg {
	font-weight: bold;
}

/* /////////////////////////////////
	GALLERY
///////////////////////////////// */

html {
	height: 100%;
}

body.gallery,
body.gallery #wrapper {
	height: 100%;
	/*overflow: hidden;*/
}

#gallery {
	height: 85%;
	background: #000;
	position:relative;
	z-index:0;
}

#flashcontent {
	height: 100%;
}

/* /////////////////////////////////
	added by Benek 12/22/10
///////////////////////////////// */

.special {
	background: transparent url('../i/bg-special.gif') no-repeat center top;
	margin: 6px 0 24px -40px;
	padding: 40px 30px 12px 40px;
}

.special-category {
	background: transparent url('../i/bg-special2.gif') no-repeat center top;
	margin: 6px 0 24px -40px;
	padding: 40px 30px 4px 50px;
	width: 440px;
}

ul.highlight li {
	background: #f6f4f3 url('../i/bullet.gif') no-repeat 12px 15px;
	padding: 8px 20px 8px 28px;
	margin: 0 0 4px 0;
}
.right-call-action{
		width:181px;
		background-color:#000;
		padding:6px 0;
		position:absolute;
		right:0;
		top:0;
		z-index:100;
}
.right-call-action p{
	padding:0;
	margin:0;
}
.mid-div{
	width:960px;
	margin:0 auto;
	position:relative;
}
.bgwhy_shop{
	width:181px;
	background:url('../i/bg-right_l.gif') 0 0 no-repeat ;
	padding:16px 0 10px;
}
.bgwhy_shop p{
	margin:0;
}
.bgwhy_shop h2{
	font:bold 14px/20px  "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana;
	color:#A63F21;
	text-align:center;
	margin:0 0 5px 0;
	text-transform:uppercase;
}
.why_bg{
	background:url('../i/right_bg.png') 0 0 no-repeat ;
	width:146px;
	height:39px;
	font:normal 12px/39px "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana;;
	color:#333333!important;
	text-transform:uppercase;
	padding:0 0 0 15px;
	margin:7px auto 0;
	display:block;
}

.why_bg:hover{
	background:url('../i/right_bg_h.png') 0 0 no-repeat ;
	width:146px;
	height:39px;
	font:normal 12px/39px "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana;
	color:#8C2406!important;
	text-transform:uppercase;
	padding:0 0 0 15px;
	margin:7px auto 0;
	display:block;
}
.why_bg2{
	background:url('../i/why_bg2.png') 0 0 no-repeat ;
	width:146px;
	height:39px;
	font:normal 12px/16px "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana;;
	color:#333333!important;
	text-transform:uppercase;
	padding:15px 0 0 15px;
	margin:7px auto 0;
	display:block;
}

.why_bg2:hover{
	background:url('../i/why_bg2.png') 0 0 no-repeat ;
	width:146px;
	height:39px;
	font:normal 12px/16px "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana;
	color:#8C2406!important;
	text-transform:uppercase;
	padding:15px 0 0 15px;
	margin:7px auto 0;
	display:block;
}

/* Edits for moving WHY SHOP section to banner */
.right-call-action .bgwhy_shop {
	position: absolute;
	right: 0;
	background-position: 0 -6px;
	padding-top: 10px;
	height: 266px;
}

.right-call-action .bgwhy_shop p a.why_bg,
.right-call-action .bgwhy_shop p a.why_bg2 {
	font: 10px/18px "lucida grande","lucida sans unicode","lucida sans",arial,tahoma,verdana;
	background-color: #E5E1DA;
	background-image: none;
	height: inherit;
	padding: 5px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.right-call-action .bgwhy_shop p a.why_bg2 {
	font: 9px/18px "lucida grande","lucida sans unicode","lucida sans",arial,tahoma,verdana;
}

div.quote2 {
	/*background: url("../i/bg-right_l.gif") no-repeat scroll 0 0 transparent;*/
}

div.quote2 h4 {
	/*background-image: none;*/
}

.readmore{
	padding:0 0 0 13px;
	background:url('../i/read_more.gif') 0 50% no-repeat ;
	font:normal 11px/20px "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana;
	color:#853621;
	text-transform:uppercase;
	float:right;
	width:auto!important;
	height:auto!important;
}
.std h2{
	margin-bottom:0;
}
div#signUpForm h2{
	margin:0 0 5px 30px;
}
.video{
	width:111px;
	margin:0 0 20px 5px;
	position:relative;	
}
.play{
	top:20%;
	left:30%;
	position:absolute;
	background:url('../i/play_btn.png') 0 0 no-repeat ;
	width:38px;
	height:38px;
}
.video img{
	/*border:3px solid #dfd8d0;*/
	display:block;
}
.video h2{
	margin:0!important;
}
.video h2 a{
		text-align:center;
		color:#766958!important;
		font:bold 11px/15px "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana!important;
		text-transform:none!important;
}
.video h2 a:hover{
		text-align:center;
		color:#000!important;
		font:bold 11px/15px "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana!important;
		text-transform:none!important;
}
.regular-price h2 .price{
	float:left;
	display:block;
}
.regular-price h2 font{
	
	font:normal 11px/24px "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana!important;
	padding-left:2px;
	display:block;
	float:left;
}
.productGrid .name font{
		font:normal 11px/24px "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana!important;
		color:#333333;
		padding-left:3px;
}
.launchFullSize{
	background:url('../i/btn_viewslideshow.gif') 0 0 no-repeat ;
	display:block;
	float:right;
	width:99px;
	height:19px;
}
.launchFullSize:hover{
	background:url('../i/btn_viewslideshow.gif') 0 100% no-repeat ;
	display:block;
	float:right;
	width:99px;
	height:19px;
	
}
.view_product{
	display:block!important;
	background:url('../i/view_product.png') 0 0 no-repeat ;
	width:97px!important;
	height:19px!important;
	float:right;
	margin:37px 0 0;
}
.view_product:hover{
	display:block!important;
	background:url('../i/view_product.png') 0 100% no-repeat ;
	width:97px!important;
	height:19px!important;
	float:right;
	margin:37px 0 0;
}
.plus strong{
	color:#333;
}
ul.listing{
	list-style-type:disc;
	margin:0 0 0 28px;
}
ul.listing li{
	padding:0 0 0 10px;
	margin-bottom:10px;
	line-height:20px;
}
ul.listing li span{
	padding:0 0 0 20px;
}
.filter{
	float:right;
	overflow:hidden;
	margin-bottom:30px;
	position:relative;
	width:240px;
}
.filter label{
	font:normal 12px/28px  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#918678;
	margin-right:10px;
	float:left;	
}
.filter select{ position:relative;  z-index:5; opacity:0; height:28px; width:170px; margin:0 0 0 5px;
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
  -khtml-opacity: 0;


 }
.filter span.select6{
	background:url('../i/filter_bg.gif') 0 100% no-repeat ;
	width:170px;
	height:28px;
	font:normal 12px/28px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#fff;
	border:none;
	outline:none;
	padding:0 0 0 5px;
	display:block;
	position:absolute;
	right:0;
}
.filter  option{
	background-color:#a94323;
	color:#fff;
	border:none;
	outline:none;
	padding:5px 5px;
	font:normal 12px/28px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-bottom:1px solid #85351f;

}
.galleryInstruction{
	width:178px;
	position:absolute;
	left:5%;
	top:20%;
	z-index:200;
}
.galleryInstruction h3{
	background:url('../i/head_bg.gif') 0 0 repeat-x ;
	width:178px;
	height:37px;
	padding:13px 0 0 0;
	text-align:center;
	font:normal 12px/15px Century gothic, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
}
.galleryInstruction ol{
	background:#000;
	list-style-type:decimal;
	padding-bottom:10px;

}
.galleryInstruction ol li{
	margin-bottom:15px;
	font:normal 11px/15px "Lucida Grande", "Lucida Sans Unicode",sans-serif ;
	color:#c7c7c7;
	padding:5px 10px 5px 0;
	margin-left:30px;
	
}

.quote1{
	background:url(../i/quote.gif) no-repeat 20px 20px transparent; 
	float:left; 
	margin:0 2px 2px 0; 
	padding: 25px 8px 8px 50px; 
	width:180px;
}
.quote2 h4{
	  background: url("../i/quote.gif") no-repeat scroll 20px 20px transparent;
    margin: 0 0 0 -25px;
    padding: 25px 0 8px 50px;
    width: 160px;
	font-size: 14px;
    line-height: 20px;
	color: #666666;
	text-transform:none;
	letter-spacing:normal;
}
.quote2 p{
	padding:0 0 0 20px;
	font-size:10px; text-transform:uppercase;
	color:#666;
}
.e-brochure label{
	margin-bottom:5px;
}
.e-brochure  input.input-text{
	border:1px solid #e4dcd2;
	display:block;
	margin-bottom:14px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#666;

}
.send_request_btn{
	background: url("../i/send_request.gif") no-repeat scroll 0 0 ;
	width:90px;
	height:17px;
	border:none;
	outline:none;
	display:block;
	text-indent:-999999px;
	cursor:pointer;
	margin:20px 0 20px 20px;
}
.send_request_btn:hover{
	background: url("../i/send_request.gif") no-repeat scroll 0 100% ;
	width:90px;
	height:17px;
	border:none;
	outline:none;
	display:block;
	text-indent:-999999px;
	cursor:pointer;
}
.e-brochure .chkbox{
	float:left;
	display:block;
	margin:9px 0;
	
}
.e-brochure  span.chk{

	padding:9px 0 0 20px;
	display:block;

}
.spacer{
	font-size:0;
	line-height:0;
	clear:both;
}
/*#fancybox-wrap{
	height:500px!important;
}
#fancybox-inner{
	height:530px;
	overflow:hidden!important;
}*/
/*#fancybox-inner{ height:auto!important;}*/
.top-link-cart{
	padding-right:5px;
}
#popup-fabric ul li a{
	font:normal 13px/20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;


}
#popup-fabric ul li{ margin-right:10px; 	float:left;}
#titleBar .center #box-requestBrochure,
#titleBar .center #box-facebook {
	position:absolute;
	right:185px; top:14px;
}
#titleBar .center #box-fabric-samples {
	position:absolute;
	right:10px; top:14px;
}
.how_you_hear dd{
	margin:5px 0 15px 25px;
	clear:both;
}
.how_you_hear dd input{
	display:block;
	width:161px;
	height:18px;
	border:1px solid #e4dcd2;
	padding:2px;
	color:#333;
}
.how_you_hear .last input.txt{
	display:block;
	width:125px!important;
	height:18px;
	border:1px solid #e4dcd2;
	padding:2px;
	color:#333;

}
.how_you_hear .chk{ float:left;}
.how_you_hear label{ float:left; width:150px; padding-bottom:5px;}
.how_you_hear .last label{ width:auto!important; padding-right:8px;}
.link_bg{
	background:url('../i/link_bg.gif') 0 0 no-repeat ;
	width:151px;
	height:41px;
	font:normal 12px/41px "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana!important;
	color:#333333!important;
	text-transform:uppercase;
	margin:7px 10px 0 0;
	display:block;
	float:left;
	text-align:center;
	letter-spacing:0.5px;
}

.link_bg:hover{
	background:url('../i/link_bg.gif') 0 0 no-repeat ;
	width:151px;
	height:41px;
	font:normal 12px/41px "lucida grande", "lucida sans unicode", "lucida sans", arial, tahoma, verdana!important;
	color:#8C2406!important;
	text-transform:uppercase;
	margin:7px 10px 0 0;
	display:block;
	float:left;
	text-align:center;
	letter-spacing:0.5px;
}
#loding_img{ position:absolute; left:50%; top:10%; display:block;}
.add-to-cart{ clear:left;}


.free-delivery-banner {position:absolute; top:27px; right:262px;}
/***********************************************************************18-07-2011******************************************************************************/
/*.home .prodDetail h2 {color: #333333; font: 20px/24px "lucida grande","lucida sans unicode","lucida sans",arial,tahoma,verdana;
   margin: 18px 0 6px;}*/
.home .prodDetail p {margin: 6px 0 14px!important;}
.product-image h4{ text-transform:none;}

.phone .p{ float:left; width:161px; font:normal 20px/28px Museo Sans, Georgia, "Times New Roman", Times, serif;}
.quick-access .f{ position:absolute; right:15px; top:13px;}
.quick-access .t{ position:absolute; right:74px; top:13px;}



/* /////////////////////////////////
	added by Gavyn 16/08/11
///////////////////////////////// */
.productGrid .price-box {
	float: left;
	margin-top: 8px;
}
.productGrid .hammocks .price-box {
	float: left;
	margin-top: 6px;
}
.productGrid p.old-price span.price-label,
.productGrid p.special-price span.price-label {
	display: none;
}
.productGrid p.old-price,
.productGrid p.special-price {
	display: inline;
}
.productGrid p.special-price {
	padding-left: 10px;
	color: #A63F21;
}
.productGrid a.view_product {
	margin-top: 8px;
}
.productGrid .hammocks a.view_product {
	margin-top: 6px;
}
.productGrid li a.minimal-price-link {
	display: none;
}
.productGrid .regular-price h2 {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	color: #A63F21;
}
.productGrid span.extra {
	font-size: 10px;
	margin: 6px 0 0 4px;
	display: block;
	float: left;
}



/* /////////////////////////////////
	added by Benek 2012-01-23
///////////////////////////////// */

#slidesNav {
	right: 220px;
}

#whyShop {
	width: 200px;
	height: 311px;
	background: transparent url('../i/whyshop-bg.png') repeat-y right top;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
}

#whyShop h4 {
	color: #fff;
	margin: 20px 15px 12px 15px;
	font-size: 14px;
	letter-spacing: 0px;
}

#whyShop ul {
	margin: 12px 0;
}

#whyShop ul li {
	height: 28px;
}

#whyShop ul li a {
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 30px 0 15px;
	color: #e3e3e3;
	background: transparent url('../i/whyshop-link.png') no-repeat right top;
}

#whyShop ul li a:hover {
	background-position: right -28px;
	color: #fff;
}

.leftBox {
	width: 130px;
	padding: 1px 15px;
	background: transparent url('../i/bg-signup.gif') no-repeat left top;
	margin: 15px 0;
}

.leftBox h4 {
	color: #a63f21;
	font-size: 14px;
	margin: 17px 0 14px 0;
}

.leftBox.ourFabric a {
	display: block;
	margin: 20px 0;
}

.leftBox.ourFabric a:hover {
	opacity: 0.8;
}

.leftBox.videos {
	padding-bottom: 10px;
}

.leftBox.videos a.vid {
	display: block;
	background: #fff;
	width: 140px;
	margin: 12px 0;
	/* shadow */
	-webkit-box-shadow: 1px 1px 8px #ede8e3;
	-moz-box-shadow: 1px 1px 8px #ede8e3;
	box-shadow: 1px 1px 8px #ede8e3;
}

.leftBox.videos a.vid img {
	display: block;
}

.leftBox.videos a.vid span {
	display: block;
	height: 24px;
	background: transparent url('../i/videos-bg.png') repeat-x left top;
	color: #333;
	font-size: 10px;
	line-height: 26px;
	padding: 0 10px;
}

#btn-morevideos:link,
#btn-morevideos:visited {
	width: 92px;
	background-image: url('../i/btn-morevideos.gif');
	margin: 12px 0;
	float: none;
}

.productGrid {
	margin: 26px 0 22px 0;
	position: relative;
	left: -5px;
}

.productGrid li {
	width: 240px;
	height: 201px;
	background: transparent url('../i/bg-product-grid-new.png') no-repeat left top;
}

.productGrid li a:link,
.productGrid li a:visited {
	width: 240px;
	height: 201px;
}

.smallGrid {
	width: 748px;
	margin-right: -5px;
}

.smallGrid li {
	width: 173px;
	height: 152px;
	margin-right: 1px;
	background: transparent url('../i/bg-product-grid-small.gif') no-repeat left top;
}

.rightCol.wide {
	width: 200px;
	float: right;
	margin: 22px 0 22px 30px;
}

#lujoTV {
	display: block;
	width: 200px;
	height: 171px;
	overflow: hidden;
	text-indent: -1000em;
	background: transparent url('../i/lujotv.jpg') no-repeat left top;
	margin: 0 0 12px 0;
}

.quoteRight h2 {
	font: normal 14px/20px arial;
	margin: 0 0 0 -30px;
	padding: 5px 0 0 30px;
	background: transparent url('../i/quote.gif') no-repeat 0 0;
}

.quoteRight .name {
	display: block;
	line-height: 18px;
	font-size: 12px;
	color: #666;
	padding: 0;
	margin: 8px 0 0 0;
}

#btn-moretestimonials:link,
#btn-moretestimonials:visited {
	width: 125px;
	background-image: url('../i/btn-moretestimonials.gif');
	margin: 18px 0;
	float: none;
}

body.catalog-category-view .productGrid li {
	background: url("../i/bg-product-grid.gif") no-repeat scroll left top transparent;	float: left;	height: 235px;	margin: 0 2px 2px 0;	padding: 0 8px 0 5px;	width: 230px;
}

body.catalog-category-view.category-hammocks .productGrid li {
	height: 201px;
}

body.catalog-category-view .productGrid li a:link, body.catalog-category-view .productGrid li a:visited {  display: block;  height: 164px;  width: 230px;}

body.catalog-category-view .productGrid a.view_product {  margin-top: 8px;}

body.catalog-category-view .productGrid li a.minimal-price-link {
	display: none;
}

ul.related li {
	padding:5px 8px 8px 5px;
	width: 230px;
}

div.loading-ajax {
    height: 50px;
    text-align: center;
    background-image: url(../onestepcheckout/images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

