/*

CSS Reset by Eric Meyer (with some modifications)
http://meyerweb.com/eric/tools/css/reset/

*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.container_12 .grid_3,
.container_16 .grid_4 {
	width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
	width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
	width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
	width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width: 60px;
}

.container_12 .grid_2 {
	width: 140px;
}

.container_12 .grid_4 {
	width: 300px;
}

.container_12 .grid_5 {
	width: 380px;
}

.container_12 .grid_7 {
	width: 540px;
}

.container_12 .grid_8 {
	width: 620px;
}

.container_12 .grid_10 {
	width: 780px;
}

.container_12 .grid_11 {
	width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
	width: 40px;
}

.container_16 .grid_2 {
	width: 100px;
}

.container_16 .grid_3 {
	width: 160px;
}

.container_16 .grid_5 {
	width: 280px;
}

.container_16 .grid_6 {
	width: 340px;
}

.container_16 .grid_7 {
	width: 400px;
}

.container_16 .grid_9 {
	width: 520px;
}

.container_16 .grid_10 {
	width: 580px;
}

.container_16 .grid_11 {
	width: 640px;
}

.container_16 .grid_13 {
	width: 760px;
}

.container_16 .grid_14 {
	width: 820px;
}

.container_16 .grid_15 {
	width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
	padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
	padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
	padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left: 80px;
}

.container_12 .prefix_2 {
	padding-left: 160px;
}

.container_12 .prefix_4 {
	padding-left: 320px;
}

.container_12 .prefix_5 {
	padding-left: 400px;
}

.container_12 .prefix_7 {
	padding-left: 560px;
}

.container_12 .prefix_8 {
	padding-left: 640px;
}

.container_12 .prefix_10 {
	padding-left: 800px;
}

.container_12 .prefix_11 {
	padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
	padding-left: 60px;
}

.container_16 .prefix_2 {
	padding-left: 120px;
}

.container_16 .prefix_3 {
	padding-left: 180px;
}

.container_16 .prefix_5 {
	padding-left: 300px;
}

.container_16 .prefix_6 {
	padding-left: 360px;
}

.container_16 .prefix_7 {
	padding-left: 420px;
}

.container_16 .prefix_9 {
	padding-left: 540px;
}

.container_16 .prefix_10 {
	padding-left: 600px;
}

.container_16 .prefix_11 {
	padding-left: 660px;
}

.container_16 .prefix_13 {
	padding-left: 780px;
}

.container_16 .prefix_14 {
	padding-left: 840px;
}

.container_16 .prefix_15 {
	padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
	padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
	padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
	padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right: 80px;
}

.container_12 .suffix_2 {
	padding-right: 160px;
}

.container_12 .suffix_4 {
	padding-right: 320px;
}

.container_12 .suffix_5 {
	padding-right: 400px;
}

.container_12 .suffix_7 {
	padding-right: 560px;
}

.container_12 .suffix_8 {
	padding-right: 640px;
}

.container_12 .suffix_10 {
	padding-right: 800px;
}

.container_12 .suffix_11 {
	padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
	padding-right: 60px;
}

.container_16 .suffix_2 {
	padding-right: 120px;
}

.container_16 .suffix_3 {
	padding-right: 180px;
}

.container_16 .suffix_5 {
	padding-right: 300px;
}

.container_16 .suffix_6 {
	padding-right: 360px;
}

.container_16 .suffix_7 {
	padding-right: 420px;
}

.container_16 .suffix_9 {
	padding-right: 540px;
}

.container_16 .suffix_10 {
	padding-right: 600px;
}

.container_16 .suffix_11 {
	padding-right: 660px;
}

.container_16 .suffix_13 {
	padding-right: 780px;
}

.container_16 .suffix_14 {
	padding-right: 840px;
}

.container_16 .suffix_15 {
	padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
	left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
	left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
	left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left: 80px;
}

.container_12 .push_2 {
	left: 160px;
}

.container_12 .push_4 {
	left: 320px;
}

.container_12 .push_5 {
	left: 400px;
}

.container_12 .push_7 {
	left: 560px;
}

.container_12 .push_8 {
	left: 640px;
}

.container_12 .push_10 {
	left: 800px;
}

.container_12 .push_11 {
	left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
	left: 60px;
}

.container_16 .push_2 {
	left: 120px;
}

.container_16 .push_3 {
	left: 180px;
}

.container_16 .push_5 {
	left: 300px;
}

.container_16 .push_6 {
	left: 360px;
}

.container_16 .push_7 {
	left: 420px;
}

.container_16 .push_9 {
	left: 540px;
}

.container_16 .push_10 {
	left: 600px;
}

.container_16 .push_11 {
	left: 660px;
}

.container_16 .push_13 {
	left: 780px;
}

.container_16 .push_14 {
	left: 840px;
}

.container_16 .push_15 {
	left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
	left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
	left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
	left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left: -80px;
}

.container_12 .pull_2 {
	left: -160px;
}

.container_12 .pull_4 {
	left: -320px;
}

.container_12 .pull_5 {
	left: -400px;
}

.container_12 .pull_7 {
	left: -560px;
}

.container_12 .pull_8 {
	left: -640px;
}

.container_12 .pull_10 {
	left: -800px;
}

.container_12 .pull_11 {
	left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
	left: -60px;
}

.container_16 .pull_2 {
	left: -120px;
}

.container_16 .pull_3 {
	left: -180px;
}

.container_16 .pull_5 {
	left: -300px;
}

.container_16 .pull_6 {
	left: -360px;
}

.container_16 .pull_7 {
	left: -420px;
}

.container_16 .pull_9 {
	left: -540px;
}

.container_16 .pull_10 {
	left: -600px;
}

.container_16 .pull_11 {
	left: -660px;
}

.container_16 .pull_13 {
	left: -780px;
}

.container_16 .pull_14 {
	left: -840px;
}

.container_16 .pull_15 {
	left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}
/*

Title:      arearugs.com master styles
Author:     Daniel Marino
Revised:		January 2010

*/

@font-face {
  font-family: 'Clarendon';
  src: url(https://www.arearugs.com/skin/frontend/arearugs/default/font/Clarendon.eot);
  src: url(https://www.arearugs.com/skin/frontend/arearugs/default/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;
	/* display: inline-block; */
	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-bottom: 1px dotted #b2b2b2; */
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}

td, th {
/*	border-top: 1px dotted #b2b2b2; */
	margin: 0;
	padding: 7px;
}

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


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

#global-header {
	background: url(https://www.arearugs.com/skin/frontend/arearugs/default/img/header-strip.png) top repeat-x;
}

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

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


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

#logo {
	height: 52px;
	left: 0;
	position: absolute;
	top: 48px;
	width: 220px;
}

#logo a {
	background: transparent url(https://www.arearugs.com/skin/frontend/arearugs/default/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: 48px;
}


/* 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;
}


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

#hero {
	padding-top: 20px;
}


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

#global-cart {
	background: url(https://www.arearugs.com/skin/frontend/arearugs/default/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(https://www.arearugs.com/skin/frontend/arearugs/default/img/cart-tab.png) right top no-repeat;
	display: inline-block;
	padding-right: 40px;
}

#global-cart a {
	background: url(https://www.arearugs.com/skin/frontend/arearugs/default/img/icon-cart.png) left center no-repeat;
	color: #fff;
	padding-left: 20px;
}


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

#global-search {
	position: absolute;
	right: 0;
	top: 65px;
}

#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: 250px;
}

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


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

#global-nav ul {
	background: #111111 url(https://www.arearugs.com/skin/frontend/arearugs/default/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(https://www.arearugs.com/skin/frontend/arearugs/default/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: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;
}


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

.module {
	background: #e3ddcd;
	margin-bottom: 20px;
	padding: 5px 0;
}

.module-border {
	background: #f8f4e8;
	border: 1px solid #c6ba9c;
	margin: 0 5px;
	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;
}


/* 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;
}


/* Newsletter
----------------------------------------------------------------------------------------------------*/

#newsletter input#email {
	width: 112px;
	margin-top: 2px;
	margin-bottom: 10px;
}

#newsletter form#newsletter-validate-detail fieldset {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/* 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(https://www.arearugs.com/skin/frontend/arearugs/default/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-active { border: 1px #E4DFCC solid; }
.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;
}
.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 {
	background: #f8f4e8;
	border-top: 1px dotted #b2b2b2;
	padding: 35px 0;
}

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

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

.featured-rug {
	height: 280px;
	position: relative;
}

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


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

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

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-karastan,
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-momeni,
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-safavieh,
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)
----------------------------------------------------------------------------------------------------*/

.pager,
.sorter {
	background: #e3ddcd none repeat scroll 0 0;
	border-bottom: 1px solid #fff;
	margin-bottom: 0;
	padding: 7px;
}

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

.pager .limiter,
.sorter .sort-by {
	display: block;
	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;
}

/* OLD styles prior to Magento 1.4

table.view-by td.sort-by {
	text-align: right;
}

table.view-by td.sort-by img {
	display: inline-block;
}

table.pager,
table.view-by {
	background: #e3ddcd;
	border-bottom: 1px solid #fff;
	margin-bottom: 0;
	width: 100%;
}

table.pager td,
table.view-by td {
	vertical-align: middle;
}

table.pager td.pages {
	padding: 4px 0;
	text-align: center;
	white-space: nowrap;
}

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

table.pager li {
	padding: 0 2px;
}
*/

.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;
	border-bottom: 1px solid #fff;
}

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

.listing-type-grid .grid-row {
	border-bottom: 1px solid #c6ba9c;
	margin: 0;
}

.listing-type-grid li.item {
	float: left;
	overflow: hidden;
	padding: 20px;
	width: 194px;
}

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


/* 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 {
	display: inline-block;
	font-size: 32px;
	color: #9E0039;
	font-weight: bold;
}

.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(https://www.arearugs.com/skin/frontend/arearugs/default/img/icon-flag.png) left center no-repeat;
}

.wishlist {
	background: transparent url(https://www.arearugs.com/skin/frontend/arearugs/default/img/icon-check.png) left center no-repeat;
}


/*  Product Images  */

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

#product-images img {
	background: #959595;
/*	border: 5px solid #dbd3bd; */
	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(https://www.arearugs.com/skin/frontend/arearugs/default/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(https://www.arearugs.com/skin/frontend/arearugs/default/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;
}

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

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

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

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

#product-image-thumbs img {
	background: #ccc;
	display: block;
	margin: 2px;
	/* width: 40px; */
}


/*  Product Details  */

#product-details-tabs {
	background: transparent url(https://www.arearugs.com/skin/frontend/arearugs/default/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(https://www.arearugs.com/skin/frontend/arearugs/default/img/product-details-tab-off.png) left top no-repeat;
	color: #fff;
}

#product-details .ui-tabs-selected a {
	background: transparent url(https://www.arearugs.com/skin/frontend/arearugs/default/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(https://www.arearugs.com/skin/frontend/arearugs/default/img/product-details-tab-off.png) right top no-repeat;
}

#product-details .ui-tabs-selected span {
	background: #fff url(https://www.arearugs.com/skin/frontend/arearugs/default/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;
}

/* Recently Viewed Products
----------------------------------------------------------------------------------------------------*/
/* No longer needed?
.mini-product-view {
	background: #f8f4e8;
	border: 1px solid #c6ba9c;
	margin: 0 5px;
	padding: 10px 15px;
}

.mini-product-view p {
	margin-bottom: 0;
}

.mini-product-view 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: center;
	text-transform: uppercase;
}
*/

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 ol
#wishlist-sidebar ul {
	border-bottom: 1px dotted #bab7ae;
	margin: 0 0 10px 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;
}

/*
.group-select .mini-wishlist h4 {
	margin: 0;
}
*/


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


/* My Orders
----------------------------------------------------------------------------------------------------*/
/* No longer needed?
.mini-compare-products {
	background: #f8f4e8;
	border: 1px solid #c6ba9c;
	margin: 0 5px;
	padding: 10px 15px;
}

.mini-compare-products 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: center;
	text-transform: uppercase;
}
*/

.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(https://www.arearugs.com/skin/frontend/arearugs/default/img/bottom-back.png) center;
	border-top: 5px solid #d7cbac;
	padding: 35px 0;
}

#bottom .footer {
	background: transparent url(https://www.arearugs.com/skin/frontend/arearugs/default/img/trans-white.png);
	color: #7d7d7d;
	font-size: 11px;
	margin-top: 30px;
	padding: 20px 0;
	text-align: center;
}


/*  Browse Rugs  */

.browse-rugs-by {
	float: left;
	margin-right: 20px;
	width: 122px;
}

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


/*  Top Brands  */

.top-brands {
	float: left;
	margin-right: 20px;
	width: 150px;
}

.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: 0 0 10px;
}

#footer-nav li {
	display: inline-block;
	margin: 0 5px;
}

#sosumi {
	margin: 0;
}


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

button {
	background: transparent url(https://www.arearugs.com/skin/frontend/arearugs/default/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(https://www.arearugs.com/skin/frontend/arearugs/default/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(https://www.arearugs.com/skin/frontend/arearugs/default/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(https://www.arearugs.com/skin/frontend/arearugs/default/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;
}

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

/*
.validation-advice,
.required {
	color: #9e0039;
}
*/

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;
}

/* 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 {
	/* background:transparent url(https://www.arearugs.com/skin/frontend/arearugs/default/images/point-con.gif) no-repeat fixed center bottom; */
	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;
	white-space: nowrap;
}

#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(https://www.arearugs.com/skin/frontend/arearugs/default/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(https://www.arearugs.com/skin/frontend/arearugs/default/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(https://www.arearugs.com/skin/frontend/arearugs/default/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(https://www.arearugs.com/skin/frontend/arearugs/default/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(https://www.arearugs.com/skin/frontend/arearugs/default/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;
}

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

.payment-methods .form-list li .input-box select {
	width:256px;
}
*/

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

/*
.multi-address-checkout-box .button-set {
	clear:both;
	margin-top:4em;
	padding-top:8px;
	text-align:right;
}
*/

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

/* Throws off alignment during checkout
span.pipe {
	padding: 0 5px;
	float: right;
	position: relative;
	top: 15px;
}
*/

.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(https://www.arearugs.com/skin/frontend/arearugs/default/img/place_order_container_bg.gif) no-repeat scroll 0 0;
	width: 7px;
}

.place-order-box .main-radius {
	background: transparent url(https://www.arearugs.com/skin/frontend/arearugs/default/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;
}

/*
#review-buttons-container {
	display: block;
}
*/


/* 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(https://www.arearugs.com/skin/frontend/arearugs/default/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;
}

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

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

.head h1, .head h2, .head h3, .head h4, .head h5, .inner-head h1, .inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5 {
	float:left;
	margin:0;
}

.head, .inner-head {
	text-align:right;
}
*/

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

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('https://www.arearugs.com/skin/frontend/arearugs/default/img/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  padding: 20px 20px 40px 20px;
  margin: 0;
  background: transparent;
  display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0;
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('https://www.arearugs.com/skin/frontend/arearugs/default/img/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	z-index: 111;
	display: none;
	background-image: url("https://www.arearugs.com/skin/frontend/arearugs/default/css/data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px;
}

a#fancy_right {
	right: 0px;
}

span.fancy_ico {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112;
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('https://www.arearugs.com/skin/frontend/arearugs/default/img/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('https://www.arearugs.com/skin/frontend/arearugs/default/img/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px;
}

a#fancy_right:hover span {
	right: 20px;
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('https://www.arearugs.com/skin/frontend/arearugs/default/img/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('https://www.arearugs.com/skin/frontend/arearugs/default/img/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('https://www.arearugs.com/skin/frontend/arearugs/default/img/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('https://www.arearugs.com/skin/frontend/arearugs/default/img/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('https://www.arearugs.com/skin/frontend/arearugs/default/img/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('https://www.arearugs.com/skin/frontend/arearugs/default/img/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('https://www.arearugs.com/skin/frontend/arearugs/default/img/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('https://www.arearugs.com/skin/frontend/arearugs/default/img/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('https://www.arearugs.com/skin/frontend/arearugs/default/img/fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('https://www.arearugs.com/skin/frontend/arearugs/default/img/fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('https://www.arearugs.com/skin/frontend/arearugs/default/img/fancybox/fancy_title_right.png') repeat-x;
}
/*

Title:      jQuery UI Select Menus
Author:     Daniel Marino
Revised:		December 2009

*/


.ui-selectmenu {
	border: 1px solid #cdcdcd;
	display: block;
	font-size: 11px;
	position: relative;
	height: 23px;
	text-decoration: none;
	overflow: hidden;
}

.ui-selectmenu-icon {
	background: transparent url(https://www.arearugs.com/skin/frontend/arearugs/default/img/selectmenu-arrow.png) right 4px no-repeat;
	border-left: 1px solid #cdcdcd;
	height: 15px;
	margin-top: -8px;
	padding-left: 5px;
	position: absolute;
	right: 6px;
	top: 50%;
	width: 11px;
}

.ui-selectmenu-menu {
	background: #f8f4e8;
	border: 1px solid #cdcdcd;
	font-size: 11px;
	list-style: none;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
}

.ui-selectmenu-open {
	visibility: visible;
}

.ui-selectmenu-menu-popup {
	margin-top: -1px;
}

.ui-selectmenu-menu-dropdown {
}

.ui-selectmenu-menu li {
/*	border-top: 1px dotted transparent; */
/*	border-bottom: 1px dotted transparent; */
	border-right-width: 0 !important;
	border-left-width: 0 !important;
	font-weight: normal !important;
	display: block;
	margin: 0;
	padding: 0;
}

.ui-selectmenu-menu li a,
.ui-selectmenu-status {
	background: #FFF;
	color: #707070;
	display: block;
	font-weight: bold;
	line-height: 12px;
	outline: none;
	padding: 4px 7px;
	text-decoration: none;
}

.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status {
	margin-left: 5px;
	padding-left: 20px;
	position: relative;
}

.ui-selectmenu-menu li .ui-icon,
.ui-selectmenu-status .ui-icon {
	left: 0;
	margin-top: -8px;
	position: absolute;
	top: 1em;
}

.ui-selectmenu-status {
	line-height: 1.4em;
}

.ui-selectmenu-open li.ui-selectmenu-item-focus a {
	background: #f8f4e8;
}

.ui-selectmenu-open li.ui-selectmenu-item-selected {
}

.ui-selectmenu-menu li span,
.ui-selectmenu-status span {
	display: block;
	margin-bottom: .2em;
}

.ui-selectmenu-menu li .ui-selectmenu-item-header {
	font-weight: bold;
}

.ui-selectmenu-menu li .ui-selectmenu-item-content {
}

.ui-selectmenu-menu li .ui-selectmenu-item-footer {
	opacity: .8;
}


/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group {
	font-size: 1em;
}

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
	display: block;
	font-weight: bold;
	line-height: 1.4em;
	padding: .6em .5em 0;
}

.ui-selectmenu-menu .ui-selectmenu-group ul {
	margin: 0;
	padding: 0;
}

#product-selector a.ui-state-disabled { opacity: 1; }
#product-selector a.ui-state-disabled .ui-icon { opacity: 0.3; }

/* product page - add to cart */
.ui-state-disabled {
	opacity:0.35;
	cursor: default;
}


/* shopping cart - add a pad */
.checkout-cart-index .ui-selectmenu-menu li a,
.checkout-cart-index .ui-selectmenu-status {
	background: #FFF;
}

.checkout-cart-index .ui-selectmenu-open li.ui-selectmenu-item-focus a {
	background: #f8f4e8;
}

.ui-selectmenu-menu li span.price, .ui-selectmenu-status span.price {
    display: inline; margin: 0px; color: #9E0039;
}

