/* -- layout.css -- */
/* Main Paperie Layout Styles */
/* Author: Simon Young */
/* Web: http://simonyoung.net */
/* Copyright 2010, Simon Young.  All rights reserved. */

/* @group Top Level/Shared Elements */

body {
	background: #fff url(../backgrounds/edge.png) -45px top no-repeat;
	color:  #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	margin: 0;
	padding: 0;
}

.on-top
{
  z-index: 10000;
}


input, select, textarea, button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

a:focus {
	outline: 0;
}

a, a:link {
	color: #d03d96;
}

a:hover {
	background: transparent;
	color: #49362e;
	text-decoration: underline;
}

.group:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.no-display                 { display: none;}

/* @end */

/* @group Header Elements */

#header-container {
	background: #fff;
	margin: 0 auto;
	padding: 0 10px 0 10px; 
	width: 960px;
}

.cms-home #header-container {
    padding-bottom: 0;
}

#header {
    display: inline;
    float: left;
    margin: 0;
	padding: 0;
	position: relative;
	width: 960px;
}

#header h1 {
	display: inline;
	float: left;
	height: 75px;
	margin: 5px 0 0 10px;
	padding: 20px 0 0 0;
	width: 250px;
}

#header h1 a {
	background: url(../backgrounds/logo.png) top left repeat;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 250px;
	height: 60px;
	text-indent: -9999px;
}

#header .links {
	display: inline;
	float: right;
	font-size: 1.1em;
	line-height: 23px;
	margin: 55px 0 0 0;
	padding: 0;
	text-align: right;
}

#header .links li {
	display: inline;
	margin-right: 18px;
	text-transform: uppercase;
}

#header .links li a {
	color: #49362e;
	font-weight: bold;
	padding: 0;
	text-decoration: none;
}

#header .links li a:hover {
	color: #d03d96;
	text-decoration: underline;
}

#header .links li a.top-link-onestepcheckout {
	font-weight: bold;
	color: #d03d96;
	text-decoration: none;
}

#header .links li a:hover.top-link-onestepcheckout {
	text-decoration: underline;
}

#header p {
	display: inline;
	float: right;
	clear: right;
}

body.onestepcheckout-index-index #header h2,
body.checkout-onepage-failure #header h2 {
    color: #000;
    float: right;
    font-size: 2.4em;
    font-weight: bold;
    padding: 30px 10px 0 0;
}

body.checkout-onepage-success #content h3 {
    border-bottom: 1px solid #ddd;
    color: #d03d96;
    display: inline;
    float: left;
    font-size: 1.6em;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0 0 5px 5px;
    width: 955px;
}

body.checkout-onepage-failure #content h1.onestepcheckout-title {
    display: none;
}

body.checkout-onepage-failure div.checkout-error {
    background: #faebe7;
    display: inline;
    float: left;
    border: 1px solid #c00;
    color: #c00;
    margin-bottom: 10px;
    padding: 5px 10px;
    width: 918px;
}

body.checkout-onepage-failure div.checkout-error p {
    margin-bottom: 2px;
}

/* @group Header Search Form */

#header #search_mini_form {
	display: inline;
	float: right;
	margin: 54px 10px 0 0;
	padding: 0;
	text-align: right;
	width: 230px;
}

#header #search_mini_form legend, #header #search_mini_form label {
	display: none;
}

#header #search_mini_form div.search-container {
    border: 1px solid #d03d96;
    display: inline;
    float: right;
    width: 228px;
}

#header #search_mini_form fieldset.form-search {
	background-color:#f9e5f1; 
	border: 0 !important;
	display: inline;
	float: left;
	line-height: 18px;  
	margin: 0; 
	padding: 0 7px 0 0;
	width: 221px;
}

#header #search_mini_form input#btn-searchSubmit {
	float:right;
}

#header #search_mini_form input.input-text {
	border: 0;
	background-color: #f9e5f1;
	color: #d03d96;
	display: inline;
	float: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	margin: 0 0 0 7px;
	padding: 4px 0 4px 0;
	width: 192px;
}

div.search-autocomplete ul {
	background-color: #fbf0f7;
    border: 1px solid #d777b1;
    border-top: 0;
    display: inline;
    float: left;
    list-style: none;
    margin: 0 0 0 -3px;
    padding: 0;
    z-index: 1000 !important;
}

div.search-autocomplete li {
    background-color: #fbf0f7;
    clear: left;
    display: inline;
    float: left;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 0 5px;
    text-align: left;
    width: 370px;
    z-index: 100;
}

div.search-autocomplete li span {
    display: inline;
    float: right;
    padding-right: 5px;
}

/* @end */

/* @group Header Permalink Styles */

#header #permalink {
    background: url(../backgrounds/permalink.png) bottom left no-repeat;
    display: inline;
    float: left;
    left: 50%;
    margin-left: 70px;
    padding: 0 6px 6px 6px;
    position: absolute;
    top: 0;
    width: 405px;
    z-index: 100;
}

#header #permalink .permalink-container {
    background-color: #fbf3f8;
    display: inline;
    float: left;
    padding: 4px 20px;
    width: 365px;
}

#header #permalink h4 {
    color: #49362e;
    display: inline;
    float: left;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 26px;
    margin: 2px 0 0 0;
    padding: 0;
    width: 110px;
}

#header #permalink p {
    display: inline;
    float: left;
    font-size: 1.3em;
    line-height: 26px;
    margin: 2px 0 0 0;
    padding: 0;
}

#header #permalink p#basket-count {
    text-align: left;
    width: 110px;
}

#header #permalink p#basket-count span {
    font-weight: normal;
}

#header #permalink p#checkout-link {
    display: inline;
    float: right;
    margin: 2px 0 0 0;
    line-height: 26px;
    text-align: center;
    width: 141px;
}

#header #permalink p#checkout-link a {
    background: #d81d22 url(../backgrounds/button-arrow.png) right 50% no-repeat;
    color: #fff;
    display: inline;
    float: left;
    font-weight: bold;
    padding: 0 25px 0 15px;
    text-decoration: none;
    text-transform: lowercase;
    width: 101px;
}

#header #permalink p#checkout-link a:hover {
    background-color: #c50c11;
    text-decoration: none;
}

/* @end */

/* @end */

/* @group 1 Col Setup */

.col1 #content {
    clear: both;
	display: inline; 
	float: left; 
	padding: 0 10px;
	width: 940px;
}

/* @end */

/* @group 2 Col Left Setup */

.col2-left #sidebar-left {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 30px;
	width: 180px;
}

.col2-left #content {
	display: inline;
	float: left;
	padding-right: 10px;
	width: 730px;
}

/* @end */

/* @group 2 Col Right Setup */

.col2-right #sidebar-right {
	background-color: #ecebea;
	display: inline;
	float: right;
	margin-left: 20px;
	width: 200px;
}

.col2-right #content {
	display: inline;
	float: left;
	padding-right: 10px;
	width: 730px;
}

.col2-right #sidebar-right .block {
	padding: 10px;
}

/* @end */

/* @group 3 Col Setup */

.col3 #sidebar-left {
	display: inline;
	float: left;
	margin-right: 20px;
	width: 200px;
}

.col3 #sidebar-right {
	background-color: #ecebea;
	display: inline;
	float: right;
	margin-left: 20px;
	width: 200px;
}

.col3 #content {
	display: inline;
	float: left;
	width: 520px;
}

.col3 #sidebar-right .block {
	padding: 10px;
}

/* @end */

/* @group Footer Elements */

#footer-container {
	background: #fff;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
	width: 960px;
}

#footer {
	margin: 0 auto;
	padding: 5px 0 20px 50px;
	padding-left: 0;
	width: 910px;
	width: 960px;
}

#footer img {
    margin: 5px 0;
}

#footer .links {
	display: inline;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

#footer .links li {
	display: inline;
	margin-right: 3px;
}

#footer-info {
	clear: both;
	float: left;
	margin: 10px 0 0 0;
	text-align: center;
	width: 100%;
}

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

#footer li {
	font-size: 1.2em;
	line-height: 20px;
}

#footer a {
    color: #000;
}

/* @end */

/* @group Base Elements */

#base {
    clear: both;
	background: #fff url(../backgrounds/scroll.png) 50% top no-repeat;
	border-bottom: 1px solid #ddd;
	float: left;
	display: inline;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 40px 0 20px 0;
}

#base p {
	font-size: 1.1em;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

#base p#securelink-alt {
	float: left;
	width: 100%;
}

#base img {
	clear: both;
	float: left;
}

#base dl {
	display: inline;
	float: left; 
	margin: 0; 
	padding: 0 10px;
	width: 172px;
}

#base dd {
	margin: 0;
	padding: 0;
}

#base dt {
    color: #49362e;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#base ul {
    display: inline;
    float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 172px;
}

#base li {
	clear: left;
	display: inline;
	float: left;
	font-size: 1.1em;
	line-height: 18px;
	margin: 0;
	padding: 0;
	width: 172px;
}

#base li a {
    color: #d03d96;
	padding: 0;
	text-decoration: none;
}

#base li a:hover {
    color: #d03d96;
    text-decoration: underline;
}

body.onestepcheckout-index-index #checkout-base {
    text-align: center;
    margin: 0 0 15px 0;
    padding: 20px 0 10px 0;
    background: #fff url(../backgrounds/scroll.png) 50% top no-repeat;
	border-bottom: 1px solid #ddd;
}

.onestepcheckout-index-index .validation-advice {
    font-size: 11px;
    line-height: 15px;
}

#checkout-base ul.checkout-footer {
    margin: 0 auto;
    padding: 10px 0;
    width: 960px;
    text-align: center;
}

#checkout-base ul.checkout-footer li {
    clear: none;
    display: inline;
    margin: 0 10px 0 0;
    font-size: 1.2em;
}

/* @end */

/* @group Main Navigation Elements */

#nav, #checkoutnav {
    background: #d03d96 url(../backgrounds/navbar.png) top left repeat; 
    clear: left; 
    display: inline; 
    float: left;
    font-weight: bold; 
    line-height: 34px;
    list-style: none; 
    margin: 0; 
    padding: 0 0 0 2px;
    position: relative;
    text-transform: lowercase;
    width: 958px;
    z-index: 2;
}

#checkoutnav {
    text-transform: none;
}

#checkoutnav li {
    color: #fff;
    display: inline;
    float: right;
    font-size: 1.2em;
    font-weight: bold;
}

#checkoutnav li:first-child {
    float: left;
    padding-left: 10px;
}

#checkoutnav a {
    border-left: 1px solid #d070ae;
	border-right: 1px solid #b92885;
	border-top: 0px solid #CFDEFF;
	color: #fff;
	padding: 0 1em;
	display: block;
	position: relative;
	text-decoration:none;
}

#checkoutnav li:first-child a {
    border: 0;
    display: inline;
    padding: 0;
    text-decoration: underline;
}

#checkoutnav li:nth-of-type(2) a {
    border-right: 0;
}

#checkoutnav li:nth-of-type(4) a {
    border-left: 0;
}

#nav a:hover, #checkoutnav a:hover {
    text-decoration: underline;
}

#nav li.nav-home a {
    background: url(../backgrounds/home.png) 50% 50% no-repeat;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
    width: 35px;
}

#nav li.nav-home a:hover{
    background: #d03d96 url(../backgrounds/home.png) 50% 50% no-repeat;
    border-right: 1px solid #b92885;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
    width: 35px;
}

/* @end */


/* @group Standard Content Styles */

#content-container {
	background: #fff;
	font-size: 1.0em;
	margin: 0 auto; 
	min-height: 350px;
	padding: 5px 10px 20px 10px;
	width: 960px;
}

.catalog-product-view #content-container #content,
.cms-home #content-container #content {
    padding-top: 0;
}

.cms-home .product-banner {
    display: none;
}

#content-container #content,
#content-container #sidebar-left {
    padding-top: 20px;
}

#content-container h1, 
#content-container div.page-title h2, 
#content-container div.category-title h2,
#content-container div.product-name h2  {
    color: #d03d96; 
    font-size: 2em;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 0px;
    padding: 0;
}

#content-container div.page-title h2,
#content-container div.page-title h1 {
    margin-bottom: 10px;
}

#content-container h2 {
	color: #d03d96;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
}


#content-container div.product-name h2  {
    font-size: 1.8em;
}

#content-container div.page-title h2 {
    margin-bottom: 10px;
}


#content-container div.category-title h2 {
    margin-bottom: 20px;
}

#content-container .catalog-product-view div.product-name h2 {
	margin-bottom: 0 !important;
}

#content-container p, #content-container ul {
	font-size: 1.2em;
	line-height: 20px;
}

#content-container div.product-name p {
	margin: 0 0 15px 0;
}

#content-container p.rating-links {
	margin-top: 2px; font-size: 1.1em;
}

/* @end */

/* @group Checkout Elements */

#onestepcheckout-form {
    clear: both;
}

#onestepcheckout-form ul {
	list-style: none;
}

#onestepcheckout-form dd {
	margin: 0;
	padding: 0;
}

.onestepcheckout-numbers span a {
    color: #000;
    font-size: 11px;
    font-weight: normal;
    margin-left: 4px;
}

/* @end */

/* @group Breadcrumb Trail */

.breadcrumbs ul {
	font-size: 1.2em !important;
	font-weight: normal;
	line-height: 20px;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.breadcrumbs li {
	color: #49362e;
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
}

.breadcrumbs li strong {
	font-weight: normal;
}

.breadcrumbs a {
	color: #49362e;
	padding: 0 4px 0 0;
}

.breadcrumbs a:hover {
	color: #d03d96;
}

.breadcrumbs span {
	color: #49362e;
	font-weight: normal;
}

/* @end */

/* @group Product Page Styles */

.product-essential {
    display: inline;
	float: left;
	padding: 10px 0 0 0;
	width: 940px;
}

.product-shop {
    display: inline;
	padding: 0 10px 0 25px;
	float: left;
	width: 360px;
}

.product-essential .order-by-phone {
    display: inline;
    float: left;
    margin: 15px 0 0 0;
    width: 315px;
}

.product-essential .order-by-phone strong {
    color: #d03d96;
}

.product-essential select#qty {
    padding: 1px;
}

.product-essential .availability {
    float: left;
    display: inline;
    margin: 15px 0 0 0;
    padding: 0;
    width: 315px;
}

.product-essential .availability .in-stock {
    background: #e9f2e6;
    color: #8cca78;
    display: inline;
    float: left;
    font-size: 1.0em;
    font-weight: bold;
    margin: 0;
    padding: 6px 10px;
    width: 295px;
}

.product-essential .availability .out-of-stock {
    background: #fcf2f2;
    color: #c00;
    display: inline;
    float: left;
    font-size: 1.0em;
    font-weight: bold;
    margin: 0;
    padding: 6px 10px;
    width: 295px;
}

.product-img-box {
	float: left;
	width: 300px;
}

.product-img-box img {
    border: 0;
}

.product-img-box .more-views img {
	border: 1px solid #dedede;
	margin-right: 10px;
}

.product-img-box .more-views img:nth-of-type(3),
.product-img-box .more-views img:nth-of-type(6) {
    margin-right: 0;
}

.product-img-box p {
    color: #999;
    display: inline;
    float: left;
    font-style: italic;
    margin: 10px 0 5px 0;
    width: 265px;
}

ul.product-pricing {
    float: left;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
}

ul.product-pricing .benefit {
    color: #900;
}

.product-essential .price-box {
    display: inline;
	float: left;
	margin-bottom: 15px;
	width: 100%;
}

#content-container .product-essential .price-box span.price {
	color: #900;
	font-size: 2.0em;
	font-weight: bold;
	padding-bottom: 10px;
}

#content-container .product-essential .price-box p span.price {
    font-size: 1.8182em;
    margin-left: 5px;
}

.catalog-product-view #content-container .product-essential .price-box p {
    clear: both;
    color: #666;
    display: inline;
    float: left;
    font-size: 1.1em;
    margin-bottom: 0;
}

#content-container .product-essential .price-box p.old-price span.price {
    color: #000;
    font-size: 1.2727em;
    font-weight: normal;
    text-decoration: line-through;
}

.catalogsearch-result-index #content-container .price-box p,
.catalog-category-view #content-container .price-box p {
    margin-bottom: 0;
}


.catalog-product-view #content-container .product-collateral .price-box span.price-label,
.catalogsearch-result-index #content-container .price-box span.price-label,
.catalog-category-view #content-container .price-box span.price-label {
    display: none;
}

.catalogsearch-result-index #content-container .price-box p span.price,
.catalog-category-view #content-container .price-box p span.price {
    color: #900;
    font-size: 1.0714em;
}

.products-list .price-box span.price {
	color: #900;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 10px;
}

.catalog-product-view .products-list .price-box span.price {
    font-size: 1.3333em;
}

.products-list h4 {
    margin-bottom: 5px;
}

.products-list img {
    margin-bottom: 10px;
}

/* @group Add to Basket Box */

.add-to-box {
    background: #fef3fa;
    border: 1px solid #f6ddec;
    display: inline;
    float: left;
    margin-left: 10px;
    text-align: center;
    width: 230px;
}

.add-to-box legend {
	display: none;
}

.add-to-box .product-options {
    padding-top: 20px;
}

.add-to-box .product-options label {
    font-size: 1.2em;
    padding-right: 5px;
}

.add-to-box .alert-stock {
    font-weight: bold;
    text-align: center;
    padding: 15px 30px 0 30px;
    width: 170px;
}

.share-box {
    display: inline;
    float: left;
    margin: 20px 0 0 64px;
    text-align: center;
    width: 125px;
}

fieldset.add-to-cart {
	border: 0;
	padding: 10px 10px 15px 10px;
	margin: 0;
}

.products-grid .product-box .list-atb {
    clear: left;
    margin-top: 8px;
}

fieldset.add-to-cart input.add-to-basket,
.products-grid .product-box .list-atb a,
.partner-product-pricing button.form-button {
    background: #d81d22 url(../backgrounds/button-arrow.png) right 50% no-repeat;
    border: 0;
    color: #fff;
    clear: left;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    margin: 10px 0 0 0;
    padding: 6px 25px 6px 15px;
    text-transform: lowercase;
}

.products-grid .product-box .list-atb a {
    background: #d03d96 url(../images/btn-tint.png) left 50% repeat-x;
    color: #fff !important;
    font-size: 1.0em;
    text-decoration: none !important;
    padding: 6px 15px;
}

.products-grid .product-box .list-atb a:hover {
    background: #d81d22 url(../images/btn-tint.png) left 50% repeat-x;
    text-decoration: none !important;
}

.partner-product-pricing button.form-button {
    margin-top: 0;
}

fieldset.add-to-cart input.add-to-basket:hover,
.partner-product-pricing button.form-button:hover {
    background-color: #c50c11;
}

fieldset.add-to-cart label {
	font-size: 1.2em;
	padding-right: 5px;
}

fieldset.add-to-cart select {
	font-size: 1.2em;
}

.add-to-box span.or {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: lowercase;
}

ul.add-to-links {
	font-size: 1.1em;
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
	width: 100%;
}

ul.add-to-links li {
	display: inline;
}

/* @end */

/* @group Product Additional Information */

.product-collateral h3, #cart-cross-sell h3 {
	color: #d03d96;
	font-size: 1.6em;
	font-weight: bold;
}

.description, .additional, .up-sell, .partner-product, .recently-viewed, .reviews, .box-up-sell {
	background: url(../backgrounds/scroll.png) 50% top no-repeat;
	clear: both;
	display: inline;
	float: left;
	padding: 30px 10px 0 10px;
	width: 920px;
}

ul.additional-info-list li {
    color: #d03d96;
}

ul.additional-info-list li span {
    color: #000;
}

/* @end */


/* @group Shared Block Styles */

#sidebar-right .block h3, #sidebar-right .block h2, #sidebar-left .block h2 {
    border-bottom: 1px solid #dbd7d5;
    color: #49362e;
    font-size: 1.4em;
    line-height: 20px;
    padding: 0;
}

.block h2, .block h3 {
    color: #49362e;
    border-bottom: 1px solid #f9e5f1;
    font-size: 1.2em;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 17px;
    padding-bottom: 2px;
    padding-left: 5px;
}

#sidebar-left .block ol, #sidebar-left .block ul {
    font-size: 1.1em;
    list-style: none;
    margin: 0;
    padding: 0 0 20px 0;
}

#sidebar-left .block ul {
    border-top: 1px dotted #f9e5f1;
}

#sidebar-left .block li {
    border-bottom: 1px dotted #f9e5f1;
    line-height: 19px;
    padding: 1px 5px 0 5px;
}

/* @end */

/* @group Category Styles */

/* @group Layered Navigation */

#sidebar-left .block-layered-nav dt {
    color: #49362e;
    font-size: 1.1em;
    text-transform: uppercase;
    line-height: 20px;
    padding-left: 5px;
}

.block-layered-nav dd {
    margin: 0;
}

.block-layered-nav ol {
    border-top: 1px dotted #f9e5f1;
    list-style: none;
    margin: 0;
    padding: 0 0 19px 0;
}

#sidebar-left .block-layered-nav ol {
    border-bottom: 1px dotted #f9e5f1;
    font-size: 1.1em;
    line-height: 19px;
    padding-left: 0;
    padding-top: 1px;
}

.block-layered-nav li span.count {
    color: #666;
}

.block-layered-nav a {
    text-decoration: none;
}

.block-layered-nav a:hover {
    text-decoration: underline;
}

.block-layered-nav ol.currently {
    padding-bottom: 5px;
}

.block-layered-nav ol.currently span.label {
    font-weight: bold;
    padding-left: 2px;
}

.block-layered-nav div.actions {
    font-size: 1.1em;
    padding-left: 5px;
    margin-bottom: 15px;
}

.block-layered-nav p.block-subtitle {
    border-bottom: 1px solid #f9e5f1;
    color: #49362e;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 5px;
}

.block-layered-nav div.actions a {
    text-decoration: underline;
}

.btn-remove, a:hover.btn-remove {
	background: url(../images/btn_remove.gif) left 4px no-repeat;
	display: inline;
	float: left;
	font-size: 0;
	height: 20px;
	line-height: 0;
	overflow: hidden;
	text-indent:-999em;
	width: 15px;
}

/* @end */

/* @group Toolbar Styles */

.toolbar-container {
    background: #fef3fa;
    border-top: 1px solid #f6ddec;
    clear: both;
    margin: 0 0 20px 0;
    position: relative;
    padding: 0 10px;
    width: 710px;
}

.toolbar-container fieldset.sort-by {
    border: 0;
    display: inline;
    float: right;
    line-height: 30px !important;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 160px;
}

.toolbar-container fieldset.sort-by label {
    font-size: 1.2em;
}

.toolbar-container div.pager {
    display: inline;
    float: left;
    margin:  0;
    width: 520px;
}

.toolbar-container div.pager p.amount {
    display: inline;
    float: left;
    line-height: 30px !important;
    margin: 0;
    padding: 0;
    width: 170px;
}

.toolbar-container div.pager .pages {
    display: inline;
    float: left;
    font-size:  1.2em;
    text-align: center;
    line-height:  30px;
    padding: 0;
    width: 350px;
} 

.toolbar-container div.pager .pages strong {
    display: inline;
}

.toolbar-container div.pager .pages ol {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

.toolbar-container div.pager .pages li {
    display: inline;
    font-weight: bold;
    padding: 0 1px;
}

.toolbar-container div.pager .pages li a {
    font-weight: normal;
}

/* @end */

/* @group Category Product Grid */

.products-grid {
    clear: left;
    float: left;
    margin-bottom: 20px;
    width: 730px;
}

.products-grid .product-box {
    border-top: 1px dotted #ddd;
    border-right: 1px dotted #ddd;
    display: inline;
    float: left;
    height: 295px;
    margin: 0;
    padding: 20px 10px;
    position: relative;
    text-align: center;
    width: 224px;
}

.products-grid .product-box-rhs {
    border-right: 0;
    width: 216px;
}

.products-grid .product-box-top {
    border-top: 0;
}

.products-grid .product-box img {
    height: 150px;
    margin: 5px 0 10px 0;
    width: 150px;
}

.products-grid .product-box a {
    color: #d03d96;
    text-decoration: underline;
}

.products-grid .product-box a:hover {
    color: #49362e;
    text-decoration: underline !important;
}

#content-container .products-grid .product-box p.product-name,
#content-container .products-grid .product-box p.actions {
    font-size: 12px !important;
    line-height: 20px !important;
    margin-bottom: 0;
}


.products-grid .product-box button {
    clear: left;
}

.featured-products .price-box,
#products-grid-table .price-box {
    color: #aaa;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
}
#content-container .featured-products .price-box span.price,
#content-container #products-grid-table .price-box span.price {
    font-size: 16px;
    line-height: 1.875em;
    margin: 0;
    padding: 0 1px 0 0;
}

#content-container .box-up-sell ol li {
    position: relative;
}

#content-container .box-up-sell .price-box p.price-saving {
    background: url(../images/save-icon.png) top left no-repeat;
    position: absolute;
    height: 45px;
    left: 120px;
    outline: none;
    top: 90px;
    text-indent: -9999px;
    width: 45px;
}
 
#content-container #products-grid-table .price-box p.price-saving {
    background: url(../images/save-icon.png) top left no-repeat;
    position: absolute;
    height: 45px;
    left: 155px;
    outline: none;
    top: 125px;
    text-indent: -9999px;
    width: 45px;
}

#content-container .featured-products .price-box p.price-saving {
    background: url(../images/save-icon.png) top left no-repeat;
    position: absolute;
    height: 45px;
    left: 120px;
    outline: none;
    top: 90px;
    text-indent: -9999px;
    width: 45px;
}

#content-container .product-essential .price-box p.price-saving {
    color: #d03d96;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 8px;
}

#content-container .box-up-sell .price-box p.new-product {
    background: url(../images/new-icon.png) top left no-repeat;
    position: absolute;
    height: 45px;
    left: 120px;
    outline: none;
    top: 90px;
    text-indent: -9999px;
    width: 45px;
}

#content-container #products-grid-table .price-box p.new-product {
    background: url(../images/new-icon.png) top left no-repeat;
    position: absolute;
    height: 45px;
    left: 155px;
    outline: none;
    top: 125px;
    text-indent: -9999px;
    width: 45px;
}

#content-container .featured-products .price-box p.new-product {
    background: url(../images/new-icon.png) top left no-repeat;
    position: absolute;
    height: 45px;
    left: 120px;
    outline: none;
    top: 90px;
    text-indent: -9999px;
    width: 45px;
}

#content-container .product-essential .price-box p.new-product {
    display: none;
}

.catalog-product-view #content-container .product-essential .price-box p.old-price,
#content-container .product-essential .price-box .old-price {
    display: none;
}

#content-container .featured-products .price-box p.old-price ,
#content-container #products-grid-table .price-box p.old-price,
#content-container .box-up-sell .price-box p.old-price {
    font-size: 12px;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

#content-container .featured-products .price-box p.old-price span.price,
#content-container #products-grid-table .price-box p.old-price span.price,
#content-container .box-up-sell .price-box p.old-price span.price {
    color: #666;
    font-size: 12px;
    font-weight: normal;
    text-decoration: line-through;
}

.products-grid .product-box .actions {
    text-align: center;
}

.products-grid .product-box span.manufacturer {
    color: #999;
    display: block;
    font-size: 11px;
    font-style: italic;
    padding: 3px 0 0 0;
}

.products-grid .product-box .product-name {
    padding: 0 15px;
    width: 194px;
}

.products-grid .product-box-rhs .product-name {
    padding: 0 15px;
    width: 186px;
}

#products-grid-table a.minimal-price-link {
    display: none;
}

.products-grid .availability {
    color: #900;
    font-size: 12px !important;
    margin: 0;
}

/* @end */


/* @group Category Styles */

ul.category-links {
    display: inline;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.category-links li {
    border-top: 1px dotted #ddd;
    border-right: 1px dotted #ddd;
    display: inline;
    float: left;
    height: 140px;
    width: 179px;
}

ul.category-links li.top-row {
    border-top: 0;
}

ul.category-links li.end-col {
    border-right: 0;
}

ul.category-links li a {
    display: inline;
    float: left;
    line-height: 20px;
    padding: 60px 0;
    text-align: center;
    width: 179px;
}

/* @end */

/* @end */



/* @group Cross Sell Grid */
.box-collateral {
    clear: both;
    display: inline;
    float: left;
    width: 880px;
}



.box-up-sell ol {
    display: inline;
    float: left;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    width: 880px;
}

.box-up-sell li {
    display: inline;
    float: left;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 10px;
    text-align: center;
    width: 156px;
}

.box-up-sell li span.manufacturer {
    color: #999;
    display: block;
    font-size: 11px;
    font-style: italic;
    padding: 3px 0;
}



/* @end */




/* @group Partner Product */

.partner-product ol {
    clear: left;
    display: inline;
    font-size: 1.2em;
    float: left;
    list-style: none;
    margin: 20px 0;
    padding: 0;
    width: 700px;
}

.partner-product li {
    clear: left;
    display: inline;
    float: left;
    line-height: 20px;
    width: 700px;
}

.partner-product img {
    display: inline;
    float: left;
    height: 75px;
    margin-right: 15px;
    width: 75px;
}

.partner-product-pricing {
    display: inline;
    float: left;
}

.partner-product-pricing p {
    line-height: 30px;
    margin: 10px 0;
    padding-left: 5px;
}

.partner-product-pricing span.price {
    color: #900;
    font-size: 14px;
    font-weight: bold;
}

.partner-product .feint-link {
    font-size: 10px;color: #999;
}

.partner-product button {
    width: 250px;
}

/* @end */


/* @group Home Featured Products Grid */

.featured-products {
    clear: left;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    width: 960px;
}

.featured-products ol {
    display: inline;
    float: left;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    width: 960px;
}

.featured-products li {
    display: inline;
    float: left;
    height: 250px;
    list-style: none;
    margin: 10px 0 20px 0;
    padding: 0 15px 10px 15px;
    position: relative;
    text-align: center;
    width: 162px;
}

.featured-products li:nth-of-type(1),
.featured-products li:nth-of-type(2),
.featured-products li:nth-of-type(3),
.featured-products li:nth-of-type(4),
.featured-products li:nth-of-type(5) {
    border-bottom: 1px dotted #ddd;
}

.new-products li {
    border-bottom: 1px dotted #ddd;
}

.featured-products li span.manufacturer {
    color: #999;
    display: block;
    font-size: 11px;
    font-style: italic;
    padding: 3px 0;
}

.featured-products li span.price-label {
    display: none;
}

.featured-products li span.price {
}


/* @end */



.cart fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.cart .title-buttons {
    clear: both;
    display: inline;
    float: left;
    width: 940px;
}

.cart h2 {
    display: inline;
    float: left;
}

.cart form.basket {
    clear: both;
    display: inline;
    float: left;
    width: 940px;
}

.cart #shopping-cart-table {
    border-collapse: collapse;
}

.cart #shopping-cart-table tbody td {
    border: 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    font-size: 12px;
    padding: 8px;
}

.cart #shopping-cart-table tbody td input {
    border: 1px solid #ddd;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 2px;
    width: 25px;
}

.cart #shopping-cart-table tbody td h2 {
    font-size: 12px;
    line-height: normal;
}

.cart #shopping-cart-table tbody td h2 a {
    text-decoration: none;
}

.cart #shopping-cart-table tbody td h2 a:hover {
    text-decoration: underline;
}

.cart #shopping-cart-table tbody td p.error {
    clear: left;
    color: #c00;
    font-size: 12px;
    font-weight: bold;
}

.cart #shopping-cart-table tbody td dl {
    clear: both;
    display: inline;
    float: left;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.cart #shopping-cart-table tbody td dt, .cart #shopping-cart-table tbody td dd {
    display: inline;
    margin: 0;
    padding: 0;
}

.cart #shopping-cart-table tfoot td {
    background: #fff;
    border: 0;
    padding: 10px 0 0 0;
    text-align: right;
}

.cart #shopping-cart-table td {
    vertical-align: top;
}

.cart #shopping-cart-table th {
    background: #f2f2f2;
    border: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 1.2em;
    padding: 8px 8px 6px 8px;
}

.cart #shopping-cart-table th.a-center {
    text-align: center;
}

.cart #shopping-cart-table img.cart-thumb {
    margin: 0 10px;
}

.cart #shopping-cart-table tbody h2 span {
    color: #000;
    font-size: 11px;
    font-weight: normal;
}

.cart #shopping-cart-table tbody .cart-price {
    color: #900;
    font-size: 14px;
    font-weight: bold;
}

/* {
    clear: both;
    display: inline;
    float: left;
    width: 940px;
}*/

.cart-collaterals .validation-advice {
    font-size: 11px;
}

.cart-collaterals .col2-set {
    display: inline;
    float: left;
    width: 470px;
}

.cart-collaterals .totals {
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    display: inline;
    float: right;
    margin-bottom: 10px;
    padding: 10px 0 0;
    width: 470px;
}

.cart-collaterals .totals p.checkout-button {
    margin-right: 10px;
}

.cart-collaterals .crosssell-container {
    display: inline;
    float: right;
    width: 470px;
}

.cart-collaterals .crosssell-container .btn-cart {
    margin-top: 5px;
}

/*

.cart-collaterals .crosssell-container .btn-cart {
    background-color: #d81d22;
}

.cart-collaterals .crosssell-container .btn-cart:hover {
    background-color: #c50c11;
}

*/

p.checkout-button {
    display: inline;
    float: right;
    margin: 2px 0 15px 0;
    line-height: 26px;
    text-align: center;
}

p.checkout-button a {
    background: #7bb15a url(../backgrounds/button-arrow.png) right 50% no-repeat;
    border: 0;
    color: #fff;
    display: inline;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding:  4px 25px 4px 15px;
    text-decoration: none;
    text-transform: lowercase;
}

p.checkout-button a:hover {
    background-color: #609b3c;
    text-decoration: none;
}


.cart #shopping-cart-table tfoot button,
.cart .cart-collaterals button,
.cart .cart-collaterals input.button {
    background: #999 url(../images/btn-tint.png) left 50% repeat-x;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    padding:  4px 15px 4px 15px;
    text-decoration: none;
    text-transform: lowercase;
}

.cart #shopping-cart-table tfoot button {
    margin-left: 5px;
}

.cart #shopping-cart-table tfoot button:hover,
.cart .cart-collaterals button:hover,
.cart .cart-collaterals input.button:hover {
    background-color: #666;
}


.cart .cart-collaterals { float:left; width: 940px; }
.checkout-cart-index .shipping {
    background: #fbf3f8;
    border: 1px solid #f1ddea;
    clear: left;
    display: inline;
    float: left;
    margin: 10px 0;
    padding: 10px;
    width: 400px;
}

.checkout-cart-index div.discount {
    background: #fbf3f8;
    border: 1px solid #f1ddea;
    display: inline;
    float: left;
    margin: 0 0 20px 0;
    padding: 10px;
    width: 400px;
}

.checkout-cart-index div.crosssell {
    display: inline;
    float: right;
    margin: 10px 0 20px 0;
    overflow: hidden;
    padding: 0;
    width: 465px;
}

.checkout-cart-index div.crosssell ul {
    display: inline;
    float: left;
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
    width: 465px;
}

.checkout-cart-index div.crosssell li {
    display: inline;
    float: left;
    height: 220px;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 8px;
    text-align: center;
    width: 139px;
}

.checkout-cart-index div.crosssell li p {
    font-size: 12px !important;
    margin-bottom: 0;
}

.checkout-cart-index div.crosssell li p a {
    padding: 0 5px;
    text-align: center;
}

.checkout-cart-index div.crosssell li span.manufacturer {
    color: #999;
    display: block;
    font-size: 11px;
    font-style: italic;
    padding: 3px 0;
}

.checkout-cart-index div.crosssell li span.price {
	color: #900;
	font-size: 14px;
	font-weight: bold;
}

.checkout-cart-index div.crosssell li span.price-label {
    color: #999;
    display: none;
    font-size: 11px !important;
    margin-bottom: 0;
}

.checkout-cart-index #content-container .shipping h2,
.checkout-cart-index #content-container .discount h2,
.checkout-cart-index #content-container .crosssell h2 {
    font-size: 1.4em;
    line-height: 1.2857em;
    margin-bottom: 5px;
    width: 380px;
}

.checkout-cart-index #content-container .discount h2 span,
.checkout-cart-index #content-container .shipping h2 span {
    margin-left: 5px;
}

.checkout-cart-index #content-container .discount h2 span a,
.checkout-cart-index #content-container .shipping h2 span a  {
    color: #000;
    font-size: 11px;
    font-weight: normal;
    text-transform: lowercase;
}

.checkout-cart-index .shipping p {
    clear: left;
    margin-bottom: 5px;
    width: 400px;
}



.checkout-cart-index .discount label {
    display: inline;
    float: left;
    font-size: 1.1em;
    font-weight: normal;
    margin: 5px 0;
    width: 410px;
}

.checkout-cart-index .discount .input-box {
    display: inline;
    float: left;
    line-height: 30px;
    margin-right: 4px;
    padding: 0;
}

.checkout-cart-index .discount .buttons-set {
    display: inline;
    float: left;
    line-height: 30px;
    padding: 0;
}

.checkout-cart-index .shipping ul.form-list label {
    display: none;
}

.checkout-cart-index .shipping ul {
    margin-bottom: 0;
}

.checkout-cart-index .shipping li select {
    font-size: 12px;
    padding: 2px;
}

dl.sp-methods, dl.sp-methods ul {clear: left;display: inline;float: left;margin: 10px 0 5px 0;padding: 0;width: 100%;}
dl.sp-methods ul {list-style: none; margin: 0 !important; padding: 0;}
dl.sp-methods dd {margin: 0;}
dl.sp-methods label {
    font-weight: normal;
}
.sp-methods dt {font-size: 1.2em;font-weight: normal; padding: 10px 0; margin: 0;}
.sp-methods dd .price {font-weight: bold;}

.checkout-cart-index div.buttons-set {border: 0;margin: 0;padding: 0;float: left;}
#co-shipping-method-form fieldset {padding: 15px 0 0 0;}
#co-shipping-method-form fieldset div.buttons-set {padding: 15px 0 0 0;}

.checkout-cart-index .buttons-set .button,
.checkout-cart-index .buttons-set button.button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

table#shopping-cart-totals-table {
    clear: right;
    float: right;
    width: 400px;
}

table#shopping-cart-totals-table tbody td.a-right,
table#shopping-cart-totals-table tbody th.a-right,
table#shopping-cart-totals-table tfoot td.a-right {
    text-align: right;
}

table#shopping-cart-totals-table tbody td,
table#shopping-cart-totals-table tbody th.a-right {
    font-size: 1.2em;
}
table#shopping-cart-table tfoot td {border: 0;}
table#shopping-cart-totals-table tfoot td, table#shopping-cart-totals-table tfoot th {font-size: 15px; color: #900; font-style: normal;}

#content-container div.my-account h2 {
    border-bottom: 1px solid #dedede;
    color: #000;
    font-size: 14px;
    line-height: 1.4286em;
}

.block-account div.block-title {
    border-bottom: 1px solid #f9e5f1;
    color: #49362e;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.6667em;
    margin-bottom: 14px;
    padding-left: 5px;
}

#sidebar-left .block-account {
    margin-top: 3px;
}

#sidebar-left .block-account ul {
    border-top: 0;
}

#sidebar-left .block-account li {
    border-style: solid;
    font-size: 1.0909em;
    line-height: 1.8182em;
}

#sidebar-left .block-account li.current {
    color: #49362e;
}


div.box-title {
    border-bottom: 1px solid #dedede;
    display: inline;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

div.box-title h3 {
    color: #000;
    display: inline;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4286em;
    margin: 0;
}

div.box-title a {
    display: inline;
    float: right;
    font-size: 12px;
    line-height: 1.5em;
}

div.box-content {
    display: inline;
    float: left;
    width: 100%;
}

div.box-content h4, .addresses-list h3 {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 0;
}

div.box-content address, .addresses-list address {
    font-size: 12px;
    font-style: normal;
    line-height: 1.6667em;
    margin-bottom: 0;
}

div.box-content .col-1, div.box-content .col-2 {
    display: inline;
    float: left;
    width: 50%;
}

div.box-info {
    clear: both;
    display: inline;
    float: left;
    width: 100%;
}

#content-container .my-account h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.my-account p.hello {
    border-bottom: 1px solid #dedede;
    font-size: 14px !important;
    line-height: 1.4286em;
    margin-bottom: 10px;
}

.my-account .page-title span.required, span.required {
    color: #c00;
    font-weight: bold;
}

/* Data Table */ 
.data-table {
    border-collapse: collapse;
    width:100%;
}

.data-table th {
    background: #c7c3c1;
    border: 1px solid #c7c3c1;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    white-space: nowrap;
}

.data-table td {
    padding: 8px;
    border: 1px solid #dedede;
    font-size: 12px;
}

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

.data-table th.a-right,
.data-table td.a-right {
    font-style: normal;
    text-align: right;
}

.data-table h3 {
    font-size: 1.0em;
}


.form-list {
    display: inline;
    float: left;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}

.form-list div.field, .form-list li {
    clear: both;
    display: inline;
    float: left;
    line-height: 30px;
    width: 100%;
}

.form-list label {
    display: inline;
    float: left;
    line-height: 2.5em;
    width: 175px;
}

.form-list li.control-top {
    margin-top: 10px;
}

.form-list li.control {
    line-height: 30px;
}

.form-list li span.default {
    background: #d03d96;
    color: #fff;
    display: inline;
    font-weight: bold;
    line-height: 1.6667em;
    margin-top: 10px;
    padding: 0 5px;
    float: left;
}

.form-list li.control label {
    float: left;
    font-weight: normal;
    width: 175px;
}

.form-list li.control input#primary_billing, .form-list li.control input#primary_shipping {
    float: left;
}

.form-list li.control input.checkbox {
    margin-right: 8px;
    margin-top: 7px;
    line-height: 30px;
}

.form-list li.control label.label-wide {
    width: 500px;
}

.form-list label em {
    color: #c00;
    font-style: normal;
    padding-left: 3px;
}

.my-account .buttons-set {
    clear: both;
    display: inline;
    float: left;
    margin: 0 0 10px 0;
}

.my-account .buttons-set button.button {
    margin-left: 0;
}

.input-box {
    display: inline;
    float: left;
    line-height: 30px;
}

p.back-link {
    clear: left;
    display: inline;
    float: left;
    width: 400px;
}

.input-text {
    border: 1px solid #dedede;
    font-size: 12px;
    outline: none;
    padding: 4px;
    width: 200px;
}

input#street_2 {
    margin-left: 175px;
}

.input-text:focus {
    background: #fbf3f8;
    border-color: #d03d96;
}

.my-account .pager {
    clear: both;
    display: inline;
    line-height: 30px !important;
    float: left;
    width: 100%;
}

.my-account p.amount {
    display: inline;
    float: left;
    line-height: 30px !important;
    margin: 0;
    width: 200px;
}

.my-account .limiter {
    display: inline;
    float: right;
    font-size: 1.2em;
    line-height: 2.5em;
    margin: 0;
}

.my-account select {
    font-size: 1.0em;
    margin: 0 4px;
    padding: 1px;
}

.my-account .addresses-list ol {
    clear: both;
    display: inline;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.my-account .addresses-list li {
    display: inline;
    float: left;
    height: 200px;
    width: 50%;
}

.my-account .addresses-additional h2 {
    clear: both;
    display: inline;
    float: left;
    width: 100%;
}

.my-account .addresses-list li.item p {
    margin: 0 0 20px 0;
}

ul.messages {
    clear: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#content-container ul.messages ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.0em;
    margin-bottom: 20px;
}

#content-container ul.messages li.success-msg ul {
    background: #e1f7c9;
    color: #6eb430;
    border: 1px solid #6eb430;
    padding: 8px;
}

#content-container ul.messages li.error-msg ul {
    background: #f6e4e4;
    color: #c00;
    border: 1px solid #c00;
    padding: 8px;
}

#content-container ul.messages li.error-msg ul a {
    color: #c00;
    font-weight: bold;
}

div.order-info-box {
    display: inline;
    float: left;
    margin-right: 30px;
    width: 320px;
}

div.order-info-box address {
    height: 160px;
}

table.payment-summary {
    border-collapse: collapse;
}

table.payment-summary tr {
    vertical-align: top;
}

table.payment-summary th, table.payment-summary td {
    font-size: 1.2em;
    padding: 3px 0;
}

p.notice {
    background: #d03d96;
    color: #fff;
    display: inline;
    font-style: italic;
    font-weight: bold;
    line-height: 1.6667em;
    padding: 4px 8px;
    float: left;
}

div.order-about dl {
    display: inline;
    clear: left;
    float: left;
    font-size: 1.2em;
    line-height: 1.6667em;
    width: 700px;
}

div.order-about dt {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    width: 150px;
}

div.order-about dd {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    width: 550px;
}

form#login-form .content {
    display: inline;
    float: left;
    margin-right: 40px;
    width: 410px;
}

#content-container .account-login h1, #content-container .account-create h1,
.customer-account-forgotpassword #content-container h1 {
    margin-bottom: 20px;
}

.account-login .registered-users button,
.customer-account-forgotpassword .buttons-set button {
    margin-left: 175px;
}

.validation-advice {
    color: #c00;
}

.account-login button,
.account-create button,
.customer-account-forgotpassword button,
.customer-account-edit button,
.customer-address-form button {
    background: #999 url(../images/btn-tint.png) left 50% repeat-x;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    padding:  4px 15px 4px 15px;
    text-decoration: none;
    text-transform: lowercase;
}

.account-login button:hover,
.account-create button:hover,
.customer-account-forgotpassword button:hover,
.customer-account-edit button:hover,
.customer-address-form button:hover {
    background-color: #666;
}

/* Product Images */
.product-view .product-img-box { display: inline; float:left; margin-right: 0px; width: 300px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:300px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
/*.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";opacity:.3; }*/
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; width: 100px; }

.product-view .product-img-box a.main-image {
    display: inline;
    float: left;
    width: 300px;
}

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

#content-container .product-img-box h2,
#content-container .product-img-box h4 {
    border-bottom: 1px solid #dedede;
    color: #d03d96;
    display: inline;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.667em;
    margin: 20px 0;
    width: 300px;
}

.product-img-box .more-views ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-view .product-img-box .more-views li {    
    background: none;
    margin: 0;
    padding: 0;
}

select.product-custom-option {
    font-size: 1.2em;
    padding: 1px;
}

.product-shop .tier-prices {
    display: inline;
    float: left;
    margin: 20px 0 0 20px;
    padding: 0;
    width: 295px;
}

.product-shop .delivery-text {
    background: #fef3fa;
    border: 1px solid #f6ddec;
    display: inline;
    float: left;
    padding: 5px 10px;
    width: 293px;
}

#content-container .product-shop .delivery-text p {
    margin-bottom: 0;
}

.product-shop .delivery-text a {
    font-size: 0.8333em;
}

.product-shop .delivery-text strong {
    color: #d03d96;
}

.catalog-category-view span.delivery-text,
.product-collateral span.delivery-text {
    display: none;
}

.product-collateral ol#recently-viewed-items,
#cart-cross-sell ol#recently-viewed-items {
    clear: left;
    display: inline;
    float: left;
    font-size: 1.2em;
    list-style: none;
    margin: 10px 0 20px 0;
    padding: 0;
    width: 100%;
}

.product-collateral ol#recently-viewed-items span,
#cart-cross-sell ol#recently-viewed-items span {
    margin-left: 3px;
}

#cart-cross-sell ol#recently-viewed-items img,
ol#recently-viewed-items img {
        display: inline;
        float: left;
        height: 40px;
        margin-right: 15px;
        width: 40px;
}

.product-collateral ol#recently-viewed-items li,
#cart-cross-sell ol#recently-viewed-items li {
    clear: left;
    display: inline;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
}

.product-collateral ol#recently-viewed-items li.item {
    display: inline;
    float: left;
    line-height: 40px;
}

#cart-cross-sell {
    display: inline;
    float: left;
    width: 675px;
}

#cart-cross-sell div.additional {
    width: 655px;
}

#mini-cart {
    display: inline;
    float: left;
    width: 225px;
}


/* @group Home Page Elements */
#slides {
	display: inline;
	float: left;
	height: 275px;
	width: 640px;
}

.slides_container {
    display: none;
    width: 640px;
    height: 275px;
}

.slides_container div {
    width: 640px;
    height: 275px;
    display: block;
}
  
.cms-home #content-container {
    clear: both;
    padding-top: 0;
    padding-bottom: 0;
}

.cms-home .col1 #content {
    clear: both;
    display: inline;
    float: left;
    padding: 0;
    width: 960px;
}

ul.delivery-flash {
    clear: left;
    display: inline;
    float: left;
    list-style: none;
    margin: 2px 0 2px 0;
    padding: 0;
    width: 960px;
}

ul.delivery-flash li {
    background: #3a2d29 url(../backgrounds/home-bg.png) top left repeat;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    display: inline;
    float: left;
    line-height: 36px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 320px;
}

ul.delivery-flash li:nth-of-type(1) {
    margin-right: 2px;
    width: 318px;
}

ul.delivery-flash li:nth-of-type(3) {
    margin-left: 2px;
    width: 318px;
}

ul.delivery-flash li a {
    color: #fff;
    display: inline;
    float: left;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    width: 318px;
}

ul.delivery-flash li a:hover {
    text-decoration: underline;
}

ul.delivery-flash li:nth-of-type(2) a {
    width: 320px;
}

.cms-home .popular-brands {
    clear: both;
    display: inline;
    float: left;
    width: 240px;
}

.cms-home .feed-reader {
    clear: both;
    display: inline;
    float: left;
    margin-top: 10px;
    width: 960px;
}

.cms-home .feed-reader ol {
    clear: left;
    display: inline;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 950px;
}

.cms-home .feed-reader li {
    background: #fbf3f8;
    display: inline;
    float: left;
    height: 200px;
    padding: 10px;
    margin: 0 25px 0 0;
    width: 279px;
}

.cms-home .feed-reader li:nth-of-type(3) {
    margin-right: 0;
}

.no-rgba .cms-home .feed-reader li {
    width: 270px;
}

.cms-home .feed-reader h4 {
    font-weight: bold;
    margin-bottom: 0;
}

.cms-home .feed-reader h4 a {
    text-decoration: none;
}

.cms-home .feed-reader h4 a:hover {
    text-decoration: underline;
}

.cms-home #content-container .feed-reader li p.date {
    color: #666;
    font-size: 11px;
    font-style: italic;
    margin-bottom: 5px;
}

.cms-home #content h3 {
    border-bottom: 1px solid #ddd;
    color: #d03d96;
    display: inline;
    float: left;
    font-size: 1.6em;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0 0 5px 5px;
    width: 955px;
}

ul.home-slider {
    clear: left;
    display: inline;
    float: left;
    height: 383px;
    list-style: none;
    margin: 0 0 20px 0;
    position: relative;
    padding: 0;
    width: 960px;
    z-index: 1;
}

ul.home-slider li {
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
    width: 960px;
}

ul.home-slider li div.slider-panel {
    background: url(../backgrounds/slider-panel.png) top left repeat;
    height: 343px;
    position: absolute;
    top: 0;
    padding: 20px;
    right: 0;
    width: 278px;
}

#content-container ul.home-slider li div.slider-panel h2 {
    color: #fff;
    font-size: 20px;
}

#content-container ul.home-slider li div.slider-panel p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 10px 0 15px 0;
}

p.slider-link {
    display: inline;
    float: left;
    margin: 2px 0 15px 0;
    padding: 0;
    line-height: 26px;
    text-align: center;
}

p.slider-link a {
    background: #d03d96 url(../backgrounds/button-arrow.png) right 50% no-repeat;
    border: 0;
    color: #fff;
    display: inline;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding:  4px 25px 4px 15px;
    text-decoration: none;
    text-transform: lowercase;
}

p.slider-link a:hover {
    background-color: #bd2982;
    text-decoration: none;
}

.testimonial-item {
    border-bottom: 1px solid #ddd;
    clear: left;
    display: inline;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.testimonial-item blockquote {
    color: #000;
    font-style: normal;
    margin: 0;
}

.testimonial-item .quote {
    font-style: italic;
    margin-bottom: 0;
}

.testimonial-item .quote-attribution {
    font-weight: bold;
    margin-bottom: 0;
}

/* @end */



/* @group Hack to hide some layered navigation filters */
.category-outlet-store .layer_paper_type,
.category-outlet-store .layer_pen_type,
.category-outlet-store .layer_paper_size,
.category-pens .layer_,
.category-shop-by-style .layer_,
.category-shop-by-style .layer_paper_type,
.category-shop-by-style .layer_pen_type,
.category-shop-by-style .layer_paper_size {
    display: none;
}


/* twitter button */
iframe.twitter-share-button {margin-left: 35px;}
.sale-splash {
    display: inline;
    float: left;
    margin-bottom: 20px;
}

.sale-splash img, .sale-splash a {
    display: inline;
}

.category-banner {
    clear: both;
    display: inline;
    float: left;
    margin: 0 0 5px 0;
    width: 730px;
}

.product-banner {
    clear: both;
    display: inline;
    float: left;
    margin: 0 0 5px 0;
    width: 960px;
}
/* @end */






/* ======================= Improved One Page Checkout with tabs  ======================== */
.block-progress .block-title { background:none; margin:0 0 34px; padding:0; }
.checkout-onepage-index .col-main { padding:0; border:0; }
.checkout-onepage-index .page-title { padding-right:40px; width:auto; }
.checkout-onepage-index .page-title h1 { background:none; padding:0; }

.opc { position:relative; overflow:hidden; height:970px; padding-top:20px; text-align:center; border:1px solid #BBAFA0; background:#F9F3E3; }
.opc .buttons-set { margin:15px 0 0; opacity:1!important; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link { display:none; }
.opc .buttons-set .please-wait { position:absolute; z-index:99; top:30%; left:50%; margin:-80px 0 0 -146px; border:5px solid #f3b66f; font-size:12px; background:#fff; padding:30px; white-space:nowrap; border:1px solid #c0c0c0; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow:0 0 50px rgba(0,0,0,0.2); box-shadow:0 0 50px rgba(0,0,0,0.2); }
.opc .buttons-set a { color:#214D90; }
.opc .ul { list-style:disc outside; padding-left:18px; }
.opc li.section { display:inline; }
.opc .step-title,.opc .allow .step-title { border:1px solid #F9F3E3; height:69px }
.opc .step { padding:30px 20px; position:absolute; border:0; top:110px; left:0; z-index:1; background:#FBFAF6; width:605px; height:900px; border-bottom:1px dotted #ccc; border:none; width:643px; text-align:left; border-top:1px solid #BBAFA0; }
.opc .step-title .number,.opc .allow .step-title .number,.opc .active .step-title .number { float:none; display:block; margin:0 auto; margin-bottom:10px; }
.opc .step-title { position:relative; float:left; text-align:center; padding:15px 11px 0; margin-left:-1px; background:none; }
.opc .step-title a { display:none; }
.opc .step-title .number { background:#ccc; color:#fff; width:30px; height:30px; line-height:30px; -moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; margin-bottom:10px; padding:0; border:0; }
.opc .step-title h2 { font-size:12px; color:#bbb; clear:both; }
.opc .allow .step-title { cursor:pointer; background:none; }
.opc .allow .step-title .number { background:#000; color:#fff; }
.opc .allow .step-title h2 { color:#000; }
.opc .active .step-title { color:#ef0606; cursor:default; border:1px solid #BBAFA0; border-bottom:1px solid #FBFAF6; z-index:2; background:#FBFAF6 url(../images/bkg_checkout.gif) 0 0 repeat-x; }
.opc .active .step-title .number { background:#F18200; border-color:#fff; color:#fff; }
.opc .active .step-title h2 { color:#F18200; }
.opc .step-title h2,.opc .allow .step-title h2,.opc .active .step-title h2 { width:100%; text-align:center; }
.opc .step-title { width:16%; }
.opc .form-list .field,.opc .form-list .wide { }
.opc .form-list li fieldset { margin-bottom:40px; }
.opc .form-list label { float:left; width:220px; text-align:right; padding:4px 0 0; }
.opc .form-list label.required em { float:none; position:relative; right:4px; }
.opc .form-list li.fields { margin:0; }
.opc .form-list div.fields { width:100%; overflow:hidden; margin:0 0 8px; }
.opc .form-list .wide,.opc .form-list li.fields .field { width:645px; margin:0 0 8px; }
.opc .form-list li.wide .input-box,.opc .form-list .input-box { clear:none; float:right; margin-right:140px; width:260px; }
.opc .form-list li.wide select { width:390px; }
.opc .form-list li.wide input.input-text { width:254px; }
.opc .form-list .control input { margin:8px 0 0 25px; }
.opc .form-list li.control label { float:left; }
.opc form .form-list li.wide { margin-bottom:8px; }
.opc form .address-select { margin:8px 0 40px; }

.opc:first-of-type .step{-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.opc:first-of-type .step[style*='display:none;'],
.opc:first-of-type .step[style*='display: none;']{display:block !important;}
.opc:first-of-type .section .step{left: 100%;}
.opc:first-of-type .allow .step{left: -100%;}
.opc:first-of-type .active .step{left:0;}
.opc:first-of-type li:last-child .step-title a{width:50%}
.opc:first-of-type li:first-child .step-title a{width:50%;left:50%}

#opc-login p.required { display:none; }
#opc-login h3 { margin-bottom:18px; }
#opc-login .col-2 { float:left; }
#opc-login .col-2 form fieldset h4 { display:none; }
#opc-login .col-2 { display:block; width:300px; }
#opc-login .col-2 fieldset { width:300px; }
#opc-login .col-2 .input-box { width:188px; margin:0; float:left; }
#opc-login .col-2 .input-text { width:182px; }
#opc-login .col-2 .form-list label { text-align:left; }
#opc-login .col-2 .form-list label { width:110px; }
#opc-login .form-list li.control label { float:none; }
#opc-login .form-list li.control input { margin:0 8px 0 0; }
#opc-login .col-1 { float:right; }
#opc-login .col-1 { width:290px; }
#opc-login .col-1 h4,#opc-login .col-1 .ul { display:none; }
#checkout-step-review.step { width:645px; }

#opc-review .step { padding:30px 20px; border-top:1px solid #BBAFA0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 0; border:0; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-shipping_method .buttons-set { border-top:1px solid #E4E4E4; }
/* ================================= Solution by www.h-o.nl =============================== */






/* ==================== Improved One Page Checkout with progressbar  ===================== */
.block-progress .block-title { background:none; margin:0 0 34px; padding:0; }
.checkout-onepage-index .col-main { padding:0; border:0; }
.checkout-onepage-index .page-title { padding-right:40px; width:auto; }
.checkout-onepage-index .page-title h1 { background:none; padding:0; }

.opc { position:relative; overflow:hidden; height:970px; padding-top:20px; text-align:center; border:1px solid #BBAFA0; background:#F9F3E3; }
.opc .buttons-set { margin:15px 0 0; opacity:1!important; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link { display:none; }
.opc .buttons-set .please-wait { position:absolute; z-index:99; top:30%; left:50%; margin:-80px 0 0 -146px; border:5px solid #f3b66f; font-size:12px; background:#fff; padding:30px; white-space:nowrap; border:1px solid #c0c0c0; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow:0 0 50px rgba(0,0,0,0.2); box-shadow:0 0 50px rgba(0,0,0,0.2); }
.opc .buttons-set a { color:#214D90; }
.opc .ul { list-style:disc outside; padding-left:18px; }
.opc li.section { display:inline; }
.opc .step-title,.opc .allow .step-title { border-color:#FBFAF6; }
.opc .step { padding:30px 20px; position:absolute; border:0; top:100px; left:0; z-index:1; background:#fff; width:605px; height:900px; border-bottom:1px dotted #ccc; border:none; background:none; width:643px; text-align:left; background:#FBFAF6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border-top:1px solid #BBAFA0; }
.opc .step-title .number,.opc .allow .step-title .number,.opc .active .step-title .number { float:none; display:block; margin:0 auto; margin-bottom:10px; }
.opc .step-title a { display:none; }
.opc .step-title .number { background:#fff; color:#ccc; width:30px; height:30px; line-height:30px; -moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; margin-bottom:10px; padding:0; border:0; position:relative; z-index:1; }
.opc .step-title h2 { font-size:12px; color:#bbb; clear:both; margin-bottom:10px; }
.opc .allow .step-title .number { background:#000; border-color:#fff; color:#fff; }
.opc .allow .step-title h2 { color:#000; }
.opc .active .step-title .number { background:#F18200; border-color:#fff; color:#fff; }
.opc .active .step-title h2 { color:#F18200; }
.opc .step-title,.opc .allow .step-title,.opc .active .step-title { position:relative; text-align:center; border:none; background:none; padding:0; overflow:hidden!important; height:80px; display:inline-block; vertical-align:top; }
.opc .step-title,.opc .allow .step-title,.opc .active .step-title { *display:block; *float:left; } 
.opc .step-title h2,.opc .allow .step-title h2,.opc .active .step-title h2 { width:100%; text-align:center; }
.opc .step-title { width:16%; }
.opc .form-list .field,.opc .form-list .wide { }
.opc .form-list li fieldset { margin-bottom:40px; }
.opc .form-list label { float:left; width:220px; text-align:right; padding:4px 0 0; }
.opc .form-list label.required em { float:none; position:relative; right:4px; }
.opc .form-list li.fields { margin:0; }
.opc .form-list div.fields { width:100%; overflow:hidden; margin:0 0 8px; }
.opc .form-list .wide,.opc .form-list li.fields .field { width:645px; margin:0 0 8px; }
.opc .form-list li.wide .input-box,.opc .form-list .input-box { clear:none; float:right; margin-right:140px; width:260px; }
.opc .form-list li.wide select { width:390px; }
.opc .form-list li.wide input.input-text { width:254px; }
.opc .form-list .control input { margin:8px 0 0 25px; }
.opc .form-list li.control label { float:left; }
.opc form .form-list li.wide { margin-bottom:8px; }
.opc form .address-select { margin:8px 0 40px; }

.opc:first-of-type .step{-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.opc:first-of-type .step[style*='display:none;'],
.opc:first-of-type .step[style*='display: none;']{display:block !important;}
.opc:first-of-type .section .step{left: 100%;}
.opc:first-of-type .allow .step{left: -100%;}
.opc:first-of-type .active .step{left:0;}
.opc:first-of-type li:last-child .step-title a{width:50%}
.opc:first-of-type li:first-child .step-title a{width:50%;left:50%}
.opc:first-of-type .step-title a { display:block;height:1px;border-bottom:1px dashed #ccc; width:100%; text-indent:-3000px; position: absolute;top:15px;z-index: 0}
.opc:first-of-type .allow .step-title a {}

#opc-login p.required { display:none; }
#opc-login h3 { margin-bottom:18px; }
#opc-login .col-2 { float:left; }
#opc-login .col-2 form fieldset h4 { display:none; }
#opc-login .col-2 { display:block; width:300px; }
#opc-login .col-2 fieldset { width:300px; }
#opc-login .col-2 .input-box { width:188px; margin:0; float:left; }
#opc-login .col-2 .input-text { width:182px; }
#opc-login .col-2 .form-list label { text-align:left; }
#opc-login .col-2 .form-list label { width:110px; }
#opc-login .form-list li.control label { float:none; }
#opc-login .form-list li.control input { margin:0 8px 0 0; }
#opc-login .col-1 { float:right; }
#opc-login .col-1 { width:290px; }
#opc-login .col-1 h4,#opc-login .col-1 .ul { display:none; }

#checkout-step-review.step { width:645px; }
#opc-review .step { padding:30px 20px; border-top:1px solid #BBAFA0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 0; border:0; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-shipping_method .buttons-set { border-top:1px solid #E4E4E4; }
/* ================================= Solution by www.h-o.nl =============================== */
