/*

Title:      arearugs.com master styles
Author:     Daniel Marino

*/

@font-face {
  font-family: 'Clarendon';
  src: url(../font/Clarendon.eot);
  src: local('Clarendon'), url(../font/Clarendon.ttf) format('truetype');
}

a {
	color: #9e0039;
}

body {
	color: #252525;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

h2 {
	color: #363636;
	font-family: Clarendon, georgia, times, serif;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 25px;
	text-shadow: 0 1px 1px #fff;
}

h3 {
	color: #363636;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px;
}

h4 {
	font-weight: bold;
	margin-bottom: 5px;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

h6 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

img {
	display: block;
}

ol, ul {
	margin: 0 0 20px 25px;
}

p, pre {
	margin-bottom: 20px;
}

small {
	color: #707070;
	font-size: 10px;
}

table {
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}

td, th {
	margin: 0;
	padding: 7px;
}

th, td.label {
	font-weight: bold;
	padding-right: 20px;
}


/* Global Header
----------------------------------------------------------------------------------------------------*/

#global-header {
	background: url(../img/header-strip.png) top repeat-x;
}

#global-top {
	height: 100px;
	position: relative;
	margin-bottom: 10px;
}

#mini-nav-and-cart {
	position: absolute;
	right: -17px;
	top: 0;
}


/* Logo
----------------------------------------------------------------------------------------------------*/

#logo {
	height: 52px;
	left: 0;
	position: absolute;
	top: 18px; /* DKV - 10/2010 */
	width: 220px;
}

#logo a {
	background: transparent url(../img/logo.png) no-repeat;
	display: block;
	height: 52px;
	overflow: hidden;
	text-indent: -5000px;
	width: 220px;
	border-height: 50px;
	padding-right: 20px;
}

#logo-details {
	//border-left: 1px solid #747474;	
	height: 32px;
	left: 240px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
	padding-top: 11px;
	position: absolute;
	top: 18px; /* DKV - 10/2010 */
}

/* DKV - 10/2010 */
#logo-tagline {
	border-top: 1px solid #eceae3;
	height: 34px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 75px;
	width: 680px;
}

#logo-tagline li {
	color: #278f87;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 34px;
	line-height: 33px;
	margin: 0 15px 0 10px;
	padding: 0;
}

#logo-tagline li:first-child {
	list-style-type: none;
	margin-left: 0;
}

#logo-tagline li span {
	font-size: 12px;
	color: #252525;
}
/* End DKV - 10/2010 */


/* Mini Nav
----------------------------------------------------------------------------------------------------*/

#mini-nav {
	float: left;
	line-height: 39px;
	margin: 0;
}

#mini-nav li {
	display: inline-block;
	float: left;
}

#mini-nav a {
	font-size: 11px;
	margin-left: 15px;
}


/* Hero
----------------------------------------------------------------------------------------------------*/

#hero {
	padding-top: 10px; /* DKV - 10/2010 */
}


/* Global Cart
----------------------------------------------------------------------------------------------------*/

#global-cart {
	background: url(../img/cart-tab.png) left top no-repeat;
	float: left;
	font-size: 11px;
	height: 34px;
	line-height: 39px;
	padding-left: 37px;
}

#global-cart span {
	background: url(../img/cart-tab.png) right top no-repeat;
	display: inline-block;
	padding-right: 40px;
}

#global-cart a {
	background: url(../img/icon-cart.png) left center no-repeat;
	color: #fff;
	padding-left: 20px;
}


/* Global Search
----------------------------------------------------------------------------------------------------*/

#global-search {
	position: absolute;
	right: 0;
	top: 75px; /* DKV - 10/2010 */
}

#global-search input {
	background: #f8f4e8;
	border: none;
	border: 1px solid #cdcdcd;
	color: #707070;
	display: block;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin: 0;
	height: 13px;
	padding: 5px;
	width: 163px; /* DKV - 10/2010 */
}

#global-search button {
	padding-left: 15px;
}


/* Global Navigation
----------------------------------------------------------------------------------------------------*/

#global-nav ul {
	background: #111 url(../img/nav-back-new.png) repeat-x;
	height: 35px;
	margin: 0;
}

#global-nav li {
	border-right: 1px solid #747474;
	display: inline-block;
	float: left;
	height: 25px;
	margin: 5px 0;
	position: relative;
}

#global-nav li.shop-by {
	width: 90px;
	margin: 0;
	background: url(../img/nav-back-arrow.png) repeat-x;
	border-right: none;
	color: #fff;
	display: block;
	font-family: Clarendon,georgia,times,serif;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 30px;
	text-decoration: none;
	text-shadow: 0 -1px 1px #000;
}

#global-nav a {
	color: #fff;
	display: block;
	font-family: Clarendon, georgia, times, serif;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	padding: 0 30px;
	text-decoration: none;
	text-shadow: 0 -1px 1px #000;
}

#global-nav ul ul {
	display: none;
}

#global-nav li:hover a {
	background: #e3ddcd;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	color: #00746a;
	margin: 0 15px;
	padding: 0 15px;
	position: relative;
	text-shadow: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	z-index: 2000;
}

#global-nav li.nav-featured:hover a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#global-nav li.nav-popular { display: none; }

#global-nav li:hover ul {
	background: #e3ddcd;
	box-shadow: 0 0 5px #434343;
	clear: both;
	display: block;
	height: auto;
	left: 15px;
	min-width: 125px;
	padding: 5px 10px;
	position: absolute;
	top: 25px;
	z-index: 1000;
	-moz-box-shadow: 0 0 5px #434343;
	-webkit-box-shadow: 0 0 5px #434343;
}

#global-nav li:hover li {
	border-bottom: 1px solid #c6ba9c;
	border-right: none;
	display: block;
	float: none;
	margin: 0;
}

#global-nav li:hover li:last-child {
	border-bottom: none;
}

#global-nav li:hover li a {
	border-radius: 0;
	color: #9e0039;
	display: block;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	height: auto;
	line-height: auto;
	margin: 0;
	padding: 0 5px;
	position: static;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#global-nav li:hover li a:hover {
	background: #d7cfb9;

}


/* Promo Banner
----------------------------------------------------------------------------------------------------*/

#promo-banner {
	/*margin-bottom: 10px;  DKV - 11/2010 */
}


/* Modules
----------------------------------------------------------------------------------------------------*/

.module {
	background: #e3ddcd;
	margin-bottom: 20px;
	padding: 5px; /* DKV - 10/2010 */
}

.module-border {
	background: #f8f4e8;
	border: 1px solid #c6ba9c;
	margin: 0; /* DKV - 10/2010 */
	padding: 10px 15px;
}

.module button span {
	background-color: #f8f4e8
}

.module h3 {
	border-bottom: 1px dotted #bab7ae;
	color: #00746a;
	font-family: georgia, times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 -5px 10px -5px;
	padding: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
}

.callout { margin: 10px 0; }

/* Quick Search
----------------------------------------------------------------------------------------------------*/

#quick-search select {
	width: 99%;
	margin-bottom: 3px;
}

#quick-search button {
	display: block;
	margin: 3px auto 0;
}


/* Top Categories
----------------------------------------------------------------------------------------------------*/

#top-categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


/* DKV - 10/2010  Newsletter
----------------------------------------------------------------------------------------------------*/

#newsletter input#email {
	display: block;
	width: 254px;
	margin: 2px auto 10px auto;
}

#newsletter button {
	margin: 0 0 40px 8px;
}

#newsletter h3 {
	border-bottom: 1px dotted #bab7ae;
	color: #363636;
	font-family: georgia, times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 30px 10px 10px 10px;
	padding: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
}

/* Slideshow
----------------------------------------------------------------------------------------------------*/

#slideshow {
	padding: 5px;
}

#slideshow .module-border {
	border-color: #fff;
	margin: 0;
	padding: 0;
	position: relative;
}

#slideshow img {
	height: 352px;
	width: 568px;
}

#slideshow #pager {
	bottom: 34px;
	position: absolute;
	right: 16px;
	z-index: 9999;
}

#slideshow #pager a {
	background: rgba(255, 255, 255, .6);
	display: inline-block;
	font-family: verdana;
	height: 16px;
	line-height: 16px;
	margin-left: 3px;
	width: 16px;
	text-align: center;
	text-decoration: none;
}

#slideshow #pager a.activeSlide {
	color: #252525;
}


/* From the Blog
----------------------------------------------------------------------------------------------------*/

#from-the-blog a {
	text-decoration: none;
}

#from-the-blog p {
	margin-bottom: 0;
}

/* for long content during js resize */
#from-the-blog .module-border {
	overflow: hidden;
}

/* Breadcrumb Navigation
----------------------------------------------------------------------------------------------------*/

#breadcrumb {
	background: #e3ddcd;
	color: #8b8b8b;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
}

#breadcrumb ul {
	margin: 0;
	padding-left: 5px;
}

#breadcrumb li {
	background: url(../img/crumb-divider.png) right no-repeat;
	display: inline-block;
	float: left;
	margin-left: 10px;
	padding-right: 20px;
}

#breadcrumb li:last-child {
	background: none;
	padding-right: 0;
}

#breadcrumb a {
	color: #8b8b8b;
	font-weight: bold;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}


/* Product Thumbnail Listings
----------------------------------------------------------------------------------------------------*/

.product img {
	background: #959595;
	border: 5px solid #dbd3bd;
	display: inline-block;
}

.price-box {
	margin-bottom: 5px;
}

.product .price,
.price-box .label {
	color: #959595;
	font-size: 10px;
}

.product .price span,
.price-box .price {
	color: #00746a;
	font-size: 13px;
	font-weight: bold;
}


/* Carousel
------------------------------------------------------------------------------*/
.carousel { float: left; border: 1px #FFFFFF solid; width: 234px; height: 101px;
}

.ui-carousel-button {
    width: 22px; height: 103px; padding: 0px;
    display: block; float: left; background: #E4DFCC;
    font-weight: bold; font-family: "Arial Unicode MS", Arial, Helvetica;
}
.more-views .carousel {
	height: 74px;
}
.more-views .ui-carousel-button {
	height: 76px;
}
.product-img-box button.ui-state-disabled { /* visibility: hidden; */ }
.ui-carousel-prev { padding-right: 0.25em;
    border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
}

.ui-carousel-next { padding-left: 0.5em;
    border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

/* Featured Rugs
----------------------------------------------------------------------------------------------------*/

#featured-rugs {
	margin: 0; /* DKV - 10/2010 */
}

/* DKV - 10/2010 */
#featured-rugs h2 {
	margin: 0 0 10px 0;
}
/* End DKV - 10/2010 */

#featured-rugs .product img {
	height: 190px;
	line-height: 100px;
	margin-bottom: 10px;
}

#featured-rugs .product p {
	margin-bottom: 5px;
	font-size: 10px;
}

.featured-rug {
	float: left;
	height: 310px;
	position: relative;
	margin: 10px 20px 0px 0;
	width: 140px;
}

.featured-rug.last {
	margin-right:0;
}

.featured-rug .price-box {
	position: absolute;
	bottom: 0;
}


/* Brands
----------------------------------------------------------------------------------------------------*/

.brand-logo {
	width: auto;
	float: left;
	padding: 10px;
}

li.nav-brands-828-rugs,
li.nav-brands-ams-imports,
li.nav-brands-american-cottage-rugs,
li.nav-brands-anji-mountain-bamboo-rug-co,
li.nav-brands-balta-rugs,
li.nav-brands-bowron-rugs,
li.nav-brands-brink-and-campman,
li.nav-brands-brumlow-home,
li.nav-brands-b-s-trading-rugs,
li.nav-brands-central-oriental-rugs,
li.nav-brands-chandra-rugs,
li.nav-brands-classic-home-rugs,
li.nav-brands-club-rugs,
li.nav-brands-colonial-mills-rugs,
li.nav-brands-color-wheel,
li.nav-brands-concord-global,
li.nav-brands-cosmic-inc,
li.nav-brands-dalyn,
li.nav-brands-decor-rugs,
li.nav-brands-delos-inc,
li.nav-brands-direct-home-textiles,
li.nav-brands-dynamic-fashions,
li.nav-brands-feizy-rugs,
li.nav-brands-flagship-carpets,
li.nav-brands-foreign-accents,
li.nav-brands-fun-rugs,
li.nav-brands-global-accents,
li.nav-brands-gulistan,
li.nav-brands-harounian-rugs,
li.nav-brands-henan-prosper,
li.nav-brands-home-dynamix,
li.nav-brands-homefires-rugs,
li.nav-brands-homespice-decor,
li.nav-brands-itm-rugs,
li.nav-brands-jaipur,
li.nav-brands-kaleen,
li.nav-brands-kane-carpet,
li.nav-brands-kas-oriental,
li.nav-brands-learning-carpets,
li.nav-brands-lets-gel-gelpro,
li.nav-brands-loloi,
li.nav-brands-lr-resources,
li.nav-brands-majestic-rug-company,
li.nav-brands-merida,
li.nav-brands-milliken,
li.nav-brands-nejad-rugs,
li.nav-brands-obeetee,
li.nav-brands-pendleton,
li.nav-brands-prairie-rugs,
li.nav-brands-rhody,
li.nav-brands-rizzie-rugs,
li.nav-brands-robin-rugs,
li.nav-brands-rug-one,
li.nav-brands-rugs-america,
li.nav-brands-shalom-brothers,
li.nav-brands-smyrna,
li.nav-brands-the-rug-market,
li.nav-brands-thorndike-mills,
li.nav-brands-tracy-porter,
li.nav-brands-transocean,
li.nav-brands-tuftex,
li.nav-brands-united-weavers {
	display: none !important;
}

ul.shop-by-brand {
	list-style-type: none;
	margin: 0;
}


/* Content
----------------------------------------------------------------------------------------------------*/

.aside {
	margin-bottom: 30px;
}

#main-content {
	margin-bottom: 30px;
	padding-top: 10px;
}


/* List & Grid View (Catalog Listing)
----------------------------------------------------------------------------------------------------*/

/* START RG - 11/2010 */

.toolbar {
	border-bottom: 1px solid #eceae3;
}

.pager ol {
	display: inline;
	margin: 0;
}

.pager li {
	display: inline;
}

.pager {
	float: left;
	margin-right: 60px;
}

/* END RG - 11/2010 */

.pager,
.sorter {
	/* background: #e3ddcd none repeat scroll 0 0;  DKV - 11/2010 */
	/* border-bottom: 1px solid #eceae3; DKV - 11/2010 */
	margin-bottom: 0;
	padding: 0 0 5px 0; /* NLS - 11/2010 */
}

.pager .amount,
.sorter .view-mode {
	display: inline;
	float: left;
	margin-bottom: 0;
}

.sorter .view-mode {
	margin-right: 30px; /* RG - 11/2010 */
}

.limiter {
	float: left; /* RG - 11/2010 */
	display: inline;
}

.pager .limiter,
.sorter .sort-by {
	/* display: block; RG - 11/2010 */
	float: right;
}

.pager .pages {
	display: inline-block;
	text-align: center;
	width: 69%;
}

.pager .pages li,
.pager .pages ol {
	display: inline;
}

.sorter .sort-by img {
	display: inline-block;
}

/* DKV - 11/2010 */
.limiter img {
	display: inline-block;
}
/* End DKV - 11/2010 */

.listing-type-list .product-image {
	float: left;
	margin-right: 20px;
}

.listing-type-list .product-shop {
	float: left;
	width: 443px;
}

.listing-type-list,
.listing-type-grid {
	/* border: 1px solid #c6ba9c;  DKV - 11/2010 */
	/* border-bottom: 1px solid #fff;  DKV - 11/2010 */
}

.listing-type-list .listing-item {
	border-bottom: 1px solid #c6ba9c;
	padding: 20px;
}

.listing-type-grid {
	/* background: url(https://www.arearugs.com/skin/frontend/arearugs/default/img/grid-four-across-bg.png) center top repeat-y; DKV - 11/2010 */
}

.listing-type-grid .grid-row {
	/* border-bottom: 1px solid #c6ba9c; DKV - 11/2010 */
	margin: 0;
}

.listing-type-grid li.item {
	float: left;
	overflow: hidden;
	padding: 20px;
	width: 135px; /* DKV - 11/2010 */
}

.listing-type-grid .product-image img {
	margin: 0 auto;
}


/*  Product Tags  */

span.page-nav {
	font-weight: bold;
	font-size: 14px;
}

a.page-nav {
	text-decoration: none;
}


/* Filter Search Options (aka Layered Nav)
----------------------------------------------------------------------------------------------------*/

.top-border {
  border-top: 1px dotted #bfbfbf;
  padding-top: 5px;
}

.filter-search-results {
  background: url(../img/filter_results_background.png) -1% 48% no-repeat;
  border: 1px solid #e3ddcd;
	margin-bottom: 20px;
}

.applied_filters,
.all_filters {
  float: left;
}

.applied_filters {
  margin-right: 15px;
  padding: 15px 20px;
  width: 179px;
}

.all_filters {
  width: 704px;
  padding: 15px 0 5px;
}

ol.currently {
  margin: 0;
}

ol.currently li {
  background: #3c3c3a;
  background: rgba(0, 0, 0, .75);
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  color: #fff;
  display: inline-block;
  margin-bottom: 3px;
  min-height: 18px;
  padding: 3px 25px 2px 7px;
  position: relative;
  text-shadow: 0 1px 1px (0, 0, 0, .75);
}

ol.currently li a.btn-remove {
  background: #fff url(../img/icon-delete-simple.png) 50% 50% no-repeat;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: block;
  float: right;
  height: 19px;
  overflow: hidden;
  position: absolute;
  right: 2px;
  text-indent: -5000px;
  top: 2px;
  width: 19px;
}

.filter-option {
	float: left;
	margin-bottom: 15px;
	width: 234px;
}

.filter-option label {
	display: block;
	margin-bottom: 3px;
}



/* Product Page
----------------------------------------------------------------------------------------------------*/

#product-information {
	margin-top: 20px;
}

#product-title {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
	text-shadow: none;
}


/*  Product Tags  */

#product-tags {
	list-style: none;
	margin: 0 0 8px;
}

#product-tags li {
	background: #bedddd;
	border-radius: 3px
	display: block;
	float: left;
	font-size: 9px;
	line-height: 1;
	margin-right: 3px;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#product-tags li a {
	color: #252525;
	display: block;
	line-height: 14px;
	padding: 0 4px;
	text-decoration: none;
}


/*  Product Price  */

.our-price {
	display: inline-block;
	line-height: 12px;
	margin-right: 8px;
}

.big-price .regular-price .price,
.big-price {
	display: inline-block;
	font-size: 32px;
	color: #9E0039;
	font-weight: bold;
}

.big-price .regular-price {
	bottom:-9px;
}

.big-price span {
	bottom: 10px;
	font-size: 18px;
	position: relative;
}

.red-price {
	display: inline;
	color: #9E0039;
}


/*  Product Selector  */

#product-selector button {
	float: right;
}

#product-selector ol {
	list-style: none;
	margin-left: 0;
}

#product-selector li {
	display: block;
	font-weight: bold;
	height: 25px;
	margin-bottom: 10px;
}

#product-selector label {
	display: block;
	float: left;
	line-height: 24px;
	width: 60px;
}

#product-selector select {
	display: block;
	float: right;
	margin-top: 4px;
	width: 275px;
}

.shopping-cart-collaterals #product-selector {
	margin-bottom: 0;
}


/*  Product Rating  */

#product-rating {
	background: #e1e1e1;
	padding: 10px 15px 15px;
	margin-bottom: 10px;
}

#product-rating ul {
	margin: 0;
}

#product-rating .average-rating {
	margin-bottom: 10px;
}

#product-rating li {
	display: inline-block;
	font-size: 10px;
	float: left;
	height: 10px;
	line-height: 10px;
	padding-right: 5px;
	margin-right: 5px;
}

#product-rating li:first-child {
	border-right: 1px solid #707070;
}

.average-rating img,
.customer-rating img {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	top: 3px;
}


/*  Product Controls  */

#product-controls {
	float: right;
	margin-bottom: 35px;
}

#product-controls li {
	display: inline-block;
	float: left;
	margin-left: 15px;
}

#product-controls a {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding-left: 21px;
}

.compare {
	background: transparent url(../img/icon-flag.png) left center no-repeat;
}

.wishlist {
	background: transparent url(../img/icon-check.png) left center no-repeat;
}


/*  Product Images  */

#product-images {
	margin-bottom: 10px;
	width: 280px;
}

#product-images img {
	background: #959595;
	width: 280px;
}

#product-image-controls {
	list-style: none;
	margin: 0;
}

#product-image-controls li:first-child {
	float: left;
	margin: 0 0 20px;
}

#product-image-controls li {
	display: inline-block;
	float: right;
	margin-left: 5px;
}

.zoom {
	background: url(../img/icon-zoom.gif) left center no-repeat;
	display: inline-block;
	float: left;
	font-weight: bold;
	padding-left: 21px;
}

#product-images .zoom {
	background: none;
	float: none;
	padding-left: 0;
}

#octagon, #oval,
#round, #rectangle,
#runner, #square {
  background: url(../img/rug-shapes.png) left center no-repeat;
	display: inline-block;
	height: 16px;
	text-indent: -5000px;
}

#round {
	background-position: 0 -40px;
	width: 16px;
}

#octagon {
	background-position: 0 0px;
	width: 16px;
}

#oval {
	background-position: 0 -81px;
	width: 8px;
}

#rectangle {
	background-position: 0 -122px;
	width: 8px;
}

#runner {
	background-position: 0 -204px;
	width: 4px;
}

#square {
	background-position: 0 -163px;
	width: 16px;
}

#swatch-image-thumbs,
#product-image-thumbs {
	list-style: none;
	margin: 0 0 20px;
}

#swatch-image-thumbs li,
#product-image-thumbs li {
	float: left;
	margin-right: 4px;
}

#swatch-image-thumbs a,
#product-image-thumbs a {
	border: 1px solid #fff;
	display: block;
}

#swatch-image-thumbs a:hover,
#product-image-thumbs a:hover {
	border: 1px solid #ccc;
}

#swatch-image-thumbs img,
#product-image-thumbs img {
	background: #ccc;
	display: block;
	margin: 2px;
}


/*  Product Details  */

#product-details-tabs {
	background: transparent url(../img/color-cccccc.png) bottom repeat-x;
	margin: 0;
}

#product-details-tabs li {
	display: inline-block;
	float: left;
}

#product-details-tabs h4 {
	margin: 0;
}

#product-details-tabs a {
	display: block;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
}

#product-details-tabs span {
	display: block;
	padding-right: 40px;
	margin-left: 40px;
}

#product-details .ui-state-default a {
	background: transparent url(../img/product-details-tab-off.png) left top no-repeat;
	color: #fff;
}

#product-details .ui-tabs-selected a {
	background: transparent url(../img/product-details-tab-on.png) left top no-repeat;
	color: #252525;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .15);
}

#product-details .ui-state-default span {
	background: #fff url(../img/product-details-tab-off.png) right top no-repeat;
}

#product-details .ui-tabs-selected span {
	background: #fff url(../img/product-details-tab-on.png) right top no-repeat;
}

#product-additionalinfo,
#product-description,
#product-reviews {
	border: 1px solid #ccc;
	border-top: none;
	margin-bottom: 30px;
}

#product-additionalinfo,
#product-description {
	padding: 20px;
}

.product-review {
	border-bottom: 1px dotted #ccc;
	padding: 20px;
}

.product-review:last-child {
	border-bottom: none;
}

.product-review .meta {
	margin-bottom: 0;
}

.even {
	background: #f8f4e8;
}


/*  Product Details Highlight  */

.highlight {
	background: #F8F4E8 none repeat scroll 0 0;
	padding: 20px;
	margin-bottom: 10px;
}

.highlight p {
	display: inline;
}

.highlight span.gray {
	color: #707070;
}

/* People Also Viewed
----------------------------------------------------------------------------------------------------*/

#also-viewed {
	text-align: center;
}

#also-viewed h3 {
	margin-bottom: 15px;
}

#also-viewed .product img {
	height: 100px;
	line-height: 100px;
	margin-bottom: 5px;
	width: 160px;
}

#also-viewed .product:last-child p {
	margin-bottom: 0;
}

ol#recently-viewed-items {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
}


/* My Wishlist
----------------------------------------------------------------------------------------------------*/

.mini-wishlist h3 a {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	text-transform: none;
}

.mini-wishlist .link-cart {
	display:block;
}

ol#wishlist-sidebar {
	margin: 0;
}


#wishlist-sidebar .odd,
#wishlist-sidebar .even {
	margin: 0 0 10px 0;
}

.mini-wishlist .product-images {
	float: left;
	height: 52px;
	width: 52px;
}

.mini-wishlist .product-details {
	clear: right;
	height: auto;
	min-height: 50px;
}

.mini-wishlist .product-details {
	margin: 0 0 0 60px;
}

.widget-btn {
	float: right;
	font-size: 11px;
	margin: 3px 3px 1px 5px;
}

/* Share Your Wishlist */
.group-select .form-list li {
	margin: 0 0 0 20px;
}


/* AreaRugs Sidebar
----------------------------------------------------------------------------------------------------*/
.arearugscom p {
	margin-bottom: 0;
}


/* My Orders
----------------------------------------------------------------------------------------------------*/

.mini-compare-products h3 a {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	text-transform: none;
}

ol#cart-sidebar-reorder {
	margin: 0;
}

#my-orders-table {
	margin-bottom: 0;
}

#cart-sidebar-reorder .product-checkbox {
	float: left;
	width: 10px;
}

#cart-sidebar-reorder .product-names {
	margin-left: 22px;
}


/* Track Your Order
----------------------------------------------------------------------------------------------------*/
.box-header {
	background:#F8F4E8 none repeat scroll 0 0;
	border:1px solid #C6BA9C;
	font-weight: bold;
	margin: 10px 0;
	padding: 2px 8px;
	text-align: left;
}


/* Print Orders
----------------------------------------------------------------------------------------------------*/
.page-popup {
	background:#FFFFFF none repeat scroll 0 0;
	padding:25px 30px;
	text-align:left;
}

.page-popup .print-head {
	margin:0 0 15px;
}

.data-table thead tr th {
	background:#E3DDCD repeat-x scroll 0 100%;
}

.data-table tbody.odd tr {
	background:#FFF none repeat scroll 0 0;
}

.data-table tbody.even tr {
	background:#F8F4E8 none repeat scroll 0 0;
}

.data-table tfoot tr {
	background-color:#E3DDCD;
}

.data-table tfoot tr.first {
	background-color:#E3DDCD;
}

.data-table tfoot td {
	border-bottom: 0px;
}


/* Bottom
----------------------------------------------------------------------------------------------------*/

#bottom {
	background: #dbd3bd url(../img/bottom-back.png) center;
	border-top: 5px solid #d7cbac;
	padding: 35px 0;
}

#bottom .footer {
    background: transparent url(../img/trans-white.png);
    color: #7d7d7d;
    font-size: 11px;
    margin-top: 30px;
    padding: 20px 10px 20px 20px; /* DKV - 12/2010 */
    /*text-align: center; DKV - 12/2010 */
}

#rra-badge {
  float: right;
  margin: 0 10px 0 10px;
}

/*  Browse Rugs  */

.browse-rugs-by {
	float: left;
	margin-right: 20px;
	width: 140px; /* DKV - 10/2010 */
}

.browse-rugs-by ul {
	list-style: none;
	margin: 0;
}

/* DKV - 10/2010 */
.browse-rugs-by ul.column-two {
	margin-top: 23px;
}
/* End DKV - 10/2010 */


/*  Top Brands  */

.top-brands {
	float: left;
	width: 140px; /* DKV - 10/2010 */
}


.top-brands ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
}

.top-brands ul.column-two {
	margin-top: 23px;
}

/*
#top-brands ul {
	list-style: none;
	margin: 0;
}

#top-brands li {
	background: #fff;
	box-shadow: 0 2px 5px #bcb5a3;
	display: inline-block;
	float: left;
	height: 61px;
	line-height: 61px;
	margin: 0 10px 10px 0;
	text-align: center;
	width: 77px;
	-moz-box-shadow: 0 2px 5px #bcb5a3;
	-webkit-box-shadow: 0 2px 5px #bcb5a3;
}

#top-brands li:nth-child(4n+4) {
	margin-right: 0;
}
*/

/* IE Fix */
/*
#top-brands li.fourth {
	margin-right: 0;
}

#top-brands a {
	display: block;
	height: 100%;
	width: 100%;
}

#top-brands img {
	display: inline;
	margin: 0 auto;
	vertical-align: middle;
}
*/


/*  Footer  */

#footer-nav ul {
    margin: 10px 0 10px 0; /* DKV - 12/2010 */
}

#footer-nav li {
    display: inline-block;
    margin: 0 10px 0 0; /* DKV - 12/2010 */
}

#sosumi {
	margin: 0;
}


/* Forms Base Styling
----------------------------------------------------------------------------------------------------*/

button {
	background: transparent url(../img/button-pink.png) right top no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: Clarendon, georgia, times, serif;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0 15px 0 0;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .15);
}

button span {
	background: #E3DDCD url(../img/button-pink.png) left top no-repeat;
	display: inline-block;
	float: left;
	height: 25px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 0 15px;
}

#product-selector button.black {
	background: transparent url(../img/button-black.png) right top no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: Clarendon, georgia, times, serif;
	font-size: 20px;
	height: 36px;
	line-height: 25px;
	margin: 0;
	padding: 0 20px 0 0;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .15);
}

#product-selector button.black span {
	background: #E3DDCD url(../img/button-black.png) left top no-repeat;
	display: inline-block;
	float: left;
	height: 36px;
	line-height: 34px;
	margin: 0;
	padding: 0 0 0 20px;
}

/* Firefox has it's own problems...
   http://stairwellblog.com/2009/10/taming-firefoxs-button-element */
button::-moz-focus-inner {
	border: none;
	padding: 0;
}

button img {
	display: inline-block;
}

/* Alternative button */

button.alt-button {
	background: #00746a;
	border-radius: 5px;
	color: #fff;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 11px;
	height: auto;
	line-height: auto;
	padding: 0 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

button.alt-button span {
	background: none;
	display: inline-block;
	float: none;
	height: auto;
	line-height: auto;
	padding: 0;
}

legend {
	display: none;
}

ul.form-list {
	list-style: none;
	margin-left: 0;
}


/* Message Notifications
----------------------------------------------------------------------------------------------------*/

ul.messages {
	list-style: none;
	margin: 0 0 20px;
}

ul.messages > li > ul {
	list-style: none;
	margin: 0;
}

.error-msg,
.notice-msg,
.success-msg,
.note-msg {
	font-weight: bold;
	padding: 20px;
	text-align: center;
    margin-bottom: 1em;
}

.error-msg,
.note-msg {
	background: #fbd2d3;
	border: 1px solid #ff0000;
	color: #ff0000;
}

.notice-msg,
.success-msg {
	background: #cce3d7;
	border: 1px solid #007236;
	color: #007236;
}


/* Login
----------------------------------------------------------------------------------------------------*/
.login-box .col-1,
.login-box .col-2 {
	background: #f8f4e8;
	border: 1px solid #c6ba9c;
}

.login-box .content {
	background: #f8f4e8;
	min-height: 230px;
	padding: 14px 21px;
}

.login-box .content h4 {
	border-bottom: 1px dotted #bab7ae;
	color: #00746a;
	font-family: georgia, times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 -5px 10px;
	padding: 0 5px 10px;
	text-align: left;
	text-transform: uppercase;
}

.login-box .button-set {
	background: #e3ddcd;
	border: none;
	margin: 0;
	padding: 15px 15px 8px;
}

.content ul, ol {
	list-style: none;
}

col-2 registered-users {
	float: left;
}

.content .form-list {
	margin: 0;
}

.new-users,
.registered-users {
	margin: 0 0 40px 0;
}


/* Create Account
----------------------------------------------------------------------------------------------------*/

.group-select {
	background: #f8f4e8;
	border: 1px solid #c6ba9c;
	margin: 28px 0;
	padding: 22px 0 12px;
}

.group-select .legend {
	border-bottom: 1px dotted #bab7ae;
	color: #00746A;
	font-family: georgia,times,serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 15px 10px;
	padding: 0 0 10px;
	text-transform: uppercase;
}

.group-select ul {
	list-style: none;
}

.group-select li {
	float: left;
	padding: 5px 10px 5px 0;
}

.group-select li .input-box {
	float: left;
	width: 275px;
}

.group-select li .input-box .input-text,
.group-select li .input-box textarea {
	width: 250px;
}

input.input-text,
textarea {
	padding: 2px;
}

.button-set {
	text-align: right;
	margin-bottom: 20px;
	border-top: 1px dotted #bab7ae;
	clear: both;
	margin-top: 64px;
	padding-top: 8px;
	text-align: right;
	overflow: auto;
}


/* Dashboard
----------------------------------------------------------------------------------------------------*/

.ad-account-info .head h4, .ad-orders .head h4 {
	border-bottom: 1px dotted #bab7ae;
	color: #00746a;
	font-family: georgia, times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 -5px 10px;
	padding: 0 5px 10px;
	text-align: left;
	text-transform: uppercase;
}

.ad-orders .head h4 a {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	text-transform: none;
	float: right;
}

.ad-orders .head {
	line-height:1.25em;
	text-align:right;
}

.account-box {
	background: #f8f4e8;
	border: 1px solid #c6ba9c;
	margin-bottom: 20px;
	padding: 15px;
}

.account-box .inner-head {
	border-bottom: 1px dotted #bab7ae;
	clear: left;
	margin-bottom: 8px;
	padding-bottom: 2px;
	text-align: right;
}

.account-box .inner-head h5 {
	float: left;
	margin: 0;
}

.group-select li .input-text,
.group-select li select,
.group-select li textarea {
	width:525px;
}

.group-select li .input-box select {
	width:256px;
}

.validation-advice, .required {
	color:#9E0039;
	padding: 0 5px 10px 5px; /* DKV - 10/2010 */
}

/* View Order */
.generic-box {
	background:#FFFFFF repeat-x scroll 0 0;
	border:1px solid #C6BA9C;
	margin-bottom:15px;
	padding:12px 15px;
	overflow: auto;
}

.order-access {
	padding-bottom:8px;
}

.order-info {
	background:#F8F4E8 none repeat scroll 0 0;
	border:1px solid #C6BA9C;
	padding:4px 8px;
}

.order-info ul {
	display:inline;
	margin: 0;
}

.order-info li {
	display:inline;
	padding-left:3px;
	padding-right:7px;
}

.order-info li.selected {
	font-weight:bold;
}

.page-head .link-cart {
	float: right;
	position: relative;
	top: 15px;
}

/* Address Book */
.primary-address-list ol,
.address-list ol {
	margin: 0;
}

.primary-address-list li {
	background: #F8F4E8 none repeat scroll 0 0;
	border: 1px solid #C6BA9C;
	margin-bottom: 10px;
	padding: 10px 13px 8px;
}

.primary-address-list h4, .address-list h4 {
	border-bottom: 1px dotted #bab7ae;
	color: #00746a;
	font-family: georgia, times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 -5px 10px;
	padding: 0 5px 10px;
	text-align: left;
	text-transform: uppercase;
}

.address-list li {
	margin-bottom: 20px;
}

/* Shopping Cart
----------------------------------------------------------------------------------------------------*/

.page-head-alt .checkout-types {
	list-style: none;
	float: right;
}

table.data-table {
	border: 1px solid #c6ba9c;
}

.data-table th,
.data-table td {
	border-right: 1px solid #c6ba9c;
	border-bottom: 1px solid #c6ba9c;
	padding: 5px 10px;
}

#product-attribute-specs-table {
  margin: 0;
}

#product-attribute-specs-table td {
  white-space: normal;
}

.data-table th {
	background: #e3ddcd;
}

.data-table td {
	vertical-align: top;
}

.data-table tfoot {
	background: #e3ddcd;
	border-bottom: 1px solid #c6ba9c;
}

.data-table tfoot td {
	padding: 10px;
}

.shopping-cart .continue-shopping {
	float: left;
}

.shopping-cart-collaterals {
	margin-bottom: 30px;
}

.shopping-cart-collaterals .box {
	border: 1px solid #c6ba9c;
	background: #f8f4e8;
	margin-bottom: 20px;
	padding: 20px;
}

.shopping-cart-collaterals h4 {
	border-bottom: 1px dotted #bab7ae;
	color: #00746a;
	font-family: georgia, times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 -5px 10px;
	padding: 0 5px 10px;
	text-align: left;
	text-transform: uppercase;
}

#coupon_code {
	margin-right: 10px;
}

.shopping-cart-totals {
	text-align: right;
}

.shopping-cart-totals td {
	padding: 5px 10px;
}

.shopping-cart-totals tfoot td {
	font-size: 18px;
	padding-top: 10px;
}

.shopping-cart-totals .checkout-types {
	list-style: none;
	padding-right: 10px;
}

.shopping-cart-totals .checkout-types li {
	margin: 10px 0;
}

.checkout-types a.button {
	background: transparent url(../img/button-pink.png) right top no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: Clarendon, georgia, times, serif;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0 15px 0 0;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .15);
	text-decoration: none;
	display: inline-block;
}

.checkout-types a.button span {
	background: #fff url(../img/button-pink.png) left top no-repeat;
	display: inline-block;
	float: left;
	height: 25px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 0 15px;
}

.page-head-alt .checkout-types a.button {
	margin: 5px 10px 0 0;
}

button.add-a-pad {
	margin: 0 0 0 15px;
}

/* Coupon Code */
#discount-coupon-form .alt-button {
	margin-right: 10px;
}


/* One-page Checkout
----------------------------------------------------------------------------------------------------*/

ol.one-page-checkout,
.one-page-checkout-progress ol {
	margin: 0;
}

.one-page-checkout li.section {
	opacity: .5;
	position: relative;
}

.one-page-checkout .group-select {
	margin-right: 0;
}

.one-page-checkout .box {
	background: #faf7ee;
	border: 1px solid #bbb6a5;
	border-top: none;
	margin-bottom: 1px;
	padding: 20px;
}

.one-page-checkout .head {
	background: #e5e5e5;
	border: 1px solid #bebebe;
	margin-bottom: 1px;
	padding: 0 10px;
}

.one-page-checkout .tool-tip {
	right: 8px;
}

/* Hide Edit button in step header */
.one-page-checkout .head a {
	display: none;
}

.one-page-checkout h3 {
	font-size: 12px;
	line-height: 30px;
	margin: 0;
}

.one-page-checkout h4 {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 2px;
	text-transform: uppercase;
}

.one-page-checkout h4.title {
	border-bottom: 0;
	text-transform: none;
}

.one-page-checkout .step-count {
	background: transparent url(../img/icon-pill-blue.png) no-repeat;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	height: 16px;
	line-height: 17px;
	position: relative;
	text-align: center;
	top: -1px;
	width: 16px;
}

.one-page-checkout .content {
	padding: 10px 20px;
}

.one-page-checkout label.label {
	color: #2f2f2f;
}

.one-page-checkout li.allow {
	opacity: 1;
}

.one-page-checkout .allow .head {
	background: #cce3e1;
	border: 1px solid #7fb9b4;
	cursor: pointer;
	margin-bottom: 1px;
}

.one-page-checkout .active .head {
	border: 1px solid #c6ba9c;
	background: #e3ddcd;
	cursor: default;
	margin-bottom: 0;
}

/* Display Edit button in active selection */
.one-page-checkout .alloq .head a {
	display: block;
}

.one-page-checkout .group-select {
	background: none;
	border: 0;
	margin-top: 0;
	padding: 0;
}

.one-page-checkout .active .box {
	background: #f8f4e8;
	border-color: #c6ba9c;
	display: block;
}

#checkout-step-billing ul,
#co-shipping-form ul {
	margin-left: 0;
}

#co-billing-form ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.one-page-checkout dd .form-list ul {
	margin: 5px 17px 15px 17px;
	padding-bottom: 20px;
}

.one-page-checkout dd .form-list ul li {
	list-style-type: none;
}

.one-page-checkout .checkmo-mailing-address {
	padding-left: 20px;
}

.one-page-checkout-progress li {
	margin-bottom: 10px;
}

.one-page-checkout-progress li:last-child {
	margin-bottom: 0;
}

.one-page-checkout-progress h4 {
	background: rgba(0, 0, 0, .1);
	padding: 2px 5px;
	opacity: .35;
}

.one-page-checkout-progress .control.edit {
	background: transparent url(../img/icon-edit-13x13.png) no-repeat;
	font-size: 10px;
	float: right;
	height: 13px;
	line-height: 14px;
	padding-left: 16px;
	position: relative;
	top: 2px;
}

.one-page-checkout-progress h4.complete {
	opacity: 1;
}

.one-page-checkout-progress .content {
	padding: 5px 10px;
}

#opc-login .button-set {
	border-top: 0;
}

#opc-review .box {
	border: 0;
	padding: 0;
}

#opc-review .content {
	border: 1px solid #d9dde3;
	border-top: 0;
}

#opc-review .data-table {
	border-top: 0;
}

.opc-please-wait {
	padding-right: 7px;
}

.opc-please-wait img {
	display: inline-block;
}

.one-page-checkout a.back {
	background: transparent url(../img/icon-arrow-up.png) no-repeat;
	line-height: 16px;
	padding-left: 21px;
}

.one-page-checkout .button-set {
	margin-top: 0;
}

/* Shipping Method */

dl.shipment-methods ul, dl.shipment-methods ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left: 0;
}

/* Credit Card */

#payment_form_ccsave {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#payment_form_ccsave li {
	padding: 5px 0;
}

.v-fix {
	float:left;
}

.form-list li .input-box .input-text, .form-list li .input-box textarea {
	width:250px;
}

.form-list li .input-box select {
	width:256px;
}

.payment-methods .form-list li select.month {
	margin-right:10px;
	width:146px;
}

.payment-methods .form-list select.year {
	width:100px;
}

.payment-methods .form-list input.cvv {
	width:3em;
}


/* Multi Shipping Addresses
----------------------------------------------------------------------------------------------------*/
.checkout-progress {
	margin: 10px auto 20px;
	width: auto;
}

.checkout-progress td.active {
	border-top-color: #00746A;
	color: #00746A;
	font-weight: bold;
	opacity: 100;
}

.checkout-progress td {
	border-top: 10px solid #E3DDCD;
	float: left;
	margin-right: 10px;
	padding: 4px 20px;
	opacity: 0.35;
}

.multi-address-checkout-box .content {
	overflow: auto;
}

.multi-address-checkout-box .box {
	background:#FFF;
	border:1px solid #C6BA9C;
	margin-bottom:25px;
	margin-top:15px;
	position:relative;
}

.multi-address-checkout-box .box h4.legend {
	border-bottom: 1px dotted #bab7ae;
	color: #00746a;
	font-family: georgia, times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 10px 20px;
	padding: 0 0 10px;
	text-align: left;
	text-transform: uppercase;
}

.multi-address-checkout-description {
	margin-bottom:15px;
	margin-top:-15px;
}

.multi-address-checkout-box .count-head {
	background:#E3DDCD none repeat scroll 0 0;
	border-bottom:1px solid #BBAFA0;
	padding:5px 10px;
}

.multi-address-checkout-box .count-head h4 {
	margin-bottom: 0;
}

.multi-address-checkout-box .content {
	padding:15px 20px 20px;
}

.multi-address-checkout-box .content .col2-set {
	white-space: nowrap;
}

.shipping-method-pointer {
	background:#F8F4E8 none repeat scroll 0 0;
	border:1px solid #C6BA9C;
	padding:13px;
	position:relative;
}

#shipping-table-59 th {
	text-align: left;
}

span.pipe {
	padding: 0 5px;
}

.new-address {
	margin-right: 10px;
}

table.place-order-box {
	float: right;
	height: 71px;
	overflow: hidden;
	width: auto;
}

.place-order-box .grand-total {
	font-size: 18px;
}

.place-order-box .left-radius {
	background: transparent url(../img/place_order_container_bg.gif) no-repeat scroll 0 0;
	width: 7px;
}

.place-order-box .main-radius {
	background: transparent url(../img/place_order_bg.gif) no-repeat scroll 100% 0;
	padding-right: 21px;
	vertical-align: middle;
}

#review-buttons-container button {
	margin-left: 10px;
	position: relative;
	top: 5px;
}

.multi-address-checkout-box .button-set {
	height: 20px;
}

.tool-tip {
	background: #F8F4E8 none repeat scroll 0 0;
	border: 1px solid #C6BA9C;
	position: absolute;
}

.tool-tip .btn-close {
	margin-bottom: -9px;
	padding: 6px 6px 0;
	text-align: right;
}

.tool-tip .block-content {
	padding: 15px 20px;
}

.multi-address-checkout-box .tool-tip {
	left: -23px;
}


/* Controls
----------------------------------------------------------------------------------------------------*/

a.control {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	height: 16px;
	line-height: 17px;
	padding-left: 20px;
}

a.control.edit { background: transparent url(../img/icon-edit.png) no-repeat; }


/* Col Info ???
----------------------------------------------------------------------------------------------------*/
.col2-set .col-1 {
	float: left;
}

.col2-set .col-2 {
	float: right;
}

.col2-set .col-1,
.col2-set .col-2 {
	width: 48.5%;
}

.col2-alt-set .col-1 {
	float:left;
}

.col2-alt-set .col-1 {
	width:32%;
}

.col2-alt-set .col-2 {
	float:right;
}

.col2-alt-set .col-2 {
	width:65%;
}


/* Miscellaneous
----------------------------------------------------------------------------------------------------*/

.a-right {
	text-align: right;
}

.a-center {
	text-align: center;
}

.demo-notice {
	background: rgba(255, 0, 0, .8);
	color: #fff;
	display: none;
	left: 10px;
	margin: 0;
	padding: 5px 8px;
	position: absolute;
	top: 15px;
	width: 100px;
	z-index: 9999;
}

.hide-me {
	display: none;
}

img.inline {
	display: inline;
}

.left {
	float: left;
}

.right {
	float:right;
}

.tiny {
	font-size: 12px;
	font-style: italic;
	text-transform: lowercase;
}

.ui-tabs .ui-tabs-hide {
	display: none;
}

.v-middle {
	vertical-align: middle;
}

.base-mini {
	background: #f8f4e8;
	border:1px solid #C6BA9C;
	margin: 0 0 20px 0;
	padding: 10px 15px;
}

.page-head {
	margin:0 0 25px;
}

.page-head,
.page-head-alt {
	text-align: right;
}

.page-head button {
	margin-top: 5px;
}

.actions {
	padding-top: 10px;
	overflow: auto;
}

.actions button {
	float: right;
}

.button-level h2 {
	float: left;
}

.page-head h2,
.page-head-alt h2 {
	font-size: 26px;
	font-weight: normal;
	margin: 0;
	text-align: left;
	text-transform: none;
}

.clicky-code { display:none; }

.cms-home .messages { margin: 0em 1em 1em 1em; }

.verisign {
	margin-left: auto;
	margin-right: auto;
}

.verisign table {
	margin-bottom: 0;
	width: 135px;
}

.verisign table td {
	padding: 0;
}

/* Layered Nav
----------------------------------------------------------------------------------------------------*/

/* hide Category on search results layered nav */
.catalogsearch-result-index .category-nav .Category { display: none; }

/* DKV - 10/2010 Homepage Refresh
----------------------------------------------------------------------------------------------------*/
.category-quicknav {
	margin-bottom: 10px;
}

.features ul,
.category-quicknav ul {
	margin: 0;
	padding: 0;
}

.features li,
.category-quicknav li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 2px 0;
}

.features .brands,
.features .module-border {
	height:200px !important;
}

.features .colors, 
.features .styles {
	width: 130px;
	float:left;
}

.features .colors ul, 
.features .styles ul {
	padding-bottom:5px;
}

.features .brands {
	width:680px;
	float:left;
	text-align:center;
}

.features .brands .viewall {
	float:left;
	text-indent:50px;
}

.features .title-bar {
	background: #fff url(../images/featured_bar.jpg) repeat-x;
	padding: 9px 0 9px 20px;
	height: 25px;
}

.features .module {
	padding:0;
}

.features .module-border {
	margin: 5px;
	padding:10px;
}

.features .title-bar h3 {
	border:none;
	text-align:left;
	color: #fff;
	margin: 0;
	padding: 0;
	font: bold 16px/16px georgia,times,serif;
	text-transform: none;
}

.features .brands img {
	display:inline;
}

#credit-cards {
	background: url(../img/credit-cards.png) no-repeat;
	height: 30px;
	margin: 0 auto;
	width: 215px;
}

#banner-teaser {
	margin: 0 0 10px 0;
}

#banner-teaser .module-border {
	background: #f8f4e8 url(../img/bg-banner-teaser.png) repeat-x;
	border: 1px solid #fff;
	padding: 0;
}

#competitive-features {
	float: right;
	width: 233px;
}

#banner-teaser h2 {
	color: #fff;
	font-size: 36px;
	left: 20px;
	line-height: 32px;
	margin: 8px 0 4px 0;
	position: absolute;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
	top: 7px;
	width: 140px;
	z-index: 1;
}

#banner-teaser h3 {
	border: none;
	color: #363636;
	font-family: Clarendon, georgia, times, serif;
	font-size: 20px;
	margin: 14px 0 4px 0;
	text-align: left;
	text-transform: none;
}

#banner-teaser h4 {
	color: #36918a;
	font-size: 12px;
	margin: 0;
}

#banner-teaser p {
	font-size: 11px;
	margin: 0 0 5px 0;
}

#banner-teaser p.saledescription {
	color: #fff;
	font-size: 15px;
	left: 20px;
	line-height: 20px;
	margin: 0;
	position: absolute;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
	top: 125px;
	width: 170px;
}

#banner-teaser p.saledescription em {
	color: #fff7a8;
	font-style: normal;
	font-weight: bold;
}

#banner-teaser .icon {
	float: left;
	margin: 0 7px 10px 0;
}

#banner-teaser a.black {
  background: #6f6b5c url(../img/button-black.png) right top no-repeat;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: Clarendon, georgia, times, serif;
  font-size: 20px;
  height: 36px;
  left: 20px;
  line-height: 25px;
  margin: 0;
  padding: 0 10px 0 0;
  position: absolute;
  text-decoration: none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, .15);
  top: 196px;
  width: 114px;
}

#banner-teaser a.black span {
  background: #3b8f88 url(../img/button-black.png) left top no-repeat;
  display: inline-block;
  float: left;
  height: 36px;
  line-height: 34px;
  margin: 0;
  padding: 0 0 0 10px;
}

#testimonials {
	border-left: 1px dotted #bab7ae;
	margin: 48px 0 0 0;
	padding: 0 0 0 10px;
	width: 149px;
}

#testimonials h4 {
	color: #363636;
	font-size: 13px;
	margin: 0 0 12px 0;
}

#testimonials h5 {
	color: #232323;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

#testimonials h6 {
	color: #888;
	font-size: 11px;
	font-weight: normal;
	margin: 5px 0 35px 0;
}

#testimonials p {
	font-style: italic;
	margin: 0;
}

#banner-top-quality {
	background: #b85073 url(../img/banner-top-quality-selection.jpg) no-repeat;
	border: 5px solid #941745;
	height: 218px;
	margin-top: 64px;
	padding: 15px 12px 15px 15px;
	width: 243px;
}

#banner-top-quality h2 {
	color: #fffa98;
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 8px 0;
	text-shadow: 0 -1px 1px #000;
}

#banner-top-quality h3 {
	color: #fcfbd9;
	font-family: Clarendon, georgia, times, serif;
	font-size: 22px;
	line-height: 35px;
	margin: 0 0 3px 0;
	text-shadow: 0 -1px 1px #000;
}

#banner-top-quality p {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	margin: 20px 0 0 0;
}

#popular-rugs-blog {
	background: #f8f4e8;
	border-top: 1px dotted #b2b2b2;
	padding: 35px 0;
}

#popular-rugs .grid_2 {
	margin: 0 0 0 10px;
	width: 130px;
}

#popular-rugs .product {
	width: 80px;
}

#popular-rugs .product img {
	float: left;
	margin: 0 0 20px 0;
}

#popular-rugs p {
	font-size: 10px;
	margin: 0 0 5px 0;
}

#popular-rugs .price-box {
	margin-bottom: 20px;
}

#blog {
	margin-top: 64px;
}

/* DKV - 11/2010 Category Page Redesign
----------------------------------------------------------------------------------------------------*/
.category-nav {
	margin-bottom: 30px;
}

.category-nav ul {
	margin: 0 0 10px 0;
	padding: 0;
}

.category-nav li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 2px 0;
}

.category-nav h3 {
	border: none;
	color: #00746a;
	font-family: georgia, times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 -5px 10px -5px;
	padding: 0 0 0;
	text-align: left;
	text-transform: uppercase;
}

#product-listing #featured-rugs {
	margin: 0;
}

#product-listing #featured-rugs h2 {
	margin: 0 0 10px 0;
}

#product-listing #featured-rugs .product img {
	height: 190px;
	line-height: 100px;
	margin-bottom: 10px;
}

#product-listing #featured-rugs .product p {
	margin-bottom: 5px;
	font-size: 10px;
}

#product-listing  .featured-rug {
	float: left;
	height: 280px;
	position: relative;
	margin: 0 35px 20px 0;
	width: 140px;
}

#product-listing  .featured-rug .price-box {
	position: absolute;
	bottom: 0;
}

.clear-filter { margin: 0 0 10px 5px; display: block; }

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
}

.checkout-types li{
margin-bottom:8px;
}

.shopping-cart-totals .checkout-types li:last-child{
margin-left:130px;
}


./* SK - 01/2012 Paypal Express Review Page Styles
----------------------------------------------------------------------------------------------------*/
.paypal-express-review .page-title{
	font-size:28px;
	margin-bottom:8px;
}

.paypal-express-review .shipping-head,
.paypal-express-review .billing-head{
	font-size:18px;
	margin-bottom:4px;
}

.paypal-express-review .shipping-info{
	margin-bottom:8px;
}

#review-buttons-container{
	margin-bottom:8px;
}

#review-buttons-container .button {
	background: transparent url(../img/button-pink.png) right top no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: Clarendon, georgia, times, serif;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0 15px 0 0;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .15);
	text-decoration: none;
	display: inline-block;
}

#review-buttons-container button span {
	background: #fff url(../img/button-pink.png) left top no-repeat;
	display: inline-block;
	float: left;
	height: 25px;
	line-height: 24px;
	margin: 0;
	padding:0;
}

#review-buttons-container button span span{
	padding-left:15px;
}

