/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/


/********************** Columns */

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 {  }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right;}

/* Col2-alt */
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right;}

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }


.accent { color:#E76200; font-weight:bold; }

/********************** Form */

/* Form Elements */
input.input-text, select, textarea { font:12px arial, helvetica, sans-serif; }
option, optgroup { font:12px arial, helvetica, sans-serif; }
optgroup { font-weight:bold; }
input.input-text, textarea { padding:2px; }
input.form-radio { margin-right:3px;}
.qty { width:2.5em; }
.group-select label, .form-list label, .payment-methods label { font-weight: normal; font-size: 0.9em; }
.input-text:focus, select:focus, textarea:focus {  }
.button-set { /* Container for form buttons*/
    clear:left;
	border-top:4px double #787566;
    margin-top:2em;
    }
	.button-set span {
		padding-top: 8px;
	}
.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    background-color:transparent;
    border:0;
    background: white;
    color: black;
    border:none;
    font: bold 11px Open Sans,arial, sans-serif;
    cursor:pointer;
  
    }
.form-button {
	font-size: 1.2em;
	text-transform: uppercase;
}
.form-button span, .form-button-alt span {
    white-space:nowrap;
    }
.form-button-alt {
    }
a.form-button-alt { padding: 2px 9px; text-decoration:none; }
.form-button-alt:hover { text-decoration:none; }
.btn-checkout {
    display:block;
    float:right;
    background:transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
    }
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
    }
.btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    background:transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat;
    line-height:40px;
    }

/* Form lists */
.form-list li { margin-bottom:6px; }
.form-list li .input-box .input-text, .form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px;}
.form-list li.addElement { border-top:1px solid #DDD; padding-top:10px;}

.group-select {
    padding: 10px 11px;
}
.group-select .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
    }
.group-select ul {
	width: 50%;
	float: left;
}
	.group-select li { }
	.group-select li .input-box { margin-bottom: 4px; }
	.group-select li .input-box label {
		float: left;
		width: 32%;
		margin-right: 3%;
		text-align: right;
	}
	.group-select li .input-text, .group-select li select, .group-select li textarea { width: 60%; }
	.group-select li .input-box .input-text, .group-select li .input-box textarea { width: 60%; }
	.group-select li .input-indent { margin-left: 35%; }
	.group-select li .input-box select { width: 61.5%; }
	.group-select li .input-box select.cc-month { width: 124px; }
	.group-select li .input-box select.cc-year { width: 104px; padding-left: 5px; }

/* Form Messages */
.validation-advice, .required { color:#A0390D; }
.validation-advice {
    clear:both;
    min-height:15px;
    margin-top:3px;
    background:url(../images/validation_advice_bg.gif) no-repeat 10px 1px;
    padding-left:25px;
    font-size:.95em;
    font-weight:bold;
    line-height:1.25em;
    }
.validation-failed {
	background-color: #f5eae8 !important;
    border:1px solid #cd9790 !important;
    }
label.required {
    font-weight:bold;
    }
p.required {
    font-size:.95em;
    }



/********************** Messages  */
.success { color:#3d6611; }
.error { color:#e66d7b; }
.notice {color:#e26703;}
.success, .error { font-weight:bold; }
.messages { width:100%; overflow:hidden; padding-top: 10px;  }
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border:none;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
    }
.error-msg ul, .success-msg ul, .notice-msg ul, .note-msg ul { 
	float: left !important; 
	width: 100% ; 
}
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
.error-msg {
    border:none;
    color:#e26703;
    background-color:transparent;
    background-image:url(../images/error_msg_icon.gif);
    }
.success-msg {
    border:none;
    color:#3d6611;
    background-color:transparent;
    background-image:url(../images/success_msg_icon.gif);
    }
.notice-msg, .note-msg {
    border:none
    color:#3d6611;
    background-color:#fafaec;
    background-image:url(../images/note_msg_icon.gif);
    }



/********************** Headings */

.head, .inner-head { line-height:1.25em; text-align:right; }
.head h1,.head h2, .head h3, .head h4, .head h5,
.inner-head h1,.inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5{ margin:0; float:left; }


/* Page heading */
.page-head { margin:0 0 25px 0; border-bottom:1px solid #ccc; }
.page-head-alt { margin:0 0 12px 0; }
.page-head, .page-head-alt { text-align:right; }
.page-head h3, .page-head-alt h3 {
    margin:0;
    font-size:1.7em !important;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;
    }
.button-level h3 { /* heading level with buttons */
    float:left;
    width:55%;
    }


/* Category list heading */
.category-head {
    margin-bottom:7px;
    }
.category-head h2 {
    width:100%;
    margin:0;
    padding:3px 0;
    color:#0a263c;
    font-size:1.6em;
    line-height:1.3em;
    font-weight:normal;
    overflow:hidden;
    }

.box-header {font-size:1.05em;text-align:left;background:#EEEEEE none repeat scroll 0%;font-weight:bold;padding:2px 8px;margin:10px 0px}

/********************* Tables */

td.label        { font-weight:bold; }

/* Data Table */
.data-table { border:1px solid #bebcb7;  width:100%; }
.data-table tr { background:#fff; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded !important;}
.data-table td.last, .data-table th.last { border-right:0; }
.data-table tr.last td, .data-table tr.last th { border-bottom:0; }
.data-table th {
    border-right:1px solid #666;
    padding:2px 8px;
    color:#000;
    white-space:nowrap;
    }
.data-table th.wrap {white-space:normal;}
.data-table th a, .data-table th a:hover { color:#fff;}
.data-table td { padding:3px 8px; }
.data-table thead tr { background-color: #ccc; }
.data-table thead tr th { border-bottom:1px solid #666; }
.data-table tfoot { border-bottom:1px solid #ccc;}
.data-table tfoot tr.first { background:url(../images/base_mini_actions_bg.gif) repeat-x; }
.data-table tfoot tr { background-color:#fff !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #ccc; }
.data-table tbody td { border-bottom:1px solid #ccc; border-right:1px solid #ccc; }

.box-table td { padding:10px; }
.box-table tfoot td { padding-top:5px; padding-bottom:5px; }
.box-table select{ width:100%; }

.nested-data-table th, .nested-data-table td { padding-top:2px; padding-bottom:2px;  }
.nested-data-table tfoot td {font-size:.95em; }

.generic-table td { padding:0 8px}
.generic-table td.first { padding-left:0; white-space:nowrap;}
.shipping-tracking .button-set {margin-top:0;border:none;border-top:0;padding-top:0}

/********************** Lists */
.disc { margin-bottom:10px; }
.disc li { margin-left:20px; list-style:disc; }


/* Bare List */ /* Unstyled list */
.bare-list { margin:5px 0; }
.bare-list li { margin:3px 0; }



/********************** Space Creators */

.no-display { display:none; }
.no-wrap { white-space:nowrap; }
.content-box { min-height:250px; } /* Set minimum height for visual presentation */
.content { padding:10px 0 10px 11px; } /* Sets default padding */
.actions { line-height:1.3em; }
.separator { padding:0 5px;}
.pipe { padding:0 4px; font-size:.95em; }
div.divider, span.divider, p.divider {
    margin:10px 0;
    height:1px;
    background:url(../images/dotted_divider.gif) repeat-x;
    font-size:1px;
    line-height:1em;
    overflow:hidden;
    }



/********************** Pager */
/*
table.pager select,
table.view-by select { margin:0 3px; font-size:.95em; }
table.pager select { width:50px; }
table.view-by td.sort-by { text-align:right; padding-right:44px; }
table.view-by select { width:85px; }
table.pager, table.view-by {
    width:100%;
    background:url(../images/pager_bg.gif) repeat-x 0 100% #fff;
    font-size:.95em;
    }
table.pager td {
    width:33%;
    border-top:1px solid #eee;
    padding:4px 8px;
    vertical-align:middle;
    }
table.pager ol, table.pager li {
    display:inline;
    }
table.pager li { padding:0 2px; }
table.view-by td {
    width:33%;
    border-top:1px solid #e2e2e2;
    padding:4px 8px;
    vertical-align:middle;
    }
*/
div.pager {	
	float: left;
	clear: left;
	width: 100%;
	text-transform: uppercase;
	font-size: 0.75em;
	margin: 0 0 0.8em 0;
}
div.pager .pager-filter {
	float: left;
	width: auto;
	line-height: 1em;
	padding-top: 7px;
}
div.pager .pager-filter-button {
	text-decoration: none;
	position: relative;
	background: url("../images/bg/filter_arrow.gif") right 2px no-repeat;
	padding: 1px 10px 0px 0px;
	margin: 0 5px 0 0;
	display: block;
	float: left;
	color: #333;
}
div.pager .pager-count {
	float: right;
	line-height: 1em;
	padding-top: 8px;
	white-space: nowrap;
	width: 135px;
	text-align: right;
}
#pager-filter-tags {
	display: none;
}
#tagcloud-modal {
	position: absolute;
	overflow: visible;
	background: url(../images/bg/tagfilter_modal_bg.gif) left top no-repeat;
	padding: 22px 21px 13px 13px;
	text-transform: none;
}
	#tagcloud-modal table {
		border-collapse: collapse;
		font-size: 1.15em;
	}
	#tagcloud-modal .top, #tagcloud-modal .bot {
		display: none;
	}
/*	#tagcloud-modal .mid {
		width: 375px;
		padding: 0 20px 20px 20px;
		background: url("../images/bg/filter_panel_top.png") top left no-repeat;
	}*/
		#tagcloud-modal .mid p {
			margin: 0;
			padding: 0;
		}
			#tagcloud-modal .mid p strong {
				font-weight: bold;
			}
		#tagcloud-modal .mid a {
			text-decoration: none;
			color: #9C3022;
			cursor: pointer;
		}
		#tagcloud-modal .mid .modal-cont {
			padding: 0 0 10px 0;
		}
	#tagcloud-modal_close {
		position: absolute;
		top: 8px;
		right: 8px;
		height: 16px;
		width: 16px;
		cursor: pointer;
	}
	.pager-tag-user {
		margin: 10px 0 0 0;
	}
	#tagcloud-modal input {
		float: left;
		border: 1px solid #DECD6A;
		height: 17px;
		width: 129px;
		line-height: 1em;
		font-size: 1em;
		padding: 3px 3px 0;
		font-family: arial, helvetica, sans-serif;
	}
	#tagcloud-modal .button {
		text-indent: -5000em;
		background-position: center center;
		background-repeat: no-repeat;
		height: 19px;
		width: 50px;
		display: block;
		float: left;
		margin: 1px 0 0 5px;
		clear: none;
	}
		#tagcloud-modal #filter-submit {
			background-image: url("../images/buttons/filter_submit.gif");
		}
		.filter-reset {
			background: transparent url("../images/buttons/filter_reset.gif") center center no-repeat;
			height: 12px;
			width: 45px;
			border: none;
			padding: 0;
			margin: 0 0 1px 0;
			cursor: pointer;
		}
		span.filter-divider { padding-left: 6px; padding-right: 3px; }

#pager-filter-tags-current {
	float: left;
	clear: none;
}
	#pager-filter-tags-current span.removing {
		color: #c7b299;
	}
		#pager-filter-tags-current a {
			text-decoration: none;
			color: #9C3022;
			cursor: pointer;
		}
			#pager-filter-tags-current span.removing a {
				color: #c7b299;
			}
#sixpack-modal {
	position: absolute;
	/*height: 366px;*/
	width: 187px;
	background: url(../images/bg/sixpack_modal_bg.gif) left top no-repeat;
	padding: 22px 21px 13px 13px;
	text-transform: none;
}
#sixpack-modal table {
		border-collapse: collapse;
		font-size: 1.15em;
	}
	#sixpack-modal .top, #sixpack-modal .bot {
		display: none;
	}
/*	#sixpack-modal .mid {
		width: 375px;
		padding: 0 20px 20px 20px;
		background: url("../images/bg/filter_panel_top.png") top left no-repeat;
	}*/
		#sixpack-modal .mid p {
			margin: 0;
			padding: 0;
		}
			#sixpack-modal .mid p strong {
				font-weight: bold;
			}
		#sixpack-modal .mid a {
			text-decoration: none;
			color: #9C3022;
			cursor: pointer;
		}
		#sixpack-modal .mid .modal-cont {
			padding: 0 0 10px 0;
		}
	#sixpack-modal #sixpack-modal_close {
		position: absolute;
		top: 8px;
		right: 8px;
		height: 16px;
		width: 16px;
		cursor: pointer;
	}
	.pager-tag-user {
		margin: 10px 0 0 0;
	}

/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


/********************** Base Layout */

/* Structure */
/*.wrapper { min-width:1020px; } */
.header {
    z-index:999;
    text-align:left;
    }
.header-top {
    position:relative;
	float: right;
	margin:0 auto;
    }
.header-nav {
    margin:0 auto;
    }
.main-container {
    min-height:400px;
    text-align:left;
    position:relative;
    }
.side-col { width:195px; }
.col-left { float:left; }
.col-main { text-align: left; }
.col-right { }
.col-1-layout .col-main { float:none; min-width: 500px; margin:0; }
.col-2-right-layout .col-main { float:left; width:670px; margin-right: 15px }
.col-2-left-layout .col-main { float:right; min-width:685px; }
.col-3-layout .col-main { width:475px; margin-left:17px; }

/* Style */
.header { }
.header-nav-container { margin-bottom: 1.8em; }
.main-container { 	
	border: 1px solid #666; 
	clear: right;
 }


/********************** Header */

.header-top ul {  }
	.header-top li {
		display: block;
		float: left;
		padding: 3px 6px 3px 3px;
		margin-bottom: 3px;
		}
	.header-top li.first { padding-left:0; }
	.header-top li.last { padding-right: 0; }
	.header-top li.clear-left {
		display: block;
		clear: left;
		font-size: 0;
		line-height: 0;
		width: 0;
		height: 0;
		padding: 0;
		margin: 0;
	}
.header-top .left-links {
	float: left;
	width: auto;
	padding-right: 8px;
	margin-bottom: 1px;
}
.header-top .right-links {
	float: left;
	width: 175px;
	background: url('../images/bg/dotted_black_vertical.gif') 0 0 repeat-y;
	padding-left: 8px;
	margin-bottom: 1px;
}
.header-top a { 
	display: block;
	height: 9px;
	font-size: 0em;
	line-height: 0;
	text-indent: -5000px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
	.header-top a:hover, .header-top a.current {
		background-position: 0 -9px;
	}
	.header-top a.home {
		background-image: url(../images/nav/top_home.gif);
		width: 24px;
	}
	.header-top a.about {
		background-image: url(../images/nav/top_about-crumbs.gif);
		width: 67px;
	}
	.header-top a.orderinfo {
		background-image: url(../images/nav/top_ordering-info.gif);
		width: 67px;
	}
	.header-top a.locations {
		background-image: url(../images/nav/top_locations.gif);
		width: 46px;
	}
	.header-top a.investors {
		background-image: url(../images/nav/top_investors.gif);
		width: 46px;
	}
	.header-top a.careers {
		background-image: url(../images/nav/top_careers.png);
		width: 41px;
	}
	.header-top a.news {
		background-image: url(../images/nav/top_bulletin.gif);
		width: 39px;
	}
	.header-top a.contacts {
		background-image: url(../images/nav/top_contact.gif);
		width: 38px;
	}
	.header-top a.partners {
	background-image: url(../images/nav/top_partners.gif);
	width: 43px;
	}
	
	.header-top a.login {
		background-image: url(../images/nav/top_signin.gif);
		width: 32px;
	}
	.header-top a.logout {
		background-image: url(../images/nav/top_signout.gif);
		width: 40px;
	}
	.header-top a.mycrumbs {
		background-image: url(../images/nav/top_my-crumbs.gif);
		width: 51px;
		background-position: 0 -9px;
	}
	.header-top a.facebook {
		background-image: url(../images/nav/top_facebook_short.gif);
		width: 65px;
	}
	.header-top a.twitter {
		background-image: url(../images/nav/top_twitter_short.gif);
		width: 55px;
	}
	.left-links li.facebook, .left-links li.last { padding-top: 0; padding-bottom: 0; }
	.left-links li.facebook a, .left-links li.last a { height: 15px; }
	.left-links li.facebook a:hover, .left-links li.last a:hover { background-position: 0 -15px; }
	.header-top li.divider { width: 1px; height: 18px; background-color: #333; margin: 0 6px 0 4px; padding: 0; }

/* Logo */
h1#logo {
    margin:3px 0 10px 12px;
    }
.page-popup h1#logo { display:none; }


/* Quick Access*/
.quick-access {
    width:540px;
    float:right;
    text-align:right;
    }
.quick-access p { margin-bottom:4px; }
.quick-access ul { margin-bottom: 2px; }
	.quick-access li {
		display:inline;
		padding: 3px 6px 3px 0px;
		}
	.quick-access li.first { padding-left:20px; }
	.quick-access li.last { padding-right:0; background:none; }
.shop-access { }
.shop-access a { 
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
}
	.shop-access a:hover, .shop-access a.current {
		color: #a0390d;
	}

.shop-access li.last {
	width: 70px;
	background: url('../images/bg/dotted_black_vertical.gif') 0 0 repeat-y;
	padding-right:0;
	padding-left: 8px;
}
.language-switcher { float: right; margin-top: 5px; margin-left: 60px; }
.language-switcher label { color:#A7C6DD; padding-right: 5px; }


/* Breadcrumbs */
.breadcrumbs { 
	padding-top: 5px;
	margin-bottom:13px; 
	font-size:.95em; 
	line-height:1.25em; 
}
.breadcrumbs li { display:inline; }

/* Filter links */
#filter-list {}
#filter-list ul, ul.filter-list { padding: 0 0 0 6px; }
#filter-list ul { min-height: 20px; }
ul.filter-list { border-bottom: 4px double #787566; }
	.modal-content ul.filter-list { margin-bottom: 12px; }
	#blog ul.filter-list { border-bottom: none; }
	#filter-list ul li, ul.filter-list li {
		display: inline;
		padding: 0 1em 0 0;
		font-size: 0.75em; /* 9px font */
		/* This style makes it look crappy
		width: auto;
		height: 1.3em;
		letter-spacing: 0.05em; */
	}
		#filter-list ul li a, ul.filter-list li a {
			color: black;
			text-decoration: none;
			text-transform: uppercase;
		}
		#filter-list ul li a:hover, ul.filter-list li a:hover { color: #666; }
		#filter-list ul li a.active, ul.filter-list li a.active {
			text-decoration: none;
			color: white;
		}
		#filter-list ul li a.current, ul.filter-list li a.current {
			color: #333;
			font-weight: bold;
		}

/* Mini search */
.mini-search {
    position:absolute;
    top:0;
    right:0;
    width:300px;
    height:30px;
    padding:1px 20px 0 40px;
    background:url(../images/mini_search_bg.gif) no-repeat;
    zoom:1;
    }
.mini-search .input-text { width:212px; margin-right:4px; }

.search-autocomplete {
    border:1px solid #5c7989;
    background:#f9f5f0;
    left:-1px !important;
    top:21px !important;
    }
.search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; }
.search-autocomplete li.odd { background:#fffefb; }
.search-autocomplete li.selected { background:#f7e8dd; }



/********************** Sidebars */
.side-col .box, .twoColumnLeft .box { margin-bottom:1.3em; }
.side-col .content { padding:5px 10px; }
.side-col .head { text-align:left; }
.side-col h2, .side-col h3, .side-col h4, .side-col h5 { float:none; }
.side-col h3 { font-size:1.05em; text-transform:uppercase; }
.side-col h4 { color:#e65505; text-transform:uppercase; }
.side-col .actions {
    padding:4px 0;
    font-size:.95em;
    text-align:right;
    }
.side-col .actions a, .side-col .actions a:hover { text-decoration:underline; }
.widget-btn { float:right; font-size:11px; margin:0 3px 1px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }


/* Currency Switcher */
.currency-switcher {
    height:53px;
    padding:7px 12px 10px 12px;
    background:url(../images/currency_switcher_bg.gif) no-repeat;
    font-size:1.05em;
    }
.currency-switcher h4 {
    min-height:21px;
    background:url(../images/icon_world.gif) no-repeat 0 2px;
    color:#fff;
    padding-left:22px;
    text-transform:none;
    }
.currency-switcher select { width:98%; }


/* Base Mini */
.base-mini { 
	width: 161px;
	margin: 0 0 0 10px;
	line-height:1.2em;  
	font-size:.95em;
}
	#left-container .base-mini { margin-left: 0; }
	.base-mini .head { 
		border-bottom: 4px double #787566;
		padding: 2px 0; 
		text-align: center;
	}
		.base-mini .head h4 {
			font-weight: bold;
			text-transform: uppercase;
			float: none;
			background-position: 0 0;
			background-repeat: no-repeat;
		}
			.base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em;}

.base-mini .actions {
	border-top: 1px dotted #787566;
}
.base-mini .content {
	/*border-bottom: 1px solid #787566;*/
	padding: 3px;
}
.base-mini .content, .base-mini ol { }
.base-mini ul { }
.base-mini ul li { }
.base-mini ul li a {
	color: #9C3022;
	text-decoration: none;
	cursor: pointer;
}
.base-mini p a {
	text-decoration: none;
	color: #9C3022;
}
.base-mini p a:hover {
	color: #9C3022;
}
.base-mini ul li.odd { }
.base-mini ul li.even { }
.base-mini ul.super-product-attributes li { padding:0px; background-color:transparent !important; }
.base-mini h5 { font-size:1em; }
.base-mini .actions { margin: 0 7px; }
.base-mini .product-images { position:absolute; float:left; left:8px; width:52px; height:52px; }
.base-mini .product-images a img { border:1px solid #a9a9a9; vertical-align:top; }
.base-mini .product-checkbox { float: left; width:10px; }
.base-mini .product-names { margin-left:18px; }
.base-mini .product-details { margin:0 0 0 60px; height:50px; }
.base-mini .product-details[class] { height:auto; }
.base-mini .regular-price { color:#2f2f2f; font-size:11px; }
.base-mini .special-price { font-size:11px; }
.base-mini .minimal-price { font-size:11px; }
.base-mini .price-box{ margin:1px 0; }


/* Sidebar Blocks */
.mini-product-tags .head h4 { background-image:url(../images/icon_tag_green.gif); }
.mini-product-tags li { display:inline; padding-right:4px; line-height:1.5em; }
.mini-product-tags li:after { display:inline!important; }
.mini-product-tags .content { padding:10px; }
.mini-product-tags .content a, .mini-product-tags .content a:hover { color:#1b2d3b; }

.mini-newsletter label {
	padding-bottom: 8px;
	float: left;
	clear: left;
}
.mini-newsletter .input-text {
	font-size: 1em;
	line-height: 1em;
	padding: 3px;
}
.mini-newsletter button {
	margin-top: 2px;
	float: left;
}

.mini-cart .mini-cart-helper {
	margin: 0;
	padding: 0 0 4px 0;
	background: url("../images/bg/minicart_bg_bottom.gif") left bottom no-repeat;
}
#left-container  #mini-cart.target {
	background: url("../images/bg/minicart_bg_top_active.gif") left top no-repeat;
}
#left-container  #mini-cart.target .mini-cart-helper {
	background: url("../images/bg/minicart_bg_bottom_active.gif") left bottom no-repeat;
}
#left-container  #mini-cart.target_hover {
	/*background: url("http://www.crumbs.com/skin/frontend/crumbs2/default/images/bg/minicart_bg_top_active_hover.gif") left top no-repeat;*/
}
#left-container  #mini-cart.target_hover .mini-cart-helper {
	/*background: url("http://www.crumbs.com/skin/frontend/crumbs2/default/images/bg/minicart_bg_bottom_active_hover.gif") left bottom no-repeat;*/
}
.mini-cart .subtotal { background:#fbebd9; margin-top:5px; padding:2px 0; text-align:center; }
.mini-cart h5 { margin:0; background:#F4F3F3; padding:6px 8px 2px 8px; }
.mini-cart .actions { padding-top: 0; }
.mini-cart .actions .form-button { margin-top:3px; margin-bottom:5px; }
.mini-cart .red {
	color: #A0390D;
}
#mini-cart-toolbar, #orderinfo-toolbar {
	position: absolute;
	overflow: visible;
	background: url(../images/bg/product_toolbar_bg_xl.gif) left top no-repeat;
	padding: 22px 21px 13px 13px;
}
	#orderinfo-toolbar {
		background-image: url(../images/bg/orderinfo_toolbar_bg.gif);
	}
#mini-cart-toolbar_close, #orderinfo-toolbar_close {
	display: block;
	position: absolute;
	right: 8px;
	top: 8px;
	height: 15px;
	width: 15px;
	cursor: pointer;
}
#mini-cart-toolbar .top, #mini-cart-toolbar .bot, #orderinfo-toolbar .top, #orderinfo-toolbar .bot {
	display: none;
}
#mini-cart-toolbar #mini-cart-toolbar_row2, #orderinfo-toolbar #orderinfo-toolbar_row2 {
	float: left;
	width: 100%;
	height: 55px;
	overflow: hidden;
	padding: 0;
	font-size: .8em;
	border-collapse: collapse;
}
	#orderinfo-toolbar #orderinfo-toolbar_row2 {
		height: 65px;
		width: 460px;
	}
#mini-cart-toolbar #mini-cart-toolbar_row2 img, #orderinfo-toolbar #orderinfo-toolbar_row2 img {
	float: left;
	clear: none;
}
#mini-cart-toolbar_table_content { /*cell with goodies in it*/
}
#mini-cart-toolbar .info {
	height: 55px;
	width: 485px;
	float: left;
	text-align: left;
}

#mini-cart-toolbar .type-title-price {
	width: 363px;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
	#mini-cart-toolbar .update-modal .type-title-price { width: 303px; }
#mini-cart-toolbar .qty {
	float: left;
	width: 69px;
	height: 30px;
	margin: 10px 0 0 0;
	padding: 8px 0 0 0;
	border-left: 1px solid #787566;
}
#mini-cart-toolbar .actions {
	float: left;
	height: 30px;
	margin: 10px 0 0 0;
	padding: 8px 0 0 0;
	border-left: 1px solid #787566;
}
	#mini-cart-toolbar .update-modal .actions { 
		margin-right: 15px; 
		padding-top: 0;
		width: 90px;
		height: 38px;
	}

#mini-cart-toolbar .type, #mini-cart-toolbar .amount, #mini-cart-toolbar .title, #mini-cart-toolbar .price, #mini-cart-toolbar .add {
	float: left;
}
#mini-cart-toolbar .type {
	margin: 20px 0 0 10px;
	width: 60px;
}
#mini-cart-toolbar .title {
	color: #9C3022;
	/*text-transform: uppercase; Glenn changed this on 12/15 w/ bundled products */
	white-space: nowrap;
	overflow: hidden;
	margin: 20px 0 0 10px;
	width: 200px;
}
	#mini-cart-toolbar .update-modal .title { width: 200px; }

#mini-cart-toolbar .title_bundle {
	margin-top: 2px;
	white-space: normal;
	line-height: 1.3em;
}
#mini-cart-toolbar .title_bundle span {
	text-transform: none;
	color: #333333;
}
#mini-cart-toolbar .price {
	margin: 20px 3px 0 5px; 
	width: 75px;
	white-space: nowrap;
	overflow: hidden;
}
	#mini-cart-toolbar .update-modal .price { }
	#mini-cart-toolbar .price span {
		margin: 0;
		width: auto;
		float: none;
		display: inline;
		white-space: nowrap;
	}
#mini-cart-toolbar label {
	float: left;
	width: 25px;
	margin: 0 3px 0 8px;
}
	#mini-cart-toolbar .qty label {
		color: #9C3022;
	}
#mini-cart-toolbar .amount {
	border: 1px solid #DECD6A;
	background: #FFFFFF;
	font-size: 10px;
	line-height: 10px;
	padding: 3px;
	width: 16px;
	color: #000000;
	text-align: center;
	margin: 0 0 0 0px;
}
#mini-cart-toolbar .add, #mini-cart-toolbar .update, #mini-cart-toolbar .remove {
	display: block;
	width: 45px;
	text-align: right;
	color: #9C3022;
	font-size: 1.3em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	background: url("../images/bg/minicart_arrow.gif") right center no-repeat;
	padding: 0 8px 0 0;
	line-height: 1.6em;
	cursor: pointer;
}
	#mini-cart-toolbar .add, a.add-to-order {
		text-indent: -5000px;
		font-size: 0;
		line-height: 0;
		width: 77px;
		height: 8px;
		padding-top: 10px; 
		padding-right: 0;
		margin-left: 12px;
		margin-right: 0;
		background: url("../images/bg/add-to-order_button.gif") center center no-repeat;
	}
	a.close-6-pack-maker {
		text-indent: -5000px;
		font-size: 0;
		line-height: 0;
		width: 122px;
		height: 8px;
		padding-top: 8px;
		padding-left: 6px;
		margin-left: 0;
		margin-right: 0;
		background: url("../images/bg/close-6-pack-maker.png") center bottom no-repeat;
		display: block;
	}
		a.add-to-order {
			display: block;
			float: right;
			margin: 6px;
			padding: 0;
		}
	#mini-cart-toolbar .update {
		float: right;
		width: 75px;
	}
	#mini-cart-toolbar .remove {
		margin-top: 4px;
		width: 75px;
		padding: 0;
		font-size: 0.9em;
		font-weight: normal;
		line-height: 1em;
		background: none;
		float: right;
	}
#sixpack-modal #sixpack_template {
	margin: 47px 0 0 0;
	padding: 0 6px 0 0;
	width: 165px;
}
#sixpack-modal #sixpack_template_empty {
	margin: 160px 0 0 0;
	padding: 15px 6px;
	width: 150px;
	border-top: 1px dotted #787566;
	/* border-bottom: 1px dotted #787566; */
}
	#sixpack-modal_content div.sixpack_empty { font-size: 0.96em; }
		#sixpack-modal .mid .sixpack_empty p { margin-bottom: 1.5em; }
	
	#sixpack_template_empty .close-6-pack-maker { margin-top:70px; }

#sixpack_inline .sixpack_pan, #cart .sixpack_pan {
	height: 105px;
	width: 147px;
	padding: 13px 0 0 13px;
	background: url("../images/bg/sixpack_bg.gif") left 8px no-repeat;
}
	#cart .sixpack_pan { background-image: url(../images/bg/sixpack_white_bg.gif); }

#sixpack-modal .sixpack-pan {
	margin: 0 0 10px 0;
	width: 147px;
	height: 90px;
	padding: 0 0 0 15px;
}
#sixpack_inline .sixpack_pan .cupcake, #sixpack-modal .cupcake, #cart .sixpack_pan .cupcake {
	width: 40px;
	height: 40px;
	margin: 0 7px 5px 0;
	float: left;
	clear: none;
}
#sixpack_inline p { margin: 4px; }
#sixpack-modal .num-needed {
	margin: 4px 0 3px;
	padding: 0 5px 0 7px;
	color: #9C3022;
	border-bottom: 1px dotted #787566;
	font-size: 0.9em;
}
#sixpack-modal .sixpack-list {
	padding: 0 0 0 7px;
	margin: 0 0 10px 0;
	height: 145px;
}
#sixpack-modal .sixpack-list li {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	display: block;
	clear: left;
}
#sixpack-modal .sixpack-list .name {
	color: #9C3022;
	width: 114px;
	float: left;
	clear: left;
	line-height: 1.2em;
	margin-right: 6px;
	margin-bottom: 2px;
}
#sixpack-modal .sixpack-list .price {
	width: 35px;
	float: left;
	line-height: 1.2em;
}
#sixpack-modal .total {
	clear: both;
	padding: 4px 0 4px 7px;
	border-top: 1px dotted #787566;
	margin-bottom: 2px;
}
	#sixpack-modal .total-amount {
		width: 110px;
		float: left;
		clear: left;
		font-size: 1.2em;
		line-height: 1.2em;
	}
	#sixpack-modal .total-cost {
		width: 35px;
		float: left;
		font-size: 1.2em;
		line-height: 1.2em;
	}
#sixpack-modal .sixpack-quantity {
	background: url("../images/bg/dotted_black_horizontal.gif") left top repeat-x;
	padding: 7px 0 7px 7px;
}
	#sixpack-modal .sixpack-quantity p {
		margin-top: 2px;
		float: left;
		width: 110px;
	}
	#sixpack-modal .sixpack-quantity input {
		float: left;
		background: #FFFFFF none repeat scroll 0 0;
		border: 1px solid #DECD6A;
		color: #000000;
		font-size: 10px;
		line-height: 10px;
		margin: 0;
		padding: 3px 3px 1px;
		text-align: center;
		width: 20px;
	}
#sixpack-modal .action-buttons {
	background: url("../images/bg/dotted_black_horizontal.gif") left top repeat-x;
	padding: 4px 0 4px 0;
}
#sixpack-modal .action-buttons .clearall {
	float: left;
	margin-left: 3px;
}

.mini-wishlist .head h4 { background-image:url(../images/icon_bell.gif); }

.mini-compare-products .head h4 { background-image:url(../images/icon_table.gif); }

.mini-poll td { padding: 2px; }
.mini-poll td.label { font-weight:bold; padding-right:10px; }
.mini-poll td.item  { white-space:nowrap; }
.mini-poll label { color: #353535; }

.mini-product-view .head h4 { background-image:url(../images/icon_tag_green.gif); }


.mini-featured .mini-featured-product {

}
.mini-featured .mini-featured-product .mini-featured-product-image {

	padding: 0;
	margin: 0;
	line-height: 10px;
	position: relative;
}
.mini-featured .mini-featured-product .mini-featured-product-image img {
	position: absolute;
	top: 7px;
	left: 3px;
	cursor: pointer;
}
.contactColumnRight .mini-featured .mini-featured-product .mini-featured-product-image {


}
.contactColumnRight .mini-featured .mini-featured-product .mini-featured-product-image img {
	top: 3px;
	left: 5px;
}
/*
.mini-featured .mini-featured-product .mini-featured-product-image .cover {
	position: absolute;
	top: 7px;
	left: 7px;
	display: none;
	height: 129px;
	width: 129px;
	background: url("../images/bg/inner_product_border.gif") 0px 0px no-repeat;
}
.mini-featured .mini-featured-product .mini-featured-product-image-hover .cover {
	display: block;
}
*/

.mini-featured .mini-featured-product .product-name {
	margin-left: 0;
}

.mini-featured .mini-featured-product .mini-featured-product-name {
	margin: 5px 0 0 10px;
}

#celebrations_callout {
}
#celebrations_callout .celebration-intro {
	padding: 5px 0 0 0;
}
#celebrations_callout .celebration-pagination {
	background: url("../images/bg/dotted_black_horizontal.gif") bottom left repeat-x;
	padding: 0 0 7px 0;
}
	#celebrations_callout .celebration-pagination li {
		float: left;
	}
	#celebrations_callout .celebration-pagination li a {
		width: 10px;
		padding: 0 3px;
		font-weight: bold;
	}
	#celebrations_callout .celebration-pagination li a.current {
		color: #333333;
	}
#celebrations_callout .celebration-pages {
	position: relative;
	height: 26em;
}
#celebrations_callout .celebration-page {
	padding: 7px 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
	#celebrations_callout .celebration-page a {
		display: block;
		text-decoration: none;
		margin: 0 0 5px 0;
		cursor: pointer;
	}
#celebrations_callout .hidden-page {
	display: none;
}

/********************** Footer */
.footer-container { }
.footer {
	border-top: 4px double #787566;
	margin-top: 10px;
    padding: 5px 10px 4em 5px;
    position:relative;
	text-transform: uppercase;
	color: #787566;
	font-size: 0.75em;
    }
.footer .store-switcher { 
	display:inline; 
	padding:0 10px 0 0; 
	vertical-align:middle; 
	}
.footer .informational label { 
	color:#fff; 
	font-weight:bold; 
	padding-right:3px; 
	}
.footer .informational ul {
    display:inline;
    }
.footer .informational li {
    display:inline;
    padding-right:3px;
    padding-left:3px;
    }
.footer .informational li.last { 
	background:none; 
	padding-right:0; 
	}
.footer .informational a, .footer .informational a:hover { }
.footer .informational a { 
	text-decoration:none; 
	color: #787566;
	}
.footer .legality {
    padding:13px 0;
    text-align:center;
    }
.footer .legality a, .footer .legality a:hover { color:#ecf3f6; }

/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/

.product-shop { float:right; }
.product-shop .form-button, .product-shop .form-button-alt { margin-right:10px; }
.out-of-stock {height:18px; padding-top:3px;color:#D83820;font-weight:bold;}
.product-shop .short-description { width:100%; overflow:hidden; }

/********************** Rating */
.ratings {
    margin:7px 0;
    line-height:1em;
    }
.rating-box {
    float:left;
    position:relative;
    width:69px;
    height:13px;
    margin-right:5px;
    background:url(../images/product_rating_blank_star.gif) repeat-x;
    }
.rating-box .rating {
    position:absolute;
    top:0;
    left:0;
    height:13px;
    background:url(../images/product_rating_full_star.gif) repeat-x;
    }
.ratings-list {
    margin:4px 0;
    }
.ratings-list td {
    padding:3px 0;
    }
.ratings-list td.label {
    padding-right:8px;
    font-size:.95em;
    font-weight:bold;
    line-height:1em;
    }



/********************** Prices */
.price-box {
	overflow: hidden;
    /*margin:4px 0;*/
    }
.regular-price {
    color:#c76200;
    /*font-size:1.1em;*/
    font-weight:bold;
    }
.old-price {
    color:#999;
    font-size:.95em;
    }
.old-price .price {
    text-decoration:line-through;
    white-space:nowrap;
    }
.special-price {
    color:#cd5033;
    font-size:1.2em;
    font-weight:bold;
    line-height:1em;
    }
.special-price .label { font-weight:normal; }
.special-price .price { white-space:nowrap; }

.minimal-price {
    color:#333;
    font-size:1em;
    font-weight:normal;
    line-height:1em;
    }
.minimal-price .label { font-weight:normal; }
.minimal-price .price { white-space:nowrap; }

/********************** Generic Box */
.generic-box {
    margin-bottom:15px;
    padding:12px 15px;
    border:1px solid #D0CBC1;
    background:url(../images/base_mini_head_bg.gif) repeat-x #fff;
    }
.generic-product-list li {
    margin:12px 0;
    }



/********************** Catalog Listing */
.catalog-listing {
    line-height:1.35em;
    }
.catalog-listing h5 {
    margin-bottom:.4em;
    font-size:1.05em;
    width:100%;
    overflow:hidden;
    }
.catalog-listing h5 a, .catalog-listing h5 a:hover {
    color:#203548;
    text-decoration:underline;
    }
.catalog-listing .add-to {
    margin:.7em 0;
    color:#555555;
    line-height:1.3em;
    font-size:.95em;
    font-weight:bold;
    }
.catalog-listing .add-to a, .catalog-listing .add-to a:hover {
    text-decoration:underline;
    }
.catalog-listing .ratings {
    margin-bottom:.6em;
    }

.catalog-listing .ratings { line-height:1.5; }
.catalog-listing .ratings .rating-box { float:none; margin-bottom:3px; }
.catalog-listing .ratings .pipe { display:none; }
.catalog-listing .ratings a { display:block; }

/* Generic Product Grid */

	#category-description.filtered {
		display: none;
	}
#category-description-inner {
	min-height: 280px;
	padding: 0 0 0 435px;
	font-size: 0.9em;
	line-height: 1.4em;
}
.generic-product-grid {
	padding: 0;
}
.generic-product-grid .product-grid-elm {
	width: 143px;
	height: 169px;
	margin: 0px 4px 0 0;
	padding: 4px 0 0 0;
	float: left;
}
.generic-product-grid .product-grid-elm .product-image {
	height: 139px;
	width: 143px;
	padding: 0;
	margin: 0;
	line-height: 10px;
	position: relative;
	background: url("../images/bg/product_jester.jpg") 4px 4px no-repeat;
	cursor: pointer;
}
.generic-product-grid .product-grid-elm .product-image-bg {
	display: block;
	height: 143px;
	width: 143px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	line-height: 0;
	font-size: 0;
}
.generic-product-grid .product-grid-elm .product-image-bg img {
	position: absolute;
	top: 7px;
	left: 7px;
	margin: 0;
}
.generic-product-grid .product-grid-elm .product-image-bg .cover {
	position: absolute;
	top: 7px;
	left: 7px;
	display: none;
	height: 129px;
	width: 129px;
	background: url("../images/bg/inner_product_border.gif") 0px 0px no-repeat;
}
.generic-product-grid .product-grid-elm-hover .product-image-bg .cover {
	display: block;
}
.generic-product-grid .product-grid-elm .product-name, .mini-featured-product .product-name {
	display: block;
	width: 135px;
	margin: 0 0 0 4px;
	height: 33px;
}
.generic-product-grid .product-grid-elm .product-name h5, .mini-featured-product .product-name h5 {

}
	.mini-featured-product .product-name h5 { 
	
	}

.generic-product-grid .product-grid-elm .product-name .product-star, .mini-featured-product .product-name .product-star {

}
.generic-product-grid .product-grid-elm .product-name-hover .product-star, .mini-featured-product .product-name-hover .product-star {
	background: url("../images/bg/cupcake_of_week_on.gif") 0px 0px no-repeat;
}
.generic-product-grid .product-grid-elm .product-name-hover .product-star h5, .mini-featured-product .product-name-hover .product-star h5 {
	display: none;
}
.generic-product-grid .product-grid-elm .product-name .product-new {
	height: 100%;
	width: 100%;
	background: url("../images/bg/new_cream.gif") 117px 3px no-repeat;
}
.generic-product-grid .product-grid-elm .product-title {
	padding: 0 0 0 5px;
	color: #333333;
	font-size: 10px;
	float: left;
	width: 105px;
	text-transform: none;
	margin: 0;
}
.generic-product-grid .product-grid-elm .product-name-hover .product-title, .generic-product-grid .product-grid-elm-hover .product-name .product-title {
	color: #9C3022;
}
.generic-product-grid .product-grid-elm .product-name .product-star-anchor, .mini-featured-product .product-name .product-star-anchor {
	float: right;
	background: none;
	height: 18px;
	width: 16px;
}
.generic-product-grid .product-grid-elm .product-popup {
	display: none;
}
#product-proxy {
	background: url("../images/bg/product_proxy.png") 0px 0px no-repeat;
	position: absolute;
	padding: 0px;
	height: 143px;
	width: 143px;
	left: -5000px;
	top: -5000px;
	overflow: hidden;
	z-index: 990;
}
#product-proxy img {
	/*height: 135px;
	width: 135px;*/
}
/*
.generic-product-grid tr.last td { border-bottom:0; }
.generic-product-grid td.last { border-right:0; }
.generic-product-grid .product-image { text-align:center; }
.generic-product-grid td.empty-product{ border-right:0; background:#f5f6f6; }
*/

/********************** Layered Navigation */
.layered-nav .head {
    margin:0;
    background:url(../images/layered_nav_head_bg.gif) no-repeat;
    height:24px;
    }
.layered-nav h3 { display:none; }
.layered-nav .border-creator { border-style:solid; border-color:#a0b3c3; border-width:0 1px 1px 1px; }
.layered-nav h4 {
    margin:0;
    border:1px solid #b9ccdd;
    border-left:0;
    border-right:0;
    padding:3px 10px;
    background:url(../images/layered_nav_narrowed_category_heading.gif) #d5e8ff;
    color:#1f5070;
    font-weight:bold;
    font-size:1em;
    }
.layered-nav .narrowed-category li { background:url(../images/narrow_category_bg.gif) repeat-x 0 100% #fff; padding:4px 6px 4px 10px;}
.layered-nav .narrowed-category li .label {
    background:url(../images/narrow_by_li_by.gif) no-repeat 0 .2em;
    padding-left:20px;
    font-weight:bold;
    text-transform:uppercase;
    }
.layered-nav .widget-btn {
    float:right;
    margin:.1em 0 0 5px;
    font-size:.95em;
    }
.layered-nav .actions {
    border-style:solid;
    border-color:#dee5e8;
    border-width:1px 0;
    padding:4px 10px;
    background:#cad6e4;
    }
.narrow-by dl {
    background:#e7f1f4;
    padding:0 0 1em 0;
    }
.narrow-by dt {
    margin:0;
    padding:7px 10px 0 28px;
    background:url(../images/narrow_by_set.gif) no-repeat 9px .9em;
    color:#2f2f2f;
    text-transform:uppercase;
    }
.narrow-by dd {
    background:url(../images/narrow_by_dd_bg.gif) repeat-x 0 100%;
    padding:0 12px .8em 12px;
    }
.narrow-by dd li { margin-bottom:.3em; line-height:1.3em;}
.narrow-by dd.last { background:none;}



/********************* Tool Tips */
.tool-tip { border:1px solid #333;  background:#ffffe0	; position:absolute; }
.tool-tip .inline-content { padding:8px; }
.tool-tip .block-content { padding:15px 20px; }
.tool-tip .btn-close { display:block; position:absolute; right:6px; text-align:right; top:6px;}




/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/

/********************** Home */

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

.recently h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.recently .product-image { border:2px solid #dcdcdc;}
.recently a.product-name, .recently a.product-name:hover { color:#1d7ecf; font-size:11px; }
.recently .add-to {margin-top:5px;font-size:11px; }
table.recently-list {width:100%;}
table.recently-list td {width:20%;}

/********************** Search */
.advanced-search {
    margin:28px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fbfaf6;
    }
.advanced-search .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
}
.advanced-search li {margin-bottom:5px}
.advanced-search li label {width:150px;float:left;}
.advanced-search .input-text {width:250px}
.advanced-search select {width:256px;padding:2px}
.advanced-search .field-row {display:inline;width:250px;}
.advanced-search .range .input-text {width:70px}

.advanced-search-nothing-found {
    font-weight: bold;
    color: #df280a;
    margin-bottom: 10px;
    }

.advanced-search-found-amount {
    margin-bottom: 10px;
    }

.advanced-search-summary-box {
    padding: 10px 10px 5px 10px;
    border: 1px solid #E9D7C9;
    background-color: #FFF6F1;
    }

.advanced-search-summary-tip {
    clear: both;
    font-weight: bold;
    }

.advanced-search-summary-box ul {
    list-style: none;
    float: left;
    width: 50%;
    margin-bottom: 10px;
    }

/*.advanced-search-summary-box ul li {
    }*/

.advanced-search-summary-box ul li span {
    background-image: url(../images/search_criteria.gif);
    background-repeat: no-repeat;
    background-position: left;

    padding-left: 15px;

    font-weight: bold;
    color: #E17C24;
    }
/********************** Catalog Listing */

/* List Type */
.listing-type-list .listing-item { border-top:1px solid #D9DDE3; padding:12px 10px; }
.listing-type-list .product-image { float:left; width:135px; }
.listing-type-list .product-shop { width:305px; }
.listing-type-list .product-shop .description { margin:.5em 0 1.2em 0; }
.listing-type-list .product-shop .price-box { float:left;text-align:left; margin:3px 13px 5px 0;}
.listing-type-list .product-shop .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; }
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }



/* Grid Type */
.listing-type-grid td { width:33%; text-align:left; }
.listing-type-grid .product-image { text-align:center; }
.listing-type-grid .add-to-compare {
    display:block;
    margin:5px 0;
    background:url(../images/icon_add_to_compare.gif) no-repeat 0 50%;
    padding-left:22px;
    color:#6e6969;
    font-weight:bold;
    }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0;text-align:center; }



/********************** Product Detail */
.product-info-header {
	width: 100%;
	background: url("../images/bg/single_border.gif") left bottom repeat-x;
	height: 24px;
	
}
	.product-info-header-left {
		height: 24px;
		float: left;
		width: 50%;
		margin: 0;
		padding: 0;
	}
		.product-info-header-left h3 {
			float: left;
			width: auto;
		}

	.product-info-header-right {
		height: 24px;
		float: left;
		width: 50%;
	}
		.product-info-header-right .header-previous {
			float: right;
			display: block;
			height: 21px;
			width: 35px;
			padding: 3px 13px 0 0;
			cursor: pointer;
		}
		.product-info-header-right a.disabled {
			/* faded in JS */
		}
		.product-info-header-right .header-next {
			border-left: 1px solid #787566;
			float: right;
			display: block;
			height: 21px;
			width: 35px;
			padding: 3px 0 0 16px;
			cursor: pointer;
		}
		.product-info-header-right .share {
			float: right;
			width: 16px;
			height: 16px;
			margin-top: 8px;
		}
.product-info-cont {
	padding: 25px 0 0 0;
}
	.product-modal_content a.float {
		float: left;
		text-decoration: none;
		text-transform: uppercase;
		padding: 3px 8px 0 10px;
		line-height: 1.5em;
		font-size: 1em;
		/*background:  url('../images/bg/link_arrow_cream.gif') right 8px no-repeat;*/
	}
	.product-modal_content h5.image-replace {
		height: 12px;
		padding-top: 8px;
	}
	.product-info-cont-left {
		float: left;
		width: 260px;
		margin: 0;
		padding: 0;
	}
		.cont-left-gallery {
			/*float: left;*/
			width: 260px;
			height: 340px;
		}
			.cont-left-gallery .main-product-img {
			    position:relative;
			    left: 0;
			    top: 0;
			    overflow:hidden;
			    width:260px;
			    height:260px;
			    margin: 0 0 8px 0;
			    z-index:9;
			    /*
			    position:relative;
			    overflow:hidden;
			    width:265px;
			    height:265px;
			    z-index:9;
			   	*/
		    }
			.cont-left-gallery .main-product-img img {
			    position:absolute;
			    left:0px;
			    top:0px;
			    cursor:move;
			    z-index:99;
		    }
			.image-zoom {
			    z-index:9;
			    position:relative;
			    height:18px;
			    line-height: 10px;
			    font-size: 10px;
			    margin:0;
			    background:url("../images/bg/zoom_bg.gif") repeat-x 50% 50%;
			    padding:0 10px 0 10px;
			    cursor:pointer;
			    width: 100px;
			    left: 140px;
			    top: 25px;
			}
			#image { /*width:auto;*/ }
			#track {
				position:relative;
				height:18px;
			}
			#handle {
				position:absolute;
				left:0;
				top:3px;
				width:7px;
				height:12px;
				background:url("../images/bg/zoom_marker.gif") no-repeat;
			}
			.btn-zoom-out {
				position:absolute;
				left:0px;
				top:3px;
			}
			.btn-zoom-in {
				position:absolute;
				right:0px;
				top:3px;
			}
			
			.cont-left-gallery .more-views {
				float: left;
				width: 130px;
				height: 70px;
			}
			.cont-left-gallery .more-views ul {
				float: left;
				width: 130px;
			}
			.cont-left-gallery .more-views li {
				float: left;
				width: 55px;
				height: 55px;
				margin: 0 10px 0 0;
			}
	.product-info-cont-right {
		width: 235px;
		float: left;
		margin: 0 0 0 25px;
	}
		.desc-right-cont-rating, .desc-right-cont-no-rating {
			float: left;
			margin: 0 0 0.5em 0;
			padding: 0;
			width: 69px;
			height: 15px;
			background: transparent url("../images/bg/rating_stars.gif") left top no-repeat;
		}
		.desc-right-cont-no-rating {
			width: 130px;
			background: none;
		}
			.desc-right-cont-rating-inner {
				float: left;
				margin: 0;
				padding: 0;
				height: 15px;
				background: transparent url("../images/bg/rating_stars.gif") left bottom no-repeat;
			}
		.cont-right-details {
			position:relative;
		}
		.cont-right-details .desc-right-cont-desc {
			height: auto !important;
			/*height: 135px;*/
			min-height: 135px;
			float: left;
			clear: left;
			width: 235px;
		}
			.has-product-options .desc-right-cont-desc { min-height: 85px; }

		.cont-right-details .star-rating,
		.cont-right-details .star-rating a:hover,
		.cont-right-details .star-rating a:active,
		.cont-right-details .star-rating a:focus,
		.cont-right-details .star-rating .current-rating{
			background: transparent url(../images/bg/rating_stars.gif) left -1000px repeat-x;
		}
		.cont-right-details ul.star-rating{
			position:relative;
			float: left;
			width:70px;
			height:15px;
			overflow:hidden;
			list-style:none;
			margin:0;
			padding:0;
			background-position: left top;
		}
		.cont-right-details .star-rating li{
			display: inline;
		}
		.cont-right-details .star-rating a,
		.cont-right-details .star-rating .current-rating{
			position:absolute;
			top:0;
			left:0;
			text-indent:-1000em;
			height:15px;
			line-height:10px;
			outline:none;
			overflow:hidden;
			border: none;
			cursor: pointer;
		}
		.cont-right-details .star-rating a:hover,
		.cont-right-details .star-rating a:active,
		.cont-right-details .star-rating a:focus{
			background-position: left bottom;
		}
		.cont-right-details .star-rating a.one-star{
			width:20%;
			z-index:6;
		}
		.cont-right-details .star-rating a.two-stars{
			width:40%;
			z-index:5;
		}
		.cont-right-details .star-rating a.three-stars{
			width:60%;
			z-index:4;
		}
		.cont-right-details .star-rating a.four-stars{
			width:80%;
			z-index:3;
		}
		.cont-right-details .star-rating a.five-stars{
			width:100%;
			z-index:2;
		}
		.cont-right-details .star-rating .current-rating{
			z-index:1;
			background-position: left center;
		}

		.rating-text {
			float: left;
			width: 100px;
			color: #9C3022;
			padding: 0 0 0 10px;
			text-transform: uppercase;
			line-height: 1.3em;
		}
		
		.order-size-chart {
			width: 235px;
			float: left;
			clear: left;
			height: 23px;
		}
		.product-option-container {
			display: none;
			clear: left;
			color: #2f2f2f;
		}
			.product-option-rows {
				border-top:1px dotted #787566;
				padding-bottom: 5px;
			}
				.product-option-row label {
					display: block; 
					color: #2f2f2f;
				}
				.product-option-row input, .product-option-row textarea {
					width: 97%;
					border: 1px solid #DECD6A;
					font-size: 1em;
				}
					.product-option-row textarea.over-flow { color: red; }
				
		.associated-products-outer { min-height: 56px; }
		.associated-products {
			border-top: 1px dotted #787566;
			border-bottom: 1px dotted #787566;
			padding: 0.4em 0;
			/*background: url("../images/bg/dotted_black_horizontal.gif") left top repeat-x;*/
		}
		.assoc-product-row {
			padding: 0.2em;
		}
			.assoc-product-name {
				float: left;
				width: 140px;
				font-weight: bold;
			}
				.giftcert .assoc-product-name { width: 173px; }
			.assoc-product-qty {
				float: left;
				padding-right: 15px;
			}
			.assoc-product-qty-outstock {
				width: 77px;
				text-align: right;
			}
				.assoc-product-qty input, .assoc-product-amount input {
					font-size:0.9em;
					padding:2px 0;
					text-align:center;
					width:30px;
				}
					.assoc-product-amount input { width: 45px; }
			.assoc-product-calccost {
				background: url("../images/bg/dotted_black_vertical.gif") left top repeat-y;
				width: 40px;
				float: left;
				text-align: right;
			}
		
		.action-buttons {
			padding: 0.5em 0 1em 0;
			/*background: url("../images/bg/dotted_black_horizontal.gif") left top repeat-x;*/
			text-align: right;
		}
			.action-buttons label {
				padding: 0 5px 0 0;
			}
			.action-buttons a {
				text-decoration: none;
				font-weight: bold;
				text-transform: uppercase;
			}
				.action-buttons a.size-chart-popup {
					display: none;
					font-weight: normal;
					float: left;
					text-decoration: none;
				}
					.action-buttons a.size-chart-popup:hover { color: #696961; }

.product-info-tag-cross {
	background: url("../images/bg/double_border_horizontal.gif") left top repeat-x;
	padding: 1em 0 0.5em 0;
	float: left;
	clear: left;
	width: 100%;
	position: relative;
}
	.product-info-tag {
		float: left;
		width: 230px;
		margin: 0;
		padding: 5px 15px 0 15px;
		background: url("../images/bg/single_border.gif") right top repeat-y;
		position: relative;
		top: 0;
		left: 0;
	}
		.product-info-tag .tag-paragraph {
			float: left;
			clear: left;
			width: 230px;
		}
			.product-info-tag .tag-paragraph .tag {
			}
			.product-info-tag .tag-paragraph .hidden-tags {
				display: none;
			}
			.product-info-tag .tag-paragraph .show-all-tags {
				text-decoration: none;
				cursor: pointer;
			}
		.product-info-tag form {
			background: #FFFFFF;
			/*height: 70px;
			display: none;*/
			left: 14px;
			position: absolute;
			top: 30px;
			width: 231px;
		}
			.product-info-tag form span {
				display: block;
			}
			.product-info-tag form input {
				width: 160px;
				margin: 0px;
			}
			.product-info-tag form .messages {
			}
			.product-info-tag form .instruct, .product-info-tag form .loading, .product-info-tag form .success, .product-info-tag form .failure {
				color: inherit;
				font-weight: normal;
			}
			.product-info-tag form button {
				background: none;
				padding: 1px;
			}
			
		
	.product-info-cross {
		width: 235px;
		padding: 5px 0 0 0;
		float: left;
		margin: 0 0 0 25px;
	}
		.product-info-cross ul {
			width: 235px;
			float: left;
			clear: left;
		}
		.product-info-cross li {
			height: 55px;
			width: 55px;
			float: left;
			margin: 0 3px 0 0;
			cursor: pointer;
		}

.product-info-reviews {
	background: url("../images/bg/dotted_black_horizontal.gif") left top repeat-x;
	padding: 0;
	float: left;
	clear: left;
	width: 100%;
}
	.product-info-reviews-helper {
		margin: 0.5em 15px;
		position: relative;
	}
	.product-review {
	}
	.product-info-reviews h6 {
		color: #111111;
	}
	.product-info-reviews .author {
		/*float: right;*/
	}
	#addReviewForm {
		padding: 0 0 1em 0;
		background: #FFFFFF;
		/*height: 70px;
		display: none;*/
		left: 0;
		position: absolute;
		top: 30px;
		width: 100%;
	}
	#addReviewForm div {
		float: left;
		clear: left;
		width: 100%;
		margin: 0 0 8px 0;
	}
	#addReviewForm label {
		width: 60px;
		float: left;
		display: block;
		font-weight: normal;
	}
	#addReviewForm input, #addReviewForm textarea {
		float: right;
		display: block;
		width: 370px;
	}

#product-modal-size-chart {
	position: absolute;
	top: 50px;
	left: 19px;
	width: 532px;
	border: 1px solid #8b887a;
	padding: 2px;
	background-color: #fff;
	z-index: 10000;
}
	#product-modal-size-chart .size-chart-inner { 
		background-color: #f7f4e5;
		padding: 9px 17px;
	}
		.size-chart-left, .size-chart-right {
			float: left;
		}
			.size-chart-left { 
				width: 63%;
				margin-right: 2%;
			}
			.size-chart-right {
				width: 35%;
			}
			.size-chart-left img { border: 3px solid #fff; }
			.size-chart-left p { margin-left: 12px; margin-top: 8px; }

			#product-modal-size-chart h5 {
				font-size: 1em;
				line-height: 1.2em;
				margin-bottom: 0.1em;
			}

/* Product Images */
/*
.product-img-box { float:left; width:267px; }
.product-img-box .main-product-img {
    position:relative;
    overflow:hidden;
    width:265px;
    height:265px;
    z-index:9;
    }
.product-img-box .main-product-img img {
    position:absolute;
    left:2px;
    top:2px;
    width:100%;
    cursor:move;
    z-index:99;
    }
.image-zoom {
    z-index:9; position:relative; height:18px; margin:0 auto 13px auto; background:url(../images/slider_bg.gif) no-repeat 50% 50%; padding:0 28px 0 28px; cursor:pointer; }
#image { width:auto; }
#track { position:relative; height:18px; }
#handle { position:absolute; left:0; top:-1px; width:9px; height:22px;background:url(../images/magnifier_handle.gif) no-repeat;  }
.btn-zoom-out { position:absolute; left:2px; top:1px;}
.btn-zoom-in { position:absolute; right:2px; top:1px;}
.product-img-box .more-views h4 { border-bottom:1px solid #ccc; margin-bottom:.8em; font-size:.95em; text-transform:uppercase; }
.product-img-box .more-views li { float:left; margin-right:6px;}
.product-img-box .more-views li.last { margin-right:0; }
.product-img-box .more-views li img { border:2px solid #ddd; }

.product-info-box { margin-top:10px; border:1px solid #c4c6c8; margin-top:0; }
.product-info-box .product-name {
    margin-bottom:.3em;
    color:#0a263c;
    font-size:1.2em;
    }
.product-info-box .qty-box { float:left; margin-right:5px; }
.product-info-box .price-box { margin:10px 0;}
.add-to-cart-box { float:left; width:195px;  margin-right:5px;}
.add-to-box { float:left; font-size:.95em; line-height:1.25em; }
.product-info-box .ratings { margin-bottom:1em;}

.product-attributes, .product-pricing { margin:10px 0; background:#faf7ee; padding:10px; border:1px dashed #a59e89;}
.product-attributes td {padding:2px 0; }
.product-attributes td.label { padding-right:10px; font-weight:bold; }
.product-attributes select { width:218px; }
.product-essential, .product-collateral { padding:25px; }
.product-essential { padding:25px; background:url(../images/product_essential_bg.gif) no-repeat 100% 0 #fff; }
.product-essential .product-shop { width:330px; }
.product-essential .product-shop .ratings { margin-bottom:4px; }

.product-collateral { background:url(../images/product_collateral_bg.gif) repeat-x #faf7ee; }
.product-collateral .head { margin-bottom:1em; border-bottom:1px solid #e5dcc3; padding-bottom:1px; font-size:1.15em; }
.product-collateral .collateral-box { margin-bottom:2em;  }
.product-collateral .collateral-box h4{ color:#E26703 ;}
.product-collateral .attribute-specs table { border-color:#d9DDE3; }
.product-collateral .attribute-specs .label { font-weight:bold; }
.product-collateral .attribute-specs .data { border-right:0; }
.product-collateral .attribute-specs td { padding-top:3px; padding-bottom:3px; line-height:1.25em; }

.product-collateral .up-sell .head { padding-bottom:8px; margin-bottom:0; }
.product-collateral .up-sell .generic-product-grid { border:1px solid #E5DCC3; border-top:0; }
.product-collateral .up-sell .generic-product-grid td { width:25%; border-color:#E5DCC3; background:#f6f2e7; padding-top:15px; }
.product-collateral .up-sell .generic-product-grid td img { border:1px solid #E5DCC3; }
.product-collateral .up-sell .generic-product-grid .product-image { text-align:center; }
.product-collateral .up-sell .generic-product-grid td.empty-product { background:#f1ecdb; }
#customer-reviews { margin-bottom:15px; }
#customer-reviews li { margin-bottom:25px; }
#customer-reviews li p { clear:both; }
.product-collateral .add-tag-box .input-box { float:left; width:302px; margin-right:8px; }
.product-collateral .add-tag-box .input-box .input-text { width:300px;  }
.tags-list { margin-bottom:15px; }
.tags-list li {
    display:inline;
    background:url(../images/separator.gif) no-repeat 100% .4em;
    padding:0 8px 0 4px;
    }
.tags-list li.first { padding-left:0; }
.tags-list li.last { background:none; }
.add-tag-box { background:url(../images/icon_tag_add.gif) no-repeat 0 2px; padding-left:23px; }
.product-review-box { width:auto; margin:8px 0 13px 0; }
.product-review-box td, .product-review-box th { text-align:center; }
.product-review-box td.label {width:100px; text-align:left; }

.mini-related-items .head h4 { background-image:url(../images/icon_clip.gif); }
.mini-related-items .product-images { width:70px; }
.mini-related-items .product-images a { display:block; margin-left:15px; }
.mini-related-items .product-images input { float:left; margin-right:4px; margin-left:-6px; }
.mini-related-items .product-images .checkbox-container { float:left; width:15px; }
.mini-related-items .product-details { margin-left:78px; padding-left: 5px; }
.mini-related-items ol li { padding-left:0 ; padding-right:0; }
*/

/********************** Checkout */

select.address-select {width:550px}

.shipment-methods dd { margin-bottom:13px; }
.payment-methods dt { }
.payment-methods dd { }


/* Shopping Cart */
.shopping-cart  { margin-bottom:0; }
.shopping-cart th, .shopping-cart td { padding-left:13px; padding-right:13px; }
.shopping-cart tr.error { background:#FDE6E0 !important; }
.shopping-cart .continue-shopping { float: left; }
.shopping-cart-item-message {margin-bottom:5px}
td.attributes-col { line-height:1.4em; }
td.attributes-col ul { margin:5px 0; font-size:.95em;}
td.attributes-col dt {
    margin-top:.5em;
    font-size:.95em;
    font-weight:bold;
    }
td.attributes-col dd ul { margin: 0 0 5px 0; }
td.attributes-col dd ul li { margin-left:15px; list-style:disc; }
td.attributes-col p.pname  { width:100%; overflow:hidden; padding:0; margin:0; }

.shopping-cart-totals {
    width:248px;
    float:right;
    margin-top:25px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    text-align:right;
    }
.shopping-cart-totals table { width:100%; margin-top:7px; }
.shopping-cart-totals td { padding:0 15px; }
.shopping-cart-totals tr.last td { padding-bottom:5px; }
.shopping-cart-totals tfoot td {
    font-size:1.3em;
    }
.shopping-cart-totals .checkout-types { margin:15px; }
.shopping-cart-totals .checkout-types li { clear:both;  margin:10px 0; }
.shopping-cart-collaterals {
    float:left;
    width:605px;
    padding:25px 0;
    }
.shopping-cart-collaterals .box {
    margin-bottom:18px;
    padding:12px 15px;
    border:1px solid #D0CBC1;
    background:url(../images/base_mini_head_bg.gif) repeat-x #fff;
    }
.shopping-cart-collaterals .box .form-button  {  margin-left:5px; }
.shopping-cart-collaterals .discount-codes h4, .shopping-cart-collaterals .shipping-estimate h4 {
    min-height:16px;
    color:#e26703;
    background-repeat:no-repeat;
    background-position:0 0;
    padding:1px 0 1px 21px;
    text-transform:uppercase;
    }
.shopping-cart-collaterals .discount-codes h4 { background-image:url(../images/icon_asterick.gif);  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate h4 { background-image:url(../images/icon_lorry.gif);  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate .input-text { width:214px; }
.shopping-cart-collaterals .shipping-estimate select { width:220px; }
.shopping-cart-collaterals .upsell {
    width:42.5%;
    border:1px solid #cec3b6;
    padding:12px 15px;
    background:#fafaec;
    }
.shopping-cart-collaterals .upsell .product-image { float:left; width:75px; border:1px solid #d0cdc9; }
.shopping-cart-collaterals .upsell .product-shop { width:170px; }
.shopping-cart-collaterals .upsell .product-shop h5 { font-size:1em; }
.grand_total {
    width:auto;
    margin-top:15px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    font-size:1.3em !important;
    font-weight:bold;
    text-align:right;
    }
tr.grand_total td, p.grand_total { padding-top:5px; padding-bottom:5px; }


/* One-Page checkout */
.one-page-checkout .group-select { margin-right:0; }
.one-page-checkout .box {
    border:1px solid #bbb6a5;
    border-top:0;
    padding:15px 20px;
    background:#faf7ee;
    }
.one-page-checkout .head {
    margin-bottom:0 ;
    padding:4px 8px 6px 8px;
    background:url(../images/opc_off_head_bg.gif) repeat-x 0 100% #eee;
    border-width:0 1px 0 1px;
    border-color:#D9DDE3;
    border-style:solid;
    border-top:1px solid #fff;
    }
.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */
.one-page-checkout h3 { color:#999; font-size:1.05em; }
.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; text-transform:uppercase; }
.one-page-checkout .step-count { background:#fff; font-size:.9em; padding:0 4px; line-height:1em; }
.one-page-checkout .content { padding: 10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head { background:#d0dce1; border-color:#a3aeb3; border-width:1px 1px 0 1px; cursor:pointer; }
.one-page-checkout .active .head { margin-bottom:0; border:1px solid #BBAFA0; background:#F9F3E3; padding-bottom:5px; cursor:default; }
.one-page-checkout .alloq .head a { display:block; } /* Display Edit button in active selection */
.one-page-checkout .group-select { margin-top:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 { color:#a4b3b9; }
.one-page-checkout .active h3 { color:#F18200; }
.one-page-checkout .allow .step-count { background:#dbe6eb; }
.one-page-checkout .active .step-count { color:#fff; border:1px solid #f19900; background:#F18200; }
.one-page-checkout .active .box { display:block; border-color:#BBAFA0;  background:url(../images/multi_address_box_bg.gif) repeat-x #FBFAF6; }
.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left: 20px; }
.one-page-checkout-progress .page-head { margin-bottom:1em; }
.one-page-checkout-progress li { border:1px solid #A3AEB3; background:#eee; margin-bottom:6px; }
.one-page-checkout-progress h4 { margin:0; color:#999; padding:2px 8px; background:#eee; text-transform:none;  }
.one-page-checkout-progress h4.complete { border-bottom:1px solid #A3AEB3; background:#D0DCE1; color:#5e8ab4; }
.one-page-checkout-progress h4 a { text-transform:none; }
.one-page-checkout-progress .content { padding:8px 13px; }
#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
#opc-review .content { border:1px solid #D9DDE3; border-top:0; }
#opc-review .data-table{ border-top:0; }
.opc-please-wait { padding-right:7px;}
.one-page-checkout a.back { background:url(../images/icon_opc_back.gif) no-repeat; padding-left:16px; line-height:13px;}
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:0; padding-top:2em; }
.one-page-checkout ul.super-product-attributes { padding-left:15px; }

.checkout-progress { margin:0 auto 1.5em auto;}
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:10px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
    }
.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
    }

/* Multiple Addresses checkout */
.multi-address-checkout-box .box {
    position:relative;
    margin-top:15px;
    margin-bottom:25px;
    border:1px solid #bbb6a5;
    background:url(../images/multi_address_box_bg.gif) repeat-x #FBFAF6;
    }
.multi-address-checkout-box .legend {
    float:left;
    margin-top:-10px;
    margin-bottom:0;
    margin-left:15px;
    border:1px solid #F18200;
    background:#F9F3E3;
    color:#F18200;
    padding:2px 8px;
    }
.multi-address-checkout-box .content {
    padding:15px 20px 20px 20px;
    }
.multi-address-checkout-box .count-head {
    border-bottom:1px solid #BBAFA0;
    background:#F9F3E3;
    padding:5px 10px;
    }
.shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
    }
.multi-address-checkout-box .count-head h4 {  margin:0; }
.multi-address-checkout-box .head h5 { color:#E26703; }
.multi-address-checkout-box .head a { font-weight:normal;}
.multi-address-checkout-box .checkmo-mailing-address { display: block; padding-left: 20px; }
.shipping-method-pointer { border:1px solid #d9d2be; padding:13px; background:#F9F3E3; position:relative; }
.shipping-method-pointer .pointer { position:absolute; top:-20px; right:-40px; }
.place-order-box { float:right; height:71px; overflow:hidden; }
.place-order-box .left-radius { width:21px; background:url(../images/place_order_container_bg.gif) no-repeat; }
.place-order-box .main-radius{ background:url(../images/place_order_bg.gif) no-repeat 100% 0; padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { font-size:1.5em; }
.place-order-box .grand-total .price { color:#e26703; font-weight:bold; }
.place-order-box input { margin-left:15px; }

/********************** Gift Messages */
.giftmessages .gift-header {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}

.giftmessages .input-checkbox {
    padding-bottom: 15px;
}

.giftmessages textarea {
    height: 100px;
}

.giftmessages .input-checkbox input {
    margin-right: 5px;
}

.giftmessages .input-checkbox label {
    font-weight:normal;
    color: #8e8d8b;
}

.one-page-checkout .box-no-padding {
    border:1px solid #bbb6a5;
    border-top:0;
    padding:15px 0px;
    background:#faf7ee;
}

.one-page-checkout .box-no-padding .inner-box {
   padding:0px 20px;
}


.giftmessages .gift-box {
    background-color:#f6f1eb;
    border-top: 1px solid #e9e4de;
    border-bottom: 1px solid #e9e4de;
    padding: 22px 16px 22px 22px;
}

.giftmessages .gift-box .scroll-box
{
    overflow: auto;
    height: 260px;
}

.giftmessages .product-image
{
    border: 1px solid #d2d1cd;
}

.no-border {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.no-padding {
    padding: 0 0 0 0;
}

.giftmessages .giftmessage-product-info {
    padding-left: 10px;
}

.giftmessages .numeration
{
    font-weight: bold;
    color: #8a8987;
}

.giftmessages .gift-box label { color: #918d8e; }

.giftmessages .group-select li .input-box { float:left; width:260px; }
.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea { width:495px; }
.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea { width:235px; }
.giftmessages .group-select li .input-box select { width:256px;}

/********************** Customer */

/* My Account navigation */
.account-nav { border:1px solid #bbb; }
.account-nav .head {
   margin:0;
   background:url(../images/account_nav_head_bg.gif) repeat-x 0 100% #fc9d36;
   padding:3px 10px;
    }
.account-nav .head h3 { color:#fff; font-size:1.1em; }
.account-nav ul { background:#fbfaf6; padding:4px 10px 10px 10px; }
.account-nav li a, .account-nav li.on { padding:3px 0;  }
.account-nav li a { display:block; border-bottom:1px solid #ddd; /*background:url(../images/account_nav_link_bg.gif) no-repeat 10px 8px;*/ }
.account-nav li a, .account-nav li a:hover { color:#5f5d5c; text-decoration:none; }
.account-nav li a:hover { color:#ea7900; }
.account-nav li.on { border-bottom:1px solid #ddd; /* background:url(../images/account_nav_on_bg.gif) no-repeat 10px 8px;*/  color:#ea7900; font-weight:bold; }
.account-nav li.on a { padding:0; }
.account-nav li.last, .account-nav li.last a { border-bottom:0; }


/* Login */
.login-box .col-1, .login-box .col-2, .form-box { border:3px solid #fff; background:#f8f6e8; }
.login-box .content, .form-box .content { }

.login-box h4, .form-box h4 {
    border-bottom:1px dotted #333;
    margin-bottom:1em;
    padding-bottom:5px;
    font-size:1em;
	font-weight: bold;
    text-transform:uppercase;
}
.login-box a, .form-box a { font-size: 0.9em; text-decoration: none; }
.login-box button, .form-box button { font-size: 1em; }
.login-box .group-select ul {
	float: none;
	width: 100%;
}
.form-box .group-select ul {
	float: none;
	width: 80%;
}
	.form-box .indent, .indent{
		margin-left: 35%;
	}
/*
.login-box .new-users h4 { background-image:url(../images/icon_page_white.gif); }
.login-box .registered-users h4 { background-image:url(../images/icon_page_white_text.gif); }
.login-box .button-set { margin:0; border:none; background:url(../images/login_box_form_buttons_bg.gif) repeat-x; padding:8px 13px; }
*/
.login-box .content { }


/* Dashboard */.account-box {
    margin-bottom:20px;
    border:1px solid #ccc;
    border-right-color:#999;
    border-bottom-color:#999;
    background:url(../images/account_box_bg.gif) repeat-x #fff;
    padding:15px;
    }
.account-box .head { margin-bottom:10px; border-bottom:1px solid #d9dde3; }
.account-box h4 { color:#E65505; font-size:1.1em; text-transform:uppercase; }
.account-box .inner-head { margin-bottom:8px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding-bottom:2px; text-align:right; }
.account-box h5 { font-size:1.1em;   }
.account-box h5 a { font-weight:normal; }
.account-box h6 { text-transform:uppercase; }
.account-main .account-box li { padding:5px 0; }
.account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#0a263c;
    padding:1px 3px;
    font-size:9px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
    }
.account-box ol .content { margin-left:20px; padding:0; }
.account-box ol.recent-reviews small {
    float:left;
    margin-right:3px;
    font-weight:bold;
    }
.account-box .product-images { width:65px; }
.account-box .product-images img { border:1px solid #ccc;}
.account-box .product-details { margin:0 0 10px 70px; }
.account-box .content { padding:0; }
.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }
.edit-password { display:block; height:20px; background:url(../images/icon_lock.gif) no-repeat 0 2px; padding-left:20px; }
.dashboard-welcome { margin-right:8em; margin-bottom:1.5em; font-size:1.1em; }
.account-box .head h4 { padding-left:21px; min-height:17px; background-repeat:no-repeat; background-position:0 0;}
.ad-orders .head h4 { background-image:url(../images/icon_folder_table.gif); }
.ad-account-info .head h4 { background-image:url(../images/icon_ma_info.gif); }
.ad-tags .head h4 { background-image:url(../images/icon_ma_tags.gif); }
.ad-reviews .head h4 { background-image:url(../images/icon_ma_reviews.gif); }


/* Account Addressbook */
.primary-address-list h4, .address-list h4 {font-size:1.1em; color:#E26703; text-transform:uppercase; }
.primary-address-list li {
    margin-bottom:10px;
    border:1px solid #ccc;
    background:url(../images/account_box_bg.gif) repeat-x #fff;
    padding:10px 13px 8px 13px;
    }
.primary-address-list li .head { margin:0; }
.address-list li { margin-bottom:1em; }
.address-list .actions { float:right; margin:0 0 10px 10px; }

/* Account Order History */
.sales-order-view .checkmo-mailing-address { display: block; padding-left: 20px; }

/* Compare Products */
.compare-products { margin:30px 0 50px 0; }
.compare-products table { width:auto;  border:0; }
.compare-products tr { background:#EEEDED;}
.compare-products td { width:170px; text-align:left; }
.compare-products tbody td { border-color:#ccc; }
.compare-products tbody tr.first td { border-top:1px solid #D9DDE3; text-align:center; }
.compare-products tbody td.last {  border-right:1px solid #D9DDE3; }
.compare-products tbody.attribute-cart td { background:#fffada !important; text-align:center; border-bottom:1px solid #D9DDE3; }
.compare-products tbody td.label {
    width:auto;
    border-bottom:1px solid #9eb8cb;
    border-left:1px solid #BEBCB7;
    background:url(../images/comparison_table_label_bg.gif) repeat-y 100% 0 #d9e5ee !important;
    text-align:left;
    }
.compare-products tbody.remove-buttons tr {  background:#fff;  }
.compare-products tbody.remove-buttons td {
    border:none !important;
    padding:0;
    text-align:right;
    font-size:0;
    line-height:0;
    }
.compare-products tbody.remove-buttons td img { float:right; }


/* Reviews */
.my-review-detail .product-image { float:left; width:135px; }
.my-review-detail .product-image p { margin-bottom:0; }
.my-review-detail .product-image p img { vertical-align:top; }
.my-review-detail .details { float:right; width:538px; }
.my-review-detail .ratings-list { margin-bottom:.8em; }
.my-review-detail .ratings { line-height:1.5; }
.my-review-detail .ratings .rating-box { float:none; margin-bottom:3px; }
.my-review-detail .ratings .pipe { display:none; }
.my-review-detail .ratings a { display:block; }



/* Gift Messages */
.giftmessage {
    padding: 10px 0 0 0;
}
.giftmessage-preview-link {
    font-size: 11px;
    color: #1b7cca;
    padding-right: 7px;
    background-repeat: no-repeat;
    background-position: right  5px;
}

.giftmessage-row {
    background-color:#f2efe9;
}

.expand {  background-image: url(../images/gift-message-expand.gif); }

.collapse { background-image: url(../images/gift-message-collapse.gif); }



/********************** Pop up pages */
.page-popup { background:#fff; margin:15px 30px; text-align:left;}
.product-gallery-nav { padding:0 5px; }




/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/

.nowrap, nobr, .nobr{ white-space:nowrap; }

/* Alignment */
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.v-bottom { vertical-align:bottom; }
.a-left { text-align:left; }
.a-center { text-align:center; }
.a-right { text-align:right; }
.left { float:left; }
.right { float:right !important; }

.normal-weight { font-weight:normal; }
.auto-width { width:auto;}

/* Link highlights */
.link-cart { color:#DC6809 !important; font-weight:bold !important;}
.link-remove { color:#646464 !important;}
.link-print { background:url(../images/icon_printer.gif) no-repeat 0 2px; padding-left:23px; }
.link-feed { background:url(../images/icon_feed.png) no-repeat left center; padding-left:18px; line-height:1.15; }


/* For Demo store only */
.demo-notice { margin:0; background:#d75f07; padding:5px 10px 6px 10px; color:#fff; line-height:1em; text-align:center; }

.order-access {padding-bottom:8px;}
.order-info {border: solid 1px #D0CBC1; background:#DEE5E8; padding:4px 8px;}
.order-info span {display:block;float:left;}
.order-info ul {display:inline;}
.order-info li {display:inline;padding-right:7px;padding-left:3px;}
.order-info li.selected {font-weight: bold;background: url(../images/point-con.gif) no-repeat fixed center bottom;}

/*Expiration date and cvv number validation case */
.input-box .v-fix {position:relative; float:left;}
.input-box .v-fix .validation-advice {position:relative; margin-right:-12em; float:left; display:inline; width:12em;}