/**
 * 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
*/

.wrapper {
	background:#FFFFFF url(/skin/frontend/enterprise/TOMS/images/wide-bg.gif) repeat-y scroll 0 0;
	margin: 0 auto;
	padding:15px 15px 0;
	width: 960px;
}


.page {
	margin: 0;
	text-align: left;
}

.header,.main,.footer {
	width: 960px;
}

.main {
	margin-top: 2px;
}

.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('http://images.toms.com/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 #ddd;
	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: 2.5em !important;
}

label {
	font-size: 13px
}

button.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}  /* FF Fix */
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.gif);
	background-repeat: no-repeat;
}

a.button,button.button span {
	border: 0;
	padding: 0 0 0 12px;
	margin: 0;
	cursor: pointer;
	background-position: 0 0;
	display: -moz-inline-stack;
	display: inline-block;
	color: #c73615;
	line-height: 23px;
	text-decoration: none !important;
}

a.button span,button.button span span {
	padding: 0 12px 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 {

}

/* 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 #ddd;
	margin-top: 10px;
}

.form-list li.add-row .btn-remove {
	font-size: 0;
	line-height: 0;
	padding: 5px 5px 0 0;
	text-align: right;
}

.form-list .range input.input-text {
	width: 96px;
}

.group-select {

}
.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: 60px;
}
.group-select .input-box #month  {
   width: 40px;
}
.group-select .input-box #day  {
   width: 40px;
}

.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: 5px 0 0;
	padding: 5px;

}

.buttons-set .back-link {
	float: left;
}

.buttons-set .button {
	float: right;
}

.buttons-set2 {
	clear: both;
	margin: 5px 0 0;
	padding: 5px;
	text-align: right;
}

/* Form Validation */
.validation-advice {
	clear: both;
	min-height: 13px;
	margin: 3px 0 0;
	padding-left: 17px;
	font-size: 10px;
	line-height: 13px;
	background: url(../images/validation_advice_bg.gif) 2px 1px no-repeat;
	color: #f00;
}

.validation-failed {
	border: 1px dashed #f00 !important;
	background: #faebe7 !important;
}

.validation-passed {

}

.required {
	color: #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;
}

.error-msg,.success-msg,.note-msg,.notice-msg {
	border-style: solid !important;
	border-width: 1px !important;
	background-position: 10px 10px !important;
	background-repeat: no-repeat !important;
	min-height: 24px !important;
	padding: 11px 8px 2px 32px !important;
	font-size: 11px !important;
	font-weight: bold !important;
	background-color: #EEEDED;
	border-color: #A2CFE9;
	margin-right: 10px;
}

.error-msg {
	background-image: url(../images/error_msg_icon.gif);
	color: #df280a;
}

.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;
}

.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 #ddd;
	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 #ddd;
	border-width: 0 0 1px;
	background: #ffff90;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	color: #2f2f2f;
}

.noscript .noscript-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 12px 0 12px;
	background: url(../images/i_notice.gif) 20px 50% no-repeat;
}

.noscript p {
	margin: 0;
}

/* Demo Notice */
.demo-notice {
	margin: 0;
	padding: 6px 10px;
	background: #d75f07;
	font-size: 12px;
	line-height: 1.15;
	text-align: center;
	color: #fff;
}

/*	FaceBook Like Button*/
.fb_iframe_widget iframe {
	height:23px !important;
}

/* ======================================================================================= */
/* 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: 122px;
	height: 86px;
}

.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
}

#search_mini_form {
	clear: both;
	float: right;
	margin: 8px 0;
	width:250px;
}

.header .form-search .search-autocomplete {
	z-index: 999;
}

.header .form-search .search-autocomplete ul {
	border: 1px solid #ddd;
	background-color: #fff;
}

.header .form-search .search-autocomplete li {
	padding: 3px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.header .form-search .search-autocomplete li .amount {
	float: right;
	font-weight: bold;
}

.header .form-search .search-autocomplete li.selected {

}

.header .form-language {
	text-align: center;
}

.form-search {
	margin:0px;
	margin-right:5px;
	padding:0px;
}

.form-search input {
	font-size: 10px;
	color: #7B7B7B;
}

.form-search input.input-text {
	background: none;
	float: right;
	height: 14px;
	padding: 3px;
}

.form-search button.search {
	background: url(../images/btn_search.jpg) no-repeat;
	height: 22px;
	width: 27px;
	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 li {
	position: relative;
	z-index: 40;
	display: block;
	float: left;
	width: 85px;
	padding: 4px 0px;
	text-align: center;
}

#toplinks li.over {
	background: url(../images/bg_top_menu.png) no-repeat top right;
}

#toplinks ul {
	position: absolute;
	width: 85px;
	top: 23px;
	left: -10000px;
	padding: 0 0 8px 0;
	background: url(../images/bg_top_menu_bottom.png) no-repeat bottom left;
}

#toplinks ul li a {
	display: block;
	text-indent: 0;
	width: 68px;
	text-align: center;
	border-bottom: 1px dotted #969696;
	padding: 5px;
}

#toplinks ul li {
	display: block;
	background: url(../images/bg_top_menu_items.png) repeat-y top right;
	width: 80px;
	padding: 0 5px 0 0;
}

#toplinks ul li.last a {
	border-bottom: none
}

/* ======================================================================================= */
	/* Sidebar =============================================================================== */
.block {
	margin: 0 0 20px;
}

.block .block-title {

}

.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;
}

.block .actions {
	text-align: right;
}

.block .actions a {
	float: left;
}

/* Block: Account */
.block-account {

}

/* 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 .size-filter {
	position: relative;
	top: -35px;
	left: 740px;
}

/* Block: Cart */
.block-cart {
	width: 217px;
	float: right;
	background-color: #f7f7f7;
	font-size: 11px;
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-bottomleft: .5em;
	margin: 0 0 0 15px;
}

.block-cart .amount {

}

.block-cart .subtotal {
	text-align: center;
}

.block-cart .cart-title {
	border-bottom: 1px solid #fff;
	padding: 5px;
	height: 36px;
}

.block-cart .cart-title label {
	font-size: 18px;
	margin-top: 5px;
	display: block;
	float: left;
}

.block-cart .cart-title .right-link {
	margin: 10px
}

.block-cart .block-content {
	float: left;
	border-top: 1px solid #E8E8E8;
	height: 44px;
}

.block-cart .block-content p {
	margin: 5px;
	font-size: 11.5px;
	color: #000;
}

.block-cart img {
	vertical-align: absmiddle;
	float: left;
}

.mini-products-list li {
	padding: 5px 0;
}

.mini-products-list .product-image {
	float: left;
	width: 50px;
	padding: 5px;
	border: 1px solid #ddd;
	margin-right: -75px;
}

.mini-products-list .product-details {
	margin-left: 75px;
}

.mini-products-list .product-details h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

.mini-products-list .product-details .btn-remove {
	float: right;
}

/* Block: Wishlist */
.block-wishlist {

}

/* Block: Related */
.block-related {

}

.block-related li {
	padding: 5px 0;
}

.block-related input.checkbox {
	float: left;
	margin-right: -20px;
}

.block-related .item {
	margin-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 {
	border: 1px solid #E6E6E6;
	margin-top: 10px;
}

.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: 25px;
	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 {

}

.products-grid td div.box {
	padding: 5px 10px; background: transparent url(../images/home/bg_col_dots.jpg) repeat-y right top;
}

.products-grid td .add-to-cart {
	float: right; margin-bottom:5px;
}

/* View Type: List */
.products-list li.item {
	border: 1px solid #ddd;
	padding: 5px;
	margin: 0 0 5px;
}

.products-list .product-image {
	float: left;
}

.products-list .product-shop {
	float: right;
	width: 320px;
}

/* =======================================================================
/* Product View
========================================================================== */
.product-view  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 {

}

.product-view .short-description {
	margin: 15px 0;
	font-size: 14px;
}

.quick-view .product-view .short-description {
	margin: 5px 0;
	font-size: 14px;
}

.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
}

/* Rating */
.ratings {
	font-size: 13px;
}

.ratings label {
	float: left;
	font-weight: bold;
}

.ratings .amount {

}

.ratings .rating-links {
	font-size: 11px;
	float: right
}

.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 {
	color: #737373;
	font-size: 16px;
}

/* 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 */
.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;
}

.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 {
	margin-top: 10px;
}

.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 .std {
	background-color: #f7f7f7;
	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 Tags */
.tags-list li {
	display: inline;
}

/* Advanced Search */
.search-summary {

}

/* CMS Home Page */
.cms-home .products-grid td {
	width: 20%;
}

/* Sitemap */
.sitemap {

}

/* ======================================================================================= */
	/* Product Review ======================================================================== */
.product-review {

}

.product-review .product-img-box {
	float: left;
	width: 140px;
}

.product-review .product-img-box .product-image {
	display: block;
	border: 1px solid #ddd;
	padding: 1px;
}

.product-review .details {
	float: right;
	width: 570px;
}

/* ======================================================================================= */
	/* Shopping Cart ========================================================================= */
.cart .checkout-types {
	float: right;
	text-align: right;
	clear: both;
	margin: 20px 0 10px;
}

/* Shopping Cart Table */
.cart-table .item-msg {
	font-size: 10px;
}

.cart-col {
	width: 600px;
	float: left;
	margin-left: 10px
}

.cart-col div.cart-item {
	margin: 10px 0;
	border: 1px solid #f0f0f0;
	background: url(../images/bg_cart_box.jpg) repeat-x;
}

.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: 10px 0 5px;
	font-size: 16px;
	height: auto;
}

.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 {
	margin: 30px 40px 0 0;
	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: #808080;
	font-size: 10px;
	font-style: italic;
	float: left;
	text-align: right;
	margin: 0 25px 0 80px;
}

.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 {
	color:transparent;
  	text-transform: capitalize;
	background: url(../images/btn_checkout.jpg) no-repeat;
	width: 171px;
	height: 28px;
	border: none;
	cursor:pointer;
}

/* 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;
	border: 1px solid #ccc;
	text-align: center;
	width: 142px;
	float: left;
	margin: 10px 15px 0 0;
	height: 200px
}

.cart .crosssell a.product-image {
	margin: 10px 0;
}

.cart .crosssell div.product-image {
	height: 100px
}

.cart .crosssell .product-shop {
	height: 40px;
}

.cart .shipping {

}

/* Shopping Cart Totals */
.cart .totals {
	float: right;
	border: 1px solid #E6E6E6;
	border-top: none;
	margin-top: -10px;
	padding: 20px 30px;
	font-size: 14px;
	font-weight: bold;
}

.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 {
	font-weight: bold;
	font-style: italic;
}

.item-options dd {
	padding-left: 10px;
}

.truncated {
	cursor: help;
}

.truncated a.dots {
	cursor: help;
}

.truncated a.details {
	cursor: help;
}

.truncated .truncated_full_value {
	position: relative;
	z-index: 999;
}

.truncated .truncated_full_value dl {
	position: absolute;
	top: -99999em;
	left: -99999em;
	z-index: 999;
	width: 250px;
	padding: 8px;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
}

.truncated .show dl {
	top: -20px;
	left: 50%;
}

.col-left .truncated .show dl {
	left: 30px;
	top: 7px;
}

.col-right .truncated .show dl {
	left: -240px;
	top: 7px;
}

/* ======================================================================================= */
	/* Checkout ============================================================================== */
	/* One Page */
.opc {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	position: relative;
}

.opc li.section {
	border: 1px solid #ddd;
	border-bottom: 0;
	border-top: 0;
}

.opc .step-title {
	background: url(../images/bg_step_title.jpg) repeat-x;
	padding: 0 15px;
	clear: both;
	height: 40px;
}

.opc .step-title .number {
	float: left;
	line-height: 22px;
	margin-right: 5px;
}

.opc .step-title h3 {
	float: left;
}

.opc .allow .step-title {
	cursor: pointer;
	background: url(../images/bg_step_title_complete.jpg) no-repeat;
}

.opc .active {

}

.opc .active .step-title {
	background: url(../images/bg_step_title_active.jpg) repeat-x;
	cursor: default;
}

.opc .step {
	border-top: 1px solid #ddd;
	padding: 10px;
	position: relative;
}

.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;
}

.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 #ddd;
	background-color: #f6f6f6;
	padding: 5px;
	position: absolute;
	z-index: 9999;
}

.tool-tip .btn-close {
	text-align: right;
}

.tool-tip .tool-tip-content {
	padding: 5px;
}

#dhtmltooltip{
position: absolute;
width: 100px;
font-size: 12px;
border: 1px solid #CCCCCC;
padding: 2px;
background-color: #f6f6f6;
visibility: hidden;
z-index: 100;
}
/* Gift Messages */
.add-gift-message {

}

.gift-message-form {
	border: 1px solid #ddd;
	background-color: #f5f5f5;
}

.gift-message-form .inner-box {
	padding: 5px;
	height: 300px;
	overflow: auto;
}

.gift-message-form .gift-item {

}

.gift-message-link {
	display: block;
	background: url(../images/bg_collapse.gif) 0 4px no-repeat;
	padding-left: 20px;
}

.gift-message-link.expanded {
	background-position: 0 -53px;
}

.gift-message-row {

}

.gift-message-row .btn-close {
	float: right;
}

.gift-message dt strong {
	font-weight: bold;
}

/* Checkout Agreements */
.checkout-agreements {

}

.checkout-agreements li {
	margin: 10px 0;
}

.checkout-agreements .agreement-content {
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	padding: 5px;
	height: 10em;
	overflow: auto;
}

.checkout-agreements .agree {
	padding: 6px;
}

/********** Common Checkout Styles > */
	/* ======================================================================================= */
	/* Account Login/Create Pages ============================================================ */
.account-login {

}

.account-login .new-users {

}

.account-login .registered-users {

}

.account-create {

}

/* Account Login/Create Pages ============================================================ */
	/* My Account ============================================================================= */
	/********** < Dashboard */
.dashboard {

}

.dashboard .welcome-msg {

}

/* Block: Recent Orders */
.dashboard .recent-orders {
	margin: 10px 0;
}

/* Block: Tags */
.dashboard .tags .number {
	float: left;
	margin-right: -20px;
}

.dashboard .tags .details {
	margin-left: 20px;
}

/* Block: Reviews */
.dashboard .reviews {
	margin-top:20px;
}

/********** Dashboard > */ /* Order View */
.order-info {
	border: 1px solid #ddd;
	padding: 5px;
}

.order-info dt,.order-info dd,.order-info ul,.order-info li {
	display: inline;
}

.order-info dt {
	font-weight: bold;
}

/* Print Pages */
.page-print .print-head {

}

.page-print .print-head img {
	float: left;
}

.page-print .print-head address {
	float: left;
	margin-left: 15px;
}

/* Price Rewrites */
.page-print .gift-message-link {
	display: none;
}

.page-print .price-excl-tax,.page-print .price-incl-tax {
	display: block;
	white-space: nowrap;
}

.page-print .cart-price,.page-print .price-excl-tax .label,.page-print .price-incl-tax .label,.page-print .price-excl-tax .price,.page-print .price-incl-tax .price
	{
	display: inline;
}

/* ======================================================================================= */
	/* 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 #ddd;
	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 {
	border-top: 1px solid #BFBFBF;
	padding: 10px 0;
	margin-top: 20px;
}

.footer p {
	text-align: right;
}

.footer .newsletter {
	float: left;
	width:220px;
}

.footer .copyright {
	color: #969696;
	font-size: 10px;
	text-align: center;
}

.footer ul {
	float: right;
	padding: 0;
}

.footer ul li {
	float: left;
	padding: 0 7px;
}

.footer ul li a {
	color: #555555;
	font-size: 11px;
	text-decoration: none;
}
.footer ul li a:hover {
	text-decoration:underline;
	color:#253645;
}

.pay-logos {
	clear: both;
	text-align: right;
	margin-top: 5px;
}

.pay-logos img {
	float:right;
	margin-left: 15px;
}

/* ======================================================================================= */
	/* 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;
	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: #9A9A9A;
	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: 220px;
}

.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 80px
}

.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 #ddd;
	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('http://images.toms.com/media/content/images/home-top/l_arr.jpg') no-repeat center center;
}

.home-top .next {
	background:transparent url('http://images.toms.com/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: -21px;
	top: 0px;
	cursor: pointer;
	height: 20px;
	width: 20px;
}

/* 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: 9000;
}

#bingmap-overlay.overlay {
	background-image: url(../images/overlay/Box_drop_shadow_bingmap.png);
	position:relavtive;
	width: 665px;
	height: 400px;
	display: none;
	padding: 20px;
	z-index: 1000;
}

#happiness-guarantee-overlay.overlay {
	height: 310px;
}

#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);
	height: 226px;
	padding: 20px 20px 60px 20px;
}

div.overlay .wrap {

}

div.overlay div.close, div.overlay a.close {
	background-image: url(../images/overlay/close.jpg);
	position: absolute;
	right: 5px;
	top: 2px;
	cursor: pointer;
	height: 20px;
	width: 20px;
}

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: 30px;
	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 -30px;
	height: 30px;
}

/* ======================================================================================= */
	/* ADDED BY TICEAN */
.address-label {
	font-size: 14px;
	margin-top:10px;
}

#search_mini_form input.input-text {
	width: 170px
}

.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
}

/******************************
 *      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 {
	background-color: #EEEDED;
	border: 1px solid #E6E6E6;
	padding: 20px;
	text-align: center;
	float: left;
	width: 370px;
	height: 150px;
	-moz-border-radius: .5em;
}

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;
}
div.how-we-wear .quickview .product-view {
	width:
	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);
	width: 670px;
	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: 200px
}

#shopping-cart-totals-table  td,#shopping-cart-totals-table  th {
	padding: 5px
}

#shopping-cart-totals-table  th {
	float: right;
	text-align:right;
}

.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('http://images.toms.com/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('http://images.toms.com/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('http://images.toms.com/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('http://images.toms.com/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;
}

#tell {
	background:transparent url('/media/content/images/movement_v8_14.jpg') no-repeat top left;
	display:block;
	height:65px;
	text-indent:-9999px;
	width:218px;
}
	#tell:hover {
		background:transparent url('/media/content/images/movement_v8_14.jpg') no-repeat bottom left;
	}

#share {
	background:transparent url('/media/content/images/movement_v8_15.jpg') no-repeat top left;
	display:block;
	height:65px;
	text-indent:-9999px;
	width:218px;
}
	#share:hover {
		background:transparent url('/media/content/images/movement_v8_15.jpg') no-repeat bottom left;
	}

#host {
	background:transparent url('/media/content/images/movement_v8_16.jpg') no-repeat top left;
	display:block;
	height:65px;
	text-indent:-9999px;
	width:218px;
}
	#host:hover {
		background:transparent url('/media/content/images/movement_v8_16.jpg') no-repeat bottom left;
	}

#upload {
	background:transparent url('/media/content/images/movement_v8_18.jpg') no-repeat top left;
	display:block;
	height:65px;
	text-indent:-9999px;
	width:218px;
}
	#upload:hover {
		background:transparent url('/media/content/images/movement_v8_18.jpg') 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:220px;
	margin-bottom:3px;
}

.giftcard-form .form-list label {
	float:left;
	font-weight:bold;
	width:120px;
}
.giftcard-form .required {
	color:#313131;
}

/* for my account and extra pages */
div.page-title h2 {
	background:url('/media/content/images/home-dottedline-community.gif') repeat-x  bottom ;
	padding-bottom:6px;
}

#avail_label {color:#F00}

/******************************
 *      Contact			      *
 ******************************/
