/*
Title: Chalk Spinner styles (styles.css)
File Author: Brian Dodson, bri-design studios (bri-design.com)
Project Developer: Tool Studios (toolstudios.com)
*/

/* Eric Meyer CSS Reset (http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/) with modifications */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, caption {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
ul, ol, li {margin:0; padding:0; list-style-type:none;}
body {line-height: 1; position: relative;}
blockquote, q {quotes: none;}
/* gets rid of the disabled vertical scrollbar that IE puts on textareas (http://blog.klustered.com/2007/03/14/tip/) */
textarea {overflow: auto;}
/* from Viget Labs (http://www.viget.com/inspire/styling-the-button-element-in-internet-explorer/) */
button {width: auto; overflow: visible; background: transparent; border: none; cursor: pointer; }
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-spacing: 0;}

/* ================================================= Common Notes */
/*
Hex colors:
grey blue: 808DA4
red: EC1C24
beige: F3F3E9
text blue grey: 2E3448
bright blue: 0769AF
*/

/* ================================================= GLOBAL tags */
body {
	text-align:center;
	font-size: 12px; /* All font sizes reset to 10px */
	font-family:arial, helvetica, sans-serif;;
	line-height: 1.5; 
	background-color: #000000;
	background-image: url('/skin/frontend/default/chalkspinner/images/background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
body.homepage-body {
	background-image: url('/skin/frontend/default/chalkspinner/images/background_homepage.jpg');
}
body.homepage-body .mainCol {
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
color:#0769AF;
}
p, ul, li, table, td, dl, dt, dd, form, fieldset {
color:#2E3448;
}
a, a:link, a:visited {
text-decoration:none;
color:#0769AF;
}
a:hover, a:active, a:focus {
text-decoration:underline;
}
a img {border:0px;}

fieldset.group-select h3 {margin:20px 0;}
fieldset.group-select {display:block; width:400px; float:left; margin-right:33px;}
fieldset.group-select label {font-size:0.8em; line-height:1em;}
fieldset.group-select .input-box {display:block; float:none;}
fieldset.group-select .input-box input.input-text {margin:0 0 15px 0; line-height:1em;}
p.required {float:left; clear:both; margin:0 5px 0 0;}
a.back-link {font-size:0.8em;}
input, textarea {font-family:Arial, verdana, sans-serif; font-size:1em; border:1px solid #808DA4;}
input.checkbox {border:0px;}
legend {}

/* ================================================= GLOBAL utility classes and special definitions */
.left {float:left;}
.left img {margin-right:10px;}
.textleft {text-align:left;}
.right {float:right}
.right img {margin-left:10px;}
.textright {text-align:right;}
.center {text-align:center !important; margin:0 auto; float:none;}
.textcenter {text-align:center;}
.textjustify {text-align:justify;}
.clear {clear:both;}
.nomargin {margin:0 !important;}
.nopadding {padding:0 !important;}
ul.disc li {list-style-type:disc !important; margin-left:25px;}


/* ================================================= GLOBAL layout, ID's and common classes */
#container {
width: 100%;
background: transparent;
}
#wrapper {
	width: 100%;
	text-align: center;
	background-color: #F8F9F9;
	background-image: url('../images/top_shadow.gif'); 
	background-position: top left;
	background-repeat: repeat-x; 
}
.layoutTop {background: transparent; display:block; width:1048px; height:78px;}
#header {position: relative; width:864px; margin: 0px auto; height:185px; }
#homepage-header {position: relative; width:864px; margin: 0px auto; height:321px; }
#header h1 {
	font-size: 36px; 
	font-weight: bold;
	text-align: left;
	margin-left: 190px;
	position: relative;
	top: 65px;
	color: #ffffff;
}
#navigation {display:block; width:775px; height:33px; float:right; position: relative; left: 75px; margin:20px -15px 0 0;}
#nav li {z-index: 33; float:left; display:block; height:33px; position: relative; top: 30px;}
#nav li a {font-size: 20px; color: #999999; padding-left: 10px; padding-right: 10px; display:block; line-height: 33px; height:33px; background: trasparent; margin-left: 20px; }
#nav li a:hover { color: #ffffff; background: #000000; text-decoration: none;}
#cartNav { position: absolute; top: -65px; right: -40px; clear:both; color:#e5e5e5;}
#cartNav a {color:#999999; font-size: 12px; }
.top-link-cart {
	font-weight: bold;
}
#logo a {display:block; text-indent:-5000em; width:131px; position: absolute; left: 0px; height:98px; background:url(../images/kodo_kids_logo.png) no-repeat;}
#body {padding:0px; width:980px; margin: 0px auto; text-align: left; background: transparent; position: relative; top: 25px; padding-bottom: 40px;}
.breadcrumbs {padding:0px; margin:0px 62px 15px 0; position:absolute; top:225px; left: 0px; font-size:1.1em; text-align:left; color:#999999; display: none;}
.breadcrumbs a {color:#999999;}
.breadcrumbs li {display:inline;}
.breadcrumbs li strong {font-weight:normal; font-style:italic; color: #999999;}

.mainCol {padding-top:30px; margin:0px; border: 0px; background: transparent; font-size:1.6em; color:#2E3448;}
.mainColRight {width:700px; float:right;}
.mainColRight .category-title {display:none;}
.cms-page-view .mainColRight ul, .cms-page-view .mainColRight ul li {
	list-style-type: disc;
	margin-left: 25px;
}
.cms-page-view .mainColRight ul {
	margin-bottom: 15px;
}
.mainColLeft {width:620px; float:left;}
.mainColThreeCol {width:375px; float:left;}
.page-head {color:#0769AF; font-size:1.6em; margin-bottom:25px;}
.page-head h1, .page-head h2, .page-head h3 {font-weight:normal;}
.page-title h2 {font-size:1.4em; font-weight:normal;}
.mainCol h1 {font-size:1.4em; font-weight:normal; margin:0 0 20px 0;}
.mainCol p {margin:0 0 20px 0;}

.sideCol {width:220px;}
.leftCol {float:left; padding-left:0px; padding-right: 30px; background: url('../images/nav_background.png') top right no-repeat; min-height: 440px;}
.rightCol {float:right; padding-right:0px;}
.leftCol .block { text-align: right;  }

#footer {position: relative; top: -20px; padding:5px 25px 0 25px; text-align:center; background: transparent; height:105px; width: 500px; margin: 0px auto; display: none; }
.footerBanner {background:url(../images/footer-img.jpg) no-repeat top; height:113px; float:left; width:969px; margin-left:14px;}
.footerBanner h1, .footerBanner p {position:relative; right:5000em;}
.footerBanner { display: none; }
.layoutBottom {background:url(../images/bottom_shadow.gif) repeat-x top; display:block; width:100%; height:36px;}
p.copyrightInfo {position: relative; top: -20px; text-align:center; line-height:1.5em; font-size:1.1em; color:#808DA4; font-family:"Trebuchet MS", Trebuchet, Arial, sans-serif; padding-bottom: 40px; }
p.copyrightInfo a {color:#808DA4;}


/* ================================================= PAGE specific layout */
/* ============ home */

#adzone {text-align:center; border:2px dashed #EC1C24; padding:4px 0;}
#adzone img {width:966px; max-width:966px;}


/* Gallery Images */
.galleryimage { float: left; height: 200px; width: 150px; } 
.galleryimage img { width: 120px; padding: 3px; border: 1px dotted #ec1c24; }

/* ======================================================================================= */
/* Magento Default Styles ========================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff;  }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
/*button::-moz-focus-inner { padding:0; border:0; }*/
button.button {overflow:visible; width:auto; background:#808DA4; border:1px solid #666; cursor:pointer; color:#ffffff;}
button.button span {display:block; margin:0; padding:0 8px 1px; font:bold 12px/16px "Trebuchet MS", Trebuchet, "Lucida Grande", Lucida, Arial, verdana, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.disabled {overflow:visible; width:auto; background:#ccc; border:1px solid #aaa; cursor:default; color:#fff;}
button.disabled span {display:block; margin:0; padding: 0 8px 1px; font:bold 12px/16px "Trebuchet MS", Trebuchet, "Lucida Grande", Lucida, Arial, verdana, sans-serif; text-align:center; white-space:nowrap; color:#fff;}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}
.highlight {}*/

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

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

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

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

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

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

.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.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; }

/* Page Heading */
.page-title { 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; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

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

/* Data Table */ 
.data-table {width:100%;}
.data-table th {border-bottom:1px dotted #808DA4; font-size:12px; color:#0769AF;}
.data-table td {vertical-align:top; padding:15px 25px 15px 0; border-bottom:1px solid #808DA4;}

/* 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-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

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


/* Sidebar =============================================================================== */
.block {width:100%; color:#627089; margin:0 0 25px;}
.block-title {font-family:"Trebuchet MS", Trebuchet, "Lucida Grande", Lucida, Arial, verdana, sans-serif; border-bottom:1px solid #ddd; padding:3px 10px; margin-bottom:10px;}
.block-title h2 {font-size:1.6em; font-weight:normal; line-height:1.4em;}
.block h3 {font-size:1em; line-height:1.4em;}
.block-content {padding:0 10px; line-height:1.2em; font-size:1.2em;}
.block .actions {margin:10px 0 0 0;}
.block .actions a {}

/* Block: Account */
.block-account {border:1px solid #ccc;}
.block-account .block-content {background: transparent; padding:8px; margin:-10px 0 0 0;}

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

/* Block: Layered Navigation */
.block-layered-nav {margin: 0px; padding: 0px; padding-right: 0px; padding-top: 115px; padding-bottom: 60px;}
.block-layered-nav dt {display:none;}
.block-layered-nav li {
clear: both;
float: right;
margin-bottom:20px;
border-bottom: 1px solid #cccccc;
text-align: left;
width: 152px;
padding-left: 30px;
position: relative; 
left: 29px;
}
.block-layered-nav a {
font-family: Georgia, Palatino, "Times New Roman"; 
display:block;
font-size: 24px;
line-height:1em;
color:#666666;
padding-left:0px;
padding-bottom:10px;
}
.block-layered-nav a:hover, .block-layered-nav a:active, .block-layered-nav a:focus, .block-layered-nav a.current {
text-decoration:none;
background-position:bottom left;
}
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {clear: both; border:1px solid #ccc;}
.block-cart .block-content {background-color: transparent; }
.block-cart .amount {}
.block-cart .block-title {
	color: #ffffff;
	background: #808da4;
	text-align: center;
}
.block-cart .block-title h2 {
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
}
.block-cart .subtotal {}
.block-cart {
	background: #ffffff;
}

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px;  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 .block-content {font-size:1.1em;}
.block-poll legend {display:none;}
.block-poll ol {margin:10px 0}
.block-poll li {line-height:2em;}
.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 {border:0px solid #B2BCCC; width:220px; clear: both; }
.block-subscribe .block-title { display: none; }
.block-subscribe .block-title h2 {margin:0; line-height:1em; background:url(../images/icon-newsletter.gif) no-repeat left; padding-left:20px; color:#627089;}
.block-subscribe .block-content {background: transparent; padding:3px 10px 12px 10px; line-height:1.5em;}
.block-subscribe legend {display:none;}
.block-subscribe button {margin-top:5px;}
.block-subscribe input {border:1px solid #808DA4; width:97%;}
.block-subscribe label {margin:0; background:url(../images/icon-newsletter.gif) no-repeat left; padding-left:20px; color:#627089; display: none; }

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

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

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


/* Category Page ========================================================================= */
.category-title { border-bottom:1px solid #ddd; margin:0 0 10px; }
.category-image { display:block; margin:0 auto; width: 250px; float: left; padding-right: 20px; padding-bottom: 20px; display: none;}
.category-products {}
.category-box {
	float: left; text-align: left; padding-right: 80px;
}
.product-box {
	padding-top: 20px;
	text-align: center;
	float: left; 
	padding-left: 40px;
	padding-right: 40px;
}
.category-image-box a img { height: 120px; } 
.listing { padding-top: 40px; clear: both; }

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { background-color:#f6f6f6; }
.products-grid td { width:33%;  padding:5px; text-align:center;}
.products-grid td img {width:135px; height:135px;}
.products-grid td h3.product-name {font-size:0.7em; font-weight:normal; line-height:1em;}
.products-grid td div.price-box {float:none; width:100%; text-align:center; margin:0; padding:0; left:0px;}
.products-grid td div.price-box span {font-size:0.85em; font-weight:normal; color:#0769AF; line-height:1em;}
.products-grid td button, .products-grid td ul {display:none;}
.products-grid td.empty {}

/* View Type: List */
.products-list li.item {  padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {}
.product-shop {float:right; width:310px;}
.product-essential {}
.product-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; width:267px; padding-right:20px; border-right:1px dotted #808DA4; margin-right:20px;}
.product-view .product-img-box .product-image {  }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views 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-shop {}
.product-view .product-name h2 {font-size:1.4em; font-weight:normal; width:250px; line-height:1em;}
.product-view .short-description { margin-top: 15px; }
.product-view .short-description h3 { display: none; }

/* 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 {display:none;}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

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

.price-box {float:right; display:block; width:90px; }
.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; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box {clear:both; margin-top:20px;}
.add-to-box .add-to-cart { float:left; width:100%;}
.add-to-box .add-to-cart legend {display:none;}
.add-to-box .add-to-cart label {font-size:0.7em; color:#808DA4;}
.add-to-box .add-to-cart input {border:1px solid #808DA4; text-align:center;}
.add-to-box .add-to-cart button {clear:both; float:right;}
.add-to-box .or { float:left; margin:0 10px; display:none; }
.add-to-box .add-to-links { float:left; display:none;}

/* Product Options */
.product-options { padding:10px; margin:10px 0 0;  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 .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

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

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

/* Block: Description */
.product-collateral h3 {display:none;}
.product-view .description {clear:both; margin-top:20px; font-size:0.7em; line-height:1.4em;}

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

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; margin:0 5px; }
.product-view .tags .form-add-tags button.button { float:left; }
.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; }
/* ======================================================================================= */


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

/* Product Tags */
#addTagForm,.form-add-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;  padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title {border:0;}
.cart .page-title h2 {font-size:1.5em; font-weight:normal; line-height:2em;}
.cart .page-title .checkout-types {display:none;}
.cart .checkout-types { float:right; text-align:right; }

.cart-table th {font-size:0.7em; color:#0769AF; background-color:#f3f3e9;}

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

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {display:block; width:50%; float: left;}
.cart .cart-collaterals .discount {clear; both; float:left; margin-top:20px; margin-bottom:40px;}
.cart .cart-collaterals .discount label {font-size:0.7em;}
.cart .cart-collaterals .discount h3 {font-size:0.8em; font-weight:normal;}
.cart .cart-collaterals .shipping {clear: both; float:left; width:250px; background:#FFF; border:1px solid #808DA4; padding:15px; margin-top:20px; margin-right:300px;}
.cart .cart-collaterals .shipping h3 {color:#627089; font-size:0.8em;}
.cart .cart-collaterals .shipping p, .cart .cart-collaterals .shipping label {font-size:0.7em; font-weight:normal;}
.cart .cart-collaterals .shipping .buttons-set button {float:left;}
dl.sp-methods dt {font-size:0.7em; margin:10px 0 0 0;}
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.crosssell .item {
	clear: both;
	text-align: right;
}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table {width:100%; margin-bottom:20px;}
.cart .totals table th,
.cart .totals table td { padding:5px;}
.cart .totals table th { font-weight:bold; text-align:right; padding-right:30px;}
.cart .totals table tbody td, .cart .totals table tbody th {font-size:0.7em;}
.cart .checkout-types li a {font-size:0.7em;}

/* 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;  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 {position:relative; }
.opc li.section {border-bottom:0px solid #808DA4; margin:0px; float:none; display:block; clear:both; padding:0px;}
.opc .step-title {padding-top: 10px; padding-bottom: 10px; text-align:left;}
.opc .step-title { border-bottom:1px solid #808DA4; width: 100%; }
.opc .step-title .number {font-weight:bold; float: left; font-size:1.5em; line-height:22px; margin-right:5px;}
.opc .step-title h3 { line-height:28px; font-size:1.2em; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title {cursor:default; }
.opc .step { position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.checkout-step-login {
	padding-right: 20px;
}

.opc .step .col-1 {float:left; clear:both; margin-right: 20px;}
.opc .step .col-1 .buttons-set button {float:none;}
.opc .step .col-2 {float:right;}
.opc .step p.required {font-size:0.7em; float:left; margin:10px 0 0 0;}
.opc .step .buttons-set {padding-bottom:40px;}
.opc .step .buttons-set a {font-size:0.7em; float:right;}
.opc .step .buttons-set button {float:left;}
.opc .step h4 {font-weight:normal; margin:15px 0;}
.opc .step p, .opc .step li {font-size:12px !important;}
.opc .step li li, .opc .step li li li, .opc .step ul ul, .opc .step fieldset ul, .opc .step fieldset.group-select, .opc .step ul li div, .opc .step label {font-size:12px !important;}
.opc .step legend {font-size:14px; margin:10px 0 0 0; padding-top:15px; font-weight:bold;}
.opc .step fieldset.group-select input.input-text {width:350px;}

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

.multiple-checkout { position:relative; }
.multiple-checkout h3 {font-size:14px; margin-bottom:20px;}
.multiple-checkout .col2-set h4, #multishipping-billing-form .multiple-checkout h3, .multiple-checkout p.actions {font-size:12px !important; color:#333; margin-bottom:10px; font-weight:bold;}
.multiple-checkout .col2-set, #multishipping-billing-form .multiple-checkout, .multiple-checkout address {font-size:12px;}
.multiple-checkout .col2-set address, #multishipping-billing-form .multiple-checkout address {margin-bottom:20px;}
.multiple-checkout .col2-set .sp-methods, #multishipping-billing-form .multiple-checkout .sp-methods {margin-bottom:20px;}
.multiple-checkout .col2-set .sp-methods dt, #multishipping-billing-form .multiple-checkout .sp-methods dt {font-size:12px;}
#multishipping-billing-form .multiple-checkout .form-list {width:500px;}
#multishipping-billing-form .multiple-checkout .form-list .input-box {margin-bottom:10px;}

.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 .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 {  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 {  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 {  background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Login Page ============================================================================ */
.login-page legend {display:none;}
.login-page .new-users {display:block; width:400px; float:left; margin-right:60px; margin-top:30px;}
.login-page .registered-users {display:block; width:400px; float:left; margin-top:30px;}
.login-page .content p, .login-page .content label {font-size:0.8em; font-weight:normal;}
.login-page .form-list {margin-top:20px;}
.login-page .content p.required {text-align:left; font-size:0.7em; margin:20px 0 0 0;}
.login-page .buttons-set {text-align:left; font-size:0.7em; padding:0px;}
.login-page .buttons-set button {float:left; margin:10px 0 0 0;}
.registered-users p.required {float:none;}
/* ======================================================================================= */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

.dashboard h4 {font-size:12px; float:left; margin-right:10px;border-right:1px solid #666; padding-right:10px;}
.dashboard .col2-set {clear:both; margin:10px 0;}
.dashboard .col2-set a {font-size:12px;}
.dashboard .col2-set h5 {font-size:12px; font-weight:normal; color:#000;}
.dashboard .col-1 {float:left; width:300px; font-size:13px;}
.dashboard .col-2 {font-size:13px;}

/* 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 {  padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .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 {  padding:10px; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul { float:left; padding:0 20px 0 0; }
/* ======================================================================================= */
.up-sell {
	position: relative;
	top: 20px;
	text-align: center;
	border: 1px solid #999999;
	padding: 20px;
	width: 100%;
	clear: both; 
	text-align: left;
}
.up-sell h3 {
	width: 100%;
	text-align: center;
}
.up-sell table {
	width: 100%;
	text-align: center;
}
.product-box .price-box {
	width: 100%;
	text-align: center;
	float: none;
}
body.page-popup {
	background: #ffffff;
	text-align: center;
}
.page-popup .nav {
	width: 100%;
	font-size: 16px;
}
.product-image-popup {
	text-align: center;
	width: 400px;
	margin: 0px auto;
}
#special-needs {
	background: url('../images/signup.png') 5px bottom no-repeat;
	text-align: right;
	clear: both;
	height: 29px;
	width: 142px;
	padding-top: 40px;
	padding-bottom: 70px;
	float: right;
}	
#special-needs a {
	display: block; 
	width: 142px;
	height: 29px;
	background: url('../images/special_needs.png') top left no-repeat;
	}
.page-print, .sales-order-print div div.col2-set, .page-print .my-orders-table td {
	background-color: #ffffff;
	background-image: none;
	background-position: top center;
	background-repeat: none;
	text-align: left;
	margin: 20px;
}
.page-print .print-head img {
	float: none;
	border-bottom: 30px solid #ffffff;
}
