/**
 * 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.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* Layout ================================================================================= */
body, .wrapper { background-color:#f5b4d2;}
.page { width:890px; margin:0 auto; padding: 0px 0 10px 0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { background-color:#fff; }

/* Base Columns */ 
.col-left { float:left; width:234px;}
.col-main { float:left; width:646px; background-color:#ffffff; padding:0px; margin: 0px 0px 30px 0px !important; }
.col-right { float:right; width:230px; border:1px solid #ddd; padding:5px 5px 0; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout { background-color:#fff;}
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {margin:none;}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .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 ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000;  }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	overflow:visible; width:auto; border:0;  
	background: #F5B4D2; 
	border: 1px solid #E1ADC5; 
	cursor:pointer; 
	-webkit-border-fit:lines;  /* <- Safari & Google Chrome Fix */
}
button.button span { 
	padding:0 9px 0 9px; 
	text-align:center; 
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 18px;
	white-space:nowrap; 
	color:#3E2C25;
	background: #F5B4D2; 
	display: block; 
	height: 18px; 
}
button.button:active span {background: #3E2C25; color: #FFF !important;}
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
.highlight { /* background-color:#FEF6FA;  width:100%; */}
.highlight h3 { /* padding-left:10px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-weight:200; text-transform:uppercase; */}

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select { padding-left:15px;}
.group-select li { margin:0 0 5px; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; text-transform:uppercase; font-weight:200; }
.group-select li.even{ background:none; font-weight:200;}
.group-select label { font-weight:200; color:#3f2c25; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:520px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; }
.buttons-set .back-link { font-family: Arial, Helvetica, sans-serif; color: #EA7CAE; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; text-align: center; padding: 0px 9px 0px 0px; border: 1px solid #FCECF4; margin-top: 10px; background: #FCECF4; display: block; width: 50px; height: 18px; float: left; }
.buttons-set .back-link { margin: 1px 10px 0px 0px; }
.buttons-set button.button { /*float:right;*/ }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:0px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#F0B4D2; }
p.required { font-size:10px; text-align:right; }
/* 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:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin: 0px 19px 10px 0px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:12px !important; font-weight:bold !important; font-family: "Lucida Sans", "Lucida Grande", sans-serif; text-transform: uppercase; }
.error-msg { border-color:#f16048; background-color:#faebe7; /*background-image:url(../images/error_msg_icon.gif);*/ background-image:url(../images/icon_errorMsg.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color: #fd8791; margin: 20px 19px 20px 19px !important; background-color: #fcf4f3; /*background-image:url(../images/note_msg_icon.gif);*/ background-image:url(../images/icon_errorMsg.gif); color: #a58088; clear: left; }

/* BreadCrumbs */ 
.breadcrumbs { padding-bottom:10px; background:#ffffff;}
.breadcrumbs ul {margin-left: 295px; background-image:url(../images/block.jpg); background-repeat:repeat-x;}
.breadcrumbs li { display:inline; color:#382622; text-transform:uppercase; font-weight:100; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; }
.breadcrumbs li a { text-decoration:none; color:#cc92aa; }

/* Page Heading */
.page-title { padding:0 0 5px; margin:0 0 10px; background-color:#fff;  }
.page-title h2{ font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; font-size: 14px; letter-spacing: 2px;color:#3f2c25; text-transform:uppercase; padding-top:21px; padding-left:19px;}
.title-buttons { text-align:right; }
.title-buttons h2 {}
.title-buttons h3,
.title-buttons h4,*
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager { padding:0px 0px 0px 0px; margin:10px 0 5px 0; text-align: right; }
.pager .amount { font-size: 8px; display: inline; color: #666666; text-transform: uppercase; letter-spacing: 1px; }
.pager .itemCount  { font-size: 11px; color: #3E2C25  }
.pager .limiter { font-size: 8px; color: #666666; text-transform: uppercase; letter-spacing: 1px; margin-left: 20px; display: inline; position: relative; top: 7px; }
.pager .pages { margin: 0px 0px 0px 20px; display: inline; }
.pager .pages a{ color: #996666; text-decoration: none; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages li img { display: inline-block; }
.pager .pages .current {} 

/* Sorter */ 
.sorter { margin:5px 0; background: url(../images/bkg_sorter.gif) bottom left repeat-x; }
.sorter th { background: url(../images/bkg_sorter.gif) repeat-x #fcedf4; padding-top:9px; padding-left:1px; font-size:7px; height:24px; }
.sorter th.showOnly { padding-left: 10px; }
.sorter th.showOnly label {display: block; text-indent: -9999px; height: 7px; width: 56px; background: url(../images/text_show_only.gif) center no-repeat;}
.sorter th.sortBy { padding-left: 10px; }
.sorter th.sortBy label {display: block; text-indent: -9999px; height: 7px; width: 37px; background: url(../images/text_sort_by.gif) center no-repeat;}

.sorter td.showOnly { font-size: 10px; padding: 10px;  }
.sorter td.showOnly label { padding: 0px 0px 0px 0px; }
.sorter td.showOnly label.designer { padding: 0px 0px 0px 0px; }
.sorter td.showOnly select { font-size: 10px; margin-right: 15px;}
.sorter td.showOnly .active_filter { margin-bottom: 10px; }
.sorter td.showOnly .active_filter span { margin-right: 10px; }
.sorter td.showOnly .active_filter span.label { margin-right: 0px; }
.sorter td.sortBy { text-align: left; padding: 10px; background: url(../images/vertDivider.gif) top left repeat-y; }
.sorter td a { text-decoration: none !important; color: #3E2C25 !important;}
.sorter td.sortBy select { font-size: 10px; }

.sorter .view-mode { float:left; }
.sorter .sort-by {  }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:10px; border-left: 1px dotted #CFCAC8; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: #3E2C25;  white-space:nowrap; }
.data-table th:first-child { border-left: none; }
.data-table td { padding: 10px; border-left: 1px dotted #CFCAC8; border-bottom: 1px dotted #F5B4D2; }
.data-table td:first-child { border-left: none; }
.data-table thead { background-color:#FCECF4; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tfoot tr.last td{ border-bottom: none;}
.data-table tr.odd {}
.data-table tr.even { background-color:#FEF6FA; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std {width: 300px; display:inline; margin-right:250px; color:#5f5f5f;}
.std ul{}
.std ul { list-style:none; }
.std h1 { /*padding-left: 0px; text-transform:uppercase; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif;*/ font-size:14px; text-transform:uppercase; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; letter-spacing:2px; color:#3f2c25; padding: 15px 0px 9px 0px; float: left; margin: 0px 50px 0px 0px; }
.col1-layout .col-main .std h1 { font-size:14px; padding: 15px 0px 15px 0px; margin: 0px 19px 10px 19px; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; text-transform:uppercase; background: url(../images/sectionTitle_bkgd.gif) bottom left repeat-x #fff; letter-spacing:2px; float: none; }
.std ul a { text-decoration:none; color:#CF8EAC; text-transform:uppercase; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif;}
.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; }

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) top right no-repeat; padding: 0px 18px 0px 0px; white-space:nowrap; }

/* 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:1000px; 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; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; width: 250px; height:68px; overflow:hidden; } 
.header-container {  position: relative;}
.header { padding:10px, 10px, 10px,10px; background: url(/skin/frontend/default/blank/images/head_bkgd.jpg) no-repeat 0px 0px; }
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width: 185px; height:63px; }
.header .welcome-msg { font-weight:bold; text-align:right; display: none; }
.header .links { position: absolute; top: 18px; right: 270px; /* padding: 20px 0px 0px 0px; float: left; */ }
.header .links li{display: inline; padding-right:10px; padding-top:8px; text-transform:uppercase; }
.header .links a {color:#ccc; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; margin-top:10px; padding-left:17px; font-size:9px; letter-spacing: 1px; line-height:	 9px; text-decoration:none; background:url(../images/devider.gif) left top no-repeat; display: inline-block; height: 9px; overflow: hidden; padding-top: 0;}
.header .links a:hover { color: #fff; }
.header .links li.first a { background:none; }
.header .form-search { text-align: right; padding: 22px 19px 0px 0px; background: url(../images/searchFieldBkgd.gif) 0px 23px no-repeat; width: 238px; float: right; }
.header .form-search label { display: none; }
.header .form-search #search { line-height: 20px; padding-top: 3px; border: 1px solid #d0caca; width: 154px; height: 13px; }
/* Code for replacing the Search button. It's not working right now. will revisit  */
.header .form-search button.button {border: none; padding: 3px 0 0 0px; background:url(../images/btn_search.gif) 0px 0px no-repeat; width: 69px; height: 20px; text-transform: uppercase; font-size: 9px; letter-spacing: 1px; }
.header .form-search button.button span { background: none !important; line-height: 14px;}
.header .form-search button.button:active{padding-top: 4px;}
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }

/********** < Navigation */
#nav { font-size: 14px; letter-spacing: 1px; padding: 19px 0px 20px 0px; border-left: 19px solid #fff;  border-right: 19px solid #fff;  background: url(../images/navBar_bkgd.gif) bottom left repeat-x #FFFFFF; margin-top: 15px; }

.header-nav #nav { margin-top: 9px; !important}

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { /*display:block;*/ white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left;  background:url(../images/devider.gif) no-repeat left; }
#nav li a { float:left; padding: 0px 18px 0px 18px; color:#3a3532; text-transform:uppercase; font-family:'Lucida Sans' , arial , ; background:url(../images/devider.gif) no-repeat left; }
#nav li#first a { background:none; border-left: 4px solid #F3B4D3; }
#nav li a:hover { color:#888; }
#nav li.over a,
#nav li.active a { color:#f3b4d3; }

/* menu buttons */

.header-container #nav li#first.nav-home a{ width: 39px; height: 21px; text-indent: -9999px; background: url(../images/menu_home.gif) center 5px no-repeat;}
.header-container #nav li#first.nav-home a:hover, .header-container #nav li#first.nav-home.active a{ background: url(../images/menu_home.gif) center -13px no-repeat;}

.header-container #nav li.nav-whatsnew a{ width: 108px; height: 21px; text-indent: -9999px; background: url(../images/menu_whats_new.gif) center 5px no-repeat;}
.header-container #nav li.nav-whatsnew a:hover, .header-container #nav li.nav-whatsnew.active a{ background: url(../images/menu_whats_new.gif) center -13px no-repeat;}

.header-container #nav li.nav-designers a{ width: 86px; height: 21px; text-indent: -9999px; background: url(../images/menu_designers.gif) center 5px no-repeat;}
.header-container #nav li.nav-designers a:hover, .header-container #nav li.nav-designers.active a{ background: url(../images/menu_designers.gif) center -13px no-repeat;}

.header-container #nav li.nav-clothes a{ width: 71px; height: 21px; text-indent: -9999px; background: url(../images/menu_clothes.gif) center 5px no-repeat;}
.header-container #nav li.nav-clothes a:hover, .header-container #nav li.nav-clothes.active a{ background: url(../images/menu_clothes.gif) center -13px no-repeat;}

.header-container #nav li.nav-accessories a{ width: 105px; height: 21px; text-indent: -9999px; background: url(../images/menu_accessories.gif) center 5px no-repeat;}
.header-container #nav li.nav-accessories a:hover, .header-container #nav li.nav-accessories.active a{ background: url(../images/menu_accessories.gif) center -13px no-repeat;}

.header-container #nav li.nav-sale a{ width: 45px; height: 21px; text-indent: -9999px; background: url(../images/menu_sales.gif) center 5px no-repeat;}
.header-container #nav li.nav-sale a:hover, .header-container #nav li.nav-sale.active a{ background: url(../images/menu_sales.gif) center -13px no-repeat;}

.header-container #nav li.nav-blog a{ width: 40px; height: 21px; text-indent: -9999px; background: url(../images/menu_blog.gif) center 5px no-repeat;}
.header-container #nav li.nav-blog a:hover, .header-container #nav li.nav-blog.active a{ background: url(../images/menu_blog.gif) center -13px no-repeat;}

.header-container #nav li.nav-contact a{ width: 77px; height: 21px; padding-right: 0;  text-indent: -9999px; background: url(../images/menu_contact.gif) right 5px no-repeat;}
.header-container #nav li.nav-contact a:hover, .header-container #nav li.nav-contact.active a{ background: url(../images/menu_contact.gif) right -13px no-repeat;}

/* 2nd Level */
#nav ul { margin-left: 15px; position:absolute; width: 200px; top:20px; left:-10000px; border:1px solid #ddd; background:#fafafa ;}
#nav ul li { float:none; border-bottom:1px solid #ddd; background: none; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { font-size:12px; float:none; padding:3px 6px; font-weight:normal; color:#888 !important; background:none !important; text-indent: 0 !important;  }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }


.header-container #nav ul li ul li,
.header-container #nav ul li ul li a { width: 200px !important; }

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }




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


/* Sidebar =============================================================================== */
.block { background-color:#ffffff; margin:0 0 10px; }
.block .block-title { }
.block .block-title h2 { /*font-size:14px; padding: 15px 0px 15px 0px; margin: 0px 19px 10px 19px; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; text-transform:uppercase; font-weight:100; background: url(../images/sectionTitle_bkgd.gif) bottom left repeat-x #fff; letter-spacing:2px;*/ font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; font-size:12px; padding: 15px 15px 15px 15px; margin-right: 15px; text-transform:uppercase; background-color:#fcedf4; letter-spacing:5px; background: url(../images/bkg_sorter.gif) repeat-x #fcedf4; }

.col-left .block .block-title h2 { font-size:14px; padding: 15px 0px 15px 0px; margin: 0px 19px 10px 19px; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; text-transform:uppercase; font-weight:100; background: url(../images/sectionTitle_bkgd.gif) bottom left repeat-x #fff; letter-spacing:2px; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding: 0px 0px 0px 19px; }
.block-related .block-content { padding: 0px 0px 0px 0px; }
.block .block-content  a { text-decoration:none; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; color: #382e2d; text-transform:uppercase;}
.block .actions { text-align:right; }
.block .actions a { float:left; display:none; }
.block .block-content li { padding-bottom: 10px; letter-spacing: 1px; }
.block .block-content li.level2 a { color: #996666; padding-left: 10px;}

/* Block: Account */
.block-account .block-title h2 {
	color: #CE8DAC;
	margin-bottom: 0px !important;
}
.block-account ul {
	background: #FCECF4;
}
.block-account li {
	margin: 0;
	padding: 10px;
	text-transform: uppercase;
	letter-spacing: 1px ;
	font-size: 11px !important;
	border-bottom: 1px dotted #F5B4D2;
}
.block-account li.current  {
	color: #F5B4D2;
	background: #3E2C25;
}
/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { display:none; }
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; /*margin-right:-20px;*/ }
.block-related .item { margin-right: 19px; /*margin-left:20px;*/ }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:75px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

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

/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; text-transform:uppercase;}
.category-title h2 { font-size:14px; text-transform:uppercase; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; letter-spacing:2px; color:#3f2c25; padding: 15px 0px 9px 0px; float: left; margin: 0px 50px 0px 0px; }
.category-image { display:block; margin:0 auto; }
.category-products { padding: 0px 19px 0px 0px; }
.col1-layout .category-products { padding: 0px 19px 0px 19px; }

/* View Type: Grid */
.products-grid { width:100%; text-align:right;}
.products-grid tr.odd {}
.products-grid tr.even {  }
.products-grid td { width:33%; padding:30px 0px 15px 0px; text-align:left; background: url(../images/productsGrid_cellBkgd.gif) bottom left no-repeat #fff;  }
.products-grid td button.button { margin-top: 10px; margin-bottom: 5px; }
.products-grid td button.button span { width: 115px; color: #3E2C25; text-transform: uppercase; letter-spacing: 1px; font-size: 10px; line-height: 18px; }
.products-grid .product-image img { margin-bottom: 10px; }
.products-grid td.empty {}
.products-grid  a.add_to_wishlist { width: 115px;  color: #3E2C25; text-transform: uppercase; letter-spacing: 1px; font-size: 10px; line-height: 18px; } 

/* View Type: List */
.products-list li.item { border:1px solid #ddd; padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {}

.product-essential {}
.product-collateral { width:590px; float: right;}

/* Product Images */
.product-view .product-img-box { float:left; width:267px; margin: 19px 15px 0px 19px; clear: left; }
.product-view .product-img-box .product-image { }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { padding-top: 15px; padding-bottom: 10px; color: #3E2C25; text-align:center; text-transform: uppercase; font-size: 10px; letter-spacing: 1px; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:10px 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat #FCECF4; cursor:pointer; }
.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:4px; top:10px; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:4px; top:10px; }
.product-view .product-img-box .more-views h3 { padding-bottom: 15px; color: #3E2C25; text-align:center; text-transform: uppercase; font-size: 10px; letter-spacing: 1px; font-weight: normal;}
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px; }

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

.product-back-link h2 { font-size:14px; text-transform:uppercase; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; letter-spacing:2px;  padding: 15px 0px 9px 0px; margin: 0px 19px 0px 19px; background: url(../images/bkg_sorter.gif) bottom left repeat-x; width:267px; float: left; }
.product-back-link h2 a { color:#ca90a8; text-decoration: none; }

.product-name { float: right; width: 585px; margin-left: 0px; }
.product-name h2 { font-size:14px; text-transform:uppercase; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; letter-spacing:2px;  padding: 15px 0px 9px 0px; margin: 0px 19px 0px 0px; background: url(../images/bkg_sorter.gif) bottom left repeat-x; width: auto; }
.product-name h2 a { color:#ca90a8; text-decoration: none; }

/* Product Shop */
.product-view .product-shop { padding-bottom: 20px; float:right; width:222px; background-color:#fcedf4; margin: 19px 19px 19px 19px; }
.product-view .product-name { text-decoration:none; }
.product-view .product-name a {text-decoration:none; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; /*color:#FFF;*/ text-transform:uppercase; }
.product-view .product-name h2 { font-size:14px; text-transform:uppercase; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; letter-spacing:2px; color:#3f2c25; padding: 15px 0px 9px 0px; margin: 0px 19px 0px 0px; background: url(../images/bkg_sorter.gif) bottom left repeat-x; }
.product-view .short-description { /*display:none;*/ }
.product-essential .std { padding-top: 58px; margin: 0px 0px 0px 304px; width: 300px; display: block; }
.product-view .product-collateral .product-name a { margin-left: 128px; margin-right: 0px; width: auto; }
.product-view .product-collateral .up-sell .product-name a { margin-left: 0px; }


/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability { text-align:left; display:none; }
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
.price { white-space:nowrap !important; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; text-transform:uppercase; font-size:14px; }

.price-box { font-size: 14px; padding: 20px; margin: 0px; background: url(../images/productsGrid_cellBkgd.gif) bottom left repeat-x; }
.products-grid .price-box { padding: 0px; margin: 0px; background: none; }
.products-grid .price-box .price { color: #996666; }
.price-box .price { font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; text-transform:uppercase; color: #3a2b28; }
.products-grid .product-name { float: none; width: auto; }

.price-box-bundle {}

/* Regular price */
.regular-price { }
.regular-price .price { }

/* Old price */
.old-price { }
.products-grid td .old-price { text-align: left; }
.old-price .price-label { white-space:nowrap; text-transform:uppercase; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; display:none; }
.old-price .price { font-weight:bold; text-decoration:line-through; color: #ceb4b7; }

/* Special price */
.special-price { background: url(../images/icon_salePrice.gif) no-repeat 70px 0px; padding-bottom: 10px; }
.products-grid td .special-price { text-align: left; }
.special-price .price-label { white-space:nowrap; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; text-transform:uppercase; display:none; }
.special-price .price { font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; font-size:18 px; text-align:left;  }

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

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* 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 {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

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

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart  { padding: 20px 20px 0px 20px; margin: 0px; }
.add-to-cart label { /*float:left;*/ margin-right:5px; text-transform: uppercase; font-size: 10px; color: #3E2C25; letter-spacing: 1px; /*display:none;*/ }
.add-to-cart .qty { /*float:left;*/ /*display:none;*/ }
.add-to-cart button.button { text-align: center; padding: 0px 0px 0px 0px; margin:0px; background-image: none; background-color: #3f2c25; border: 1px solid #d2cccc; display: block; width: 100%; }
.add-to-cart button.button span { background-image: none; display: block; width: 100%;  }

/* Add to Links + Add to Cart */
.add-to-box .add-to-cart { /*float:left;*/ }
.add-to-box .or { /*float:left;*/ margin:0 10px; display: none; }
.add-to-box .add-to-links { /*float:left;*/ }
.add-to-box .add-to-links a { color: #fff; text-align: center; text-decoration:none; text-transform: uppercase; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; border: 1px solid #d2cccc; background-color: #EA7CAE; display: block; }

/* Product Options */
.product-options { padding: 0px; margin: 0px; /*background: url(../images/productsGrid_cellBkgd.gif) bottom left repeat-x; */}
.product-options dt { margin: 0px; padding: 17px 20px 5px 20px; }
.product-options dt label { /*font-weight:bold; float: left;*/  text-transform: uppercase; font-size: 10px; color: #3E2C25; letter-spacing: 1px;  }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:0; padding: 4px 20px 17px 20px;  background: url(../images/productsGrid_cellBkgd.gif) bottom left repeat-x; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select {  }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }
.product-options.highlight { background-color: #FAD9E8; }

.product-options-bottom { padding: 0px; margin: 0px; background: url(../images/productsGrid_cellBkgd.gif) bottom left repeat-x; }
.product-options-bottom .price-box { color: #3a2b28; margin: 0px; }

/* Grouped Product */
.grouped-items {}

/* Block:  */
.product-view .description { display:none;}

/* Block: Additional */
.product-view .additional { display:none; }

/* Block: Upsell */
.product-view .up-sell { border: none; }
.product-view .up-sell h3 { font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; font-size:12px; padding: 15px 15px 15px 15px; margin-right: 15px; text-transform:uppercase; background-color:#fcedf4; letter-spacing:5px; background: url(../images/bkg_sorter.gif) repeat-x #fcedf4;}
.product-view .up-sell .products-grid td { border:none; text-align:left; width:33%; background: url(../images/dotted_line.jpg) no-repeat bottom left; text-decoration:none; }


/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }

a.add_to_wishlist, .email_to_friend { font-family: Arial, Helvetica, sans-serif; color: #fff; text-decoration: none; text-align: center; overflow:visible; width: 100px; display: block; border:0; padding: 0px 9px 0px 9px; background: #F5B4D2; border: 1px solid #E1ADC5; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
a.add_to_wishlist {  }
.catalog-category-view button.button { margin-bottom: 5px; }
.catalog-category-view button.button span { width: 100px; }
.catalog-category-view .form-search button.button { margin-bottom: 0px; }
.catalog-category-view .form-search button.button span { width: auto; }
div.filterFunction { float: left; margin-bottom: 8px;} 
div.filterFunction label { padding: 0px 0px 0px 0px; display: inline-block; margin-right: 5px; }


.catalog-product-view .add-to-cart button.button { margin-top: 10px; margin-bottom: 5px;  }
.catalog-product-view .add-to-cart button.button span { padding: 0px; margin: 0px; text-transform: uppercase; font-size: 10px; color: #F5B4D2; background: #3E2C25; letter-spacing: 1px; line-height: 18px; }
.catalog-product-view a.add_to_wishlist, 
.catalog-product-view a.email_to_friend { text-transform: uppercase; font-size: 10px; color: #3E2C25; letter-spacing: 1px; margin: 0px 20px 5px 20px !important; width: auto;  }
.catalog-product-view .product-details a.add_to_wishlist { width: 100px; white-space: nowrap;  }
.catalog-product-view .add-to-links li { padding-right: 0px; }
.catalog-product-view .add-to-links li a { margin-right: 0px; width: auto; }
.catalog-product-view .add-to-links { padding: 0px; margin-right: 0px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size: 14px; font-weight:bold; line-height:1.5; }
.product-name a { color: #382e2d; text-decoration: none; }

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */

.cart .checkout-types { float:right; text-align:right; }
.cart .continueShopping {float: left; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width: 590px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; background-color:000; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; width: 225px; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.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:30px; top:7px; }
.col-right{display:none;}
.col-right .truncated .show dl  { left:-240px; top:7px; }

/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc {  position:relative; }
.opc li.section {  }
.opc .step-title { background-color:#FCECF4; padding:5px 10px; text-align:right; border-top: 1px dotted #9E9592; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h3 { float:left; font-size: 10px; line-height: 22px; letter-spacing: 1px; text-transform: uppercase; color: #3E2C25; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#3E2C25; color: #FCECF4;  cursor:default; }
.opc .active .step-title h3 { color: #FCECF4; }
.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.opc h4 { font-size: 12px;letter-spacing: 1px; text-transform: uppercase; color: #3E2C25; margin-bottom: 10px; }
.opc  p { color: #666; margin-bottom: 5px; }
.opc p strong{ color: #000; }
.opc ul, .opc ol {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 15px;
}
.opc ul.form-list,  .opc ul.form-list ul{
	list-style-type: none;
	list-style-position: outside;
	color: #666;
}
.opc ul.form-list label {
	color: #000;
}
.opc ul.form-list ul label {
	letter-spacing: 1px;
	
}
.opc ul.form-list .input-box {
	margin-bottom: 14px;
	margin-right: 10px;
}
.opc ul.form-list .input-box input {
	margin-top: 3px;
}

.opc .buttons-set button {
	margin: auto 5px auto 5px;
}
.opc .buttons-set a {
	color: #EA7CAE;
	text-decoration: none;
}

.opc .opcShippingAddresses {
	padding: 10px;
	background: #FEF6FA;
	letter-spacing: 1px;
}
.opc .opcShippingAddresses label {
	display: inline-block;
	margin-right: 15px;
}


/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login { color: #5f5f5f; }
.account-login .page-title h2{
	background: url(../images/sectionTitle_bkgd.gif) bottom left repeat-x #fff;
	margin-left: 19px;
	padding-bottom: 19px;
	padding-left: 0px;
}
.account-login h3 { color: #3E2C25; padding-left: 0px; margin-left: 0px; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 19px; }
.account-login .new-users { margin-left: 19px; width: 390px; }
.customer-account-login .new-users {  }
.customer-account-login .registered-users  p{margin-bottom: 19px;  }
.customer-account-login .registered-users p.required { padding-top: 19px; margin-right: 19px; margin-top: 19px; background: url(../images/productsGrid_cellBkgd.gif) repeat-x 0px 0px; float: none; }
.customer-account-login .col-2 .buttons-set { margin-top: -30px; clear: none; }
.customer-account-login .col2-set { background: url(../images/vertDivider.gif) repeat-y 435px 0px; }
.customer-account-login .col2-set .col-2  { padding-left: 19px; }
.customer-account-login .col-2 .buttons-set button.button { float: none; display: block; }
.customer-account-login .col-2 .buttons-set a.f-left { color: #5f5f5f; margin-right: 10px; display: block; float: none; }
.customer-account-login .col-1 .buttons-set { padding-top: 19px; margin-top: -52px; margin-left: 19px; background: url(../images/productsGrid_cellBkgd.gif) repeat-x 0px 0px; width: 390px;}
.customer-account-login .col-1 .buttons-set button.button { }
.customer-account-login .col-main { padding-bottom: 30px; }

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* 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; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { font-size: 11px; padding: 10px 19px 10px 19px; color: #42272c; text-transform: uppercase; letter-spacing: 2px; }
.footer p { text-align:right; }
.footer address { letter-spacing: 1px; text-align:right; font-size: 10px; display: inline-block; padding-top: 20px; }
.footer address a{ text-decoration: none; font-weight: bold; color: inherit; }
.footer ul { float: left; padding:20px 0px 0 0; }
.footer ul li { padding: 0px 25px 0px 0px; display: inline; }
.footer ul li a {  color: #42272c; text-decoration: none; }
.footer ul li a:hover { color:#fff; }
.footer ul.links { margin: 0px 0px 0px 20px; }
.footer .last {font-size: 10px;}

.footer #nav { font-size: 11px; padding: 0px 0px 0px 0px; border: 0px; border-bottom: 1px dotted #C792A7;  background: none; margin-top: 15px; width: 852px; margin-left: auto; margin-right: auto; text-align: center;  }
.footer #nav li { padding: 0px 30px 20px 0px;  margin-right: 0px; margin-left: 0px;  }
.footer #nav li.nav-contact { padding-right: 0px; }
.footer #nav li a { letter-spacing: 2px; padding: 0px; margin: 0px; }
.footer #nav li a:hover { color:#fff; }

/* ======================================================================================= */


/* Homepage ============================================================================== */

.cms-home .wrapper .page .col1-layout .col-main .std { padding-top: 19px; width: 100%; display: block; }
div.homepage_main { margin: 0px 0px 19px 19px; background: url(../images/homepage_mainArt_tibi.jpg) no-repeat 0px 0px; width: 545px; height: 453px; float: left; }
div.homepage_main p { font-size: 10px; line-height: 12px; color: #7a797b; padding: 0px; margin: 283px 343px 0px 44px; }
div.homepage_main a {  display: block; height:453px; width: 545px; text-indent: -9000px; overflow: hidden; }
div.homepage_main a:hover { color: #000; text-decoration: underline; }

div.homepage_newsletter { color: #3b2d24; text-transform: uppercase; margin: 0px 0px 10px 583px; background: #fadae9; width: 293px; }
div.homepage_newsletter h2 { font-size: 14px; font-weight: normal; letter-spacing: 2px; padding: 10px 11px 10px 11px; margin: 0px; background: #fcedf4; }
div.homepage_newsletter p { color: #7b5c64; font-size: 12px; font-weight: normal; letter-spacing: 1px; text-align: center; padding: 11px; margin: 0px; }
div.homepage_newsletter form.newsletterSignup { font-size: 11px; font-weight: normal; text-align: center; padding: 0px 11px 11px 11px; display: block; }
div.homepage_newsletter form.newsletterSignup input#newsletterSignup_email {  }
div.homepage_newsletter form.newsletterSignup input#newsletterSignup_button {  }

div.homepage_newLook { color: #3b2d24; text-transform: uppercase; margin: 0px 0px 10px 583px; background: #fadae9; width: 293px; }
div.homepage_newLook h2 { font-size: 14px; font-weight: normal; letter-spacing: 2px; padding: 10px 11px 10px 11px; margin: 0px; background: #fcedf4; }
div.homepage_newLook a { color: #7b5c64; font-size: 12px; line-height: 14px; font-weight: normal; letter-spacing: 1px; text-align: center; text-decoration: none; padding: 238px 11px 8px 11px; background: url(../images/homepage_newLook_shoes.jpg) no-repeat center 0px #fcedf4; display: block; }
div.homepage_newLook a:hover { color: #000; }

div.homepage_social_media { width:200px; height:20px; margin: 0px 0px 10px 583px;}
div.homepage_social_media .twitter { float:left;}
div.homepage_social_media .twitter a {}
div.homepage_social_media .twitter a img {}
div.homepage_social_media .facebook { margin:0px 0px 0px 150px;}
div.homepage_social_media .facebook a {}
div.homepage_social_media .facebook a img {}

/* ======================================================================================= */

/* Designers Page ============================================================================== */
.cms-designers .col-main { margin-bottom: 30px; }
.cms-designers .col-main .std h1 { font-size:14px; padding: 0px 0px 15px 0px; margin: -2px 19px 10px 19px; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; text-transform:uppercase; background: url(../images/sectionTitle_bkgd.gif) bottom left repeat-x #fff; letter-spacing:2px; float: none; }
ul#manufacturer_list { list-style: none; padding: 0px; margin: 3px 0px 0px 40px; }
ul#manufacturer_list li { padding: 5px 0px 0px 0px; border-bottom: 1px dotted #E2E0DF; margin: 0px 20px 0px 0px; display: block; float: left; width: 300px; }
ul#manufacturer_list li a {/* padding-top: 5px; margin-right: 20px; color: #9b969e; text-align: center; vertical-align: middle; padding: 30px 0px 0px 0px; margin: 5px; background: #fff; height: 70px; overflow: hidden;*/ }
ul#manufacturer_list li a:hover { color: #3F2C26; /*border: 1px solid #e3c1da; background: #fcedf4;*/ }
/* ======================================================================================= */

/* Contact Form ============================================================================== */
.contacts-index-index h2{
	background: url(../images/sectionTitle_bkgd.gif) bottom left repeat-x #fff;
	margin-left: 19px;
	padding-bottom: 19px;
	padding-left: 0px;
}
.contacts-index-index .col-main{
	width: 870px;
}
#contactForm fieldset { padding-left: 19px; width: 640px;  }
#contactForm label {display: inline-block; margin-bottom: 1px; margin-top: 9px; letter-spacing: 1px; }
#contactForm ul.form-list { padding-left: 0px; margin-left: 0px; margin-top: 19px; }
#contactForm p.required { text-align: left; padding-left: 19px; margin-right: 335px; float: right; }
#contactForm .buttons-set { text-align: left; padding-left: 19px; margin-bottom: 50px; float: left; clear: none; }
/* ====++++=================================================================================== */

/* Customer Service ========================================================================== */
div.customerService { margin-left: 19px; }
ul#customerService { list-style: none; padding: 0px; margin: 0px; }
ul#customerService li { display: inline; float: left; }
ul#customerService li a { color: #9b969e; text-align: center; vertical-align: middle; padding: 10px; border: 1px solid #bfbec0; margin: 5px 10px 5px 0px; background: #fff; display: block; width: 300px; overflow: hidden; }
ul#customerService li a:hover { color: #3F2C26; border: 1px solid #e3c1da; background: #fcedf4; }
div.customerService dl { clear: left; }
div.customerService dl dt { text-transform: uppercase; color: #000; padding-top: 20px; background: url(../images/bkg_sorter.gif) repeat-x 0px 0px ; margin-top: 20px;  }
div.customerService dl dd { padding: 0px; margin: 0px; }
/* =========================================================================================== */

/* Customer Account Index ==================================================================== */
.customer-account-index .page-title h2 { font-size:14px; padding: 15px 0px 15px 0px; margin: 0px 19px 10px 0px; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; text-transform:uppercase; background: url(../images/sectionTitle_bkgd.gif) bottom left repeat-x #fff; letter-spacing:2px; }
.customer-account-index .col-left .block .block-title h2 { margin-right: 0px; color: #CE8DAC; }
.customer-account-index .col-left { width: 215px; }
.col-left .block.block-account .block-content { width: 196px; }
.col-left .block.block-account li{  width: 176px; overflow: hidden;}
.col-left .block.block-account a { line-height: 11px; margin-top: 1px; margin-bottom: 5px; display: block; }
.col-left .block.block-account a:hover { color: #F5B4D2; }

.customer-account-index .dashboard { margin-bottom: 30px; padding-right: 19px; }
.customer-account-index .dashboard .col2-set .col-1,
.customer-account-index .dashboard .col2-set .col-2{width: 50%; float: left;}
.customer-account-index .dashboard .col2-set h4{ background: #FCECF4; border-top: 1px dotted #9D8C8C; padding: 10px 15px; font-size: 10px; text-transform: uppercase; color:#3E2C25; letter-spacing: 1px;}
.customer-account-index .dashboard .col2-set p{ padding-left: 15px; }

.customer-account-index .dashboard .col2-set.dashboardAddress h5{ margin-left: 15px; margin-right: 15px; margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #F5B4D2; }
.customer-account-index .dashboard .col2-set.dashboardAddress address{ margin-left: 15px; margin-right: 15px; line-height: 20px; }

.customer-account-index h3 { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: #3E2C25; margin-bottom: 10px; }
.customer-account-index .welcome-msg h3 { text-transform: none; letter-spacing: 0px; margin-bottom: 4px; font-size: 14px;}
.customer-account-index p { color: #382e2d; margin-bottom: 30px; }
.customer-account-index a,
.customer-address-index a {color:#996666; text-decoration: none; }
.customer-account-index a.manage-addresses,
.customer-account-index a.contact-edit,
.customer-account-index a.newsletters-edit {
	display: block;
	float: right;
	margin-top: 7px;
	margin-right: 5px;
	text-indent: -9999px;
	background: url(../images/btn_edit.gif) no-repeat;
	height: 19px;
	width: 47px;
}

.customer-account-index h4 { margin-bottom: 10px; background: url(../images/sectionTitle_bkgd.gif) bottom left repeat-x #fff; }
/* Customer Account Index ==================================================================== */

/* Customer Address Form ==================================================================== */
.customer-address-form .col-main { margin: 0px 0px 30px 19px; width: 627px; }
.customer-address-index .col-main .col2-set {padding-right: 19px;}
.customer-address-index .col2-set .col-1,
.customer-address-index .col2-set .col-2{width: 50%; float: left;}
.customer-address-index .col2-set ol {
	padding-left: 19px;
}

.customer-address-index .page-title h2 { font-size:14px; padding: 15px 0px 15px 0px; margin: 0px 19px 10px 0px; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; text-transform:uppercase; background: url(../images/sectionTitle_bkgd.gif) bottom left repeat-x #fff; letter-spacing:2px; }
.customer-address-index .title-buttons { text-align: left; }
.customer-address-index address { margin-bottom: 29px; }
.customer-address-index h4 { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #F5B4D2; }

.customer-address-form .page-title h2 { font-size:14px; padding: 15px 0px 15px 0px; margin: 0px 19px 10px 0px; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; text-transform:uppercase; background: url(../images/sectionTitle_bkgd.gif) bottom left repeat-x #fff; letter-spacing:2px; }
.customer-address-index h3 { background: #FCECF4; border-top: 1px dotted #9D8C8C; padding: 10px 15px; font-size: 10px; text-transform: uppercase; color:#3E2C25; letter-spacing: 1px; margin-bottom: 10px;}
.customer-address-form h3 { background: #FCECF4; border-top: 1px dotted #9D8C8C; padding: 10px 15px; font-size: 10px; text-transform: uppercase; color:#3E2C25; letter-spacing: 1px; margin-bottom: 10px; margin-right: 0px;}
.customer-address-form .group-select { padding-left: 19px; }
.customer-address-form fieldset { padding: 0px; margin: 0px 19px 19px 0px; background: url(../images/sectionTitle_bkgd.gif) bottom left repeat-x #fff;}
.customer-address-form fieldset:first-child { background: none; }
.customer-address-form p.required { margin-right: 19px; float: right; }

.customer-account-edit ul.form-list label,
.customer-address-form  ul.form-list label {
	letter-spacing: 1px;
	
}
.customer-account-edit ul.form-list .input-box,
.customer-address-form  ul.form-list .input-box{
	margin-bottom: 14px;
	margin-right: 10px;
}
.customer-account-edit ul.form-list .input-box input,
.customer-address-form  ul.form-list .input-box input {
	margin-top: 3px;
}
/* ========================================================================================== */

/* Sales Order history ==================================================================== */
.sales-order-history .page-title h2 { font-size:14px; padding: 15px 0px 15px 0px; margin: 0px 19px 10px 0px; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; text-transform:uppercase; background: url(../images/sectionTitle_bkgd.gif) bottom left repeat-x #fff; letter-spacing:2px; }
/* ========================================================================================== */

/* My Wishlist page ========================================================================== */
.wishlist-index-index .page-title h2 { font-size:14px; padding: 15px 0px 15px 0px; margin: 0px 0px 10px 0px; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; text-transform:uppercase; background: url(../images/sectionTitle_bkgd.gif) bottom left repeat-x #fff; letter-spacing:2px; }
.wishlist-index-index .col2-left-layout .col-main  { padding-right: 19px; width: 628px; }
.wishlist-index-index .product-name { width: auto;  }
.wishlist-index-index textarea { width: 200px !important; }
/* =========================================================================================== */

/* My Cart ========================================================================== */
.checkout-cart-index .page-title h2 { font-size:14px; padding: 15px 0px 15px 0px; margin: 0px 0px 10px 0px; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; text-transform:uppercase; background: url(../images/sectionTitle_bkgd.gif) bottom left repeat-x #fff; letter-spacing:2px; }


.checkout-cart-index .checkout-types button.button { border: none; background: url(../images/btn_checkout.gif) no-repeat; }
.checkout-cart-index .checkout-types button.button span{ text-indent: -9999px; background: none;  display: inline-block; height: 27px; width: 168px; }

/* the top checkout button */
.checkout-cart-index  .title-buttons .checkout-types button.button { position: absolute; top: 12px; right: 0px; }

.checkout-cart-index .product-name { width: auto; float: none; }
.checkout-cart-index div.cart { position: relative; /*margin: 0px 19px 0px 19px;*/ }
.checkout-cart-index .col2-left-layout .col-main  { margin-right: 19px; }
.checkout-cart-index .col2-left-layout .title-buttons { text-align: left; }
.checkout-cart-index .main  { padding: 0px 19px 30px 19px; }
.checkout-cart-index .col1-layout .col-main  { margin: 0px 19px 30px 19px; }
.checkout-cart-index .col1-layout .col-main div.discount { margin: 0px 0px 19px 0px; }
.checkout-cart-index .col1-layout .col-main div.shipping { margin: 0px 0px 19px 0px; }
.checkout-cart-index .col1-layout .col-main div.totals { border-top: 1px dotted #CFCAC8; background: #FCECF4; width: 225px; padding-bottom: 19px;} 
.checkout-cart-index .col1-layout .col-main div.totals tfoot th,
.checkout-cart-index .col1-layout .col-main div.totals tfoot td{  border-top: 1px dotted #CFCAC8; }
.checkout-cart-index  .cart-collaterals h3{ width: 100%; margin: 0 0 10px 0; padding: 10px; border-top: 1px dotted #CFCAC8; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: #3E2C25; background: #FCECF4; }
.checkout-cart-index  .cart-collaterals label { display: inline-block; margin-top: 10px; margin-bottom: 5px; color: #3E2C25;}
.checkout-cart-index  .cart-collaterals p, .checkout-cart-index .col1-layout .col-main div.discount label { color:#666; }
.checkout-cart-index  .cart-collaterals .shipping .buttons-set { margin-left: 0; padding-left: 0; }

.checkout-cart-index .title-buttons { text-align: left; }
.checkout-cart-index .item-options dt { font-style: normal; color: #999; padding-right: 5px; float: left; }
.checkout-cart-index .item-options dd { font-weight: normal; }
/* ================================================================================== */

/* My Cart ========================================================================== */
.checkout-onepage-index .page-title h2 { font-size:14px; padding: 15px 0px 15px 0px; margin: 0px 0px 10px 0px; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; text-transform:uppercase; background: url(../images/sectionTitle_bkgd.gif) bottom left repeat-x #fff; letter-spacing:2px; }
.checkout-onepage-index .col2-right-layout .col-main  { margin: 0px 19px 30px 19px !important; float: none; width: auto; }
.checkout-onepage-index .col2-right-layout .title-buttons { text-align: left; }
.checkout-onepage-index .col1-layout .col-main  { margin: 0px 19px 30px 19px; }
.checkout-onepage-index .col1-layout .col-main div.discount { margin: 19px 0px 0px 0px; }
.checkout-onepage-index .col1-layout .col-main div.shipping { margin: 19px 0px 19px 0px; }
.checkout-onepage-index .col1-layout .col-main div.totals { margin: 0px 0px 0px 360px; background: url(../images/sectionTitle_bkgd.gif) top left repeat-x; float: none; clear: left; }	
.checkout-onepage-index .title-buttons { text-align: left; }
.checkout-onepage-index .buttons-set .back-link  { width: 60px; }
/* ================================================================================== */

/* New Customer ========================================================================== */
.customer-account-create .account-create { margin: 0px 0px 30px 19px; }	
.customer-account-create .page-title h2 { padding-left: 0px; }
.customer-account-create .account-create h3 { padding-left: 0px; }
.customer-account-create .account-create .group-select { padding: 0px 0px 20px 0px; margin: 0px 300px 20px 0px; background: url(../images/productsGrid_cellBkgd.gif) repeat-x bottom left; }
.customer-account-create p.required { padding: 5px 0px 0px 0px; margin: 0px 300px 0px 0px; float: right; }
.customer-account-create .buttons-set { padding: 0px; text-align: left; margin: 0px 300px 0px 0px; clear: none; }
/* ====================================================================================== */

/* Customer Account Edit ========================================================================== */
.customer-account-edit .page-title h2,
.newsletter-manage-index .page-title h2 { font-size:14px; padding: 15px 0px 15px 0px; margin: 0px 19px 10px 19px; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; text-transform:uppercase; font-weight:100; background: url(../images/sectionTitle_bkgd.gif) bottom left repeat-x #fff; letter-spacing:2px; }
.customer-account-edit .buttons-set,
.newsletter-manage-index .buttons-set { padding: 0px; text-align: left; margin: 0px 0px 0px 19px; }
.customer-account-edit .col-main, 
.newsletter-manage-index .col-main { margin: 0px 19px 30px 0px !important; width: 627px; }
.customer-account-edit .col-main h2, 
.newsletter-manage-index .col-main h2 { margin-left: 0px;}

.customer-account-edit h3 { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: #3E2C25; margin-bottom: 10px; margin-left: 0; }
.customer-account-edit .form-list { padding: 0px 0px 19px 0px; margin: 0px 19px 19px 0px; background: url(../images/sectionTitle_bkgd.gif) bottom left repeat-x #fff; }
.customer-account-edit p.required { margin-right: 19px; float: right; }



/* ====================================================================================== */

/* New Customer ========================================================================== */
.customer-account-logoutsuccess .page-title h2 { padding-left: 0px; margin-left: 0px; }
.customer-account-logoutsuccess .col-main { padding-left: 0px 0px 0px 0px; margin: 0px 19px 30px 19px; }
.customer-account-logoutsuccess .main { padding: 0px 19px 30px 19px; }
/* ======================================================================================= */

/* Advanced Search Result ========================================================================== */
.catalogsearch-advanced-result .page-title h2 { padding-left: 0px; margin-left: 0px; }
.catalogsearch-advanced-result .col-main { padding: 0px 0px 0px 0px; margin: 0px 19px 30px 19px !important; }
.catalogsearch-advanced-result .col1-layout .category-products { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
/* ================================================================================================= */

/* Search Results ========================================================================== */
.catalogsearch-result-index .page-title h2 { padding-left: 0px; margin-left: 0px; }
.catalogsearch-result-index .col-main { padding: 0px 19px 0px 19px; margin: 0px 19px 30px 19px; }
.catalogsearch-result-index .col1-layout .category-products { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
.catalogsearch-result-index .products-grid button.button { padding: 0px 9px 0px 9px; margin-bottom: 5px; width: 120px; }
. catalogsearch-result-index .col-main { padding: 0px 19px 0px 19px; margin: 0px 19px 30px 19px; }
/* ========================================================================================= */

/* Blog Comments ==================================================================================== */
.blog-post-view .group-select { padding-left: 0px; }
.blog-post-view .group-select .input-box { float: none; }
.blog-post-view div.button-set { margin-bottom: 30px; width: 400px; }
.blog-post-view div.button-set .form-button { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #3E2C25; overflow:visible; width:auto; border:0; padding: 0px 5px 0px 5px; background: #F5B4D2; border: 1px solid #E1ADC5; letter-spacing: 1px; text-transform: uppercase; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
/* ========================================================================================= */

/* Contact Us page ================================================================================== */
.contacts-index-index h3 { font-weight: bold; padding-left: 0px; margin-left: 0px; text-transform: none; }
/* ================================================================================================== */

/* Whats New page =====================================================================================*/
.cms-whats-new .col-main .std h1 { font-size:14px; padding: 0px 0px 15px 0px; margin: -2px 19px 10px 19px; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; text-transform:uppercase; background: url(../images/sectionTitle_bkgd.gif) bottom left repeat-x #fff; letter-spacing:2px; float: none; }
/* ====================================================================================================*/

/* Sales page =====================================================================================*/
.cms-sale .col-main .std h1 { font-size:14px; padding: 0px 0px 15px 0px; margin: -2px 19px 10px 19px; font-family:"Lucida Sans Unicode", "Lucida Sans","Lucida Grande", sans-serif; text-transform:uppercase; background: url(../images/sectionTitle_bkgd.gif) bottom left repeat-x #fff; letter-spacing:2px; float: none; }
/* ================================================================================================*/

.checkout-onepage-success .wrapper .page .main .col-main h3, 
.checkout-onepage-success .wrapper .page .main .col-main p, 
.checkout-onepage-success .wrapper .page .main .col-main .buttons-set { margin-left: 19px; }

#my-orders-table { width: 630px; }
#my-orders-table .product-name { width: auto; float: none; }
