/**
 * 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 ================================================================================= */

/*
CSS Updated: 2010-03-22
*/
.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; }

.wrapper {
	/* Original Background Settings
	*background:#FFFFFF url(/skin/frontend/enterprise/TOMS/images/wide-bg.gif) repeat-y scroll 0 0;
	*/
	background: #FFF;
    margin: 60px auto 0 auto;
    min-height:100%;
	padding:12px 19px 0;
	width: 960px;
}
.wrapper.shoes {
	padding:12px 19px 0 19px;
}
.wrapper.vision {
	padding:12px 19px 0 19px;
}

.page {
	margin: 0;
	text-align: left;
}

.header,
.main,
.footer {
	width: 960px;
}

.main {
	margin-top: 2px;
}

  .main pre {
    white-space: normal;
  }

.cms-home .main {
	margin-top: 2px;
}

.cms-home .main .std {
	margin-bottom: 5px;
}

.page-print {
	background: #fff;
	padding: 20px;
	text-align: left;
}

.page-popup {
	padding: 20px;
	text-align: left;
}

/* Base Columns */
.col-left {
	float: left;
	width: 220px;
	padding: 20px 20px 20px 0;
	background: url('/media/content/images/bg-col-dots.jpg') repeat-y right top;
	margin-right: 10px;
}

.col-main {
	float: left;
	width: 710px;
	min-height: 300px;
}

.col-right {
	float: right;
	width: 240px;
	border: 1px solid #ccc;
	padding: 0;
}

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

/* 2 Columns Layout */
.col2-left-layout .col-main {
	float: right;
}

.col2-right-layout .col-main {

}

/* 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: 30%;
	margin-right: 10px;
}

.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 {
	border: 1px solid #c9c9c9;
	/*background: url(../images/select_bg.jpg) repeat-x;*/
}

textarea {
	border: 1px solid #c9c9c9;
}

input.input-text {
	padding: 2px;
	height: 16px;
}

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: 15px !important;
	display: block;
	margin: 0 auto;
}

label {
	font-size: 13px
}

button.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}  /* FF Fix */
/* [ghiley 04 Sept 11] breaks safari & chrome, buttons are hidden.
button.button {
	-webkit-border-fit: lines;
}*/  /* <- Safari & Google Chrome Fix */
button.button {
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent; /* line-height:21px; */
	overflow: visible;
	cursor: pointer;
	vertical-align: middle;
}

a.button,button.button span,a.button span,button.button span span {
	background-color: transparent;
	background-image: url(../images/bkg_button.png);
	background-repeat: no-repeat;
}

/* [My Account button] - [ncampbell] - [24 Aug 11] */

button.myaccount span, button.myaccount span span {
	background-color: transparent;
	background-image: url(../images/btn_darkbg.jpg);
	text-transform: uppercase;
	background-repeat: repeat;
}

/* [My Account - Gift Card - Check Status and Balance button] - [ncampbell] - [24 Aug 11] */
div.buttons-set button {
	margin-right: 10px;
}

div.buttons-set > button:first-child {
	margin-right: 0px;
}

button.updatebag {
	background-image: url('../images/toms_checkout/cart_shoppingbag.jpg');
	background-position: -10px -132px;
	width: 108px;
	height: 25px;
	text-indent: -9999px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

a.button,button.button span {
	border: 0;
	padding: 0 0 0 10px;
	margin: 0;
	cursor: pointer;
	background-position: 0 0;
	display: -moz-inline-stack;
	display: inline-block;
	color: #c73615;
	line-height: 22px;
	text-decoration: none !important;
}

a.button span,button.button span span {
	padding: 2px 10px 0 0;
	background-position: 100% 0;
	display: inline-block;
	white-space: nowrap;
	font: bold 12px/ 23px Arial, Helvetica, sans-serif;
	height: 23px;
	text-align: center;
	color: #fff;
}

a.button {
	line-height: 21px;
}

button.disabled {

}

button.disabled span {

}

.float-left{
    float: left;
}

.float-right{
    float: right;
}
/* 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:#eee; }*/ /* 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 .input-box #login-email-newsletter {
	float: left;
	width: 30px;
}

.form-list select {
	width: 256px;
}

.form-list li.add-row {
	border-top: 1px solid #ccc;
	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 {

}
.group-select li {
	margin: 0 0 5px;
}

.group-select .input-box {
	float: left;
	width: 260px;
}

.group-select input.input-text,.group-select textarea {
	width: 510px;
}

.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;
}
.customer-dob {
   float:left;
   width: 256px;
}

.group-select div.dob-year  {
   width: 50px;
}

.group-select div.dob-month  {
   width: 50px;
}
.group-select div.dob-day  {
   width: 50px;
}

.group-select .input-box #year  {
   width: 65px;
}
.group-select .input-box #month  {
   width: 45px;
}
.group-select .input-box #day  {
   width: 45px;
}

#CategoryName {
    display: none;
}

.group-select .input-box #billing\3A year  {
   width: 60px;
}
.group-select .input-box #billing\3A month  {
   width: 40px;
}
.group-select .input-box #billing\3A day  {
   width: 40px;
}
#label-login-email-newsletter {
   width:200px;
}
.group-select li .address-warning {
   color: #FF0000;
   font-weight:bold;
}

.buttons-set {
	clear: both;
	margin: 0px 5px 25px 5px;
	padding: 0;

}

.buttons-set .back-link {
	float: left;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-top: 13px;
}

.box-spacer-lrtb .back-link {
  margin-left: 0;
}

.box-spacer-lrtb div.buttons-set button {
  margin-right: 0;
}

.buttons-set .back-link a {
	color: #286986;
	text-decoration: none;
}

.buttons-set .back-link a:focus,
.buttons-set .back-link a:hover {
	color: #000;
}

.buttons-set .button {
	float: right;
}

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

/***********************************************************************************************************************
 *      Form Theme - nov2010
 **********************************************************************************************************************/
.form_nov2010 {
}

.form_nov2010 input.input-text {
    height:22px;
    width:100%;
}

.form_nov2010 select {
    height:22px;
    line-height:22px;
}

.form_nov2010 label {
    color:#262626;
    display:block;
    font-weight:bold;
    line-height:2em;
}

.form_nov2010 #btn_submit {
    background:transparent url('/skin/frontend/enterprise/TOMS/images/preferences_center/btn_submit.gif') no-repeat top left;
    display:block;
    height:31px;
    text-indent:-9999em;
    width:122px;
}
    .form_nov2010 #btn_submit:hover {
        background:transparent url('/skin/frontend/enterprise/TOMS/images/preferences_center/btn_submit.gif') no-repeat bottom left;
    }
/*====================================================================================================================*/

/* 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 solid #f00 !important;
	background: #fff !important;
}

.validation-passed {

}

.required {
	color: #f00;
}

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

.messages li li {
	margin: 0 0 3px;
}

/* [Add .warning-msg to match style of other warnings (Bug TS-677)] - [ncampbell] - [10/17/2011] */
.error-msg,.success-msg,.note-msg,.notice-msg, .warning-msg {
	border-style: solid !important;
	border-width: 1px !important;
	background-position: 10px 10px !important;
	background-repeat: no-repeat !important;
	min-height: 24px !important;
	padding: 11px 8px 2px 32px;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEDED;
	border-color: #A2CFE9;
	margin-right: 10px;
}

/* [Add .warning-msg to match style of other warnings (Bug TS-677)] - [ncampbell] - [10/17/2011] */
.error-msg, .warning-msg {
	background-image: url(../images/warning.png);
	color: #333;
	background-color: #fff8ae;
	border: #fff8ae;
	line-height: 24px;
	padding: 8px 8px 0 38px;
	font-size: 1.05em;
	font-weight: normal;
}

.success-msg {
	background-image: url(../images/success_msg_icon.gif);
}

.note-msg,.notice-msg {
	background-image: url(../images/note_msg_icon.gif);
}

/* BreadCrumbs */
.breadcrumbs {
 display:inline;
 font-weight:bold;
}

.catalog-product-view .breadcrumbs {
    font-weight:normal;
}

.breadcrumbs li, .breadcrumbs ul {
	display: inline;
}
.breadcrumbs li.home {
	display:none

}
/* Page Heading */
.page-title {
	padding: 0 0 5px;
	margin: 0 0 10px;
}

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

/* Pager */
.pager {
	padding: 5px;
	margin: 5px 0;
	text-align: right;
}

.pager .amount {

}

.pager .limiter {

}

.pager .pages {
	margin: 0 135px;
}

.pager .pages ol {
	display: inline;
}

.pager .pages li {
	display: inline;
}

.pager .pages .current {

}

/* Sorter */
.sorter {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px 0;
}

.sorter .view-mode {
	float: left;
}

.sorter .sort-by {
	float: right;
}

.sorter .link-feed {

}

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

.multiple-checkout .data-table {
	border: 1px solid #ccc
}

.data-table th {
	padding: 5px;
	color: #4F4B47;
	font-size: 18px;
	white-space: nowrap;
}

#product-review-table th,#product-review-table td {
	font-size: 12px;
	padding: 0 0 5px;
	text-align: center;
}

#product-review-table {
	margin: 5px 0;
	width: 300px
}

.data-table td {
	background: transparent url(../images/dots_horiz.jpg) repeat-x scroll
		center bottom;
	padding: 10px 5px;
}

.data-table thead {

}

.data-table tbody {

}

.data-table tfoot td {
	background: none;
}

.data-table tr.first {

}

.data-table tr.last {

}

.data-table tr.odd {

}

.data-table tr.even {

}

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

.data-table td.value {

}

.data-table .grand_total {
	font-size: 18px
}

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

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

/* Noscript Notice */
.noscript {
	border: 1px solid #ccc;
	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;
	height: 86px;
}

.header .logo {
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -999em;
}

.header .logo a {
	display: block;
	width: 126px;
	height: 88px;
}

.header .welcome-msg {
	font-weight: bold;
	text-align: right;
}

.header .links {
	float: right;
}

.header .links a,.header .links {
	font-size: 12px;
	color: #555555;
	text-decoration: none;
}

.header .links a:hover {
	text-decoration: underline
}

.header .links  li {
	display: inline;
}

.header h1 {
	margin-bottom: 2px
}

#cs-number {
    clear:right;
    float:right;
    margin-right:5px;
}

#search_mini_form {
    /* changed for tiburon */
    display: block;
    float: right;
    margin: 5.3em 0 0 0;
    position: relative;
}

#searchResultHeader {
    float: left;
}

#searchTitle {
    margin-top: 10px;
    margin-bottom: 40px;
}

.header .form-search .search-autocomplete {
	z-index: 999;
}

.header .form-search .search-autocomplete ul {
	border: 1px solid #ccc;
	background-color: #fff;
}

.header .form-search .search-autocomplete li {
	padding: 3px;
	border-bottom: 1px solid #ccc;
	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;
}

.form-search {
	margin:0px;
	/*margin-right:5px;*/
	padding:0px;
}

.form-search input {
	font-size: 13px;
	color: #7B7B7B;
}

.form-search input.input-text {
	background: none;
	float: right;
	height: 21px;
	padding: 3px;
}

.form-search button.search {
	background: url(../images/navigation/btn_search.png) no-repeat;
	height: 28px;
	width: 28px;
	border: none;
	float: right;
}

.black {
	color: #000;
	font-size: 12px
}

.orange {
	color: #C85721;
}

/********** < Navigation */
#nav {
	text-align: left; /* height:31px; */
	padding: 0;
	margin-top: 5px;

}

/* All Levels */
#nav li {
	position: relative;
	z-index: 4;
}

#nav li.active {
	z-index: 5;
}

#nav li.over {
	z-index: 990;
}

/*#nav li.parent {}*/
#nav li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold
}

#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 {
	margin: 0;
	padding: 0 0 0 0;
	float: left;
}

#nav li a {
	float: left;
	height: 34px;
	padding: 0;
	display: block
}

#nav li a,#nav li a span {
	text-indent: -999em;
}

#nav li.first a {

}

#nav li.last a { /* border-right:0;  */

}

#nav li a {
	font-size: 13px;
	background: url(../images/main-nav_v2a.jpg) no-repeat 0 0;
	display: block
}

#nav li a:hover {
	background-position: 0 -38px;
}

#nav li.active a {
	background-position: 0 -76px;
}

/* rollovers for TOMS */
#nav li.nav-1 a span {
	width: 106px;
}  /*fix for webkit */
#nav li.nav-1 ul li a span {
	width: 151px;
}

#nav li.nav-1 a {
	background-position: 0 0;
}

#nav li.nav-1 a:hover {
	width: 106px;
	background-position: 0 -38px
}

#nav li.nav-1.active a {
	background-position: 0px -76px;
}

#nav li.nav-2 a {
	width: 130px;
	background-position: -106px 0
}

#nav li.nav-2 a:hover {
	width: 130px;
	background-position: -106px -38px
}

#nav li.nav-2.active a {
	width: 130px;
	background-position: -106px -76px
}

#nav li.nav-3 a {
	width: 127px;
	background-position: -236px 0
}

#nav li.nav-3 a:hover {
	width: 127px;
	background-position: -236px -38px
}

#nav li.nav-3.active a {
	width: 127px;
	background-position: -236px -76px
}

#nav li.nav-how-we-wear a {
	width: 234px;
	background-position: -363px 0
}

#nav li.nav-how-we-wear a:hover {
	width: 234px;
	background-position: -363px -38px
}

#nav li.nav-how-we-wear.active a {
	width: 234px;
	background-position: -363px -76px
}

#nav li.nav-get-involved a {
	width: 195px;
	background-position: -596px 0
}

#nav li.nav-get-involved a:hover {
	width: 195px;
	background-position: -596px -38px
}

#nav li.nav-get-involved.active a {
	width: 195px;
	background-position: -596px -76px
}

#nav li.nav-blog a {
	width: 168px;
	background-position: -790px 0
}

#nav li.nav-blog a:hover {
	width: 168px;
	background-position: -790px -38px
}

#nav li.nav-blog.active a {
	width: 168px;
	background-position: -790px -76px
}

#nav li.shop a {
	background: transparent url(../images/home/shop_button.png) no-repeat
		scroll 0 0;
	height: 41px;
	width: 132px;
}

#nav li.shop a:hover {
	background-position: 0 -42px;
}

#nav li.shop.active a {
	background-position: 0 -42px;
}

#nav li.toplinks a {
	background: none;
	height: 15px;
	width: auto;
	font-size: 12px;
	text-transform: none;
	color: #555;
	text-indent: 0;
	font-weight: normal
}

#nav li.toplinks a:hover {
	background-position: 0 -42px;
}

#nav li.toplinks .active a {
	background-position: 0 -42px;
}

#nav li.toplinks {
	height: auto;
	padding: 0 5px;
}

/* 2nd Level */
#nav ul {
	position: absolute;
	width: 151px;
	top: 33px;
	left: -10000px;
	border: 1px solid #4280A3;
	padding: 0;
}
	#nav li.nav-get-involved ul {
		width: 180px;
	}

#nav ul li,#nav ul li a,#nav ul li a span {
	display: block;
	font-size: 16px;
	float: none;
	font-weight: normal;
	color: #fff;
	text-transform: none;
}

#nav ul li {
	margin: 0;
	padding: 0;
	height: 35px;
	background: #3F7B9D;
	opacity: .9;
	border-bottom: 1px dashed #6DAED3;
}

#nav ul li.last {
	border-bottom: 0;
}

#nav ul li a {
	background: none !important;
}

#nav ul li a span {
	padding: 0 !important;
	text-indent: 0;
	width: 151px;
	text-align: center;
	height: 34px;
	line-height: 33px;
}

	#nav li.nav-get-involved ul li a span {
		width: 180px;
	}

#nav li.shop ul li a span {
	width: 130px;
}

#nav li.shop ul {
	width: 130px;
	top: 34px;
}

#nav ul li a:hover span {
	background: #012549;
}

#nav ul li.active>a,#nav ul li.over>a {
	color: #444
}

#nav ul li.parent {
	background-image: url(../images/bkg_parent.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

/* 3rd+ leven */
#nav ul ul {
	top: 7px;
	border-top: 1px solid #aeaeae;
	padding-bottom: 5px;
}

/* Show Menu */
#nav li.over>ul,#toplinks li.over>ul {
	left: 0px;
}

#nav li.over>ul li.over>ul,#toplinks li.over>ul li.over>ul {
	left: 100px;
}

#nav li.over ul ul,#toplinks li.over ul ul {
	left: -10000px;
}

/********** Navigation > */
#toplinks #links-login,
#toplinks #links-login li {
    /* TOMS UK / CA Theme - ghiley 19 Sep 2011 */
    /* border-right:1px solid #a2a2a2; */
}
#toplinks #links-myaccount,
#toplinks #links-myaccount li {
    /*border-right:1px solid #a2a2a2;*/

    /* TOMS UK / CA Theme - ghiley 19 Sep 2011 */
    width:70px;
}
#toplinks #links-wishlist,
#toplinks #links-wishlist li {
    
    /* TOMS UK / CA Theme - ghiley 19 Sep 2011 */
    /* border-right:1px solid #a2a2a2; */
    /* width:45px; */
}
#toplinks #links-cs,
#toplinks #links-cs li {
    /*width:100px;*/
}
#toplinks ul {
    background: url(../images/bg_top_menu_bottom.png) no-repeat bottom right;
  	left: -10000px;
  	padding: 0 0 8px 0;
    position: absolute;
    top: 22px;
}

#toplinks li {
    /* TOMS UK / CA Theme - ghiley 19 Sep 2011 */
    display: block;
    float: left;
    height:22px; 
    line-height:21px;
    padding:0 5px;
    position: relative;
    text-align: center;
    z-index: 40;
}

#toplinks li a {
    color:#2d6a85;
    display:block;
    /*padding: 4px 0px 4px 10px;*/
    /*margin-right:10px;*/
}

#toplinks li.over {
    /* TOMS UK / CA Theme - ghiley 19 Sep 2011 */
    background: url(../images/bg_top_menu.png) no-repeat top right;
}

#toplinks li.over a {
    background-color:#efefef;
}

#toplinks li.over ul {
    /* background:none; */
}

#toplinks li.level1 a {
    background:none;
    /* TOMS UK / CA Theme - ghiley 19 Sep 2011 */
    border: none !important;
}

#toplinks li.level1 {
    border:none !important;
    margin:0px;
}

#toplinks ul li {
	display: block;
	background: url(../images/bg_top_menu_items.png) repeat-y top right;
}

#toplinks ul li a {
    display: block;
	text-indent: 0;
	text-align: center;
	border-bottom: 1px dotted #969696;
}

#toplinks ul li.last a {
	border-bottom: none
}

/* ======================================================================================= */
	/* Sidebar =============================================================================== */
.block {
	margin: 0 0 20px;
}

.block .block-title {
	padding-top: 0px;
}

/* [My Account left-side navigation title]-[ncampbell]-[22 Aug 11] */
.block .block-title h3 {
	color: #333;
	font-size: 1.5em;
	margin-top: 20px;
	font-weight: normal;
	margin-left: 20px;
}

.block .block-title h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

.block h3 {
	font-size: 14px;
	line-height: 1.5;
}

.block .block-content {
	padding: 0px;
}

/* start [My Account left-side navigation container/links]-[ncampbell]-[22 Aug 11] */
/* [Container]-[ncampbell]-[22 Aug 11] */
.block-account .block-content {
	margin-left: 20px;
}

/* [Links]-[ncampbell]-[22 Aug 11] */
.block-account .block-content ul li a {
	font-size: 1.05em;
	color: #2d68a5;
	text-decoration: none;
}
.block-account .block-content ul li.current strong {
	font-size: 1.05em; 
	color: #302525;
}

/* end [My Account left-side navigation container/links]-[ncampbell]-[22 Aug 11] */

.block .actions {
	text-align: right;
}

.block .actions a {
	float: left;
}

/* Block: Account */
/* [My Account left-side navigation container]-[ncampbell]-[22 Aug 11] */
.block-account {
	width: 240px;
	border: 1px solid #f1f1f1;
	padding-bottom: 40px;
}

/* Block: Currency Switcher */
.block-currency {

}

.block-currency select {
	width: 100%;
	border: 1px solid #888;
}

/* Block: Layered Navigation */
.block-layered-nav {
	font-size: 14px;
}
.block-layered-nav .filters{
	margin-top:-20px;
}
.block-layered-nav dt {
	font-weight: bold;
	margin-top:10px;
}

.block-layered-nav .currently {

}

.block-layered-nav {
	position: relative;
	top: -35px;
	left: 740px;
}

#size-filter {
    float: right;
}

#cat-top-pieces {
    float: left;
}

/* Block: Cart */
.wrapper-cart {
    float:right;
    position:relative;
    /*width:100px;*/ /*disabled for tiburon, needed for shoes*/
    z-index:9000;
}

.block-cart {
	font-size: 11px;
}

#header-cart .block{
    margin:0px;
}

.block-cart .summary {
    float:right;
    font-size:10px;
    line-height:10px;
    margin-left:5px;
    text-align:right;
}

.block-cart .summary a {
    text-decoration:none;
}

.block-cart .summary a span {
    text-decoration:underline;
}


.block-cart .summary div {
    margin-bottom:5px;
    vertical-align:middle;
}

.block-cart .summary img {
    margin-left:5px;
    vertical-align:middle;
}

#minicart {
    background-color:#fff;
    border:1px solid #cdcdcd;
    display:none;
    position:absolute;
    right:-11px;
    top:-11px;
    width:290px;
    -moz-box-shadow: 8px 8px 20px #8d8d8d;
    -webkit-box-shadow: 8px 8px 20px #8d8d8d;
    box-shadow: 8px 8px 20px #8d8d8d;
}

#minicart .block-title {
    background:none;
    background-color:#edf6fc;
    padding:10px;
}

#minicart .block-title p.left {
    font-weight:bold;
}

#minicart .block-content table th {
    font-weight:bold;
    text-transform:uppercase;
}

#minicart .block-content table tr {
}

#minicart .block-content table th,
#minicart .block-content table td {
    border-bottom:1px dotted #cdcdcd;
    padding:5px;
}

#minicart .block-content table td.product {
    width:100%;
}

#minicart .block-content table td.price {
    font-weight:bold;
}

#minicart .block-content .subtotal {
    padding:10px;
    text-align:right;
}

#minicart .block-footer {
    background-color:#edf6fc;
    padding:10px;
}

#minicart .block-footer a {
    color:#228ad1;
    font-weight:bold;
    text-decoration:none;
}

#minicart .template-item {
    display:none;
}

.mini-products-list li {
	padding: 5px 0;
}

.mini-products-list .product-image {
	float: left;
	width: 50px;
	padding: 5px;
	border: 1px solid #ccc;
	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-left: 20px;
}

.block-related .item .product-image {
	float: left;
	margin-right: -65px;
}

.block-related .item .product-details {
	margin-left: 65px;
}

/* 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 {
	background: url(../images/home/grey_line.jpg) repeat-x;
	padding-top: 5px;
}

.block-banner .block-content {
	text-align: left;
}

/* Block: Checkout Progress */
.block-progress {
}

.block-progress dt {
	font-weight: bold;
}

.block-progress dt.complete,.block-progress dd.complete {
	background-color: #f6f6f6;
}

/*	Block: Twitter	*/
.twtr-hd {
	display:none;
}
.twtr-ft {
	display:none;
}

/* ======================================================================================= */
	/* Category Page ========================================================================= */
.category-title {
	margin: 20px 0 10px;
	background: transparent url(/media/content/images/home-dottedline-community.gif) repeat-x scroll
		center bottom;
	padding-bottom: 40px;
	font-size: 13px;
	color: #000
}

.category-title img {
	vertical-align: bottom
}

.category-image {
/*	display: block;  */
	margin: 0 auto;
}

.category-products {

}

/* View Type: Grid */
.products-grid {
	width: 100%;
}

.category-products .products-grid tr {
	padding:5px;
}

.category-products .products-grid td {
	width: 33%;
	background:url(/media/content/images/home-dottedline-community.gif) repeat-x  bottom ;

}

.category-products .products-grid td.last, .category-products .products-grid tr.last {

}

#CategoryName {
    display: none;
}
  
  .products-grid td div.box {
  	/* ghiley 15 Sept, 2011
  	padding: 5px 10px;  */
  	padding: 3px 10px 18px 10px;
  	background: transparent url(../images/home/bg_col_dots.jpg) repeat-y right top;
  }
  
    .products-grid .product-image {
      display: block;
    }  
  
    .products-grid .regular-price {
    	float: left;
    	margin-top: 3px;
    }

    .products-grid .add-to-cart {
    	float: right; 
    	margin-bottom:5px;
    	margin-right: 5px;
    	width: 160px;
    }
    
/* View Type: List */
.products-list li.item {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 0 5px;
}

.products-list .product-image {
	float: left;
}

.products-list .product-shop {
	float: right;
	width: 320px;
}

/* =======================================================================
/* Product View
========================================================================== */
.product-view  h1 {
	font-size: 24px;
}

.product-view  .interim-cart h1 {
	font-size: 24px;
	margin-left: 20px;
}

.product-view  h3 {
	font-size: 20px;
	font-weight: normal;
}

.product-view .price-box {
	font-size: 14px;
	float: right;
	margin: 7px 0 0;
}

.quick-view .product-view .price-box {
	margin: 0;
}

.product-view h3 {
	border-top: 1px solid #BFBFBF;
	padding-top: 10px
}

.product-view div.ratings {
	background-color: #eeeded;
	border: 1px solid #e9e6e6;
	padding: 5px;
	margin-bottom: 15px
}

.product-view h3.first {
	border-top: none
}

.product-essential {

}

.product-collateral {

}

/* Product Images */
.product-view .product-img-box {
	float: left;
	width: 550px;
}

.product-view .product-img-box .product-image {
	float: left;
	border: 1px solid #EEEDED;
}

.product-view .product-img-box .up-sell  .product-image {
	border: none;
}

.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 {
	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 #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 {
	float: right
}

.product-view .product-img-box .more-views ul {
	margin-left: -4px
}

.product-view .product-img-box .more-views .image-thumb {
	padding: 1px;
}

.product-view .product-img-box .more-views .image-thumb img {
	border: 1px solid #EEEDED;
	margin: 0 6px 3px 0;
}

.product-view .product-img-box .more-views .image-thumb.active img {
	border: 2px solid #A4D7F4
}

.product-image-popup {
	margin: 0 auto;
}

.product-image-popup .nav {
	text-align: center;
}

.product-image-popup .image {
	display: list-item
}

.product-image-popup .image-label {

}

/* Product Shop */
.product-view .product-shop {
	float: right;
	width: 369px;
}

.product-view .product-name {
	font-size: 1em;
}

.crosssell ul li .product-shop .product-name {
	font-size: 0.95em;
	font-weight: normal;
	height: 120%;
	position: relative;
}

.crosssell ul li .product-shop .product-name a {
	text-decoration: none;
	color: #286986;
}

/* [Making styles of You May Also Like reflect wireframes (Bug TS-403)] - [ncampbell] - [9/23/2011] */
.crosssell .regular-price .price {
    color: #999999;
    font-size: 0.95em;
    font-weight: normal;
}

/* [Making styles of You May Also Like reflect wireframes (Bug TS-403)] - [ncampbell] - [9/23/2011] */
.crosssell .price-box {
    bottom: 4px;
    position: absolute;
}


.product-view .short-description {
	margin: 15px 0;
	font-size: 14px;
}

.quick-view .product-view .short-description {
	font-size: 1em;
	*min-height: 1px;
}

.product-view .short-description a {
	font-size: 11px
}

.more-sells .more-box {
	margin: 20px 0;
	color: #747474;
	font-size: 9px;
	clear: both;
	border: 1px solid #EDEDED;
	padding: 3px
}

.product-view .more-box p {
	margin: 5px
}

.product-view .more-box span {
	color: #000;
	font-weight: bold
}

.product-view .more-box a {
	color: #398Ab8
}

.product-view .more-box h2 {
	padding: 0;
}

.product-view .more-box img {

}

.product-view .more-sells {
	margin-bottom: 15px;
	float: right;
	width: 369px;
}

.product-view .more-box ul {
	float: right;
	width: 122px
}

.product-view .more-box ul li {
	float: left;
	margin: 0;
	padding: 0
}

.product-view #shipto {
    width: 14em;
}

/* Rating */
.ratings {
	font-size: 13px;
}

.ratings label {
	float: left;
	font-size: 12px;
    font-weight: bold;
}

.ratings .amount {

}

.ratings .rating-links {
	font-size: 11px;
	float: right
}

.ratings .stButton {
    margin-left:5px;
    margin-right:0px;
}

.ratings .stButton .chicklets {
    padding-left:13px;
}

.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;
	float: left;
	margin: 1px 10px 0px 10px;
}

.rating-box .rating {
	position: absolute;
	top: 0;
	left: 0;
	height: 13px;
	background: url(../images/bg_rating.gif) 0 100% repeat-x;
}

/* Availability */
.availability {

}

.availability .in-stock {
	font-weight: bold;
}

.availability .out-of-stock {
	font-weight: bold;
	color: #f00;
	margin:5px 0 0;
}

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

.price-box {

}

.price-box .price {
	font-weight: bold;
}

.price-box-bundle {

}

/* Regular price */
.regular-price {

}

.regular-price .price {
  /* ghiley 15 Sept, 2011 
  color: #999;
	font-size: 0.95em;
	font-weight: normal;
	*/
  
	color: #737373;
	font-size: 16px;
	font-weight: bold;
}

/* Old price */
.old-price {

}

.old-price .price-label {
	white-space: nowrap;
}

.old-price .price {
	font-weight: bold;
	text-decoration: line-through;
}

/* Special price */
.special-price {

}

.special-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.special-price .price {
	font-weight: bold;
}

/* 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 label {
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 60px;
	background-color: #fff
}

.add-to-cart .qty {
	float: left;
}

.add-to-cart .ship-to {
	float: left;
}

.add-to-cart .button {
	float: right;
	margin: 15px 0 0 5px;
	cursor: pointer;
}

.out-of-stock {
	margin: 10px;
	font-weight: bold
}

/* Add to Links + Add to Cart */
div.quickview div.product-view div.product-info .add-to-box {
	clear: both;
	margin-top: 10px;
	border-top: 1px dotted #f1f1f1;
	padding-top: 15px;
}

.add-to-box {

}

.add-to-box .add-to-cart {

}

.add-to-links li {
	float: right;
	font-size: 11px;
	margin: 0 25px 20px
}

/* Product Options */
.product-options {
	margin: 10px 0 0;
    clear:both;
}

.product-options span.right {
	font-size: 11px;
}

.product-options dt label {
	font-weight: bold;
	font-size: 14px;
	line-height: 1em;
}

.product-options dt label {
	line-height: 1em;
}

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

.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 {
	width: 100%;
}

.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-bottom {
	clear: both;
	margin-top: 10px;
	border-top: 1px dotted #f1f1f1;
	padding-top: 15px;
}

.product-options-bottom .price-box {
	margin: 10px 0;
}

/* Grouped Product */
.grouped-items {

}

/* Block: Description */
.product-view .description {
	float: right;
	width: 369px;
	clear: right;
}

.product-view .description #product_tabs_description_contents.std {
	padding: 20px;
}

/* Block: Additional */
.product-view .additional {

}

/* Block: Upsell */
.product-view .up-sell {
	clear: both;
	width: 550px;
	margin-top: 20px;
}

.product-view .up-sell .products-grid {
	width: auto;
}

.product-view .up-sell .products-grid td {

}

.product-view .up-sell .products-grid div {
	width: 25px;
	float: left;
	padding: 3px;
	margin-bottom: 20px;
}

.product-view .up-sell h3 label {
	float: left;
	margin-right: 15px;
	font-size: 20px;
}

/* 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 {
	margin-top: 20px;
	font-size: 13px;
}

.product-view .reviews dt {
	color: #000;
	font-weight: bold;
	margin: 10px 0 0
}

.product-view .reviews dd .rating-box {
	margin: 0;
	float: none;
}

/* Block: Add Review */
.product-view .add-review {

}

.product-view .add-review .product-name span {
	font-weight: normal;
}

/* ======================================================================================= */
/* Content Styles ================================================================= */
.product-name a {
	text-decoration: none
}

h3.product-name {
	font-size: 20px;
	height: 50px;
	font-weight: normal;
}



.review-customer-index h3.product-name {
	font-size:16px; margin:0; height:auto;

}

#product-reviews-none {
    padding: 10px 0 0 10px;
}

/* 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 #ccc;
	padding: 1px;
}

.product-review .details {
	float: right;
	width: 570px;
}

/* ======================================================================================= */
	/* Shopping Cart ========================================================================= */
.cart .checkout-types {
	float: right;
	text-align: right;
	margin: 20px 0 10px;
}
.cart  .proceed .checkout-types {
	clear: none;
} 

.cart .checkout .checkout-types {
	float: right;
	text-align: right;
	margin: 0;
	display: inline-block;
	margin-right: 10px;
	width: 450px;
}

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

.cart-col {
	/* width: 600px; [Fix for IE to display Cart properly] - [ncampbell] - [9/7/2011] */
	float: left;
	margin-left: 10px
}

.cart-col div.cart-item {
	margin: 0;
	border-top: none;
	border-bottom: 1px solid #f1f1f1;
	border-left: 10px solid #f1f1f1;
	border-right: 10px solid #f1f1f1;
	height: 145px;
	clear: both;
}

.cart-col div.cart-item div.ship-top {
	background: #F2EDE8;
	padding: 5px 30px 5px;
}

.cart-col div.cart-item .left {
	margin: 10px 0 10px 10px
}

.cart-col div.cart-item .product-name {
	margin: 0;
	font-size: 1em;
	height: auto;
	font-weight: bold;
}

.cart-col div.cart-item .item-options {
	color: #737373;
	font-size: 12px
}

.cart-col div.cart-item select {
	font-size: 10px;
}

.cart-col div.cart-item .cart-price {
	/* ghiley 06 Sep 2011 
	margin: 30px 40px 0 0; */
	margin: 0px 0 0 0;
	padding-top: 23px;
	font-size: 14px;
	color: #737373;
	font-weight: bold;
	clear: right
}

.cart-col div.cart-item p {
	font-size: 10px;
	margin: 10px 0;
	font-style: italic
}

.cart-col div.cart-item p span {
	font-weight: bold;
	color: #000
}

.cart-col div.cart-item .gift-message {
	margin: 2px 190px 0 0
}

.cart-col .faq {
	font-size: 13px;
	color: #2c2b2a !important;
	clear: both;
	padding: 20px 0px 20px 30px
}

.cart-col .faq p {
	margin: 8px 0;
	text-align: justify
}

.cart-col .note {
	color: #999;
	font-size: 0.8em;
	text-align: left;
	margin: 0;
	/* width: 702px; [Width removed (auto OK for Shopping Bag)] - [ncampbell] - [9/7/2011] */
	background-color: #f1f1f1;
	height: 46px;
}

.cart-col .note p {
	padding-left: 10px;
	height: 100%;
	line-height: 46px;
}

.cart-col .title-buttons .checkout-types {
	margin: 5px 0 0;
	clear: none
}

.cart-col .help {
	margin: 12px 7px 0 0;
	font-size: 15px;
	color: #000
}

.cart-col .help img {
	margin-top: -10px
}

input.checkout, button.checkout {
  	text-transform: capitalize;
	background: url(../images/toms_checkout/cart_shoppingbag.jpg) no-repeat;
	background-position: -37px -192px;
	width: 265px;
	height: 36px;
	border: none;
	cursor:pointer;
	text-indent: -9999px;
}

button.checkout span {
    display: none;
}

.cart .red {
   color: #DF280A;

}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
	float: left;
	width: 340px;
}

.cart .cart-collaterals .one-for-one-box {
	background-color: #f7f7f7;
	padding: 15px 20px 30px;
	font-size: 13px;
	margin: 0 15px 15px 0
}

.cart .crosssell  ul li {
	list-style: none;
	padding: 5px;
	text-align: left;
	width: 142px;
	float: left;
	margin: 10px 15px 0 0;
	height: 200px
}

.cart .crosssell a.product-image {
	margin: 10px 0;
}

.cart .crosssell a.addtobag {
  display:block;
}

.cart .crosssell div.product-image {
	height: 100px
}

.cart .crosssell .product-shop {
	height: 40px;
}
.cart div.checkout {
	/* width: 702px; [Width removed (auto OK for Shopping Bag)] - [ncampbell] - [9/7/2011] */
	overflow: auto;
	margin: 0;
	background-color: #f1f1f1;
}

.cart .shipestpromo {
	width: 326px;
	background-color: #e1e7e9;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	margin-bottom: 20px;
}

  .cart .shipestpromo .shipping-form {
  
  }
  
    .cart .shipestpromo .shipping-form .form-list {
      margin: 0px 10px 6px 10px;
    }
  
      .cart .shipestpromo .shipping-form .form-list label,
      .cart .shipestpromo .shipping-form .form-list select,
      .cart .shipestpromo .shipping-form .form-list input {      
        font-size: 12px;
        margin-bottom: 6px;
        display: block;
		color: #999; /* [Color of text in wireframe] - [ncampbell] - [9/20/2011] */
      }

.cart .shipestpromo  h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0 5px 10px;
	color: #333;
}

/* [Resized to fit both input#postcode and select on same line with Estimate button (Bug TS-301)] - [ncampbell] - [9/20/2011] */
.shipestpromo input#postcode {
    width: 80px;
    float: left;
    margin-right: 5px;
}
.shipestpromo .form-list select {
    width: 135px;
    float: left;
    margin-right: 5px;
    height: 22px;
}

button.estimate {
	background-image: url('../images/toms_checkout/cart_shoppingbag.jpg');
	background-position: -10px -86px;
	width: 75px;
	height: 20px;
	text-indent: -9999px;
	display: block;
}

/* [Resized to line up with Estimate Shipping group above (Bug TS-301)] - [ncampbell] - [9/20/2011] */
#coupon_code {
	margin-left: 10px;
	margin-right: 3px;
	width: 196px;
}

.shipestpromo .sp-methods {
	margin-left: 10px;
}

button.updatetotal {
	background-image: url('../images/toms_checkout/cart_shoppingbag.jpg');
	background-position: -167px -233px;
	width: 100px;
	height: 20px;
	text-indent: -9999px;
	margin-right: 10px;
}

button.applycode {
	background-image: url('../images/toms_checkout/cart_shoppingbag.jpg');
	background-position: -10px -109px;
	width: 100px;
	height: 20px;
	text-indent: -9999px;
	vertical-align: middle;
}

#shipping-zip-form .input-box {
	margin-left: 10px;
}

.checkout .proceed {
	clear: both;
	margin-top: 20px;
	overflow: auto;
	margin-bottom: 30px;
}

.checkout .proceed a.backtoshop {
	display: block;
	text-decoration: none;
	font-size: 1em;
	float: left;
	margin-left: 10px;
	color: #286986;
	font-weight: bold;
	vertical-align: middle;
}

.checkout .proceed button.expcheckout {
	background-image: url('../images/toms_checkout/cart_shoppingbag.jpg');
	background-position: -10px -47px;
	width: 151px;
	height: 36px;
	text-indent: -9999px;
}

.checkout .proceed button.ppcheckout {
	background-image: url('../images/toms_checkout/cart_shoppingbag.jpg');
	background-position: -10px -163px;
	width: 143px;
	height: 24px;
	text-indent: -9999px;
}

div.crosssell {
	width: 702px;
	border: 1px solid #f1f1f1;
	overflow: auto;
	margin-top: 20px;
}

div.crosssell h3 {
	font-size: 1em;
	margin-left: 10px;
}

a.addtobag {
	background-image: url('../images/toms_checkout/cart_shoppingbag.jpg');
	background-position: -10px -233px;
	width: 146px;
	height: 20px;
	text-indent: -9999px;
}

div.note p a {
	color: #286986;
	text-decoration: none;
}


/* Shopping Cart Totals */
.cart .totals {
	float: right;
	background-color: #fff;
	width: 326px;
	margin-right: 10px;
}

.cart .totals tfoot th,.cart .totals tfoot td {
	color: #000
}

.cart .totals table {
	width: 100%;
}

.cart .totals table th,.cart .totals table td {
	padding: 5px;
	font-weight: bold;
}

.cart .totals table th {
	font-weight: bold;
	padding-right: 45px;
}

/* Options Tool Tip */
.item-options dt {
    margin:0;
    padding:0;
    float:left;
	font-weight: bold;
	font-style: italic;
}

.item-options dd {
	float:left;
    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 #ccc;
	background-color: #f6f6f6;
}

.truncated .show dl {
	top: -20px;
	left: 50%;
}

.col-left .truncated .show dl {
	left: 30px;
	top: 7px;
}

.col-right .truncated .show dl {
	left: -240px;
	top: 7px;
}

/* ======================================================================================= */
	/* Checkout ============================================================================== */
	/* One Page */
.opc {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	position: relative;
}

.opc li.section {
	border: 1px solid #ccc;
	border-bottom: 0;
	border-top: 0;
    clear:both;
}

.opc .step-title {
	/* background: url(../images/bg_step_title.jpg) repeat-x;*/
	background: url(../images/bg_step_title_sprite.gif) #688994 no-repeat right -202px;
	padding: 0 10px;
	clear: both;
	height: 35px;
	border-top: 1px solid #fff;
  font-size: 16px;
  color: #ccc;
  font-weight: normal;
  line-height: 35px;
}

  .opc .step-title h2 {
    font-size: 16px;
    color: #ccc;
    font-weight: normal;    
    line-height: 35px;
  }

.opc .step-title .number {
	float: left;
	margin-right: 5px;
}

.opc .step-title h3 {
	float: left;
}

.opc .allow .step-title {
	cursor: pointer;
	background: url(../images/bg_step_title_sprite.gif) #839ea7 no-repeat right 0px;
	color: #d6eaf6;
}

.opc .allow .step-title h2 {
	color: #d6eaf6;
}

.opc .active {

}

.opc .active .step-title {
	/* background: url(../images/bg_step_title_active.jpg) repeat-x; */
	background: url(../images/bg_step_title_sprite.gif) #688994 no-repeat right -95px;
	cursor: default;
	border-top: none;
  color: #fff;
  font-weight: bold;  	
}

  .opc .active .step-title h2 {
    color: #fff;
    font-weight: bold;
    line-height: 35px;
  }

.opc .step {
	border-top: 1px solid #ccc;
	padding: 10px 0 10px 0;
	position: relative;
	background: #f1f1f1;
}

.opc .step .tool-tip {
	right: 10px;
}

.opc .order-review {

}

/* 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;
	padding-bottom:5px;
	margin-top: 15px;
}

  .sp-methods dt:first-child {
    margin-top: 0;
  }

  .sp-methods dd {
    margin-left: 20px;
  }

.sp-methods .price {
	font-weight: bold;
}

.sp-methods .form-list {

}

.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 #ccc;
	background-color: #f6f6f6;
	padding: 5px;
	position: absolute;
	z-index: 9999;
}

.tool-tip .btn-close {
	text-align: right;
}

.tool-tip .tool-tip-content {
	padding: 5px;
}

#dhtmltooltip{
position: absolute;
width: 100px;
font-size: 12px;
border: 1px solid #CCCCCC;
padding: 2px;
background-color: #f6f6f6;
visibility: hidden;
display: none;
z-index: 9000;
}

/* Other ToolTip */

.infopop {
	background-image: url('../images/moreinfo.png');
	background-repeat: no-repeat;
	width: 205px;
	height: 78px;
	padding: 10px 0 20px 10px;
	text-align: left;
}

/* [Style for resizable balloon for longer content (Bug TS-401)] - [ncampbell] - [9/28/2011] */

.moreinfolong {
	display: none;
	width: 215px;
	position: absolute;
	top: 0;
	left: 0;
}

.moreinfolong .miltop {
	width: 215px;
	height: 7px;
	background: url('../images/moreinfolong_top.png') no-repeat;
}

.moreinfolong .milbody {
	width: 215px;
	min-height: 20px;
	background: url('../images/moreinfolong_body.png') repeat-y;
}

.moreinfolong .milbody p {
	padding: 0 6px;
	font-size: 0.95em;
	margin: 0 !important;
	line-height: 105% !important;
}

.moreinfolong .milbody p::first-line {
	font-weight: bold;
}

.moreinfolong .milbottom {
	width: 215px;
	height: 24px;
	background: url('../images/moreinfolong_bottom.png') no-repeat;
	background-position: 0 0;
}


/* Gift Messages */
.add-gift-message {

}

.gift-message-form {
	border: 1px solid #ccc;
	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 #ccc;
	background-color: #f6f6f6;
	padding: 5px;
	height: 10em;
	overflow: auto;
}

.checkout-agreements .agree {
	padding: 6px;
}

/********** Common Checkout Styles > */
/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.account-login {

}

.account-login .registered-users {
	padding-left: 30px;
	width: 415px;
  margin-top: 30px;
}

.account-login .new-users {
	background: url('../images/login_or.jpg') no-repeat left center;
  width: 465px;
  float: left;
  padding-left: 30px;
  margin-top: 30px;
}


.account-create {

}

.account-create form p.required {
    width: 516px;
    text-align: left;
    margin-top: -5px;
    margin-bottom: 10px;
}
.account-create form .buttons-set {
    width: 516px;
    padding-left: 0;
    padding-right: 0;
}

.account-login h3 {
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 15px;
}

.account-login p {
	margin: 0 0 10px 0;
}

.account-login .reguserlogin {
	width: 275px;
}

.account-login .form-list label {
	font-weight: normal;
}

.account-login .reguserlogin #email, .account-login .reguserlogin #pass  {
	width: 270px;
	border: 1px solid #999;
	margin-top: 5px;
}

.account-login .reguserlogin .remember {
	height: 28px;
	float: left;
	width: 175px;
	margin-top: 8px;
}

.account-login .reguserlogin .remember p {
  margin-bottom: 5px;
}

.acount-login .reguserlogin .remember label {
	line-height: 28px;
	vertical-align: middle;
}

a.forgotpass {
	display: inline-block;
	background-image: url('../images/login.jpg');
	background-position: -261px 0;
	width: 13px;
	height: 13px;
	text-indent: -9999px;
	vertical-align: text-top;
	margin-left: 5px;
}

.account-login .reguserlogin #rememberbox {
	vertical-align: middle;
}

.account-login .reguserlogin .buttons-set {
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin: 15px 0 25px 0;
}

  .account-login .reguserlogin .buttons-set .loginacnt {
  	margin-right: 0;
  }

.account-login .registered-users  hr {
	height: 3px;
	border: none;
	border-bottom: 1px dotted #f1f1f1;
	color: #f1f1f1;
	background-color: none;
	width: 370px;
	margin: 15px 0px;
	clear: both;	
}

/* [Background image removed in order to match Create Account button] - [ncampbell] - [9/14/2011] */
button.loginacnt {
	/*background-image: url('../images/login.jpg');
	background-position: 0 0;*/
	background-color: #678993;
	width: 80px;
	height: 28px !important;
	/*text-indent: -9999px;*/
	float: right;
	/*line-height: 100%;*/
	vertical-align: middle;
	color: #fff;
	font-size: larger;
	font-weight: bold;
}

ul.sociallogin {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: 10px;
	height: 35px;
	position: relative;
}

  ul.sociallogin li {
  	display: block;
  	margin-right: 10px;
    float: left;
  }
  
    ul.sociallogin li a {
      display: block;
    }
    
  ul.sociallogin li.facebook {

  }
  
  ul.sociallogin .fb_button {
  	background-image: url('../images/login.jpg');
  	background-color: #fff;
  	padding: 0px;
  	display: block;
  }
  
  ul.sociallogin .fb_button_medium {
  	background-position: 0 -35px;
  	width: 100px;
  	height: 35px;
  	text-indent: -9999px;
  }
  
  ul.sociallogin .fb_button_text {
  	visibility: hidden;
  }
  
  ul.sociallogin li.twitter {
  	margin-top: 1px;
  }
  
  
  ul.sociallogin li.twitter a {
  	background-image: url('../images/login.jpg');
  	background-position: -109px -35px;
  	width: 100px;
  	height: 35px;
  	text-indent: -9999px;
  }
  
  ul.sociallogin li.gmail a {
  	background-image: url('../images/login.jpg');
  	background-position: -218px -35px;
  	width: 100px;
  	height: 34px;
  	text-indent: -9999px;
  }

.account-login .new-users p {
	color: #666;
}

.account-login .new-users p a {
	color: #286986;
	text-decoration: none;
	font-weight: bold;
}

.account-login .new-users div.guest {
	width: 414px;
	float: right;
}

.account-login .new-users div.createnew  {
	text-align: center;
	height: 300px;
}

.account-login .new-users div.createnew p {
	margin: 100px 0 0 0;
}

.account-login .new-users button.guestcheckout,
.account-login .new-users a.guestcheckout {
	background-image: url('../images/login.jpg');
	background-position: -87px 0;
	width: 166px;
	height: 28px;
	text-indent: -9999px;
	margin: 20px 0 60px 0;
	display: block;
}

/* [Background image removed for IE7 button background bug] - [ncampbell] - [9/14/2011] */
.account-login .new-users button.createnew  {
	background-color: #678993;
	width: 166px;
	height: 28px;
	color: #fff;
	font-weight: bold;
	font-size: larger;
	
}

div.input-box.forgetpass {
	width: 420px;
}

div.input-box.forgetpass #email_address {
	width: 245px;
}

button.emailpass {
	background-image: url('../images/login.jpg');
	background-position: 0 -105px;
	text-indent: -9999px;
	width: 125px;
	height: 23px;
	vertical-align: middle;
}

/* Shopping Bag Styles ========= */
/* Added 2 Aug 11 (nc) ========= */
/* Live Chat/Verisign Sidebar == */

#lcverisign {
}

#lcverisign h3 {
	float: none;
	font-size: 1.2em;
	color: #333333;
	line-height: normal;
	margin: 7px 0px;
	text-align: left;
}

#lcverisign.title-buttons p {
	text-align: left;
}

#lcverisign .livechat {
	padding: 10px;
	border: 1px solid #f1f1f1;
	margin-bottom: 55px;
}

a#livechat, a#verisign, span#payment {
	display: block;
	text-align: left;
	text-indent: -9999px;
	background-image: url('../images/toms_checkout/cart_shoppingbag.jpg');	
}

/* [Update "Start Live Chat Now" button (Bug TS-327)] - [ncampbell] - [9/18/2011] */
a#livechat {
	width: 192px;
	height: 32px;
	background-position: -110px 0;
	margin: 10px 0;
}

#lcverisign .livechat hr {
	height: 3px;
	border: none;
	border-bottom: 1px dotted #f1f1f1;
	color: #f1f1f1;
	background-color: none;
	width: 100%;
	margin: 13px 0px;
	clear: both;	
}

#lcverisign .livechat span {
	font-size: 1.5em;
	line-height: 150%;
	color: #666;
	font-weight: bold;
}

#lcverisign .vsign {
	padding: 10px;
}

a#verisign {
	margin: 0px 0px 10px 20px;
	width: 135px;
	height: 68px;
	background-position: -167px -37px;
}

#lcverisign div.sslshop {
	text-align: left;
	margin-left: 30px;
	margin-bottom: 10px;
}

span#payment {
	margin: 10px 0px 10px 20px;
	width: 146px;
	height: 61px;
	background-position: -156px -112px;
}

/* Added 3 Aug 11 (nc) ========= */
/* Product Grid == */

div#gridhead {
	margin: 0;
	background-color: #f1f1f1;
	height: 29px;
	width: 702px;
}

  /* [div#gridhead in Shopping Cart width removed for cross-browser support] - [ncampbell] - [9/7/2011] */
  .cart-col div#gridhead {
  	width: auto;
  }
  
  /* Shopping Bag alignment - IE7 fix - ghiley [28 Sept 11] */ 
  #cart-form div#gridhead {
    *width: 700px;
  }   

div#gridhead ul {
	display: block;
	margin: 0 10px;
	padding: 0;
	height: 29px;
}

div#gridhead ul li {
	display: block;
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 1em;
	vertical-align: middle;
	line-height: 29px;
	height: 29px;
	float: left;
}

div#gridhead ul li.pdct {
	width: 435px;
}

  /* Shopping Bag alignment - ghiley [28 Sept 11] */ 
  #cart-form div#gridhead ul li.pdct {
    width: 419px;
    *width: 425px;
  } 

div#gridhead ul li.qty {
	width: 50px;
}

  /* Shopping Bag alignment - ghiley [28 Sept 11] */ 
  #cart-form div#gridhead ul li.qty {
    width: 51px;
    text-align: center;
  } 

div#gridhead ul li.sub {
	width: 59px;
	text-align: right;
}

  /* Shopping Bag alignment - ghiley [28 Sept 11] */ 
  #cart-form div#gridhead ul li.sub {
    width: 72px;
    padding-right: 10px;
  } 

div#gridhead ul li.last {
	width: 136px;
}

  /* Shopping Bag alignment - ghiley [28 Sept 11] */ 
  #cart-form div#gridhead ul li.last {
    width: 128px; /* [Shortened width so <li> wouldn't break to next line (Bug TS-815] - [ncampbell] - [10/29/2011] */
  } 

a.cartsprite {
	display: block;
	text-align: left;
	text-indent: -9999px;
	background-image: url('../images/toms_checkout/cart_shoppingbag.jpg');
}

a.wishlistadd {
	width: 62px;
	height: 17px;
	background-position: -34px 0;
	margin: 20px auto 8px;
}

a.removethis {
	width: 62px;
	height: 17px;
	background-position: -34px -25px;
	margin: 20px auto;
}

.cart-item .wishremove {
	height: 100%;
	width: 115px;
	border-left: 1px solid #f1f1f1;
	overflow: auto;
}

.cart-item .info {
	width: 250px;
}

.cart-item .divItem {
	height: 100%;
}

.total-label, .total-value {
	font-size: 1.5em;
	padding-top: 20px;
	color: #333;
}

.cart .totals .subtotal-label, .cart .totals .amount {
	font-weight: normal;
}

/* [Shopping Bag Promo Code close button]-[ncampbell]-[23 Aug 11] */
/* TS-471 - [ghiley] - [27 Aug 11] */
#discount-coupon-form button.cancel-btn,
#remove_coupon_button {
  vertical-align: top;
  margin-top: 1px;
}

  #discount-coupon-form button.cancel-btn span,
  #remove_coupon_button span {
  	background-image: url('../images/toms_checkout/cart_shoppingbag.jpg');
  	background-position: -10px -14px;
  	background-repeat: no-repeat;
  	width: 9px;
  	height: 9px;
  	vertical-align: baseline;
  	line-height: inherit;
  	text-indent: -9999px;
  	padding: 0;
  	display: block;
  }
  
  /* TS-471 - [ghiley] - [27 Aug 11] */
  #discount-coupon-form button.cancel-btn:hover span,
  #discount-coupon-form #remove_coupon_button:hover span {
    background-position: -20px -14px;
  }


/* [Shopping Bag Promo Code Validation Error Hint] - [ncampbell] - [9/16/2011] */
#discount-coupon-form div#response_div {
	color: #ed1c24;
	font-size: 0.95em;
	padding: 6px 0 10px 11px;
}


a.maylikeadd {
	background-position: -10px -233px;
	width: 146px;
	height: 20px;
}

/* [Paragraph margins for Cart Empty copy] - [ncampbell] - [9/17/2011] */
.cart-empty p {
	margin-bottom: 10px;
}

/* Account Login/Create Pages ============================================================ */
	/* My Account ============================================================================= */
	/********** < Dashboard */
.dashboard {

}

/* [Getting rid of "blue dots" background images for My Account pages] - [ncampbell] - [9/7/2011] */

.block-account .block-title, div.myaddresses h1, div.page-title h1.myaccount, form#myphotos-form div.category-title {
	background: none;
}

body.customer-account-index div.col-left.sidebar, body.customer-account-edit div.col-left.sidebar, body.customer-address-index div.col-left.sidebar, body.customer-address-form div.col-left.sidebar, body.sales-order-history div.col-left.sidebar, body.review-customer-index div.col-left.sidebar, body.wishlist-index-index div.col-left.sidebar, body.helpdeskultimate-customer-index div.col-left.sidebar, body.enterprise-customerbalance-info-index div.col-left.sidebar, body.enterprise-giftcardaccount-customer-index div.col-left.sidebar, body.enterprise-invitation-index-index div.col-left.sidebar, body.guidance-howwewear-index-myphotos div.col-left.sidebar {
	background-image: none;
}

form#myphotos-form div.category-title {
    background: none;
}
a.button.myaccountbtn, a.button.myaccountbtn span, a.button.myaccountbtn span span, button.button.myaccountbtn span, button.button.myaccountbtn span span {
    background-color: #678893;
    background-image: none;
    text-transform: uppercase;
}

.dashboard .welcome-msg {

}

/* [My Account Dashboard section headers]-[ncampbell]-[22 Aug 11] */
.dashboard h2.sub-title, h2.myaccount {
	font-size: 1.25em;
	font-weight: normal;
	color: #333;
	background-image: none;
}

/* Block: Recent Orders */
.dashboard .recent-orders {
	margin: 10px 0 20px; /* [Added more separation to bottom] - [ncampbell] - [11/8/2011] */
}

/* start [My Account Dashboard recent orders title/"view all" link]-[ncampbell]-[22 Aug 11] */
.dashboard .recent-orders .title-buttons h3 {
	font-size: 1.25em;
	font-weight: normal;
	color: #333;
}

.dashboard .title-buttons a {
	font-size: 1.05em;
	color: #2d68a5;
	text-decoration: none;
}

/* end [My Account Dashboard recent orders title/"view all" link]-[ncampbell]-[22 Aug 11] */

/* start [My Account Dashboard recent orders table styles]-[ncampbell]-[22 Aug 11] */
/* [Also applies to My Orders page] - [ncampbell] - [23 Aug 11] */

.dashboard .recent-orders .data-table th, .data-table.myaccount th  {
	font-size: 1.05em;
	font-weight: bold;
	border-bottom: 1px solid #f1f1f1;
}

.dashboard .recent-orders .data-table td, .data-table.myaccount td {
	background: none;
}

.dashboard .recent-orders .data-table td a, .data-table.myaccount td a {
	color: #2d68a5;
	text-decoration: none;
}

/* end [My Account Dashboard recent orders table styles]-[ncampbell]-[22 Aug 11] */

/* start [Added data-table styles for My Account sections] - [ncampbell] - [23 Aug 11] */

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

.data-table.myaccount textarea {
	border: 1px solid #999;
}

/* end [Added data-table styles for My Orders (with <h*> tags)] - [ncampbell] - [23 Aug 11] */

/* [My Account Dashboard account information sub-headers]-[ncampbell]-[22 Aug 11] */

.dashboard h4 {
	float: none; /* [Removed to accommodate edit links on line below] - [ncampbell] - [9/7/2011] */
	color: #333;
	font-weight: bold;
	font-size: 1.05em;
}

.dashboard div.title-buttons  /* [No need for text to be aligned right on My Account Dashboard] - [ncampbell] - [9/7/2011] */ {
	text-align: left;
}

/* [My Account Dashboard address blocks]-[ncampbell]-[22 Aug 11] */

.dashboard address {
	padding: 20px;
	width: 233px;
	height: 143px;
	background-color: #f1f1f1;
	color: #666;
}

.dashboard address::first-line {
	font-weight: bold;
}

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

.dashboard .tags .details {
	margin-left: 20px;
}

/* Block: Reviews */
.dashboard .reviews {
	margin-top:20px;
}

/* [My Account Dashboard Recent Reviews section]-[ncampbell]-[22 Aug 11] */

.dashboard .reviews .title-buttons h3 {
	font-size: 1.25em;
	font-weight: normal;
	color: #333;
}

/********** Dashboard > */ /* Order View */
.order-info {
	border: 1px solid #ccc;
	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;
}

/* start [My Addresses styles]-[ncampbell]-[22 Aug 11] */

.title-buttons.myaddresses h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 30px;
}

.myaddresses ol li {
	width: 270px;
	margin-bottom: 10px;
	margin-right: 10px;
	display: inline-block;
}

.myaddresses address {
	padding: 20px;
	width: 233px;
	height: 163px;
	background-color: #f1f1f1;
	color: #666;
	position: relative;
	float: left;
}

.myaddresses address::first-line {
	font-weight: bold;
}

.myaddresses address a.deleteaddy {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 5px;
	background-image: url(../images/quickview.jpg);
	background-position: -69px 0;
	position: absolute;
	cursor: pointer;
	height: 13px;
	width: 13px;
	text-indent: -9999px;
}

/* end [My Addresses styles]-[ncampbell]-[22 Aug 11] */

/* start [My Account Form styles] - [ncampbell] - [23 Aug 11] */

fieldset.myaccount input.input-text {
	border: 1px solid #999;
	margin-bottom: 10px;
}

fieldset.myaccount span.required {
	color: #f00;
}

fieldset.myaccount label {
	font-weight: normal;
	font-size: 1em;
	color: #333;
}

fieldset.myaccount select {
	border: 1px solid #999;
	margin-bottom: 10px;
}

fieldset.myaccount textarea {
	border: 1px solid #999;
	margin-bottom: 10px;
}

/* end [My Account Form styles] - [ncampbell] - [23 Aug 11] */

/* start [My Account - Store Credit] - [ncampbell] - [23 Aug 11] */

.storecredit .account-balance a {
	color: #2d68a5;
	text-decoration: none;
}

.storecredit div {
	margin-bottom: 15px;
} 

/* end [My Account - Store Credit] - [ncampbell] - [23 Aug 11] */

/* [Fix for IE/Chrome on Customer Service page where long validation advice pushes Message box out of alignment] - [ncampbell] - [9/14/2011] */
body.helpdeskultimate-customer-index .validation-advice {
	width: 320px;
}


/* ======================================================================================= */
	/* Catalog Events ============================================================================= */
	/* Block: Events */
.event {
	background-color: #fbf4de;
	border-bottom: 1px solid #e2d4c7;
	width: 182px;
	position: static;
	height: 144px;
	text-align: center;
}

.event .status {
	font-weight: normal;
	font-size: 16px;
	display: block;
	padding: 19px 0 0;
	margin: 0 0 0px;
	text-align: center;
	color: #cf3a00;
}

.event .event-ticker {
	color: #cf3a00;
	height: 55px;
}

.event .event-ticker span {
	font-size: 32px;
	line-height: 40px;
	height: 40px;
	padding-bottom: 10px;
	background-image: url(../images/bkg_ticker.gif);
	background-repeat: no-repeat;
	display: inline-block;
}

.event .event-ticker span.days {
	background-position: 50% 3px;
}

.event .event-ticker span.hour {
	background-position: 50% -56px;
}

.event .event-ticker span.minute {
	background-position: 50% -115px;
}

.event .event-ticker span.second {
	background-position: 50% -174px;
}

.event .event-ticker span.delimiter {
	background: none;
}

.event  .event-dates {
	font-size: 14px;
	color: #555;
	height: 51px;
	padding-top: 4px;
}

.event  .event-dates .date-part {
	font-weight: bold;
}

.event  .event-dates .time-part {
	font-size: 12px;
}

/* Open event */
.open .event-button {

}

/* Upcoming event */
.upcoming {
	background: #f6f6f6;
}

.upcoming .status {
	color: #333;
}

.upcoming .event-button {

}

/* Closed event */
.closed {
	background: #494949;
}

.closed  .status,.closed  .event-dates {
	color: #e2d4c7
}

.closed  .event-button {

}

/* Top event ticker container */
.event-container {
	border: 1px solid #ccc;
	margin: 10px 0;
	height: 59px;
}

.event-container .event {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	padding-top: 5px;
	height: 52px;
	line-height: 50px;
	text-align: center;
	width: auto;
	position: relative;
	z-index: 2;
	border-bottom: 0 !important;
}

.event-container .container {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}

.event-container .status {
	display: inline;
	margin: 0 10px 0 0;
	background: none;
	font-size: 22px;
}

.event-container .event-ticker {
	display: inline;
	font-size: 28px;
	height: auto;
}

.event-container .event-ticker span {
	line-height: 50px;
	height: 50px;
	padding: 0;
}

.event-container .event .event-ticker span.days {
	background-position: 50% 4px;
}

.event-container .event .event-ticker span.hour {
	background-position: 50% -55px;
}

.event-container .event .event-ticker span.minute {
	background-position: 50% -114px;
}

.event-container .event .event-ticker span.second {
	background-position: 50% -173px;
}

.event-container .event-dates {
	display: inline;
	font-size: 22px;
	height: auto;
}

.event-container .event-dates .time-part {
	font-size: 14px;
}

.event-container .event-dates div,.event-container .event-dates p {
	display: inline;
}

.container-open {
	background: #f7d4b6;
}

.container-open .open {
	height: 54px;
}

.container-upcoming {
	background: #eee;
}

.container-upcoming .upcoming {

}

.container-closed {
	background: #9f958c
}

/* Catalog Events Lister  */
.events-slider {
	position: relative;
	background: #d6d6d6;
	clear: both;
	margin: 0 0 0;
	z-index: 2;
	padding: 10px 11px 20px;
}

.events-slider .slider-panel,.events-slider ul.slider  li.slider-item,.events-slider .slide-button
	{
	float: left;
	display: inline;
}

.events-slider .event {
	position: relative;
	z-index: 1;
}

.events-slider .slider-panel {
	position: relative;
	overflow: hidden;
	background: #f6f6f6;
	z-index: 1;
	width: 0px;
}

.events-slider ul.slider {
	width: 200000px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"
		!important;
}

.events-slider  ul.slider  li.slider-item {
	overflow: hidden;
	width: 182px;
	height: 386px;
	border: 1px solid #f6f6f6;
	margin-right: -1px;
	background: #f5f5f5;
	padding-left: 0px;
}

.events-slider ul.slider  li.slider-item .category-name {
	font: bold 16px georgia, san-serif;
	display: block;
	padding: 80px 10px 0;
}

.events-slider ul.slider  li.slider-item  .category-show {
	width: 182px;
	height: 241px;
	background: #fff;
	overflow: hidden;
	text-align: center;
	display: block;
	text-decoration: none;
}

.events-slider ul.slider  li.slider-item  .no-event {
	height: 401px;
}

.events-slider .slide-button {
	background: url(../images/bkg_slide-button.gif) no-repeat 0 0;
	position: absolute;
	text-indent: -999em;
	cursor: pointer;
	top: 105px;
	width: 28px;
	height: 28px;
	z-index: 2;
	overflow: hidden;
}

.events-slider .backward {
	left: -19px;
}

.events-slider .forward {
	right: -19px;
	background-position: 0 -40px;
}

.events-slider .inactive {
	cursor: default;
	display: none;
}


/* Footer ================================================================================ */

.footer {
	padding: 10px 0;
	margin-top: 50px;
}
  
  .footer p {
  	text-align: right;
  }
  
  .footer .newsletter {
  	float: left;
  	width:220px;
  }
  
  .footer .copyright {
  	clear:both;
      color: #969696;
  	font-size: 10px;
  	text-align: right;
  }
  
  .footer ul {
  	float: right;
  	padding: 0;
  }
  
    .footer-right ul {
      width: 450px;
      line-height: 1.5em;
      text-align: right;
    }
    
    .footer ul li {
    	float: left;
    	padding: 0 7px;
    }
    
      .footer-right ul li {
        display: inline;
        float: none;
        padding: 0 0 0 12px !important;      
      }
    
      .footer ul li a {
      	color: #555555;
      	font-size: 11px;
      	text-decoration: none;
      }
  
        .footer ul li a:hover {
        	color:#398Ab8;
          text-decoration:none;
        }

#footer_tracking {
    position:absolute;
    left: -120000px;
}

.reviews_main_padding {
    padding:8px 0px 0px 0px;
}
.reviews_text {
    width: 350px;
    float:left;
}
.reviews_clear {
    clear:both;
    height:15px;
}

.pay-logos {
	clear: both;
    float:left;
}

    .pay-logos img {
        margin-right:10px;
    }

/* ======================================================================================= */
	/* ADDED BY KIMBERELY */ /* HOME PAGE STYLES */
.cms-home div.col1,.cms-home div.col2,.cms-home div.col3 {
	margin: 0;
	float: left;
	width: 359px;
	background: url('/media/content/images/bg-col-dots.jpg') repeat-y right top;
	padding-bottom: 20px;
	min-height: 1020px
}

.cms-home div.col1 {
	width:340px;

}

.cms-home div.col1 div.content {
	margin-right: 15px;
}

.cms-home div.col2 {
	padding-right:6px;
}

.cms-home div.col2 div.content {
	margin: 0 20px 0 10px;
}

.cms-home div.col3 {
	width: 220px;
	background: none;
	padding-left: 10px;
}

.cms-home div.col3 div.content {

	border-right: 0;
}

.cms-home .col-main {
	padding: 0
}

.home-video {
	float: left;
	margin-right: 8px
}

.block-title {
	background: url('/media/content/images/home-dottedline-community.gif') repeat-x;
	padding-top: 5px;
}

.block.twitter img {
	float: left
}

.block.twitter p {
	color: #737373
}

.block.twitter img {
	margin: 10px 0
}

.block.top-sellers dl {
	width: 313px
}

.block.top-sellers dt {
	float: left;
	width: 43px
}

.block.top-sellers dd {
	margin: 0;
	background: url(../images/home/top_sellers_product_bg.jpg) no-repeat;
	height: 19px;
	width: 230px;
	padding: 20px;
	float: left;
	overflow: hidden;
}

.block.top-sellers dd img {
	float: left;
	margin-left: -10px;
	margin-top: -10px;
}

.block.top-sellers.a {
	position: relative;
	top: -10px;
	left: 5px;
}

.sidebar .block.top-sellers dl {
	width: 220px
}

.sidebar .block.top-sellers dt {
	width: 35px
}

.sidebar .block.top-sellers dd {
	background: url(../images/top_sellers_bg.jpg) no-repeat;
	padding: 5px;
	height: 49px;
	width: 175px
}

.block.top-sellers dd a {
	font-size: 15px;
	color: #737373;
	text-decoration: none;
}

.block.top-sellers.left dd a {
	font-size: 12px;
}

.block.top-sellers.left dd img {
	float: left;
	margin-left: 2px;
	margin-top: 3px;
}

.block.reviews {
	font-size: 11px
}

button.go {
	background: url(../images/home/btn_go.jpg) no-repeat;
	border: none;
	height: 22px;
	width: 30px;
	float: left
}

input#newsletter {
	float: left;
	background: url(../images/home/bg_input_text.jpg) repeat-x;
	color: #7c7c7c;
	font-size: 11px;
}

.block-subscribe p {
	margin: 10px 0;
	color: #6cACD1;
	font-weight: bold;
}

#newsletter-validate-detail fieldset.block-content {
	margin-left:20px;
}

#newsletter-validate-detail label {
	display: block;
	margin-bottom: 5px;
	font-size:0.9em;
}


#newsletter-validate-detail button.go {
	float:left;
}

.subcategory-box {
	width: 690px;
	margin: 0 0px 20px;
	padding: 15px;
	float: left;
	background: url(../images/bg_category.png) no-repeat;
	height: 265px;
}

.subcategory-box.list {
	width: 202px;
	background: url(../images/bg_category_list.png) no-repeat;
	height: 270px;
}

.subcategory-box h2 {
	font-size: 24px;
	color: #000;
	margin-bottom: 5px;
	line-height:1;
}

.subcategory-box h2 a {
	text-decoration: none
}

.subcategory-box.list h2 {
	font-size: 18px;
}

.subcategory-box h2 span {
	font-size: 12px;
	color: #737373
}

.subcategory-box.list h2 span {
	display: none;
}

.subcategory-box .right {
	margin-top: 10px
}

.reviews dl {
	background-color: #eeeded;
	border: 1px solid #E6E6E6;
	padding: 15px;
	-moz-border-radius-topright: .5em;
	-moz-border-radius-topleft: .5em;
	clear: both;
	margin-top: 10px;
}

.order-confirmation {
	background-color: #EFEFEF;
	padding: 10px;
}

.horiz-grey-line {
	border-bottom: 1px solid #EDEDED;
}

.sku {
	color: #000;
	font-size: 10px;
	clear: both
}

.reviews h3 {
	float: left;
	border-top: none;
	padding-top: 0;
	margin: 0;
}

ul.sizes  li {
	float: left;
	border: 1px solid #737373;
	margin: 2px;
	width: 54px;
	text-align: center;
	font-size: 16px;
	color: #C0C0C0;
	line-height: 28px;
}

ul.sizes li.na {
	border: 1px solid #C0C0C0;
	background: url(../images/not_avail.png) center top no-repeat;
}

ul.sizes li a {
	display: block;
	width: 54px;
	text-decoration: none;
	color: #4B4B4B;
	font-size: 16px;
}

ul.sizes li a:hover,ul.sizes li a.selected {
	background-color: #737373;
	color: #fff
}
ul.sizes li a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:130px;}
ul.sizes li a.tooltip:hover span{display:inline; position:absolute; background:#ffff99; border:1px solid #cccccc; color:#6c6c6c;}




.sizes {
	font-size: 14px;
}

.subcategory-box .more-views div {
	float: left;
}

.subcategory-box .image_container {
	margin: 10px 0;
	float: left;
	color: #737373;
	width: 202px;
}

.subcategory-box.list .image_container {
	margin: 5px 0
}

.subcategory-box .image_container.swatch {
	background: url(../images/bg_category_closeup.jpg) no-repeat;
	width: 254px;
	height: 166px;
	margin-right: 15px;
}

.subcategory-box .image_container.swatch img {
	margin: 7px 28px 12px 7px;
}

.subcategory-box .more-views {
	width: 180px;
	float: right;
	text-align: left;
	margin: 10px 0 0;
	height: 150px;
}

.subcategory-box.list .more-views {
	width: 200px
}

.subcategory-box .more-views .buttons {
	vertical-align: bottom
}

.subcategory-box .right-link a {
	font-weight: bold;
	text-decoration: none
}

.subcategory-box .right-link {
	margin: 15px 15px 0 0;
}

.subcategory-box.list .right-link {
	position: relative;
	top: 255px;
	margin: 0 0 0 0px
}

.category-top .col-main {
	margin-top: 20px
}

div.review-form .form-list {
	width: 300px;
	float: left
}

/* SCROLLER */ /* root element for scrollable */
.home-slider div.scrollable { /* required settings */
	position: relative;
	overflow: hidden;
	/* vertical scrollers have typically larger height than width */
	height: 358px;
	width: 132px;
}

/* root element for scrollable items */
.home-slider div.scrollable .items {
	position: absolute;
	/* this time we have very large space for height */
	height: 20000em;
}

/* single scrollable item */
.home-slider div.scrollable .items div {
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
	padding: 15px;
	font-size: 12px;
	height: 180px;
}

/* elements inside single item */
.home-slider div.scrollable .items a {
	float: left;
	width: 132px;
	height: 75px;
}

.home-slider a.browse {
	background: url(../img/scrollable/arrow/hori_large.png) no-repeat;
	display: block;
	width: 33px;
	height: 33px;
	float: right;
	cursor: pointer;
	font-size: 1px;
	position: relative;
}

/* right */ /* up and down */
.home-slider a.up {
	background: url(../images/home/circle_arrow_button.png) no-repeat;
	float: right;
	margin: 0 50px 0;
	position: absolute;
	z-index: 600;
}

.home-slider a.down {
	background: url(../images/home/circle_arrow_button_down.png) no-repeat;
	background-position: 0 -33px;
	margin: -33px 50px 0 0;
	position: relative;
	z-index: 700;
}

/* up */
.home-slider a.up:hover,a.up:active {
	background-position: 0 -33px;
}

/* down */
.home-slider a.down:hover,a.down:active {
	background-position: 0px 0px;
}

.home-slider a.disabled {
	display: none;
}

.home-slider div.scrollable .nextPage {
	float: right;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.home-top .scrollable {

	/* required settings */
	float:left;
	position:relative;
	overflow:hidden;
	width:896px;
	height:366px;
}

.home-top .browse {
	cursor:pointer;
	display:block;
	height:366px;
	width:32px;
}

.home-top .prev {
	background:transparent url('/media/content/images/home-top/l_arr.jpg') no-repeat center center;
}

.home-top .next {
	background:transparent url('/media/content/images/home-top/r_arr.jpg') no-repeat center center;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.home-top .scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.home-top .scrollable .items div {
	float:left;
	height:366px;
}

.home-top .items div img {
	display:inline;
}

/* the overlayed element */
.simple_overlay {

	/* must be initially hidden */
	display:none;

	/* place overlay on top of other elements */
	z-index:10000;

	/* styling */
	background-color:#333;

	width:480px;
	min-height:200px;
	border:1px solid #666;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

.simple_overlay .close {
	background-image: url(../images/overlay/close.jpg);
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	height: 20px;
	width: 20px;
}
/***********************************************************************************************************************
 *  nov2010 Overlay Theme
 **********************************************************************************************************************/
.overlay_nov2010 {
    /* must be initially hidden */
    display:none;

    /* place overlay on top of other elements */
    z-index:10000;

    /* styling */
    background-color:#FFF;

    height:auto;
    width:auto;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

.overlay_nov2010 .close {
        background-image: url(../images/overlay_nov2010/close.gif);
        cursor: pointer;
        height: 14px;
    position:absolute;
    right:5px;
    top:5px;
        width: 14px;
}
/*====================================================================================================================*/

/* OVERLAY STYLES */

#paypal-express-overlay{
    z-index: 9999;
    height: 500px;
    width: 500px;
    display: none;
    padding: 20px;
}

#paypal-express-overlay .close{
    background-image: url("/skin/frontend/enterprise/TOMS/images/toms_checkout/close_button.png");
    cursor: pointer;
    height: 14px;
    width: 14px;
    position: absolute;
    right: 5px;
    top: 5px;
}

#paypal-express-overlay .box-spacer-lrtb label{
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
}

#paymentOptionPopupCcDetails{
    margin-top: 10px;
}
/***********************************************************************************************************************
 *  Specific Overlay Styles
 **********************************************************************************************************************/
div.overlay-upload {
	background-image: url(../images/overlay/Box_drop_shadow.png);
}


div.overlay {
	background-image: url(../images/overlay/Box_drop_shadow.png);
	width: 665px;
	height: 238px;
	display: none;
	padding: 20px;
	z-index: 8000;
}

div.smalloverlay {
	width: 450px;
	height: 200px;
}

#bingmap-overlay.overlay {
	background-image: url(../images/overlay/Box_drop_shadow_bingmap.png);
	position:relative;
	width: 665px;
	height: 400px;
	display: none;
	padding: 20px;
	z-index: 1000;
}

#happiness-guarantee-overlay {
	background-color:#fff;
    padding:20px;
}

#j2t_ajax_confirm,#j2t_ajax_progress {
	background-image: url(../images/overlay/Box_drop_shadow.png) !important;
	width: 665px;
	height: 238px;
	padding: 20px;
	z-index: 9000;
}

div.overlay.quickview {
	background-image: url(../images/overlay/bg_quick_view.png);
    /*background-image: url(../images/overlay/bg_quick_view_spacer.png);*/
	/*height: 226px;*/
	padding: 20px 20px 48px 20px;
}

div.overlay.nopad {
	background-image:none;
	height: 100%;
    width:575px;
    padding:0;
}

  /* ghiley 22 Sept 2011 - quickview loader animation position */
  div.overlay .quickview .wrap .loader {
    text-align: center;
    margin-top: 65px;
  }

    div.overlay .quickview .wrap .loader img {
      margin-bottom: 5px;
    }

div.overlay.nopad .quickview-top {
    margin:0;
    padding:0;
    background-image: url(../images/overlay/bg_quick_view_top.png);
    background-repeat: no-repeat;
	background-position: right;
    width:575px;
    height:10px;
	border-left: 1px solid #afafaf;
}

div.overlay.nopad .quickview {
    margin:0;
    padding:0;
    background-image: url(../images/overlay/bg_quick_view_spacer.png);
    background-repeat:repeat-y;
	background-position: -130px 0;
    min-height:226px;
	border-left: 1px solid #afafaf;
}

div.overlay.nopad .quickview-bottom {
    margin:0;
    padding:0;
    background-image: url(../images/overlay/bg_quick_view_bot.png);
	background-position:  -130px 0;
	background-repeat: no-repeat;
    width:575px;
    height:11px;
	border-left: 1px solid #afafaf;
}

div.overlay.nopad .wrap {
    padding: 20px 0 60px;
    height:100%;
}

div.overlay div.close,
div.overlay a.close {
	background-image: url(../images/quickview.jpg);
	background-position: -69px 0;
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
	height: 13px;
	width: 13px;
}
div.quick-view div.product-name {
	width: 100%;
	*width: auto;
	*min-height: 1px;
	*display:block;
	padding: 0 30px;
}

div.quick-view .product-view {
	margin-right: 5px;
	*min-height:1px;
}
div.quick-view .product-view .price-box {
	/*width: 100%; [Removed so it sits next to the title in quick-view] - [ncampbell] - [9/23/2011] */
	display: inline;
}

div.quick-view span.price-box span.price {
	font-size: 3em;
	/*display: inline-block;*/
	float: none;
	margin-right: 50px;
}

div.quick-view div.product-name h2 {
	/*width: 320px;*/
	color: #333;
	/*float: left;*/
	font-size: 1.9em;
	font-weight: normal;
	line-height: 85%;
	vertical-align: middle;
	*line-height: normal;
}

/* [Style for Quick View Social Bar] - [ncampbell] - [9/13/2011] */
div.quick-view div.ratings {
	height: 30px;
	background-color: #f1f1f1;
	width: 100%;
	margin: 15px 0 15px 0;
	clear: both;
	padding: 0;
	*width:auto;
	*min-height:1px;
	*position:relative;
}


div.quick-view div.ratings .rating-reviews {
	float: right;
	margin: 10px 20px 0 0;
	border: none;
	background-color: none;
	padding: 0;
	font-size: 1em;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
	*min-height: 1px;
}

div.quick-view div.ratings .rating-reviews a {
	color: #286986;
}

div.quick-view div.ratings .rating-share {
	margin: 10px 0 0 20px;
	*min-height:1px;
}

  div.quick-view div.ratings .rating-share {
    
  }  
  
  div.quick-view div.ratings .rating-share .stButton .chicklets {
    display: block;
    float: left:
  }

div.quick-view div.ratings label {
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
}

div.quick-view div.product-view  img.product-image {
	display: block;
	float: left;
	margin: 20px 15px 20px 20px;
	border: 1px solid #f1f1f1;
}

div.quick-view .product-options {
	clear: none;
}

  div.quick-view .product-options dt label {
  	font-weight: normal;
  	font-size: 1em;
  	text-transform: uppercase;
  }
  
  div.quick-view .product-options ul.sizes li { 
    *display: block;
    *position: relative;
  }
  
div.quick-view .link_viewProductDetails {
  margin-left: 20px;
  *overflow: hidden;
}

#size-help {
	color: #286986;
	text-decoration: none;
	padding-right: 15px; 
}

div.quick-view fieldset.add-to-cart div.qty {
	display: none;
}

div.quick-view fieldset.add-to-cart div#ship-to-selector {
	display: none;
}

div.quick-view fieldset.add-to-cart .addwish {
	background-image: url('../images/quickview.jpg');
	background-repeat: no-repeat;
	background-position: 0 -18px;
	text-indent: -9999px;
	width: 114px;
	height: 27px;
	display: inline-block;
	float: right;
	margin-right: 25px;
	vertical-align: middle;
	margin-top: 2px;
}
div.quick-view a.add-to-cart-button {
	margin-top: 0;
}

div.quick-view a.viewdetails {
	text-decoration: none;
	color: #286986;
	margin-left: 20px;
	float: left;
}
/*====================================================================================================================*/

div.interim-cart div.box {
	border: 1px solid #ccc;
	-moz-border-radius: 1em;
	text-align: center;
	padding: 5px;
	float: left;
	width: 200px;
	margin-right: 20px;
}

div.interim-cart .product-view h3 {
	border-top: none;
	padding-top: 0px;
}

/* GENERAl*/
.right-link {
	float: right;
	font-size: 11px;
	font-weight: normal;
}

div.reviews .right-link {
	margin-top: 8px
}

.clear {
	clear: both
}

/* BUTTONS */
a.shop-button {
	width: 132px;
	height: 41px;
	background: url(../images/home/shop_button.png) no-repeat;
	display: block;
	float: right
}

a.shop-button:hover {
	background-position: 0 -42px
}

a.check-out-button {
	width: 50px;
	height: 44px;
	background: url(../images/btn_checkout_header.jpg) no-repeat;
	display: block;
}

a.check-out-button:hover {
	background-position: 0 -45px
}

a.add-to-cart-button {
	width: 126px;
	float: right;
	height: 31px;
	margin: 10px 0 3px;
	background: url(../images/btn_add_to_cart.jpg) no-repeat;
	display: block;
}

a.add-to-cart-button:hover {
	background-position: 0 -31px;
	height: 31px;
}

#loading-animation {
    display:none;
    float:right;
    margin-top:6px;
    text-align:center;
    width:154px;
}

#loading-animation img {
    width:154px;
}

/* ======================================================================================= */
	/* ADDED BY TICEAN */
.address-label {
	font-size: 14px;
	margin-top:10px;
}

#search_mini_form input.input-text {
	margin-right: 5px;
    width: 200px
}

.header .right.clear {
	width: 127px;
}

div.home-slider {
	float: left;
	width: 132px;
}
#newsletter-validate-detail .input-box img {
	float: left
}

/*******************************
 *      Order Success Page     *
 *       -added by asj         *
 *******************************/
.checkout-opms-success .thanks-block {
	padding-left: 20px;
	background: url(../images/checkout/bg_headers.png) repeat-x;
}

.checkout-opms-success .thanks-block h2 {
	margin-top: 10px;
	margin-bottom: 5px;
}

.checkout-opms-success .givemore {
	display: block
}

.checkout-opms-success .givemore {
	display: block
}

.checkout-opms-success .gives-message h1 {
	font-size: 28px;
}

.checkout-opms-success .orange-message {
	color: #ED7D23;
}

.checkout-opms-success .orange-message.large {
	font-size: 14px
}

.checkout-opms-success .social-message {
	float: left;
	width: 255px;
	font-size: 14px;
	margin-top: 11px;
}

.checkout-opms-success .social-buttons {
	float: both;
	margin-bottom: 18px;
}

/*.checkout-opms-success .order-shipping-block{margin-top: 10px; width:697px; border-style:solid; border-width:1px; border-color: #E9E9E9; height:140px;} */
.checkout-opms-success .order-billing-block,.order-summary-details {
	padding: 10px
}

.checkout-opms-success .order-confirmation-title {
	background: #E9E9E9 url(../images/checkout/bg_shipment.png);
	padding: 10px;;
}

.checkout-opms-success .order-shipping-header h2 {
	color: #4F4B47;
	font-weight: normal;
}

.checkout-opms-success .order-confirmation-title h2 span {
	color: #000;
	font-size: 16px
}

/*
.checkout-opms-success .order-billing-block{margin-top: 10px; width:697px; border-style:solid; border-width:1px; border-color: #E9E9E9; height:140px;} */
.checkout-opms-success .order-billing-header {
	background: #E9E9E9 url(../images/checkout/bg_headers.png);
	padding: 5px;
	height: 20px;
}

.checkout-opms-success .order-billing-header h2 span {
	font-size: 16px;
}

.checkout-opms-success .order-billing-header h3 {
	display: inline;
	color: #504F4D
}

.checkout-opms-success .order-summary-block {
	margin-top: 10px;
	width: 697px;
	border-style: solid;
	border-width: 1px;
	border-color: #E9E9E9;
	height: 140px;
}

.checkout-opms-success .order-summary-header {
	background: #E9E9E9 url(../images/checkout/bg_headers.png);
	padding: 5px;
	width: 687px;
	height: 20px;
}

#conf-msg {
	float: right;
	margin-top: 5px;
	color: #3E3E3E;
	font-size: 1.2em;
}

.checkout-opms-success .order-summary-header h3 {
	display: inline;
	color: #504F4D
}

.checkout-opms-success .shopmore {
	padding-bottom: 10px;
	text-align: center;
	background: url(../images/checkout/bg_headers.png) repeat-x;
	border: 1px;
	border-style: solid;
	border-color: #E9E9E9;
}

.checkout-opms-success .shopmore h2 {
	padding-top: 10px;
	padding-bottom: 5px;
}

.checkout-opms-success .col-right {
	width: 241px;
	margin-right: 3px;
	border: 0;
}

.checkout-opms-success .shopmore {
	text-align: center
}

.checkout-opms-success .thanks-block {
	border: 1px solid #dddddd;
	padding-bottom: 10px;
}

.checkout-opms-success .item-price {
	text-align: right;
	font-weight: bold
}

.checkout-multishipping-billing .address-info{
    background: #FFF none; padding: 10px; width: 350px;
}

.address-edit .address-info {
    width:260px; background:#f0f0f0 none; padding:10px;
}

/******************************
 *      How We Wear Them      *
 ******************************/
.guidance-howwewear-index-index .col-left.sidebar {
	display: none;
}

.guidance-howwewear-index-index .col-main {
	width: 960px;
}

div.how-we-wear .box {
	float: left;
	width: 210px;
	padding: 10px;
}

div.how-we-wear .box .add-to-cart {
	float: right;
	margin: 3px 20px 0 0;
	text-align: right;
}

div.how-we-wear .box .add-to-cart li {
	margin-bottom: 7px
}

div.how-we-wear .box .product-image img {
	margin-bottom: 10px;
}

div.how-we-wear .box .title {
	color: gray;
	margin: 10px 0 5px 0;
	text-align:center;
}

div.how-we-wear .box .image-wrapper {
	width: 200px;
	height: 175px;
	text-align:center;
}
div.how-we-wear .box .price-box {
	text-align:center;
}
div.how-we-wear .box .price-box h3 a{
	font-size:15px;
	text-decoration:none
}

div.how-we-wear .category-title {
	float:left;
	padding-bottom: 0;
	margin: 0;
	width:100%;
}

div.how-we-wear .category-title ul {
	font-weight: bold;
	padding: 10px;
	float: left;
	width:55%;
}

div.how-we-wear .category-title ul a {
	font-weight: normal;
}

div.how-we-wear .category-title ul li {
	float: left;
	margin: 0 5px;
}

div.how-we-wear .pager {
	float: right;
	width: 40%;
}

div.how-we-wear .pager>* {
	float: left;
	padding-left: 10px;
}

div.how-we-wear .category-products {
	float: left;
}

div.how-we-wear .category-products .products-grid td {
	width: 25%;
}

div.how-we-wear .note-msg,div.how-we-wear .messages {
	margin: 10px
}

div.how-we-wear .box label {
	display: inline;
	font-size: 11px
}

div.how-we-wear .status-3 {
	color: #bd2424;
}

div.how-we-wear .status-2 {
	color: #bcbd24;
}

div.how-we-wear .status-1 {
	color: #70bd24;
}

div.how-we-wear .upload {
	color:#091f3b;
	padding: 20px;
	text-align: center;
	float: left;
	width: 370px;
	height: 150px;
}

div.how-we-wear .upload .line-height {
	line-height:24px;
}

div.how-we-wear .upload .dashed {
	border-bottom:1px dashed #597d91;
}

div.how-we-wear .lifestyle-photo {
	float: left;
	margin-right: 20px;
	width: 520px
}
.guidance-howwewear-index-index .overlay, #hww-overlay {
	height:258px;
	width:685px;
	padding:10px;
}
.guidance-howwewear-index-add {
    padding: 20px 20px 0 20px;
    height: 200px;
}
div.how-we-wear .quickview .product-view {
	margin-left:30px;
}
div.how-we-wear.up-sell ul {
	-moz-border-radius: 0.5em;
	background-color: #EEEDED;
	border: 1px solid #E6E6E6;
	padding: 15px;
}
div.how-we-wear.up-sell ul li{
	display:inline
}
/* Left menu */
div.how-we-wear.column {
	width: 100%;
}

div.how-we-wear.column .block-content {
	width: 188px;
}

div.how-we-wear.column ul li {
	float: left;
	margin: 0 10px 10px 0;
	width: 80px;
}

div.how-we-wear.column .buttons {
	float: right;
	margin-right: 10px;
	clear: both;
}

div.how-we-wear.column.product .block-content {
	width: 188px;
}

.home-slider {
	width: 132px;
	float: right;
	height: 358px;
	overflow: hidden;
	border: 1px solid #ccc
}

/******************************
 *      Checkout       *
 ******************************/
.block-progress .cart-item-title,.success-title {
	background: url(../images/bg_checkout_progress_title.jpg) repeat-x;
	padding: 10px;
	font-size: 18px;
	margin-bottom: 10px;
}

.block-progress hr {
	width: 65%;
	align: center;
}

.block-progress .cart-item-info {
	padding: 15px 5px;
	background: url(../images/dots_horiz.jpg) repeat-x scroll center bottom;
}

.block-progress .cart-item-info .price {
	color: #737373;
	font-weight: bold
}

.block-progress .cart-item-info.last {
	background: none
}

.block-progress .cart-item-info .left {
	width: 110px
}

.checkout-success {
	position: relative;
}

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

.checkout-success .grand-total {
	font-size: 1.5em;
	text-align: right;
}

.checkout-success .grand-total big {

}

.checkout-success .grand-total .price {

}

.checkout-success .order-info-block {
	border: 1px solid #E6E6E6;
}

.checkout-success .order-info-block .order-confirmation-title {
	padding: 10px;
}

.checkout-success .space {
	padding: 10px;
}

.checkout-success .orange {
	color: #EA7B22 !important;
}

.checkout-box {
	background: url(../images/bg_checkout_box.jpg);
	height: 27px;
	padding: 15px;
	font-size: 19px;
	margin-bottom: 10px;
}

.checkout-opms-index .col-right {
	border: none
}

.checkout-opms-index .edit {
	float: right;
	margin: -20px 60px 0 0;
}

.checkout-box .buttons-set {
	margin: 0px
}

.block-progress .col2-set .wide {
	text-align: right
}

.checkout-info {
	background: url(../images/bg_checkout_info.jpg) no-repeat;
	width: 227px;
	height: 39px;
	padding: 15px 10px 15px 50px;
	color: #555555;
	float: right
}

.checkout-login .col-1 {
	background: url(../images/dots_horiz.jpg) repeat-x scroll center bottom;
	padding: 15px;
}

.checkout-login h3 span {
	color: #313131;
	font-size: 12px;
	font-weight: normal;
}

.checkout-login h3 {
	font-weight: normal
}

checkout-login .input-box label {
	width: 100px
}

.sp-methods {
	margin: 10px 0;
}

.opc .address-label {
	color: #4F4B47;
}

.opc .giftcard h3,.opc .discount h3 {
	margin: 5px 0;
	font-size: 12px
}

.opc .col2-set {
	background: transparent url(../images/dots_horiz.jpg) repeat-x scroll
		center bottom;
	padding: 15px;
}

.title-buttons .price {
	font-weight: normal !important
}

.center {
	text-align: center
}

.progress-price {
	float: right;
	margin: 20px 10px 0 0
}

#shopping-cart-totals-table {
	width: 100%;
}

#shopping-cart-totals-table  td,#shopping-cart-totals-table  th {
	padding: 5px
}

#shopping-cart-totals-table  th {
	float: right;
	text-align:right;
}

#shopping-cart-totals-table td.amount, #shopping-cart-totals-table td.total-value {
	border-left: 1px solid #f1f1f1;
	width: 110px;
}

.more-views img {
	cursor: pointer
}

.cms-international {
	background-color: #f2efea;
	text-align: center
}

.cms-international .std {
	width: 800px;
	margin: 20px auto
}

.loading-mask {
	color:#FFF;
	display:none;
	font-size:1.1em;
	font-weight:bold;
	opacity:0.8;
	position:absolute;
	text-align:center;
	z-index:500;
}
/******************************
 *      Find a Retailer       *
 ******************************/
#find-a-retailer {
	display:block;
}
#find-a-retailer .left {
	float:left;
	width:260px;
}

#find-a-retailer .right {
	float:right;
	width:700px;
}

/*#retailerResults {
	height:250px;
	overflow:scroll;
}*/

.MSVE_MapContainer {
	position: relative;
}

.retailer_wrapper {
	background:#FFF url('/media/content/images/retailer_top_left.png') no-repeat top left;
	float:left;
	height:170px;
	position:relative;
	margin:10px;
	width:300px;
}

.retailer_wrapper .top_right {
	background:transparent url('/media/content/images/retailer_top_right.png') no-repeat top right;
	height:35px;
	position:absolute;
	right:0px;
	top:0px;
	width:35px;
}

.retailer_wrapper .bottom_left {
	background:transparent url('/media/content/images/retailer_bottom_left.png') no-repeat bottom left;
	height:35px;
	position:absolute;
	left:0px;
	bottom:0px;
	width:35px;
}

.retailer {
	background:transparent url('/media/content/images/retailer_bottom_right.png') no-repeat bottom right;
	height:150px; /*inherit - padding*/
	padding:20px 40px 0 20px;
	width:240px; /*inherit - padding*/
}

.retailer .distance {
	float:right;
	font-size: 16px;
	font-weight: bold;
}

.retailer .title {
	font-size: 16px;
	font-weight: bold;
}


/******************************
 *      Our Movement	      *
 ******************************/
.container-dotted {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url('/media/content/images/home-dottedline-community.gif') repeat-x bottom left;
	padding-bottom:5px;
	margin-bottom:10px;
}

#share {
	background:transparent url('/media/content/images/our-movement-left/AC_share.gif') no-repeat top left;
	display:block;
	height:65px;
	text-indent:-9999px;
	width:218px;
}
	#share:hover {
		background:transparent url('/media/content/images/our-movement-left/AC_share.gif') no-repeat bottom left;
	}

#screen {
	background:transparent url('/media/content/images/our-movement-left/AC_screen.gif') no-repeat top left;
	display:block;
	height:65px;
	text-indent:-9999px;
	width:218px;
}
	#screen:hover {
		background:transparent url('/media/content/images/our-movement-left/AC_screen.gif') no-repeat bottom left;
	}

#host {
	background:transparent url('/media/content/images/our-movement-left/AC_host.gif') no-repeat top left;
	display:block;
	height:65px;
	text-indent:-9999px;
	width:218px;
}
	#host:hover {
		background:transparent url('/media/content/images/our-movement-left/AC_host.gif') no-repeat bottom left;
	}

#upload {
	background:transparent url('/media/content/images/our-movement-left/AC_upload.gif') no-repeat top left;
	display:block;
	height:65px;
	text-indent:-9999px;
	width:218px;
}
	#upload:hover {
		background:transparent url('/media/content/images/our-movement-left/AC_upload.gif') no-repeat bottom left;
	}

#register {
	background:transparent url('/media/content/images/our-movement-left/AC_register.gif') no-repeat top left;
	display:block;
	height:65px;
	text-indent:-9999px;
	width:218px;
}
	#register:hover {
		background:transparent url('/media/content/images/our-movement-left/AC_register.gif') no-repeat bottom left;
	}

.cms-our-movement div.statement {
	width:223px;
	height:141px;
	margin:10px 10px 6px 10px;
	position:relative;
}
	.cms-our-movement div.statement span {
		background: url('/media/content/images/statement.gif');
		position: absolute;
		width: 100%;
		height: 100%;
	}

.cms-our-movement div.movement-newsletter {
	margin-left:20px;

}
	.cms-our-movement div.movement-newsletter label {
		font-size:0.9em;

	}

.cms-our-movement h1 {
	color: #182f55;
	font-size:24px;
	font-weight:bold;
	line-height:1.3em;
	text-align:left;
}

.cms-our-movement h2 {
	font-size:1.3em;
	color:#494949;
}

.cms-our-movement .meta a,
.cms-our-movement .learnMore {
	color:#c85721;
	font-weight:bold;
	text-decoration:none;
}

.cms-our-movement p {
	line-height:1.3em;
}

.cms-our-movement a:hover {
	text-decoration:underline;
}

.cms-our-movement img.right {
	float:right;
	display:inline;
	margin: 0 0 20px 15px;
}

.cms-our-movement h3 a {
	color:#494949;
	font-size:1em;
}

.cms-our-movement h3 {
	font-size:1.2em;
	margin-top:0px;
}

.cms-our-movement div.col-left {
	padding-top:5px;
}

.cms-our-movement ul.action-center {

	list-style-type:none;
	margin:10px 0;
}

.cms-our-movement span.submitted {
	font-size: 0.8em;
	color: #6d6d6d;
	text-transform: uppercase;
	letter-spacing: 1px;

}

.cms-our-movement div.meta {
	margin-top: 8px;
	margin-right: 0pt;
	margin-bottom: 8px;
	margin-left: 0pt;
	background-color: #f2eee3;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bcbdbe;
}

.cms-our-movement div.node-blog {
	margin:20px 20px 10px 20px;
}

.cms-our-movement div.node-blog div.content {
	margin-left:120px;
}

.cms-our-movement div.node-blog img {
	padding:3px;
	border:1px solid #c2c2c2;
}

ul.movementSubnav {
	list-style-type:none;
	margin:0 0 20px 0;

}

ul.movementSubnav li {

	border-bottom:1px dashed #c2cad2;

}

ul.movementSubnav li a {
	text-decoration:none;
	padding:10px 0 10px 20px;
	display:block;
	font-weight:bold;
}

ul.movementSubnav li a:hover {
	text-decoration:none;
	background-color: #eeeae6;
}

.wishlist-index-index h3 a{text-decoration:none; font-weight:normal}

/* PDP - virtual gift cards */
.giftcard-form .group-select .input-box input.input-text, .giftcard-form .group-select .input-box textarea {
	width:220px;
}

.giftcard-form .group-select .input-box {
	float:left;
	width:258px;
	margin-bottom:3px;
}

.giftcard-form .form-list label {
	float:left;
	font-weight:bold;
	width:120px;
}

/* for my account and extra pages */
div.page-title h1, div.page-title h2 {
	background:url('/media/content/images/home-dottedline-community.gif') repeat-x  bottom ;
	padding-bottom: 6px;
	color: #333333;
}

/* [Checkout pages shouldn't have the dotted line background (Bug TS-434)] - [ncampbell] - [9/26/2011] */
div.opc-wrapper div.page-title h1, div.opc-wrapper div.page-title h2 {
	background: none;
}

/* [Shopping cart <h1> shouldn't have the dotted line background (Bug TS-403)] - [ncampbell] - [9/26/2011] */
body.checkout-cart-index div.page-title h1 {
	background: none;
}

#avail_label {color:#F00}

/* =======================================================================
/* Media Wall
========================================================================== */
.mediawall {
	position:relative;
}
.mediawall .thumb {
	border:1px solid #fff;
	cursor:pointer;
	float:left;
	height:138px;
	width:138px;
}
	.mediawall .thumb:hover {
		border:1px solid #1396da;
	}

.mediawall .foursquare_wrapper {
	float:left;
	width:140px;
	height:140px;
}

.mediawall .foursquare {
	height:68px;
	width:68px;
}

.mediawall .itemdetail {
	display:none;
	position:absolute;
	padding:10px;

	/* place overlay on top of other elements */
	z-index:10000;

	/* styling */
	background-color:#FFF;

	width:520px;
	min-height:200px;
	border:1px solid #666;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

.mediawall .itemdetail hr {
	border-left:0px;
	border-right:0px;
	border-top:1px solid #979797;
	border-bottom:1px solid #979797;
	height:4px;
	margin:5px 0px;
}

.mediawall .itemdetail .media_image {
	float:left;
	padding-right:10px;
}

	.mediawall .itemdetail .media_image img {
		margin:auto;
		max-width:300px;
		max-height:400px;
	}

.mediawall .itemdetail .left {
	float:left;
}

.mediawall .itemdetail .username {
	color:#4b95ea;
	font-weight:bold;
}

.mediawall .itemdetail .profile_image {
	float:right;
}

.mediawall .itemdetail .text {
	margin-bottom:10px;
}

.mediawall .itemdetail .textonly .text {
	background:transparent url('../images/mediawall/twitter_text_bg.png') no-repeat top left;
	padding:10px 15px 0 40px;
	height:192px;
	width:243px;
}

.mediawall .itemdetail .sharetools {
	background-color:#E6F4FC;
	float:right;
	padding:5px;
	width:200px;
}

.mediawall .itemdetail .fb_iframe_widget iframe {
	height:auto !important;
	width:200px !important;
}

.mediawall .itemdetail .fb_publish_wrapper {
	background: transparent url('../images/mediawall/fb_icon.gif') no-repeat center left;
	height:34px;
	text-align:center;
}
	.mediawall .itemdetail .fb_publish_wrapper a {
		line-height:34px;
	}

.view_more {
	background:transparent url('../images/mediawall/more.gif') repeat-x top left;
	border:2px solid #b0def6;
	color:#313131;
	display:block;
	font-size:1.25em;
	font-weight:bold;
	height:42px;
	line-height:42px;
	text-decoration:none;
	text-align:center;
}
.view_more:hover {
	background:transparent url('../images/mediawall/more.gif') repeat-x bottom left;
	border:2px solid #1396da;
	text-decoration:none;
}

.item_block {
	display:block;
	float:left;
}

.info_width {
	width:55%;
}

/***********************************************************************************************************************
 *      Size Overlay
 **********************************************************************************************************************/
#size-overlay {
    width:auto;
}
/*====================================================================================================================*/

/***********************************************************************************************************************
 *      Communications Preferences
 **********************************************************************************************************************/
#page_communications-preferences {
}

#page_communications-preferences .form-top {
    border:1px solid #d5d5d5;
    border-bottom:none;
    padding:10px;
}
#page_communications-preferences .form-top h2 {
    margin:0px;
}

#page_communications-preferences .form-top .required {
    float:right;
}

#page_communications-preferences .form-wrapper {
    background:#FFF url('/skin/frontend/enterprise/TOMS/images/preferences_center/form_wrapper_bg.jpg') repeat-x bottom left;
    border:1px solid #d5d5d5;
}

#page_communications-preferences .col1,
#page_communications-preferences .col2 {
    float:left;
    height:100%;
    padding:20px;
    position:relative;
    width:313px;    /*355-20-20-1-1*/
}

#page_communications-preferences .col1 {
    border-right:1px solid #dbdbdb;
}

#page_communications-preferences .col2 {
}

#page_communications-preferences .col2 div {
    color:#05264b;
}

#page_communications-preferences .col2 div.title {
    font-weight:bold;
}

#page_communications-preferences ul {
    line-height:2em;
}

#page_communications-preferences #container-dob .validation-advice {
    display:none;
}

#page_communications-preferences #btn_submit {
    position:absolute;
    bottom:20px;
    left:373px;
}
/*====================================================================================================================*/

/***********************************************************************************************************************
 *      Contact Form - Modified 12-7-10
 **********************************************************************************************************************/

#page_contact-toms {
	font-family: Helvetica, sans-serif;
}

#page_contact-toms h2 {
	color: #434343;
	font-size: 21px;
	font-weight: normal;
	margin: 0.5em 0;
}

#page_contact-toms p {
	color: #777;
	font-size: 12px;
	margin:0 0 1em;
	padding: 0;
}

#page_contact-toms form {
	background: #ebebeb url(/skin/frontend/enterprise/TOMS/images/contactForm/contact-gradient.png) repeat-x 0 top;
	border: 1px solid #ccc;
	display: block;
	min-height: 439px;
	margin: 0;
	padding: 0;
	width: 680px;
}

.catalog-product-view ul.sizes  li.onorder_class a {
	color: RED;
}

#page_contact-toms fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#page_contact-toms legend {
	color: #00345e;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding:0 0 0 20px;
}

#page_contact-toms p#required {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	color: #f00;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 28px 0;
	text-align: right;
}

#text-fields {
	background: url(/skin/frontend/enterprise/TOMS/images/contactForm/contact-divider.png) no-repeat right 0;
	float: left;
	min-height: 384px;
	padding:30px 0 0 30px;
	width: 305px;
}

#page_contact-toms label {
	color: #323232;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#page_contact-toms label span {
	color: #f00;
}

#text-fields input, #text-fields select {
	display: block;
	height: 22px;
	width: 275px;
	margin: 8px 0 14px;
}

#text-fields .group-select li {
	margin-bottom: 0;
}

#text-fields select {
	margin-bottom: 16px;
}

#text-fields li.directto-description {
	color: #333;
	font-style: italic;
	line-height: 1.4em;
	margin-bottom: 14px;
	width: 275px;
}

#text-fields input#telephone {
	margin-bottom: 30px;
	width: 183px;
}

#comment-submit {
	float: right;
	padding:30px 30px 0 0;
	width: 286px;
}

#comment-submit textarea {
	height: 271px;
	margin-top: 8px;
	text-align: left;
	width: 286px;
}

#comment-submit button.submit-button {
	background: url(/skin/frontend/enterprise/TOMS/images/contactForm/contact-submit.png) no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
	float: right;
	font: bold 15px/1.3em Helvetica, sans-serif;
	height: 31px;
	margin-bottom: 30px;
	margin-top: 28px;
	padding: 0;
	width: 122px;
}

#comment-submit .submit-button span {
	background: transparent none;
	display: block;
	text-indent: -9999em;
}

a#go-back {
	clear: both;
	display: block;
	margin-top: 15px;
}

#page_contact-toms .validation-advice {
	margin-bottom: 8px;
}

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

/***********************************************************************************************************************
 *      Page - Email Signup (Overlay Content)
 **********************************************************************************************************************/
#overlay_emailSignup {
    background:#FFF url('/skin/frontend/enterprise/TOMS/images/emailSignup/form-wrapper_bg.jpg') repeat-x bottom left;
    border:1px solid #c9c9c9;
    padding:15px 0px;
    width:336px;
}
#overlay_emailSignup .logo {
    display:block;
    float:none;
    height:auto;
    margin:auto;
}
#overlay_emailSignup h2 {
    margin:0px 20px;
}
#overlay_emailSignup p {
    color:#333;
    margin:0px 20px;
}
#overlay_emailSignup hr {
    border:none;
    border-bottom:1px solid #d5d5d5;
    background:none;
}
#overlay_emailSignup .form-wrapper {
    margin:0px 20px;
}
#overlay_emailSignup #container-dob .validation-advice {
    display:none;
}
#overlay_emailSignup #btn_submit {
    margin:0px auto;
}

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

/* Added by Ascendum */
.reviewpager {
    background: #fff;
    /*background:url('../images/bkg_toolbar.gif') repeat-x scroll 0 100% #FFFFFF;*/
    border-top:1px solid #E2E2E2;
    font-size:11px;
    padding:4px 8px;
    text-align:center;
    height:20px;
}

.reviewpager .amount {
    float:left;
    margin:0;
}

.reviewpager .limiter {
    float:right;
}

.reviewpager .limiter label {
    vertical-align:middle;
}

.reviewpager .limiter select {
    margin:0 0 1px;
    padding:0;
    vertical-align:middle;
}

.footer_keyword {
	margin-top: 3px;
    padding-top:20px;
}

.footer_keyword ul {
	text-align:center;
    float:left;
	padding:0 0 10px;
}

.footer_keyword ul li {
	text-align:center;
    float:left;
	padding: 0 7px;
}

.footer_keyword ul li a {
	color: #555555;
	font-size: 11px;
	text-decoration: none;
}
.footer_keyword ul li a:hover {
	text-decoration:underline;
	color:#253645;
}
.form-list .reward_chk_width {
	width: 20px;
}

.account-create form p.create-account-field{
text-align:right;
}

.shipping-method-options{
    padding-left: 5px;
}

/* Ended by Ascendum */

/*====================================================================================================================*/
/***********************************************************************************************************************
 *      Catalog Product View 02-15-11
 **********************************************************************************************************************/
.catalog-product-view .product-view .price-box {
	bottom:0px;
    right:0px;
    font-size:in 14px;
	margin: 0px;
    position:absolute;
}

.catalog-product-view .product-view .how-we-wear h3, .also-like h3 {
	border: none;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 12px;
	padding: 0;
}

.catalog-product-view .product-view .how-we-wear h3 a {
	color: #228ad1;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

.catalog-product-view .also-like {
	background-color: #f1f1f1;
	padding: 10px;
}

.catalog-product-view .also-like td p {
	color: #666;
	font-size: 11px;
	margin: 6px 0 0 5px;
	width: 102px;
}

.catalog-product-view .also-like td p span {
	display: block;
}

.catalog-product-view .also-like td a {
	color: #228ad1;
	text-decoration: none;
}

.catalog-product-view .also-like td img {
	padding: 0 4px;
}

.catalog-product-view .ratings .addthis_toolbox {
	float: left;
	width: 70px;
}

/* Product Images */

.catalog-product-view .over-zoom {
	background: url(/skin/frontend/enterprise/TOMS/images/zoom.jpg) no-repeat;
	color: #228ad1;
	display: inline;
	font-size: 11px;
	padding: 6px 0 6px 20px;
	position: relative;
	top:8px;
}

.catalog-product-view .product-view .product-img-box {
	float: left;
	width: 452px;
}

.catalog-product-view .product-view .product-img-box .product-image {
	float: left;
	border: none;
    text-align: center;
}

.catalog-product-view .product-view .product-img-box .products-grid .product-image {
	float: left;
	border: 1px solid #cccccc;
}

.catalog-product-view .product-view .product-img-box .more-views {
	float: none;
	margin-top: 18px;
}

.catalog-product-view .product-view .product-img-box .more-views .image-thumb {
	float: left;
	padding: 1px;
	width: 90px;
}

.catalog-product-view .product-view .product-img-box .more-views .image-thumb img {
	border: 1px solid #cccccc;
	margin: 0 6px 3px 0;
}

.catalog-product-view .product-view .product-img-box .more-views .image-thumb.active img {
	border: 2px solid #A4D7F4
}

/* Product Shop */
.catalog-product-view .product-view .product-shop {
	float: right;
	width: 478px;
}

.catalog-product-view .product-view .product-name h1 {
	color: #333;
    position:relative;
}

.catalog-product-view .rating-wrap {
	border-top: 1px solid #ccc;
	background-color: #f1f1f1;
}

.catalog-product-view .rating-reviews {
	float: right;
}

.catalog-product-view .ratings label {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}

.catalog-product-view .ratings .stButton {
    margin-top: 0;
}
.catalog-product-view .ratings .stButton .chicklets {
    padding-left: 12px;
}

.catalog-product-view .rating-reviews label a {
	color: #228ad1;
	text-decoration: none;
}

.catalog-product-view .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;
	float: left;
	margin: 8px 10px 0px 10px;
	padding-bottom: 8px;
}

.catalog-product-view dt .rating-box {
	float: none;
	margin: 0em;
}

.catalog-product-view .product-shop .ratings {
	height:16px;
    line-height:14px;
    margin-top: 16px;
	padding: 3px 3px 3px 10px;
    vertical-align:middle;
}

.catalog-product-view .product-shop .rating-box {
	margin-top: 0;
	padding-bottom: 0;
}

.catalog-product-view .rating-wrap p {
	margin: 8px 0 0;
	padding-bottom: 8px;
}

.catalog-product-view .price {
	white-space: nowrap !important;
}

.catalog-product-view .full-title {
    display: block;
    float:left;
	width: 330px;
}

.catalog-product-view .regular-price .price {
	color: #999;
	font-size: 38px;
	font-weight: normal;
    line-height:38px;
}

.catalog-product-view .add-to-cart label {
	font-size: 14px;
	font-weight: bold;
	display: inline;
	width: 60px;
	background-color: #fff
}

.catalog-product-view .add-to-links li {
	border: 1px solid #2e86c4;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	float: none;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	text-align: center;
	width: 114px;
}

.catalog-product-view .add-to-links a {
	color: #228ad1;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.catalog-product-view .add-to-links {
	float: left;
	margin-left: 55px;
	margin-top: 8px;
	width: 114px;
}

.catalog-product-view .product-options {
	margin: 0;
    clear:both;
}

.catalog-product-view .options-atc {
	border: 1px solid #999;
	padding: 16px;
}

.catalog-product-view .options-atc label {
	text-transform: uppercase;
	font-size: 13px;
}

.catalog-product-view #size-help {
	color: #228ad1;
	padding-bottom: 5px;
	text-decoration: none;
}
.catalog-product-view .product-options dt label {
	font-weight: bold;
	font-size: 13px;
	line-height: 1em;
}

.catalog-product-view .product-options-middle {
	font-size: 11px;
	margin-bottom: 20px;
}

.catalog-product-view .product-options-middle a {
	color: #228ad1;
	text-decoration: none;
}

.catalog-product-view div.qty-select {
	float: left;
	margin-top: 10px;
	width: 80px;
}
/*
.catalog-product-view .add-to-cart .qty-select {
    float: left;
}
*/

.catalog-product-view select#qty {
	margin-left: 6px;
}

/* Block: Description */
.catalog-product-view .product-view .description {
	float: none;
	width: 478px;
	clear: right;
	padding-top: 20px;
}

.catalog-product-view .description .tabs {
	position: relative;
}

.catalog-product-view .description .tabs li {
	border: 1px solid #ccc;
	border-bottom: none;
	margin-right: 4px;
	position: relative;
	width: auto;
}

.catalog-product-view .description .tabs li.active, .catalog-product-view .description .tabs li:hover {
	border: 1px solid #ccc;
	border-bottom: none;
}

.catalog-product-view .description .tabs a {
	border: none!important;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	background: #f1f1f1 none;
	border: 1px solid #ccc;
	margin: 0;
	color: #228ad1;
	font-size: 13px;
	font-weight: bold;
	height: 12px;
	top: 0;
	text-transform: uppercase;
	padding-right: 32px;
	bottom:0;
	width: auto;
}

.catalog-product-view .description .tabs li.active a, .catalog-product-view .description .tabs li:hover a {
	background: #fff none!important;
	border-bottom: none;
	height: 13px;
	color: #333;
}

.catalog-product-view .description .padder {
	border: 1px solid #ccc;
}

.catalog-product-view .product-view .description .std {
	background-color: #fff;
	/*padding: 20px;*/
}

.catalog-product-view .std p, .catalog-product-view .std li {
	color: #333;
	line-height: 1.6em;
}

/* Block: Upsell */
.catalog-product-view .product-view .up-sell {
	background-color: #f1f1f1;
	clear: both;
	width: auto;
	margin-top: 20px;
}

.catalog-product-view .product-view .up-sell .products-grid {
	width: inherit;
}

.catalog-product-view .product-view .up-sell .products-grid div {
	width: 30px;
	float: left;
	padding: 0px;
	margin-bottom: 0px;
}

.catalog-product-view .product-view .up-sell h3.first {
	background-color: #f1f1f1;
	color: #333333;
	line-height: 25px;
	padding: 10px;
}

.catalog-product-view .product-view .up-sell h3 label {
	float: left;
	margin-right: 15px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

.catalog-product-view .product-view .how-we-wear {
	margin-top: 20px;
	padding: 10px;
}

.catalog-product-view .product-view .reviews {
	border: 1px solid #ccc;
	margin-top: 20px;
	font-size: 13px;
}

.catalog-product-view .product-view .reviews h3 {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	padding: 7px 10px 5px;
	text-transform: uppercase;
}

.catalog-product-view .review-submit {
	color: #228ad1;
	float: right;
	padding: 6px 10px;
	text-align: right;
	text-decoration: none;
	width: 200px;
}

.shoes .catalog-product-view .footer {
	border-bottom: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
	padding: 10px 0;
}

.shoes .catalog-product-view .footer ul {
	float: right;
	padding: 12px 0 0;
}
.shoes .catalog-product-view .pay-logos img {
    margin: 0px 10px 0 0;
}
.catalog-product-view .reviews ul {
	border: none;
	border-top: 1px solid #ccc;
	padding:  0 0 15px;
	clear: both;
	margin-top: 0;
	background-color: transparent;
	-moz-border-radius-topright: 0em;
	-moz-border-radius-topleft: 0em;

}

.catalog-product-view .reviews .review-dt, .catalog-product-view .reviews .review-dd {
	padding: 0 15px;
}

.review-dt .rating-box {
    float: none;
    margin: 0;
}

.product-view .reviews .review-dt {
    color: #000000;
    font-weight: bold;
    margin: 10px 0 0;
}

.catalog-product-view .reviews .review-dd {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 12px;
}

.catalog-product-view .review-title {
	float: left;
	font-weight: bold;
}

.catalog-product-view .reviews .date {
	float: right;
	font-weight: normal;
}

.catalog-product-view .reviewer-name {
	clear: both;
	margin-bottom: 1em;
	font-weight: normal;
	font-style: italic;
}

.catalog-product-view .browse-reviews {
	background: #fff;
    /*background:url('../images/bkg_toolbar.gif') repeat-x scroll 0 100% #FFFFFF;*/
    /*border-top:1px solid #ccc;*/
    font-size:11px;
    padding:8px 8px;
    position: relative;
    text-align:center;
    height:16px;
}

.catalog-product-view .browse-reviews a {
	color: #228ad1;
	text-decoration: none;
}

.catalog-product-view .review-prev {
	position: absolute;
	left: 10px;
}

.catalog-product-view .previous_link {
	position: absolute;
	left: 10px;
}

.catalog-product-view .reviews-amount {
	position: absolute;
	left:200px;
}

.catalog-product-view .review-next {
	position: absolute;
	right:10px;
}

.catalog-product-view .next_link {
	position: absolute;
	right:10px;
}

.catalog-product-view ul.sizes  li {
	float: left;
	/*border: 1px solid #737373;*/
	border: 1px solid #999999;
	margin: 2px;
	width: 45px;
	text-align: center;
	font-size: 13px;
	color: #C0C0C0;
	line-height: 24px;
}

.catalog-product-view ul.sizes  li:hover {
	border: 1px solid #fff;
	background-color: #d6eaf6;
}

.catalog-product-view ul.sizes  li.onorder_class a {
	color: RED;
}

.catalog-product-view ul.sizes li a {
	display: block;
	width: 45px;
	text-decoration: none;
	/*color: #4B4B4B;*/
	color: #333333;
	font-size: 13px;
}

.catalog-product-view ul.sizes li.na {
	border: 1px solid #CCCCCC;
	/*background: url(../images/not_avail.png) center top no-repeat;*/
	background: #ffffff;
}

.catalog-product-view ul.sizes li.na a {
	display: block;
	width: 45px;
	text-decoration: none;
	color: #CCCCCC;
	font-size: 13px;
}

.catalog-product-view ul.sizes li a:hover, .catalog-product-view ul.sizes li a.selected {
	background-color: #d6eaf6;
}

.catalog-product-view .sizes {
	font-size: 14px;
	padding-top: 4px;
}

.catalog-product-view a.add-to-cart-button {
	width: 154px;
	float: right;
	height: 44px;
	margin: 3px 0 3px;
	background: url(../images/btn_add_to_bag.jpg) no-repeat;
	display: block;
}

.catalog-product-view a.add-to-cart-button:hover {
	background-position: 0 -44px;
}
.catalog-product-view div.how-we-wear.up-sell ul {
	-moz-border-radius: 0em;
	background-color: transparent;
	border: none;
	padding: 0;
    margin-left: 5px;
}

.catalog-product-view div.how-we-wear.up-sell ul li{
	display:inline;
	margin-right: 6px;
}

.catalog-product-view div.how-we-wear.up-sell ul li.last{
	display:inline;
	margin-right: 0px;
}

.catalog-product-view .reviewpager {
    background: #fff;
    border-top:1px solid #ccc;
    font-size:11px;
    padding:8px 8px;
    text-align:center;
    height:20px;
}
.catalog-product-view .reviewpager .limiter {
    float:left;
}

.catalog-product-view .reviewpager .sort-by {
    float: right;
}

.catalog-product-view .reviewpager .limiter select {
    margin:0 0 1px 5px;
    padding:0;
    vertical-align:middle;
}

.catalog-product-view div.overlay {
	background-image: url(../images/overlay/Box_drop_shadow_tall.png);
	width: 708px;
	height: 263px;
	display: none;
	z-index: 9000;
    background-image: none;
    padding: 0;
}

.catalog-product-view div.overlay a.close {
    right: 7px;
}

.catalog-product-view div.overlay .reviewform-top {
    margin:0;
    padding:0;
    background-image: url(../images/overlay/bg_review_form_top.png);
    background-repeat: no-repeat;
    width:708px;
    height:5px;
}

div.overlay .smallform-top {
	width: 420px;
	background-position: right bottom;
}

.catalog-product-view div.overlay .reviewform {
    margin:0;
    padding:0;
    background-image: url(../images/overlay/bg_review_form_spacer.png);
    background-repeat:repeat-y;
    min-height:326px;
}

div.overlay .smallform {
	min-height: 150px;
}

.catalog-product-view div.overlay .reviewform-bottom {
    margin:0;
    padding:0;
    background-image: url(../images/overlay/bg_review_form_bottom.png);
    width:708px;
    height:10px;
}

div.overlay .smallform-bottom {
	width: 420px;
	background-position: right top;
}

.catalog-product-view div.overlay .wrap {
    padding: 20px 20px 20px 20px;
    height:100%;
}

.catalog-product-view div.review-form .form-list-left {
    float: left;
    width: 290px;
}

.catalog-product-view div.review-form .form-list-right {
    float: right;
    width: 375px;
}

.catalog-product-view div.review-form .form-list li {
    margin: 0 0 10px;
}
.catalog-product-view div.review-form .form-list .input-text-300 {
    width: 367px;
}

.catalog-product-view div.review-form #product-review-table {
    margin: 0;
    width: 200px;
}

.catalog-product-view div.review-form button.review-button {
    background: url("../images/btn_submit_review.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    float: right;
    height: 27px;
    width: 114px;
}

.catalog-product-view .page_navigation .ellipse {
    display: none;
}

/* hide more-sells */
.catalog-product-view .product-view .more-sells {
	display: none;
}

/* stock notification */
.catalog-product-view #stock_notify {
    position: relative;
    margin-bottom: 10px;
}

#stock_notify #popup {
    position: absolute;
    display: none;
    z-index: 50;
    border-collapse: collapse;
}

#stock_notify .trigger {
    position: absolute;
    color: #228AD1;
    cursor: pointer;
}

#stock_notify #stock-form {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #CCCCCC;
/*    display: block;*/
    width:444px;
    height:43px;
    position: absolute;
    top: 10px
}

#stock_notify #arrow {
    background: url("../images/notify_arrow.gif") no-repeat scroll transparent;
    height: 11px;
    position: absolute;
    width: 27px;
    left: 210px;
    top: 0px
}

#stock_notify a.close {
    background-image: url("../images/notify_close.gif");
    cursor: pointer;
    height: 13px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 13px;
}

#stock_notify .notify_btn {
    margin-left: 20px;
    cursor: pointer;
}

#stock_notify .error {
    color: #FF0000;
    display: none;
}

#stock_notify #join {
    padding:8px;
}

#stock_notify #confirm {
    padding:8px;
    display: none;
}

.catalog-product-view #loading-animation {
    display:none;
    float:right;
    text-align:center;
    width:154px;
    margin-top:10px;
}

/* zoom */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 1px solid #888;
	margin:-1px;	/* Set this to minus the border thickness. */
	background-color:#fff;
	cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:1px solid #ccc;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;
	background:#222;
	padding:3px;
	border:1px solid #000;
}

.cart-col div.cart-item .backorder, #multiship-addresses-table .backorder, .checkout-multishipping-shipping .checkout-product-table .backorder{
    color: #f00;
    white-space: nowrap;
}

.checkout-multishipping-shipping .checkout-product-table .backorder{
	padding-right: 20px;
}
/*====================================================================================================================*/
/***********************************************************************************************************************
 *      Navigation V3 04-21-11
 **********************************************************************************************************************/

#nav-v3 {
	text-align: left; /* height:31px; */
	padding: 0;
	margin-top: 5px;
    display:inline-block;
}

/* All Levels */
#nav-v3 li {
	position: relative;
	z-index: 4;
}

 /*Incresed z-index value from 5 to 5.5, ticket -1092 : Ascendum Start*/
#nav-v3 li.active {
	z-index: 5.5;
}
/*Ascendum End*/

#nav-v3 li.over {
	z-index: 990;
}

/*#nav-v3 li.parent {}*/
#nav-v3 li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold
}

#nav-v3 li a:hover {
	text-decoration: none;
}

#nav-v3 li a span {
	display: block;
	white-space: nowrap;
	cursor: pointer;
}

#nav-v3 li ul a span {
	white-space: normal;
}

/* 1st Level */
#nav-v3 li {
	margin: 0;
	padding: 0 0 0 0;
	float: left;
}

#nav-v3 li a {
	float: left;
	height: 40px;
	padding: 0;
	display: block
}

#nav-v3 li a,#nav-v3 li a span {
	text-indent: -999em;
}

#nav-v3 li.first a {

}

#nav-v3 li.last a { /* border-right:0;  */

}

#nav-v3 li a {
	font-size: 13px;
	background: url(../images/navigation/main-nav_v3.png) no-repeat 0 0;
	display: block;
	z-index:5;
}

#nav-v3 li a:hover {
	background-position: 0 -46px;
}

#nav-v3 li.active a {
	background-position: 0 -92px;
}

/* rollovers for TOMS */
#nav-v3 li.nav-1 a span {
	width: 142px;
}  /*fix for webkit */
#nav-v3 li.nav-1 ul li a span {
	width: 151px;
}

#nav-v3 li.nav-1 a {
	background-position: 0 0;
}

#nav-v3 li.nav-1.active.over a, #nav-v3 li.nav-1.over a, #nav-v3 li.nav-1 a:hover {
	width: 142px;
	background-position: 0 -46px
}

#nav-v3 li.nav-1.active a {
	background-position: 0px -92px;
}

#nav-v3 li.nav-2 a {
	width: 141px;
	background-position: -142px 0
}

#nav-v3 li.nav-2.active.over a, #nav-v3 li.nav-2.over a, #nav-v3 li.nav-2 a:hover {
	width: 141px;
	background-position: -142px -46px
}

#nav-v3 li.nav-2.active a {
	width: 141px;
	background-position: -142px -92px
}

#nav-v3 li.nav-3 a {
	width: 147px;
	background-position: -283px 0
}

#nav-v3 li.nav-3.active.over a, #nav-v3 li.nav-3.over a, #nav-v3 li.nav-3 a:hover {
	width: 147px;
	background-position: -283px -46px
}

 #nav-v3 li.nav-3.active a {
	width: 147px;
	background-position: -283px -92px
}

#nav-v3 li.nav-how-we-wear a {
	width: 213px;
	background-position: -430px 0
}

#nav-v3 li.nav-how-we-wear.over a, #nav-v3 li.nav-how-we-wear a:hover {
	width: 213px;
	background-position: -430px -46px
}

#nav-v3 li.nav-how-we-wear.active a {
	width: 213px;
	background-position: -430px -92px
}

#nav-v3 li.nav-get-involved a {
	width: 193px;
	background-position: -643px 0
}

#nav-v3 li.nav-get-involved.active.over a, #nav-v3 li.nav-get-involved.over a, #nav-v3 li.nav-get-involved a:hover {
	width: 193px;
	background-position: -643px -46px
}

#nav-v3 li.nav-get-involved.active a {
	width: 193px;
	background-position: -643px -92px
}

#nav-v3 li.nav-blog a {
	width: 124px;
	background-position: -836px 0
}

#nav-v3 li.nav-blog.over a, #nav-v3 li.nav-blog a:hover {
	width: 124px;
	background-position: -836px -46px
}

#nav-v3 li.nav-blog.active a {
	width: 124px;
	background-position: -836px -92px
}

#nav-v3 li.shop a {
	background: transparent url(../images/home/shop_button.png) no-repeat scroll 0 0;
	height: 41px;
	width: 132px;
}

#nav-v3 li.shop a:hover {
	background-position: 0 -42px;
}

#nav-v3 li.shop.active a {
	background-position: 0 -42px;
}

#nav-v3 li.toplinks a {
	background: none;
	height: 15px;
	width: auto;
	font-size: 12px;
	text-transform: none;
	color: #555;
	text-indent: 0;
	font-weight: normal
}

#nav-v3 li.toplinks a:hover {
	background-position: 0 -42px;
}

#nav-v3 li.toplinks .active a {
	background-position: 0 -42px;
}

#nav-v3 li.toplinks {
	height: auto;
	padding: 0 5px;
}

/* 2nd Level */
#nav-v3 ul {
	position: absolute;
    top: 39px;
	left: -10000px;
	padding: 2px;
	background: url(../images/navigation/bg_nav.png) repeat 0 0;
}

#nav-v3 li.nav-get-involved ul {
	width: 189px;
}

#nav-v3 ul li,#nav-v3 ul li a,#nav-v3 ul li a span {
	display: block;
	font-size: 13px;
	float: left;
	font-weight: normal;
	color: #5a4a3b;
	text-transform: none;
}

#nav-v3 ul li {
	margin: 0;
	padding-left: 3px;
	padding-right: 3px;
	height: 21px;
}

#nav-v3 ul li.last {
	border-bottom: 0;
}

#nav-v3 ul li a {
	background: none !important;
}

#nav-v3 ul li a span {
/*	padding: 0 !important;*/
    padding-left:15px;
	text-indent: 0;
	width: 151px;
	text-align: left;
	height: 25px;
	line-height: 25px;
}

#nav-v3 li.nav-get-involved ul li a span {
	width: 165px;
}

#nav-v3 li.shop ul li a span {
	width: 130px;
}

#nav-v3 li.shop ul {
	width: 130px;
	top: 34px;
}

#nav-v3 ul li a:hover span {
	background: #ffffff;
	color: #075E7F;
}
#nav-v3 ul li.nav-get-involved a:hover span {
	background: #ffffff;
	color: #075E7F;
	width: 100px;
}

#nav-v3 ul li.active>a,#nav-v3 ul li.over>a {
	color: #444
}

#nav-v3 ul li.parent {
	background-image: url(../images/bkg_parent.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

/* 3rd+ level */
#nav-v3 ul ul {
	top: 7px;
	border-top: 1px solid #aeaeae;
	padding-bottom: 5px;
}

/* Show Menu */

#nav-v3 li.over>ul,#toplinks li.over>ul {
	left: 0px;
}

#nav-v3 li.over>ul li.over>ul,#toplinks li.over>ul li.over>ul {
	left: 100px;
}

#nav-v3 li.over ul ul,#toplinks li.over ul ul {
	left: -10000px;
}

#nav-v3 .nav-container {
  width: 343px;
  overflow: hidden;
  height: 100%;
  border-bottom: 1px dashed #f2ede6;
  border-left: 1px dashed #f2ede6;
  border-right: 1px dashed #f2ede6;
}

#nav-v3 li.nav-get-involved .container {
  width: 187px;
  overflow: hidden;
  height: 100%;
  border-bottom: 1px dashed #f2ede6;
  border-left: 1px dashed #f2ede6;
  border-right: 1px dashed #f2ede6;
}

#nav-v3 li .no-border {
    width:141px;
    float: left;
    overflow: hidden;
    height: 10px;
}

#nav-v3 li .border {
    width:202px;
    float: right;
    border-top: 1px dashed #f2ede6;
    overflow: hidden;
    height: 10px;
}

#nav-v3 li .bottom {
    width:343px;
    float: left;
    overflow: hidden;
    height: 10px;
	background: url(../images/navigation/bg_nav.png) repeat 0 0;
}

#nav-v3 .leftNav {
    float:left;
    overflow:hidden;
    width: 170px;
	padding-right: 3px;
	margin-bottom: -1000px;
    padding-bottom: 1000px;
}

#nav-v3 .rightNav {
    width:160px;
    float:left;
	margin-left:5px;
    overflow:hidden;
	margin-bottom: -1000px;
    padding-bottom: 1000px;
    background:#ffffff;
}

#nav-v3 .box {
    width:160px;
    height:200px;
    text-align:center;
	cursor: pointer;
}

#nav-v3 .box div {
    width:160px;
    height:170px;
}

#nav-v3 .box span {
	height: 40px;
    color:#446F7F;
    text-transform:uppercase;
    font-weight:bold;
}

#nav-v3 li.divider {
margin-bottom:8px;
}

#nav-v3 li.nav-get-involved .container li.last {
margin-bottom:5px;
}

#nav-v3 li.divider span, #nav-v3 li span.bold {
font-weight:bold;
}

.backorder-label{
    color: #FF0000;
}

/* [Keeping the Size in a gray font even within the Backorder messaging (Bug TS-301)] - [ncampbell] - [9/20/2011] */
span.backordersize {
	color: #737373;
}

.paypal-express-review #paymentMethodTitle img{
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.paypal-express-review #paymentMethodTitleDesc{
    padding-top: 4px;
}

.paypal-express-review #paymentMethodTitle2{
    padding-left: 5px;
}

.blue-link{
    color: #228AD1;
}

.paypal-express-review .blue-link{
    font-size: 0.9em;
    text-decoration: none;
}

#payment_form_paypal_standard, #payment_form_paypal_express{
    /* ghiley 17 Sept, 2011 
    margin-left: 35px; */
    margin-left: 0px;
}

.paypal-express-review #update_shipping_method_submit{
    display: none;
}

.checkout-multishipping-billing #payment_form_pbridge_cybersource_soap{
    margin: -31px 0 0 20px;
}

.checkout-multishipping-billing .pbridge-reload{
    position: absolute;
    margin-top: 40px;
    margin-left: 10px;
}

.paypal-express-review .pbridge-reload{
    position: absolute;
    margin-top: 50px;
    margin-left: 10px;
}

.checkout-multishipping-billing #payment_form_pbridge_cybersource_soap_container iframe{
    margin-top: 60px;
}

.checkout-multishipping-billing ul.cc-types, .checkout-multishipping-billing .cc-types li{
    display: inline;
}

.checkout-multishipping-billing ul.cc-types{
    margin-top: -5px;
}

.checkout-multishipping-billing #payment-methods .blue-link{
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}

.paypal-express-review #paymentMethodTitle{
    height: 75px;
}

.paypal-express-review .address_message{
    text-align: left;
    position: absolute;
}

.paypal-express-review .update-total{
    float: left;
    margin: -20px 0 0 10px
}

.grand_total_update_total_container{
    float: left;
    font-size: 12px;
    margin-top: 3px;
}

.paypal-express-review #payment_form_pbridge_cybersource_soap_container iframe{
    margin-top: 20px;
}

.cms-now-accepting-paypal .col-right{
    border: 0;
    width: 260px;
    margin-right: 5px;
}

.cms-now-accepting-paypal .col-main{
    padding: 1px 0 0 27px;
    width: 630px;
    font-size: 18px;
    font-family: Myriad Pro;
}

.cms-now-accepting-paypal .col-main p{
    margin: 0;
}

.cms-now-accepting-paypal .col-main .smaller{
    font-size: 16px;
    line-height: 22px;
}

.cms-now-accepting-paypal .col-main h2{
    margin: 0 0 20px;
}

.cms-now-accepting-paypal .start-shopping-now{
    margin: 45px 0 85px;
    font-size: 28px;
    float: left;
}

.cms-now-accepting-paypal .start-shopping-now .blue-box{
    background-color: #bde6f8;
    padding: 10px 20px;
    margin: -3px 0 0 18px;
    font-size: 13px;
    float: left;
}

.cms-now-accepting-paypal .addthis_button_compact{
    font-size: 12px;
    font-family: Arial;
}

.cms-now-accepting-paypal .start-shopping-now .blue-box a{
    text-decoration: none;
}

.cms-now-accepting-paypal .start-shopping-now-text{
    float: left;
}

.sign-up-for-paypal-sticker{
    position: absolute;
    margin: 71px 0 0 94px;
}

.sign-up-for-paypal{
    margin-top: 166px;
    background-color: #f2f3f5;
    padding: 60px 15px 15px;
    color: #102a48;
    float: left;
}

.sign-up-for-paypal h5{
    color: #102a48;
    float: left;
    font-size: 13px !important;
}

.sign-up-for-paypal .questions{
    float: left;
    width: 100%;
    margin: 5px 0 10px 0;
}

.sign-up-for-paypal .left-panel{
    float: left;
    width: 61px;
    height: 76px;
}

.sign-up-for-paypal .right-panel{
    float: left;
    padding-left: 10px;
    width: 159px;
    min-height: 76px;
    line-height: 19px;
}

.underline{
    text-decoration: underline;
}

#p_method_paypal_logo{
    margin: 0 9px;
}

/* Order Summary header (hidden unless on Order Review page) -- definition in toms_checkout.css */

.cart-item-captation-review {
	display: none;
}

/* home page styles originally from holiday skin*/
.home-top .top_left {
    float:left;
}

.home-top .top_right {
    float:right;
}

#newsletter_wrapper {
    background:transparent url('../images/home/newsletter_wrapper_bg.jpg') no-repeat top left;
    height:76px;
    margin:8px 0px;
    position:relative;
    width:292px;
}

    #newsletter_wrapper #newsletter-validate-detail {
        bottom:9px;
        position:absolute;
        right:8px;
    }

    #newsletter_wrapper input#newsletter {
        background:none;
        background-color:#FFF;
        height:18px;
        width:150px;
    }

    #newsletter_wrapper button.go {
        background-image:url('../images/home/home-btn_go.gif');
        height:24px;
    }

.home_bottom {
    margin-top:20px;
}
.home_grey_dash {
    height:1px;
    background:transparent url('../images/home/home_grey_dash_bg.gif') repeat-x top left;
}

.home_grey_dash_vert.hleft {
    background:transparent url('../images/home/home_grey_dash_vert_bg.gif') repeat-y top left;
}

.home_grey_dash_vert.hright {
    background:transparent url('../images/home/home_grey_dash_vert_bg.gif') repeat-y top right;
}

#home-updates {
    left:170px;
    position:absolute;
    top:-6px;
}

#home-customer_service {
    left:80px;
    position:absolute;
    top:-6px;
}

#home-connect {
    left:47px;
    position:absolute;
    top:-6px;
}


#service-number {
	clear: right;
	float: right;
	position: relative;
}

#service-number img {
	position: relative;
	right: -15px;
	top: -6px;
}

.home_bottom div.col1,
.home_bottom div.col2,
.home_bottom div.col3 {
    background:transparent url('../images/home/home_grey_dash_vert_bg.gif') repeat-y top right;
    min-height:0px;
    padding:12px;
    position:relative;
}

.home_bottom div.col1 {
    width:452px;
}

.home_bottom div.col2 {
    width:290px;
}

.home_bottom div.col3 {
    background:none;
    text-align:right;
    width:146px;
}

    .home_bottom div.col3 .share_icons {
        margin-top:18px;
    }

.home_bottom p {
    color:#686868;
    font-size:11px;
    margin:0px;
}

.home_bottom p.title {
    color:#1f4762;
    font-size:11px;
    font-weight:bold;
}

.home_bottom .read_more {
    color:#1f4762;
    font-size:11px;
    text-decoration:none;
}
    .home_bottom .read_more:hover {
        color:#398Ab8;
        font-weight:bold;
    }


    #updates-wrapper {
        float:left;
        width:226px;
    }

    .home_bottom div.col1 .static {
        background:transparent url('../images/home/home_grey_dash_vert_bg.gif') repeat-y top left;
        margin-left:226px;
        padding-left:12px;
    }

/* Start New Category & Search Page */

.catalog-category-view .main-container {
    width:960px;
    background:transparent url('../images/category_search/bg_category.gif') repeat 0 0;
    overflow: hidden;
}
.catalog-category-view .main-container-2cols {
    width:960px;
    overflow: hidden;
}
.catalog-category-view .col-right-2cols {
    width:718px;
    float:right;
}
.catalog-category-view .cat-lifestyle {
    width:718px;
    float:right;
}
.catalog-category-view .left-categories {
    width:232px;
    height:475px;
    float:left;
    background:transparent url('../images/category_search/bg_category.gif') repeat 0 0;
}
.catalog-category-view .left-categories ul {
    margin-top:36px;
    margin-left:30px;
}
.catalog-category-view .left-categories ul li a{
    color:#5a4a3b;
    text-decoration: none;
}
.catalog-category-view .left-categories ul li a:hover, 
.catalog-category-view .left-categories ul li span.active {
    color:#2d6a85;
}
@font-face {
    font-family: 'GothamMedium';
    src: local('Gotham Medium'), local('Gotham-Medium');
}
.catalog-category-view .left-categories li.main-cat-name {
    font-family: "GothamMedium", "Arial";
    font-size: 24px;
    text-transform: uppercase;
    color:#2d6a85;
    padding-bottom:10px;
}
.catalog-category-view .left-categories ul li.subcat-bold {
    margin-left:10px;
    font-weight:bold;
    font-size:13px;
    line-height:20px;
}
.catalog-category-view .left-categories ul li.last {
    padding-bottom:10px;
}
.catalog-category-view .left-categories ul li.subcat {
    margin-left:10px;
    font-size:13px;
    line-height:20px;
}
.catalog-category-view .left-categories ul li.active {
    list-style-type:square;
    color:#2d6a85;
}
.catalog-category-view .shoes .breadcrumbs {
    color: #666666;
    font-weight:normal;
    display: block;
    padding: 10px 0px;
}
.catalog-category-view .shoes .breadcrumbs a {
    color: #2d6a85;
    text-decoration: none;
}
.catalog-category-view .shoes .breadcrumbs a:hover {
    text-decoration: underline;
}

.catalog-category-view .shoes .category-image {
    margin: 0 auto;
    width:718px;
}

/* Category list */
.subcategory h2 {
    border-bottom: 1px solid #F1F1F1;
    text-transform: uppercase;
    font-size:16px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal;
}
.subcategory h2 a {
    text-decoration: none;
    color: #333333;
}
.subcategory .right-link a {
    font-size: 12px;
    color: #2d6a85;
    text-transform: none;
}
.subcategory .right-link img {
    margin-left:10px;
    vertical-align:text-bottom;
}

/* Product List (category & search page) */
.products-grid-list {
    width: 100%;
}
.category-products .products-grid-list  tr {
    padding:5px;
}
.category-products .products-grid-list  td {
    width: 239px;
    border-top: 1px solid #F1F1F1;
}
.category-products .products-grid-list tr:first-child  td {
    border-top: none;
}
.products-grid-list  td div.product-item {
    margin:10px 0px;
    padding: 5px;
    border:1px solid transparent; 
    overflow:hidden;
}
.products-grid-list  td .add-to-cart {
    height:25px;
}
.products-grid-list .product-info {
    height:80px; 
    padding-left: 5px;
    padding-top: 10px;
}
.products-grid-list h3.product-name {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    margin: 6px 0 6px 0;
    width:200px;
    height:auto;
}
.products-grid-list .product-name a {
    text-decoration: none;
}
.products-grid-list .regular-price .price, .products-grid-list .price {
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap !important;
}
.products-grid-list .quickinfo {
    z-index: 3;
    position: relative;
    bottom: 100px;
    left: 73px;
    width: 78px;
    height: 24px;
}
.products-grid-list .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;
    float: none;
    display:block;
    margin: 0;
    padding: 0;
}

/****************************************
Filters
- frontend\enterprise\TOMSBase\template\catalog\layer\view.phtml
****************************************/
.shoes .filters {
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}
.catalog-category-view .shoes .filters {
    width: 718px;
    margin:15px 0;
}
.shoes .filters .clear-all{
    float: right;
    padding-bottom: 5px;
}
.shoes .filters .clear-all a{
    text-decoration: none;
    color: #2D6A85;
    size: 11px;
}
.shoes .filters #filter {
}
.shoes .filters .filter-container {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    vertical-align: top;
    width: 169px;
    zoom: 1;
    *display:inline;
}
.shoes .filters .filter-container.last {
    margin-right: 0px;
}
.shoes .filters .filter-item {
    border: 1px solid #F8F8F8;
    width: 100%;
    z-index: 200;
}
.shoes .filters .filter-item:hover {
    -moz-box-shadow: 0px 5px 5px -2px #8d8d8d;
    -webkit-box-shadow: 0px 5px 5px -2px #8d8d8d;
    box-shadow: 0px 5px 5px -2px #8d8d8d;
    border: 1px solid #DEDEDE;
}
.shoes .filters .filter-item .button {
    background-color: #F8F8F8;
    line-height:25px;
    padding: 0px 10px;
    text-align: left;
    vertical-align: middle;
    font-size:14px;
    color:#666666;
}
.shoes .filters .filter-item .button .maximize {
    background: transparent url("../images/category_search/filter-item-button-maximize-sprite.gif") no-repeat left top;
    float:right;
    height: 13px;
    margin-top: 6px;
    width: 13px;
}
.shoes .filters .filter-item .button:hover .maximize {
    background-position: left bottom;
}
.shoes .filters .filter-item .filter-options {
    -moz-box-shadow: 0px 5px 5px -2px #8d8d8d;
    -webkit-box-shadow: 0px 5px 5px -2px #8d8d8d;
    box-shadow: 0px 5px 5px -2px #8d8d8d;
    border: 1px solid #DEDEDE;
    border-top: none;
    background-color: #FFF;
    display: none;
    left: 0px;
    position:absolute;
    width: 100%;
    z-index: 200;
}
.shoes .filters .filter-item .filter-options a {
    text-decoration: none;
}
.shoes .filters .filter-item .filter-options ol {
    padding: 5px;
}
.shoes .filters .filter-item .size li {
    line-height: 1.5em;
    width: 50px;
}
.shoes .filters .filter-item .size li.column1 { margin-left: 0em; }
.shoes .filters .filter-item .size li.column2 { margin-left: 4.5em; }
.shoes .filters .filter-item .size li.column3 { margin-left: 9em; }
.shoes .filters .filter-item a {
    background:transparent url("../images/category_search/sprite-filter-controls.png") no-repeat left -152px;
    padding-left:15px;
}
.shoes .filters .filter-item a:hover {
    background-position:left -202px;
}
.shoes .filters .filter-item a.active {
    background:transparent url("../images/category_search/sprite-filter-controls.png") no-repeat left -252px;
}
.shoes .filters .filter-item .color {
    padding-bottom:5px;
}
.shoes .filters .filter-item .color li {
    float:left;
}
.shoes .filters .filter-item .color a {
    background-image: none;
    border: 2px solid #CCCCCC;
    cursor: pointer;
    float: left;
    height:10px;
    /*line-height: 25px;*/
    margin: 5px 7px 2px 5px;
    padding: 0;
}
.shoes .filters .filter-item .color a:hover {
    border: 2px solid #828282;
}
.shoes .filters .filter-item .color a.active {
    border: 2px solid #923232;
}

.shoes .filters .filter-state {
    border: 1px solid #F8F8F8;
    border-top: none;
    width: inherit;
}

.shoes .filters .filter-state ul {
    padding:5px 5px 0px;
}

.shoes .filters .filter-state ul li {
    padding-bottom:5px;
}

/* Footer */
.catalog-category-view .shoes .footer, 
.catalogsearch-result-index .shoes .footer,
.catalog-product-view .shoes .footer  {
    border-bottom: 1px solid #f1f1f1;   
    border-top: 1px solid #f1f1f1;
    padding: 10px 0;
    margin-top:15px;
}

/* Search No Result Page */
#search_result_form .form-try-search .search-autocomplete {
    z-index: 2;
}
#search_result_form .form-try-search .search-autocomplete ul {
    border: 1px solid #ddd;
    background-color: #fff;
}
#search_result_form .form-try-search .search-autocomplete li {
    padding: 3px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
#search_result_form .form-try-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
}
#search_result_form .form-try-search .search-autocomplete li.selected {
}
#search_result_form {
    /* changed for tiburon */
    display: none;
   /* float: right;*/
    margin-top: 1em;
    position: absolute;
}
.form-try-search {
    margin:0px;
    /*margin-right:5px;*/
    padding:0px;
}
.form-try-search input {
    font-size: 13px;
    color: #7B7B7B;
}
.form-try-search input.input-text {
    background: #FFFFFF;
/*  float: right;*/
    height: 21px;
    width: 291px;
    padding: 3px;
    margin-right:10px;
}
.form-try-search button.search {
    background: url(../images/category_search/btn_search.png) no-repeat;
    height: 28px;
    width: 75px;
    border: none;
/*  float: right;*/
}
#searchTitle {
/*    margin-top: 10px;*/
    margin-bottom: 0px;
}
#searchTitle h2 {
    border-bottom:1px solid #f1f1f1;
    font-style:italic;
    font-size:24px;
    color: #333333;
    font-weight:normal;
    padding-bottom:2px;
    background: none;
}
#searchTitle .search-bold {
    color : #2d6a85;
}
#search-form {
    width:439px;
    height:72px;
    padding:20px;
    background:#f1f1f1;
    float:left;
}
#search-form p {
    color: #333333;
    font-weight:bold;
    font-size:14px;
    text-transform:uppercase;
}
#search-tips {
    width:400px;
    height:112px;
    margin-left:31px;
    float:left;
    color: #666666;
    padding:2px;
}
#search-tips p {
    font-weight:bold;
    font-size:14px;
    text-transform:uppercase;
}
#search-tips li {
    list-style-type: square;
    padding-top:5px;
    margin-left: 18px;
    color:#666666;
}
#suggested-items {
    /*clear: both;*/
}
.suggested-header {
    color:#333333;
    text-transform:uppercase;
    font-weight:bold;
    font-size:14px;
    border-bottom:1px solid #f1f1f1;
    padding-bottom:10px;
    margin-top: 15px;
}

/* Quickview New Style */
div.overlay.qv-nopad .simple_overlay .close {
    background-image: url(../images/overlay/close.jpg);
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    height: 20px;
    width: 20px;
}
.quick-view-top {
    margin:0;
    padding:0;
    background: url('../images/category_search/bg_quickview_top.png') no-repeat;
    width:577px;
    height:6px;
}
.quick-view-middle {
    background: url('../images/category_search/bg_quickview_middle.png') repeat-y;
    padding: 0;
    margin:0;
    /*min-height:226px;*/
}
.quick-view-bottom {
    margin:0;
    padding:0;
    background-image: url('../images/category_search/bg_quickview_bottom.png');
    width:577px;
    height:13px;
}
.quick-view-container {
    width:568px;
}
.quick-view-container .product-view .product-price {
    float:right;
    position:absolute;
    bottom:15px;
    right:21px;
    margin: 0px;
}
.quick-view-container .product-view .price-box {
    float: none;
}
.quick-view-container .product-view .price {
    color: #999999;
    font-size: 38px;
    font-weight: normal;
    line-height: 38px;
    white-space: nowrap !important;
}
.quick-view-container .product-view .product-name h2 {
    color: #333333;
    position: relative;
    font-size:24px;
    font-weight:normal;
}
.quick-view-container .product-view .full-title {
    display: block;
    float: left;
    width: 350px;
    padding-left:21px;
    padding-bottom:15px;
    padding-top:15px;
}
div.overlay.qv-nopad {
    background-image:none;
    height: 100%;
    width:577px;
    padding:0;
}
div.overlay.qv-nopad .wrap {
    padding: 0px 7px 0 2px;
    height:100%;
}
div.overlay.qv-nopad a.close {
    background-image: url('../images/category_search/close.gif');
    position: absolute;
    right: 12px;
    top: 6px;
    cursor: pointer;
    height: 13px;
    width: 13px;
    z-index: 5;
    background-position: 0 0;
}
.quick-view-container .product-view .ratings {
    height: 20px;
    line-height: 21px;
    margin-bottom: 20px;
    padding: 5px 21px 5px 21px;
    vertical-align: middle;
    background-color: #F1F1F1;
    border: none;
    font-size:13px;
}
.quick-view-container .product-view .rating-reviews {
    float: right;
    min-width: 170px;
}
.quick-view-container .product-view .fblike {
    float: left;
    width: 119px;
    height: 21px;
}
.quick-view-container .product-view .ratings label {
    float: left;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    color: #333333;
}
.quick-view-container .product-view .rating-reviews label a {
    color: #2d6a85;
    text-decoration: none;
}
.quick-view-container .product-view .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;
    float: left;
    margin: 4px 0px 0px 17px;
    padding-bottom: 8px;
}
.quick-view-container .product-view .ratings .stButton {
    margin-top: 0;
}
.quick-view-container .product-view .ratings .stButton .chicklets {
    padding-left: 12px;
}
.quick-view-container .product-view .product-detail {
    overflow:hidden;
}
.quick-view-container .product-view .product-img {
    width:230px; 
    margin: 0 20px 20px 20px;
    float: left;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
}
.quick-view-container .product-view .product-img img{
    padding : 5px;
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
}
.quick-view-container .product-view .product-info {
    width:274px; 
    margin-right:21px;
    float: right;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
}
.quick-view-container .product-view .short-description {
    margin: 0;
    font-size: 13px;
    color:#333333;
    padding-bottom: 10px;
}
.quick-view-container ul.sizes  li {
    float: left;
    border: 1px solid #999999;
    margin: 2px;
    width: 45px;
    text-align: center;
    font-size: 13px;
    color: #C0C0C0;
    line-height: 24px;
}
.quick-view-container ul.sizes  li:hover {
    border: 1px solid #fff;
    background-color: #d6eaf6;
}
.quick-view-container ul.sizes li a {
    display: block;
    width: 45px;
    text-decoration: none;
    color: #333333;
    font-size: 13px;
}
.quick-view-container ul.sizes li.na {
    border: 1px solid #CCCCCC;
    background: #ffffff;
}
.quick-view-container ul.sizes li.na a {
    display: block;
    width: 45px;
    text-decoration: none;
    color: #CCCCCC;
    font-size: 13px;
}
.quick-view-container ul.sizes li a:hover, .quick-view-container ul.sizes li a.selected {
    background-color: #d6eaf6;
}
.quick-view-container .sizes {
    font-size: 14px;
    padding-top: 4px;
}
.quick-view-container .product-options {
    margin: 0;
    clear:both;
}
.quick-view-container .options-atc {
    border: 1px solid #999;
    padding: 16px;
}
.quick-view-container .options-atc label {
    text-transform: uppercase;
    font-size: 13px;
}
.quick-view-container #size-help {
    color: #2d6a85;
    padding-bottom: 5px;
    text-decoration: none;
}
.quick-view-container .product-options dt label {
    font-weight: bold;
    font-size: 13px;
    line-height: 1em;
    text-transform: uppercase;
}
.quick-view-container .product-options-middle {
    font-size: 11px;
    margin-bottom: 20px;
}
.quick-view-container .product-options-middle a {
    color: #228ad1;
    text-decoration: none;
}
.quick-view-container .view-detail-box {
    border-top: 1px dotted #D3D3D3;
    height:58px
}
.quick-view-container .view-detail {
    float:left;
    padding-top:25px;
    padding-left:20px
}
.quick-view-container .view-detail a {
    color: #2d6a85;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}
.quick-view-container .add-to-links li {
    border: 1px solid #35779b;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    float: none;
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    margin: 0;
    text-align: center;
    width: 114px;
}
.quick-view-container .add-to-links a {
    color: #2d6a85;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
.quick-view-container .add-to-links {
    float: left;
    margin-left: 140px;
    margin-top: 18px;
    width: 114px;
}
.quick-view-container a.add-to-cart-button {
    width: 140px;
    float: right;
    height: 41px;
    margin: 15px 14px 0 0;
    background: url(../images/category_search/btn_add_to_bag.png) no-repeat;
    display: block;
}
.quick-view-container a.add-to-cart-button:hover {
    background-position: 0 -41px;
    height: 41px;
}
.quick-view-container .product-info .add-to-cart {
    display:none;
}
.quick-view-container #loading-animation {
    display: none;
    float: right;
    margin-top: 6px;
    text-align: center;
    width: 154px;
}
.quick-view-container #loading-animation img {
    width: 154px;
}

/*
Tooltip
Category Default Filters
*/
.filter-tooltip {
    border: 1px solid #ddd;
    background-color: #FFF;
    padding: 5px;
    z-index: 9999;
}

/* ghiley 22 Sept 2011 - quickview loader animation position */
div.overlay .quick-view-middle .wrap .loader {
    text-align: center;
    height:200px;
}

div.overlay .quick-view-middle .wrap .loader img {
    margin-bottom:5px;
    margin-top:65px;
}

.quick-view-container .product-options-bottom {
    border-top: none;
    padding-top: 0;
    margin-top: 10px;
}

/* End New Category & Search Page */

	/* [Express Checkout Button styles for Shopping Bag] - [ncampbell] - [10/18/2011] */

#express_checkout_shortcut_div {
    width: 155px;
    float: left;
}
#express_checkout_shortcut_div button {
    margin-bottom: 10px;
}

/* [Save Payment UI Alignment fixes (Bug TS-846)] - [ncampbell] - [10/31/2011] */

div.thisacct fieldset {
	width: 650px;
}

div.selectpayment #accounts ul.form-list li.fields div.city {
    width: 213px !important;
    margin-right: 5px;
}

.clrleft {
	clear: left;
}


/* [Fix for "View All" links on My Account Dashboard (Bug TS-882)] - [ncampbell] - [11/8/2011] */

div.dashboard a.seemore {
    color: #2D68A5;
    text-decoration: none;
}

/* [My Account > Payment Options: make sure Add Payment Option CC form doesn't cut off after reload] - [ncampbell] - [11/9/2011] */

li#profile_edit_cc_info {
	width: 100%;
}


