/*

*/

/*Custom - Body ================================================================================= */

body {
    background: #e3e3e3 url(../images/body-bg.gif) 0 -15px repeat-x;
}



/* Layout ================================================================================= */
.wrapper {
    overflow: hidden;
}
.page {
    margin: 0 auto;
    padding:0 ;
    text-align: left;
    width: 1000px;
    width: 960px;
}
.page-print {
    background: #fff;
    padding: 20px;
    text-align: left;
}
.page-popup {
    background: #fff;
    padding: 20px;
    text-align: left;
}
.main {
    background: #fff;
    margin: 0;
    padding: 10px 0;
}

/* Base Columns */

.grid_content_wrap {
    padding: 0 10px;
}

.col-left {
    float: left;
    padding: 5px 5px 0;
    width: 230px;
}
.col-main {
    float: left;
    padding: 5px;
    width: 736px;
}
.col-right {
    float: right;
    padding: 5px 5px 0;
    width: 230px;
}

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

/* 2 Columns Layout */
.col2-left-layout .col-main {
    float: right;
}
.col2-right-layout .col-main {}

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

/* 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;
    margin-left: 2%;
    width: 32%;
}
.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%;
}
/* ======================================================================================= */

/* 960 overrides ======================================================================================= */

.container_12 .col-main,
.container_16 .col-main,
.container_12 .col-right,
.container_16 .col-right {
    float: left;
}

.container_12 .col-main,
.container_16 .col-main {
    padding: 0;
}

.container_12 .col-left,
.container_16 .col-left,
.container_12 .col-right,
.container_16 .col-right {
    padding: 0;
}

.clear {
    clear: both;
}


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

/* Text and headings */

h1 {}

.page-title h2,
.category-title h2,
.product-name h2 {
    font-family: Georgia, Times, serif;
    font-size: 28px;
    font-weight: normal;
    color: #007630;
}

h3 {
    font-family: Georgia, Times, serif;
    font-size: 20px;
    font-weight: normal;
    color: #222;
}

/* Links */

a,
a:link,
a:visited {
    color: #007630;
    text-decoration: none;

}

a:hover {
    text-decoration: underline;
}

a.more:link,
a.more:visited {
    background: url(../images/bg_tierico1.gif) 100% center no-repeat;
    padding-right: 10px;
}

a.more:hover {}

/* Form Elements */
label {
    color: #555;
    font-weight: bold;
}
input,
select,
textarea,
button {
    color:#000;
    font: 12px Arial, Helvetica, sans-serif;
    vertical-align:middle;
}
input.input-text,
select,
textarea {
    background:#fff;
    border:1px solid #ddd;
}
input.input-error,
select.input-error,
textarea.input-error {
    background:#fff;
    border: 2px solid #cb2026;
}

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.button::-moz-focus-inner {
    padding:0;
    border:0;
} /* FF Fix */
button.button {
    background: url(../images/button-sprite.png) 0 0 no-repeat;
    border: 0;
    cursor: pointer;
    height: 21px;
    overflow: visible;
    padding: 0 0 0 12px;
    width: auto;
    -webkit-border-fit: lines; /* <- Safari & Google Chrome Fix */
    }
button.button span {
    background: url(../images/button-sprite.png) 100% 0 no-repeat;
    color: #555;
    display: block;
    float:left;
    font: bold 12px/21px Arial, Helvetica, sans-serif;
    height: 21px;
    padding: 0 12px 0 0;
    text-align: center;
    white-space: nowrap;
}
button.button:hover,
button.button-over {
    background-position: 0 -21px;
}
button.button:hover span,
button.button-over span {
    background-position: 100% -21px;
}
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
ul.form-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.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; }

ul.form-list ul {
    list-style-type: none;
}

.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:right; }

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

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

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

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

/* Links */

a {
    color: #444;
}

a:hover {
    color: #222;
}

/* BreadCrumbs */ 
.breadcrumbs {
    margin:0 0 10px;
    padding:10px;
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
}
.breadcrumbs li {
    display:inline;
    margin: 0;
    padding: 0;
}

/* Page Heading */
.page-title {
    padding: 0;
    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;
}

.title-buttons h3 {
    color: #007630;
    font-size: 16px;
    margin: 0 0 5px 0;
}

/* Space creators */
.divider {
    background: #ccc;
    font-size: 1px;
    height: 1px;
    line-height: 1em;
    margin: 10px 0;
    overflow: hidden;
}

/* Pager */ 
.pager {
    background: #f9f9f9 url(../images/pager_bg.gif) repeat-x 0 100%;
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 5px;
    text-align:center;
}
.pager .amount {
    float:left;
    margin: 0;
    padding: 0;
}
.pager .limiter {
    float:right;
    margin: 0;
    padding: 0;
}
.pager .pages { margin:0 135px; }
.pager .pages ol {
    display:inline;
    margin: 0;
    padding: 0;
}
.pager .pages li {
    display:inline;
    margin: 0;
    padding: 0;
}
.pager .pages .current {}

/* Sorter */ 
.sorter {
    background: #E3E3E3;
    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 {
    font-size: 10px;
    font-weight: normal;
    padding: 2px 8px;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}
.data-table td {
    border-bottom: 1px solid #d9dde3;
    padding:5px;
    vertical-align: top;
}
.data-table tr.last th,
.data-table tr.last td {
    border-bottom:0 none !important;
}
.data-table thead {
    background-color:#f2f2f2;
}
.data-table tbody {}

.data-table tfoot {}
.data-table tfoot tr {
    background: #f3f3f3;
}
.data-table tfoot td {
    padding-bottom:5px;
    padding-top:5px;
}

.data-table tfoot button.button {
    float: right;
}

.data-table tfoot button.btn-continue-shopping {
    float: left;
}

.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {
}
.data-table tbody.odd {}
.data-table tbody.odd td {
}
.data-table tbody.even {
}
.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 {
    font-weight:normal;
    white-space:nowrap;
}
.data-table td.label,
.data-table th.label {
    background-color: #f6f6f6;
    font-weight: bold;
}
.data-table td.value {}

.data-table td h3.product-name {
    margin: 0;
}

.data-table td h3.product-name a {
    color: #007630;
    font-weight: bold;
    text-decoration: none;
}

.data-table td h3.product-name a:hover {
    text-decoration: underline;
}

/* Tax Details Row */
tr.tax-total {
    cursor:pointer;
}
tr.tax-total td {}
tr.tax-total .tax-collapse {
    background:url(../images/bg_collapse.gif) 0 4px no-repeat;
    cursor:pointer;
    float:right;
    text-align:right;
    padding-left:20px;
}
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 {
    background:url(../images/bg_collapse.gif) 100% 4px no-repeat;
    cursor:pointer;
    padding-right:20px;
}
.cart-tax-total-expanded {
    background-position:100% -52px;
}

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

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

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

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

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

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

.ie6-notice ul.browser-alternatives {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}

.ie6-notice ul.browser-alternatives li {
    float: left;
    list-style-type: none;
    margin: 0 30px 0 0;
    padding: 0;
}


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

/* Header ================================================================================ */
.logo {
    float: left;
    height: 51px;
    overflow: hidden;
    width: 274px;
} 
.header-container {
    background: #fff;
}
.header {
    border: none;
    padding: 0 10px 10px 10px;
}
.header .logo {
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 10px 0 0 0;
    text-indent: -999em;
}
.header .logo a {
    display: block;
    height: 51px;
    width: 274px;
}
.header .welcome-msg {
    color: #555;
    font-weight:bold;
    float: right;
    margin: 0;
    padding: 5px 10px 0 0;
    text-align:right;
    width: 600px;
}
.header ul.links {
    background: #e3e3e3;
    float:right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.header ul.links li {
    display: block;
    float: left;
    margin: 0;
    padding: 3px 10px;
}
.header ul.links li a {
    color: #444;
    text-decoration: none;
}

.header .form-search { text-align:center; }
.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 {
    font-size: 12px;
    list-style-type: none;
    margin: 25px 0 0 0;
    padding: 0;
}

/* All Levels */
#nav li {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
}
#nav li.over {
    z-index: 999;
}
#nav li.parent {}
#nav li a {
    display: block;
    text-decoration: none;
}
#nav li a:hover {
    text-decoration: none;
}
#nav li a span {
    cursor: pointer;
    display: block;
    white-space: nowrap;
}
#nav li ul a span {
    white-space: normal;}

/* 1st Level */
#nav li {
    float:left;
}
#nav li a {
    background: transparent;
    color: #fff;
    float: left;
    font-family: Georgia,Times,serif;
    font-family: Verdana,Arial,'Liberation Sans',FreeSans,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 7px 20px;
    margin: 0 1px 0 0;
    text-transform: uppercase;
}
#nav li a:hover,
#nav li.over a,
#nav li.active a {
    background: #fff;
    color: #007630;
}

/* 2nd Level */
#nav ul {
    background: #fff;
    border: 1px solid #007630;
    border-top: 0;
    left: -10000px;
    list-style-type: none;
    position: absolute;
    top: 25px;
    width: 200px;
}
#nav ul li {
    border-bottom:1px solid #ddd;
    border: none;
    float:none;
}
#nav ul li.last {
    border-bottom:0;
}
#nav ul li a {
    color: #444 !important;
    float: none;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 3px 9px;
    text-transform: none;
}
#nav ul li a:hover {
    color: #007630 !important;
    color: #fff !important;
    background: #007630;
}
#nav ul li.active > a,
#nav ul li.over > a  {
    color: #007630 !important;
    color: #fff !important;
    background: #007630;
    font-weight: bold;
}

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul {
    left: 0;
    padding: 10px 0 0 0;
}
#nav li.over > ul li.over > ul {
    left:100px;
}
#nav li.over ul ul {
    left:-10000px;
}
/********** Navigation > */

/********** < Navigation overrides test */

#nav {
    border-left: 1px solid #409864;
    border-right: 1px solid #409864;
    background: #007630;
    font-size: 12px;
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 0;
}

/* 1st Level */

#nav li {
    border-right: 1px solid #409864;
}

#nav li a {
    background: #007630;
    margin: 0;
}

#nav li.active a,
#nav li a:hover {
    background: #fff;
}

#nav li a.home {
    background-image: url(../images/navigation/nav-home-sprite.gif);
    background-position: 50% 9px;
    background-repeat: no-repeat;
    font-size: 0;
    height: 20px;
    text-indent: -9999em;
    width: 16px;
}

#nav li a.home:hover,
#nav li.active a.home {
    background-position: 50% -91px;
}

#nav li li,
#nav li li a {
    background: #fff;
}

/* 2nd Level */
#nav ul {
    top: 33px;
}

/* Show Menu */
#nav li.over > ul {
    left: -1px;
    padding: 10px 0 0 0;
}

/********** Navigation overrides test > */

/*-------- CMS Navigation --------*/

.wrapper .block-cms-nav {
    background: none;
    border: 0;
    margin: 20px 0;
    padding: 0;
}

.wrapper .block-cms-nav .block-content {
    margin: 0 12px 0 0;
    padding: 0;
}

.block-cms-nav ul {
    list-style-type: none;
    margin: 0;
}

.block-cms-nav ul li {
    border-bottom: 1px solid #007630;
    list-style-type: none;
    margin: 0;
}

.block-cms-nav ul li a {
    border-bottom: 1px solid #007630;
    display: block;
    text-decoration: none;
}

.block-cms-nav ul li.active a {}

/* 1st Level */

.block-cms-nav ul li.level0 {
    border-bottom: 0;
}

.block-cms-nav ul li.level0 a {
    color: #007630;
    font-family: Georgia, Times, serif;
    font-size: 18px;
    font-weight: normal;
    padding: 0;
}

.block-cms-nav ul li.level0 a:hover {
    text-decoration: underline;
}

.block-cms-nav ul li.level1 a,
.block-cms-nav ul li.level2 a,
.block-cms-nav ul li.level3 a {
    border-bottom: 0;
    color: #007630;
    font-family: 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}

.block-cms-nav ul li.level2 {
    margin-left: 10px;
}


.block-cms-nav ul li li a:hover,
.block-cms-nav ul li.level0 li a:hover {
    color: #222;
    text-decoration: none;
}

.block-cms-nav ul li li.active a,
.block-cms-nav ul li.level0 li.active a {
    background: url(../images/nav-item-cms.png) #007630 no-repeat 100% 50%;
    color: #fff;
    margin: 0 -12px 0 0;
    text-decoration: none;
}

/*-------- Account Navigation --------*/

.block-account {}

.block-account ul {
    list-style-type: none;
    margin: 0;
}

.block-account ul li {
    margin: 0;
}

.block-account ul li a,
.block-account ul li.current span {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}

.block-account ul li a:hover {
    text-decoration: underline;
}

.block-account ul li.current span {
    background: url(../images/nav-item-cms.png) #007630 no-repeat 100% 50%;
    color: #fff;
    font-weight: bold;
    margin-left: -10px;
    margin-right: -22px;
}

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


/* Sidebar =============================================================================== */
.block {
    background: #F6F6F6;
    border:1px solid #ddd;
    margin:0 0 10px;
}
.block .block-title {
    background: #dddcdd url(../images/block/block-title-bg.png) 0 0 repeat-x;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
}
.block .block-title h2 {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.block h3 {
    font-size:14px;
    line-height:1.5;
}
.block .block-content {
    padding:10px;
}
.block .block-content ol {
    margin-bottom: 10px;
}

.block .actions {
    text-align:right;
}
.block .actions a {
    float:left;
}

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

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

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {}
.block-cart p {
    margin-bottom: 5px;
}
.block-cart .amount {

}
.block-cart .subtotal {
    text-align:center;
}
.block-cart .actions {
    margin: 5px 0;
}
.block-cart h3 {
    color: #555;
    font-size: 12px;
    margin: 5px 0;
}
.block-cart ol.mini-products-list {
    list-style-type: none;
}

.block-cart ol.mini-products-list li {
    margin-left: 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 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 {
    margin:0 0 10px;
}
.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid {
    margin-top: 10px;
    width:100%;
}
.products-grid tr.odd {
    background: transparent;
}
.products-grid tr.even {
    background: transparent;
}
.products-grid td {
    border: 1px solid #ddd;
    border-left: 0px;
    padding: 10px;
    width: 33%;
}
.products-grid td.last {
    border-right: 0px;
}
.products-grid .first td {
    border-top: 0;
}
.products-grid td.empty {}

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


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

.product-essential {}

.product-essential p {}

.product-essential p.availability {
    font-size: 11px;
    margin-bottom: 5px;
}

.product-essential ul.add-to-links {
    text-align: right;
}

.product-essential ul.add-to-links li {
    display: inline;
    margin-left: 12px;
}

.product-essential .price-box {
    margin: 10px 0;
}

.product-essential .price-box .price {
    font-size: 16px;
    margin: 0;
}

.product-collateral {}

.product-collateral h3 {
    display: none;
}

/* 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 {
    height:265px;
    overflow:hidden;
    position:relative;
    width:265px;
    z-index:9;
}
.product-view .product-img-box .product-image-zoom img {
    cursor:move;
    left:0;
    position:absolute;
    top:0;
}
.product-view .product-img-box .zoom-notice {
    font-size: 11px;
    margin-bottom: 5px;
    text-align:center;
}
.product-view .product-img-box .zoom {
    background:url(../images/slider_bg.gif) 50% 50% no-repeat;
    cursor:pointer;
    height:18px;
    margin:0 auto 13px;
    padding:0 28px;
    position:relative;
    z-index:9;
}
.product-view .product-img-box .zoom #track {
    height:18px;
    position:relative;
}
.product-view .product-img-box .zoom #handle {
    background:url(../images/magnifier_handle.gif) 0 0 no-repeat;
    height:22px;
    left:0;
    position:absolute;
    top:-1px;
    width:9px;
}
.product-view .product-img-box .zoom .btn-zoom-out {
    left:2px;
    position:absolute;
    top:0;
}
.product-view .product-img-box .zoom .btn-zoom-in {
    position:absolute;
    right:2px;
    top:0;
}
.product-img-box .more-views h3 {
    border-bottom: 1px solid #ccc;
    color: #444;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.product-view .product-img-box .more-views ul {
    margin: 0 0 0 4px;
    list-style-type: none;
}
.product-view .product-img-box .more-views li {
    float:left;
    margin:0 0 8px 4px;
    padding:1px;
}

.product-view .product-img-box .more-views li img {
    border: 1px solid #ddd;
    vertical-align: top;
}

.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 {
    float: right;
    width: 395px;
}

.product-view .product-name {}

.product-view .product-name h2 {
    margin-bottom: 5px;    
}

.product-view .add-to-box {
    background: #f6f6f6;
    border: 1px solid #e4e4e4;
    margin: 10px 0;
    padding: 10px 10px;
}

.product-view .short-description {}

.product-view .short-description h3 {
    color: #444;
    font-size: 12px;
    margin-bottom: 3px;
}

/* 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 */
ul.add-to-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.add-to-links li {
    background: transparent url(../images/add_to_bg.gif) no-repeat 0 50%;
    line-height:1.25em;
    margin: 0;
    padding: 0 0 0 12px;
    text-align:left;
}

.add-to-links a {
    color: #444;
    font-size: 11px;
    text-decoration: none;
}

.add-to-links a:hover {
    text-decoration: underline;
}

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

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

.price-box {}
.price-box .price {
    color: #007630;
    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 {}
.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 .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:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

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

/* Block: Description */
.product-view .description {}

/* 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 {
    color: #444;
    display: block;
    float: none;
    font-weight: bold;
}
.product-view .tags .form-add-tags .input-box {
    float: left;
    margin: 0 5px 0 0;
    width: 260px;
}
.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 p {
    clear:both;
    color: #777;
    font-size: 11px;
    margin: 5px 0;
}

/* 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 */
.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 {
    list-style-type: none;
    margin: 4px 0;
}

.cart .checkout-types li {
    margin-left: 0;
}

.cart .checkout-types li.item-to-checkout button.button {
    background: url(../images/button-sprite-styled.png) 0 0 no-repeat;
    background-position: 0 -64px;
    border: 0;
    cursor: pointer;
    height: 32px;
    overflow: visible;
    padding: 0 0 0 12px;
    width: auto;
    -webkit-border-fit: lines; /* <- Safari & Google Chrome Fix */
    }
.cart .checkout-types li.item-to-checkout button.button span {
    background: url(../images/button-sprite-styled.png) 100% 0 no-repeat;
    background-position: 100% -64px;
    color: #fff;
    display: block;
    float:left;
    font: bold 16px/32px Arial, Helvetica, sans-serif;
    height: 32px;
    padding: 0 12px 0 0;
    text-align: center;
    white-space: nowrap;
}
.cart .checkout-types li.item-to-checkout button.button:hover,
.cart .checkout-types li.item-to-checkout button.button-over {
    background-position: 0 -32px;
    background-position: 0 -96px;
}
.cart .checkout-types li.item-to-checkout button.button:hover span,
.cart .checkout-types li.item-to-checkout button.button-over span {
    background-position: 100% -32px;
    background-position: 100% -96px;
}

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

.cart-table th,
.cart-table td {
    padding: 10px 13px;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    width: 100%;
}

.cart .cart-collaterals .col-1 {
    width: 29%;
}

.cart .cart-collaterals .col-2 {
    width: 69%;
}

.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

.cart .cart-collaterals .cart-extras {
    background: #e6f7d7;
    padding: 10px 12px;
}

.cart .cart-collaterals .discount,
.cart .cart-collaterals .shipping {}

.cart .cart-collaterals .shipping .buttons-set button.button {
    float: left;
}

.cart .cart-collaterals .discount {}
.cart .cart-collaterals .shipping {}

.cart .cart-collaterals .shipping h3,
.cart .cart-collaterals .discount h3 {
    color: #7D9D36;
    color: #007630;
    float: left;
    font-size: 14px;
    font-weight: normal;
}

.cart .cart-collaterals .shipping form,
.cart .cart-collaterals .discount form {
    margin-left: 240px;
}

.cart-collateral .divider {
    background: #ccdebd;
    margin: 12px 0;
}

/* Shopping Cart Totals */
.cart .totals {
    background: transparent url(../images/cart/cart_totals_bg.gif) no-repeat scroll 0 0;
    padding: 12px 0;
    text-align: right;
}
.cart .totals table {
    float: right;
    width: 400px;
}
.cart .totals table th,
.cart .totals table td {
    padding: 0 0 0 15px;
}
.cart .totals table th {
    font-weight:bold;
}
.cart .totals tfoot th,
.cart .totals tfoot td {
    color: #CD0A0A;
    color: #007630;
    font-size: 16px;
}

/* Options Tool Tip */

.item-options-label {
    margin: 0;
    padding: 0;
}

.item-options-label span {
    color: #555;
    font-size: 11px;
    font-weight: bold;
}

.item-options-label span.over {
    cursor: pointer;
    text-decoration: underline;
}

.item-options dl {
}

.item-options dt,
.item-options dd {
    margin: 0;
    padding: 0;
}

.item-options dt {
    font-weight:bold;
    font-style:italic;
}
.item-options dd {
}

ul.item-options-list {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}

ul.item-options-list li {
    border: 1px solid #eee;
    border-width: 1px 0 0 0;
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
}

ul.item-options-list li.option-measure-json {
    display: none;
}

ul.item-options-list li .list-item-label,
ul.item-options-list li .list-item-value {
    display: block;
    font-size: 11px;
}

ul.item-options-list li .list-item-label {
    color: #444;
    float: left;
    font-weight:bold;
    width: 29%;
}

ul.item-options-list li .list-item-value {
    float: left;
    margin-left: 1%;
    width: 65%;
}

/* Measure items */
.item-measures-label {
    display: none;
}

.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 */

ol.opc {
    list-style-type: none;
}

ol.opc>li {
    margin-left: 0;
}

.opc {
    border-bottom:1px solid #ddd;
    position:relative;
}
.opc li.section {
    border:1px solid #ddd;
    border-bottom:0;
}

.opc h4 {
    border-bottom: 1px solid #E4E4E4;
    color: #444;
    font-size: 1.05em;
    margin: 5px 0 0 0;
    padding-bottom: 2px;
    text-transform: uppercase;
}

.opc .step-title {
	background:#eee url(../images/opc_off_head_bg.gif) repeat-x scroll 0 100%;
	border-color: #fff #d9dde3 #d9dde3;
	border-style:solid;
	border-width:1px 1px 0;
	margin-bottom:0;
	padding: 4px 8px 6px;
    text-align:right;
}
.opc .step-title h3 {
    color: #999;
    float: left;
    font-size: 12px;
    margin-bottom: 0;
}
.opc .step-title h3 .number {
    background: #fff;
    font-size: 11px;
    line-height: 12px;
    padding: 0 4px;
}

.opc .allow .step-title {
    cursor:pointer;
}
.opc .active {}
.opc .active .step-title {
    background-color: #007630;
    background-image: none;
    cursor: default;
}
.opc .active .step-title h3 {
    color: #fff;
}
.opc .active .step-title h3 .number {
    color: #007630;
}
.opc .step {
    border-top:1px solid #ddd;
    padding:10px;
    position:relative;
}
.opc .step .tool-tip {
    right:10px;
}
.opc .step p {
    margin-bottom: 5px;
}
.opc .order-review {}

.opc .order-review .item-options-list {
    display: none;
}

/* Checkout progress */

.block-progress {
    background: none;
    border: 0px;
}

.block-progress .block-title {
    border: 0;
}

.block-progress .block-title h2 {
    color: #444;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 0;
}

.block-progress .block-content dl {}

.block-progress .block-content dl dt,
.block-progress .block-content dl dd {
    padding: 2px 8px;
}

.block-progress .block-content dl dt {
    background: #eee;
    border: 1px solid #ccc;
    color: #999;
    font-weight: bold;
    margin: 5px 0 0 0;
}

.block-progress .block-content dl dt.complete {
    background: #ddd;
    color: #666;
}

.block-progress .block-content dl dd {
    background: #eee;
    border: 1px solid #ccc;
}

.block-progress .block-content dl dd address {
    font-style: normal;
    margin: 0;
}

/* Multiple Addresses Checkout */
.checkout-progress {
    padding:0 50px;
    margin:10px 0;
}
.checkout-progress li {
    border-top:5px solid #ccc;
    color:#ccc;
    float:left;
    text-align:center;
    width:20%;
}
.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; }

.sp-methods {}

.sp-methods ul {
    list-style-type: none;
}

.sp-methods ul li {
    list-style-type: none;
    margin-left: 0;
}

.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 > */

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

/* Boxes ============================================================ */

.head-alt2 {
    background: #f1f1f1;
    font-size: 11px;
    margin-bottom: 12px;
    padding: 4px 8px;
    text-align: right;
}

.head-alt2 h4 {
    color: #444;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.head-alt2 a {
    text-decoration: none;
    text-transform: uppercase;
}

.head-alt2 a:hover {
    text-decoration: underline;
}

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

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

.account-login .new-users h3,
.account-login .registered-users h3 {
    background: #f1f1f1;
    color: #444;
    font-size: 14px;
    margin: 0 0 12px 0;
    padding: 2px 10px;
}

.account-login .buttons-set {
    border-top: 1px solid #E4E4E4;
    padding: 10px 5px;
}

/* Account Login/Create Pages ============================================================ */

.account-create {}

.account-create h3,
.account-create h3 {
    background: #f1f1f1;
    color: #444;
    font-size: 14px;
    margin: 0 0 12px 0;
    padding: 2px 10px;
}

.account-create .buttons-set {
    border-top: 1px solid #E4E4E4;
    padding: 10px 5px;
}

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

.dashboard .welcome-msg h3 {
    color: #555;
    font-family: Georgia, Times, serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 3px 0;

}

.dashboard h5 {
    font-size: 12px;
    margin: 0 0 3px 0;
}

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

.dashboard .tags ol {
    list-style-type: none;
}

.dashboard .tags ol li {
    margin-left: 0;
}

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

.dashboard .reviews ol {
    list-style-type: none;
}

.dashboard .reviews ol li {
    margin-left: 0;
}

.dashboard .reviews .number {
    float: left;
    margin-right: -20px;
}

.dashboard .reviews .product-name {
    margin-left: 20px;
}

/********** Dashboard > */

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

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }


/********** Dashboard TFT Profiles > */

.account-user-presets-wrap {
    margin: 10px 0;
}

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


/* Footer ================================================================================ */
.footer {
    background: #222;
    color: #fff;
    padding: 20px 0;
}

.footer h3 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
}

.footer p {
    color: #fff;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer address {
    color: #fff;
    text-align:right;
}
.footer ul {
    float:left;
    list-style-type: none;
    padding:0 20px 0 0;
}

.footer-col {
    padding: 0 10px;
}

/* Feed Block */

.footer .feed-block {
    color: #fff;
}

.footer .feed-block .feed-title {
    font-weight: bold;
}

.footer ul.feed-list {}

.footer ul.feed-list li {
    color: #fff;
    margin-left: 0;
}

/* Follow Block */

.footer-follow {
    background: #c3c3c3;
}

ul.follow-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.follow-list li {
    color: #333;
    float: left;
    font-family: Georgia, Times, serif;
    font-size: 18px;
    line-height: 25px;
    margin: 0 40px 0 0;
    padding: 0;
}

ul.follow-list li.label {}

ul.follow-list li.item {}

ul.follow-list li.item a {
    background: url(../images/social-media.gif) 0 0 no-repeat;
    color: #333;
    display: block;
    font-size: 0px;
    height: 25px;
    text-decoration: none;
    text-indent: -9999em;
}

ul.follow-list li.item a:hover {
    text-decoration: none;
}

ul.follow-list li.item-blog a {
    background-position: 0 0;
    width: 67px;
}
ul.follow-list li.item-facebook a {
    background-position: 0 -25px;
    width: 63px;
}
ul.follow-list li.item-vablog a {
    background-position: 0 -50px;
    width: 100px;
}
ul.follow-list li.item-twitter a {
    background-position: 0 -75px;
    width: 68px;
}
ul.follow-list li.item-youtube a {
    background-position: 0 -100px;
    width: 58px;
}

/* Payment Alternatives Block */
.footer-payment {
    background: #fff;
}

ul.payment-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.payment-list li {
    color: #333;
    float: left;
    font-family: Georgia, Times, serif;
    font-size: 18px;
    line-height: 52px;
    margin: 0 40px 0 0;
    padding: 0;
}

ul.payment-list li.label {}

ul.payment-list li.item {}

ul.payment-list li.item span {
    background: url(../images/payment-alternatives.png) 0 0 no-repeat;
    color: #333;
    display: block;
    font-size: 0px;
    height: 52px;
    text-decoration: none;
    text-indent: -9999em;
}

ul.payment-list li.item-all-alternatives span {
    background-position: 0 0;
    width: 346px;
}

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

/* Gallery view overrides ================================================================================ */

.frame {
    margin-left: 0;
}

/* jQuery msDropDown ================================================================================ */

.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}
.dd .ddTitle {
    background: #fff;
    background:#f5f5f5;
    background:#e3e3e3;
    border: 2px solid #f5f5f5;
    border: 2px solid #e3e3e3;
	padding:3px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:16px;
}
.dd .ddTitle span.arrow {
	background:url(../images/jquery-msdd/dd_arrow.gif) no-repeat 0 0;
    float:right;
    display:inline-block;
    width:16px;
    height:16px;
    cursor:pointer;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; line-height:16px;}
.dd .ddTitle span.textTitle img{text-align:left; padding:0 2px 0 0}
.dd .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
}
.dd .ddChild {
	position:absolute;
	border: 2px solid #f5f5f5;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#fff;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background:#f5f5f5;
}
.dd .ddChild a img {
	border:0;
    height: 30px;
	padding:0 2px 0 0;
	vertical-align:middle;
    width: 30px;
}
.dd .ddChild a.selected {
	background:#dedede;
}
.hidden {display:none;}

.dd .ddChild a.disabled {
    display: none;
}


/* jQuery Tools ================================================================================ */

/* --------- Overlay basics --------- */

/* the overlayed element */
.simple_overlay {
    background-color: #f2f2f2;
    border: 2px solid #bbb;
    display: none;
    z-index: 10000;
    min-height: 200px;
    padding: 15px;
    width: 675px;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image: url(../images/jquery-tools/overlay/close.png);
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 35px;
}

/* --------- Signin overlay --------- */

.overlay-signin {
    min-height: 150px;
    padding: 5px;
    width: 300px;
}

.overlay-signin .overlay-content-wrap {
    background: #fff;
    min-height: 170px;
    padding: 10px;
}

.overlay-signin form {}

.overlay-signin form .ctrl-holder {
    clear: both;
    margin: 10px 0;
}

.overlay-signin form .ctrl-holder label {
    float: left;
    margin-right: 4px;
    width: 100px;
}

.overlay-signin form .ctrl-holder input {
    float: left;
}

/* --------- Measure Guide overlay --------- */

.overlay-measure-guide {
    margin: 0;
    min-height: 550px;
    padding: 20px;
    width: 740px;
}

.overlay-measure-guide .doc-wrap {
    margin: 0 auto;
    width: 700px;
}

.overlay-measure-guide .download-wrap {
    margin: 5px 0 5px 10px;
}

.overlay-measure-guide .download-wrap a {
    background: url(../images/pdf.png) 0 0 no-repeat;
    color: #333;
    padding-left: 20px;
}

/* --------- Save measures overlay --------- */

.overlay-save-measures {
    min-height: 150px;
    padding: 5px;
	width: 300px;
}

.overlay-save-measures .overlay-content-wrap {
    background: #fff;
    min-height: 170px;
    padding: 10px;
}

.overlay-save-measures form {}

.overlay-save-measures form .ctrl-holder {
    clear: both;
    margin: 10px 0;
}

.overlay-save-measures form .ctrl-holder label {
    float: left;
    margin-right: 4px;
    width: 100px;
}

.overlay-save-measures form .ctrl-holder input {
    float: left;
}

/* --------- Save design overlay --------- */

.overlay-save-design {
    min-height: 150px;
    padding: 5px;
	width: 300px;
}

.overlay-save-design .overlay-content-wrap {
    background: #fff;
    min-height: 170px;
    padding: 10px;
}

.overlay-save-design form {}

.overlay-save-design form .ctrl-holder {
    clear: both;
    margin: 10px 0;
}

.overlay-save-design form .ctrl-holder label {
    float: left;
    margin-right: 4px;
    width: 100px;
}

.overlay-save-design form .ctrl-holder input {
    float: left;
}

/* --------- Overlay used in configurator --------- */

.overlay-content-wrap {}

.overlay-content-left,
.overlay-content-right {
    margin-bottom: 10px;
}

.overlay-content-left {
    float: left;
    width: 62%;
}

.overlay-content-right {
    float: right;
    width: 36%;
}

.overlay-content-left-inner,
.overlay-content-right-inner {
    background: #fff;
    border: 1px solid #bbb;
    height: 350px;
    overflow: auto;
    padding: 10px;
}

.overlay-content-footer {
    background: none;
    border: none;
    clear: both;
    padding: 5px;
}


/* Left pane */

.overlay-content-left ul.options-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.overlay-content-left ul.options-list li {
    display: block;
    float: left;
    width: 24%;
}

.overlay-content-left ul.options-list li .option-wrap {
    border: 1px solid #fff;
    background: #fff;
    height: 100px;
    padding: 10px;
    text-align: center;
}

.overlay-content-left ul.options-list li .option-wrap-over {
    cursor: pointer;
    border: 1px solid #ccc;
    background: #eee;
}

.overlay-content-left ul.options-list li .option-wrap-active {
    border: 1px solid #ccc;
    background: #eee url(../images/overlay-selected-marker.png) 100% 100% no-repeat;
}

.overlay-content-left ul.options-list li img {
    background: #fff;
    border: 1px solid #ccc;
    height: 40px;
    padding: 2px;
    width: 40px;
}

.overlay-content-left ul.options-list li .option-title {
    color: #555;
    font-size: 11px;
    font-weight: bold;
}

/* Right pane */

.option-details-wrap {}

.option-details-wrap img {
    display: block;
    height: 200px;
    margin: 0 auto 10px auto;
    text-align: center;
    width: 200px;
}

.option-details-wrap ul.attributes-list {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.option-details-wrap ul.attributes-list li {
    display: block;
    font-size: 11px;
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
}

.option-details-wrap ul.attributes-list li .attribute-label {
    display: block;
    color: #555;
    font-weight: bold;
}

.option-details-wrap ul.attributes-list li .attribute-value {
    display: block;
}


/* Footer pane pane */

.overlay-content-footer .footer-btn-wrap {}

.overlay-content-footer button {
    float: right;
    margin: 0 5px 0 0;
}

/* --------- Tabs --------- */

/* root element for tabs  */
ul.tabs {
    background: #f2f2f2 url(../images/jquery-tools/tabs/tabs_bg.gif) repeat-x 0 100%;
    border-bottom: 1px solid #666;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* single tab */
ul.tabs li {
    border-left: 1px solid #fff;
    border-right: 1px solid #a4a4a4;
	float:left;
    list-style-image:none;
	margin:0;
	padding:0;
    text-indent:0;
}

.tabs li.first {
    border-left:0 none;
}

/* link inside the tab. uses a background image */
ul.tabs a {
    color: #444;
    display: block;
    float: left;
	font-size: 11px;
    margin: 0;
    padding: 8px 15px;
    position: relative;
	text-decoration: none;
	top: 1px;
    top: 0;
}

ul.tabs a:active {
	outline:none;
}

ul.tabs a:hover {
	background-color: #ddd;
	color: #444;
}

ul.tabs a.current,
ul.tabs a.current:hover,
ul.tabs li.current a {
	background: #007630;
    color: #fff;
	cursor: default;
    font-weight: bold;
}

.panes {}

.panes .pane {
    padding: 10px 5px;
}

/* Static blocks ================================================================================ */

/* Message boxes */

.msg-box {
    border: solid 1px #dedede;
    background: #efefef;
    color: #222;
    font-weight: bold;
    margin: 10px 0;
    padding: 4px;
    text-align: center;
}

.msg-box-red {
    border: solid 1px #cb2026;
    background: #f6cbca;
    color: #cb2026;
}

/* First page spots */

.firstpage-spot {}

.firstpage-spot h2,
.firstpage-spot h2 a {
    color: #007630;
    font-family: Georgia,Times,serif;
    font-size: 20px;
    font-weight: normal;
    margin: 5px 0 5px 0;
}

.firstpage-spot p {}

.firstpage-spot a {
    color: #222;
    text-decoration: none;
}

.firstpage-spot a:hover {
    text-decoration: underline;
}

.cms-home .block-subscribe {
    background: none;
    border: none;
    margin: 0;
}

.cms-home .block-subscribe .block-title {
    background: none;
    border: none;
    padding: 0;
}

.cms-home .block-subscribe .block-content {
    padding: 0;
}

.cms-home .block-subscribe h2 {
    color: #007630;
    font-family: Georgia,Times,serif;
    font-size: 20px;
    font-weight: normal;
    margin: 5px 0 5px 0;
}

.cms-home .block-subscribe button.button {
    margin-top: 5px;
}

/* Sidebar spots */
.sidebar-spot {}

.sidebar-spot-first {
    margin-top: 20px;
}

.sidebar-spot-bordered {
    border-left: 1px solid #ccc;
    margin-left: -15px;
    padding: 5px 0 5px 15px;
}

.sidebar-spot h2,
.sidebar-spot h2 a {
    color: #007630;
    font-family: Georgia,Times,serif;
    font-size: 20px;
    font-weight: normal;
    margin: 5px 0 5px 0;
}

.sidebar-spot p {
    margin: 5px 0;
}

.sidebar-spot p.sub-title {
    color: #555;
    font-weight: bold;
    margin: 5px 0;
}

.sidebar-spot a {
    color: #222;
    text-decoration: none;
}

.sidebar-spot a:hover {
    text-decoration: underline;
}

/*------ First page slideshow (image fader) ------*/

ul.img-fader {
    overflow: hidden;
    margin: 0;
}

ul.img-fader li {
    display: none;
    list-style-type: none;
    margin: 0;
}

ul.img-fader li.firstImg {
    display: block;
}


/*------ First page slideshow ------*/

/* container for slides */
.gallery {
    cursor:pointer;
	float:left;
    height:420px;
	margin: 0;
    overflow: hidden;
    padding: 0;
    position:relative;
    width: 940px;
}

/* single slide */
.gallery div.gallery-item {
	display:none;
    font-size:12px;
    height: 420px;
    left:0;
    margin: 0;
    padding: 0;
	position:absolute;
	top:0;
    width: 940px;
}

.gallery div.gallery-item span {
    background: #fff;
    bottom: 0;
    display: block;
    padding: 10px;
    position:absolute;
    width: 100%;
    z-index: 2;
    -moz-opacity:.80;
    filter:alpha(opacity=80);
    opacity:.80;
}

.gallery div.gallery-item img {
    position:absolute;
    top: 0;
    z-index: 1;
}

.gallery-controls-wrap {
    clear:both;
    margin: 0 auto 0 auto;
    padding: 10px 0 0 0;
}

.gallery-controls-wrap-tight {
    padding: 0;
}

.gallery-controls-wrap .gallery-controls {

}

/* tabs (those little circles below slides) */
.gallery-controls .tabs {
	float: left;
    padding: 11px 5px;
    position: relative;
}

/* single tab */
.gallery-controls .tabs a {
    background:url(../images/jquery-tools/navigator.png) 0 0 no-repeat;
    display:block;
    float:left;
    font-size:1px;
	height:8px;
	margin:3px;
	width:8px;
}

/* mouseover state */
.gallery-controls .tabs a:hover {
	background-position:0 -8px;
}

/* active state (current page state) */
.gallery-controls .tabs a.current {
	background-position:0 -16px;
}

/* prev and next buttons */
.gallery-controls .forward,
.gallery-controls .backward {
    background:#fff url(../images/jquery-tools/hori_large.png) no-repeat;
    cursor:pointer;
    display:block;
	float:left;
    font-size:1px;
    height:30px;
    text-indent:-9999em;
	width:30px;
}

/* next */
.gallery-controls .forward { background-position: 0 -30px; clear:right; }
.gallery-controls .forward:hover { background-position:-30px -30px; }
.gallery-controls .forward:active { background-position:-60px -30px; }


/* prev */
.gallery-controls .backward:hover { background-position:-30px 0; }
.gallery-controls .backward:active { background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;
}

/* FAQ */

.faq-section {
    margin: 20px 0 5px 0;
}

.faq-section h2 {}

.faq-section ol {
    list-style-type: none;
    margin: 0;
}

.faq-section ol li {
    margin: 5px 0 15px 30px;
    list-style-position: outside;
    list-style-type: decimal;
}

.faq-section ol li p {
    margin: 3px 0;
}

.faq-section ol li .faq-question {
    color: #666;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

.faq-section ol li .faq-answer {}

/* Shirt configurator ================================================================================ */

/* Configurator list */

.tft-configurator-list {}

.tft-configurator-list .products-grid td {
    border: none;
}

.tft-configurator-list .products-grid .product-name {
    margin-bottom: 5px;
}

/* text */

.configurator {}

.configurator .qty-holder {
    display: none;
}

.configurator ul.options-list {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.configurator ul.options-list li {
    margin-left: 0;
}

.configurator ul.options-list li .label {
    display: none;
}

.configurator .product-options-bottom {
    display: none;
}

.configurator-start {
    display: none;
}

.configurator a.start {
    background: #ccc;
    color: #444;
    display: block;
    font-size: 18px;
    margin: 5px 0 10px 0;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 150px;
}

.configurator a.start:hover {
    background: #666;
    color: #fff;
}

.wizard {
    background: #f2f2f2;
    display: none;
    margin: 15px 0;
    padding: 15px;
    position: relative;
}

.wizard .w-price-wrap {
    padding: 15px;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 200px;
    z-index: 2;
}

.wizard .w-price-wrap .price-box {
    background: #fff;
    color: #007630;
    display: block;
    float: right;
    font-size: 16px;
    line-height: 100%;
    padding: 10px;
    position: relative;
    text-align: center;
}

.wizard .tabs-wrap {
    border-right: 1px solid #ccc;
    border: 0;
    float: left;
    width: 25%;
}

.wizard .panes-wrap {
    float: left;
    width: 74%;
}

.wizard-step-final .tabs-wrap {
    display: none;
}

.wizard-step-final .panes-wrap {
    width: 99%;
}

.wizard ul.w-tabs {
    background: #fff;
    border: none;
    height: auto;
	list-style:none;
	margin: 0;
	padding: 15px;
}

/* single tab */
.wizard ul.w-tabs li {
    float: none;
    list-style-image: none;
	margin: 10px 0;
	padding: 0;
    text-indent: 0;
}

.wizard ul.w-tabs a {
	background: url(../images/wizard/wizard-steps-sprite.png) 0 0 no-repeat;
	color: #999;
    display: block;
    float: none;
    font-size: 11px;
    font-weight: bold;
	height: 28px;
	line-height: 28px;
	margin: 0px;
	padding: 0 0 0 35px;
	text-align: left;
	text-decoration: none;
}

.wizard ul.w-tabs a:active {
	outline:none;
}

.wizard ul.w-tabs a:hover {
    color: #007630;
    cursor: pointer;
    font-weight: bold;
}

.wizard ul.w-tabs a.current,
.wizard ul.w-tabs a.current:hover,
.wizard ul.w-tabs li.current a {
    color: #007630;
    cursor: default;
    font-weight: bold;
}

.wizard ul.w-tabs .step-1 a {
    background-position: 0 0;
}
.wizard ul.w-tabs .step-1 a:hover,
.wizard ul.w-tabs .step-1 a.current,
.wizard ul.w-tabs .step-1 a.current:hover,
.wizard ul.w-tabs .step-1 li.current a {
    background-position: 0 -28px;
}

.wizard ul.w-tabs .step-2 a {
    background-position: 0 -56px;
}
.wizard ul.w-tabs .step-2 a:hover,
.wizard ul.w-tabs .step-2 a.current,
.wizard ul.w-tabs .step-2 a.current:hover,
.wizard ul.w-tabs .step-2 li.current a {
    background-position: 0 -84px;
}

.wizard ul.w-tabs .step-3 a {
    background-position: 0 -112px;
}
.wizard ul.w-tabs .step-3 a:hover,
.wizard ul.w-tabs .step-3 a.current,
.wizard ul.w-tabs .step-3 a.current:hover,
.wizard ul.w-tabs .step-3 li.current a {
    background-position: 0 -140px;
}

.wizard ul.w-tabs .step-4 a {
    background-position: 0 -168px;
}
.wizard ul.w-tabs .step-4 a:hover,
.wizard ul.w-tabs .step-4 a.current,
.wizard ul.w-tabs .step-4 a.current:hover,
.wizard ul.w-tabs .step-4 li.current a {
    background-position: 0 -196px;
}

.wizard ul.w-tabs .step-5 a {
    background-position: 0 -224px;
}
.wizard ul.w-tabs .step-5 a:hover,
.wizard ul.w-tabs .step-5 a.current,
.wizard ul.w-tabs .step-5 a.current:hover,
.wizard ul.tabs .step-5 li.current a {
    background-position: 0 -252px;
}

.wizard ul.w-tabs .step-6 a {
    background-position: 0 -280px;
}
.wizard ul.w-tabs .step-6 a:hover,
.wizard ul.w-tabs .step-6 a.current,
.wizard ul.w-tabs .step-6 a.current:hover,
.wizard ul.w-tabs .step-6 li.current a {
    background-position: 0 -308px;
}

.wizard ul.w-tabs .step-7 a {
    background-position: 0 -336px;
}
.wizard ul.w-tabs .step-7 a:hover,
.wizard ul.w-tabs .step-7 a.current,
.wizard ul.w-tabs .step-7 a.current:hover,
.wizard ul.w-tabs .step-7 li.current a {
    background-position: 0 -364px;
}

.wizard ul.w-tabs .step-8 a {
    background-position: 0 -392px;
}
.wizard ul.w-tabs .step-8 a:hover,
.wizard ul.w-tabs .step-8 a.current,
.wizard ul.w-tabs .step-8 a.current:hover,
.wizard ul.w-tabs .step-8 li.current a {
    background-position: 0 -420px;
}

.wizard ul.w-tabs .step-final {
    display: none;
}

/* --------- Tab pane styling --------- */

.wizard .w-panes {
    margin: 0 0 0 15px;
	padding: 0;
}

.wizard .w-panes .w-pane {
    background: #fff;
	display: none;
    font-size: 14px;
    position: relative;
}

.wizard .w-pane .pane-title {
    background: #007630;
    color: #fff;
}

.wizard .w-pane .pane-title p {
    color: #fff;
    margin: 0;
    padding: 0;
}

.wizard .w-pane .pane-title .pane-desc-wrap {
    padding: 15px;
    position: relative;
    width: 400px;
    z-index: 1;
}

.wizard .w-pane .pane-title p.pane-label{
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.wizard .w-pane .pane-title p.pane-desc {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.wizard .pane-content {
    min-height: 250px;
    padding: 15px;
}

.wizard .ctrl-holder {
    clear: both;
    margin: 0;
    padding: 10px 0;
}

.wizard .ctrl-holder-deactive {
    display: none;
}

.wizard label,
.wizard .label {
    color: #777;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin: 5px 10px 3px 0;
    position: relative;
    width: 150px;
}

.wizard .text-input {
    width: 65%;
}
.wizard .text-input,
.wizard .select-input,
.wizard select,
.wizard textarea {
    float: left;
}

.wizard .text-input,
.wizard select,
.wizard textarea {
    background:#FFF;
    border:2px solid #dfdfdf;
}

.wizard label span.required {
    color: #cd0a0a;
    display: none;
    font-size: 14px;
}

.wizard select option.out-of-stock {
    display: none;
}

/* --------- Wizard more info --------- */

.wizard .option-more-info {
}

.wizard .option-more-info a.option-more-info-link {
    background: #f2f2f2;
    border: 2px solid #f2f2f2;
    color: #555;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 0 0 0 10px;
    padding: 3px 0;
    text-decoration: none;
    text-align: center;
    width: 140px;
}

.wizard .option-more-info a.option-more-info-link:hover {
    background: #fff;
    text-decoration: none;
}

.wizard .option-more-info .option-more-info-box {
    display: none;
}

/* --------- Option deactivation --------- */

.option-deactivated-wrap {
    display: none;
}

.option-deactivated {
    display: none;
}

.option-deactivated-msg {
    color: #cb2026;
    float: left;
    font-size: 12px;
    padding: 5px 0;
    width: 240px;
}

.option-deactivated-msg-full {
    width: auto;
}

/* --------- Pane validator --------- */

.wizard .pane-validator {
    background: #f6cbca;
    border: solid 1px #cb2026;
    color: #cb2026;
    display: none;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}

.wizard .pane-validator p {
    margin: 0;
}

/* Hide at measure view */
#w-pane-3 .option-more-info {
    display: none;
}

/* --------- Wizard measures --------- */

.wizard .measure-block-top {
    background: #d2d2d2;
    margin: 30px 0 5px;
}

.wizard .measure-block-top-condensed {
    margin: 5px 0;
}

.wizard .measure-block-top h3 {
    color: #333;
    font-size: 18px;
    margin: 0;
    padding: 3px;
}

.wizard .measure-guides-wrap {}

.wizard .measure-guides-wrap p {
    margin: 5px 0;
}

.wizard .measure-guides-wrap a.guide-link {
    background: url(../images/pdf.png) 0 0 no-repeat;
    color: #333;
    padding-left: 20px;
}

.wizard .measure-instruction-item {
    margin: 10px 0;
}

.wizard .measure-instruction-label {
    color: #666;
    float: left;
    font-weight: bold;
    width: 16%;
}

.wizard .measure-instruction-type {
    float: left;
    width: 18%;
}

.wizard .measure-instruction-item ul.measure-type-list {
    margin: 0;
}

.wizard .measure-instruction-desc {
    float: left;
    width: 64%;
}

.wizard .measure-instruction-desc p {
    margin: 0;
    line-height: 1.0;
}

.wizard .measure-instruction-desc p .comment {
    font-size: 10px;
}

.wizard #measure-type-fieldset {
    margin: 0;
}

.wizard #measure-type-fieldset dt label {
    display: none;
}

.wizard #measure-type-fieldset ul.options-list li {
    display: block;
    float: left;
    margin-right: 10px;
}

.wizard #measure-type-fieldset ul.options-list li label,
.wizard #measure-type-fieldset ul.options-list li .label {
    display: inline;
    float: none;
}

.wizard #measure-type-fieldset .ctrl-holder {
    display: none;
}

.wizard .measure-fieldset {
    display: none;
}

.wizard ul.measure-type-list {
    list-style-type: none;
}

.wizard ul.measure-type-list li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

.wizard ul.measure-type-list li a {
    background: #f2f2f2;
    border: 2px solid #f2f2f2;
    color: #777;
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 8px;
    margin: 0;
    text-decoration: none;
}

.wizard ul.measure-type-list li a:hover {
    background: #f2f2f2;
    border: 2px solid #ddd;
    color: #555;
}

.wizard ul.measure-type-list li.selected a {
    background: #666;
    border: 2px solid #666;
    color: #fff;
}

.wizard .measure-block-presets-wrap  {}

.wizard .measure-presets-item {
    float: left;
    margin-right: 10px;
}

.measure-block-presets-wrap .signin-wrap,
.measure-block-presets-wrap .save-measures-wrap,
.measure-block-presets-wrap .order-wrap {
	display: block;
	float: left;
	width: 90px;
}

.measure-block-presets-wrap .signin-wrap a,
.measure-block-presets-wrap .save-measures-wrap a,
.measure-block-presets-wrap .order-wrap a {
    background: #f2f2f2;
    color: #777;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    position: relative;
    text-decoration: none;
}

.measure-block-presets-wrap .signin-wrap a:hover,
.measure-block-presets-wrap .save-measures-wrap a:hover,
.measure-block-presets-wrap .order-wrap a:hover {
    background: #999;
    color: #fff;
    text-decoration: none;
}

.measure-block-presets-wrap .order-wrap a {
    background: #007630;
    color: #fff;
}

.measure-block-presets-wrap .order-wrap a:hover {}

.wizard .measure-inputs {
    float: left;
    width: 39%;
}

.wizard  .measure-inputs .measure-inputs-block {
    background: #f2f2f2;
    background: none;
    padding: 10px;
    padding: 0;
    margin: 10px 0;
}

.wizard .measure-inputs-block p.measure-block-label {
    border-bottom: 1px solid #e3e3e3;
    color: #555;
    cursor: pointer;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.wizard .measure-inputs-block p.measure-block-label:hover {
    cursor: pointer;
}

.wizard .measure-inputs label {
    width: 120px;
}

.wizard .measure-inputs input,
.wizard .measure-inputs .text-input {
    width: 70px;
}

.wizard .measure-inputs .meta-btn {
    background: url(../images/help.png) center center no-repeat;
    display: block;
    float: right;
    height: 22px;
    width: 30px;
}

.wizard .measure-inputs .meta-btn:hover {
    cursor: pointer;
}

.wizard .measure-inputs meta-btn-disabled {
    background: none;
}

.wizard .measure-inputs meta-btn-disabled:hover {
    cursor: default;
}

.wizard .measure-meta {
     float: right;
    padding: 0 0 0 4%;
    width: 55%;
 }

.wizard .measure-meta-inner {
    min-height: 200px;
    height: auto !important;
    height: 200px;
}

.wizard .measure-meta ul.meta-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.wizard .measure-meta ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.wizard .measure-meta ul.meta-list li h3.meta-label {
    margin-bottom: 10px;
}

.wizard .measure-meta ul.meta-list li .meta-text {}

.wizard .measure-meta ul.meta-list li .meta-text p {}

.wizard .measure-meta ul.meta-list ul.image-list {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}

.wizard .measure-meta ul.meta-list ul.image-list li {
    float: left;
    height: 80px;
    list-style-type: none;
    margin: 0;
    padding: 1px;
    width: 80px;
}

.wizard .measure-meta ul.meta-list ul.image-list li img {
    border: 2px solid #fff;
}

.wizard .measure-meta .meta-video {}

.wizard .measure-meta .meta-video a {
    background: #f2f2f2 url(../images/player/play_large.png) center center no-repeat;
    border: 2px solid #e3e3e3;
    display: block;
    font-size: 0;
    height: 240px;
    margin: 0;
    text-indent: -9999em;
    width: 280px;
}

.wizard .measure-meta .meta-video a:hover {
    border: 2px solid #999;
}


/* Old classes */
.wizard ul.measure-meta-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.wizard ul.measure-meta-list li.measure-meta-list-item {
    display: none;
    margin: 0;
    padding: 0;
}

/* --------- Wizard controls --------- */

.wizard .pane-controls {
    background: #fff;
    border-top: 1px solid #ccc;
    border: 0;
    padding: 15px;
    margin: 0;
    text-align: center;
}

.wizard .pane-controls a.prev,
.wizard .pane-controls a.next {
    /*background: url(../images/wizard/wizard-ctrl-left.png) 100% 50% no-repeat;*/
    background: #f2f2f2;
    display: block;
    font-size: 16px;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
}

.wizard .pane-controls a.prev:hover,
.wizard .pane-controls a.next:hover {
    text-decoration: none;
}

.wizard .pane-controls a.prev {
    color: #999;
    float: left;
}

.wizard .pane-controls a.next {
    color: #007630;
    float: right;
}

.wizard .pane-controls a.prev:hover {
    background: #999;
    color: #fff;
}

.wizard .pane-controls a.next:hover {
    background: #007630;
    color: #fff;
}

/* --------- Last actions --------- */

ul.last-actions {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}

ul.last-actions li {
    float: left;
    position: relative;
    margin: 0 10px 0 10px;
    width: auto;
    /*width: 150px;*/
}

/* --------- Configurator Messages (ajax etc) --------- */

.progress-msg {
    background: url(../images/opc-ajax-loader.gif) 0 50% no-repeat;
    color: #f18200;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 10px 0;
    padding-left: 20px;
}

/*-  TFT Player -------------------------------------------------------------------------*/

/* styling of the container. */
a.tft-player {
    border:1px solid #999;
    display:block;
    float:left;
    height:240px;
    margin:0 15px 15px 0;
    text-align:center;
    width: 320px;
}

/* play button */
a.tft-player img {
    border:0px;
    margin-top:70px;
}

/* when container is hovered we alter the border color */
a.tft-player:hover {
    border:1px solid #000;
}

/*Buttons ================================================================================= */

button.btn-styled::-moz-focus-inner {
    padding:0;
    border:0;
} /* FF Fix */

button.btn-styled {
    background: url(../images/button-sprite-styled.png) 0 0 no-repeat;
    border: 0;
    cursor: pointer;
    height: 32px;
    overflow: visible;
    padding: 0 0 0 12px;
    width: auto;
    -webkit-border-fit: lines; /* <- Safari & Google Chrome Fix */
}

button.btn-styled span {
    background: url(../images/button-sprite-styled.png) 100% 0 no-repeat;
    color: #fff;
    display: block;
    float:left;
    font: bold 16px/32px Arial, Helvetica, sans-serif;
    height: 32px;
    padding: 0 12px 0 0;
    text-align: center;
    white-space: nowrap;
}

button.btn-styled:hover {}

button.btn-styled:hover span {}

button.btn-styled-1 {
    background-position: 0 0;
}
button.btn-styled-1 span {
    background-position: 100% 0;
}
button.btn-styled-1:hover {
    background-position: 0 -32px;
}
button.btn-styled-1:hover span {
    background-position: 100% -32px;
}

button.btn-styled-2 {
    background-position: 0 -64px;
}
button.btn-styled-2 span {
    background-position: 100% -64px;
}
button.btn-styled-2:hover {
    background-position: 0 -96px;
}
button.btn-styled-2:hover span {
    background-position: 100% -96px;
}

/*Load Mask ================================================================================= */

.loadmask {
	background-color: #CCC;
	height: 100%;
	left:0;
	position: absolute;	
	top:0;
	width: 100%;
	z-index: 100;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: .50;
	-moz-opacity: 0.5;
}
.measure-meta .loadmask {
    background-color: #fff;
}
.loadmask-msg {
	background: #eee;
	border:1px solid #bbb;
	padding:2px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20001;
}
.loadmask-msg div {
	background: #fbfbfb url(../images/loading.gif) no-repeat 5px 5px;
	border:1px solid #a3bad9;
	color:#222;
	cursor:wait;
	font:normal 11px tahoma, arial, helvetica, sans-serif;
	line-height: 16px;
	padding:5px 10px 5px 25px;
}
.masked {
	overflow: hidden !important;
}
.masked-relative {
	position: relative !important;
}
.masked-hidden {
	visibility: hidden !important;
}

/*Predesigned models ================================================================================= */

.predesigned-wrap {
    position: relative;
}

.predesign-block {
    margin: 15px 0;
}

.predesign-wrap {
    float: left;
    margin: 0 4% 0 0;
    width: 45%;
}

.predesign-wrap .label {
    color: #007630;
    font-family: Georgia, Times, serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 5px 0;
}

.predesign-wrap .desc {
    margin: 5px 0;
}

.predesign-wrap .load-design-link {}
.predesign-wrap a.load-design-link {}
.predesign-wrap a.load-design-link:hover {}

.predesign-wrap .pulse-img-wrap {
    min-height: 300px;
}

.predesign-wrap .pulse-img-wrap img {
    /*
        real img size is w 330x and h 400px
        size is set to 70% of this
    */
    height: 280px;
    width: 231px;
}

/*Predesigned models spot ========= */

.predesigned-spot {}

.predesigned-spot h2 {}

.predesigned-spot a {
    color: #007630;
}

.predesigned-spot ul.predesigns-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.predesigned-spot ul.predesigns-list li {
    margin: 3px 0;
}

.predesigned-spot ul.predesigns-list li a {
    background: url(../images/bg_tierico1.gif) 100% center no-repeat;
    padding-right: 10px;
    color: #222;
}

/* Sandbox ================================================================================= */


