/**
 * 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.
 *
 * 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 ================================================================================= */
/*/========= HTML ============/*/
body, html {
	margin: 0;
	padding: 0;
}

body {
	background: transparent url(../images/wood_bg.jpg) top center repeat;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	color: #000;
	text-align: left;
}

.clear {
	display: block;
	width: 100%;
	height: 1%;
	clear: both;
}

.clear-left {
	display: block;
	width: 100%;
	height: 1%;
	clear: left;
}

.clear-right {
	display: block;
	width: 100%;
	height: 1%;
	clear: right;
}

/*/========= Header ===========/*/

div#header_wrapper {
	background: transparent url(../images/nav_shadow_wood_black.jpg) bottom center repeat-x;
	margin: 0;
	padding: 0 0 15px 0;
	height: 50px;
	overflow: hidden;
}

div.header, div.page, div#subhead, div.subnav-container {
	width: 760px;
	margin: 0 auto;
	position: relative;
}
div.header { padding-bottom: 15px; background: transparent url(../images/nav_shadow_wood.jpg) 0 50px no-repeat; overflow: hidden; }
div#subhead { position: relative; z-index: 200; margin-bottom: 20px; }

div.page {
	background: transparent url(../images/wood_bg.jpg) 0 -65px repeat; 
}

div.page-popup {
	margin: 20px;
	padding: 20px;
	background: #fff;
}

h1#logo, ul#nav {
	height: 50px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	background: transparent url(../images/nav_bg.gif) top left repeat-x;
	line-height: 50px;
	text-align: center;
}

h1#logo { width: 210px; }
h1#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

h1#logo a img { display: block; width: 186px; height: 24px; margin: 0 auto; padding: 13px 0; }

ul#nav { list-style-type: none; }
li.nav-item {
	float: left;
	display: inline;
	width: 106px;
	height: 50px;
	border-left: 4px solid #000;
}

li.double { width: 216px; }

li.nav-item a {
	position: relative;
	z-index: 150;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 20px;
	overflow: hidden;
	background-color: transparent;
	background-image: url(../images/wood_glows.jpg);
	background-position: -100% -100%;
	background-repeat: no-repeat;
}

li.nav-item a:hover, li.nav-item a.active { color: #ffffcf; }
a#nav_account:hover, a#nav_account.active { background-position: -214px 50px; }
a#nav_about:hover, a#nav_about.active { background-position: -324px 50px; }
a#nav_contact:hover, a#nav_contact.active { background-position: -434px 50px; }

h1#logo img, li.nav-item a {vertical-align: middle;}

/*#subnav-wrap {
	float: left;
	display: inline;
	height: 40px;
	padding-left: 10px;
	background: transparent url(../images/trough.gif) bottom left no-repeat;
}
#subnav {
	height: 40px;
	padding-right: 10px;
	background: transparent url(../images/trough_r.gif) bottom right no-repeat;
}

#subnav .links {
	height: 30px;
	line-height: 30px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 100;
}
#subnav .links li { float: left; display: inline; line-height: 10px; font-size: 10px;}
#subnav .links a { float: left; display: block; margin: 0 10px; padding: 10px 0; color: #fff; text-decoration: none;}
#subnav .links a:hover, #subnav .active a { color: #ffffcf; border-bottom: 2px solid #ffffcf; }*/

/* New Subnav */
#subnav { float: right; display: inline; }
#subnav .links { float: left; display: inline; position: relative; z-index: 100; }
#subnav .links li { float: left; display: inline; line-height: 28px; font-size: 12px; font-weight: bold; text-transform: uppercase; margin: 0 8px; padding: 0 8px; border-right: 2px solid #fff; }
#subnav .links a { color: #fff; text-decoration: none; }
#subnav .links a:hover, #subnav .active a { border-bottom: 4px solid #fff; }

p#cart_summary {
	float: right;
	display: inline;
	text-align: right;
	font-size: 12px;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .5px;
}

img#cart_img { 
	padding: 0 5px;
	vertical-align: middle;
}

p#cart_summary a {
	color: #fff;
	text-decoration: none;
}

p#cart_summary a:hover {border-bottom: 4px solid #fff;}

/*/========= 1 Column ===========/*/

.col1-layout { background: #fff; padding: 20px; }

/*/========= 2 Columns ===========/*/

.sidebar { width: 175px; color: #C7C7C7;}

.col-main {
	width: 545px;
	padding: 20px;
	margin: 0;
	background: #fff;
}

/*-- Sidebar Right --*/

.col2-right-layout {
	width: 760px;
	background: transparent url(../images/columned_bg.gif) top left repeat-y;
}

.col2-right-layout .col-right {
	float: right;
	display: inline;
	padding-right: 0;
	width: 155px;
	overflow: hidden;
	padding: 20px 0 0 20px;
	/*background: #8EACBD;*/ /*Debug*/
}
.col2-right-layout .col-main {
	float: left;
	display: inline;
}

.col-right h3 {
	position: relative;
	left: -20px;
	width: 135px;
	margin: 20px 0;
	padding: 5px 20px;
	background: #000;
	/*color: #4D4D4D;*/
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.col-right h3:first-child { margin-top: 0; }

.col-right h3 a { color: #fff !important; text-decoration: none !important; }
.col-right h3 a:hover { color: #fff !important; border-bottom: 4px solid #fff; }

/*-- Sidebar Left --*/

.col2-left-layout .col-left {
	float: left;
	display: inline;
	background: #e0e0e0; /*Debug*/
}
.col2-left-layout .col-main {
	float: right;
	display: inline;
}

/*-- Subcolumned-Sets --*/
h2 + .col2-set,
h3 + .col2-set { margin-top:0 !important; }

.col2-set { clear: both; margin: 10px 0; }

.col2-set .col-1,
.col2-set .col-2 {
	width: 240px;	
	padding: 10px;
	border: 1px solid #dcdcdc;
}

.col2-set .col-1 { float: left; clear: left; }
.col2-set .col-2 { float: right; clear: right; }

.col1-layout .col2-set .col-1,
.col1-layout .col2-set .col-2 { width: 328px !important; }

.col2-set .legend, .order-review .legend { margin: 20px 0 10px 0; }

.col2-set ol li { margin-bottom: 10px; }

/* Global Styles ========================================================================= */

.note { padding: 2px 0; background: #ffffcc; }
.padded { padding: 20px; }
.no-border { border-width: 0 !important; }
.v-middle { vertical-align: middle; }
.f-left { float: left; display: inline; }

.col-main a, .col1-layout a, .data-table a { border-bottom: 1px solid #999; color: #000; text-decoration: none; }
.col-main a:hover, .col1-layout a:hover, .data-table a:hover { background-color: #f0f0f0; border-color: #000; }
.col-main a.button:hover, .col1-layout a.button:hover { background-color: transparent !important; }

/* Headings */
.blocked { padding: 10px; background: #fff; margin-left: 20px; margin-bottom: 0 !important; float: left;}
h2.blocked { font-size: 26px; }
h3, h4, h5 { margin: 10px 0; }
/*h4, h5 { margin: 5px 0; }*/
h3.legend { font-size: 20px; line-height: 20px; font-weight: normal; margin-bottom: 20px; color: #ccc; }
h3.separator { font-size: 20px; line-height: 20px; font-weight: normal; color: #ccc; background: url(../images/separator.gif) center left repeat-x; }
h3.separator span { margin: 0 20px; padding: 0 10px; background: #fff; vertical-align: middle; line-height: normal; }

/* Form Elements */
form.huge { display: block; }
form.huge input, form.huge select, form.huge textarea { font-family: "Helvetica Neue", Helvetica, Arial; }
form.huge input.input-text, form.huge textarea { padding: 5px; font-size: 24px; }
form.huge input.input-text, form.huge textarea, form.huge label, form.huge select { display: block; }
form.huge label { font-size: 16px; line-height: 16px; margin-bottom: 5px; }
form.huge fieldset { display: block; border-top: 1px solid #ccc; padding-top: 10px; margin-top: 20px; }
form.huge fieldset.first { margin-top: 0 !important; }
form.huge fieldset.no-border { margin-top: 0 !important; padding-top: 0 !important; }
input.input-text, textarea, select[multiple="multiple"] { border:1px solid #ccc; background: #fff url(../images/form_shadow.gif) top left no-repeat; padding:2px; }
form.huge select[multiple="multiple"] { padding: 5px; }
input.input-text:focus, select:focus, textarea:focus {}
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
form.huge input.checkbox,
form.huge input.radio { float: left; display: inline; margin-right: 10px; }
textarea { overflow:auto; }
/*button.button { display: block; overflow:hidden; height: 20px; background: transparent url(../images/button_bg.gif) top left no-repeat; border:0; padding: 0; cursor:pointer; color: #333;}
button.button span { display: block; font-size: 12px; height: 12px; padding: 4px 10px; background: transparent url(../images/button_bg_r.gif) top right no-repeat;}*/
/*button.button span { display:block; margin:0; padding:0 8px 1px; font:bold 12px/16px "Helvetica Neue", Helvetica, Arial, sans-serif; text-align:center; white-space:nowrap; color:#000; }*/
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 */
.highlight {}

/* Form Lists - single-column -- huge */
form.huge .form-list { margin-top: 10px; }
form.huge .form-list li { margin: 0 0 20px; position: relative; }
form.huge .form-list li input.input-text,
form.huge .form-list li textarea { width:525px; }
form.huge .form-list li select { width:531px; }

form.huge .form-list li.inline select { display: inline !important; width: auto !important; }
form.huge .form-list li.inline { font-size: 24px; }

form.huge .form-list li div.range { font-size: 24px; }
form.huge .form-list li div.range input.input-text { display: inline; width: 75px; }

/* Form Lists - multi-column -- huge */
.col2-right-layout form.huge .form-list li input.input-text,
.col2-right-layout form.huge .form-list li textarea {width:346px; }
.col2-right-layout form.huge .form-list li select { width:358px; }

/* Form Lists - side-by-side -- huge */
.col2-set form.huge .form-list li input.input-text,
.col2-set form.huge .form-list li textarea {width:316px; }
.col2-set form.huge .form-list li select { width:322px; }

/* Form Helpers */
.form-tip { display: none; position: absolute; top: 13px; left: 555px; width: 145px; padding: 0 0 0 20px; margin: 0; background: transparent url(../images/form-tip-arrow.gif) 0 10px no-repeat; }
.form-tip-content { padding: 10px; background: #ffffcf; font-size: 11px; line-height: 14px; border-right: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; min-height: 40px; height: auto !important; height: 40px;}
.hoverable .form-list li:hover .form-tip { display: block; }

.shallow .form-tip { top: 0 !important; }

.nolabel .form-tip { top: -8px; }
.inline .form-tip { top: -22px; }
.nolabel label { display: none !important; }

.col2-right-layout .form-tip { width: 148px !important; left: 376px; }

.form-tip-content p { margin-bottom: 10px; }
.form-tip-content ul { list-style-type: disc; margin-left: 12px; padding: 0; }
.form-tip-content ul li { margin: 0 0 5px 0 !important; padding: 0 !important; }
.form-tip-content ul li.last { margin-bottom: 0 !important; }

/* Buttons Set */
.buttons-set { clear:both; margin:10px 0 0; padding: 0; }
.buttons-set .back-link, .buttons-set .f-left { float:left; padding: 5px; margin-top: 3px; background: #f0f0f0; color: #000; text-decoration: none; border: 0 !important; }
.buttons-set .back-link:hover, .buttons-set .f-left:hover { border-bottom: 2px solid #ccc !important; padding-bottom: 3px; }
.buttons-set .button { float:right; }

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

form.huge .buttons-set, form.huge fieldset, form.huge h3.separator { width: 535px; }
.col2-right-layout form.huge .buttons-set, .col2-right-layout form.huge fieldset, .col2-right-layout form.huge h3.separator { width: 356px; }
.col2-set form.huge .buttons-set, .col2-set form.huge fieldset { width: 328px; }

.full-width { width: auto !important; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px solid #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#ff7f00; }
p.required { font-size:10px; text-align:right; margin-top: 5px; }

form.huge .required { font-size: 40px; line-height: 16px; vertical-align: top; position: relative; top: 4px; }
form.huge p.required { font-size: 20px; line-height: 20px; text-align:left; margin: 20px 0;}
form.huge .buttons-set p.required { float: left; display: inline; width: auto !important; margin: 0;}
.col2-right-layout form.huge p.required { width: 356px; }


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

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

.messages { width:100%; overflow:hidden; margin-bottom: 10px; border: 0; }
.messages li { margin:0 0 10px; position: relative;}
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg img { vertical-align: middle; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
.breadcrumbs li { display:inline; }

/* Page Heading */
.col-main .page-title,
.main .page-title { margin: 10px 0; /*border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px;*/ }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager { padding:5px 10px; margin:0; text-align: left; background: #f0f0f0; line-height: 16px;  }
.pager .amount, .pager .limiter { color: #666; margin: 5px 10px;}
.pager select { padding-right: 5px; vertical-align: middle; }
.pager .amount { float: left; display: inline; }
.pager .limiter { float: right; display: inline; }
.pager .left { float: left; display: inline; }
.pager .right { float: right; display: inline; }
.pages ol { display: inline; vertical-align: middle; }
.pages li { display:inline; }
.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%; color: #000;}
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; vertical-align: middle;}
.data-table td { padding:5px; border:1px solid #ddd; vertical-align: middle; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.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 .product-name { font-size:1em; font-weight:bold; line-height:1.5; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

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

/* 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; font-size: 18px; line-height: 24px; color: #888; margin: 20px 100px 20px 60px; padding-left: 40px; background: transparent url(../images/quotes.gif) top left no-repeat; }
.std cite { display: block; text-align: right; font-size: 12px; margin-bottom: 20px; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.sidebar .block { margin:0 0 20px; }
.sidebar .block .block-title {}
.sidebar .block .block-title h3 { margin-bottom: 0; }
.sidebar .block .block-title h2 { font-size:16px; font-weight:bold; line-height:1.5; }
/*.sidebar .block h3 { font-size:14px; line-height:1.5; }*/
.sidebar .block .block-content-wrap-top { padding-top: 30px; background: transparent url(../images/sidebar_top.gif) top center no-repeat; }
.sidebar .block .block-content-wrap-bottom { padding-bottom: 15px; background: transparent url(../images/sidebar_bottom.gif) bottom center no-repeat; }
.sidebar .block .block-content { padding: 10px; background: #fff; color: #000; }
.sidebar .block .actions { text-align:right; }
.sidebar .block .actions a { float:left; }
.sidebar .block a { color: #000; text-decoration: none; }
.sidebar .block a:hover { color: #666; }

/* Block: Account */
.sidebar .block-account {}
.sidebar .block-account li { padding: 5px 0; }
.sidebar .block-account a,
.sidebar .block-account .current { padding-left: 15px; }
.sidebar .block-account a:hover, 
.sidebar .block-account .current { background: transparent url(../images/cat_nav_hover.gif) center left no-repeat !important; }

/* Block: Currency Switcher */
.sidebar .block-currency {}
.sidebar .block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.sidebar .block-layered-nav {}
.sidebar .block-layered-nav dt { font-weight:bold; }
.sidebar .block-layered-nav .currently {}
.sidebar .category-navigation { list-style-type: none; margin: 0; padding: 0; }
.sidebar .category-navigation .parent > ul {display: none; }
.sidebar .category-navigation .active > ul {display: block !important;}
.sidebar .category-navigation li { margin-left: 5px; }
.sidebar .category-navigation li.level0 {margin-left: 0 !important;}
.sidebar .category-navigation a { display: block; padding: 5px 5px 5px 15px; }
.sidebar .category-navigation .active > a { background: transparent url(../images/cat_nav_open.gif) center left no-repeat; }
.sidebar .category-navigation a:hover { background: transparent url(../images/cat_nav_hover.gif) center left no-repeat !important; }

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

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

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

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

/* Block: Media Thumbs */
.sidebar .block-media-thumbs .block-content { padding: 0 !important; background: transparent !important; margin-top: 20px; }
#media-thumbs {
	position: relative;
	left: -20px;
	width: 175px;
	padding: 10px;
	margin: -10px 0 -10px 0;
}

#media-thumbs .thumb-wrap { position: relative; display: block; width: 66px; height: 66px; overflow: hidden; cursor: pointer; }
#media-thumbs .tack { display: block; position: absolute; top: -10px; left: 50%; margin-left: -15px; width: 20px; height: 20px; background-color: transparent; background-position: center center; background-repeat: no-repeat; z-index: 499; cursor: pointer; }
#media-thumbs .tack-red { background-image: url(../images/tack_red.gif); }
#media-thumbs .tack-green { background-image: url(../images/tack_green.gif); }
#media-thumbs .tack-blue { background-image: url(../images/tack_blue.gif); }
#media-thumbs .tack-yellow { background-image: url(../images/tack_yellow.gif); }

#media-thumbs a {
	float: left;
	display: inline;
	position: relative;
	width: 66px;
	height: 66px;
	line-height: 66px;
	border: 4px solid #fff;
	margin: 5px;
	text-align: center;
	cursor: pointer; 
}
#media-thumbs a:hover {border-color: #ffffcf;}
#media-thumbs a img.media-thumb {
	height: 68px;
	vertical-align: middle;
	margin: -2px 0;
}

/* Block: Other Media */

.block-other-media a.video,
.block-other-media a.issuu {
	position: relative;
	display: block;
	width: 80px;
	height: 30px;
	padding: 5px 5px 5px 50px;
	color: #000;
	background-color: transparent;
	background-image: url(../images/media_buttons.gif);
	background-repeat: no-repeat;
	margin: 10px 0;
	line-height: 30px;
}

.block-other-media a.last { margin-bottom: 0; }

.block-other-media a.video { background-position: top left;}
.block-other-media a.issuu { background-position: bottom left;}

/* Block: Product Attributes */
.attribute-spec-table-wrap { width: 135px; }
#product-attribute-specs-table { font-size: 10px; }
#product-attribute-press-table { font-size: 10px; }

/* Block: Paper Flag */
.paper-flag {}
.paper-flag img { width: 100%; }

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

/* All Recently ... items */
.sidebar .block-content .recently-list { list-style-type: none; border-bottom: 1px solid #ddd; }
.sidebar .block-content .recently-list li { font-size: 11px; line-height: 13px;}
.sidebar .block-content .recently-list img { float: left; margin-right: 5px; }
.sidebar .block-content .recently-list a { display: block; height: 30px; padding: 5px; border: 1px solid #ddd; border-bottom: 0;}

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


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

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

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

/* Block: Subscribe */
.sidebar .block-subscribe {}
.sidebar .block-subscribe #newsletter { margin: 10px 0; width: 125px; }

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

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

.sidebar .block-progress ul  { margin: 0; padding: 0; list-style-type: none; }
.sidebar .block-progress li { margin-bottom: 10px; color: #000; background: #f0f0f0; }
.sidebar .block-progress li.disabled { color: #ccc; background: #f0f0f0; padding: 10px 10px 10px 20px; }
.sidebar .block-progress li a { display: block; margin: 0; padding: 10px 9px 9px 20px; border-color: #ddd; border-style: solid; border-width: 0 1px 1px 0; }
.sidebar .block-progress li a:hover,
.sidebar .block-progress li a.active { background-image: url(../images/white_arrow.gif); background-position: center left; background-repeat: no-repeat; }
.sidebar .block-progress li a.active { background-color: #ffffcf; }

/* Block: Manufacturer */
.sidebar .block-manufacturer {}
.sidebar .block-manufacturer label { display: none; }
.sidebar .block-manufacturer select { width: 100%; }
.sidebar .block-manufacturer .button { margin: 10px 0 0 0; }
/* ======================================================================================= */

/* Home ================================================================================== */
.cms-index-index .col-main h2 { padding:5px 10px; margin:0; text-align: left; background: #f0f0f0; border-bottom: 2px solid #e0e0e0; }
.cms-index-index .col-main .std { font-size: 14px; line-height: 20px; margin-bottom: 20px;}
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title {}
.category-image { height: 26px; vertical-align: middle; }
.category-products { }
.category-description { font-size: 14px; line-height: 20px; margin: 0; padding: 20px 0; border-bottom: 2px solid #e0e0e0;  }
.link-rss { float: left; display: inline; padding: 15px 10px 10px 10px; }
.link-rss img { height: 26px; vertical-align: bottom;}

/* View Type: Grid */
/*.products-grid { width:100%; }*/
.products-grid ul {
	width: 565px;
	float: left;
	display: inline;
	margin: 0 -20px 0 -20px;
	padding: 10px;
	list-style-type: none;
}
.products-grid ul li {
	float: left;
	display: inline;
	width: 148px;
	height: 220px;
	overflow: hidden;
	margin: 10px;
	padding: 10px;
	background: #f0f0f0;
	text-align: center;
	line-height: 18px;
}

.products-grid ul li:hover { background: #e0e0e0; }

.products-grid h4 { margin-top: 10px; }
.products-grid a { color: #000; text-decoration: none; background-color: transparent !important; border-width: 0 !important; }
.products-grid a:hover { color: #666; background-color: transparent !important; border-width: 0 !important; }
.products-grid .manufacturer { font-style: italic; color: #666; position: relative; top: -10px; }
.products-grid a.product-image { display: block; width: 148px; height: 148px; background: #fff !important; line-height: 148px; }
.products-grid a.product-image:hover { background: #fff !important; }

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


/* Product View ========================================================================== */
.catalog-product-view .col-main {
	width: 585px !important; 
	padding: 0 !important;
	background: transparent !important;
}

.product-view {
	clear: both;
	width: 545px;
	background: #fff;
	padding: 20px;
	position: relative;
	overflow: hidden;
}

/*Old essential styling*/
/*.product-essential {
	float: right;
	display: inline;
}*/
/* Old collateral styling */
/*.product-collateral {
	float: left;
	display: inline;
	width: 356px;
	margin: 20px 20px 20px 0;
}*/

.product-essential {
	position: relative;
	margin: 40px auto;
	padding: 10px;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
}

.product-collateral {
	float: left;
	display: inline;
	margin: -30px 0 -30px 0;
	height: 115px;
	position: relative;
	z-index: 10;
	background: transparent;
}

.product-collateral .product-image {
	float: left;
	display: inline;
	position: relative;
	z-index: 10;
	height: 115px;
	background: transparent;
}


/*.product-essential .action_block {
	float: right;
	display: inline;
}*/

.action_block .product-shop { float: right; display: inline; }

/* Product Logo */
.product-logo {
	float: left;
	display: inline;
	width: auto;
	margin: 0 0 0 40px;
	padding: 20px 20px 10px 20px;
	background: #fff;
	font-weight: bold;
	font-size: 26px;
}
.product-logo img {
	display: block;
	height: 60px;
	margin: 0;
	padding: 0;
}
.product-logo img.wide {
	width: 465px;
}

/* Media */

.main-img-wrapper {
	width: 545px;
	height: 340px;
	line-height: 340px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
p.loading {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 525px;
	height: 320px;
	line-height: 320px;
	padding: 10px;
	font-size: 14px;
	color: #fff;
	background: #000;
	z-index: 75;
}
p.loading img {vertical-align: middle;}
.main-img-subwrap {
	width: 545px;
	height: 340px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
#main-product-img {	vertical-align: top; }
.media-disclaimer { font-size: 10px; line-height: 10px; text-align: right; margin: 5px 0; color: #a0a0a0; font-style: italic; }

.issuu-preview {
	width: 545px;
	height: 340px;
	border: 0;
}

/* Availability */
.availability { clear: right; font-size: 10px; text-align: right; margin: 0 10px 0 0; }
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }
.availability .presale { font-weight: bold; }
.availability-desc { font-size: 10px; text-align: right; clear: right; }

/********** < Product Prices */
.product-view label { font-size: 1em !important; }
.product-view span.required { font-size: 1em !important; top: 0; vertical-align: baseline; }

.price { white-space:nowrap !important; }

.price-box { color: #000; font-size: 16px; line-height: 20px; }
.product-view .price-box { margin: 10px 0; font-size: 24px; text-align: left; }
.action_block .price-box { text-align: right; float: left; margin: 5px 10px 0 10px;}
.price-box .price { font-weight: bold; }

.price-box-bundle {}
.price-label { font-size: 12px; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold;}

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:normal; text-decoration:line-through; color: #999; }

.product-shop .old-price { font-size: 10px; line-height: 12px; }
.product-shop .old-price .price { text-decoration: none; }

/* 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 { font-size: 12px; }
.minimal-price .price-label { font-weight:normal; white-space:nowrap; }
.minimal-price .price { font-weight:bold; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:bold; }
span.regular-price + a.minimal-price-link { font-size: 12px !important; line-height: 14px; }

/* 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 { font-size: 12px; line-height: 15px; }
.price-from .price-label { white-space:nowrap; }
.price-to { font-size: 12px; line-height: 15px; }
.price-to .price-label { 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 {}
.tier-prices li {
	margin: 10px 0;
	padding: 5px;
	background: #ffffcc;
	border: 1px solid #ff7f00;
	
}
.tier-prices strong { color: #ff7f00; }

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

/* Add to Cart */
.add-to-cart label { float:left; display: inline; margin: 5px 5px 5px 0; line-height: 24px; font-size: 16px; font-weight: 900; }
.add-to-cart .qty { float:left; display: inline; vertical-align: middle; margin: 5px 0; width:1.5em; font-size: 20px !important; padding: 2px !important; }
.add-to-cart .buynow { float:right; display: inline; margin-left:5px; }
.buynow { display: block; width: 155px; height: 40px; border: 0; padding: 0; background: transparent url(../images/buy_now_button.gif); cursor: pointer; text-indent: -9000px; font-size: 0; line-height: 0; }
.buynow span { display: none; }
.withoptions { background-image: url(../images/buy_now_button_optioned.gif); }
.action_block .buynow { float: left; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/* Product Options */
.product-options { padding:10px; margin:10px 0; border:1px solid #ddd; background-color:#f6f6f6; width: auto !important; clear: both; position: relative; }
.product-options dt { border-bottom: 1px solid #ddd; }
.product-options dt label { vertical-align:middle; font-weight:bold; }
.product-options dt .qty-holder { float:right; position: relative; top: -3px;}
.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:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; font-size: 1em !important; }
.product-options dd textarea { width:98%; height:8em; font-size: 1em !important; }
.product-options dd select { width:100%; font-size: 1em !important; }
.product-options dd .multiselect option {}
.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:5px 0 0; width: auto !important;}

.product-options-bottom { clear: both; }
.product-options-bottom .price-box { margin:10px 0; }
.product-options-bottom .data-table { margin: 10px 0; }

.product-options-container { clear: both; padding-top: 30px; }

#product_addtocart_form_options { float: left; display: inline; position: relative; z-index: 0; width: 100%; }
.product-options-container-lb { padding: 0 10px; }

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

/* Block: Description */
.short-description h3 { margin-bottom: 10px; }
.product-view .description { clear: both; }
.product-view .author-image { width: 100px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #f0f0f0; border-top: 1px solid #f0f0f0; float: left; display: inline; margin: 0 20px 20px 0; padding: 10px; background: #fff; }
.product-view h3 {
	font-size: 13px;
	background-color: #f0f0f0;
	padding: 5px;
}

/* Block: Part Details */

.party-details {
	float: left;
	display: inline;
	list-style-type: none !important;
	padding: 10px !important;
	margin: 0 10px 10px 0 !important;
	background: #f9f9f9;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0; 
}

.party-map { width: 545px; height: 340px; margin: 20px auto; }
.party-map iframe { width: 545px; height: 340px; }

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

/* Block: Upsell */
/* Block: Related */
.up-sell, .related { margin-top: 20px; width: 585px;}
.up-sell .products-grid, .related .products-grid { float: left; display: inline; background: #fff; clear: both; padding: 0 20px; background: #fff; }

/* Block: Tags */
.sidebar .tags {}
.sidebar .tags .form-add-tags {}
.sidebar .tags .form-add-tags label { display: none;}
.sidebar .tags .form-add-tags .input-box { margin: 10px 0 5px 0;}
.sidebar .tags .form-add-tags .input-box input {width: 135px; padding: 2px 5px; border-color: #c7c7c7;}
.sidebar .tags .form-add-tags .button {position: relative; left: -5px;}
.sidebar .tags .form-add-tags p { font-size: 9px; line-height: 11px;}
.sidebar .tags-list a { color: #fff; text-decoration: none;	padding: 2px; }
.sidebar .tags-list a:hover {background: #fff; color: #695D46;}

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

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

/* Send to Friend */
.product-essential .email { 
	float: left;
	display: inline;
	position: relative;
	left: -50px;
	z-index: 0;
	height: 24px;
	line-height: 24px;
	margin: 34px -50px 0 0;
	padding: 0 30px 0 40px;
	border: 0;
	color: #fff;
}

.product-essential .email,
.product-essential .email:hover { background: #000 url(../images/share_endcap.gif) center right no-repeat; }

.product-essential .email:hover { padding-left: 50px;}

.product-essential .email span {}
.product-essential .email:hover span {}

a.add-recipient { background-color: transparent; border-width: 0; }
a.add-recipient img { height: 20px; }

.recipient-remove { border-top: 1px solid #ccc; text-align: right; padding: 5px 0; margin-top: 40px; margin-bottom: -16px; }
.recipient-remove a { border-width: 0; background-color: transparent; }
.recipient-remove img { vertical-align: bottom; }

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


/* Content Styles ================================================================= */
/* Static Blocks */
.static-main {}

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

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


/* 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; margin-top: 20px; }
.cart .checkout-types li { margin-bottom: 10px; }
.cart .title-buttons .checkout-types { margin-top: 0; }
.cart .checkout_button { text-decoration: none; border: 0; width: 270px; height: 40px; display: block;}

.cart-no-items { padding: 50px; font-size: 24px; line-height: 36px; border: 1px solid #ddd; background: #fcfcfc; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }
.cart-table .product_thumb a { background: transparent; border: 0; }
.cart-table .product-name .note { font-weight: normal; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width: 720px; margin-top: 20px;}
.cart .crosssell li { background: #f6f6f6; padding: 5px; height: 75px; margin: 10px 0;}
.cart .crosssell li a { background-color: transparent !important; border-width: 0 !important; }
.cart .crosssell li a:hover { background-color: transparent !important; border-width: 0 !important; }
.cart .crosssell .product-name { margin: 0 0 5px 0 !important; }
.cart .crosssell .product-name a { color: #000; text-decoration: none; }
.cart .crosssell .product-name a:hover { color: #666; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px;}
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; margin-bottom: 20px; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:10px; font-size: 24px; line-height: 26px; }
.cart .totals table th { color: #ccc; }
.cart .totals table strong { font-weight: bold; }
.cart .totals table tr.total td,
.cart .totals table tr.total th { background: #ffffcf; }
.cart .totals table tr.total th strong { color: #999; }
.cart .totals table tr.total td strong { color: #ff7f00; }

/* 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; 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 */
.one-page-checkout { border-bottom:1px solid #ddd; position:relative; }
.one-page-checkout li.section { border:1px solid #ddd; border-bottom:0; }
.one-page-checkout .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.one-page-checkout .step-title .number { float:left; line-height:22px; margin-right:5px; }
.one-page-checkout .step-title h3 { float:left; }
.one-page-checkout .allow .step-title { cursor:pointer; }
.one-page-checkout .active {}
.one-page-checkout .active .step-title { background-color:#ccc; cursor:default; }
.one-page-checkout .step { border-top:1px solid #ddd; padding:10px; }
.one-page-checkout .order-review {}
.presale-warning { margin: 20px 0; padding: 10px; border: 1px solid #ddd; background: #ffffcc; clear: both; }
.presale-warning em { color: #ff7f00; background: transparent; padding: 0; font-style: normal; } 

/* Simple Checkout */
.step-desc { margin-bottom: 20px; width: 358px; }
.checkout-method { float: left; display: inline; border: 1px solid #ddd; width: 166px; position: relative; }
.register-option { margin-right: 20px; width: 200px; }
.guest-option { width: 132px; color: #999; }
.checkout-method h3 { font-weight: bolder; padding: 10px; margin: 0; background-color: #f0f0f0; border-bottom: 2px solid #ddd; }
.register-option h3 { background: #f0f0f0 url(../images/register_burst.gif) center left no-repeat; border-bottom: 2px solid #ddd; color: #fff; }
.checkout-method .button { position: absolute; top: 5px; right: 5px; }
.checkout-method .button button, .checkout-method .button input { padding: 0 10px 0 0; }
.checkout-method .method-desc { padding: 10px; }
.checkout-method .method-desc ul { margin: 12px; list-style: disc; }
.order-review { clear: both; }
.checkout-spinner { float: right; display: inline; padding: 8px 10px 0 10px;}
.checkout-description { margin: 0 0 20px 0; }

#co-payment-form dt { margin: 0 0 20px; position: relative; border-bottom: 1px solid #ddd; }

/* 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 .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
.shipping-methods { overflow: visible; }
.shipping-methods dt { font-size: 16px; line-height: 20px; color: #ccc; border-bottom: 1px solid #ccc; margin-right: 25%;}
.shipping-methods dd strong { color: #ff7f00; font-weight: normal; overflow: visible; }
.please-wait { float:right; }
.cvv-what-is-this { cursor:help; }
.shipping-method-desc { margin-left: 24px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; margin: 0; width: 520px; }
.tool-tip .btn-close { text-align: right; }
.tool-tip .tool-tip-content { padding:5px; }

/* CVV Tooltip */
.cvv-tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; margin: 0; width: 520px; }
.cvv-tool-tip .btn-close { text-align: right; }
.cvv-tool-tip .tool-tip-content { padding:5px; }

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

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt span { 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 > */
/* ======================================================================================= */


/* Login Page ============================================================================ */
.login-page {}
.login-page .content { min-height:175px; }
/* ======================================================================================= */


/* My Account ============================================================================= */
/*.customer-address-index .col-main a,
.customer-account-index .col-main a,
.sales-order-view .col-main a,
.sales-order-history .col-main a,
.sales-order-shipment .col-main a { border-bottom: 1px solid #999; color: #000; text-decoration: none; }
.customer-address-index .col-main a:hover,
.customer-account-index .col-main a:hover,
.sales-order-view .col-main a:hover,
.sales-order-history .col-main a:hover,
.sales-order-shipment .col-main a:hover { background: #f0f0f0; border-color: #000; }*/

h3 small,
h4 small { font-size: 12px; font-weight: normal;}

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg { margin-bottom: 10px; }

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

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

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

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

/* Order History */
.sales-order-history .pager { margin: 20px 0; }

/* Print Pages */
.page-print { margin: 50px; padding: 50px; background: #fff !important; }
.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 .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */

/* Search ================================================================================ */
/* Mini Form */
#search_mini_form { display: block !important; height: 100%; background-image: url(../images/wood_glows.jpg); background-position: -100% -100%; background-repeat: no-repeat; }
#search_mini_form fieldset { display: block; height: 100%; }
#search_mini_form label { display: none; }
#search_mini_form #search { display: inline; border: 1px solid #444; background: #222; color: #fff; font-size: 10px; line-height: 10px; text-transform: uppercase; padding: 5px; position: relative; top: -1px; width: 140px; }
#search_mini_form button { font-size: 12px; vertical-align: middle; border: 0; background: 0; cursor: pointer; margin: 0;}
div#search_autocomplete { position: absolute; z-index: 1000; }
#search_mini_form:hover { padding: 0 0 20px 0; background-position: -544px 50px; }

.search-autocomplete { background: #222; border-left: 1px solid #444; border-right: 1px solid #444; width: 150px !important; color: #fff;}
.search-autocomplete ul { width: 100%; margin: 0; padding: 0;}
.search-autocomplete li {
	line-height: normal !important;
	text-align: left !important;
	width: 130px;
	padding: 5px 10px;
	margin: 0;
	border-bottom: 1px solid #444;
}

.search-autocomplete ul,
.search-autocomplete ul li { position: relative; z-index: 500;}

.search-autocomplete li a { color: #fff; text-decoration: none; }

.search-autocomplete li.odd {
	background: #111 !important;
}

.search-autocomplete li.even {
	background: transparent !important;
}

.search-autocomplete li.selected { background: #666 !important; color: #ffffcf;}

.search-autocomplete li span { float: right; }

/* Advanced Search */
/*.catalogsearch-advanced-index .col-main form { display: block; }
#advanced-search-list { border-color: #ddd; border-style: solid; border-width: 1px 1px 0 1px;}
.catalogsearch-advanced-index .col-main form li { margin: 0; padding: 10px; border-bottom: 1px solid #ddd;}
.catalogsearch-advanced-index .col-main li label       { width:150px;float:left; }
.catalogsearch-advanced-index .col-main .input-text,
.catalogsearch-advanced-index .col-main textarea       { width:250px !important; }
.catalogsearch-advanced-index .col-main select         { width:258px !important; }
.catalogsearch-advanced-index .col-main option         { padding: 0 5px !important; }
.catalogsearch-advanced-index .col-main .range .input-text { width:70px !important; }
.catalogsearch-advanced-index .col-main .range select { width:90px; padding:1px; }*/

/* Results */
.col-main .top-info p { margin-bottom: 10px; }
.top-info { margin-bottom: 20px; }
/* ======================================================================================= */

/* Footer ================================================================================ */
.footer {
	padding: 20px;
	color: #fff;
	font-size: 10px;
	line-height: 13px;
	background: #000 url(../images/footer_bg.jpg) top center no-repeat;
}

.footer_wrap {
	width: 585px;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	background: transparent url(../images/footer_shadow.png) bottom right no-repeat;
}

.wide_footer {
	width: 760px;
}

.footer .copyright { margin: 0 20px 0 0; float: left; display: inline; }
.footer .copyright img { float: left; display: inline; }

.footer p { text-align: left; margin-bottom: 10px; }
.footer p a { color: #fff; text-decoration: underline; }
.footer p a:hover { background: #fff; color: #000; padding: 2px; text-decoration: none; }

ul.footer-links { text-align: right;}
ul.footer-links li {
	display: inline;
	font-size: 10px;
	line-height: 18px;
	margin: 0 5px;
}

ul.footer-links li a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #666;
}

ul.footer-links li a:hover { border-color: #fff; }

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

/* SEO =================================================================================== */

ul.seo {
	float: left;
	display: inline;
	margin: 0;
	padding: 10px;
	width: 720px;
	background: transparent;
}

ul.seo li {
	float: left;
	display: inline;
	width: 220px;
	margin: 10px;
}

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

.main .links { margin: 0 0 20px 0; text-align: right;}
.main .links li { display: inline; margin-left: 10px; }
.main .links li a { padding: 5px; background: #f0f0f0; color: #000; text-decoration: none; border: 0 !important; }
.main .links li a:hover { border-bottom: 2px solid #ccc !important; padding-bottom: 3px; }