/*******************************************************************************
 *
 * AUTHOR: 					BRIAN WIGGINTON
 * EMAIL:						BRIANWIGGINTON (AT) GMAIL (DOT) COM
 * DESCRIPTION: 		STICK TO THE WORD - CSS STYLING
 * SITE: 						STICKTOTHEWORD.COM
 * FILENAME: 				STTW.CSS
 *
 * STRUCTURE ===================================================================
 * 
 * =layout
 * ==global
 * =misc 					    -  Misc elements
 * =notifications     -  Front end notification messages
 * =header    				-  Header
 * =products    			-  Product views
 * =sidebar    				-  Sidebar
 * =footer				    -  Footer
 * =homepage					-  Homepage elements
 * =customer_dashboard
 * =notifications
 * =cms
 *
********************************************************************************/

/* =layout ================================================================================= */
.wrapper {}
.page { width:960px; margin:0 auto; padding:10px 0; text-align:left; min-height: 500px;}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { margin:10px 0; padding: 8px 0 0 0;}

/* Base Columns */ 
.col-left { float:left; width:230px; padding:5px 5px 0; }
.col-main { float:left; width:700px; padding:5px; }
.col-right { float:right; width:230px; padding:5px 5px 0; }

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

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main { border-right: 1px solid #e7e7e7;}

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

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* =global Global Styles ========================================================================= */
html,body { background: #EDEDED; margin: 0; padding: 0; color: #9B9C9A;}
body { background: #FFF url("../images/bg_top.png") repeat-x; font-family: 'Trebuchet MS'; }
h2 { color: #ade04a; font-size: 2em; margin: 0 0 10px 0;}
a:link, a:visited {color: #B7A4CB;}

/* Form Elements */
input,select,textarea,button { font:1.1em "Trebuchet MS", Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea {  background: #f4f4f4; border:1px solid #ddd; }
input.input-text,textarea { padding:4px; }
input,textarea,select { -moz-border-radius: 4px; -webkit-border-radius: 4px; border: 1px solid #e6e5e7; }
select { padding:1px; color:#9B9C9A; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }

button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { overflow:visible; width:auto; border:0; padding:0;  cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }

/* default to purple styling w/ hover state*/
button.button { color: #FFF;background: #ba9dca url(../images/btn_shine_effect_overlay.png) no-repeat; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
button.button:hover { background-color: #AB8FBF;}
button.button span { float:left; padding:0 12px; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; }

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

.group-select {}
	.group-select li { margin:0 0 5px; }
	.group-select .input-box { float:left; width:275px; }
	.group-select input.input-text,
	.group-select textarea,
	.group-select select { width:525px; }
	.group-select .input-box input.input-text,
	.group-select .input-box textarea { width:250px; }
	.group-select .input-box select { width:256px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; }
	.buttons-set .back-link { float:left; }
	.buttons-set button.button { float:right; }

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

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#FFAB40; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
	.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

/* Page Heading */
.title-buttons {  }
	.title-buttons h2,
	.title-buttons h3,
	.title-buttons h4,
	.title-buttons h5,
	.title-buttons h6 { margin: 0; }

/* toolbar */ 
.toolbar {display: block; overflow: auto;}

	/* Pager */ 
	.toolbar .pager { width: 500px; padding:5px; margin:0; text-align:center; float: left;}
	.toolbar .pager .amount { float:left; }
	.toolbar .pager .limiter { float:right; }
	.toolbar .pager .pages { margin:0 135px; }
	.toolbar .pager .pages ol { display:inline; }
	.toolbar .pager .pages li { display:inline; }
	.toolbar .pager .pages .current {}

	/* Sorter */ 
	.toolbar .sorter { padding:5px; float: right;}
	.toolbar .sorter .view-mode { float:left; }
	.toolbar .sorter .sort-by { float:right; }
	.toolbar .sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
	.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
	.data-table td { padding:5px; border:1px solid #ddd; }
	.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.label,
	.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
	.data-table td.value {}

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

tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}

tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }

.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }

.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even {}
dt.odd,
dd.odd {}
dt.even,
dd.even {}

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

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

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* =header ================================================================================ */
.logo { float:left; width:200px; height:63px; overflow:hidden; } 

#header-promotion { position: absolute; left: 50%; margin-left: -100px;}

.header-container {}

.header { border: 0; margin: 0; padding: 0; }
	.header #logo { height: 79px; width: 343px; margin-top: 15px;}
	.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
	.header .logo a { display:block; width:350px; height:80px; }

	.header-container .header button.button { background: none; padding: 0 0 0 12px;}
	.header-container .header button.button span { background: transparent url(../images/bkg_button.png) no-repeat; height: 25px; width: 12px; padding: 0 12px 0 0;}

	.header .welcome-msg { font-weight:bold; text-align:right; font-family: "Trebuchet MS"; font-size: 22pt;color: #FFF;line-height: 1.3em;}

	.header ul.primary-navigation { float: left; margin-top: 22px; color: #FFF; position: relative;}
	.header ul.primary-navigation li{ display:inline; margin: auto 6px; padding: 5px 0; z-index: 9999;}
	.header ul.primary-navigation li a:link,
	.header ul.primary-navigation li a:visited { font-size: 1.1em; font-family: 'trebuchet ms'; color: #F9EEFF; font-weight: bold; text-decoration:none; }
	.header ul.primary-navigation li a:hover { color: #FFF; }

	.header .links { float:right; margin-top: 22px;}
	.header .links li { display: inline; margin: 6px 5px; }
	.header .links li a:link,
	.header .links li a:visited { font-family: 'trebuchet ms'; color: #F9EEFF; font-weight: bold; text-decoration:none; }
	.header .links li a:hover { color: #FFF; }
	.header .links li a:link.top-link-cart,
	.header .links li a:visited.top-link-cart { background: #F9EEFF url(../images/icon_my_cart.png) no-repeat 10px 4px; -moz-border-radius: 5px; -webkit-border-radius: 5px; color: #BA9DCB; padding: 5px 10px 6px 35px; font-weight: bold; text-decoration: none; }
	.header .links li a:hover.top-link-cart { }

	.header .form-search { text-align:right; }
	.header .form-search { background: none; }
	.header .form-search #search {background: #fafafa; color: #BA9DCB; font-family: "Trebuchet MS"; font-style: italic;-moz-border-radius: 5px; -webkit-border-radius: 5px;padding: 5px 5px 5px 10px ;width: 230px;}
	.header .form-search .search-autocomplete { z-index:999; }
	.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
	.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
	.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
	.header .form-search .search-autocomplete li.selected {}

	.header .form-language { text-align:center; }


/********** < Navigation */
#nav { background: #f4f4f4; position: absolute; z-index: 8888; left: -9999px; top: 20px; border: 2px solid #ba9dca; -moz-border-radius: 6px; -webkit-border-radius: 6px;}
	#nav.over { left: 150px; }
	#nav ul.level0 { display: none; }
	#nav li.level0 { display: block; margin: 0; padding: 4px; border-bottom: 1px solid #ba9dca; }
	#nav li:last-child.level0 { border: none; }
	#nav li.level0 a:link,
	#nav li.level0 a:visited { color: #ba9dca; padding: 0 13px;}
	#nav li.level0.active a:link,
	#nav li.level0.active a:visited,
	#nav li.level0 a:hover { color: #a870cd; background: transparent url(../images/pager_arrow_right.gif) no-repeat 3px 5px; }
/********** Navigation > */
/* ======================================================================================= */


/* =sidebar =============================================================================== */
.block {  }
	.block-title h2 { color: #888888; font-size: 1.4em; padding: 10px 0 0 5px; margin-bottom: 0;font-weight: bold;}
  .block .block-content { background: #f4f4f4; border: 1px solid #e2e2e2; -moz-border-radius: 4px; -webkit-border-radius: 4px; color: #9b9c9a; padding: 10px;}
	.block .block-content h3 { padding-top: 10px;}
	.block .block-content li { padding: 10px auto; }
	.block .block-content a:link,
	.block .block-content a:visited { text-decoration: underline; color: #9b9c9a;}
	.block .block-content a:hover { color: #333;}

/* Block: Account */
.block-account {}

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

/* Block: Layered Navigation */
.block-layered-nav {}
	.block-layered-nav .block-title h2 { background: url(../images/icon_tag.png) no-repeat 0 12px; padding-left: 20px;}
	.block-layered-nav .nav_category { margin-left: 10px; }
	.block-layered-nav .nav_category a:link,
	.block-layered-nav .block-content a:visited { color: #B7A4CB; font-weight: bold; }
	.block-layered-nav .block-content a:hover { color: #666;}
	.block-layered-nav ul { list-style-image: url(../images/bullet_sidebar.png); font-weight: normal;}
	.block-layered-nav ul li { margin: 4px 10px; }
	.block-layered-nav ul li.active { font-weight: bold; }

/* Block: Cart */
.block-cart {}
	.block-cart .block-title h2 { background: url(../images/icon_cart.png) no-repeat 0 12px; padding-left: 20px;}
	.block-cart h3 { font-size: 1.1em; }
	.block-cart .amount { text-align: center;}
	.block-cart .subtotal { color: #6bbbb3; font-size: 1.6em; text-align:center;padding: 10px 0; }
	.block-cart .subtotal .label{ display: none;}
	.block-cart .actions { text-align: center;  }
	.block-cart .actions button.button { background: #6bbbb3 url(../images/btn_sidebar_checkout.png) no-repeat; -moz-border-radius: 6px; -webkit-border-radius: 6 px; padding:0;}
	.block-cart .actions button.button:hover { background-color: #62AFA6; }
	.block-cart .actions button.button span { background: url(../images/btn_shine_effect_overlay.png) no-repeat; color: #FFF; font-weight: normal; font-family: 'trebuchet ms'; padding: 1px 16px 1px 31px; margin: 0;}

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

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

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

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

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

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

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

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

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

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

/* Block: Checkout Progress */
.block-progress {}
	.block-progress .block-title h2 { background: url(../images/icon_checkout.png) no-repeat 0 12px; padding-left: 20px;}
	.block-progress dt { font-weight:bold; }
	.block-progress dt.complete { font-weight:bold; }
	.block-progress dd.complete { padding:10px; }

/* Block: Featured Products */
.block-featured-product {  }
	.block.block-featured-product .block-title h2 { background: url(../images/icon_star.png) no-repeat 0 12px; padding-left:20px;}
	.block-featured-product a:link.view-item-button,
	.block-featured-product a:visited.view-item-button { text-decoration: none; display: block; background: #6bbbb3 url(../images/btn_shine_effect_overlay.png) no-repeat; -moz-border-radius: 6px; -webkit-border-radius: 6px; padding:4px; margin: 0;width: 100px; color: #FFF; font-weight: bold; text-align: center; margin: 0 auto;}
	.block-featured-product a:hover.view-item-button { background-color: #62AFA6;}
	.block-featured-product ul#featured-product-list { overflow: hidden; }
	.block-featured-product ul#featured-product-list li.featured-product { text-align: center; }
	.block-featured-product ul#featured-product-list li.featured-product img.product-image { margin: 5px; }

.block-customer-service {}
	.block-customer-service .block-content { overflow: auto;}
	.block-customer-service .block-content p { float: left; font-size: 1.1em;}
	.block-customer-service .block-content img { float: right; padding: 12px 7px;}
	.block-customer-service .block-content a:link,
	.block-customer-service .block-content a:visited { color:#ba9dca; font-weight: bold; }
	.block-customer-service .block-content a:hover { color:#666; }
	
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { margin:0 0 10px; }
.category-image { display:block; margin:0 auto; }
.category-products {}
	/*.category-products button.button { color: #6bbbb3; background: transparent url(../images/icon_add_to_cart.png) no-repeat;}
	.category-products button.button span { padding: 3px 0 6px 15px; font: 1em 'trebuchet ms'; font-weight: bold;}*/

/* View Type: Grid */
.products-grid { width:100%; }
	.products-grid tr.odd {}
	.products-grid tr.even { background-color:#f6f6f6; }
	.products-grid td { width:33%; border:1px solid #ddd; padding:5px; }
	.products-grid td.empty {}

/* View Type: List */
.products-list { border-bottom: 1px solid #ddd; }
	.products-list li.item {padding:15px 0; margin:15px 0;}
	.products-list li.item.odd { background: #fafafa; border:1px solid #ddd; -moz-border-radius: 6px; -webkit-border-radius: 6px;}
	.products-list li.item.even { border: none; }
	.products-list li.item .desc.std { float: right; width: 300px;}
	
	.products-list .product-image { float:left; }

	.products-list .product-shop { float: left; width:225px; margin: 0 0 0 12px;}
	.products-list .product-shop .product-name { font-size: 1.4em; }
	.products-list .product-shop .product-name a:link,
	.products-list .product-shop .product-name a:visited { text-decoration: none; }
/* ======================================================================================= */


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

	.product-essential {}
	.product-collateral {}

	/* Product Images */
	.product-view .product-img-box { float:left; width:267px; }
	.product-view .product-img-box .product-image {  }
	.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:350px; overflow:hidden; z-index:9; }
	.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
	.product-view .product-img-box .zoom-notice { text-align:center; }
	.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
	.product-view .product-img-box .zoom #track { position:relative; height:18px; }
	.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
	.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
	.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
	.product-view .product-img-box .more-views { display:none; }
	.product-view .product-img-box .more-views ul { margin-left:-4px }
	.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

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

	/* Product Shop */
	.product-view .product-name {}
	.product-view .product-shop { float:right; width:415px; }
	.product-view .product-shop .price { color: #ba9dca; font-size: 1.6em;}
	.product-view .short-description {}

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

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

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

	.price-box { margin: 5px 0;}
	.price-box .price { font-weight:bold; }

	.price-box-bundle {}

	/* 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:bold; text-decoration:line-through; }

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

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

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

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

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

	/* Excl tax (for order tables) */
	.price-excl-tax  { display:block; }
	.price-excl-tax .label { display:block; white-space:nowrap; }
	.price-excl-tax .price { display:block; }

	/* Incl tax (for order tables) */
	.price-incl-tax { display:block; }
	.price-incl-tax .label { display:block; white-space:nowrap; }
	.price-incl-tax .price { display:block; font-weight:bold; }

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

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

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

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

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

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

	/* Add to Cart */
	.add-to-cart label { float:left; margin-right:5px; padding: 4px 0;}
	.add-to-cart .qty { float:left; }
	
	.product-shop p button.button,
	.add-to-cart button.button { margin: 0 0 0 5px; color: #6bbbb3; background: transparent url(../images/icon_add_to_cart.png) no-repeat; }
	
	.product-shop p button.button span,
	.add-to-cart button.button span { padding: 3px 0 6px 30px; font: 1em 'trebuchet ms'; font-weight: bold;}

	/* Add to Links + Add to Cart */
	.add-to-box { margin: 5px 0;}
		.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 0; border:1px solid #ddd; background-color:#f6f6f6; }
		.product-options dt label { font-weight:bold; }
		.product-options dt .qty-holder { float:right; }
		.product-options dt .qty-holder label { vertical-align:middle; }
		.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
		.product-options dd { margin:10px 0; }
		.product-options dl.last dd.last {}
		.product-options dd input.input-text { width:98%; }
		.product-options dd textarea { width:98%; height:8em; }
		.product-options dd select { width:100%; }
		.product-options ul.validation-failed { padding:0 7px; }
		.product-options p.required { padding:15px 0 0; }
		.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-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
	.product-options-bottom .price-box { margin:10px 0; }

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

	/* Block: Description */
	.product-view .description {}
	.product-view .description .description-title { font-weight: bold;}

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

	/* Block: Upsell */
	.product-view .up-sell { margin: 20px 0;}
	.product-view .up-sell .products-grid-container { border: 1px solid #e4e4e4; -moz-border-radius: 6px; -webkit-border-radius: 6px; background: #fafafa; }
	.product-view .up-sell #upsell-product-table { background: none; }
	.product-view .up-sell #upsell-product-table td { width:25%; border: none; background: none; text-align: center; }

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

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

	/* Block: Add Review */
	.product-view .add-review {}
	.product-view .add-review .product-name span { font-weight:normal; }
	
	.product-view .product-categories { margin: 5px 0; }
	.product-view .product-information { margin: 5px 0; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:bold; line-height:1.5; }

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

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

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

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


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


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }
.cart .checkout-types button.button { background: #6bbbb3 url(../images/btn_sidebar_checkout.png) no-repeat; -moz-border-radius: 6px; -webkit-border-radius: 6 px; padding:0; }
.cart .checkout-types button.button:hover { background-color: #62AFA6; }
.cart .checkout-types button.button span { background: url(../images/btn_shine_effect_overlay.png) no-repeat; color: #FFF; font-weight: normal; font-family: 'trebuchet ms'; padding: 1px 16px 1px 31px; margin: 0;}

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:650px; margin: 15px 0 0 0; }
.cart #shopping-cart-table { margin: 15px 0 0 0; }
.cart .crosssell { margin: 0 0 15px 0; background: #f4f4f4; border: 1px solid #e2e2e2; -moz-border-radius: 4px; -webkit-border-radius: 4px; padding: 10px; }
.cart .crosssell h3 { font-size: 1.1em; margin-bottom: 10px; }
.cart .crosssell .item { margin: 0 0 20px 0; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}
.cart .cart-collaterals .col-2 > div { margin: 0 0 15px 0; background: #f4f4f4; border: 1px solid #e2e2e2; -moz-border-radius: 4px; -webkit-border-radius: 4px; padding: 10px; }
.cart .cart-collaterals input,
.cart .cart-collaterals select { background: #FFF; }

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

/* Shoping Cart Buttons */

/* grey styling */
.cart button.update-cart { color: #FFF; background: #bbbbbb url(../images/btn_shine_effect_overlay.png) no-repeat; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.cart button.update-cart:hover { background-color: #AFAFAF; }

/* checkout styling */
.cart button.checkout { background: #6bbbb3 url(../images/btn_sidebar_checkout.png) no-repeat; -moz-border-radius: 6px; -webkit-border-radius: 6 px; padding:0;}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
	.truncated a.dots { cursor:help; }
	.truncated a.details { cursor:help; }
	.truncated .truncated_full_value { position:relative; z-index:999; }
	.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
	.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc { border-bottom:1px solid #ddd; position:relative; }
	.opc li.section { border:1px solid #ddd; border-bottom: none; }
	.opc .step-title { padding:5px; text-align:right; background: transparent url(../images/checkout_bullet_idle.png) no-repeat 10px;}
	.opc .step-title .number { color: #fff; float:left; line-height:22px; margin: 0 15px 0 13px;}
	.opc .step-title h3 { float:left; color: #b9b9b8;}
	.opc .allow .step-title { cursor:pointer; }
	.opc .active { background: #fcfcfc;}
	.opc .active .step-title { cursor:default; background: transparent url(../images/checkout_bullet_active.png) no-repeat 10px;}
	.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
	.opc .step .buttons-set button.button { color: #FFF;background: #ba9dca url(../images/btn_shine_effect_overlay.png) no-repeat; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
	.opc .step .buttons-set button.button:hover { background-color: #AB8FBF; }
	.opc .step .tool-tip { right:10px; }
	.opc .order-review {}
	.opc .checkout-review-table { background: #fff; }
	
	
	#opc-login .col-1 ul.form-list { margin: 10px 30px; }

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

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

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

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

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

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

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

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


/* Account Login/Create Pages ============================================================ */
.account-login {}
	.account-login .new-users {}
	.account-login .registered-users {}

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


/* =myaccount ============================================================================= */

/********** < Dashboard */
.dashboard {}
	.dashboard .welcome-msg {}

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

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

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

/* Order View */
.order-info { margin: 5px 0;}
	.order-info dt,
	.order-info dd,
	.order-info ul,
	.order-info li { display:inline; }
	.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print { color: #333; }
	.page-print .print-head {}
	.page-print .print-head img { float:left; }
	.page-print .print-head address { float:left; margin-left:15px; }
	.page-print h2 { color: #333; }
	.page-print h3 { color: #333; margin: 10px 0; }


/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */


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

.footer-layout-extra-border { background: #FFF; border-top: 1px solid #ededed; padding-top: 1px;}
.footer-layout {background: #EDEDED; border-top: 1px solid #e7e7e7;}
.footer { padding:10px; font: .9em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; width: 960px; margin: auto auto; }
	.footer a:link,
	.footer a:visited { text-decoration: underline; color: #9b9c9a;}
	.footer a:hover { color: #333;}
	.footer p { text-align:right; }
	.footer address { text-align:right; color: #9b9c9a;}
	.footer ul { float:left; padding:0 20px 0 0; }
	.footer ul li { text-align: left; margin: 2px 0;}
	.footer ul#social-media-icons { float: right; clear: right; margin-top: 15px; padding: 0;}
	.footer ul#social-media-icons li { display: inline; margin-left: 15px;}
	.footer ul#social-media-icons li img { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); -moz-opacity:.5;	-khtml-opacity: .5; opacity: .5; }
	.footer ul#social-media-icons li img:hover{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); -moz-opacity:1;	-khtml-opacity: 1; opacity: 1; }
	.footer ul#social-media-icons li span{ display: none; }
/* ======================================================================================= */

/* Homepage ================================================================================ */
div#homepage_rotator{margin:0 0 15px 0; z-index: 40;}
	div#homepage_rotator div.wrap { height:299px;width:953px;margin:0 auto;text-align:left;}
	div#homepage_rotator div#slide-holder { z-index:40;width:959px;height:314px;background-color:#bbede8;border: 1px solid #b1dbd7;position:absolute;}
	div#homepage_rotator div#slide-holder div#slide-runner { top:9px;left:9px;width:938px;height:297px;overflow:hidden;position:absolute;}
	div#homepage_rotator div#slide-holder img { margin:0;display:none;position:absolute;border:1px solid #d5f4f1;}
	div#homepage_rotator div#slide-holder div#slide-controls { left:1px;bottom:228px;width:936px;height:46px;display:none;position:absolute;}
	div#homepage_rotator div#slide-holder div#slide-controls div#slide-controls-trans { left:1px;bottom:228px;width:936px;height:46px;background-color: #5d5d5d;filter:alpha(opacity=60); -moz-opacity:.6;	-khtml-opacity: .6; opacity: .6;}
	div#homepage_rotator div#slide-holder div#slide-controls p.text { float:left;color:#fff;display:inline;font-size:20px;line-height:16px;margin:15px 0 0 20px;font-weight: bold;}
	div#homepage_rotator div#slide-holder div#slide-controls p#slide-nav { float:right;height:24px;display:inline;margin:11px 15px 0 0;}
	div#homepage_rotator div#slide-holder div#slide-controls p#slide-nav a { float:left;width:24px;height:24px;display:inline;font-size:11px;margin:0 5px 0 0;line-height:24px;font-weight:bold;text-align:center;text-decoration:none;background-position:0 0;background-repeat:no-repeat;color:#fff;}
	div#homepage_rotator div#slide-holder div#slide-controls p#slide-nav a.on { background-position:0 -24px;}
	div#homepage_rotator div#slide-holder div#slide-controls p#slide-nav a { background-image:url(../images/silde-nav.png);}

div#homepage-callouts { color: #9B9C9A; background:#EDEDED; overflow: auto; border-bottom: 1px solid #dbdbdb; margin: 0 0 10px 0; padding: 0 0 10px 0;}
	div#homepage-callouts div.homepage-callout { width:45%; float:left; padding: 10px 20px; text-align:center; }
	div#homepage-callouts div.homepage-callout p { text-align: center; line-height: 2em; font-size: 1.1em;}
	div#homepage-callouts div.homepage-callout h2 { font-weight: bold;}
	div#homepage-callouts div#homepage-callout-right { border-left: 1px solid #dbdbdb; }

	/* homepage wholesale button */
	a:link#homepage-wholesale-button,
	a:visited#homepage-wholesale-button { font-size: 1.5em; background: #ba9dca url(../images/btn_shine_homepage.png) no-repeat top center; width: 150px; color: #FFF; padding: 5px 30px;text-decoration: none; margin: 0 auto; border-top: 1px solid #bc9fcb;border-right: 1px solid #9c85af;border-bottom: 1px solid #9c85af;border-left: 1px solid #bc9fcb;}
	a:hover#homepage-wholesale-button { text-decoration: none;background-color: #AB8FBF;}
/* ======================================================================================= */

/* About Us ================================================================================ */
div#about-us {}
	div#about-us div.left { width: 250px; float: left;}
	div#about-us div.left .bible-image { width: 250px;}
	div#about-us div.left blockquote { padding: 5px; font-size: .9em; }
	div#about-us div.right { width: 675px; float:left;}
/* ======================================================================================= */

/* =customer_dashboard =================================================================== */
.customer-account-index { }
	.customer-account-edit .col-main h3,
	.customer-account-edit .col-main h4,
	.customer-account-edit .col-main h5,
	.customer-address-index .col-main h3,
	.customer-address-index .col-main h4,
	.customer-address-index .col-main h5,
	.sales-order-history .col-main h3,
	.sales-order-history .col-main h4,
	.sales-order-history .col-main h5,
	.customer-account-index .dashboard h3,
	.customer-account-index .dashboard h4,
	.customer-account-index .dashboard h5 { margin-top: 10px; }
	
	#my-orders-table { margin: 20px 0; }
	
	.sales-order-view h3 { margin: 10px 0; }
/* ======================================================================================= */


/* =notifications ================================================================================ */
ul.messages li ul { padding: 5px 0 5px 10px; margin: 5px 0; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
	.notice-msg ul { background: #FFF6BF; border: 1px solid #FFD324; color: #514721; }
	.error-msg ul { background: #FBE3E4; border: 1px solid #FBC2C4; color: #8A1F11; }
	.success-msg ul { background: #D3EA9B; border: 1px solid #C6D880; color: #264409; }
/* ======================================================================================= */

/* =cms ================================================================================ */
.cms-page-view {}
	.cms-page-view .col-main { font-size: 1.1em;}

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