/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

.clearer {
	clear:both;
}

td.active {
	background-color:rgba(187, 160, 188, 0.3) !important;
}

html,
body {
	font-size:80%;
}

body {
	background:url('../images/body.png') repeat-x bottom left;
	font:1em Arial, Helvetica, sans-serif; 
	color:#2f2f2f; 
	text-align:left; 
	}
	
.item-list ul li { list-style:none !important; margin:0 !important; }

.wrapper {
	background:url('../images/elles.png') no-repeat center top;
}
.category-activity-play .wrapper				{ background-image:url(../images/elles-activity.png); }
.category-feeding .wrapper						{ background-image:url(../images/elles-feed.png); }
.category-bathtime .wrapper					{ background-image:url(../images/elles-bath.png); }
.category-potty-toilet .wrapper					{ background-image:url(../images/elles-potty.png); }
.category-bedtime .wrapper						{ background-image:url(../images/elles-bed.png); }
.category-babywear .wrapper						{ background-image:url(../images/elles-babywear.png); }
.category-out-about .wrapper					{ background-image:url(../images/elles-outabout.png); }
.category-safety .wrapper						{ background-image:url(../images/elles-safety.png); }
.category-offers .wrapper						{ background-image:url(../images/elles-offers.png); }
.page-forum .wrapper,
.page-parenting-topics .wrapper,
.page-pregnancy-parenting-and-you .wrapper		{ background-image:url(../images/elles-purples.png); }

img           	{ border:0; vertical-align:top; }

a             	{ color:#444444; text-decoration:underline; }
a:hover       	{ text-decoration:none; }
:focus        	{ outline:0; }



/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; }
h1            { font-size:1.8em; }
h2            { font-size:1.6em; }
h3            { font-size:1.4em; }
h4            { font-size:1.2em; }
h5            { font-size:1em; }
h6            { font-size:1em; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
thead .a-center 	{ text-align:right !important; }
thead .cart-qty-col	{ text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
span.ext,
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }

#block-site-2,
.limiter {
	background:url('../images/main-bg.png') repeat-y top center;
	margin:0 auto;
	width:940px;
	padding-left:19px !important;
	padding-right:19px !important;
}
#category-limiter { position:relative; background:url(../images/shadow.png) bottom no-repeat; padding-bottom:14px; }
#category-limiter.no-desc,
#online-store #category-limiter { background-image:none; }
.main { padding-bottom:10px; }
/* ======================================================================================= */


/* Layout ================================================================================ */
/*.wrapper { min-width:954px; }*/
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }


/* Base Columns */
.col-left { float:left; width:190px; padding:10px; background:#f2f2f2; }
.col-main { float:left; width:700px; padding:0 0 1px; clear:both; }
.col-right { float:right; width:300px; margin-left:10px; }

/* 1 Column Layout */
.col1-layout .col-main 	{ float:none; width:940px; margin:0 auto; }
.cms-home .col-main		{ padding-top:10px; }
/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main { width:630px; }

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:440px;  }
.cart-collaterals .col2-set .col-1 { display:none;}
.col2-set .col-2 { float:right; width:440px; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0; }
.links li.last { background:none; padding-right:0; }
.link-wishlist,
.link-cart { font-size:1.4em; }
.link-print,
.link-reorder 
{
	font-weight:bold; 
	color:#6F5A74 !important; 
	background:;
	background:-webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(224,224,224)), color-stop(0.82, rgb(237,237,237)));
	background:-moz-linear-gradient(center bottom, rgb(224,224,224) 0%, rgb(237,237,237) 82% );
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	padding:3px 9px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;

 }
.link-print:hover,
.link-reorder:hover	{ color:#000 !important; } 
.link-compare { font-weight:bold; }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_remove.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
/*.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }*/

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }


/* Form Elements */
input,select,textarea,button 						{ font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }

.checkout-onepage-index table.container input,
input.input-text,
input.form-text,
select,
textarea 					
{
	background:#e2e2e2 url(../images/input.png) top repeat-x; 
	border:1px solid rgba(0, 0, 0, 0.4); 
	color:#707070;
	padding:5px;
	text-shadow:0 1px 1px #fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.checkout-onepage-index table.container input:focus,
input.input-text:focus,
input.form-text:focus,
select:focus,
textarea:focus
{
	background:#ebebeb url(../images/input-focus.png) top repeat-x;
	color:#333;
	text-shadow:0 0 0;
}

#op-PMMakePayment { background:none; border:none 0; padding:0; }

select 												{ background-image:none; }
select option 										{ padding-right:10px; }
select.multiselect option 							{ border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child 				{ border-bottom:0; }
textarea 											{ overflow:auto; }
input.radio 										{ margin-right:3px; }
input.checkbox 										{ margin-right:3px; }
input.qty 											{ width:20px !important; text-align:center; }
button.button::-moz-focus-inner 					{ padding:0; border:0; } /* FF Fix */
button.button 										{ -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */

#add-child a,
#forum-login a,
.forum-links a,
.back-link a,
#block-views-news-block_3 .article-read-more a,
#block-magentoblocks-3 .article-read-more a,
#block-magentoblocks-3 #view-pregnancy-section a,
#block-magentoblocks-3 .competition-read-more a,
.btn-remove2,
a.link-cart,
#edit-submit,
#edit-submit-1,
#edit-preview,
span.previous-page,
.details-button,
#view-more-essentials,
#add-another-baby,
#logged-in-actions li a,
.print-button a,
button.button,
#search_mini_form input.button,
.box-info .box a,
.reply-link a,
button.create-button,
button.login-button,
button.button-facebook,
.my-account .box-head a,
#enter-inline,
#general-sitemap a,
#category-sitemap a,
.view-competitions .view-past-entries a,
.cms-index-noroute .col-right .actions a,
#block-site-1 #competition-summary	.view-competitions .views-field-nothing a
{
	overflow:visible; 
	width:auto; 
	border:1px solid #a00000; 
	background:#9a2020 url(../images/button-grad-red.jpg) repeat-x top; 
	font-weight:bold;
	text-align:center; 
	margin:0; 
	color:#fff;
	cursor:pointer;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
	
}

#add-child a,
#forum-login a,	
.forum-links a,
.print-button a,
#block-views-news-block_3 .article-read-more a,
#block-magentoblocks-3 .article-read-more a,
#block-magentoblocks-3 #view-pregnancy-section a,
#block-magentoblocks-3 .competition-read-more a,
.btn-remove2,
#enter-inline,
.box-info .box a,
span.previous-page,
.details-button,
.reply-link a,
.back-link a,
#add-another-baby,	
button.button-facebook,
#view-more-essentials,
#logged-in-actions li a,
#edit-submit,
#edit-submit-1,
#edit-preview,
#general-sitemap a,
#category-sitemap a,
a.link-cart,
.my-account .box-head a,
button.button,
button.create-button span,
#search_mini_form input.button,
button.login-button span,
.cms-index-noroute .col-right .actions a,
.view-competitions .view-past-entries a,
#block-site-1 #competition-summary	.view-competitions .views-field-nothing a {
	padding:3px 9px; 
	white-space:nowrap; 
	color:rgba(255, 255, 255, 0.8);
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.7);
}

#forum-login a:hover,	
.forum-links a:hover,
.print-button a:hover,
.btn-remove2:hover,
#enter-inline:hover,
.box-info .box a:hover,
span.previous-page:hover,
.details-button:hover,
.reply-link a:hover,
.back-link a:hover, 
#add-another-baby:hover,	
button.button-facebook:hover,
#view-more-essentials:hover,
#logged-in-actions li a:hover,
#edit-submit:hover,
#edit-submit-1:hover,
a.link-cart:hover
#edit-preview:hover,
.my-account .box-head a:hover,
button.button:hover,
button.create-button span:hover,
#search_mini_form input.button:hover,
button.login-button span:hover,
.cms-index-noroute .col-right .actions a:hover,
.view-competitions .view-past-entries a:hover,
#block-site-1 #competition-summary .view-competitions .views-field-nothing a:hover 	{ color:#fff; }

#block-magentoblocks-3 a															{ text-decoration:none; }
#block-magentoblocks-3 a:hover														{ color:#000; }

.box-info .box a,
#logged-in-actions li a { float:left; margin-right:10px; }
.my-account .box-head a { float:right; }
.btn-remove2 
{
	background:url(../images/button-grad-remove.png) top left no-repeat #313131;
	padding-left:30px;
	border-color:#121212;
	display:block;
}

button.button span {
	display:block;
}
.product-shop .product-stock .btn-cart { float:right; margin-top:10px; }
.catalog-category-view .product-shop .product-stock .btn-cart { font-size:1.4em; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; font-weight:bold; z-index:0; }
.form-list label.required {}
.form-list label.required em { display:none; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both;  }
#shipping-zip-form .form-list li {width:340px;}
.form-list input.input-text { width:250px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.cart .form-list li.wide .input-box { width:280px; }
.form-list li.wide input.input-text { width:400px; }
.form-list li.wide textarea { width:400px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.customer-address-form .input-box { width: 260px !important; }
.customer-address-form .input-box .input-text { width: 254px !important; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; clear:both; }

button.login-button,
button.create-button,
.buttons-set button.button-facebook,
.buttons-set button.button { float:right; margin-left:5px; }
#checkout-register-button { float:left; clear:both; }
button.login-button { font-size:1.6em; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.wishlist-index-index #form-validate .validation-advice { width:320px; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; font-weight:bold; color:#f96666; }
.validation-failed:focus	{ color:#930000; background:#FAFCF9; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.form-item input.error, .form-item textarea.error, .form-item select.error { border:1px dashed #EB340A !important; color:#d96666; background:none #FAEBE7;  }
.form-item input.error:focus, .form-item textarea.error:focus, .form-item select.error:focus { color:#930000; background:#FAFCF9; }
.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg 
{
	background-position:right -15px !important;
	background-repeat:no-repeat !important;
	border-style:solid !important;
	border-width:1px !important;
	color:#fff; 
	font-weight:bold;
	margin:0 0 10px 0;
	padding:10px !important;
	position:relative;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.5);
	z-index:500;
}
.error-msg a,
.success-msg a,
.note-msg a,
.notice-msg a 	{ text-shadow:0 1px 2px rgba(255, 255, 255, 0.4); }

.error-msg 		{ border-color:#7e1a1a; background-color:#9a2020; }
.success-msg 	{ border-color:#abba59; background-color:#bdc97d; }
.note-msg,
.notice-msg 	{ border-color:#bb885a; background-color:#caa27e; }
#share-wishlist .messages	{ width:50%; clear:both; }

/* BreadCrumbs */
.breadcrumbs { line-height:1.25em; clear:both; padding-top: 1px; position:relative; z-index:100; }
.breadcrumbs ul { float:left; }
.breadcrumbs .breadcrumb-end, 
.breadcrumbs .breadcrumb-start 
{
	background:url("../images/breadcrumb-start.png") repeat scroll 0 0 transparent;
	display:block;
	float:left;
	height:30px;
	margin-bottom:10px;
/*	top:-4px;*/
	width:10px;
}
.breadcrumbs .breadcrumb-end 
{
	background-image:url("../images/breadcrumb-end.png");
}
.breadcrumbs li a { background:url(../images/breadcrumb-grey.png) top repeat-x transparent; }
.breadcrumbs li 
{
	display:block;
	float:left; 
	 
/*	margin-right:5px; */
	margin:0;
}
.breadcrumbs .home	a{ background-image: url(../images/breadcrumb-white.png); }
.breadcrumbs span.first,
.breadcrumbs span.last,
.breadcrumbs span.seperate 
{
	background:url("../images/breadcrumb-seperate-2.png") no-repeat scroll 0 0 transparent;
	float:left;
	display:block;
	height:30px;
/*	left:-5px;
	margin-right:-9px;*/
	text-indent:-10000px;
/*	top:-4px;*/
	width:38px;
}

.breadcrumbs span.first 	{ float:left; display:block; background-image:url("../images/breadcrumb-seperate-1.png"); }
.breadcrumbs span.last		{ 
	background-image:url("../images/breadcrumb-seperate-3.png"); 
	display:block; 
	float:left;
	}
.breadcrumbs span.onlylast	{ background-image:url("../images/breadcrumb-seperate-4.png"); }

.breadcrumbs li.last		{ 
	background-image:url(../images/breadcrumb-black.png); 
	color:#fff;
	display:block;
	float:left;
	padding:5px 10px 8px;
	margin-right:0; 
	}	
.breadcrumbs li strong 	{ font-weight:bold; }
.breadcrumbs a			{ color:#444 !important; float:left; display:block; padding:5px 10px 8px;}
.breadcrumbs a:hover	{ color:#000 !important;  }
	
/* Page Heading */
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.not-front .pager { float:right; text-align:center; margin:0 0 10px; }
.not-front .pager a, 
.not-front .pager strong.pager-current { display: block; }
.not-front .pager ul { float: left ; display: inline ; clear:none ; }
.not-front .pager li { background:#bba0bc; float:left; margin-left:5px; clear: none ; }
.not-front .pager .pager-first { margin-left:0; }
.not-front .pager a 
{	padding:3px 7px ;
	font-weight:bold;
	margin-left:2px ;
	text-decoration:none ;
	color:#ddd !important;
	
}
.not-front .pager a:hover { color:#fff !important; background:#bba0bc ; }
.not-front .pager-current { 
	color:#bba0bc !important;
	background:#fff !important;
	padding:3px 7px !important;
	margin-left:5px;
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5);
}
.not-front .display_count { float:left; width:300px; }

.pager { margin:10px 0; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; width:auto; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:2px 5px; margin:0 0 1px; vertical-align:middle; }
#product-information-content .pager .pages { float:right; }
.pager .pages ol { display:inline; }
.pager .pages li 
{
	background:#aaa;
	float:left;
	font-weight:bold;
	display:block; 
	margin:0 2px; 
	padding:2px 7px;
}
.category-activity-play .pager .pages li		{ background:#7dbdc9; }
.category-feeding .pager .pages li				{ background:#7d8ac9; }
.category-bathtime .pager .pages li			{ background:#a27dc9; }
.category-potty-toilet .pager .pages li			{ background:#c97dbd; }
.category-bedtime .pager .pages li				{ background:#c97d8a; }
.category-babywear .pager .pages li				{ background:#c9a27d; }
.category-out-about .pager .pages li			{ background:#bdc97d; }
.category-safety .pager .pages li				{ background:#8ac97d; }
.category-offers .pager .pages li				{ background:#7dc9a2; }
.pager .pages li a								{ color:#fff; text-decoration:none; }
.category-activity-play .pager .pages .current			{ color:#7dbdc9; }
.category-feeding .pager .pages .current				{ color:#7d8ac9; }
.category-bathtime .pager .pages .current				{ color:#a27dc9; }
.category-potty-toilet .pager .pages .current			{ color:#c97dbd; }
.category-bedtime .pager .pages .current				{ color:#c97d8a; }
.category-babywear .pager .pages .current				{ color:#c9a27d; }
.category-out-about .pager .pages .current				{ color:#bdc97d; }
.category-safety .pager .pages .current					{ color:#8ac97d; }
.category-offers .pager .pages .current					{ color:#7dc9a2; }
.pager .pages .current 									{ background:#fff !important; -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5); -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5); }

.pager .pages strong { display:none; }

/* Sorter */
.sorter { background:#fff; font-size:11px; padding:5px 10px; margin-bottom:10px; }
.toolbar-bottom .sorter { margin-bottom:0; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}
.view-total-action a 
{
	text-decoration:none; 
	color:#ddd; 
	padding:3px 8px; 
	background:#666;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
.view-total-action a:hover { color:#fff; text-shadow:0 1px 2px rgba(0, 0, 0, 0.6); } 

/* Data Table */
/*.data-table { width:100%; border:1px solid #bebcb7; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded; }
.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background:url(../images/bkg_th.gif) repeat-x 0 100% #d9e5ee; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { background:url(../images/bkg_tfoot.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#dee5e8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }*/
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */

/* Worldpay */

.checkout-onepage-index table.container 			{ padding:10px; background:#fff; width:610px; }
.checkout-onepage-index table.container td span,
.checkout-onepage-index table.container td 			{ color:#444 !important; }
.checkout-onepage-index table.container td 			{ padding:4px; }
.checkout-onepage-index table.container h1			{ color:#bba0bc; }
.checkout-onepage-index table.container td.two		{ background:none; padding:5px; }
.checkout-onepage-index table.container td.three span,
.checkout-onepage-index table.container td.three 	{ color:#fff !important; background:#bba0bc; padding:5px; }

/* Header ================================================================================ */
.logo { float:left; }
/*.header { width:930px; margin:0 auto; padding:10px; text-align:right; position:relative; z-index:10; }*/

.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .logo img {
	display:block;
}

.header .quick-access 											{ float:right; padding:10px; }
.header .welcome-msg 											{ margin:0; color:#fff; text-align:right; }
.header .form-search 											{ height:21px; padding:3px 4px; }
.header .form-search label 										{ display:none; }
.header .form-search input.input-text 							{}
.header .form-search button.button								{ float:left; }
.header .form-search button.button span 						{ border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span 					{ background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete 						{ z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul 					{ border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li 					{ text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount 			{ float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd 				{ background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected 			{ background-color:#f7e8dd; }
.header .form-language 											{ clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label 									{ font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select 									{ padding:0; }
.header .form-language select.flags option 						{ background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links 													{ float:right; margin:0 0 6px; }
.header .links li 												{ float:left; font-size:11px; background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header .links a 												{ color:#ebbc58; }
.header-container .top-container 								{ clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a 								{ font-size:11px; color:#ebbc58; }

/********** < Navigation */

#nav { 
	background:url('../images/main-nav.png') no-repeat;
	clear:both;
	display:block;
	width:978px; 
	height:30px;
	padding:12px 0 5px;
	position:relative;
	margin:0 -19px;  
	z-index:999;
	 }
	 
.category-activity-play #nav 			{ background-image:url(../images/main-nav-activity.png); }
.category-feeding #nav					{ background-image:url(../images/main-nav-feeding.png); }
.category-bathtime #nav					{ background-image:url(../images/main-nav-bathtime.png); }
.category-potty-toilet #nav				{ background-image:url(../images/main-nav-potty.png); }
.category-bedtime #nav					{ background-image:url(../images/main-nav-bedtime.png); }
.category-babywear #nav					{ background-image:url(../images/main-nav-babywear.png); }
.category-out-about #nav				{ background-image:url(../images/main-nav-outabout.png); }
.category-safety #nav					{ background-image:url(../images/main-nav-safety.png); }
.category-offers #nav					{ background-image:url(../images/main-nav-offers.png); }
.page-forum #nav,
.page-parenting-topics #nav,
.page-pregnancy-parenting-and-you #nav 	{ background-image:url("/skin/frontend/tippitoes/default/images/main-nav-purple.png"); }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li 					{ float:left; text-align:left; padding-right:7px; padding-left:5px; background:url('../images/div.png') no-repeat right 5px; height:25px; }
#nav li.last				{ background:none; padding-right:17px; }
#nav li.first				{ padding-left:17px; }
#nav 
#nav li.over				{ z-index:998; }
#nav a,
#nav a:hover 				{ display:block; line-height:1.3em; text-decoration:none; }
#nav span 					{ display:block; white-space:nowrap; }
#nav li ul span 			{ white-space:normal; }
#nav ul li.parent a 		{ background:url(../images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a 		{ background-image:none; }

/* 0 Level */
#nav li { float:left; }

#nav li a.active,
#nav li.active a	 { color:#000; text-shadow:0 1px 1px #fff; }

.level0 li a.active,
.level0 li.active a
{
	background:#fff; 
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 1px 2px #444;
	-moz-box-shadow:0 1px 2px #444;
	-webkit-box-shadow:0 1px 2px #444;
}
#parentnav a,
#nav a { float:left; padding:5px 12px 6px 8px; color:#fff; text-shadow: rgba(0, 0, 0, 0.6) 0 1px 1px; font-size:1.1em; }

.category-babywear #nav a,
.category-out-about #nav a,
.category-safety #nav a,
.category-offers #nav a { color:rgba(0, 0, 0, 0.85); text-shadow:rgba(255, 255, 255, 0.5) 0 1px 1px; }

.category-babywear #header-top-nav a,
.category-out-about #header-top-nav a,
.category-safety #header-top-nav a,
.category-offers #header-top-nav a,
.category-babywear .footer a,
.category-out-about .footer a,
.category-safety .footer a,
.category-offers .footer a { color:rgba(0, 0, 0, 0.8); }

#nav a:hover 
{
	color:#000 !important; 
	text-shadow:0 1px 1px #fff !important; 
	background:rgba(255, 255, 255, 0.8);
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow:0 1px 2px #444;
	-moz-box-shadow:0 1px 2px #444;
	-webkit-box-shadow:0 1px 2px #444;
}

#nav .nav-1-9 a:hover,
#nav .nav-1-8 a:hover,
#nav .nav-1-7 a:hover,
#nav .nav-1-6 a:hover,
#nav .nav-1-5 a:hover,
#nav .nav-1-4 a:hover,
#nav .nav-1-3 a:hover,
#nav .nav-1-2 a:hover,
#nav .nav-1-1 a:hover 
{
	height:24px;
	border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	margin-bottom:-6px;
	
}
.page-node #nav .nav-1-9 a:hover,
.page-node #nav .nav-1-8 a:hover,
.page-node #nav .nav-1-7 a:hover,
.page-node #nav .nav-1-6 a:hover,
.page-node #nav .nav-1-5 a:hover,
.page-node #nav .nav-1-4 a:hover,
.page-node #nav .nav-1-3 a:hover,
.page-node #nav .nav-1-2 a:hover,
.page-node #nav .nav-1-1 a:hover,
.page-user #nav .nav-1-9 a:hover,
.page-user #nav .nav-1-8 a:hover,
.page-user #nav .nav-1-7 a:hover,
.page-user #nav .nav-1-6 a:hover,
.page-user #nav .nav-1-5 a:hover,
.page-user #nav .nav-1-4 a:hover,
.page-user #nav .nav-1-3 a:hover,
.page-user #nav .nav-1-2 a:hover,
.page-user #nav .nav-1-1 a:hover,
.page-forum #nav .nav-1-9 a:hover,
.page-forum #nav .nav-1-8 a:hover,
.page-forum #nav .nav-1-7 a:hover,
.page-forum #nav .nav-1-6 a:hover,
.page-forum #nav .nav-1-5 a:hover,
.page-forum #nav .nav-1-4 a:hover,
.page-forum #nav .nav-1-3 a:hover,
.page-forum #nav .nav-1-2 a:hover,
.page-forum #nav .nav-1-1 a:hover,
.page-parenting-topics #nav .nav-1-9 a:hover,
.page-parenting-topics #nav .nav-1-8 a:hover,
.page-parenting-topics #nav .nav-1-7 a:hover,
.page-parenting-topics #nav .nav-1-6 a:hover,
.page-parenting-topics #nav .nav-1-5 a:hover,
.page-parenting-topics #nav .nav-1-4 a:hover,
.page-parenting-topics #nav .nav-1-3 a:hover,
.page-parenting-topics #nav .nav-1-2 a:hover,
.page-parenting-topics #nav .nav-1-1 a:hover,
.page-pregnancy-parenting-and-you #nav .nav-1-9 a:hover,
.page-pregnancy-parenting-and-you #nav .nav-1-8 a:hover,
.page-pregnancy-parenting-and-you #nav .nav-1-7 a:hover,
.page-pregnancy-parenting-and-you #nav .nav-1-6 a:hover,
.page-pregnancy-parenting-and-you #nav .nav-1-5 a:hover,
.page-pregnancy-parenting-and-you #nav .nav-1-4 a:hover,
.page-pregnancy-parenting-and-you #nav .nav-1-3 a:hover,
.page-pregnancy-parenting-and-you #nav .nav-1-2 a:hover,
.page-pregnancy-parenting-and-you #nav .nav-1-1 a:hover {
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	height:auto;
}
#parentnav {
	float:right;
	margin-bottom:-7px;
	position:relative;
}
#nav li a.active:hover,
#nav li.active a:hover { color:#000; background:rgba(255, 255, 255, 1.0); }

#parentnav li {
	display:inline;
}

#parentnav li a {
	background:#a3a3a3 url('../images/tab-grad2.png') repeat-x;
	margin-left:10px;
	padding:10px 20px;
	border-right:1px solid #777;
	border-left:1px solid #777;
	border-top:1px solid #777;
	text-decoration:none;
	font-weight:normal;
	color:#3b3b3b;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.6);
}
#parentnav .nav-2 a span { background:url(../images/info-sign.png) left no-repeat; padding:5px 0 5px 27px; }
#parentnav li.active a {
	color:#fff;
	background:#6a676a url('../images/tab-grad.png') repeat-x;
	border-color:#333;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

.page-forum #parentnav li.active span,
.page-parenting-topics #parentnav li.active span,
.page-pregnancy-parenting-and-you #parentnav li.active span { background-image:url(../images/info-sign-white.png); }
.page-forum #parentnav li.active a,
.page-parenting-topics #parentnav li.active a,
.page-pregnancy-parenting-and-you #parentnav li.active a 	{ background-image:url(../images/tab-grad-purple.png); background-color:#837083; border-color:#837083; }
.category-activity-play #parentnav li.active a 				{ background-image:url(../images/tab-grad-activity.png); background-color:#57848c; border-color:#57848c; }
.category-feeding #parentnav li.active a					{ background-image:url(../images/tab-grad-feeding.png); background-color:#555a6f; border-color:#555a6f; }
.category-bathtime #parentnav li.active a					{ background-image:url(../images/tab-grad-bathtime.png); background-color:#71578d; border-color:#71578d; }
.category-potty-toilet #parentnav li.active a				{ background-image:url(../images/tab-grad-potty.png); background-color:#8c5784; border-color:#8c5784; }
.category-bedtime #parentnav li.active a					{ background-image:url(../images/tab-grad-bedtime.png); background-color:#8c5760; border-color:#8c5760; }
.category-babywear #parentnav li.active a					{ background-image:url(../images/tab-grad-babywear.png); background-color:#8d7158; border-color:#8d7158; }
.category-out-about #parentnav li.active a					{ background-image:url(../images/tab-grad-outabout.png); background-color:#848c57; border-color:#848c57; }
.category-safety #parentnav li.active a						{ background-image:url(../images/tab-grad-safety.png); background-color:#618c58; border-color:#618c58; }
.category-offers #parentnav li.active a						{ background-image:url(../images/tab-grad-offers.png); background-color:#578c71; border-color:#578c71; }

/* 1st Level */
#nav ul li,
#nav ul li.active 		{ float:none; margin:0; padding-bottom:1px; }

#nav ul a,
#nav ul a:hover 		{ float:none; padding:0; background:none; }
#nav ul li a 			{ font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div 				{ position:relative; top:47px; }
.level1-wrapper 		{ display:none; }
#nav div ul 			{ position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:0px; }

#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

/* Show menu */
#nav li.over .level1-wrapper { 
	background: url(../images/sub-nav-dropdown.png) bottom right no-repeat;
	padding:10px 10px 63px;
	left:9px; 
	position:absolute;
	min-height:180px;
	height:auto !important;
	height:180px;
	z-index:999; 
	display:block; 
	width:940px;
	zoom:1;
}

.category-activity-play #nav li.over .level1-wrapper	{ background-image:url(../images/sub-nav-dropdown-activity.png); }
.category-feeding #nav li.over .level1-wrapper			{ background-image:url(../images/sub-nav-dropdown-feed.png); }
.category-bathtime #nav li.over .level1-wrapper		{ background-image:url(../images/sub-nav-dropdown-bath.png); }
.category-potty-toilet #nav li.over .level1-wrapper		{ background-image:url(../images/sub-nav-dropdown-potty.png); }
.category-bedtime #nav li.over .level1-wrapper			{ background-image:url(../images/sub-nav-dropdown-bed.png); }
.category-babywear #nav li.over .level1-wrapper			{ background-image:url(../images/sub-nav-dropdown-babywear.png); }
.category-out-about #nav li.over .level1-wrapper		{ background-image:url(../images/sub-nav-dropdown-outabout.png); }
.category-safety #nav li.over .level1-wrapper			{ background-image:url(../images/sub-nav-dropdown-safety.png); }
.category-offers #nav li.over .level1-wrapper			{ background-image:url(../images/sub-nav-dropdown-offers.png); }

.level1-wrapper .category-summary						{ font-weight:bold; font-size:1.4em; }
.level0 .level2 a										
{
	color:#444444 !important; 
	text-shadow:none !important; 
	background:transparent !important;
	border-radius:0 !important;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	height:10px !important;
}
.level0 .level2 a:hover						{ color:#000 !important; }

.level1-1 span,
.level1-2 span,
.level1-3 span								{ font-weight:bold !important; }
.level2 span								{ font-weight:normal !important; }
.level2										
{
	height:23px;
	left:33px;
	list-style:disc outside none;
	padding-left:0 !important;
	position:relative;
	width:260px;
}
.level1 ul span								{ font-weight:bold; }
.level1 ul li span							{ font-weight:normal; }

#nav li.over .level1-wrapper li {
	background:none;
}

#nav .level1 ul { float:left; }

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub 		{ left:0; }
#nav li .shown-sub li.level1-0 				{ float:left; }
#nav li .shown-sub ul.level1-1 				{ left:0px; }
#nav li .shown-sub ul.level1-2 				{ left:100px; }
#nav li ul 									{ border:0 none; margin:0; padding:0; }

/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.col-left .block		{ margin-bottom:20px; }
.col-left .block-title 	{
	background:#C2C2C2;
	color:#FFFFFF;
	font-size:1.5em;
	margin:-10px 0 10px -10px;
	padding:5px 10px;
	width:190px;
}
.col-left .narrow-by .adj-nav-dt 
{
	background:url(../images/open-close.png) 160px -108px no-repeat; 
	color:#000;
	font-weight:bold;
	font-size:1.2em;
	margin:10px 0; 
}
.col-left .narrow-by .adj-nav-dt-selected
{
	background:url(../images/open-close.png) 160px 6px no-repeat; 
	
}
div.narrow-by a.adj-nav-clear {
	position:relative;
	top:3px;
}
.col-left .narrow-by #adj-nav-filter-age_range,
.col-left .narrow-by #adj-nav-filter-color,
.col-left .narrow-by #adj-nav-filter-price, 
.col-left .narrow-by #adj-nav-filter-cat 
{
	background:url(../images/sidebar-seperator.png) bottom no-repeat; 
	padding-bottom:35px;
}

.col-left a			{ color:#777777; text-decoration:none; }
.col-left a:hover	{ color:#444444; text-decoration:underline; }


/* Block: Cart */
.block-cart .block-title 					{ /*border-bottom:0;*/ }
.block-cart .summary 						{ background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount 						{ margin:0; }
.block-cart .amount a 						{ font-weight:bold; }
.block-cart .subtotal 						{ margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price 				{ font-weight:bold; }
.block-cart .actions 						{ border-bottom:1px solid #c2c2c2; }

/* Block: Wishlist */
.block-wishlist .actions 						{ text-align:right; }
.block-wishlist .actions a 						{ float:none; }

/* Block: Related */
.block-related input.checkbox 					{ float:left; }
.block-related .product 						{ margin-left:20px; }

/* Block: Compare Products */
.block-compare button.button span 				{ border-color:#406a83; background:#618499; }
.page-popup .link-print 						{ background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#FFFFFF; }
.compare-table 									{ border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td 				{ border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove 						{ float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th 						{ background:#d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td 						{ padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last 					{ border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td 				{ border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td 				{ background:#fffada; text-align:center; }
.compare-table tr.first td 						{ text-align:center; }
.compare-table tr.first td .product-name 		{ font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a 		{ color:#203548; }
.compare-table tr.first td .ratings 			{ width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p 				{ margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong 				{ background-image:url(../images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong 			{ background-image:url(../images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong 				{ background-image:url(../images/i_block-poll.gif); }
.block-poll .block-subtitle 					{ font-size:12px; }
.block-poll label 								{ color:#777; font-weight:bold; }
.block-poll input.radio 						{ float:left; margin:1px -19px 0 0; }
.block-poll .label 								{ display:block; margin-left:18px; }
.block-poll li 									{ padding:3px 9px; }
.block-poll .actions 							{ margin:5px 0 0; }
.block-poll button.button span 					{ border-color:#406a83; background:#618499; }
.block-poll .answer 							{ font-weight:bold; }
.block-poll .votes 								{ float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong 				{ background-image:url(../images/i_block-tags.gif); }
.block-tags .block-content ul 					{ font-size:12px; padding:10px; }
.block-tags .block-content li 					{ display:inline; padding-right:4px; }
.block-tags .block-content a 					{ color:#1b2d3b; }
.block-tags .actions 							{ text-align:right; }
.block-tags .actions a							{ float:none; }

/* Block: Subscribe */
.block-subscribe .block-content 				{ padding:5px 10px; }
.block-subscribe .block-title strong 			{ background-image:url(../images/i_block-subscribe.gif); }
.block-subscribe label 							{ font-weight:bold; color:#666; }
.block-subscribe input.input-text 				{ display:block; width:167px; margin:3px 0; }
.block-subscribe .actions 						{ background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button 		{ float:none; }
.block-subscribe .actions button.button span 	{ border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong 				{ background-image:url(../images/i_block-list.gif); }
.block-reorder input.checkbox 					{ float:left; margin:2px -20px 0 0; }
.block-reorder .product-name 					{ margin-left:20px; }
.block-reorder .validation-advice 				{ margin:3px 9px 7px; }

/* Block: Banner */
.block-banner 									{ border:0; }
.block-banner .block-content 					{ padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong 				{ background-image:url(../images/i_ma-info.gif); }
.block-login .block-content 					{ padding:5px 10px; }
.block-login label 								{ font-weight:bold; color:#666; }
.block-login input.input-text 					{ display:block; width:167px; margin:3px 0; }
.block-login .actions 							{ background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span 		{ border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo 							{ display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a 						{ float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; clear:both; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}
#block-site-0 .category-image,
#block-site-0 .category-description { margin:0; clear:both; }

/* View Type: Grid */
.products-grid { border-bottom:1px solid #d9ddd3; background:url(../images/bkg_grid.gif) 0 0 repeat; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:125px; height:125px; margin:0 0 10px; padding:5px; border:1px solid #999; background:#fff; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-grid .product-name a { color:#203548; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { padding:12px 10px; }
.products-list li.item.last { margin-bottom:10px; }
.products-list .product-image { float:left; margin:0; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; }
.products-list .product-name a { color:#fff; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
/*.products-list .availability { float:left; margin:3px 0 0; }*/
.products-list .desc { clear:both; padding:6px 0 0; margin:0; line-height:1.35; }
.products-list .desc .link-more {
	background:url("../images/moreinfo.png") no-repeat scroll 0 0 transparent;
	color:#8C8C8C;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	padding:7px 0 11px 42px;
	text-decoration:none;
	width:80px;
}
.products-list .desc .link-more:hover { color:#444; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
.catalog-category-view .products-list .add-to-links { float:left; /*width:360px;*/ }
.more-colours	{ float:right; font-size:1.1em; margin:5px 0 0; padding-left:22px; background:url(../images/morecolors.gif) no-repeat left; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/rating.png) 0 100% repeat-x; }
.cms-home .rating-box .rating,
.cms-home .rating-box				{ background-image:url(../images/rating-white.png); }
.ratings .rating-box { float:left; margin-right:10px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; cursor:help; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0; }
.price-box .price { font-weight:bold; color:#444444; }

/* Regular price */
/*.regular-price { color:#444444; }
.regular-price .price { font-weight:bold; font-size:13px; color:#444444; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }*/

/* Old price */
.old-price { margin:0; }
.old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.old-price .price-label,
.special-price .price-label { display:none; }
.special-price .price { font-weight:bold; color:#444444; }
.cms-index-index .price-box .price,
.cms-index-index .special-price .price { color:#ffffff; }

#homepage-hero #featured_offers .special-price	{ padding:3px 0 0; }
#homepage-hero #featured_offers .special-price,
#homepage-hero #featured_offers .old-price		{ float:left; }
#homepage-hero #featured_offers .old-price		{ margin:5px 0 5px 8px; position:absolute; bottom:30px; left:-8px; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#FFFFFF;}
.minimal-price-link .price { font-weight:normal; color:#FFFFFF; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices 								{ bottom:-65px; position:absolute; width:120px; }
.tier-prices li 							{ text-align:left }

/* Add to Links */
.add-to-links 								{ font-size:11px; margin:5px 0 0; }
.add-to-links .separator 					{ display:none; }

/* Add to Cart */
.add-to-cart label 							{ float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart .qty 							{ float:left; margin-right:5px; }
.add-to-cart button.button 					{ float:left; }
.add-to-cart .paypal-logo 					{ clear:left; margin:0; padding:10px 0 0; text-align:right; }

/* Add to Links + Add to Cart */
.add-to-box 								{ margin:10px 0; }
.add-to-cart 								{ float:right; }
.add-to-box .or 							{ float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links 					{ float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li				{ display:block !important; text-align:right; }
.add-to-box .add-to-links li .separator 	{ display:none !important; }

.product-essential 							{ padding:10px; background:#fff 100% 0 no-repeat; margin-bottom:10px; }
.product-essential h2 						{ font:bold 13px/1.35 Arial, Helvetica, sans-serif; }
.product-essential form {display:block;}

.product-collateral 						{ background:#faf7ee url(../images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px; }
.product-collateral h2 						{ font-weight:bold; color:#444; border-bottom:1px solid #aaa; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral 		{ margin:0 0 25px; }

/* Product Images */
.product-view .product-img-box 								{ float:left; width:342px; }
.col3-layout .product-view .product-img-box 				{ float:none; margin:0 auto; }
.product-view .product-img-box .product-image 				{ margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom 			
{
	position:relative; 
	width:330px; 
	height:330px; 
	overflow:hidden; 
	z-index:9; 
	padding:6px; 
	padding:5px; 
	border:1px solid #999; 
	background:#fff; 
 }
.product-view .product-img-box .product-image-zoom img 		
{
	position:absolute; 
	left:0; 
	top:0; 
	cursor:move; 
}

.product-view .product-img-box .zoom-notice 				{ font-size:11px; margin:0 0 5px; 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)";/*IE8*/ 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 h2 				{ font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul 				{ margin-left:-9px }
.product-view .product-img-box .more-views li 				{ float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a 			{ float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.product-image-popup 										{ margin:0 auto; }
.product-image-popup .nav 									{ font-weight:bold; text-align:center; }
.product-image-popup .image 								{ display:block; margin:10px 0;  }
.product-image-popup .image-label 							{ font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop 								{ float:right; width:330px; }
.col1-layout .product-view .product-shop 					{ float:right; width:545px; clear:right; }
.col3-layout .product-view .product-shop 					{ float:none; width:auto; }
.product-view .product-shop .product-name 					{ margin:0 0 5px; }
.product-view .product-shop .product-name h1 				{ margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability 					{ margin:10px 0; }
.product-view .product-shop .short-description 				{ margin:10px 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
.product-view .product-shop .price-box 						{ margin:10px 0; }
.product-view .product-shop .add-to-links					{ margin:0; }
.product-view .product-shop .add-to-links 					{ font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator 	{ display:inline; }
.product-view .product-shop .add-to-links a 				{ font-weight:normal !important; }
#product-view .product-shop .link-wishlist 								{ color:#444; font-size:1em; }

/* Product Options */
.product-options 											{ margin:10px 0; padding:10px 15px 20px; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt 										{ padding:10px 0 0; font-weight:normal; }
.product-options dt label 									{ font-weight:bold; color:#2f2f2f; }
.product-options dt span.required 							{ color:#eb340a; }
.product-options dt .qty-holder 							{ float:right; margin-right:15px; }
.product-options dt .qty-holder label 						{ vertical-align:middle; }
.product-options dt .qty-disabled							{ background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd 										{ padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last 							{ border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text 						{ width:98%; }
.product-options dd input.datetime-picker 					{ width:150px; }
.product-options dd .time-picker 							{ display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea 								{ width:98%; height:8em; }
.product-options dd select 									{ width:99%; }
.product-options dd .multiselect option 					{ border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list 							{ margin-right:5px; }
.product-options ul.options-list li 						{ line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio 				{ float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox 			{ float:left; margin-top:3px; }
.product-options ul.options-list .label 					{ display:block; margin-left:18px; }
.product-options ul.options-list label 						{ font-weight:normal; }
.product-options ul.validation-failed 						{ padding:0 7px; }
.product-options p.note 									{ margin:0; font-size:11px; }
.product-options p.required 								{ margin-bottom:0; padding:15px 0 0; }
.adj-nav-progress 											{ left:-10px !important; width:210px !important; }
.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(../images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */

.cms-home .product-name { margin:0; font-size:1em; font-weight:normal; min-height:35px; height:auto!important; height:35px; }
.cms-home #product-view .product-name h1 {height:35px;}


/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#FFFFFF; }
.sitemap .parent-section			
{
	background:none repeat scroll 0 0 #e8e1ea;
	float:left;
	margin:0 10px 10px 0;
	min-height:145px;
	height:auto !important;
	height:145px;
	padding:10px;
	width:283px;
}
.sitemap .parent-section h2 { background:#d6c6d7; padding:10px; margin: -10px 0 10px -10px; width:283px; }
#category-sitemap,
#general-sitemap			{ float:right; }
.general-sitemap #content	{ padding:0; background:none transparent; width:940px !important; }
.general-sitemap h2,
.general-sitemap #content a	{ color:#444 !important; } 

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.checkout-onepage-index .page-title,
.cart .page-title 
{
	background:url(../images/cart-page-title.png) no-repeat right #9c9c9c;
	border-bottom:0 none;
	color:#fff;
	margin:-10px -10px 10px;
	padding:10px 10px 5px;
	width:920px;
	position:relative;
}
.checkout-onepage-index .page-title h1 { color:#fff; }
.cart-inner { padding:10px; background: url(../images/cartback.jpg) repeat-x top #fff; margin-bottom:10px; }
.cart .page-title h1 { margin:10px 0 0; }
.checkout-cart-index .cart { padding:10px; background:#c9c9c9; width:920px;}

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .buttons-set { clear:both; margin:10px 0; padding:0; border-top:0 none; text-align:right; }


/* Shopping Cart Table */
#shopping-cart-table						{ width:900px; }
#shopping-cart-table tbody					{ border-top:2px solid #444; width:100%; }
#shopping-cart-table thead tr th 			{ font-size:1.2em; font-weight:bold; }
#shopping-cart-table td						{ vertical-align:middle; }
#shopping-cart-table .product-code			{ margin-bottom:10px; font-size:1.2em; }
#shopping-cart-table .cart-price .price 	{ font-size:2.4em; font-weight:bold; }
#shopping-cart-table tbody .a-center 		{ border-right:1px dotted #9c9c9c; }
#shopping-cart-table tbody .last			{ border-left:1px dotted #9c9c9c; border-right:0 none; }
#shopping-cart-table tbody .even			{ background:#eee; }
.cart-minus-action,
.cart-plus-action	{ background:url(../images/minus.png) no-repeat; display: block; float:left; height:15px; position:relative; top:5px; text-indent:-10000px; width:16px; }
.cart-plus-action	{ background-image:url(../images/plus.png); float:right; }
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table td img	{ padding:5px; border:1px solid #999; background:#fff; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#406a83; background:#618499; }
.cart-product-desc-col .form-list li.wide textarea { width:254px; }
.cart-product-desc-col .form-list li				{ margin-top:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; width:900px; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:364px; }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */

.cart .discount				{ padding:10px 10px 25px; background:url(../images/discount-back.png) bottom no-repeat; float:right; width:339px; }
.cart .discount h2			{ color:#fff; }
.cart .discount .buttons-set button.button { float:left; margin-left:0; margin-top:10px; font-size:1.2em; }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:249px; }

/* Shopping Cart Totals */
.cart .totals 									{ float:left; background: url(../images/total-col.jpg) repeat-y; width:440px; }
.cart .totals tfoot								{ line-height:2.8em; }
.cart .shipping 								{ margin-bottom:3px;  text-align:left; }
.cart .shipping .shipping-form					{ float:left; }
input#postcode									{ width:auto; }
.cart .shipping .form-list select 				{ width:200px; }
.cart .shipping .form-list .input-box			{ clear:none; }
.cart .shipping .form-list label				{ float: left; margin-right:0; padding-top:5px; width:125px; }
#shopping-cart-totals-table td 					{ padding:2px 5px; }
#shopping-cart-totals-table td .price			{ font-size:2em; line-height:0.6em; padding-left:10px; }
/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:15px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
.checkout-onepage-success .col-main,
.checkout-onepage-index .col-main		{ padding:10px; background:#c9c9c9; width:610px; position:relative; }
.checkout-onepage-index .page-title 	{ width:610px; padding:5px 10px 0; }
#checkoutSteps button.button span span	{ font-weight:normal; text-shadow:0 1px 1px rgba(255, 255, 255, 0.4); color:rgba(0, 0, 0, 0.6); text-decoration:none; }

#checkout-review-table					{ background:#444; padding:10px; color:#fff; width:610px; }
#checkout-review-table thead tr			{ font-weight:bold; }
#checkout-review-table td				
{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #444444;
	color:#444444;
	padding:5px; 
}
#checkout-review-table .price			{ font-size:1.6em; }
#checkout-review-table tbody .a-center	{ font-weight:bold; font-size:1.4em; color:#900 !important; }
.checkout-onepage-success .page-title	{ width:610px !important; }
.checkout-onepage-success .print-button { position:absolute; right:10px; bottom:13px;  }
/********** < Common Checkout Styles */


/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-19px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#FFFFFF !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
/* Guest */

#checkout-step-login							{ padding:10px 0 10px 10px; }
#checkout-step-login .col2-set-top .col-1		{ width:300px; float:left; }
#checkout-step-login .col2-set .col-1,
#checkout-step-login .col2-set .col-2 			{ width:auto; float:none; }
#checkout-step-login .col2-set .col-1 h4		{ color:#444; }
#checkout-step-login .col2-set-top .col-2,
#checkout-step-login .col2-set .col-2 			{ background:rgba(0, 0, 0, 0.65); padding:10px; color:#fff; float:right; width:262px; }
#checkout-step-login .col2-set-top .col-2		{ padding-bottom:80px; }
#checkout-step-login .col2-set-top .col-2 label	{ color:#999; }
#checkout-step-login .col2-set .col-2 a			{ color:#bba0bc; font-size:1.2em; }
#checkout-step-login .col2-set .col-2 a:hover	{ color:#fff; }
#checkout-step-login .col2-set .col-2 label		{ color:#fff; }
#checkout-step-login .col2-set .col-2 .form-list input.input-text { width:249px; } 	

#billing-new-address-form .control 
{
	float:right;
	width:280px;
	margin-right:15px;
}
#billing-new-address-form .wide { float:left;}
.checkout-onepage-index .sidebar .block { background:#e7e0e9; }
.checkout-onepage-index .sidebar .block .block-title { padding:10px; background:#d6c6d7 url(../images/money-bee-purple.png) right 0 no-repeat; margin:-10px 0 10px -10px; width:280px; }
.checkout-onepage-index .sidebar .block .block-content	{ background:#fff; padding:10px; clear:both; }
.checkout-onepage-index .sidebar #shopping-cart-totals-table	{ float:right; }
.checkout-onepage-index .sidebar #shopping-cart-totals-table td .price { border-left: 0 none; }
#checkout-progress-wrapper .block-title 			{ background-image:url(../images/caterpillar.png); }
.form-list li.wide input.input-text {}

.checkout-onepage-index #block-block-2 { margin-top:0; }
.block-progress { width:280px; }
.block-progress .block-title {}
.block-progress .block-title strong {}
.block-progress .block-content {}
.block-progress dt {}
.block-progress dd {}
.block-progress dt.complete { border-bottom:1px solid #aaa; padding-bottom:5px; margin-bottom:5px; font-weight:bold; }
.block-progress dd.complete { margin-bottom:10px; padding-bottom:5px; border-bottom:1px dotted #ddd; }
.block-progress p {}

.opc .buttons-set {}
.opc .buttons-set p.required {}
.opc .buttons-set .back-link small {}
.opc .buttons-set .back-link a {}
.opc .buttons-set.disabled button.button {}
.opc .buttons-set .please-wait {}
.opc .ul {}

.opc { width:610px; }
.opc li.section {}

.opc .step-title { background:#9a9a9a; padding:5px; margin-bottom:2px; text-shadow:0 1px 1px rgba(255, 255, 255, 0.4); clear:both; }
.opc .step-title .number 
{
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	background:none repeat scroll 0 0 #444;
	color:#9a9a9a;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	margin-right:10px;
	padding:5px 10px;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:0 1px 1px rgba (0, 0, 0, 0.4);
	-webkit-box-shadow:0 1px 1px rgba (0, 0, 0, 0.4);
}
.opc .step-title h2 { float:left; }

.opc .allow .step-title {}
.opc .allow .step-title .number {}
.opc .allow .step-title h2 {}
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#fff; padding:5px; }
.opc .step-title a,
.opc .active .step-title .number 
{
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	background:none repeat scroll 0 0 #BBA0BC;
	color:#FFFFFF;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	margin-right:10px;
	padding:5px 10px;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
}

#baby-registration				{ padding:10px; background:#9c9c9c; color:#fff; }
#baby-registration label		{ color:#ddd; margin-bottom:5px; }
.register-baby-label label 		{ display:block; float:none; }
.register-baby-fields .field 	{ margin-bottom:10px; }
#register-baby-0-dob-day,
#register-baby-0-dob-month,
#register-baby-0-dob-year		{ width:89px; }

.opc .step-title a { float:right; font-size:1em;  }
.opc .active .step-title h2 {}
/*.opc .active .step-title a { display:none; }*/

.opc .step { padding:10px; background:url(../images/checkout-back.png) no-repeat 326px bottom ; }
.opc .step .tool-tip {}

#opc-login .buttons-set { border-top:0;}
#opc-login .col-1 .buttons-set { width:78px; float:left; clear:both;  } 
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1.2em; font-weight:bold; margin:0; color:#fff; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px;}
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#FFFFFF !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-create,
.account-login 					{ background:#e8e1ea; padding:10px; }
.account-login .new-users 		{ background:#fff; padding:10px; }
.account-create					{ background:#e8e1ea url(../images/account-create-elephant.png) right bottom no-repeat; }
.facebook-login					{ background:url(../images/facey-bee.png) right 50px no-repeat #e8e1ea; }
.facebook-login .new-users 		{ width:450px; }
.page-contact-us .page-title,
.customer-account-create h1,
.customer-account-login h1 															{ color:#fff; background:#d6c6d7; padding:10px; margin:-10px 0 10px -10px; width:920px; }
.customer-account-login #send2 														{ font-size: 1em; }
.account-create #form-validate														{ float:left; padding-top:10px; }
.account-create #form-validate .fieldset_personal 									{ width:493px;float:left; }
.account-create #form-validate .fieldset_personal .form-list input.input-text 		{ width:250px; }
.account-create #form-validate .fieldset_personal .control 							{ padding:10px; background:rgba(255,255,255,0.3); width:470px;}
.account-create #form-validate .fieldset_personal .seperator 						{ width:10px; float:left; }
.account-create #form-validate .fieldset_login										{ clear:both; }
.account-create #form-validate .fieldset_login .legend								{ color:#6F5A74; }
.account-create #form-validate .fieldset_login .form-list input.input-text			{ width:250px; }
.account-create #form-validate .buttons-set	.button									{ float:none; font-size:1.6em; margin-left:287px; }
.form-list .field 																	{ width:294px; float:left; }
.customer-account-create .form-list .field 											{ float:none; }
.customer-account-create .facebook-login											
{
	width:400px; 
	float:right; 
	background:#fff; 
	padding:10px; 
	-moz-border-radius:10px;
	-webkit-border-radius:10px; 
	-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.4); 
	-webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.4); 
}

.customer-account-create .facebook-login h1											{ width:400px; background:#004785; -moz-border-radius:10px 10px 0 0; -webkit-border-radius:10px 10px 0 0; }
.customer-account-create .facebook-login .new-users									{ background:none; width:380px; }
.customer-account-create .facebook-login .new-users	p								{ padding-right:70px; }

.register-intro			{ font-size:1.4em; background:rgba(255, 255, 255, 0.3); padding:10px; color:#444; }
.register-intro li		{ list-style:inside circle; font-size:0.7em; font-weight:bold; line-height:1.4em; color:#777; }

/* My Account ============================================================================= */

/* Order View */

.order-info { background:#e8e1ea; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items h2,
.order-items h3 { font-weight:bold; font-size:13px; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { float:right; color:#FFFFFF; font-weight:normal; }
.order-items p .link-print { float:none; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.wishlist-index-index .col-left { display:none; }
.page-stockist-finder .col-main,
.wishlist-index-index .col-main	{ float:left; width:920px; padding:10px; background:#c9c9c9; }
.checkout-onepage-success .page-title,
.page-stockist-finder .page-title,
.wishlist-index-index .my-wishlist .page-title 
{	background:none repeat scroll 0 0 #9a9a9a;
	color:#fff;
	margin:-10px 0 10px -10px;
	padding:10px;
	width:920px;
	position:relative;
}
.my-wishlist #wishlist-table thead						{ font-size:1.2em; }
.my-wishlist #wishlist-table .product-name				{ font-size:1.6em; font-weight:bold; height:auto; }
.my-wishlist #wishlist-table .product-name a			{ color:#444; text-decoration:none; }
.my-wishlist #wishlist-table .product-name a:hover		{ color:#000; }
.my-wishlist #wishlist-table .product-code				{ font-size:1.3em; }
.my-wishlist #wishlist-table .product-code .label		{ font-weight:normal; }
.my-wishlist form #wishlist-table						{ padding:10px; background:#fff; width:100%; }
.my-wishlist .no-wishlist-items,
.my-wishlist tr		 									{ padding:10px; background:#fff; }
#user-profile-babies .views-row-odd,
.my-wishlist tr.odd 									{ background:#eee; }
.my-wishlist .btn-cart									{ font-size:1.6em; margin-bottom:15px; }
.my-wishlist .btn-remove2								{ font-weight:normal; }
.my-wishlist .availability
{
	width:328px;
	padding:10px;
	height:78px;
}
.my-wishlist .in-stock { background:url('../images/in-stocklrg.png') no-repeat -55px top; }
.my-wishlist .out-of-stock { background:url('../images/out-stocklrg.png') no-repeat -55px top; }

.my-wishlist .no-wishlist-items	{ min-height:200px; background: #FFFFFF url(../images/no-items.jpg) right bottom no-repeat; font-size:1.6em; }
.my-wishlist td.buttons-column  { width:150px; }
.my-wishlist td.price-column	{ border-width:0px 1px; border-style:dotted; border-color:#aaa; width:150px; text-align:center; }
.giftwrap-available { padding:10px 0 10px 40px; background:url(../images/gift.png) left no-repeat; display:block; }
.my-wishlist .price-box .price { float:left; }

.aw-mini-related-items,
.wishlist-index-index .crosssell { padding:10px; background:#545454; zoom:1; }
.aw-mini-related-items .head,
.wishlist-index-index .crosssell h2 { color:#fff; }
.aw-mini-related-items	{ margin-top:10px; }

.aw-mini-related-items .aw-content .product-details .product-name,
.wishlist-index-index .crosssell .product-details .product-name { font-size:1.2em; min-height:41px; height:auto !important; height:41px; }
.aw-mini-related-items .aw-content .product-details a,
.wishlist-index-index .crosssell .product-details .product-name a { color:#ddd; }
.aw-mini-related-items .aw-content .product-details a:hover,
.wishlist-index-index .crosssell .product-details .product-name a:hover { color:#fff; }
.aw-mini-related-items .aw-content .price-box .price,
.wishlist-index-index .crosssell .price-box .price { color:#fff !important; float:left; font-size:1.3em; }
.aw-mini-related-items .aw-content .price-box .special-price,
.wishlist-index-index .crosssell .price-box .special-price			{ padding:0; }
.aw-mini-related-items .aw-content .price-box .old-price .price,
.wishlist-index-index .crosssell .price-box .old-price .price		{ margin-left:8px; padding-top:3px; font-size:0.9em; }
.aw-mini-related-items .aw-content .link-wishlist,
.wishlist-index-index .crosssell .link-wishlist						{ font-size:1.2em; font-weight:bold; color:#bba0bc; }
.aw-mini-related-items .aw-content .btn-cart,
.wishlist-index-index .crosssell .btn-cart 							{ margin-top:10px; float:left; clear:both; }

#share-wishlist 								{ background:#fff url(../images/share-elles.jpg) no-repeat 516px -4px; padding:10px; margin:10px 0; }
#share-wishlist .page-title						{ float:left; }
#share-wishlist #form-validate 					{ float:left; margin-left:20px; }
#share-wishlist button.button				 	{ float:right; font-size:1.6em; font-weight:normal; }
#share-wishlist #form-validate #email_address	{ height:13px; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; height:230px; }
.my-tag-edit .btn-remove { float:right; margin:5px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }
#review-form .form-add { background:url(../images/elephant-back.png) no-repeat right 15px; padding-right:350px; }
#review-form .form-add p { font-size:1.2em; }
#review-form .form-add .quality	{ clear:both; float:left; width:80px; font-weight:normal; }
#review-form .buttons-set button.button { float:left; }
#product-review-table			{ margin-bottom:10px; }
#product-review-table .value	{ padding:5px; text-align:center; }
#product-review-table tbody td,
#product-review-table thead th	{ border:1px solid rgba(0, 0, 0, 0.4); border-right:0 none; font-weight:bold; text-align:center; width:50px; }
#product-review-table tbody td	{ border-top:0 none; }
#product-review-table tbody td.last	{ border-right:1px solid rgba(0, 0, 0, 0.4); }
#product-review-table tbody tr th	{ padding:5px; border:1px solid rgba(0, 0, 0, 0.4); border-top:0 none; border-right:0 none; }
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
.onestar				{ background:#c9a7a0; }
.twostar				{ background:#c9b5a0; }
.threestar				{ background:#c9c3a0; }
.fourstar				{ background:#c1c9a0; }
.fivestar				{ background:#b3c9a0; border-right:1px solid rgba(0, 0, 0, 0.4) !important; }

/* Billing Agreements */
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */

/* content bottom ================================================================================ */

#block-magentoblocks-3 {
	background:#ddd;
	padding:10px;
  	clear:both;
  	margin-top:10px;
	height:263px;
}

#block-views-news-block_3,
#block-magentoblocks-3 #pregnancy-section,
#block-magentoblocks-3 #latest-news-article,
#block-magentoblocks-3 #latest-brochure,
#block-magentoblocks-3 #latest-article
{
	background:#ccc;
	border:5px solid #f0f0f0;
	float:left;
	padding:10px;
	min-height:230px;
	height:auto !important;
	height:230px;
	margin-right:10px;
	width:270px;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
}

#block-views-news-block_3 
{
	-moz-box-shadow:0 0 0;
	border-color:#FFFFFF;
	margin-left:10px;
	margin-right:0;
	margin-top:10px;
	min-height:0;
	position:relative;
}
#block-views-news-block_3 .block-title { display:none; }
#block-views-news-block_3 .article-read-more a { position:absolute; top:20px; right:20px; }

#block-magentoblocks-3 .article-read-more a { float:left; margin-top:10px; }
#block-magentoblocks-3 #pregnancy-section	
{
	background:url("../images/pregnancy.jpg") no-repeat scroll 0 0 transparent;
	color:#fff;
	padding:10px 122px 10px 10px;
	width:158px;
}
#block-magentoblocks-3 #latest-brochure
{
	color:#fff;
	padding:10px 10px 10px 10px;
	width:270px;
}

#block-views-news-block_3 .article-image a,
#block-magentoblocks-3 #latest-news-article .article-image a 
{
	-moz-border-radius:0 0 0 0;
	-moz-box-shadow:0 0 0;
	-webkit-border-radius:0 0 0 0;
	-webkit-box-shadow:0 0 0;
	border-radius:0 0 0 0;
	box-shadow:0 0 0;
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #999999;
	float:left;
	margin:5px 10px 0 0;
	padding:3px;
}

#block-magentoblocks-3 #pregnancy-section a { margin-top:0; }
#block-magentoblocks-3 #latest-article { margin-right:0; background:#d6c6d7; }
#block-views-news-block_3 .block-content,
#block-magentoblocks-3 #latest-news-article .view-id-news,
#block-magentoblocks-3 #latest-article .view-advice { padding:10px; background:#f5f5f5; color:#888; min-height:210px; height:auto !important; height:210px; }
#block-views-news-block_3 .block-content			{ min-height:0; }
#block-magentoblocks-3 #latest-news-article h3 a		{ color:#4b8792; text-decoration:none; }
#block-magentoblocks-3 #latest-news-article h3 a:hover	{ color:#444444; }
#block-magentoblocks-3 #latest-article .view-advice h3	{ color:#bba0bc; }
#block-magentoblocks-3 #latest-news-article h2,
#block-magentoblocks-3 #latest-article .view-advice h2	{ border-bottom:2px solid #444; color:#444; }
#block-magentoblocks-3 #latest-article .view-advice .article-read-more a { float:right; }
#awards
	{
		padding:5px; 
		background:#fff; 
		border-radius:10px; 
		-moz-border-radius:10px; 
		-webkit-border-radius:10px; 
		border:1px solid #ddd;  
		box-shadow:0 1px 2px rgba(255, 255, 255, 0.4); 
		-moz-box-shadow:0 1px 2px rgba(255, 255, 255, 0.4); 
		-webkit-box-shadow:0 1px 2px rgba(255, 255, 255, 0.4); 
}
#awards .view-awards	{ width:900px; margin:0 auto; }
#awards .view-awards ul { display:block; }
#awards .view-awards li { margin-right:10px !important; width:100px; float:left; clear: none; }
#awards .view-awards .views-row-last { margin-right:0 !important; }
#awards .views-row	{ padding:0; background:none; }
#awards .view-awards li .views-field-field-logo-fid { display:inline; }

/* Footer ================================================================================ */
.footer {
	background:url('../images/footer.png') no-repeat;
	width:958px;
	padding:20px 10px 30px;
	height:50px;
	margin:0 -19px;
	}
	
.page-pregnancy-parenting-and-you #footer .limiter 	{ padding:0 !important; }
.category-activity-play .footer 		{ background-image:url(../images/footer-activity.png); }
.category-feeding .footer				{ background-image:url(../images/footer-feeding.png); }
.category-bathtime .footer				{ background-image:url(../images/footer-bathtime.png); }
.category-potty-toilet .footer			{ background-image:url(../images/footer-potty.png); }
.category-bedtime .footer				{ background-image:url(../images/footer-bedtime.png); }
.category-babywear .footer				{ background-image:url(../images/footer-babywear.png); }
.category-out-about .footer				{ background-image:url(../images/footer-outabout.png); }
.category-safety .footer				{ background-image:url(../images/footer-safety.png); }
.category-offers .footer				{ background-image:url(../images/footer-offers.png); }

.footer .store-switcher 							{ display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label 						{ font-weight:bold; vertical-align:middle; }
.footer .store-switcher select 						{ padding:0; vertical-align:middle; }
.footer a 											{ color:#fff; text-decoration:none; }
.footer a:hover 									{ text-decoration:underline; }
.footer .bugs 										{ margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a 									{ color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover 								{ text-decoration:none; }
.footer address 									{ margin:0 0 20px; color:#ecf3f6; }
.footer address a 									{ color:#ecf3f6; text-decoration:underline; }
.footer address a:hover 							{ text-decoration:none; }
.footer ul 											{ display:inline; }
.footer ul.links 									{ display:block; }
.footer li 											{ display:inline; padding:0 7px 0 4px; border-right:1px solid #fff; }
.footer li.last 									{ background:none !important; padding-right:0 !important; border-right:0 none; }
.footer-container .bottom-container 				{ margin:0 0 5px; }

.footer-container,
#block-site-2										{ background-image:url(../images/main-bg-footer.png); padding-top:10px !important; }
#block-site-2 ul.menu li							{ line-height:1.8em; }
#block-site-2 #footer-level-1 #left-footer-menu,
#block-site-2 #footer-level-1 #accepted-payment,
#block-site-2 #footer-level-1 #twitter-block,
#block-site-2 #footer-level-1 #right-footer-menu 	
{
	border-right:1px solid #999999;
	float:left;
	margin-right:10px;
	min-height:160px;
	height:auto !important;
	height:160px;
	padding:10px;
	width:206px;
}
#footer-level-1 a									{ color:#686868; text-decoration:none; }
#footer-level-1 a:hover								{ color:#000000; }
#block-site-2 #footer-level-1 #right-footer-menu	{ margin-right:0; border-right:0 none; }
#block-site-2 #footer-level-1 #right-footer-menu ul	{ margin-bottom:20px; }
#block-site-2 #footer-level-1 #right-footer-menu li	{ list-style:inside url(../images/chev.png); }
.rss-feed											{ background:url(../images/rss.png) no-repeat; display:block; height:23px; width:24px; text-indent:-10000px; }
#block-site-2 #footer-level-1 #twitter-block h4		{ background:url(../images/footer-twitter-icon.png) right no-repeat; padding-bottom:4px; }
#block-site-2 #twitter-block .simple-tweet-created	{ padding-top:15px; font-size:11px; }
#footer-level2										{ clear:both; padding-top:10px; }
.payment-types										{ background: url(../images/payment-types-nopaypal.png) no-repeat; text-indent:-10000px; display:block; height:66px; width:178px; }
.world-pay a										{ background:url(../images/worldpay-logo.jpg) no-repeat; float:left; display:block; height:33px; margin-top:12px; text-indent:-10000px; width:109px; }
.secure-site										{ background:url("../images/secure.png") no-repeat left transparent; float:right; margin-top:15px; padding:5px 0 5px 24px; }
.simple-tweet-msg									{ color:#888; font-size:1.1em; }
.simple-tweet-msg a									{ color:#333; }
.twitter-follow										{ font-size:11px; float:right; margin-top:10px; width:207px; }
.twitter-follow a									{ text-indent:-10000px; display:block; background: url(../images/twitter-follow.png) 0 -28px no-repeat; float:right; width:55px; height:12px; margin-left:5px; }
.twitter-follow a:hover								{ background-position:0 0; }
.twitter-follow .facebook-link						{ background-image:url(../images/facey-b-follow.png); margin-left:0; }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/* === Dashboard ===*/
.dashboard .views-row { clear: both; }
.dashboard #profile-picture { padding-top:10px; }
.dashboard img { border: 1px solid #CCC; float: left; height: 125px; margin:0 10px; weight: 25px; width: 125px; }

/* === User profile ===*/
#user-profile-picture {
  float: left;
  margin-right: 10px;
}


/* ========= Search page ========== */

.catalogsearch-result-index .page-title { clear: left; float: none !important; width: 100% !important; }

.catalogsearch-result-index #search_mini_inner_form { float: none; }
.catalogsearch-result-index #search_mini_inner_form .form-search { padding: 10px 0; }
.catalogsearch-result-index #search_mini_inner_form p { float: left; padding: 5px 5px 0 0; }
.catalogsearch-result-index #search_mini_inner_form input { float: left; }

.catalogsearch-result-index .col-main { float: none !important; padding-top: 10px; width: 940px !important; }
.catalogsearch-result-index .category-products { width: 920px; }
.catalogsearch-result-index .category-products .products-list li.item { width: 900px; }

.catalogsearch-result-index .category-products .product-shop { width: 680px; }
.catalogsearch-result-index .category-products .product-shop .add-to-links { padding-bottom: 10px; }
.catalogsearch-result-index .category-products .product-shop .f-fix { width: 500px; }


.catalogsearch-result-index .products-list .product-name a { color: #000; }
