body {
	font: 0.86em/140% arial, tahoma, verdana, serif, "Courier New";
	color: #000;
}

/* --------------------------------------------------------------
	Clear the Floats:
	* http://www.positioniseverything.net/easyclearing.html
-------------------------------------------------------------- */
.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

* html .clear { height: 1%; }
.clear { display: block; }

/* General typo */
img {
	border: 0;
}
a {
	text-decoration: none;
	outline-style: none;
}
.hidden {
	display: none;
}
#wrapper {
	background: #fff;
}

/* ----------------- branding --------------------- */
#branding {
	width: 100%;
	min-width: 960px;
	min-height: 184px;
	background: url(../images/branding.bg.jpg) repeat-x left top;
}
#branding .header {
	width: 100%;
	height: 131px;
	background: url(../images/branding.header.bg.jpg) no-repeat right bottom;
	position: relative;
}
.header .logo {
	width: 185px;
	height: 100px;
	position: absolute;
	top: 15px;
	left: 0px;
}
.header .logo a {
	display: block;
	width: 185px;
	height: 100px;
	text-indent: -9999px;
	background: url(../images/New-FLB-Logo.jpg) no-repeat left top;
}

.header .ad {
	display: block;
	width: 300px;
	height: 110px;
	position: absolute;
	top: 11px;
	left: 225px;
	background: url(../images/flb-ad-1-4-12.jpg) no-repeat left top;
	text-indent: -9999px;
}

.header h1.tollfree{
	position: absolute;
	font-family: "Arial" sans-serif;
	font-weight: bolder;
	font-size: 1.3em;
	color: #57476B;
	top: 48px;
	left: 670px;
	}
.header .facebook1 {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 40px;
	left: 880px;
}
.header .twitter1 {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 40px;
	left: 917px;
}


.header .slogan {
	display: block;
	width: 266px;
	height: 20px;
	text-indent: -9999px;
	background: url(../images/branding.header.slogan.jpg) no-repeat left top;
	position: absolute;
	top: 85px;
	left: 0;
}
.header .cart-status {
	list-style: none;
	position: absolute;
	top: 15px;
	right: 0px;
	color: #57476b;
	padding-left: 25px;
	height: 26px;
	background: url(../images/branding.header.cart.jpg) no-repeat 0px -2px;
	padding-top: 2px;
}
.header .cart-status li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	display: inline;
	border-right: 1px solid #57476b;
}
.header .cart-status li.last {
	border: none;
}
.header .cart-status li a {
	color: #57476b;
}
.header .search-box {
	position: absolute;
	right: 20px;
	bottom: 10px;
}
*:first-child+html .header .search-box {
	bottom: 7px;
	right: 16px;
}
.header .search-box li {
	float: left;
	margin: 0 2px;
	display: inline;
}
#content .additional-details .list a.active {
	color:#990000;
}
.header .search-box input {
	background: #fff;
	border: 1px solid #57476b;
	padding: 7px;
	width: 256px;

}
*:first-child+html .header .search-box input {
	width: 235px;
	margin-left: 5px;
	margin-top: 3px;
}

.header .search-box button {
	background: #57476b;
	padding: 6px 6px;
	color: #fff;
	border: 1px solid #57476b;
	text-transform: uppercase;
}
#branding .navigation {
	clear: both;
	margin: 3px 0 3px;
	list-style: none;
	font-size: 1.3em;
}
#branding .navigation li {
	float: left;
	padding: 0 3px 0 0px;
	background: url(../images/branding.navigation.separator.jpg) no-repeat right 55%;
}
#branding .navigation li.last {
	background: none;
}
#branding .navigation li a {
	display: block;
	line-height: 41px;
	padding: 0 26px;
	color: #fff;
}
#branding .navigation li a:hover,  #branding .navigation li.current a {
	background: #766091;
}
#branding .quotation {
	float: left;
	width: 100%;
	margin-top: 4px;
	display: inline;
	height: 34px;
	background: url(../images/branding.quotation.bg.jpg) no-repeat center top;
}
#branding .quotation span {
	line-height: 25px;
	padding: 0 20px 5px 165px;
	font-weight: normal;
	color: #fff;
}
#branding .quotation a{
	color: #ffffff;
}

/* ------------------------ content ---------------------------- */
#content {
	clear: both;
	float: left;
	width: 100%;
}

/* general columns */
	#content .col-1 {
	float: left;
	width: 230px;
}
#content .col-2 {
	float: left;
	width: 710px;
	margin-left: 20px;
	display: inline;
}

/* main button */
	#content .main-button {
	display: block;
	/*height: 30px;*//*25px;*/
	background: none;
	border: none;
	outline-style: none;
	width: auto;
	overflow: visible;
	text-align: center;
	white-space: nowrap;
	height: 32px;/*25px;*/
	line-height: 25px;
	cursor: pointer;
	
	width: 90px;
}

#content .main-button span {
	display: block;
	height: 25px;
	line-height: 25px;
	background: url(../images/content.button.main.bg.left.jpg) no-repeat left top;
	padding-left: 15px;
	
}
#content .main-button em {
	display: block;
	height: 25px;
	background: url(../images/content.button.main.bg.right.jpg) no-repeat right top;
	padding-right: 15px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	
}

/* homepage */
	#content .home-banner {
	margin: 10px 0;
	width: 100%;
	height: 460px;
	position: relative;
}
.home-banner .banner-image {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
}
.home-banner .banner-image img {
	border: 5px solid #e1e0dc;
}
.home-banner .banner-contact {
	width: 304px;
	height: 445px;
	background: url(../images/content.banner-contact.bg.png) no-repeat left top;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	color: #fff;
}
.home-banner .banner-contact h1 {
	font-size: 1.3em;
	font-weight: bold;
	float: left;
	width: 100%;
	text-align: center;
	padding: 25px 0 0px;
	margin-bottom: -15px;
}

.home-banner .banner-contact h2 {
	font-size: 1.1em;
	font-weight: normal;
	float: left;
	width: 100%;
	text-align: left;
	padding: 25px 0 20px;
	padding-left: 35px;
	margin-bottom: -15px;
}
.home-banner .banner-contact h3 {
	font-size: 1.3em;
	font-weight: bold;
	float: left;
	width: 100%;
	text-align: left;
	padding: 15px 0 15px;
	padding-left: 72px;
	margin-bottom: -48px;
	
}
.home-banner .banner-contact .featured-designer {
	background: url(../images/content.banner-contact.header.bg.jpg) no-repeat center 85%;
	margin-left: -15px;
	position: relative;
	z-index: -1;
}


.home-banner .banner-contact .featured-list {
	float: left;
	padding: 25px 30px;
	font-size: .86em;
}
.home-banner .banner-contact .featured-list li {
	float: left;
	padding-left: 10px;
	width: 110px;
	background: url(../images/content.banner-contact.arrow.jpg) no-repeat left 4px;
	font-size: 1.2em;
}
.home-banner .banner-contact .featured-list li a {
	color: #fff;
}
.home-banner .banner-contact .featured-list li a:hover {
	text-decoration: underline;
}
#content .home-intro {
	clear: both;
	float: left;
	width: 100%;
}
#content .home-intro li {
	float: left;
	width: 289px;
	height: 177px;
	margin-right: 30px;
	display: inline;
	border: 5px solid #cccccc;
	position: relative;
}
#content .home-intro li.last {
	margin-right: 0;
}
#content .home-intro li.new {
	background: url(../images/temp/John-Robshaw-Pillows-Spring-2012-s.jpg) no-repeat;
}
#content .home-intro li.product {
	background: #c8dec7;
}
#content .home-intro li.discount {
	background: url(../images/temp/abyss.jpg) no-repeat;
}
#content .home-intro .thumbnail {
	padding: 10px;
	float: left;
}
#content .home-intro .intro-text {
	font-size: .8em;
	padding: 10px 5px 10px 0;
	line-height: 160%;
}
#content .home-intro .center {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 40px;
}
#content .home-intro .fly-corner {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
#content .home-intro .fly-text {
	float: left;
	width: 269px;
	text-align: center;
	padding: 15px 10px;
	background: url(../images/content.home-intro.fly-text.bg.png);
	position: absolute;
	left: 0;
	bottom: 0;
	color: #333333;
}

/* internal page */
#content .additional-details {
	float: left;
	width: 190px;
	margin-top: 30px;
	display: inline;
	background: url(../images/content.sidebar.box.bg.jpg) repeat-y left top;
}
#content .additional-details .ft {
	width: 190px;
	background: url(../images/content.sidebar.box.bg.footer.jpg) no-repeat left bottom;
}
#content .additional-details h3 {
	padding: 3px 0 0 10px;
	color: #fff;
	background:#57476B url(../images/content.sidebar.box.bg.header.jpg) no-repeat left top;
}
#content .additional-details .list {
	list-style: none;
	padding: 5px 10px;
}
#content .additional-details .list li {
	padding-left: 12px;
	background: url(../images/content.sidebar.box.arrow.jpg) no-repeat left 5px;
}
#content .additional-details .list a {
	font-weight: bolder;
	color: #000;
	font-size: .9em;
}
#content .additional-details .list a:hover,  #content .additional-details .list li.current a {
	text-decoration: underline;
}
#content .additional-details .list ul.node {
	list-style: none;
}
#content .additional-details .list ul.node li {
	margin:5px 0 5px 8px;
	background: none;
	font-size: .95em;
	padding-left:10px;
	line-height:1.1em;
	/*background: url(../images/content.sidebar.box.arrow.jpg) no-repeat left 2px;*/
	background: none;
}
#content .additional-details .list ul.node li li {
	font-size:1em;
}

#content .additional-details .list ul.node {
	padding:0;
	font-size: .9em;
}

#content .additional-details .list .node li a {
	font-weight: normal;
	color: #444444;
}
#content .advanced-search {
	float: left;
	width: 190px;
	margin-top: 25px;
	display: inline;
}
#content .advanced-search h3 {
	font-weight: bold;
	font-size: 1.1em;
	color: #56486a;
}
#content .advanced-search .input,  #content .advanced-search select {
	float: left;
	color: #595959;
	background: #fff;
	border: 1px solid #999999;
	padding: 3px;
}
#content .advanced-search input {
	width: 184px;
}
#content .advanced-search select {
	width: 188px;
}
#content .advanced-search li {
	float: left;
	width: 190px;
	padding: 3px 0;
}
#content .advanced-search li label {
	font-size: .8em;
}
#content .advanced-search li.extra {
	float: left;
	width: 190px;
	text-align: right;
}
#content .advanced-search button {
	float: right;
	display: block;
	border: 0;
	width: 88px;
	height: 25px;
	text-indent: -9999px;
	background: url(../images/content.sidebar.button.search.jpg) no-repeat right top;
}
#content .banner {
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0 10px 0px;
	display: inline;
}

#content .banner2 {
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0 10px -5px;
	display: inline;
}
#content .mailing-list {
	float: left;
	width: 100%;
	margin: 10px 0;
}
#content .mailing-list h3 {
	display: block;
	text-indent: -9999px;
	width: 130px;
	height: 25px;
	background: url(../images/text.join-our-mailing-list.jpg) no-repeat left top;
}
#content .mailing-list input {
	width: 190px;
	padding: 4px 0;
	border: 1px solid #999999;
}
#content .mailing-list button {
	clear: both;
	float: right;
	display: inline;
	text-indent: -9999px;
	margin: 10px 40px;
	border: none;
	width: 66px;
	height: 13px;
	background: url(../images/content.sidebar.button.subscribe.jpg) no-repeat left top;
}
/* breadcrumbs */
	#content .breadcrumbs {
	float: left;
	width: 100%;
	margin-top: 30px;
	display: inline;
	list-style: none;
	color: #919191;
	text-transform: lowercase;
	font-size: 12px;
}
#content .breadcrumbs li {
	float: left;
	margin-right: 10px;
	padding-right: 20px;
	background: url(../images/content.breadcrumbs.arrow.jpg) no-repeat right 55%;
	color: #71637A;
}
#content .breadcrumbs li.last {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
#content .breadcrumbs li a {
	text-transform: lowercase;
	color: #919191;
}
/* content */
	#content .content {
	float: left;
	width: 100%;
	margin: 5px 0;
	font-size: .9em;
}
#content .content h2 {
	margin: 10px 0;
	font-size: 1.6em;
	font-weight: normal;
}
#content .content a {
	/*color: #000;*/
	color: #56486A;
	text-decoration: underline;
}
#content .content h3, #content .content h4, #content .content h5{
	padding-bottom: 15px;
}
#content .content p{
	font-size: 1em;
	padding-bottom: 5px;
}
#content .category p{
	font-size: 1.1em;
}
#content .interior p{
	padding-bottom: 15px;
}
#international-shipping #content .interior ul{
	list-style: circle;
	margin-left: 10px;
}
#international-shipping #content .interior ul li{
	margin: 5px 0px 5px 20px;
}

/* assets listing */
div.catTop {
	margin:1.5em 0 .5em 0;
}

form#sortBy {
	float:left;
}
ul.pagination {
	float:right;
}

ul.pagination li {
	float:left;
}

ul.pagination li a {
	text-decoration:underline;
	padding:0 .4em;
}
ul.pagination li a:hover {
	text-decoration:none;
}
ul.pagination li a.active {
	text-decoration:none;
	font-weight:bold;
}
	#content .assets-listing {
	list-style: none;
	float: left;
	width: 100%;
	margin: 10px 0;
}
#content .assets-listing li {
	float: left;
	width: 200px;
	padding: 5px;
	border: 5px solid #e1d4c5;
	margin: 10px 0;
	margin-right: 20px;
	display: inline;
	text-align: center;
	position: relative;
	height: 275px;
}
#content .assets-listing.checkout li {
	width: 175px;
}
#content .assets-listing li.last {
	margin-right: 0;
}
#content .assets-listing li:hover {
	border-color: #57476b;
}
#content .assets-listing .category-name {
	font-size:1.2em;
	margin: 5px 0;
}
#content .assets-listing .category-name a {
	/*color: #000;*/
	color: #56486A!important;
	text-decoration: none;
}
#content .assets-listing .product-name {
	font-weight: normal;
	font-size: 1em;
}
#content .assets-listing .product-name a {
	color: #000;
	text-decoration: none;
}
#content .assets-listing .product-price {
	color: #b54733;
}
#content .assets-listing .sale {
	position: absolute;
	width: 54px;
	height: 106px;
	background: url(../images/content.assets.sale.png) no-repeat left top;
	top: -9px;
	right: 10px;
	z-index: 9;
}
/* product detail */
#content .product-information {
	float: left;
	width: 100%;
	margin: 20px 0;
	display: inline;
}
#content p.biggerp{
	font-size: 1.2em;
	text-align: left;
}
#content .product-information .thumbnail {
	float: left;
	width: 300px;
	margin-right: 20px;
	display: inline;
}
#content .product-information .thumbnail .main {
}
#content .product-information .thumbnail .main img {
	border: 5px solid #e1d4c5;
}
#content .product-information .thumbnail .sub {
	list-style: none;
	float: left;
	width: 100%;
	margin-top: 10px;
}
#content .product-information .thumbnail .sub li {
	float: left;
	margin-right: 6px;
}
#content .product-information .thumbnail .sub li img {
	border: 3px solid #f8f3ec;
}
#content .product-information .info {
	float: left;
	width: 390px;
}
#content .product-information .info .menu {
	list-style: none;
	margin: 0;
}
#content .product-information .info .menu li {
	float: left;
	background: #ede3d6;
}
#content .product-information .info .menu li.current {
	background: #f8f3ec;
}
#content .product-information .info .menu li a {
	padding: 12px 30px;
	color: #9f9e9d;
	display: block;
}
#content .product-information .info .menu li.current a {
	color: #000;
}
#content .product-information .info .content {
	clear: both;
	float: left;
	width: 370px;
	margin: 0;
	background: #f8f3ec;
	padding: 0 10px;
	font-size: .95em;
}
#content .product-information .content#product_review {
	padding-bottom:1em;
}
#content .product-information .content#product_review a {
	text-decoration:underline;
}
#content .product-information .info .content .rating a {
	font-size: .9em;
	text-decoration: underline;
	color: #000;
}
#content .product-information .info .content .detail {
	color: #333333;
	margin: 15px 0;
	font-size: 1.1em;
}
#content #product_review p{
	font-size: 1.1em;
}
#content .detail a.purple, #product_detail a, #product_review a, #productTabs a{
	color: #56486A!important;
}
#content .product-information .info .content .price {
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	padding-bottom:10px;
}
#content .order-list {
	float: left;
	width: 710px;
	margin: 20px 0;
	display: inline;
}
#content .order-list li {
	float: left;
}
#content .order-list .header {
	width: 100%;
	font-weight: bold;
}
#content .order-list .each {
	width: 100%;
	margin: 3px 0;
	display: inline;
	background: #f8f3ec;
}
#content .order-list .thumbnail {
	width: 110px;
	padding: 5px;
	text-align: center;
}
#content .order-list .item {
	width: 150px;
	padding: 5px;
}
#content .order-list .quanlity {
	width: 80px;
	padding: 5px;
}
#content .order-list .style {
	width: 210px;
	padding: 5px;
}
#content .order-list .price {
	width: 110px;
	padding: 5px;
}
#content .order-list .each .item,  #content .order-list .each .quanlity,  #content .order-list .each .style,  #content .order-list .each .price {
	padding-top: 35px;
}
#content .order-list .each .thumbnail img {
	margin: 10px 0;
	border: 3px solid #e1d4c5;
}
#content .order-list .each .item h3 {
	font-weight: bold;
	font-size: 1em;
}
#content .order-list .each .item h3 a {
	color: #000;
}
#content .order-list .each .quanlity input {
	padding: 3px;
	border: 1px solid #d2d2d2;
	width: 40px;
}
#content .order-list .each .style select {
	padding: 3px;
	border: 1px solid #d2d2d2;
	width: 180px;
	margin-bottom:.2em;
}
#content .order-option {
	clear: both;
	float: left;
	width: 100%;
}
#content .order-option button {
	float: right;
	width: 220px;
}
#content .order-option .add-to-wishlist {
	clear: right;
	float: right;
	color: #645673;
	text-decoration: underline;
	font-size: .9em;
}
/* product reviews */
#reviewContainer .links a {
	text-decoration:underline;
}

#reviewContainer .links a:hover {
	text-decoration:none;
}

#reviewContainer fieldset#checkout {
	margin-top:0;
}

fieldset#checkout label span {
	display:block;
	font-size:.8em;
}

fieldset#checkout input#submitBtn {
	width:auto;
}

#testimonialsListing h3 {
	font-size:1.3em;
	margin:1em 0;
}

fieldset#checkout textarea {
	font-size:1em;
	font-family:arial, tahoma, verdana, serif, "Courier New";
}

#testimonialsListing p.results {
	margin-bottom:2em;
}

#testimonialsListing .reviewContent {
	padding:0 1em 2em 1em;
	margin-bottom:2em;
	border-bottom:1px solid #ccc;
}

img.stars {
	position:relative;
	top:5px;
	padding-right:.5em;
}

p.avgReview {
	margin-bottom:.5em;
}

div.reviewWrap {
	padding-bottom:.5em;
	margin-bottom:.5em;
	border-bottom:1px solid #999;
}

/* checkout */
	#content p.return {
	margin-top: 15px;
	font-size: .9em;
	font-weight: normal;
}

#content p.return a{
	color: #57476B;
}

	#content .checkout-header {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	width: 40%;
}

#content .checkout-header2 {
	padding-top: 20px;
	font-size: 1.1em;
	font-weight: normal;
	float: none;
	clear:both;
	width: 40%;
}

#content .clearFloat{
	float:none;
}

#content .checkout-option {
	float: right;
	width: 60%;
	margin-top: 15px;
	display: inline;
}
#content .checkout-option li {
	float: right;
	margin: 0 5px;
	display: inline;
}
#content .checkout-option li a {
	color: #595959;
}
#content .checkout-option li.current a,  #content .checkout-option a:hover {
	color: #000;
}
#content .checkout-list {
	float: left;
	width: 960px;
	margin: 5px 0;
	display: inline;
}
#content .checkout-list li {
	float: left;
	width: 100%;
}
#content .checkout-list .header {
	width: 100%;
	background: #57476b;
	color: #fff;
}
#content .checkout-list .header .item {
	width: 370px;
	padding: 5px;
}
#content .checkout-list .header .quanlity {
	width: 200px;
	padding: 5px;
}
#content .checkout-list .header .price {
	width: 110px;
	padding: 5px;
}
#content .checkout-list .header .total {
	width: 240px;
	padding: 5px;
}
#content .checkout-list .each {
	width: 100%;
	background: #f8f3ec;
	margin: 5px 0;
	display: inline;
}
#content .checkout-list .each .thumbnail {
	width: 120px;
	text-align: center;
}
#content .checkout-list .each .thumbnail img {
	border: 3px solid #e1d4c5;
	margin: 10px 0;
}
#content .checkout-list .each .item {
	width: 270px;
}
#content .checkout-list .each .item h3 {
	font-size: .95em;
}
#content .checkout-list .each .item h3 a {
	color: #000;
}
#content .checkout-list .each .item .quick-specs {
	font-size: .95em;
	margin-top: -10px;
}
#content .checkout-list .each .quanlity {
	width: 200px;
}
#content .checkout-list .each .price {
	width: 120px;
}
#content .checkout-list .each .total {
	width: 160px;
}
#content .checkout-list .each .button {
	width: 90px;
	text-align: center;
}
#content .checkout-list .each .item,  #content .checkout-list .each .quanlity,  #content .checkout-list .each .price,  #content .checkout-list .each .total {
	padding-top: 30px;
}
#content .checkout-list .each .button {
	padding-top: 10px;
}
#content .checkout-list .each .button button {
	margin: 5px 0;
	float: right;
	display: inline;
}
#content .checkout-list .each .quanlity input {
	padding: 3px;
	border: 1px solid #d2d2d2;
	width: 40px;
}
#content .checkout-promote {
	float: left;
	width: 100%;
	padding: 20px 0;
	border-top: 4px solid #cccccc;
	border-bottom: 4px solid #cccccc;
}
#content .checkout-promote label {
	float: left;
	width: 330px;
	margin-left: 70px;
	margin-top: 4px;
	display: inline;
	font-weight: bold;
}
#content .checkout-promote input {
	float: left;
	padding: 3px;
	border: 2px solid #c3c3c3;
	width: 240px;
}
#content .checkout-promote button {
	float: right;
}
#content .checkout-way {
	float: left;
	width: 100%;
	margin: 20px 0;
	display: inline;
}
#content .checkout-way .pre {
	float: left;
	width: 180px;
}
#content .checkout-way .pre button {
	float: left;
	width: 200px;
}
#content .checkout-way .info {
	float: left;
	width: 200px;/*180px;*/
	margin-left: 380px;/*410px;*/
	display: inline;
}
#content .checkout-way .info label {
	float: left;
	width: 110px;
	text-transform: lowercase;
	font-weight: bold;
}
#content .checkout-way .next {
	float: right;
	width: 200px;/*180px;*/
	text-align: right;
}
#content .checkout-way .next button {
	float: right;
	width: 200px;/*180px;*/

}
#content .checkout-way .next #continue{
		background: url(../images/checkout.jpg) 0px 4px no-repeat;
}
#content .checkout-way .next #continue em{
		background: none;
}
#content .checkout-way .next #continue span{
		background: none;
}

dl.acctBox {
	float:left;
	width:260px;
	padding:10px 20px;
	border:1px solid #ccc;
	min-height:150px;
}

dl#returning {
	margin-right:40px;
}

dl.acctBox dt {
	font-size:1.3em;
	padding-bottom:1em;
}

dl.acctBox dd, dl.acctBox dd p {
	margin:0;
}

dl.acctBox dd ul {
	margin:0;
}

dl.acctBox dd ul li {
	margin-bottom:10px;
}
dl.acctBox dd ul li.last {
	margin-bottom:0;
}

dl.acctBox dd label {
	float:left;
	width:80px;
	clear:right;
	font-weight:normal;
}

dl.acctBox dd input {
	width:160px;
border:1px solid #57476B;
padding:3px 5px;
}

form#loginForm{
	margin-top:30px;
}

#content .accSignIn {
	margin:5px 0 0 -10px;
}

#content .noAccount {
	margin:0 0 10px -13px;
	width: 250px;
}

.pword{
	display:block;
}

div.Checkout-clear{
	clear:both;
	padding-top:15px;
}

.enterAddyMsg{
	padding:10px 0;
	margin:15px 0;
	border-top:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
}
/*checkout form*/

fieldset#checkout {
	margin:20px 0;
}

fieldset#checkout ul {
	margin:0;
}

fieldset#checkout ul li {
	margin-bottom:5px;
}

fieldset#checkout p.req{
	margin:20px 0;
}

fieldset#checkout label {
	float:left;
	width:145px;
	clear:right;
	font-weight:normal;
}

p.req span, fieldset#checkout label em, fieldset#checkout p.req em {
	font-size:1.1em;
	color:red;
	font-weight:bold;
}

fieldset#checkout li.check label {
	float:none;
	margin-left:130px;
	width:auto;
}

fieldset#checkout li.check label input {
	position:relative;
	top:2px;
	width: 35px;
}

fieldset#checkout input#submitBtn {
	margin:10px 0 0 320px;
}

fieldset#checkout ul.payments {
	margin:10px 0 10px 25px;
}

fieldset#checkout ul.payments input#securityCode {
	width:50px;
} 

fieldset#checkout input{
	width:250px;
}
fieldset#checkout input#zip, fieldset#checkout input#phone {
		width:250px;}

fieldset#checkout .main-button{
	margin-top:20px;
	width: 250px;
	
}

/*review order pages*/

#orderDetails #printOnly {
	display:none;
}

table#lineItems {
	width:100%;
	margin:1em 0 0 0;
	border-bottom:1px solid #BFBBBC;
}

table#lineItems th, table#lineItems td {
	padding:.2em;
}

table#lineItems th {
	font-weight:bold;
	padding:.3em;
}

table#lineItems th.qty {
	width:10%;
}

table#lineItems th.name {
	width:60%;
}

table#lineItems th.price {
	width:15%;
}

table#totals {
	float:right;
	width:220px;
	margin-right:43px;
}

table#totals td {
	padding:2px 5px;
}

table#totals tr.grandTotal td {
	border-top:1px solid #BFBBBC;
}

span.attr {
	display:block;
	padding:.5em 0 .2em 2em;
}

fieldset#shipTo {
	float:left;
	width:340px;
	padding:10px;
	margin-top:30px;
	margin-right:20px;
	margin-bottom:10px;
	border:1px solid #BFBBBC;
}

fieldset#billTo {
	float:left;
	width:340px;
	padding:10px;
	margin-top:30px;
	margin-bottom:10px;
	border:1px solid #BFBBBC;
}

fieldset#shipTo legend, fieldset#billTo legend {
	font-weight:bold;
	color:#444;
}

fieldset#shipTo p, fieldset#billTo p {
	margin-bottom:.5em;
}

fieldset.orderDetails {
	padding:0;
	margin:0;
}

fieldset.orderDetails h3 {
	margin-bottom:0;
}

form#OrderForm #cancelBtn {
	float:left;
}

form#OrderForm #submitBtn {
	float:right;
}

form#OrderForm h4 {
	padding-top:15px;
	margin-bottom:.2em;
}

textarea.orderNotes {
	width:480px;
	height:40px;
	margin-bottom:1.5em;
}

form#ProfileForm input#submitBtn {
	float:none;
	margin-left:200px;
	width:150px;
}

ul.numbered{
	list-style:inside;
	margin-left:10px;
}

/* customer account area */

#addressPicker{
	margin:0 0 20px 0;
}

.address-wrap{
	margin:10px 0 5px 0;
	padding-bottom:10px;
	border-bottom:#CCC 1px solid;
}
.confDetails{
	padding:20px 0;
}

#thanks-details h3{
	font-size:1em;
	text-transform:uppercase;
}

#dashboard-details h3{
	font-size:1em;
	text-transform:uppercase;
	padding:30px 0 10px 0;
	margin:10px 0;
	border-bottom:#CCC 1px solid;
}
#dashboard-details h3.first{
	padding-top:0;
}
	
#thanks-details ol{
	list-style:inside;
	margin:15px 15px 30px 15px;
}

.floatLeft{
	float:left
	}
	
h3 a.small {
	font-size:.7em;
	padding-left:1em;
}

ul.profile {
	list-style:none;
}

ul.profile li {
	clear:both;
}

ul.profile p {
	margin-bottom:.5em;
}

ul.profile p.label {
	float:left;
	clear:right;
	width:200px;
	font-weight:bold;
}

ul.profile p.info {
	display:inline;
	margin-left:10px;
}

#cards-list, #address-list{
	margin-bottom:15px;
}

.addyWrap {
	float:left;
	width:200px;
		padding-right:15px;
}

.addyWrap p span.default, .paymentWrap p span.default {
	font-weight:bold;
	padding-left:22px;
	margin:5px 0;
	background:url(../images/accept.png) no-repeat top left;
	display:block;
}

.paymentWrap{
	float:left;
	width:230px;
}
.paymentWrap img{
	float:left;
	margin-right:15px;
	
	}

#addressList li {
	float:left;
	width:200px;
	height:120px;
	padding-right:15px;
	
}

#addressList li input {
	float:left;
	width:30px;
}

#addressList li p {
	margin-left:30px;
}

#content #dashboard-details .checkout-list {
margin:0 0 30px 0;
}

#content #dashboard-details .checkout-list .header li {
padding:5px;
width:200px;

}

#content #dashboard-details .checkout-list .each{
	margin-bottom:1px;
	margin-top:1px;
	background:#f2f2f2;
}

#content #dashboard-details .checkout-list .each li {
padding:5px;
width:200px;
}

p.btmLinks{
	padding:20px 0;
}

/*WISHLIST*/
p.show{
	margin-top:30px;
	margin-bottom:20px;
}

#sortBy.wish {
	margin-bottom:2em;
}

#sortBy #sort{
	float:left;
	margin-right:15px;}

#manageWishlist{
	display:block;
	float:right
}

#manageWishlist p.manage{
	text-align:right;

}
#manageWishlist p.swicthWishlist{
	margin-bottom:.7em;

}

.wishlist {
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	background:#F8F3EC;
	padding:15px;
}

#content .wishlist .content {
	float:left;
	width:700px;
}

.wishlist .imgWrap {
	float:left;
	padding-right:1em;
	width:125px;
}

.wishlist .imgWrap img{
	border:3px solid #E1D4C5;
margin:10px 0;
}

.wishlist .info {
	float:right;
	width:200px;
}

.wishlist .info p {
	margin-bottom:.75em;
}


.wishlist .desc{
	float:left;
	width:500px;
}

.wishlist .desc h4.price {
	font-weight:normal;
}

.wishlist textarea {
	margin:10px 0;
	border: #CCC 1px solid;
}
.wishlist  p.comment {
	border-top:#ccc 1px solid;
	margin:5px 0 0 0;
	padding-top:5px;

}

.wishlist p.addDate {
	font-size:.7em;
	margin-top:.7em;
	margin-bottom:0;
}

.wishlist p.remove {
	text-align:right;
}

table.detail-description input{
	margin:0;
}
p.publicWishlist{
	padding:15px;
	background:#eee;
	clear:both;
	border:#ccc 1px solid;
}

table#lineItems.wishlistTable{
	margin-bottom:15px;
	margin-top:20px;
	}

table#lineItems.wishlistTable th{
	text-align:left;
	background:#57476B none repeat scroll 0 0;
color:#FFFFFF;
font-weight:normal;
}

table#lineItems.wishlistTable tr td{
	padding:10px 5px;
	border-bottom:#ccc 1px solid;
}
table#lineItems.wishlistTable tr.public td{
	border:none;
	padding-bottom:0;
}
/* misc */
#PaymentForm{
	width: 500px;
	float: left;
}
#shippingMethods label{
	/*width: 200px;*/
}
#shippingMethods tr td{
	height: 25px;
	vertical-align: middle;
}
#shippingMethods tr td input{
	width: 20px;
	margin: 0px;
}
#bongo{
	width: 150px;
	float: right;
	margin-top: 40px;
	margin-right: 30px;
}
#upsBox{
	width: 100%;
	float: left;
}

/* error container */
#errorContainer {
	padding:1em;
	border:2px solid #FBC2C4;
	background:#FBE3E4;
	margin-bottom:1em;
	margin-top:1em;
}

#errorContainer p, #errorContainer h4, #errorContainer li, #errorContainer a {
	color:#8a1f11;
}

#errorContainer p {
	margin-bottom:.5em;
}

#errorContainer a {
	text-decoration:underline;
}



/* ------------------------- footer -------------------------- */
#footer {
	clear: both;
	float: left;
	margin-top: 30px;
	display: inline;
	width: 100%;
	color: #fff;
	background: #90819a url(../images/footer.bg.jpg) repeat-x left top;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #5d5364;
}
#footer .col-1,  #footer .col-2{
	float: left;
	height: 168px;/*256px;*/
}
#footer .col-1 {
	width: 250px; /*370px*/
}
#footer .col-2 {
	width: 250px; /*360px;*/
}
#footer .col-3 {
	width: 230px;
	margin-top: 40px;
	float: right;
}
#footer .copyright {
	clear: both;
	text-align: center;
	font-size: .75em;
}
#footer .copyright a {
	color: #fff;
}
#footer .newsletter {
	padding: 10px 0;
}
#footer .newsletter label {
	font-weight: bold;
	float: left;
	width: 100%;
}
#footer .newsletter input {
	float: left;
	width: 50%;
	display: inline;
	background: #fff;
	border: 3px solid #cccccc;
	color: #696969;
	padding: 3px 2px;
	margin: 3px 0;
}
#footer .newsletter input#mc-embedded-subscribe {
	float: left;
	margin: 2px 0 0 10px;
	display: inline;
	background: #57476b;
	text-transform: uppercase;
	border: 3px solid #cccccc;
	color: #fff;
	padding: 2px 3px 3px;
	width:auto;
}
#footer .newsletter .response {
	font-size:.8em; 
	clear:both; 
	line-height:1.2em; 
	padding-top:.5em;
}
#footer .navigation {
	clear: both;
	float: left;
	width: 190px;
	background: url(../images/content.transparent.png);
	font-size: 1em;
	padding: 2px 10px;
	margin-top: 5px; /*30px;*/
	display: inline;
}
#footer .navigation label {
	font-weight: bold;
}
#footer .navigation .nav {
	float: left;
	width: 190px;
}
#footer .navigation .nav li {
	float: left;
	width: 95px;
}
#footer .partners {
	float: left;
	width: 100%;
	margin-top: 15px;
}
#footer .partners li {
	float: left;
	margin-right: 10px;
	display: inline;
}
#footer .additional-details {
	clear: both;
	float: left;
	width: 190px;
	background: url(../images/content.transparent.png);
	padding: 2px 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: inline;
}
#footer .additional-details label {
	font-weight: bold;
}
#footer .col-3{
	position: relative;
}
#footer-partner .verified {
	/*float: left;*/
	/*margin-top: 15px;*/
	/*display: inline;*/
	/*width: 100%;*/
	text-align: right;
	width: 100%;
	position: absolute;
	top: 15px;
	left: 0px;
	width: 165px;
	height: 61px;
}
#footer-partner .facebook {
	/*float: left;*/
	/*margin-top: 10px;*/
	/*margin-left: -110px;*/
	/*display: inline;*/
	width: 32px;
	height: 32px;
	position: absolute;
	top: 52px;
	left: 135px;
	/*text-align: right;*/
}
#footer-partner .twitter {
	/*float: left;*/
	/*margin-top: 10px;*/
	/*margin-left: -110px;*/
	/*display: inline;*/
	width: 32px;
	height: 32px;
	position: absolute;
	top: 52px;
	left: 173px;
	/*text-align: right;*/
}

#footer-partner .upfront {
	/*float: left;
	margin-top: 5px;*/
	/*margin-left: -100px;*/
	/*display: inline;*/
	position: absolute;
	top: 50px;
	left: 0px;
	width: 107px;
	height: 36px;
	/*text-align: right;*/
}
#footer-partner .payment {
	/*float: left;
	margin-top: 5px;
	display: inline;
	width: 100%;
	text-align: right;*/
	height:36px;
	left:0px;
	position:absolute;
	top:5px;
	width:206px;
}
#footer-partner .toponline {
	/*float: left;
	margin-top: 5px;
	display: inline;
	width: 100%;
	text-align: right;*/
	height:32px;
	left:208px;
	position:absolute;
	top:8px;
	width:75px;
}
#footer-partner .security {
	/*float: right;*/
	/*margin-top: -85px;*/
	/*display: inline;*/
	position: absolute;
	bottom: 5px;
	right: 0px;
	width: 100px;
	height: 85px;
	/*text-align: right;*/
}

#footer-partner{
	clear: both;
	float: left;
	display: inline;
	width: 100%;
	height: 100px;
}
#footer-partner .left{
	float: left;
}
#footer-partner .partners {
	float: left;
	width: 100%;
	margin-top: 15px;
}
#footer-partner .partners li {
	float: left;
	margin-right: 10px;
	display: inline;
	height: 65px;
	vertical-align: middle;
}
#footer-partner .right{
	float: right;
	position: relative;
	height: 100px;
	width: 340px;
}

#subfooter{
	clear: both;
	float: left;
	display: inline;
	width: 100%;
	color: #fff;
	background: #90819a;
}
#subfooter .centered{
	text-align: center;
}
#subfooter a {
	color: #fff;
	font-weight: bolder;
}
#subfooter a:hover {
	color: #5d5364;
}

#flash {
	background-color: #F8F3EC;
	color: #030;
	border: none;
	padding: 15px 15px;
}

#flash a{
	color: #006a2c;
	font-weight: bold;
	text-transform: uppercase; 
}


