@import url('styles.base.css');

@font-face {
    font-family: 'ambientlounge';
    src: url('fonts/ambientlounge-webfont.eot');
    src: url('fonts/ambientlounge-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ambientlounge-webfont.woff') format('woff'),
         url('fonts/ambientlounge-webfont.ttf') format('truetype'),
         url('fonts/ambientlounge-webfont.svg#ambientlounge') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Global Reset & Standards ---------------------- */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; }

body { background: white; font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 11px; font-size: 1.1rem; line-height: 1; color: #222222; position: relative; -webkit-font-smoothing: antialiased; }

p a, p a:visited { line-height: inherit; }

input[type="text"], input[type="password"], textarea, select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 3px 5px;
	border: 1px solid #ccc; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	color: #666;
	font: normal 13px Arial, Tahoma, Helvetica, sans-serif;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	outline: 0;
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input[type="text"], input[type="password"] {
	height: 28px;
}
input[type="text"].cm-failed-field, input[type="password"].cm-failed-field, textarea.cm-failed-field {
	border: 1px solid #bf4d4d;
	background-color: #fff;
}
select {
	height: 2.2em;
	max-width: 100%;
	min-width: 4em;
	line-height: 2.2em;
}
/* [eileen] */
a, a:visited, a:hover, a:active {
	color: #08c;
	text-decoration: none;
	cursor:pointer;
	text-decoration:none;
}
/*a:hover {
	text-decoration: underline;
}*/
/* [/eileen] */
hr {
	border-bottom: 1px solid #ebebeb;
}
.dark-hr {
	border-bottom: 1px solid #e3e3e3;
}
hr.dashed {
	border-bottom: 1px dashed #909090;
}
hr.dotted {
	border-bottom: 1px dotted #ccc;
}
.error-text {
	color: #b94a48;
}
/* Ajax */
.ajax-loading-box {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	background: transparent url(images/transparent_black_bg.png);	
}
.ajax-inner-loading-box {
	background: url(images/icons/ajax.gif) no-repeat 3px center;
}
.ajax-message {
	border: 1px solid #000;
	background-color: #f4fbff;
}
/* /Ajax*/

/* Ajax content box */
.cm-ajax-content li {
	color: #000;
}
li.small-description {
	color: #898989;
}
/* /Ajax content box */

/* Notification box */
.notification-header-w, .notification-header-n, .notification-header-e {
	color:#c52a01;	
}
.notification-n {
	border-color: #8bc045;
	background: #d0eaae url(images/icons/notice.png);
}
.notification-n div {
	color: #496e16;
}
.notification-w {
	border-color: #e6db55;
	background: #fffbcc  url(images/icons/warning.png);
}
.notification-w div {
	color:#8c8531;
}
.notification-e {
	border-color: #df8f8f;
	background: #ffcece url(images/icons/error.png);	
}
.notification-e div{
	color: #9c3535;
}
.notification-header-n {
	color:#668c34;
}
.notification-header-w {
	color:#bfa615;
}
/* /Notification box */

/* Period-select */  	
.period {
	clear: both;
	margin-top: -6px;
	margin-bottom: -14px;
}
.period-select {
	float: left;
	padding-right: 17px;
}
.period-select select {
	width: 180px;
}
.period-select-date {
	padding-top: 5px;
}
.period-dash {
	padding-right: 3px;
	padding-left: 9px;
}
/* /Period-select */

/* Section in main box */
.section-border {
	margin-top: 4px;
}
.section-border .cm-combo-off {
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
}
.section-title {
	border-bottom: 1px solid #d4d4d4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top,  #f4f4f4 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#e8e8e8 100%);
	background: linear-gradient(top,  #f4f4f4 0%,#e8e8e8 100%);
	cursor: pointer;
}
.section-title span {
	color: #4d4d4d;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
	font-weight: normal;
	font-size: 13px;
}
.section-switch {
	background: url(images/show_hide_section.png) no-repeat;
	background-position: right 5px;
}
.cm-combo-off .section-switch-on {
	display: none;
}
.cm-combo-on .section-switch-off {
	display: none;
}
.cm-combo-off .section-switch{
	background-position: right -17px;
}
.section-body, .section-body-details {
	overflow: hidden;
	padding: 6px 20px 0 20px;
	border: 1px solid #d9d9d9;
	border-top: none;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	background: url(images/search_options_bg.png) repeat-x;
}
.section-body .buttons-container {
	margin-top: 29px;
	margin-left: -20px;
	padding: 15px 20px 15px 20px;
	width: 100%;
	border-top: 1px solid #ebebeb;
	background-color: #f7f7f7;
}
.section-body .form-field {
	margin: 6px 0px 14px 0px;
}
.section-body .status {
	margin-top: 8px;
}
.section-body .status td {
	padding-right: 23px;
	padding-bottom: 2px;
}
.section-body-details {
	padding: 18px 16px;
}
.section-body .input-text-short {
	width: 73px;
}	
/* Section in main box */

/* Buttons */
.button a, .button-action a, .button-big a, .button-submit-action input, .button-submit input, .button-submit-big input {
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0.5em 1em;
    border: 1px solid #d4d4d4;
    margin: 0;
    text-decoration: none;
    text-align: center;
    font:11px/normal sans-serif;
    color: #ffffff;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -ms-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -moz-background-clip: padding; /* for Firefox 3.6 */
    background-clip: padding-box;
    border-radius: 0.2em;
    /* IE hacks */
    zoom: 1;
    *display: inline;
}
.button.black a, .button.black input { 
		color: #ffffff;
		background-color: #000000;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#353535), to(#000000));
    background-image: -moz-linear-gradient(#353535, #000000);
    background-image: -ms-linear-gradient(#353535, #000000);
    background-image: -o-linear-gradient(#353535, #000000);
    background-image: linear-gradient(#353535, #000000);
		font-weight: bold;
}
.button-action a, .button-submit-action input {
		border: 1px solid #d92480;
		background-color: #ED2088;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ea489a), to(#ED2088));
    background-image: -moz-linear-gradient(#ea489a, #ED2088);
    background-image: -o-linear-gradient(#ea489a, #ED2088);
    background-image: linear-gradient(#ea489a, #ED2088);	
		font-weight: bold;
}

.button-action a:hover, .button-submit-action input:hover,
.button-action a:focus, .button-submit-action input:focus,
.button-action a:active, .button-submit-action input:active { 
	border: 1px solid #c0146b;
	background-color: #e1157d;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ED2088), to(#e1157d));
  background-image: -moz-linear-gradient(#ED2088, #e1157d);
  background-image: -o-linear-gradient(#ED2088, #e1157d);
  background-image: linear-gradient(#ED2088, #e1157d);
}

.button a:hover, .button a:focus, .button a:active, .button a.active, .button-submit input:hover, .button-submit input:focus, .button-submit input:active {
    background-color: #d5d3d3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#d5d3d3));
    background-image: -moz-linear-gradient(#ececec, #d5d3d3);
    background-image: -ms-linear-gradient(#ececec, #d5d3d3);
    background-image: -o-linear-gradient(#f4f4f4, #d5d3d3);
    background-image: linear-gradient(#ececec, #d5d3d3);
}
.button.black a:hover, .button.black a:focus, .button.black a:active, .button.black a.active,
.button.black input:hover, .button.black input:focus, .button.black input:active, .button.black input.active {
    background-color: #000000;
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1b1a1a), to(#000000));
    background-image: -moz-linear-gradient(#1b1a1a, #000000);
    background-image: -ms-linear-gradient(#1b1a1a, #000000);
    background-image: -o-linear-gradient(#1b1a1a, #000000);
    background-image: linear-gradient(#1b1a1a, #000000);
		color: #ffffff !important;
}

/* ==========================================================================
Button icons
========================================================================== */

.icon:before {
    content: "";
    position: relative;
    top: 7px;
    float:left;
    width: 12px;
    height: 12px;
    margin: 0 0.75em 0 -0.25em;
    background: url(images/gh-icons.png) 0 99px no-repeat;
}

.arrowup.icon:before { background-position: 0 0; }
.arrowup.icon:hover:before,
.arrowup.icon:focus:before,
.arrowup.icon:active:before { background-position: -12px 0; }

.arrowdown.icon:before { background-position: 0 -12px; }
.arrowdown.icon:hover:before,
.arrowdown.icon:focus:before,
.arrowdown.icon:active:before { background-position: -12px -12px; }

.arrowleft.icon:before { background-position: 0 -24px; }
.arrowleft.icon:hover:before,
.arrowleft.icon:focus:before,
.arrowleft.icon:active:before { background-position: -12px -24px; }

.arrowright.icon:before { float:right; margin: 0 -0.25em 0 0.5em; background-position: 0 -36px; }
.arrowright.icon:hover:before,
.arrowright.icon:focus:before,
.arrowright.icon:active:before { background-position: -12px -36px; }

.approve.icon:before { background-position: 0 -48px; }
.approve.icon:hover:before,
.approve.icon:focus:before,
.approve.icon:active:before { background-position: -12px -48px; }

.add.icon:before { background-position: 0 -288px; }
.add.icon:hover:before,
.add.icon:focus:before,
.add.icon:active:before { background-position: -12px -288px; }

.remove.icon:before { background-position: 0 -60px; }
.remove.icon:hover:before,
.remove.icon:focus:before,
.remove.icon:active:before { background-position: -12px -60px; }

.log.icon:before { background-position: 0 -72px; }
.log.icon:hover:before,
.log.icon:focus:before,
.log.icon:active:before { background-position: -12px -72px; }

.calendar.icon:before { background-position: 0 -84px; }
.calendar.icon:hover:before,
.calendar.icon:focus:before,
.calendar.icon:active:before { background-position: -12px -84px; }

.chat.icon:before { background-position: 0 -96px; }
.chat.icon:hover:before,
.chat.icon:focus:before,
.chat.icon:active:before { background-position: -12px -96px; }

.clock.icon:before { background-position: 0 -108px; }
.clock.icon:hover:before,
.clock.icon:focus:before,
.clock.icon:active:before { background-position: -12px -108px; }

.settings.icon:before { background-position: 0 -120px; }
.settings.icon:hover:before,
.settings.icon:focus:before,
.settings.icon:active:before { background-position: -12px -120px; }

.comment.icon:before { background-position: 0 -132px; }
.comment.icon:hover:before,
.comment.icon:focus:before,
.comment.icon:active:before { background-position: -12px -132px; }

.fork.icon:before { background-position: 0 -144px; }
.fork.icon:hover:before,
.fork.icon:focus:before,
.fork.icon:active:before { background-position: -12px -144px; }

.like.icon:before { background-position: 0 -156px; }
.like.icon:hover:before,
.like.icon:focus:before,
.like.icon:active:before { background-position: -12px -156px; }

.favorite.icon:before { background-position: 0 -348px; }
.favorite.icon:hover:before,
.favorite.icon:focus:before,
.favorite.icon:active:before { background-position: -12px -348px; }

.home.icon:before { background-position: 0 -168px; }
.home.icon:hover:before,
.home.icon:focus:before,
.home.icon:active:before { background-position: -12px -168px; }

.key.icon:before { background-position: 0 -180px; }
.key.icon:hover:before,
.key.icon:focus:before,
.key.icon:active:before { background-position: -12px -180px; }

.lock.icon:before { background-position: 0 -192px; }
.lock.icon:hover:before,
.lock.icon:focus:before,
.lock.icon:active:before { background-position: -12px -192px; }

.unlock.icon:before { background-position: 0 -204px; }
.unlock.icon:hover:before,
.unlock.icon:focus:before,
.unlock.icon:active:before { background-position: -12px -204px; }

.loop.icon:before { background-position: 0 -216px; }
.loop.icon:hover:before,
.loop.icon:focus:before,
.loop.icon:active:before { background-position: -12px -216px; }

.search.icon:before { background-position: 0 -228px; }
.search.icon:hover:before,
.search.icon:focus:before,
.search.icon:active:before { background-position: -12px -228px; }

.mail.icon:before { background-position: 0 -240px; }
.mail.icon:hover:before,
.mail.icon:focus:before,
.mail.icon:active:before { background-position: -12px -240px; }

.move.icon:before { background-position: 0 -252px; }
.move.icon:hover:before,
.move.icon:focus:before,
.move.icon:active:before { background-position: -12px -252px; }

.edit.icon:before { background-position: 0 -264px; }
.edit.icon:hover:before,
.edit.icon:focus:before,
.edit.icon:active:before { background-position: -12px -264px; }

.pin.icon:before { background-position: 0 -276px; }
.pin.icon:hover:before,
.pin.icon:focus:before,
.pin.icon:active:before { background-position: -12px -276px; }

.reload.icon:before { background-position: 0 -300px; }
.reload.icon:hover:before,
.reload.icon:focus:before,
.reload.icon:active:before { background-position: -12px -300px; }

.rss.icon:before { background-position: 0 -312px; }
.rss.icon:hover:before,
.rss.icon:focus:before,
.rss.icon:active:before { background-position: -12px -312px; }

.tag.icon:before { background-position: 0 -324px; }
.tag.icon:hover:before,
.tag.icon:focus:before,
.tag.icon:active:before { background-position: -12px -324px; }

.trash.icon:before { background-position: 0 -336px; }
.trash.icon:hover:before,
.trash.icon:focus:before,
.trash.icon:active:before { background-position: -12px -336px; }

.user.icon:before { background-position: 0 -360px; }
.user.icon:hover:before,
.user.icon:focus:before,
.user.icon:active:before { background-position: -12px -360px; }

/* overrides extra padding on button elements in Firefox */
.button a::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.button-submit-action input {
	color: #FFFFFF !important;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px !important;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.categoryDescription { min-height: 175px !important; }
.button-submit-action.b-click input, .button-submit.b-click input, .button-action.b-click a, .button-submit-big.b-click input {
	color: #e3d2d2;
}
.button-submit-action input, .button-submit input, x:-moz-any-link {
	padding: 0 15px 2px;
}
.button a, .button-action a {
	margin-left: -5px;
	padding: 0 15px 3px 15px;
	height: 29px;
	line-height: 29px;
}
/* Input buttons */
.button-submit-action.button-wrap-left, .button-submit.button-wrap-left, .button.button-wrap-left, .button-action.button-wrap-left, .button.button-wrap-left {
	height: auto;
	background: none;
}
.button-submit-action.button-wrap-left.b-hover, .button-submit.button-wrap-left.b-hover, .button.button-wrap-left.b-hover, .button-action.button-wrap-left.b-hover, .button.button-wrap-left.b-hover {
	background-position: left -30px;
}
.button-submit-action.button-wrap-left.b-click, .button-submit.button-wrap-left.b-click, .button.button-wrap-left.b-click, .button-action.button-wrap-left.b-click, .button.button-wrap-left.b-click {
	background-position: left -60px;
}
.button-submit.button-wrap-left, .button.button-wrap-left {
	background: none;
}
.button-submit input, .button input, .button a, .button.button-wrap-right:hover a, .ui-widget-content .button a, .button-submit input {
	color: #333;
	text-shadow: 0px;
	font-weight: bold;
}
.button-submit.b-click input, .button.b-click input, .button.b-click .button.button-wrap-right a, .button.button-wrap-right.b-click a, .ui-widget-content.b-click .button a {
	color: #4d4d4d;
}
.button-submit.button-wrap-left.b-click input, .button.button-wrap-left.b-click input {
	text-shadow: 0px 1px 0px #e5e5e5;
}
.button-submit-action.button-wrap-right, .button-submit.button-wrap-right, .button-action.button-wrap-right, .button.button-wrap-right {
	display: inline-block;
	margin-left: 5px;
	height: auto;
	background: none;
}
.button-submit-action.button-wrap-left.b-hover .button-wrap-right, .button-submit.button-wrap-left.b-hover .button-wrap-right, .button-action.button-wrap-left.b-hover .button-wrap-right, .button.button-wrap-left.b-hover .button-wrap-right {
	background-position: right -120px;
}
.button-submit-action.button-wrap-left.b-click .button-wrap-right, .button-submit.button-wrap-left.b-click .button-wrap-right, .button-action.button-wrap-left.b-click .button-wrap-right, .button.button-wrap-left.b-click .button-wrap-right {
	background-position: right -150px;
}
.button-submit.button-wrap-right, .button.button-wrap-right {
	background: none;
}
.button-submit-big.button-wrap-left, .button-big.button-wrap-left {
	height: 34px;
	background: url(images/button_action_big.png) no-repeat scroll left top transparent;
}
.button-submit-big.button-wrap-right, .button-big.button-wrap-right {
	display: inline-block;
	margin-left: 5px;
	height: 34px;
	background: url(images/button_action_big.png) no-repeat scroll right -120px transparent;
}
.button-submit-big.button-wrap-left.b-hover, .button-big.button-wrap-left.b-hover {
	background-position: left -40px;
}
.button-submit-big.button-wrap-left.b-hover .button-submit-big.button-wrap-right, .button-big.button-wrap-left.b-hover .button-big.button-wrap-right {
	background-position: right -160px;
}
.button-submit-big.button-wrap-left.b-hover.b-click, .button-big.button-wrap-left.b-hover.b-click {
	background-position: left -80px;
}
.button-submit-big.button-wrap-left.b-hover.b-click .button-submit-big.button-wrap-right, .button-big.button-wrap-left.b-hover.b-click .button-big.button-wrap-right {
	background-position: right -200px;
}
.button-submit-big input, .button-big a {
	margin-left: -5px;
	padding: 0px 15px ;
	height: 34px;
	outline: 0 none;
	background: none;
	font-size: 100%;
	line-height: 36px;
}
/* /Input buttons */
.text-button, .text-button:visited, .text-button:hover, .text-button:active, .text-button-act, .text-button-act:visited, .text-button-act:hover, .text-button-act:active {
	margin-right: 1px;
	padding-right: 8px;
	background: url(images/icons/text_but_arrow.gif) no-repeat right 3px;
	text-transform: uppercase;
	font-size: 85%;
}
.text-button-act, .text-button-act:visited, .text-button-act:active, .text-button-act:hover {
	background-image: url(images/icons/action_text_but_arrow.gif);
	color: #c33;
}
.nobg.text-button {
	margin: 0;
	padding: 0;
	background: none;
}
.go-button {
	border: 1px solid #ccc;
	border-left: none; 
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius:0 3px 3px 0;
	background: #dadada url(images/icons/go.gif) 0 0 no-repeat;
}
.text-button-vmid {
	display: inline-block;
	margin-top: 8px;
}
/* /Buttons */

/* Products list */
.product-info .price-wrap {
	padding: 15px 0;
}
.old-style .product-info .price-wrap {
	padding: 0 0 15px;
}
.actual-price {
	padding: 0;
}
.list-price {
	color: #757575;
}
.price {
	color: #333;
}
.sub-price {
	color: #333;
}
.qty-in-stock {
	color: #333;
}
.sku {
	padding-top: 5px;
	color: #777;
}
/* /Products list */

/* Tabs */
.tabs {
	background: url(images/tabs_bg.gif) 0 0;
}
.tabs ul li, .tabs ul li.cm-active {
	margin: 0 2px 0 0;
	padding: 0 0 0 3px;
	background: #ececec url(images/tab_left.png) no-repeat left top;
}
.tabs ul li.cm-active {
	background: #dfe2e5 url(images/tab_left_active.png) no-repeat left top;
}
.tabs ul li a {
	display: block;
	padding: 8px 15px 2px 13px;
	height: 23px;
	background: url(images/tab_right.png) no-repeat scroll right top transparent;
}
.tabs ul li.cm-active a {
	background-image: url(images/tab_right_active.png);
}
.tabs ul li a, .tabs ul li a:visited, .tabs ul li a:hover, .tabs ul li a:active {
	color: #777;
	text-decoration: none;
}
.tabs ul li a:hover {
	color: #333;
	text-decoration: none;
}
.cm-tabs-content {
	border-top: 1px solid #d9dbdd;
	border-top-width: 0;
}
.tab-list-title {
	border-bottom: 1px solid #808080;
}
/* /Tabs */

/* jCarusel */
.jcarousel-skin {
	background-color: #fff;
}
.jcarousel-skin .prices-container {
	padding: 5px 0 2px 0;
}
.jcarousel-skin .buttons-container {
	padding-top: 0;
}
.jcarousel-container .product-container .product-title {
	display: inline-block;
	overflow: hidden;
	height: 30px;
}
/* /jCarusel */

/* Common styles */
.border {
	border: 1px solid #e3e3e3;
}
.no-items {
	background-color: #EFEFEF;
	color: #727272;
	text-align: center;
	font-weight: bold;
	margin: 6px 0 10px;
	padding: 15px 0;
}
/* /Common styles */

/* Main styles */
.header-helper-container {
	height: 101px;
}
.logo-container { min-height: 60px; }
.logo-container .logo {
	margin: 12px 0 12px 8px;	
}

/* Footer styles */
.footer {
	clear: both;
	background: #f2f2f2 url(images/footer_bg.png) repeat-x;
}
.footer {
	min-height: 70px;
	font-size: 95%;
}
.footer-menu {
	background: url(images/footer_line.png) bottom repeat-x;
}
.footer a:link, .footer a:visited {
	color: #737373;
}
.footer-menu {
	margin-top: 30px;
	padding-bottom: 20px;
}
.footer-menu a {
	text-decoration: none;

}
.footer-menu a:hover {
	text-decoration: underline;
}
.footer-menu .button a:hover {
	text-decoration: none;
}
.footer-menu ul {
	margin-top: 10px;
	line-height: 140%;
}
.footer-menu p {
	padding: 0;
}
.footer-menu p span {
	color: #404040;
	font-size: 140%;
}
.footer-menu > li > a:hover {
	color: #08c;
	text-decoration: none;
}
p.bottom-copyright {
	margin-top: 19px;
	color: #313131;
}
a.bottom-copyright {
	color: #b7b7b7;
}
.bottom-search span.float-left, .bottom-search span.float-right {
	display: none;
}
.social-links {
	margin-top: 20px;
}
.social-link {
	display: inline-block;
	margin: 4px 0;
	padding: 3px 0 3px 23px;
}
.social-link.facebook {
	margin-top: 23px;
	background: url(images/icons/social_facebook.png) 0 1px no-repeat;
}
.social-link.twitter {
	background: url(images/icons/social_twitter.png) 0 1px no-repeat;
}
.twitter-widget { float: left; width: 50%; }
.facebook-widget { float: right; width: 50%; }

.payment-icons {
	margin: 15px 0;
}
.payment-icons img {
	margin-left: 10px;
}
/* /Footer styles */
/* /Main styles */

/* Search field */
.search-magnifier {
	background: url(images/icons/search_magnifier.png) 0 0 no-repeat;
}
html .search-input {
	padding: 8px 25px 6px 15px;
	height: 31px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #fcfcfc url(images/search_field_bg.png) 0 0 repeat-x;
	box-shadow: none;
	color: #b3b3b3;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
html input.search-input:focus {
	outline: 0;
	border: 1px solid #a6a6a6;
	background-color: #fcfcfc;
	background-image: none;
	box-shadow: none;
	color: #4d4d4d;
}
/* /Search field */

/* Tools */
.tools-container table {
	white-space: normal;
}
.buttons-container .tools-container {
	margin-top: -1px;
	padding: 0 0 0 17px;
}
.buttons-container .cm-button-main {
	margin-top: -3px;
}
.cm-buttons-floating .popup-tools {
	margin-bottom: 35px;
}
.popup-tools {
	padding: 4px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* /Tools */

/* Dropdown menu styles */
.dropdown-box {
	position: relative;
	display: inline-block;
	text-align: right;
}
.cm-popup-title {
	display: inline-block;
	padding: 2px 22px 2px 8px;
	background:url(images/icons/arrow_dropdown.png) no-repeat right 12px;
	border: 1px solid #e0e0e0; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius:6px;
	background-color:#fff;
}
.cm-popup-title a {
	display: inline-block;
	color: #333;
	text-decoration: none;
	line-height: 16px;
}
.cm-popup-title.unlogged a {
	padding-left: 23px;
	background:url(images/icons/account_icon.png) no-repeat left 2px;
	color: #777;
}
.cm-popup-title.logged a {
	padding-left: 23px;
	background:url(images/icons/account_icon.png) no-repeat left -28px;
}
.cm-popup-title {
	border: 1px solid #e0e0e0; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius:6px;
	background-color:#fff;
}
.cm-popup-title-on, .cm-popup-title-on:hover {
	position:relative;
	z-index: 550;
	border: 1px solid #b3b3b3;
	border-bottom:none; 
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius:6px 6px 0 0;
	background-color:#fff;
}
.cm-popup-title:hover, .cm-popup-title-on, .cm-popup-title-on:hover {
	margin-right: 0;
	padding: 2px 22px 2px 8px;
	background-position: right -28px;
}
 .cm-popup-title-on, .cm-popup-title-on:hover {
 	background-position: right -69px;
 }
.cm-popup-title-on, .cm-popup-title-on:hover {
	padding-bottom: 0;
}
.view-cart-button {
	float: left;
}
.cm-popup-content {
	position: absolute;
	right: 0;
	z-index: 500;
	margin-top: -1px;
	margin-right: -1px;
	padding:10px 0 0 0;
	min-width:218px;
	border: 1px solid #B3B3B3; 
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius:6px 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
	background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	text-align: left;
}
.cm-popup-content ul.account-info li {
	padding:0;
}
.cm-popup-content ul.account-info li.user-name {
	margin: 4px 20px 10px;
	padding-bottom: 13px;
	border-bottom:1px dotted #bfbfbf;
}
.cm-popup-content ul.account-info li a {
	display:block;
	padding:8px 10px 8px 20px;
	color: #555;
	text-shadow: 0 1px 0 #fff;
}
.cm-popup-content ul.account-info li a:hover, ul.cm-select-list li:hover, .cm-dropdown-content li:hover {
	background-color: #e5e5e5;
	background-image: -moz-linear-gradient(top,#eee 0,#ddd 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eee),color-stop(100%,#ddd));
	background-image: -webkit-linear-gradient(top,#eee 0,#ddd 100%);
	background-image: -ms-linear-gradient(top,#eee 0,#ddd 100%);
	background-image: -o-linear-gradient(top,#eee 0,#ddd 100%);
	background-image: linear-gradient(top,#eee 0,#ddd 100%);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.025),inset 0 -1px rgba(0,0,0,.025);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.025),inset 0 -1px rgba(0,0,0,.025);
	box-shadow: inset 0 1px 0 rgba(0,0,0,.025),inset 0 -1px rgba(0,0,0,.025);
	color:#333;
	text-decoration: none;
}
.cm-popup-content .updates-wrapper {
	margin: 10px 20px 12px;	
}
.cm-popup-content .updates-wrapper .form-field {
	margin:0;
}
p.text-track {
	padding: 0 0 3px;
	color:#404040;
	font-weight: bold;
}
.dropdown-box .buttons-container {
	padding: 15px 20px;
	border-top: 1px solid #ddd; 
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius:0 0 6px 6px;
	background-color:#f2f2f2;
	color: #999;
}
.dropdown-box .buttons-container a.account {
	color: #555;
}
.dropdown-box .buttons-container a.account:hover {
	color: #08c;
}
/* Dropdown menu styles */

/* Cart box styles */
.view-cart-button {
	float: left;
}
.login-popup {
    padding: 0;
    border: none;
    background: none;
}
.account-info li {
	padding: 5px 0;
}
.login-popup ul.account-info li {
	padding: 0;	
}
.account-info .user-name {
	margin: 4px 0 12px;
    padding-bottom: 12px;
	border-bottom: 1px dotted #ccc;
}
.updates-wrapper .form-field {
	margin: 0;
}
.login-popup p.text-track {
	padding:0;
	color:#404040;
	font-weight:bold;
	font-size:13px;
	line-height:17px;
}
.login-popup .updates-wrapper .go-button {
	margin:3px 0 0 0;
	padding:0;
	border:1px solid #ccc;
	border-left:none; 
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius:0 3px 3px 0;
}
.cart-title {
	padding-bottom: 1px;
	border-bottom: 1px dotted #000;
}
.minicart-title {
	display: inline-block;
	color: #727272;
	text-decoration: none;
	line-height: 16px;
	margin: 9px 0 0 10px;
	float: left;
}
.phone-number span { color: #01CAD7; }
.cart-status .popup-content { top: 31px; }
.cart-status { margin: 12px 0 0 0; }
.cart-status .cm-popup-title { float: left; }
.cart-status .checkout-link { float: left; margin: 12px 0 0 10px; }
.cart-status .checkout-link a { background-color: #01CAD7 !important; color: #FFFFFF !important; padding: 2px 8px !important; }
.cart-title:hover {
	border-color: #000;
	color: #333;
}
.empty-cart {
	color: #727272;
	font-weight: bold;
}
.list-container-wrap {
	border:1px solid #b3b3b3;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
	background-color:#fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.cart-content-grid .cm-popup-title-on {
	padding-bottom: 10px;
}
.cart-icon {
	float: left;
	display: inline-block;
	width: 19px;
	height: 27px;
	background: url(images/icons/empty_cart_list_icon.gif) 0 0 no-repeat;
}
.cart-icon.filled {
	background: url(images/icons/filled_cart_list_icon.gif) 0 0 no-repeat;
}
.cm-popup-box .cart-items {
	padding: 10px;
	width: 320px;
}
.cart-items p.center {
	color: #999;
}
.cm-popup-box .cart-items p.center {
	margin: 15px 0;
}
.product-description a.cm-dialog-opener, .product-description a.cm-dialog-opener:hover {
	border-bottom: 1px dotted #08c;
	text-decoration: none;
}
.cart-configuration {
	width: 500px;
}
.shipping-estimation {
	width: 460px;
}
.rates-button {
	padding-top: 8px;
}
/* /Cart box styles */

/* Categories sidebox style */
.sidebox-categories-wrapper .sidebox-title, .sidebox-wrapper .sidebox-categories-wrapper .sidebox-title {
	padding: 11px 10px 9px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: #b0b0b0 url(images/sb_cat_title_bg.png) 0 0 repeat-x;
	-ms-border-radius: 5px 5px 0 0;
}
.sidebox-categories-wrapper .sidebox-title span, .sidebox-wrapper .sidebox-categories-wrapper .sidebox-title span {
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #222;
	font-weight: bold;
	font-size: 90%;
}
.sidebox-categories-wrapper .product-item-image.compact {
	padding: 15px 0 10px;
}
.sidebox-categories-wrapper .sidebox-body {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background: #f5f5f5 url(images/sb_cat_body_bg.png) 0 0 repeat-x;
	-ms-border-radius: 0 0 5px 5px;
}
.sidebox-categories-wrapper .sidebox-body ul a, .sidebox-categories-wrapper .sidebox-body ul a:hover {
	font-size: 100%;
}
/* /Categories sidebox style */

/* Text links */
ul.text-links:first-child {
	padding-top: 0;
}
ul.text-links .level-0 {
	padding-top: 10px;
}
ul.text-links .level-1 {
	margin-left: 10px;
}
ul.text-links .level-2 {
	margin-left: 20px;
}
ul.text-links .level-3 {
	margin-left: 30px;
}
ul.text-links .level-4 {
	margin-left: 40px;
}
.sidebox-categories-wrapper .text-links {
	padding: 10px;
}
.sidebox-categories-wrapper .text-links a:link, .sidebox-categories-wrapper a:visited {
	color: #4d4d4d;
}
.sidebox-categories-wrapper .text-links a:hover {
	color: #08c;
}
ul.text-links.text-links-inline li.level-0 > ul {
	position: absolute;
	z-index: 10000;
	display: none;
	padding: 10px 15px 10px 5px;
	border: 1px solid #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	background: #fff;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
ul.text-links.text-links-inline li li a {
	white-space: nowrap;
}
ul.text-links li.cm-active > a, ul.text-links.text-links-inline li.cm-active > a {
	color: #404040;
}
ul.text-links.text-links-inline li.level-0:hover > ul {
	display: block;
}
/* /Text links */

/* common sidebox style */
.sidebox-wrapper .sidebox-title {
	padding: 12px 12px 9px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: #b0b0b0 url(images/sb_title_bg.png) 0 0 repeat-x;
	-ms-border-radius: 5px 5px 0 0;
}
.sidebox-wrapper .sidebox-title span, .sidebox-wrapper .sidebox-title a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #777;
	font-weight: bold;
	font-size: 90%;
}
.sidebox-wrapper .sidebox-body {
	padding: 12px;
	border: 1px solid #b8b8b8;
	border-top: none;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
}
.sidebox-wrapper .sidebox-body a:link, .sidebox-wrapper .sidebox-body a:visited, .sidebox-wrapper .sidebox-body a:active {
	color: #01AAAA;
}
.sidebox-wrapper .sidebox-body a:hover {
	color: #08c;
}
/* /Common sidebox style */

/* Tables */
/* Common table */
.table {
	margin-top: 30px;
	border: 1px solid #ebebeb;
	border-width: 1px 0px 1px 1px;
	border-bottom: none;
	border-top-color: #e3e3e3;
}
.table th {
	padding: 10px;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	text-align: left;
	font-weight: normal;
}
.table th, .table th a, .table th a:visited, .table th a:hover, .table th a:active {
	color: #404040;
	text-shadow: 0px 1px 0px white;
	font-weight: bold;
}
.table-desc {
	padding-right: 13px;
	background: url(images/table_sorting_icons.png) no-repeat;
	background-position: right 7px;
}
.table-asc{ 
	padding-right: 13px;
	background: url(images/table_sorting_icons.png) no-repeat;
	background-position: right -20px;
}
.table td, .table .table td {
	padding: 13px 10px;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.table td.product-image {
	padding: 10px 5px 10px 10px;
}
.table .table-footer td {
	border-right: 1px solid #e3e3e3;
	background-color: #fafafa;
}
.table tr:nth-child(2n) {
	background-color: #fafafa;
}
.table-row, tr.table-row, td.table-row {
}
/* /Common table */
/* /Tables */

/* Mainbox */
.product-main-info h1.mainbox-title {
	padding: 0;
	color: #08c;
	font-size: 200%;
}
.mainbox-title span {
	color: #08c;
}
/* /Mainbox */

/* Mainbox2 */
.mainbox2-title {
	border-bottom: 1px dotted #b7b7b7;
}
/* /Mainbox2 */

.subheader, .subheader-first-item {
	padding: 7px 0 4px 0;
	font-size: 145%;
}
.subheader-first-item {
	padding: 0 0 7px 0;
}
.subheader2 {
	margin: 10px 0 2px 0;
	padding-bottom: 3px;
	font: bold 85% tahoma, arial, verdana, sans-serif;
}
.title-extra a, .title-extra a:visited, .title-extra a:hover, .title-extra a:active {
	color: #7c8e8e;
	font: normal 75% Arial;
}

/* Recently viewed */
.recent-prod-link-bg {
	background-color: #f4f4f4;
	text-align: right;
}
.extra-link {
	font: normal 85% Tahoma;
}
.extra-link, a.extra-link:visited, a.extra-link:hover, a.extra-link:active, .sidebox-body ul a.extra-link {
	padding: 0;
	color: #4d4d4d;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 85%;
}
/* /Recently viewed */

/* Product list view styles */
.discount-label {
	padding: 0 0 0 16px;
	background: url(images/discount_label.png) no-repeat left top;
}
.discount-label em {
	padding: 7px;
	height: 16px;
	min-width: 28px;
	background: url(images/discount_label.png) no-repeat right -40px;
	color: #fff;
	text-align: center;
	font: normal bold 100% Arial, Helvetica, sans-serif;
}
.discount-label em strong {
	font-weight: normal;
}
.product-config-header {
	clear: both;
	padding-top: 20px;
	font-size: 150%;
}
.product-list-price {
	padding-bottom: 4px;
}
.product-container .add-buttons-wrap {
	margin-top: 15px;
}
.product-container.list .product-item-image{
	margin-right: 25px;
}
.product-container.list .prices-container {
	margin-top: 10px;
}
.features div {
	color: #757575;
	font-weight: bold;
}
.multicolumns-list table .product-title-wrap a {
	display: inline-block;
	overflow: hidden;
	height: 30px;
	text-overflow: ellipsis;
}
.products-2 {
	padding: 10px;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-ms-border-radius: 6px;
}
/* /Product list view styles */

/* Product table view styles */
.table.products tr:nth-child(2n) {
	background-color: #fff;
}
.table.products {
	margin-bottom: 30px;
}
/* /Product table view styles */

/* Pagination styles */
.pagination a, .pagination-selected-page {
	display: inline-block;
	padding: 1px 3px;
	min-width: 12px;
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	text-transform: uppercase;
	font-size: 85%;
}
.pagination a, .pagination a:visited, .pagination a:hover, .pagination a:active, .pagination-selected-page {
	color: #808080;
	text-decoration: none;	
}
.pagination a:hover {
	color: #333;
}
.pagination-selected-page {
	background-color: #999;
	color: #fff;
}
.pagination a.set, .pagination a.prev, .pagination a.next {
	margin: 0 4px;
	padding: 4px 6px;
	width: auto;
	border: 1px solid #b2b2b2;
}
.pagination a.set:hover, .pagination a.prev:hover, .pagination a.next:hover {
	border-color: #444;
	background-color: #444;
	color: #fff;
}
/* /Pagination styles */

.info-field-title {
	background-color: #f7f7f7;
}

/* Lists */
ul.bullets-list li {/* List with circle bullets */
	background: url(images/icons/bullet.gif) no-repeat 1px 7px;
}
ul.bullets-list ul li{
	background: none;
}
ol.bullets-list {
	padding: 0 0 0 35px;
}
.separated-list li {
	padding: 5px 0;
}
.arrows-list li {/* List with 2 arrows as bullet */
	padding-left: 13px;
	background: url(images/icons/cart_arrow.gif) no-repeat 1px 7px;
}
.arrows-list li.delim {
	background: url(images/sidebox_delim.gif) repeat-x center 2px;
}
li.cm-expanded {/* Tree list */
	background: url(images/icons/category_expanded.gif) no-repeat scroll right 5px;
}
li.cm-collapsed {
	background: url(images/icons/category_collapsed.gif) no-repeat scroll right 5px;
}
.inside-list li {/* inside list */
	padding: 2px 0 3px 0;
	background-image: none;
	list-style: none none;
	line-height: 12px;
}
.action-bullets {/* Action bullets */
	margin-bottom: 10px;
}
.action-bullets li {
	display: inline;
	padding: 0 10px 0 13px;
	background: url(images/icons/dot_dark.gif) no-repeat 2px 6px;
}
.category-page h1, .category-page .sort-container { display: none; }
.category-page .fiorenze-leather-bean-bags .odd { border-right: 1px solid #cccccc;  }
.category-page .fiorenze-leather-bean-bags .categoryDescription { min-height: 215px !important; }

.category-description ul li, ul.bullets-list li {
	padding: 1px 0 6px 15px;
	background: url(images/icons/dot_dark.gif) no-repeat 1px 7px;
}
.wysiwyg-content ul {
	margin: 5px 0 5px 40px;
}
.wysiwyg-content ul li {
	padding: 0;
	background-image: none;
	list-style-type: disc;
}
ul.no-markers li, .wysiwyg-content ul.no-markers li {/* No bullets */
	padding: 8px 0 0 0;
	background-image: none;
	list-style-type: none;
}
.b-bottom {
	border-bottom: 1px dotted #ccc;
}
.delim {
	background: url(images/sidebox_delim.gif) repeat-x center center;
}
ul.statistic-list li.total, ul.statistic-list li.total .price {
	color: #262626;
}
ul.statistic-list .discount-price, .checkout-summary .discount-price {
	color: #598527;
}
ul.statistic-list.total {
	width: 100%;
	border-top: 1px dotted #d9d9d9;
	text-align: right;
}
/* /Lists */

/* Cart page styles */
.buttons-container.cart-bottom-buttons {
	margin-top: 30px;
	padding: 17px 20px;
	border-top: 1px solid #DDD;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	background: #f2f2f2;
	-ms-border-radius: 0 0 3px 3px;
}
.buttons-container.cart-top-buttons {
	margin: 5px 0px 30px;
	padding: 17px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f5f5f5;
	-ms-border-radius: 3px;
}
.cart-left-buttons .button {
	margin-right: 7px;
}
.cart-right-buttons .float-right {
	margin-left: 20px;
}
.mainbox-cart-body .table tr {
	background-color: #fff;
}
.mainbox-cart-body .table {
	border-right: 1px solid #ebebeb;
}
.mainbox-cart-body th {
	padding: 12px 20px;
	border-right: none;
	text-align: center;
}
.mainbox-cart-body td {
	padding: 17px 10px;
	border-right: none;
	vertical-align: top;
}
.mainbox-cart-body td.medium {
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	padding: 21px 10px 0;
}
.mainbox-cart-body td.small {
	font-size: 12px;
	padding: 22px 10px 0 10px;
}
.mainbox-cart-body td.large {
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 10px 0;
}
.mainbox-cart-body td.center .button {
	margin: -5px 0 0 0;
}
.mainbox-cart-body .product-description-cell {
	padding-top: 15px;
}
.mainbox-cart-body .product-image-cell {
	padding-left: 20px;
}
.mainbox-cart-body .table .quantity-cell {
	padding: 12px 30px 0;
}
.mainbox-cart-body .table td.price-cell {
	padding-right: 20px;
}
.mainbox-cart-body .product-image {
	margin: 0;
}
.mainbox-cart-body .product-title {
	font-size: 102%;
}
.mainbox-cart-body .icon-delete-big {
	margin: 0 0 -3px 8px;
}
.mainbox-cart-body .options {
	margin-top: 20px;
}
.mainbox-cart-body .product-options {
	padding: 10px;
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fafafa;
	-ms-border-radius: 3px;
	width: 260px;
}
.mainbox-cart-body .product-options .product-list-field label, .mainbox-cart-body .product-options #content_subscribtion .form-field label { margin-left: -75px; }
.mainbox-cart-body .product-options .product-list-field, .mainbox-cart-body .product-options #content_subscribtion .form-field { padding-left: 75px; }
.mainbox-cart-body .product-options .product-list-field label, .mainbox-cart-body .product-options #content_subscribtion .form-field label { width: 70px; }
.mainbox-cart-body .product-options .table {
	margin-top: 0;
}
.mainbox-cart-body .product-options .table th {
	padding: 12px;
}
.mainbox-cart-body .product-options .product-list-field {
	margin-top: 5px;
}
.mainbox-cart-body .product-options div:first-child {
	margin: 0;
}
.light-block-arrow, .light-block-arrow-alt {
	display: inline-block;
	margin: -18px 0 0 15px;
	width: 12px;
	height: 8px;
	background: url(images/icons/light_block_arrow.png) 0 0 no-repeat;
	display: none;
}
.light-block-arrow-alt {
	padding: 0 0 10px;
	background: url(images/icons/light_block_arrow-alt.png) 0 0 no-repeat;
	display: none;
}
.discount-info, .info-block {
	margin-top: 7px;
	padding: 10px;
	border: 1px solid #8bc045;
	background: #d0eaae url(images/icons/notice.png) no-repeat 5px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #496E16;
	font-size: 90%;
	-ms-border-radius: 3px;	
}
.discount-info li {
	padding: 0 0 10px 20px !important;
	position: relative;
}
.discount-info li li {
	padding: 0 !important;
}

.discount-info .points-in-use {
	display: inline-block;
	padding-top: 5px;
}
.info-block.buy-together {
	margin-top: 15px;
}
.info-block.buy-together h2 {
	padding-bottom: 15px;
	font-weight: bold;
}
.info-block.buy-together ul li {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}
/* /Cart page styles */

/* One page checkout styles */
.checkout-steps .form-field {
	margin-top: 0;
	margin-bottom: 17px;
}
.checkout-steps .subheader {
	padding-bottom: 12px;
}
.step-container, .step-container-active {
	background-color: #f5f5f5;
}
.step-container-active {
	background-color: #fff;
}
.step-title-active, .step-title-complete {
	border: 1px solid #e2e2e2; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	background: #ededed url(images/checkout_step_title_active.gif) repeat-x 0 0;
}
.step-title-active span.float-left, .step-title-complete span.float-left {
	margin-right: 10px;
	padding: 0 3px;
	width: 17px;
	height: 23px;
	background: url(images/checkout_step_status.png) no-repeat -1px -23px;
	color: #fff;
	text-align: center;
	font: bold 125%/150% Arial;
}
.form-field label, .login-popup .form-field label, .login .form-field label, .step-body-active .form-field label {
	color: #404040;
}

.form-field label em {
	color: #808080;
    font-weight: normal;
	font-style:normal;	
}
.address-switch {
	margin: 10px 0 13px 0;
	padding: 15px 0 15px 21px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f7f7f7;
	-ms-border-radius: 4px;
}
.address-switch .float-left span {
	font-weight: bold;
}
.address-switch .float-right .radio {
	margin-left: 6px;
	vertical-align: -1px;
}
.address-switch .float-right label {
	padding: 0 22px 0 0;
}
.step-title-complete {
	background: #fff;
}
.step-title-complete span.float-left {
	background-position: -1px 2px;
}
.step-title-complete a.title, .step-title-complete a.title:hover  {
	color: #ccc;
	text-decoration: none;
}
.step-title-complete .button-tool a, .step-title-complete .button-tool a:visited {
	color: #979797;
	text-transform: none;
	font: 13px Arial;
}
.step-title-complete .float-right {
	padding: 4px 0 0 0;
}
.multiple-profiles, .multiple-profiles strong {
	font-style: normal;
}
.multiple-profiles .form-field {
	margin-bottom: 13px;
	padding-bottom: 6px;
	border-bottom: 1px solid #dadada;
}
.step-body-active .select-profile label {
	display: none;
}
.step-body-active .select-profile {
	padding-left: 0;
}
.step-body-active .form-field .input-text {
	width: 100%;
}
.subheader .subheader-extra {
	padding-left: 5px;
	font: normal 86% Arial,Helvetica,sans-serif;
}
.mainbox-title .secure-page-title {
	display: inline-block;
	margin: 17px 30px 3px 0;
	padding-right: 30px;
	background: url(images/icons/secure_page_icon.png) right 0px no-repeat;
	line-height: 30px;
}
.mainbox-title .status {
	float: right;
	padding-top: 13px;
	color: #404040;
	font-style: normal;
	font-size: 13px;
}
.mainbox-title .date {
	color: #999;
	font-style: normal;
	font-size: 13px;
}
.sidebox-wrapper.order-summary {
	margin-top: 63px;
}
.sidebox-wrapper.order-summary .sidebox-body {
	padding: 3px 0 0;
	border: 0;
}
.checkout-summary table td { color: #ffffff; }
.sidebox-wrapper.order-summary .reward-points {
	margin-top: 12px;
}
.checkout-summary table tbody.total th {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #f9f9f9;
	font-weight: bold;	
}
.checkout-summary table tbody.total th div {
	color: #333;	
}
.checkout-summary table td.taxes {
	padding-bottom: 2px;
	font-weight: bold;
}
.checkout-summary .discount-info {
	margin-bottom: 5px;
}
.sidebox-body .checkout-summary a:link, .sidebox-body .checkout-summary a:visited {
	color: #08c;
}
.sidebox-wrapper.order-products .sidebox-body a {
	color: #ffffff;
}
.sidebox-wrapper.order-products .sidebox-body .edit-products a { color: #333333; }
.order-products .sidebox-body {
	padding: 0;
}
.order-product-list {
	padding: 12px;
}
.order-products .edit-products {
	padding: 14px 12px;
	border-radius: 0;
	background: #f9f9f9;		
}
.order-products .product-name {
	display: inline-block;
	margin: 2px 0 5px;
	max-width: 238px;
}
.order-products .product-price {
	display: block;
	color: #ffffff;
}
.order-products .product-options {
	display: inline-block;
	padding: 6px 0 0;
	color: #ffffff;
}
.order-products .delete {
	float: right;
	visibility: hidden;
}
.order-products .order-product-list li {
	padding: 14px 0;
	border-bottom: 1px dotted #ccc;
}
.order-products .order-product-list li:last-child {
	padding-bottom: 4px;
	border: none;
}
.order-products .order-product-list li:first-child {
	padding-top: 0;
}
.order-products .order-product-list li:hover .delete {
	visibility: visible;
}
.coupon-code-container {
	margin: 10px 0;
	padding: 6px 0;
	border: 1px dotted #7c8e8e;
	border-width: 1px 0;
}
.step-body-active .coupon-code-container .form-field .input-text {
	width: 227px;
}
.step-body-active .coupon-code-container .form-field {
	padding: 18px 0;
}
.statistic-list-wrap { background: none; }
ul.statistic-list, #step_one_body.step-body-active, #step_one_body.step-body-active div {
	color: #2d2d2d;
}
.vendor-name {
	display: inline-block;
	padding: 15px 0 10px;
	font-weight: bold;
}
.shipping-options .bullets-list {
	padding-bottom: 10px;
}
.shipping-options-total {
	margin-top: 15px;
	padding: 15px 0;
	border-top: 1px solid #e5e5e5;
}
.shipping-tips, .shipping-tips div, .shipping-tips p {
	color: #7f7f7f;
}
.customer-notes {
	padding: 15px 0 17px 0;
}
.customer-notes p.strong {
	padding: 6px 0 2px 0;
}
.shipping-tips p {
	padding: 7px 0 10px;
}
.checkout-buttons {
	margin-top: 20px;
 	margin-bottom: 23px;
	padding: 17px 20px;
	border-top: 1px solid #ddd;
	border-radius: 0px 0px 3px 3px;
	background: #f5f5f5;
}
.relogin {
	display: inline-block;
	padding: 10px 10px 20px;
}
.login-form .checkout-login-form {
	margin: 0 20px;
}
.login-form {
	float: left;
	padding-right: 20px;
	width: 300px;
	background: url(images/checkout_step_delim.png) no-repeat right top;
}
.checkout-register {
	float: left;
	margin: 0 0 0 20px;
	width: 300px;
}
#step_one_login .checkout-register .form-field {
	padding: 0 20px;
}
#step_one_login .checkout-register .register-content {
	padding-left: 20px;
}
#step_one_register .text-button {
	margin-left: 15px;
	background: none;
}
#step_one_register .checkout-inside-block {
	padding-bottom: 10px;
}
.checkout-inside-block {
	display: inline-block;
	padding: 0 20px;
}
.checkout-billing-options {
	padding: 20px 20px 0;
}
.checkout-buttons .float-left, #step_one_login .checkout-buttons .float-left {
	padding-top: 3px;
}
ul.register-methods {
	margin: 0px;
	padding: 0px;
}
.register-methods li {
	margin: 0px;
	padding: 12px 0px 15px 10px;
}
.register-methods li.one {
	margin: 0px;
	padding: 15px 0px 25px 10px;
}
.register-methods li input {
	float: left;
	margin-top: 2px;
	margin-left: -10px;
}
.method-title {
	display: block;
	padding-bottom: 4px;
	color: #404040;
}
.method-hint {
	display: inline-block;
	padding-left: 10px;
	color: #7f7f7f;
	font-size: 95%; 
}
.step-title-active span.title {
	color: #2d2d2d;
}
.step-title {
	border: 1px solid #e2e2e2;
	border-radius: 3px 3px 3px 3px;
	background: none repeat scroll 0 0 #fff;
}
.step-title span.title, .step-title a.title {
	padding-left: 10px;
	color: #989898;
	font: bold 18px/24px Arial;
}
.step-title span.float-left {
	padding: 0 3px;
	width: 17px;
	height: 23px;
	background: url(images/checkout_step_status.png) no-repeat scroll -1px -49px transparent;
	color: #fff;
	text-align: center;
	font: bold 16px/24px Arial;
}
.step-container-complete .step-title {
	padding: 10px 15px 9px 14px;
	border: 1px solid #e2e2e2;
	border-radius: 3px 3px 3px 3px;
	background: none repeat scroll 0 0 #fff;
}
.step-container-complete .step-body {
	display: none;
}
.step-container-complete .step-title span.title {
	padding-left: 10px;
	color: #989898;
	font: bold 18px/24px Arial;
}
.step-container-complete .step-title span.float-left {
	padding: 0 3px;
	width: 17px;
	height: 23px;
	background: url(images/checkout_step_status.png) no-repeat scroll -1px -49px transparent;
	color: #fff;
	text-align: center;
	font: bold 16px/24px Arial;
}
#step_four_body .form-field label {
	color: #404040;
}
#step_four_body .form-field input, #step_four_body .form-field select, #step_four_body .form-field {
	color: #666666;
	font: normal 13px/15px Arial;
}
.cvv2 {
	display: inline-block;
	color: #08c;
	font: normal 13px/15px Arial;
	cursor: pointer;
}
.cm-tabs-content div.cvv2 {
	color: #08c;
}
.cvv2:hover {
	position: relative;
	border-bottom: 1px dotted #08c;
	text-decoration: none;
}
.cvv2_note {
	display: none;
	padding: 15px 5px;
	width: 340px;
	border: 1px solid #B3B3B3;
	border-radius: 6px 6px 6px 6px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	text-align: left;
}
.cvv2:hover > .cvv2_note {
	position: absolute;
	bottom: 0px;
	left: 100%;
	display: block;
}
.cards-images {
	float: left;
	padding: 0 12px;
	width: 54px;
}
.cards-description {
	float: left;
	width: 239px;
}
.card-info.ax {
	margin-top: 30px;
}
.card-info h5 {
	color: #4d4d4d;
	font-weight: bold;
}
.card-info p {
	padding-top: 3px;
	color: #4d4d4d;
}
.form-payment span.payment-image {
	float: left;
	display: inline-block;
	width: 192px;
}
.form-payment input {
	margin: 0px 15px 0px 0px;
}
.form-payment label {
	display: inline-block;
	margin-top: -5px;
	color: #666666;
	font: normal 13px/18px Arial;
}
.form-payment.payment-delim {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e8e9eb;
}
ul.paym-methods {
	float: left;
	margin: 0;
	padding-right: 60px;
	width: 280px;
}
ul.paym-methods li {
	margin: 0px;
	padding: 0px;
	background: none;
	list-style-type: none;
	float: left;
}
.other-pay div { clear:both; padding: 30px 0 0 0 }
.other-pay table div { padding: 0; width: 50%; }
ul.paym-methods li div { float: right; clear: none; padding: 0; margin: -2px 0 0 10px; }
.cm-tabs-content .paym-methods li {
	padding: 0px 0px 15px 15px;
}
.other-text {
	float: left;
	width: 260px;
}
.other-text h2 {
	color: #808080;
	font: bold 16px/15px Arial;
}
.other-text p {
	padding-top: 10px;
	color: #808080;
	font: normal 13px/18px Arial;
}
.cm-tabs-content .paym-methods li div.radio1 {
	display: block;
	padding-left: 10px;
	color: #777777;
	font: normal 11px/15px Arial; 
}
.cm-tabs-content .paym-methods li input {
	float: left;
	margin-top: 2px;
	margin-left: -10px;
}
.cm-tabs-content .paym-methods li div.radio1 h5 {
	padding-bottom: 5px;
	color: #333;
	font: normal 13px/15px Arial;
}
.cm-tabs-content .paym-methods li div.radio1.active h5 {
	padding-bottom: 5px;
	color: #333;
	font: bold 13px/15px Arial;
}
.billing-first-name, .billing-country, .shipping-first-name, .shipping-country {
	float: left;
	display: inline-block;
	margin-right: 20px;
	width: 180px;
}
.billing-last-name, .billing-state, .shipping-last-name, .shipping-state {
	float: left;
	display: inline-block;
	width: 240px;
}
.billing-country select, .billing-state select, .shipping-country select, .shipping-state select {
	width: 100%;
}
.billing-email, .shipping-email {
	clear:both;
}
.billing-zip-code, .shipping-zip-code {
	clear: both;
	width: 120px;
}
.order-information h4 {
	padding-bottom: 7px;
	color: #4d4d4d;
	font-weight: bold;
}
.order-information ul {
	color: #4d4d4d;
}
.order-information hr {
	clear: both;
	margin-bottom: 15px;
	padding-top: 10px;
	border-bottom: 1px dotted #ccc;
}
.order-create-account {
	margin-top: 30px;
	width: 300px;
}
.order-create-account input[type="text"], .order-create-account input[type="password"] {
	width: 292px;
}
/* /One page checkout styles */

/* Classic checkout */
.classic-checkout-title {
	margin: 0 0 0 16px;
}
/* Progress bar styles */
.pb-container em {
	display: inline-block;
	background: #d1d1d1 url('images/pb_step.png') no-repeat 0 0;
	color: #fff;
	text-decoration: none;
}
.pb-container .complete em {
	background-color: #9eca03;
	background-image: url('images/pb_step_complete.png');
}
.pb-container .active em {
	background-color: #202020;
	background-image: url('images/pb_step_active.png');
}
.pb-container a, .pb-container span {
	display: inline-block;
	color: #a1a1a1;
	vertical-align: middle;
}
.pb-container a, .pb-container .active span {
	display: inline-block;
	max-width: 115px;
}
.pb-container span.active {
	color: #222020;
}
/* /Progress bar styles */
/* /Classic checkout */

/* Block "Product filters" */
.product-filters {
	padding-top: 5px;
	font-size: 90%;
	line-height: 140%;
}
.product-filters li {
	padding: 2px 0 3px;
}
.product-filters .extra-link-wrap {
	margin-top: -3px;
	padding-top: 0;
}
.product-filters a.extra-link {
	border-bottom: 1px dotted #4d4d4d;
}
.product-filters a.extra-link.filter-delete {
	float: right;
	border: none;
}
.product-filters li a.filter-item, .product-filters li a.filter-item:hover {
	display: inline-block;
	padding-left: 15px;
	background: url(images/icons/checkbox_bg.png) 0 3px no-repeat;
	color: #4d4d4d;
}
.product-filters li a.filter-item:hover, .product-filters li a.filter-item.checked {
	background-position: 0 -27px;
	text-decoration: none;
}
.product-filters li a.filter-item.disabled {
	background-position: 0 -117px;
	color: #ccc;
	text-decoration: none;
	cursor: default;
}
.product-filters li a.filter-item.checked.disabled {
	background-position: 0 -87px;
	color: #ccc;
	text-decoration: none;
	cursor: pointer;
}
.product-filters li a.filter-item.checked:hover {
	background-position: 0 -57px;
}
.product-filters .details {
	color: #959595;
	font-weight: normal;
}
.filter-wrap {
	padding-bottom: 10px;
}
.filter-title {
	border-bottom: 1px dotted #4d4d4d;
	color: #4d4d4d;
	font-weight: bold;
	cursor: pointer;
}
.toggle-arrow {
	display: inline-block;
	padding: 0 2px;
	width: 7px;
	background: url(images/icons/toggle_arrow.gif) 2px 7px no-repeat;
}
.toggle-arrow.open {
	background-position: 1px -25px;
}
.reset-filters, .reset-filters:visited, .reset-filters:hover, .reset-filters:active {
	background: url('images/icons/reset_icon.png') no-repeat 0 1px;
	color: #b20101;
	text-transform: lowercase;
	font-size: 85%;
}
/* /Block "Product filters" */

/* Captcha */
.captcha label{
	display: block;
	padding-bottom: 2px;
	color: #404040;
	font-weight: bold;
}
.captcha p{
	padding-top: 3px;
	color: #a6a6a6;
	font-size: 13px;
}
.image-captcha {
	border: 1px solid #ccc;
	cursor: pointer;
}
form .captcha-input-text{
	margin-right: 10px;
	padding: 3px 3px;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	color: #666;
	font: 130% Arial,Helvetica,sans-serif;
}
/* /Captcha */

/* Select languages and currencies */
.select-link, .select-link:hover {
	background: url('images/icons/arrow_dropdown.png') no-repeat 100% 3px;
	text-decoration: none;
}
.select-link:hover {
	background-position: 100% -37px;
}
.select-link span {
	display: inline-block;
	padding-bottom: 1px;
	border-bottom: 1px dotted #08c;
	color: #08c;
}
.header .select-wrap {
	padding: 0 0 0 15px;
	margin: 20px 0 0 0;
	background: url(images/top_separator.gif) 0 2px no-repeat;
}
.quick-links-wrap {
	padding-right: 5px;
}
.header .select-wrap.languages, .header .select-wrap.currencies {
	padding: 0 12px 0 12px;
}
.select-wrap.languages a.active-element, .select-wrap.currencies a.active-element {
	display: inline-block;
	margin-top: -3px;
	padding: 3px 0 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ededed;	
	-webkit-box-shadow: inset 0 3px 4px rgba(0,0,0,.04),inset 0 -3px 4px rgba(0,0,0,.04);
	-moz-box-shadow: inset 0 3px 4px rgba(0,0,0,.04),inset 0 -3px 4px rgba(0,0,0,.04);
	box-shadow: inset 0 3px 4px rgba(0,0,0,.04),inset 0 -3px 4px rgba(0,0,0,.04);
}
.select-wrap.languages a.active-element {
	padding: 4px 0px 4px 5px !important;
}
.select-wrap.languages a {
	text-decoration: none;
}
.select-wrap.currencies a.active-element {
	padding: 3px 8px 1px;
	color: #4d4d4d;
}
.select-wrap.currencies a.active-element:hover {
	text-decoration: none;
	cursor: default;
}
.select-wrap.currencies a {
	display: inline-block;
	margin-top: -3px;
	padding: 3px 7px;
}
.select-popup {
	border: 1px solid #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.cm-select-list a, .cm-select-list a:visited, .cm-select-list a:hover, .cm-select-list a:active {
	color: #333;
	text-shadow: 0 1px 0 #fff;
}
.localization {
	background: url('images/top_tools_delim.gif') no-repeat 0 2px;
}
.lang-noname img {
	margin: 0;
}
/* /Select languages and currencies */
.cm-dropdown-content {
	border: 1px solid #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.cm-dropdown-content a, .cm-dropdown-content a:visited, .cm-dropdown-content a:hover {
	color: #333;
	text-decoration: none;
	font-size: 85%;
}
/* Checkout totals */
#est_box { 
	float: left;
	width: 49%;
}
.coupons-container {
	float:left;
	padding-right: 30px;
	width: 280px;
}
#applied_promotions {
	color: #8c8c8c;
}
.coupon-items span {
	display: inline-block;
}
.coupon-items .strong {
	padding-bottom: 3px;
}
.coupon-items > li {
	padding: 0 0 10px;
}
ul.coupon-items li:last-child {
	padding-bottom: 0;
}
.coupon-items .icon-delete-small {
	margin: 0;
	position: absolute;
	right: 0;
}
.shipping-edit-link {
	display: inline-block;
	margin: 0 2px 0 3px;
	padding-left: 20px;
	background:  url(images/icons/glyph_icons.png) 0 -220px no-repeat;
	text-transform: uppercase;
	font-size: 85%;
	line-height: 130%;
}
.shipping-edit-link:hover:hover {
	text-decoration: none;
}
.shipping-edit-link:hover span {
	border-bottom: 1px dotted #08c;
}
/* /checkout totals */

/* File uploader */
.attach-images-alt label {
	color: #555555;
	text-align: left;
	font-weight: bold;
	font-size: 85%;
}
/* /File uploader */

/* Cart items */
.quantity {
	font: bold 88% Tahoma, sans-serif;
}
.quantity label {
	color: #858585;
}
.product-description a.cm-combination {
	display: inline-block;
	margin: 20px 0 10px;
}
.product-description a.cm-combination i {
	font-style: normal;
}
.product-description a.cm-combo-offi, .product-description a.cm-combo-on:hover i {
	border-bottom: 1px dotted #4d4d4d;
}
.product-description a.cm-combo-on, .product-description a.cm-combo-off {
	background:url(images/icons/arrow_dropdown.png) no-repeat right 3px;
	color: #757575;
}
.product-description a.cm-combo-off, .product-description a.cm-combo-off:hover {
	background-position: right -77px;
	color: #4d4d4d;
	text-decoration: none;
}
.product-description a.cm-combo-on:hover {
	background-position: right -37px;
	color: #4d4d4d;
	text-decoration: none;
}
.product-description .button-submit-action, .product-description .text-button {
	margin-right: 5px;
}
.product-options .table .product-list-field {
	padding-left: 0;
}
.product-options .table .product-list-field label {
	float: none;
	margin: 0;
	padding-top: 0;
	width: auto !important;
	vertical-align: 1px;
}
.reward-points {
	display: inline-block;
}
.discount-coupon .form-field {
	margin: 4px 0;
}
.coupons-container .form-field .label {
	display: block;
}
.coupons-container .cm-tools-list {
	margin-bottom: 20px;
}
.cart-shipping-title {
	color: #333;
	font-weight: bold;
	font-size: 16px;
}
/* /Cart items */

/* Log in/out styles */
#sign_io {
	margin-top: 4px;
	padding-left:0;
	background: url(images/top_separator.gif) 0 9px no-repeat;
	text-transform: capitalize;
}
#sign_io a.text-button, #sign_io a.text-button:visited, #sign_io a.text-button:hover, #sign_io a.text-button:active {
    margin: 0;
    padding: 0;
	background: none;
	text-transform: none;
	font-size: 100%;
}
.login-popup .error-text {
	color: #fd0000;
}
.login-popup .form-field .input-text {
	margin: 0;
	padding: 8px 5px 7px;
	height: 36px;
	font-size: 115%;
}
.login-popup .form-field.password {
	margin: 20px 0 5px;
}
.password .forgot-password-label {
	float: left;
}
.password .forgot-password {
	float: right;
	color: #999;
	font-weight: normal;
}
.login-popup .object-container .buttons-container-picker {
	padding: 14px 20px;
}
/* /Log in/out styles */

/* Breadcrumbs */
.breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:active, .breadcrumbs span {
	color: #a5a5a5;
	font-size: 1.2em;
}

.breadcrumbs a:hover {
	color: #08c;
}
/* /Breadcrumbs */

/* Placing order */
.order-status {
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #f7f7f7 url(images/icons/ajax.gif) no-repeat 15px center;
	color: #666;
}
body.clear-body {
	background-color: #fff;
	background-image: none;
}
/* /Placing order */

/* Page 404 */
.exception{
	background: url('images/exception.png') no-repeat top left;
}
.exception p{
	color: #808080;
	font-size: 110%;
}
.exception ul li{
	float: left;
	list-style-type: none;
}
.exception ul li a{
	text-decoration: underline;
}
.exception-code{
	position: absolute;
	top: 92px;
	left: 63px;
	color: #bfbfbf;
	font: normal bold 86px Arial, sans-serif;
	line-height: 70px;
}
.exception-code em{
	display: block;
	text-align: center;
	font: normal normal 26px Arial, sans-serif;
}
.exception h1{
	font: normal bold 25px Arial, sans-serif;
}
/* /Page 404 */

/* Picker */
.object-container {
	padding: 15px 20px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background-color: #fff;
	font: 13px Arial,Tahoma,Helvetica,sans-serif;
}
.ui-widget select, .ui-widget textarea {
	font: normal 100% Arial, Tahoma, Helvetica, sans-serif;
}
.ui-widget-content .button-action a {
	color: #fff;
}
.ui-widget-content.ui-dialog {
	padding: 0;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 4px 15px rgba(0,0,0,0.45);
	-moz-box-shadow: 0 4px 15px rgba(0,0,0,0.45);
	box-shadow: 0 4px 15px rgba(0,0,0,0.45);
}
.ui-dialog .ui-dialog-content {
	overflow: hidden;
	padding: 0;
	min-height: 120px !important;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background-color: #bbb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.ui-dialog .ui-dialog-titlebar {
	border: none;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: none;
	background: #383838 url(images/picker_title_bg.png) 0 0 repeat-x;
}
.ui-dialog .ui-resizable-se {
	right: 1px;
	bottom: 1px;
}
.ui-dialog {
	z-index: 700 !important;
}
.cm-check-changes .ui-dialog .buttons-container {
	margin: 15px 0 -8px 0;
	padding: 15px 0;
}
.ui-widget {
	font: 13px Arial,Tahoma,Helvetica,sans-serif;
}
.ui-widget-overlay {
	z-index: 600 !important;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url("images/picker_bg_outside.png") repeat-x 0 -50% scroll #fff;
	opacity: 0.6;
	filter: Alpha(Opacity=60);
}
.ui-dialog .ui-dialog-title {
	margin: 0;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	font-family: Arial, Verdana, sans-serif;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 13px 20px 10px;
}
.ui-dialog .ui-dialog-titlebar-close {
	top: 25px;
	right: 13px;
	padding: 0;
}
.ui-dialog .el-rte .ui-resizable-se, .el-rte .ui-resizable-se {
	right: 3px;
	bottom: 51px;
	z-index: 0 !important;
}
.el-dialogform-content, .el-dialogform-content .ui-widget-content, .ui-dialog .ui-dialog-buttonpane {
	border: none;
	background-color: #f7f7f7;
	background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
	box-shadow: none;
}
.ui-dialog .ui-dialog-buttonpane {
	margin-top:-10px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	margin-top: 10px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: url(images/icons/openhand.cur), move;
}
.ui-dialog .buttons-container.picker {
	padding: 13px 0;
	width: 100%;
	border-top: 1px solid #ebebeb;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background-color: #f9f9f9;
	-ms-border-radius: 0 0 5px 5px;
}
.buttons-container-picker, .body-bc {
	padding:0;
	width: 100%;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background-color: #f5f5f5;
	-ms-border-radius: 0 0 5px 5px;
}
.buttons-container-picker {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 20px;
	border: 1px solid #e3e3e3;
}
.body-bc {
	width: auto;
}
.ui-dialog .buttons-container.picker > div {
	margin: 0 15px;
}
.ui-widget-header .ui-icon-closethick {
	background: url(images/icons/picker_close.png) 0 0 no-repeat;
}
.ui-widget-header .ui-dialog-titlebar-close.ui-state-hover {
	border: none;
	background: none;
}
.ui-widget-header .ui-state-hover .ui-icon.ui-icon-closethick {
	background-position: 0 -30px;
}
/* /Picker */

/* Quick View Picker */
.quick-view-wrap {
	width: 700px;
	text-align: left;
}
.quick-view-wrap .price .price-num {
	font-size: 150%;
}
.quick-view-wrap .price-wrap {
	padding-top: 5px;
}
.quick-view-wrap .actual-price {
	padding-top: 5px;
}
.description {
	line-height: 140%;
}
h2.description-title {
	margin-top: 20px;
	font-size: 145%;
}
.ui-dialog .cm-image-wrap a {
	outline: 0;  
}
.quick-view-wrap .left-side {
	float: left;
	margin-right: 20px;
	text-align: center;
}
.quick-view-wrap .product-main-info .image-border {
	margin-right: 0;
}
/* /Quick View Picker */

/* Graph bar */
.graph-border {
	border: 1px solid #ababab;
}
.graph-bg {
	background-color: #ccf2ff;
}
/* /Graph bar */

/* Form styles */
.cm-failed-label{
	color: #b94a48 !important;
}
/* For checkboxes in FF */
input[type=checkbox].cm-failed-field {
	outline: 1px dashed #cc0;
	background-color: #fdd;
}
/* /For checkboxes in FF */

/* Error message */
.error-message .message, .login-popup .message {
	padding:0;
	background:none;
}
.error-message .message p, .login-popup .message p, .login-popup .error-message p {
	padding: 4px 0px 0px 0px;
	color: #b94a48 !important;
	font-size:100%; 
}
.error-message .message b{
	font-weight: bold;
}
/* /Error message */

/* dropbox error-message */
.dropdown-box .error-message {
	width:90%;
}
.dropdown-box .message {
	padding:0;
	background:none;
}
.dropdown-box .message p, .dropdown-box .error-message p {
	color: #b94a48;
	font-size:100%;
}
.dropdown-box .error-message {
	padding-top:6px;
}
.dropdown-box .error-message .arrow {
	border: none;
}
.dropdown-box a {
	outline: 0;
}
a.cm-combination {
	color: #777777;
	text-decoration: none;
}
/* /Dropbox error-message */

.product-list-field span, #content_subscribtion .form-field span {
	display: inline-block;
	padding: 6px 0;
	color: #757575;
}
.form-field label.cm-required i {
	padding-left: 3px;
	color: #d64830;
	font-size: 130%;
	line-height: 1px;
}
.product-list-field label, #content_subscribtion .form-field label/*, .form-field.product-list-field label.cm-required*/ {
	padding: 6px 0;
	width: 140px;
	color: #757575;
}
.product-main-info.long .options-col .form-field.product-list-field label {
	margin-bottom: 4px;
	width: auto;
}
.modern-style-long .product-list-field {
	margin-top: 12px;
}
.select-field label, .form-field .select-field label {
	font-weight: normal;
	font-size: 85%;
}
.form-field.zipcode {
	clear: both;
}
/* Input append with button */
.input-append .input-text { 
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
/* /Input append with button */
/* /form styles */

/* mandatory fields */
.mandatory-fields {
	text-decoration: underline;
	font-size: 85%;
}
/* /mandatory fields */

.border-bottom {
	border-bottom: 1px solid #dedede;
}
.row-border > td {
	margin-bottom: 15px;
}
.cm-hint {
	color: #bfbfbf !important;
}

/* Product notification */
.product-notification {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 4px 15px rgba(0,0,0,0.45);
	-moz-box-shadow: 0 4px 15px rgba(0,0,0,0.45);
	box-shadow: 0 4px 15px rgba(0,0,0,0.45);
}
.product-notification .notification-body {
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	background-color: #fff;
}
.product-notification h1 {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	background: #383838 url(images/picker_title_bg.png) 0 0 repeat-x;
	color: #fff;
	font: normal 16px Arial, Verdana, sans-serif;
}
.product-notification-buttons {
	padding: 15px 20px;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background-color: #f5f5f5;
	-ms-border-radius: 0 0 5px 5px;
}
/* /Product notification */

a.secondary-link {
	font-size: 85%;
}
.stock-wrap {
	display: inline-block;
	margin: 10px 0 15px;
}
.in-stock, .out-of-stock {
	padding: 4px 0 0 0;
	color: #08c;
}
.in-stock {
	display: inline-block;
	padding-left: 18px;
	background: url(images/icons/glyph_icons.png) 0 -260px no-repeat;
}
.out-of-stock {
	color: #c33;
}
.features-list {
	margin: 0;
	padding: 3px 0;
}
.box {
	padding: 10px;
	background-color: #f5f5f5;
	color: #707070;
	font-size: 85%;
}
.product-descr {
	margin: 0;
	padding: 0 0 2px 0;
	color: #232323;
	font-size: 90%;
	line-height: 150%;
}
.product-prices {
	clear: left;
	margin-top: 5px;
	padding: 0;
}
.prices-container {
	padding: 0 0 5px 0;
}
.price-update {
	display:inline-block;
}
.compact .text-button, .compact .text-button:visited, .compact .text-button:hover, .compact .text-button:active, .compact .text-button-act, .compact .text-button-act:visited, .compact .text-button-act:hover, .compact .text-button-act:active {
	background-position: right 2px;
	font-size: 85%;
}

/* Product details page */
.product-page .grid_12 { width: 750px !important; }
.product-page .grid_3 { width: 180px !important; margin: 0 !important; }

.product-main-info {
	margin-bottom: 30px;
}
.product-main-info.product-quick-view {
	margin: 0;
}
.product-main-info .image-border {
/* [eileen] */
	padding: 10px 0 10px 0;
	margin-right: 0;
/*	margin-right: 20px;
	padding: 0px 10px 10px;*/
/* [/eileen] */
	min-height: 100px;
}
.product-left {
    float: left;
    width: 290px;
}
.product-left .image-border img {
    border: 1px solid #FFFFFF;
    margin: 0;
}
.product-left .product-list-field { padding: 0; }

.product-left label, .stock-control .label, .ofs-label {
	font-weight: bold;
	color: #ffffff !important;
	float: left;
	margin: 0 !important;
	width: 110px;
	padding: 6px 0 !important;
}
.product-left .product-list-field select {
	width: 155px;
	float: right;
	padding: 3px;
	border: 1px solid #ffffff; 
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 11px;
}
.stock-control { clear: both; padding: 10px 0 0 0 !important; }
.stock-control .label { width: 100px; }
..ofs-label { width: 112px; }
.stock-control .label-content {
	width: 160px;
	float: right;
	padding: 6px 0;
	margin: 0 0 12px 0;
}
.stock-control .label-content .stock-wrap { margin: 0; }
.stock-control .label-content .in-stock, .stock-control .label-content .out-of-stock {
	color: #ffffff;
	background: none;
	padding: 0;
	font-weight: bold;
}
.product-left .qty { float: left; margin: 0 10px 0 0; }
.product-left .qty .cm-value-changer { margin: 0; } 
.product-left .button-submit-action input {
	border: 1px solid #ffffff;
}
.product-left .buttons-container { margin: 0; }
.product-left .priceBox {
	border: 1px solid #FFFFFF;
  float: left;
  margin: 0 3px 0 0;
  padding: 7px 6px;
}
.product-left .priceBox p { padding: 0; }
.product-left .priceBox span {
	font-size: 11px !important;
	color: #ffffff;
	font-weight: bold;
}
.product-left .buttons-container {
	margin-top: 0;
	margin-left: 104px;
	clear: left;
}
.product-left .image-border {
	 background: #333333;
   margin: 0 0 10px;
   padding: 10px 6px 9px;
}

/* Product Sideboxes */
.relatedContainer p a.next, .relatedContainer p a.prev { border:1px solid #FFFFFF; color:#FFFFFF; display:block; font-size:11px; font-weight:bold; text-align:center; text-decoration:none; text-transform:uppercase; padding: 3px 0; margin: 12px 0 0 0; background: #2A96B4 url('images/related-arrows.png') no-repeat 0 0; text-indent: -999999px; }
.relatedContainer p a.next { background-position: center -30px !important; }
.relatedContainer p a.prev { background-position: center -2px !important; }

.relatedCategories li { height: 112px !important; }
.relatedCategories .showImage { text-indent: -999999px; }
.relatedCategories .showImage a { display: block; height: 71px; border: none; margin: 0 0 10px 0; }
.relatedCategories p a { border:1px solid #FFFFFF; color:#FFFFFF; display:block; font-size:11px; font-weight:bold; text-align:center; text-decoration:none; text-transform:uppercase; padding: 3px 0; }

.os-studio-lounger-bean-bags {
    background: url("images/studio-lounger.gif") repeat scroll 0 0 transparent;
}
.os-butterfly-sofa-bean-bags {
    background: url("images/butterfly-sofa.jpg") repeat scroll 0 0 transparent;
}
.os-acoustic-sofa-bean-bags {
    background: url("images/acoustic-sofa.jpg") repeat scroll 0 0 transparent;
}
.os-twin-couch-bean-bags {
    background: url("images/twin-lounge.jpg") repeat scroll 0 0 transparent;
}
.os-versa-table-bean-bags {
    background: url("images/versa-table.jpg") repeat scroll 0 0 transparent;
}
.os-pet-lounger-bean-bags {
    background: url("images/pet-lounge.jpg") repeat scroll 0 0 transparent;
}
.os-evolution-sofa-bean-bags {
    background: url("images/evolution-sofa.gif") repeat scroll 0 0 transparent;
}
.os-conversion-lounger-bean-bags {
    background: url("images/conversion-lounger.gif") repeat scroll 0 0 transparent;
}
.os-zen-lounger-bean-bags {
    background: url("images/zen-beanbag.jpg") repeat scroll 0 0 transparent;
}
.os-roma-sofa-bean-bags {
    background: url("images/roma-sofa.gif") repeat scroll 0 0 transparent;
}
.os-fiorenze-leather-bean-bags {
    background: url("images/fiorenze-leather-sofa.jpg") repeat scroll 0 0 transparent;
}
.os-ottoman-bean-bags {
    background: url("images/ottoman.jpg") repeat scroll 0 0 transparent;
}
.os-kids-bean-bags {
    background: url("images/kids-beanbags.gif") repeat scroll 0 0 transparent;
}
.os-pet-bean-bags {
    background: url("images/pet-beanbags.gif") repeat scroll 0 0 transparent;
}
.os-tech-pillow-rest-pad {
    background: url("images/tech-pillow.jpg") repeat scroll 0 0 transparent;
}
.os-tivoli-lounger-bean-bags {
    background: url("images/tivoli-beanbag.jpg") repeat scroll 0 0 transparent;
}
.os-avatar-lounger-bean-bags {
    background: url("images/avatar-beanbag.jpg") repeat scroll 0 0 transparent;
}

.product-info {
    background: none repeat scroll 0 0 #2A96B4;
    color: #FFFFFF;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px 10px 0;
}
.product-info h1 {
    border: 1px solid #FFFFFF;
    color: #FFFFFF !important;
    font-size: 11px !important;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 5px !important;
    text-align: center;
    text-transform: uppercase;
}
.product-info div {
    margin: 0 0 20px;
		padding: 0;
}
.product-info .description {
    color: #FFFFFF;
    font-size: 85%;
		margin: 5px 0 0 111px;
		float: left;
}
.product-accordion p { line-height: 15px; }
.product-accordion .product-accordion-trigger {
    background: url("images/icons/accordion-status.gif") no-repeat scroll 5px -19px #333333;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px 5px 5px 30px;
}
.product-accordion .product-accordion-trigger.active {
    background-color: #777777;
    background-position: 5px 4px;
}
.product-accordion .product-accordion-container {
    padding: 5px 5px 0;
}
.product-accordion .product-accordion-container .form-field {
    font-size: 12px;
}
.product-accordion .product-accordion-container .form-field label {
    font-weight: bold;
}
.product-accordion .product-accordion-container .form-field ul li img {
    margin: -3px 0 0;
}
.product-desc {
    float: right;
    padding: 0 8px 0 0;
    width: 440px;
}
.product-desc ul {
    margin: 6px 0 0;
}
.product-desc p, .product-desc ul li {
    font-size: 12px;
}
.product-desc .wysiwyg-content {
    border: medium none;
    clear: both;
    padding: 0;
}
.product-desc h2.description {
    display: none;
}
.product-desc h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0 0;
}
.product-desc .elements {
    background: url("images/logos/elements.jpg") no-repeat scroll -8px 0 transparent;
    clear: both;
    height: 30px;
    margin: 15px 0;
    text-indent: -999999px;
    width: 420px;
}
.product-desc .interiors {
    background: url("images/logos/interiors.jpg") no-repeat scroll 0 0 transparent;
    clear: both;
    height: 20px;
    margin: 15px 0;
    text-indent: -999999px;
    width: 420px;
}
.productImages {
    background: none repeat scroll 0 0 #333333;
    margin: 0 0 10px;
/* [eileen] */
/*    padding: 10px 6px 5px;*/
    padding: 6px !important;
/* [/eileen] */
}
.product-info .add-product {
	padding-left: 10px;
}
.product-main-info .jcarousel-prev-horizontal, .prev-horizontal {
	width: 30px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	background: #f5f5f5 url(images/icons/small_nav_arrows.png) no-repeat 50% 9px;
	-ms-border-radius: 4px 0 0 4px;
}
.product-main-info .jcarousel-next-horizontal, .product-main-info .next-horizontal {
	width: 30px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	background: #f5f5f5 url(images/icons/small_nav_arrows.png) no-repeat 50% -31px;
	-ms-border-radius: 0 4px 4px 0;
}
.product-main-info .jcarousel-prev-horizontal:hover, .product-main-info .prev-horizontal:hover {
	background-color: #ebebeb;
	background-position: 50% -71px;
}
.product-main-info .jcarousel-next-horizontal:hover, .product-main-info .next-horizontal:hover  {
	background-color: #ebebeb;
	background-position: 50% -111px;
}
.jcarousel-prev-vertical, .prev-vertical {
	position: absolute;
	top: 0px;
	width: 100%;
	background: transparent url(images/icons/up_btn.png) no-repeat 50% 0;
}
.jcarousel-prev-vertical:hover, .prev-vertical:hover, .jcarousel-next-vertical:hover, .next-vertical:hover {
	background-position: 50% -60px;
}
.jcarousel-next-vertical, .next-vertical {
	background: transparent url(images/icons/down_btn.png) no-repeat 0 0;
}
.jcarousel-clip-vertical {
	padding-top: 23px;
}
.cm-thumbnails-mini {
	margin: 2px 0;
	border: 1px solid #ccc;
}
.cm-cur-item {
	border-color: #888;
}
.cm-image-wrap .larger-image-wrap {
	visibility: hidden;
	margin: 0;
	padding: 0;	
}
.cm-view-larger-image {
	position: absolute;
	display: block;
	width: 37px;
	height: 60px;
	background: url('images/icons/zoom_icon.png') no-repeat 8px 20px;
}
.cm-view-larger-image:hover {
	background-position: 8px -280px;
}
.cm-image-wrap:hover .larger-image-wrap {
	visibility: visible;
}
.product-header-extra {
	margin: -16px 0 13px -1px;
}
.buttons-wrapper .input-text-short {
	border-color: #c0c0c0;
}
.object-image {
	display: inline-block;
	margin: 2px 0;
	border: 1px solid #ccc;
}
.product-variant-image-selected {
	border-color: #888;
}
.product-info .list-price {
	color: #757575;
	line-height: 200%;
}
.product-info .price {
	color: #333;
}
.product-info .price-num {
	font-size: 120%;
}
.product-main-info .price-num {
	font-size: 200%;
}
.product-info .sub-price {
	color: #4d4d4d;
}
.product-main-info .buttons-container .buttons-container {
	display: inline-block;
	padding-bottom: 30px;
}
.product-main-info .add-buttons-wrap {
	background: url(images/add_buttons_bg_left.png) 0 0 no-repeat;
}
.product-main-info .add-buttons-inner-wrap {
	padding: 20px 0;
	background: url(images/add_buttons_bg_right.png) right 0 no-repeat;
}
.add-buttons-wrap .add-to-wish, .add-buttons-wrap .add-to-compare {
	display: inline-block;
	margin-right: 15px;
}
.wish-link.text-button {
	padding: 3px 0 3px 20px;
	background: url(images/icons/glyph_icons.png) 0px -177px no-repeat;
	font-size: 83%;
}
.add-buttons-wrap .add-to-compare .text-button {
	padding: 3px 0 3px 21px;
	background: url(images/icons/glyph_icons.png) 0 -200px no-repeat;
	font-size: 83%;
}
.product-main-info .product-info > .buttons-container {
	margin-top: 0;
	padding: 0;
	clear: both;
}
.pagination-container .add-buttons-wrap .add-to-wish, .pagination-container .add-buttons-wrap .add-to-compare {
	display: block;
	margin: 0 0 10px 0;
}
.qty {
	padding-top: 20px;
	padding-bottom: 5px;
}
.buttons-container .qty {
	float: left;
	padding: 4px 10px 0 0;
}
.qty label {
	float: left;
	padding: 4px 6px 4px 0;
	color: #757575;
}
.product-description {
	color: #757575;
	line-height: 140%;
}
.popup-tabs {
	padding-top: 25px;
	border-top: 1px dotted #dedede;
}
.popup-tabs li {
	display: inline-block;
	padding: 2px 15px 2px 18px;
	background: #FFF url(images/icons/popup_icon.png) 0 0 no-repeat;
	text-transform: uppercase;
	font-size: 85%;
}
#content_buy_together .buttons-container, #content_tags .buttons-container, #content_send_to_friend .buttons-container, #content_discussion .buttons-container, .pconf-buttons, .buttons-container.wrap {
	margin-top: 30px;
	padding: 17px 20px;
	border-top: 1px solid #ddd;
	border-radius: 0px 0px 3px 3px;
	background: #f5f5f5;
}
.subscription-option {
	margin: 15px 0 5px;
	padding: 10px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f5f5f5;
	-ms-border-radius: 4px;
}
.pconf-buttons .add-buttons-wrap, .pconf-buttons .add-buttons-inner-wrap{
	padding-bottom: 0;
	background: none;
}
.subscription-info {
	margin: 15px 0 30px;
}
/* /Product details page */

/* Sorting  styles*/
.sort-asc, .sort-desc {
	padding-right: 10px;
	background: url(images/icons/sort_asc.gif) no-repeat right 6px;
}
.sort-desc {
	background-image: url(images/icons/sort_desc.gif);
}
.sort-dropdown a {
	color: #808080;
	text-decoration: none;
	font: normal 11px Arial, Helvetica, sans-serif;
}
.sort-dropdown:hover {
	background-position: 0 -120px;
}
.sort-dropdown a:hover {
	background-position: right -120px;
	color: #666;
	text-decoration: none;
}
.sort-dropdown.dropdown-wrap-left.click a {
	color: #4d4d4d;
}
.sort-dropdown.dropdown-wrap-left {
	background: url(images/sort_elements.png) 0 -90px no-repeat;
}
.sort-dropdown.dropdown-wrap-left .dropdown-wrap-right {
	background: url(images/sort_elements.png) right -90px no-repeat;
}
.sort-dropdown.dropdown-wrap-left.hover {
	background-position: 0 -120px;
}
.sort-dropdown.dropdown-wrap-left.hover .dropdown-wrap-right {
	background-position: right -120px;
}
.sort-dropdown.dropdown-wrap-left.click {
	background-position: 0 -150px;
}
.sort-dropdown.dropdown-wrap-left.click .dropdown-wrap-right {
	background-position: right -150px;
}
.sort-pagination a, .sort-pagination a:link, .sort-pagination a:visited, .sort-pagination a:hover {
	color: #808080;
	text-decoration: none;
}
.sort-pagination a, .sort-pagination span {
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 85%;
}
.sort-pagination span {
	background-color: #999;
	color: #fff;
}
.sort-pagination a.set, .sort-pagination a.prev, .sort-pagination a.next {
	margin: 0 4px;
	padding: 4px 6px;
	width: auto;
	border: 1px solid #b2b2b2;
}
.sort-pagination a:hover {
	color: #333;
}
.sort-pagination a.set:hover, .sort-pagination a.prev:hover, .sort-pagination a.next:hover {
	border-color: #444;
	background-color: #444;
	color: #fff;
}
/* /Sorting styles */

.wrapper-overflow {
	overflow-x: auto;
}
.top-links-grid {
	margin-top: 4px;
}
.top-links-grid .dropdown-box {
	background: url(images/top_separator.gif) 0 9px no-repeat;
}
.search-block-grid {
	margin-top: 10px;
}
.cart-content-grid {
	margin-top: 12px;
}

/* Form wrap */
.form-wrap {
	position: relative;
	padding: 12px 20px 0 20px;
	background: url(images/account_bg.png) repeat-x;
}
.form-wrap-l {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 4px;
	height: 97px;
	background: url(images/account_tl.png) no-repeat;
}
.form-wrap-r {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 4px;
	height: 97px;
	background: url(images/account_tr.png) no-repeat;
}
/* /Form wrap */

/* Account */
.account .address-switch span {
	border-bottom: none;
	font-weight: bold;
}
.account-detail {
	background: url(images/profile_details.png) no-repeat bottom center;
}
.account-detail h4 {
	font-size: 19px;
}
.account-detail p {
	color: #808080;
}
.account-detail ul li {
	color: #808080;
	list-style-type: disc;
}
.account .form-field p {
	color: #a6a6a6;
}
.account .buttons-container, .company .buttons-container {
	border-top: 1px solid #DDD;
	border-radius: 0px 0px 3px 3px;
	background: #F2F2F2;
}
.account-benefits h4 {
	font-size: 19px;
}
.account-benefits ul li {
	background: url(images/checkmark.png) no-repeat left top;
	color: #808080;
}
.account-cancel {
	margin-left: 20px;
	outline: none;
	border: none;
	background: none;
	color: #08c;
	text-transform: uppercase;
	font-size: 11px;
	cursor: pointer;
}
/* /Account */

/* login */
.login .body-bc {
    border: none;
    border-top: 1px solid #DDD;
}
.login-info h4 {
    font-size: 19px;
}
.login-info p {
    color: #808080;
}
.login-info i {
	font-style: italic;
}
/* /Login */

.product-cell-empty {
	vertical-align: middle;
	text-align: center;
}
.product-cell-empty div {
	height: 220px;
	background-color: #fcfcfc;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08) inset;
	-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08) inset;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08) inset;
}
.product-cell-empty p {
	padding-top: 100px;
	color: #ccc;
	font-size: 115%;
}
.homepage-banners {
	margin-top: 10px;
}
.homepage-hotdeals {
	margin: 50px 0;
}
.homepage-hotdeals .mainbox-title, .homepage-vendors .mainbox-title {
	padding: 0;
}
.homepage-hotdeals .mainbox-title span, .homepage-vendors .mainbox-title span {
	color: #404040;
	font-size: 150%;
}
.homepage-vendors {
	margin-top: 35px;
	margin-right: 40px;
	padding-top: 15px;
	min-height: 200px;
	background: #FFF url(images/block_grad_right_bg.png) 100% 0 no-repeat;
}
.homepage-vendors ul {
	margin: 15px 15px 0 0;
}
.homepage-vendors ul li {
	padding: 5px 0;
}
.vendor-info {
	overflow: hidden;
	padding-left: 20px;
}
/*  Calendar */
.calendar-but {
	margin-left: -30px;
}
.calendar .input-text-medium {
	width: 113px;
}
/*  /Calendar */

/*	Orders  */
.orders .border {
	border: none;
}
.orders-print a,.orders-print a:hover {
	background: url('images/icons/glyph_icons.png') no-repeat left 0 !important;
}
.orders-print .pdf,.orders-print .pdf:hover {
	background: url('images/icons/pdf.png') no-repeat !important;
}
.orders-actions ul li {
	background: none;
}
.orders-actions .return,.orders-actions .return:hover {
	background-position: left -36px;
}
.orders-actions a,.orders-actions a:hover {
	background: url('images/icons/glyph_icons.png') no-repeat;
	background-position: left -20px;
	text-transform: uppercase;
	font-size: 85%;
	line-height: 15px;
}
.orders-actions .orders-communication-start,.orders-actions .orders-communication-start:hover {
	background-position: left -60px;
}
.orders-customer,.orders-customer div,.subheader {
	color: #404040;
}
.orders-customer h5 {
	font-weight: 700;
	font-size: 15px;
}
.orders-customer .info-field {
	font-weight: 400;
}
.orders-info th {
	font-weight: 700;
}
.orders-product strong {
	font-weight: 400;
}
.orders-product .quantity {
	font: bold 13px Arial, sans-serif;
}
.orders-notes-body {
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 19px;	
}
.orders-notes-arrow {
	background: url('images/icons/comments_arrow.png') no-repeat 0 0;
}
.orders-summary-wrap {
	border: 1px solid #ededed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(250,250,250,1) 1px, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1px)), color-stop(1%,rgba(250,250,250,1)), color-stop(100%,rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 1px,rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 1px,rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 1px,rgba(242,242,242,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 1px,rgba(242,242,242,1) 100%);
	border-bottom-color: #d9d9d9;
}
.orders-summary-wrap table tbody tr {
	border-bottom: 1px dotted #d9d9d9;
}
.orders-summary-wrap .total td {
	font: bold 15px sans-serif;
	line-height: 25px;
}
.orders-summary-wrap .taxes {
	border-bottom: none;
}
.orders-shipment-info h2,.orders-shipment-comments h2 {
	font: 19px/18px Arial, sans-serif;
}
.orders-product th,.orders-summary-wrap strong,.orders-shipment .table th {
	font-weight: 700;
}
.orders-summary-wrap .total,.orders-summary-wrap .last {
	border-bottom: 0;
}
/*	/Orders  */

/* Compare */
.compare-buttons .buttons-container {
	border-top: 1px solid #DDD;
	border-radius: 0 0 3px 3px;
	background: #F2F2F2;
}
.compare-menu ul li a:hover {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #08c;
	color: #fff;
	text-decoration: none;
}
.compare-menu ul li span {
	padding: 8px 16px 7px 16px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: rgb(242,242,242);
	background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(229,229,229,1) 100%);
	background: linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(229,229,229,1) 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.23) inset;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.23) inset;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.23) inset;
	color: #737373;
}
.compare-products .icon-delete-small {
	color: #B3B3B3;
	text-decoration: none;
	font-size: 11px;
}
.compare-table td {
	border: 1px solid #ebebeb;
}
.compare-table tr:nth-child(odd) {
	background-color: #f7f7f7;
}
.compare-table-sort {
	text-align: left !important;
}
/* /Compare*/

/* Details block*/
.details-block i {
	font-style: normal;
}
.details-block .cm-combo-on {
	background-position: right 3px;
}
.details-block .cm-combo-on:hover {
	background-position: right -37px;
	color: #4d4d4d;
}
.details-block .cm-combo-on:hover i {
	border-bottom: 1px dotted #4d4d4d;
}
.details-block .cm-combo-off {
	background-position: right -77px;
	color: #4d4d4d;
}
.details-block-box {
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f5f5f5;
	-ms-border-radius: 3px;
}
.details-block-box .gray-block-arrow {
	background: url(images/icons/gray_block_arrow.png) no-repeat;
}
.details-block-field label {
	color: #757575;
}
.details-block-field span {
	color: #404040;
}
/* /Details block*/

.status tr{
	white-space: pre;
}

/*	UI Slider  */
.ui-slider .ui-slider-range.ui-widget-header {
	background: #08c url(images/ui_slider.png) 0 -60px repeat-x;
}
.cm-range-slider.ui-slider.ui-slider-horizontal {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #cecece url(images/ui_slider.png) 0 -30px repeat-x;
	-ms-border-radius: 0;	
}
.ui-slider-horizontal {
	height: 7px;
	border: none;
}
.ui-slider .ui-slider-handle {
	top: -6px;
	margin-left: -11px;
	width: 20px;
	height: 20px;
	border: none;
	background: transparent url(images/ui_slider.png) 0 0 no-repeat;
	cursor: col-resize;
}
.ui-slider .ui-slider-handle:focus {
	outline: 0;
	outline-width: 0;
	outline-style: none;
}
/*	/UI Slider  */

/*  Company  */
.company-info {
	background: url('images/company_vendor.png') no-repeat bottom center;
}
.company-info h4 {
	font-size: 19px;
}
.company-info p {
	color: gray;
}
.company-info ul li {
	background: url(images/checkmark.png) no-repeat left top;
	color: gray;
}
/*  /Company  */

/*  Download */
.download-link {
	padding-right: 22px;
	background: url('images/icons/glyph_icons.png') no-repeat right -240px;
}
/*  /Download */

/* Sitemap */
.sitemap-section h2 {
	border-bottom: 1px solid #f2f2f2;
	font-size: 16px;
}
.sitemap-section-body h3 {
	font-weight: bold;
}
.sitemap-section-body ul li {
	font-size: 12px;
	line-height: 17px;
}
.sitemap-tree-section ul {
	font-size: 12px;
}
.sitemap-tree-section ul li {
	line-height: 17px;
}
.sitemap-tree .parent a {
	text-decoration: underline;
	font: 700 13px, sans-serif;
}
/* /Sitemap */

/* Customs */
p.min-height { height: 71px; }
.blue-box { background: #2A96B4; }
.light-grey-box { background: #f1f1f1; border: 1px solid #d7d6d6; }
.light-grey-box.tripple-box { padding: 0 0 5px 0; }
.grey-box { background: #333333; }
.black-box { background: #000000 url("images/gold-class-background.jpg") no-repeat center top; }
.blue-box, .grey-box, .black-box, .light-grey-box { width: 180px; float: left; margin: 0 10px 10px 0; padding: 5px 0 10px 0; }
.blue-box.last, .grey-box.last, .black-box.last, .light-grey-box.last { margin: 0 0 10px 0; }
.blue-box h3, .grey-box h3, .black-box h3, .light-grey-box h3 { text-indent: -99999em; margin: 5px 10px 0; padding: 0 5px 5px 5px; text-align: center; height: 25px; width: 160px; }
.blue-box p, .grey-box p, .black-box p, .light-grey-box p { color: #ffffff; font-size: 1em; line-height: 1.14em; margin: 0 10px; padding: 5px 0; }
.blue-box p { padding: 2px 0 0 0; }
.light-grey-box.normal p { padding: 5px 0; }
.light-grey-box p { color: #333333; }
.double-box { width: 370px; height: 100%; }
.tripple-box { width: 560px; height: 100%; }
.homepage-banners .blue-box { min-height: 123px; }

/* Homepage override boxes */
.stay-connected { margin: 0; width: 466px !important; }
.funnelweb-left { float: left; margin: 0 0 0 10px !important; }
.funnelweb-box { float: left; width: 180px; }
.funnelweb-box p { padding: 2px 0 6px; }
.funnelweb-right { float: right; margin: 0 10px 0 0 !important; }

.funnelweb h3 { background: url("images/logos/funnelweb.png") no-repeat; }
.tech-pillow h3 { background: url("images/logos/evolution-sofa.png") no-repeat; }
.evolution-sofa h3 { background: url("images/logos/evolution-sofa.png") no-repeat; }
.studio-lounger h3 { background: url("images/logos/studio-lounger.png") no-repeat; }
.conversion-lounger h3 { background: url("images/logos/conversion-lounger.png") no-repeat; }
.roma-sofa h3 { background: url("images/logos/roma-sofa.png") no-repeat; }
.zen-lounger h3 { background: url("images/logos/zen-lounger.png") no-repeat; }
.twin-lounge h3 { background: url("images/logos/twin-couch.png") no-repeat; }
.butterfly-sofa h3 { background: url("images/logos/butterfly.png") no-repeat; }
.acoustic-sofa h3 { background: url("images/logos/acoustic-sofa.png") no-repeat; }
.versa-table h3 { background: url("images/logos/versa-table.png") no-repeat; }
.pet-lounge h3 { background: url("images/logos/pet-lounge.png") no-repeat; }
.fiorenze-sofa h3 { background: url("images/logos/fiorenze-leather-sofa.png") no-repeat; }
.tivoli-lounger h3 { background: url("images/logos/tivoli.png") no-repeat; }
.tech-pillow h3 { background: url("images/logos/tech-pillow.png") no-repeat; }
.avatar-sofa h3 { background: url("images/logos/avatar-sofa.png") no-repeat; }
.satelitte-sofa h3 { background: url("images/logos/satelitte-sofa.png") no-repeat; }

.funnelweb.dark h3 { background: url("images/logos/funnelweb-dark.png") 7px 0 no-repeat; margin: 13px 10px 5px 0; height: 35px; }
.tivoli-lounger.dark h3 { background: url("images/logos/tivoli-dark.png") no-repeat; }
.tech-pillow.dark h3 { background: url("images/logos/tech-pillow-dark.png") no-repeat; }

.buyButton, .blueButton, .moreButton {
	border: 1px solid #FFFFFF;
    color: #FFFFFF !important;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
		width: 75px;
}
.buyButton:hover, .blueButton:hover, .moreButton:hover,
.buyButton:visited, .blueButton:visited, .moreButton:visited { color: #ffffff; }
.buyButton, .blueButton {
    background: #ED2088;
	float: right;
}
.moreButton {
    background: #000000;
	float: left;
}

/* Homepage Slider */
#slider {
    float: left;
    height: 343px;
    margin: 0 10px 10px 0;
    width: 750px;
}
.slides {
    height: 353px;
    position: relative;
    width: 750px;
}
.slides-holder {
    background: url("images/loading.gif") no-repeat scroll center center #FFFFFF;
    height: 343px;
    position: relative;
    width: 750px;
}
.slides-holder li {
    display: none;
    height: 343px;
    left: 0;
    position: absolute;
    top: 0;
    width: 750px;
}
.slides-holder li div {
    background: url("images/home/info-bg.png") repeat-x scroll 0 0 transparent;
    border: 2px solid #FFFFFF;
    bottom: 9px;
    color: #FFFFFF;
    display: none;
    padding: 10px;
    position: absolute;
    right: 10px;
    text-align: center;
}
.slides-holder li div p {
    margin: 10px 0 0;
}

/* Global */
.container_12 .grid_3, .container_16 .grid_4 { width: 227px; }
.popup-content { left: 0; width: 300px; }

.breadcrumbs {
	margin-bottom: 0;
	border-bottom: none;
}

/* Homepage */
/* Homepage Styles */
.homepage-box .post-message { background: url(images/quote-bg.gif) no-repeat; height: 130px; padding: 10px 10px 0 30px; margin: 0 0 7px -3px; }
.homepage-box p { color: #727272 !important; }
.homepage-box .post-author { padding: 19px 0 0 0; margin: 0 0 0 -32px; position: relative; float: left; width: 115px; }
.homepage-box .news-list { margin: 0; }
.homepage-box .news-list li { text-transform:lowercase; color: #727272; }
.homepage-box a, .news-sidebox a { font-size: 1.1em; color: #01AAAA !important; }
.homepage-box a.buyButton { color: #ffffff !important; float: none; bottom: 7px; left: 145px; position: absolute; }

.sidebox-wrapper.homepage-box {
	background: none;
	margin: 0;
	padding: 0;
}
.sidebox-wrapper.homepage-box .sidebox-title {
	background: #333333 !important;
	border: 1px solid #333333 !important; 
}
.sidebox-wrapper .sidebox-title {
	background: #333333;
	border: 1px solid #333333; 
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 0 0 #fff;
	border-radius: 0;
	padding: 5px 10px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.sidebox-wrapper .sidebox-body { 
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	position: relative;
	border: 0;
}

.sidebox-wrapper .sidebox-title {
	text-shadow: 0 0 0 #fff;
	background: none;
	border: 1px solid #ffffff;
}
.simple-blue .sidebox-body {
	padding: 0;
	border: 0;
}
.simple-blue .sidebox-body a {
	color: #ffffff !important;
}
/* Content Page */
.content-page, .newsletter-page { 
	background: #333333;
	padding: 10px;
	margin: 0;
}
.newsletter-page p, .newsletter-page p.subscribe-notice { color: #ffffff; }
.newsletter-page p { display: none; }
.newsletter-page p.subscribe-notice { display: block; }

/* Pages width Forms */
.page-content {
		border-right: 1px solid #CCCCCC;
    float: left;
    margin: 10px 0 0;
    padding: 0 20px 0 0;
    width: 510px !important;
}
.content-page h1,
.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page p,
.content-page li,
.content-page a { color: #ffffff; }

.content-page h1 {
	font: bold 27px 'ambientlounge',Arial,Helvetica,sans-serif !important;
	font-weight: bold;
	padding: 0 0 6px;
	background: none !important;
	text-transform: lowercase;
	margin-bottom: 0 !important;
  padding: 0 !important;
}
.content-page h1 span { font-size: 19px; }
.content-page h2 { font: bold 16px 'ambientlounge',Arial,Helvetica,sans-serif !important; text-transform: lowercase; margin-bottom: 10px; color: #cccccc; }
.content-page h3 { font: bold 19px 'ambientlounge',Arial,Helvetica,sans-serif !important; text-transform: lowercase; color: #ffffff; }
.content-page p { font-size: 12px; line-height: 15px; }

.form-wrap { float: right; width: 405px; background: none !important; } 
.form-wrap label { color: #ffffff; margin: 0 0 10px 0; }
.form-wrap  h2.subheader { border-bottom: 1px solid #ffffff; margin: 0 0 20px 0; padding: 0 0 5px 0; color: #cccccc; font: bold 19px 'ambientlounge',Arial,Helvetica,sans-serif !important; text-transform: lowercase; }
.form-wrap-l, .form-wrap-r, .form-wrap-default .buttons-container { background: none !important; }
.form-wrap .captcha.form-field { float: left; }
.form-wrap .buttons-container { border: none !important; margin: 27px 0 0 0 !important; }
.form-wrap .button-submit-action.button-wrap-left { margin: 0 0 0 15px !important; }
.form-wrap.form-wrap-default select { width: 366px !important; }

/* Footer */
.omega.none {
	margin: 0;
}
.footer { 
	background: none;
}
.footer .footer-menu { margin-top: 10px; }
.footer h3 {
	background: #333333;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
    text-align: center;
	font-size: 11px;
	display: block;
}
.footer ul { margin: 10px 0 0 10px; }
.footer ul li {
  background: url("images/icons/right_arrow.gif") 0 5px no-repeat;
  padding: 2px 0 0 10px;
	font-size: 11px;
	list-style: none;
}

/* [eileen] */

/* [antev] */
div.sd_product_type_logo {
	float: left;
	width: 200px;
}
div.sd_product_type_description {
	padding-bottom: 20px;
	padding-top: 20px;
	float: left;
	width: 730px;
}
div.sd_product_container {
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    padding: 0 0 10px;
    width: 100%;
}
div.colorOptionContainer {
	width: 100%;
	margin-bottom:10px;
}
div.colorOptionLeft {
	background: #333333;
	float:left;
/* [eileen] */
/*	margin-right:10px;*/
	margin-right: 3px;
/* [/eileen] */
	margin-bottom:10px;
	width: 750px;
}
.colorOptionLeft .firstOption {
/* [eileen] */
/*	margin-left:15px;
	width:30px;*/
	margin: 10px;
	width:27px;
	float: left;
/* [/eileen] */
}
.colorOptionLeft ul {
	float:left;
	list-style:none outside none;
/* [eileen] */
/*	margin-left:-15px;*/
	margin-left:0;
/* [/eileen] */
	margin:6px 0;
	width: 640px;
}
.colorOptionLeft ul li {
	display:inline;
/* [eileen] */
	float:left;
	margin-left: 0;
/*	width:51px;
	margin-left:3px;
*/
	margin: 2px 0 0 0;
	padding: 4px 5px;
/* [/eileen] */
}
.colorOptionLeft .lastOption {
/* [eileen] */
/*	width:50px;*/
	width:46px;
/* [/eileen] */
	padding: 0;
	margin: 7px;
	float: right;
}
.colorOptionRight {
	background:url("images/right__bg.png") repeat-x scroll left center transparent;
	float:left;
	height:70px;
	margin-bottom:10px;
	width: 750px;
}
.colorOptionRight ul {
	float:left;
	list-style:none outside none;
/* [eileen] */
/*	margin-left:-15px;*/
	margin-left:0;
/* [/eileen] */
	margin-top:6px;
	width: 640px;
}
.colorOptionRight .firstOption {
/* [eileen] */
/*	margin-left:15px;
	width:30px;*/
	margin: 10px;
	width:27px;
	float: left;
/* [/eileen] */
}
.colorOptionRight ul li {
	display:inline;
	height:50px;
/* [eileen] */
	float:left;
	margin-left: 0;
/*	width:51px;
	margin-left:3px;
*/
	padding: 4px 5px;
/* [/eileen] */
}
.colorOptionRight .lastOption {
/* [eileen] */
/*	width:50px;*/
	width:46px;
/* [/eileen] */
	margin: 7px;
	float: right;
}
/* [/antev] */

/* [/eileen] */

/* [eileen] */
.view-larger-image, .view-larger-image:visited, .view-larger-image:hover, .view-larger-image:active { font-size: 100%; padding: 4px 0; font-weight: bold; background: #333333; text-transform: uppercase; border: 1px solid #ffffff; color: #ffffff; display: block; width: 86px }
.productImages { margin: 0 0 10px 0; background: #333333; padding: 10px 6px 5px 6px; }
.additionalImagesBox { float: left; margin: 3px; }
.additionalImagesBox p { padding: 6px 0; }
#scroller_holder, #previewer_scroller, #viewer { height: auto; margin: 0; }

/* Previewer styles */
#previewer_overlay {
	background-color: #000;
	-moz-opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=10)";
	opacity: 0.1;
}
#previewer_window {
	color: #000000;
}
#previewer_hide_select {
	background-color: #ffffff;
	border: none;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	opacity: 0;
}
#thumbs_frame img {
	border: 1px solid #c1d4eb;
	cursor: pointer;
}
#thumbs_frame img.cm-current-thumb {
	border: 1px solid #0551ae;
}
#preview_window {
	border: 2px solid #FF8000;
}
.drag-window {
	background-color: #ffffff;
	cursor: move;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	opacity: 0;
}
a.cm-thumbnails-mini {
	border: 1px solid #cecece;
}
a.cm-cur-item {
	border: 1px solid #e40141;
}
#prev_btn {
    background: url("images/icons/prev_but.gif") no-repeat scroll 50% 50% #ECECEC;
    cursor: pointer;
    float: left;
    height: 38px;
    margin: 0 1px 0 0;
    width: 12px;
border-radius: 0;
}
#next_btn {
    background: url("images/icons/next_but.gif") no-repeat scroll 50% 50% #ECECEC;
    cursor: pointer;
    height: 38px;
    width: 12px;
    float: right;
    margin: 0 0 0 1px;
border-radius: 0;
}
/* /Previewer styles */


/* [/eileen] */

/* Social  Media HomePage */

/* Reset */
.dcsmt ul, .dcsmt li, .dcsmt h3 {
	padding: 0; 
	margin: 0; 
	list-style: none!important;
}

/* Main widget styles */
.dcsmt {
	font-size: 12px;
	color: #666;
}
.dcsmt a {
	text-decoration:none;
}
.dcsmt-content {
	position: relative;
}

/* Tabs */
.social-tabs {
	left: -3px !important;	
	top: -10px !important;
	margin-left: 0 !important;
}
.social-tabs li {
	padding: 4px;
	width: 27px;
	height: 26px;
	background: #777;
	z-index: 10;
}
.active .social-tabs li {
	z-index: 10;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
}
.active .social-tabs li.active {
	z-index: 11;
	-webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);
}
/** Static **/
.static .social-tabs {
	padding-left: 8px;
}
.static .social-tabs li {
	float: left;
	margin-right: 2px;
	border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
/** Top **/
.top .social-tabs {
	padding-left: 8px;
}
.top.align-right .social-tabs {
	padding-left: 0;
	padding-right: 8px;
}
.top .social-tabs li {
	padding: 3px 4px;
	margin-right: 2px;
	float: left;
	border-radius: 0 0 5px 5px; 
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}
/** Right **/
.right .social-tabs {
	padding-top: 8px;
}
.right .social-tabs li {
	margin: 0 0 2px 0;
}
/** Bottom **/
.bottom .social-tabs {
	padding-left: 8px;
}
.bottom.align-right .social-tabs {
	padding-left: 0;
	padding-right: 8px;
}
.bottom .social-tabs li {
	padding: 4px 4px 2px 4px;
	margin: 0 2px 0 0;
	float: left;
	border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
/** Left **/
.left .social-tabs {
	padding-top: 8px;
}
.left .social-tabs li {
	margin: 0 0 2px 0;
	border-radius: 0 5px 5px 0; 
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
}

/* Tab Content */
.dcsmt-slider {
	clear: both;
	overflow: hidden;
}
.tab-content {
	position: relative;
	overflow: hidden;
	z-index: 11;
	background: url(/images/loader.gif) no-repeat center 200px;
}
.tab-content ul {
	font-size: 11px;
}
.tab-content .tab-inner {
	background: #fff;
	overflow: hidden;
}
.tab-inner ul {
	padding: 0 10px;
}
.tab-inner .profile {
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background: #ececec;
}
.tab-inner .profile h3 {
	margin: 0;
	padding: 3px 0 3px 26px;
	position: relative;
}
.tab-inner .profile h3 a {
	font-size: 14px; 
	text-decoration: none;
}
.tab-inner .profile h3, .tab-inner .profile h3 a {
	color: #555 !important; 
	text-shadow: 0 1px 0 #fff;
	text-align: left;
	border: 0;
	text-transform: none;
}
.tab-inner .dcsmt-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font: bold 12px/14px Arial, sans-serif;
	display:inline-block;
	text-decoration:none;
	outline:none;
	padding: 5px 8px;
	background: #fcfcfc url(/images/btn.png) repeat-x 0 0;
    color: #fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.tab-inner .dcsmt-btn:hover{
	background-position: 0 100%;
    color: #fff;
}
.tab-inner .profile a.avatar{
	display:block;
	float:left;
	text-decoration:none;
	outline:none;
	margin:0 10px 0 0
}
.tab-inner .profile a.avatar img{
	padding:1px;
	background: #fff;
	border: 3px solid #ccc;
	display:block
}
/** Network specific profile header **/
.tab-rss .profile h3 {
	background: url(/images/rss.png) no-repeat 0 4px;
}
.tab-flickr .profile h3 {
	background: url(/images/flickr.png) no-repeat 0 4px;
}
.tab-delicious .profile h3 {
	background: url(/images/delicious.png) no-repeat 0 4px;
}
.tab-twitter .profile h3 {
	background: url(/images/twitter.png) no-repeat 0 4px;
}
.tab-facebook .profile h3 {
	background: url(/images/facebook.png) no-repeat 0 1px;
}
.dcsmt-btn.btn-type-facebook { padding: 8px 10px 5px; color: #000000 !important }
.dcsmt-btn { color: #333333 !important; }
.dcsmt-btn.btn-type-facebook > img { margin: -9px 0 0 6px; }
.tab-fblike .profile h3 {
	background: url(/images/fblike.png) no-repeat 0 4px;
}
.tab-fbrec .profile h3 {
	background: url(/images/fbrec.png) no-repeat 0 4px;
}
.tab-google .profile h3 {
	background: url(/images/google.png) no-repeat 0 4px;
}
.tab-youtube .profile h3 {
	background: url(/images/youtube.png) no-repeat 0 4px;
}
.tab-pinterest .profile h3 {
	background: url(/images/pinterest.png) no-repeat 0 4px;
}
.tab-lastfm .profile h3 {
	background: url(/images/lastfm.png) no-repeat 0 4px;
}
.tab-dribbble .profile h3 {
	background: url(/images/dribbble.png) no-repeat 0 4px;
}
.tab-vimeo .profile h3 {
	background: url(/images/vimeo.png) no-repeat 0 4px;
}
.tab-stumbleupon .profile h3 {
	background: url(/images/stumbleupon.png) no-repeat 0 4px;
}
.tab-tumblr .profile h3 {
	background: url(/images/tumblr.png) no-repeat 0 4px;
}
.tab-deviantart .profile h3 {
	background: url(/images/deviantart.png) no-repeat 0 4px;
}
.tab-linkedin .profile h3 {
	background: url(/images/linkedin.png) no-repeat 0 4px;
}
.tab-instagram .profile h3 {
	background: url(/images/instagram.png) no-repeat 0 1px;
}

/** Static **/
.static .dcsmt-slider {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.static .tab-content {
	padding: 10px;
}
.static .tab-inner {
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/** Top **/
.top .dcsmt-slider {
	border-radius: 0 0 10px 10px; 
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
}
.top .tab-inner {
	border-radius: 0 0 5px 5px; 
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}
.top .tab-content {
	padding: 0 10px 10px 10px;
}
/** Right **/
.right .dcsmt-slider {
	margin: -15px 0 0 30px;
	width: 410px;
}
.right .tab-content {
	padding: 0;
	margin: 0 0 0 2px;
}
/** Bottom **/
.bottom .dcsmt-slider {
	border-radius: 10px 10px 0 0; 
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}
.bottom .tab-inner {
	border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
.bottom .tab-content {
	padding: 10px 10px 0 10px;
}
/** Left **/
.left .dcsmt-slider {
	border-radius: 0 10px 10px 0; 
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
}
.left .tab-inner {
	border-radius: 0 5px 5px 0; 
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
}
.left .tab-content {
	padding: 10px 10px 10px 0;
}

/* Feeds */
.dcsmt .stream {
	overflow: hidden;
}
.stream p {
	margin: 0;
	padding: 0;
}
.tab-inner ul li {
	padding: 5px 0 20px 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	background: none;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	text-align: left;
	color: #666666;
}
.tab-inner ul li .thumb {
	float: left;
	margin: 0 10px 0 0;
}
.tab-inner ul li .thumb img {
	border: 3px solid #ececec;
	padding: 1px;
	background: #fff;
}
.tab-inner ul li .logo {
	margin-bottom: 3px;
}
.tab-inner ul li .title {
	display: block;
	font: bold 12px Arial, sans-serif;
	margin-bottom: 3px;
}
.tab-inner ul li .title.clear {
	clear: both;
}
.tab-inner ul li .text {
	display: block;
}
.tab-inner ul li .text br{
	display: none;
}
.tab-inner ul li .date {
	position: absolute;
	bottom: 5px;
	left: 0;
	font-style: italic;
	color: #999;
	font-size: 90%;
}
.tab-inner ul li .meta {
	display: block;
	font-size: 90%;
	color: #999;
}
.tab-inner ul li .meta span {
	margin: 0 8px 5px 0;
	display: block;
	float: left;
	padding: 0 0 0 15px;
	line-height: 12px;
}
.tab-inner ul li .meta.item-comments {
	padding: 0 0 0 35px;
	margin: 0 0 5px 0;
	min-height: 30px;
	position: relative;
	clear: both;
	line-height: 1.3em;
}
.tab-inner ul li .meta.item-comments img {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
}
.tab-inner ul li .meta.item-likes {
	padding: 0;
	width: 100%;
	overflow: hidden;
	clear: both;
	line-height: 1.3em;
}
.tab-inner ul li .meta.item-likes img {
	float: left;
	margin: 0 5px 5px 0;
	width: 30px;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
}
/* feeds network specific styles */
.tab-dribbble .tab-inner ul li .thumb img {
	margin-bottom: 5px;
}
.tab-lastfm .tab-inner ul li .title {
	background: url(/images/tracks.png) no-repeat 0 0;
	padding-left: 17px;
	margin-bottom: 0;
}
.tab-google .tab-inner ul li .title {
	margin-bottom: 5px;
}
.tab-vimeo .tab-inner ul li .text {
	margin-bottom: 5px;
}
.tab-inner ul li .meta span.plusones {
	padding-left: 0;
}
.tab-inner ul li .meta span.shares {
	background: url(/images/shares.png) no-repeat 0 0;
	padding-left: 20px;
}
.tab-inner ul li .meta span.views {
	background: url(/images/views.png) no-repeat 0 0;
	padding-left: 18px;
}
.tab-inner ul li .meta span.likes {
	background: url(/images/likes.png) no-repeat 0 0;
	padding-left: 16px;
}
.tab-inner ul li .meta span.comments {
	background: url(/images/comments.png) no-repeat 0 0;
}
.tab-inner ul li .meta span.users {
	background: url(/images/users.png) no-repeat 0 0;
}
.tab-inner ul li .meta span.videos {
	background: url(/images/videos.png) no-repeat 0 0;
	padding-left: 16px;
}
.tab-inner ul li.dcsmt-error {
	color: #990000;
}
.dcsmt-loading {
	background: url(/images/loader.gif) no-repeat 10px center;
	padding: 10px 30px 10px 42px;
}

/* Controls */
.dcsmt .controls {
	position: absolute;
	left: 10px;
	height: 20px;
	padding: 5px 0;
	z-index: 12;
	display: none;
	background: url(/images/bg_white.png) repeat 0 0;
}
.dcsmt .controls ul {
	padding: 0 10px;
}
.dcsmt .controls li {
	display: inline;
}
.dcsmt .controls a {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 4px;
	background: url(/images/controls.png) no-repeat 0 0;
}
.dcsmt .controls .prev {
	background-position: -40px 0;
}
.dcsmt .controls .next {
	background-position: -60px 0;
}
.dcsmt .controls .play {
	background-position: 0 0;
}
.dcsmt .controls .pause {
	background-position: -20px 0;
}
.dcsmt .controls .dcsmt-close {
	background-position: -80px 0;
}
.dcsmt .controls .prev:hover {
	background-position: -40px -20px;
}
.dcsmt .controls .next:hover {
	background-position: -60px -20px;
}
.dcsmt .controls .play:hover {
	background-position: 0 -20px;
}
.dcsmt .controls .pause:hover {
	background-position: -20px -20px;
}
.dcsmt .controls .dcsmt-close:hover {
	background-position: -80px -20px;
}
/** Static **/
.dcsmt.static .controls {
	bottom: 10px;
}
/** Top **/
.dcsmt.top .controls {
	bottom: 10px;
}
/** Right **/
.dcsmt.right .controls {
	bottom: 0;
	left: 35px;
}
/** Bottom **/
.dcsmt.bottom .controls {
	bottom: 0;
}
/** Left **/
.dcsmt.left .controls {
	bottom: 10px;
	left: 0;
}

/* google */
.tab-google .tab-inner .google-page {
	overflow: hidden;
	height: 55px;
	border-bottom: 1px solid #ccc;
}
.tab-google .tab-inner .google-page.standard {
	height: 117px;
}
.tab-google .tab-inner .google-page.small iframe{
	height: 69px;
	margin-bottom: 0;
}
.tab-google .tab-inner .google-page.standard iframe{
	height: 131px;
	margin-bottom: 0;
}
/** Flickr **/
.tab-flickr .tab-inner ul {
	padding-top: 5px;
}
.tab-flickr .tab-inner li {
	float: left;
	padding: 0;
	margin: 0 5px 5px 0;
	border: none;
}
.tab-flickr .tab-inner li .thumb {
	margin: 0;
}
.tab-flickr .tab-inner li img{
	height: 70px;
}
/** Youtube **/
.youtube-subscribe {
	overflow: hidden; 
	height: 105px; 
	width: 100%; 
	border: 0;
}
/* Digg */
.tab-digg .digg-widget .digg-widget-head.premium, .tab-digg .digg-widget .digg-widget-head {
    height: auto;
    overflow: hidden;
    padding: 10px;
    position: relative;
    white-space: nowrap;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}
.tab-digg .digg-widget .digg-widget-head h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 26px;
    white-space: nowrap;
	text-shadow: 0 1px 0 #fff;
	background: url(/images/digg.png) no-repeat 0 0;
}
.tab-digg .digg-widget .digg-widget-head a {
	top: 12px;
}
.tab-digg .digg-widget-content {
	border-top: 1px solid #ccc;
}
/* LinkedIn */
.tab-content.tab-linkedin .tab-inner {
	background: #fff url(/images/loader.gif) no-repeat center center;
}
/* instagram */
.tab-instagram .tab-inner ul li .thumb {
	margin-bottom: 3px;
}
.tab-instagram .tab-inner ul li .meta .comments, .tab-instagram .tab-inner ul li .meta .likes {
	margin-top: 5px;
}

/* [eileen] */
.link-previewer {
	background: none repeat scroll 0 0 #333333;
	border: 1px solid #FFFFFF;
	color: #FFFFFF !important;
	display: block;
	font-size: 100%;
	font-weight: bold;
	padding: 4px 0;
	text-transform: uppercase;
	width: 86px;
	margin-top: 5px;
}
/* [/eileen] */

/* Facebook Box */
#facebook_count { margin: 13px 130px 13px 20px; padding: 2px; background: #ececec; border: 1px solid #dad8d8; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; }
#facebook_count img { float: left; }
#facebook_count div#fb_count { display: block; float: left; font-size: 1.1em; font-weight: bold; margin: 0 10px; padding: 8px 0 0 0; color: #8a8a8a; }

/* Blog Page Styles */
.blog-page .grid_12 { margin-right: 0; }
.blog-page .grid_4 { float: right; }
.news-left {
    float: left;
    text-align: center;
    width: 100px;
}
.news-left p {
    color: #CCCCCC;
    font: bold 2em 'ambientlounge',Arial,Helvetica,sans-serif;
}
.news-left p span {
    font: bold 2.1em 'ambientlounge',Arial,Helvetica,sans-serif;
}
.news-right {
    border-left: 1px solid #CCCCCC;
    float: right;
    width: 580px !important;
		padding: 10px !important;
}
.news-right h3 {
    color: #CCCCCC;
    font: bold 1.7em 'ambientlounge',Arial,Helvetica,sans-serif;
}
.news-right p { font-size: 12px; line-height: 15px; }

/* Cart Overrides */
#cart_items table { margin-top: 0; }

/* FAQ Accordion */
#accordion-container {
	font-size: 13px;
}
.accordion-header {
	font: bold 16px 'ambientlounge',Arial,Helvetica,sans-serif;
	background: #ebebeb;
	margin: 5px 0 0 0;
	padding: 5px 20px;
	border: 1px solid #ffffff;
	cursor: pointer;
	color: #ffffff;
}

.active-header {
	background: url(images/active-header.gif) #777777;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.active-header:hover {
	background: url(images/active-header.gif) #777777;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header {
	background: url(images/inactive-header.gif) #777777;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header:hover {
	background: url(images/inactive-header.gif) #777777;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.accordion-content {
	display: none;
	border: 1px solid #ffffff;
	border-top: 0;
	width: 100% !important;
	padding: 5px 15px;
}

/* Tool Tips */
.ui-tooltip, .ui-tooltip-top, .ui-tooltip-right, .ui-tooltip-bottom, .ui-tooltip-left {
  color:#ffffff;
  cursor:normal;
  display:-moz-inline-stack;
  display:inline-block;
  font-size:13px;
	line-height: 16px;
  font-family:arial;
  padding:.5em 1em;
  position:relative;
  text-align:left;
  text-shadow:0 -1px 1px #111111;
  -webkit-border-top-left-radius:4px ;
  -webkit-border-top-right-radius:4px ;
  -webkit-border-bottom-right-radius:4px ;
  -webkit-border-bottom-left-radius:4px ;
  -khtml-border-top-left-radius:4px ;
  -khtml-border-top-right-radius:4px ;
  -khtml-border-bottom-right-radius:4px ;
  -khtml-border-bottom-left-radius:4px ;
  -moz-border-radius-topleft:4px ;
  -moz-border-radius-topright:4px ;
  -moz-border-radius-bottomright:4px ;
  -moz-border-radius-bottomleft:4px ;
  border-top-left-radius:4px ;
  border-top-right-radius:4px ;
  border-bottom-right-radius:4px ;
  border-bottom-left-radius:4px ;
  -o-box-shadow:0 1px 2px #000000, inset 0 0 0 1px #222222, inset 0 2px #666666, inset 0 -2px 2px #444444;
  -moz-box-shadow:0 1px 2px #000000, inset 0 0 0 1px #222222, inset 0 2px #666666, inset 0 -2px 2px #444444;
  -khtml-box-shadow:0 1px 2px #000000, inset 0 0 0 1px #222222, inset 0 2px #666666, inset 0 -2px 2px #444444;
  -webkit-box-shadow:0 1px 2px #000000, inset 0 0 0 1px #222222, inset 0 2px #666666, inset 0 -2px 2px #444444;
  box-shadow:0 1px 2px #000000, inset 0 0 0 1px #222222, inset 0 2px #666666, inset 0 -2px 2px #444444;
  background-color:#3b3b3b;
  background-image:-moz-linear-gradient(top,#555555,#222222);
  background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#555555),color-stop(1,#222222));
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#555555,EndColorStr=#222222);
  -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#555555,EndColorStr=#222222);
	width: 200px;
}
.ui-tooltip:after, .ui-tooltip-top:after, .ui-tooltip-right:after, .ui-tooltip-bottom:after, .ui-tooltip-left:after {
  content:"\25B8";
  display:block;
  font-size:2em;
  height:0;
  line-height:0;
  position:absolute;
}
.ui-tooltip:after, .ui-tooltip-bottom:after {
  color:#2a2a2a;
  bottom:0;
  left:1px;
  text-align:center;
  text-shadow:1px 0 2px #000000;
  -o-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -khtml-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  width:100%;
}
.ui-tooltip-top:after {
  bottom:auto;
  color:#4f4f4f;
  left:-2px;
  top:0;
  text-align:center;
  text-shadow:none;
  -o-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  -khtml-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  width:100%;
}
.ui-tooltip-right:after {
  color:#222222;
  right:-0.375em;
  top:50%;
  margin-top:-.05em;
  text-shadow:0 1px 2px #000000;
  -o-transform:rotate(0);
  -moz-transform:rotate(0);
  -khtml-transform:rotate(0);
  -webkit-transform:rotate(0);
}
.ui-tooltip-left:after {
  color:#222222;
  left:-0.55em;
  top:50%;
  margin-top:.1em;
  text-shadow:0 -1px 2px #000000;
  -o-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -khtml-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
}
.swatch-tt { margin: 20px 40px; }

.ottomanSidebox {
	position: relative;
  height: 115px;
}
.ottomanSidebox form {
  position: absolute;
  height: 100%;
  width: 100%;
}
.normalSidebox { float: left; width: 290px;  clear: left; margin: 0 0 10px 0; }
.normalSidebox h3 { background: #333333; color: #ffffff; text-align: center; text-transform: uppercase; padding: 5px; font-weight: bold; }
.normalSidebox table { margin: 10px; }
.normalSidebox table th { font-weight: bold; padding: 0 0 8px 0; }
.normalSidebox table td { padding: 3px 0; }

/* Side Banners */
.banner-outside { position: fixed; top: 110px; }
.banner-outside-right, .banner-outside-left { display: block; height: 100%; width: 160px; }
.banner-outside-right { float: left; margin-left:-180px; }
.banner-outside-left { margin-left: 960px; }

.top-facebook { margin: 19px 0 0 140px; }