/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* Reset ================================================================================= */ * {
    margin: 0;
    padding: 0;
}

body {
    background: #000;
    font: 12px / 1.35 Arial, Helvetica, sans-serif;
    color: #fefefe;
}

img {
    border: 0;
    vertical-align: top;
}

a {
    color: #000000;
    text-decoration: none;
}

.brand-logos-sub a {color:#fefefe;}

a:hover {
    text-decoration: none;
}:focus {
    outline: 0;
}

/* Headings */
h1 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.15;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.25;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
}

h4 {
    font-size: 14px;
    font-weight: bold;
}

h5 {
    font-size: 12px;
    font-weight: bold;
}

h6 {
    font-size: 11px;
    font-weight: bold;
}

/* Forms */
form {
    display: inline;
}

#search_mini_form {
    float: left;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}

/* Table */
table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption, th, td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

/* Content */
strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

cite {
    font-style: normal;
}

q, blockquote {
    quotes: none;
}

q:before, q:after {
    content: '';
}

small, big {
    font-size: 1em;
}

sup {
    font-size: 1em;
    vertical-align: top;
}

/* Lists */
ul, ol {
    list-style: none;
}

/* Tools */
.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.nobr {
    white-space: nowrap !important;
    margin-left: 10px;
    margin-bottom: 10px;
    color: #000;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left, .left {
    float: left !important;
}

.f-right, .right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}

.forgotten-password {
    font-size: 11px;
    color: #999;
    text-decoration: underline;
    padding-left: 14px;
    padding-top: 3px
}

/* ======================================================================================= */
/* Layout ================================================================================ */
.wrapper {
    background: url(../images/background.jpg) center top no-repeat #000;
}

.page {
    width: 965px;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
    text-align: left;
}

.page-print {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-empty {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-popup {
    padding: 20px;
    text-align: left;
    background: url(../images/bg90.png);
    color: #000;
}

.page-popup a {
    color: #000;
}
.page-popup a:hover {
    opacity: 0.5;
	filter:alpha(opacity=50);
}
.main-container {
    background: url(../images/bg80.png)
}

.main {
    margin: 7px 0px 0px 0px;
    padding: 13px;
}

.main-account {
    background: url(../images/bg90.png);
    float: left;
    width: 939px;
}

.my-account {
    background-color: #fff;
    color: #000;
    margin: 10px 0px 10px 10px;
    float: left;
    padding: 20px 15px 15px 15px;
    width: 887px;
}

.my-account .my-wishlist {
    width: 700px;
    float: right;
}
.my-account fieldset {
    float: right;
}

.my-account-top {
    float: left;
    height: 35px;
    width: 939px;
}

.block-account {
    float: left;
}

.block-sub-account {
}

.block-sub-account .block-title {
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 23px;
    border-bottom: 1px dotted #000;
}

.dashboard .page-title h1 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 23px;
    border-bottom: 1px dotted #ccc;
}

.block-content ul li {
    color: #7f0000;
    padding: 4px 0px 4px 0px;
    border-bottom: 1px dotted #ccc;
}

.block-content ul li a {
    color: #7f0000;
    text-decoration: none;
}
.block-content ul li a:hover
{
		opacity: 0.5;
	filter:alpha(opacity=50);
}

.block-content ul {
    width: 90%;
    margin-top: 16px;
    line-height: 13px
}

/* Base Columns */
.col-left {
    float: left;
    width: 158px;
}

.col-main {
    float: left;
    width: 713px;
}

.col-right {
    float: right;
    width: 220px;
    padding: 0px;
}

.catalog-category-view .col-right {
    padding: 0px;
}

/* 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 {
    padding: 0px;
}

.registering {
    margin-right: 14px;
    margin-top: 10px;
    background: url(../images/bg90.png);
}

.cms-landing-2 .registering {
    width: 700px;
}

.login-content {
    background-color: #fff;
    margin: 10px;
    height: 218px;
    float: left;
    color: black;
    font-size: 11px;
}

.cms-landing-2 .login-content {
    width: 680px;
}

.landing-block {
    margin-top: 30px;
    margin-bottom: 15px;
}

/* 3 Columns Layout */
.col3-layout .col-main {
    width: 484px;
}

.col3-layout .col-wrapper {
    float: left;
}

.col3-layout .col-wrapper .col-main {
    float: right;
}

.col3-layout .bottom-banner {
    position: relative;
    float: left;
    margin-top: 20px;
}

.catalog-category-view .col3-layout .col-wrapper .col-main {
    width: 540px;
    margin-right: 1666;
}

/* Content Columns */
.customer-account-login .col2-set .col-1, .cms-landing .col2-set .col-1, .cms-landing-2 .col2-set .col-1 {
    float: left;
    width: 47.5%;
    height: 90%;
    position: relative;
}

.customer-account-login .col2-set .col-2, .cms-landing .col2-set .col-2, .cms-landing-2 .col2-set .col-2 {
    float: right;
    width: 46%;
    height: 90%;
    position: relative;
}

.col2-set .col-1 {
    float: left;
    width: 49%;
}

.col2-set .col-2 {
    float: right;
    width: 49%;
}

.col2-set .col-narrow {
    width: 33%;
}

.col2-set .col-wide {
    width: 65%;
}

.col3-set .col-1 {
    float: left;
    width: 32%;
}

.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.col3-set .col-3 {
    float: right;
    width: 32%;
}

.col4-set .col-1 {
    float: left;
    width: 23.5%;
}

.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%;
}

.col4-set .col-3 {
    float: left;
    width: 23.5%;
}

.col4-set .col-4 {
    float: right;
    width: 23.5%;
}

/* ======================================================================================= */
/* Global 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;
    border: 1px solid #ddd;
    font-size: 12px;
}

input.input-text, textarea {
    padding: 2px;
    margin-top: 4px;
}

.opc select {
	margin-top: 4px !important;
}

.advanced-search input.input-text, textarea {
    width: 344px;
}

select {
    padding: 1px;
}

select option {
    padding-right: 10px;
}

select.multiselect option {
    border-bottom: 1px solid #ddd;
    padding: 2px 5px;
}

select.multiselect option:last-child {
    border-bottom: 0;
}

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 {
    -webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */
button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}
button.button:hover {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}
button.button span {
    float: left;
    height: 21px;
    background: transparent url(../images/bkg_button.gif) 0 0 no-repeat;
    padding: 0 0 0 8px;
    font: bold 12px / 21px Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

button.button span span {
    background-position: 100% 0;
    padding: 0px 15px 0px 0px;
}
button.buttonenquiri
{
	border: none;
	background:none;
	margin-left:2px;
}
button.buttonenquiri span {
    float: left;
    height: 21px;
    background: transparent url(../images/bkg_button.gif) 0 0 no-repeat;
    padding: 0 0 0 8px;
    font: bold 12px / 21px Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

button.buttonenquiri span span {
    background-position: 100% 0;
    padding: 0px 15px 0px 0px;
}
button.disabled {
}

button.disabled span {
}

button.btn-checkout span {
}

button.btn-checkout.no-checkout {
}

button.go-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* FF Fix */
button.go-button {
    -webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */
button.go-button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

button.go-button span {
    float: left;
    height: 19px;
    background: transparent url(../images/go.gif) 0 0 no-repeat;
    padding: 0 0 0 8px;
    font: bold 12px / 21px Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

button.go-button span span {
    background-position: -7px -1px;
    padding: 0px 15px 0px 0px;
}

button.black-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* FF Fix */
button.black-button {
    -webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */
button.black-button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

button.black-button span {
    float: left;
    height: 17px;
    background: transparent url(../images/black-button.png) 0 0 no-repeat;
    padding: 0 0 0 8px;
    font: bold 10px Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

button.black-button span span {
    background-position: 100% 0;
    padding: 3px 15px 0px 0px;
}

p.control input.checkbox, p.control input.radio {
    margin-right: 6px;
}

/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/
/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
    margin: 0 0 8px;
}

.form-list label {
    float: left;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 0;
}
.my-account .form-list label {
    float: left;
    color: #111111;
    font-weight: bold;
    position: relative;
    z-index: 0;
}
.advanced-search .form-list label {
    color: #111111;
    float: left;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 5px;
    position: relative;
    text-align: right;
    width: 200px;
    z-index: 0;
}

.form-list label.required {
}

.form-list label.required em {
    float: right;
    font-style: normal;
    color: #eb340a;
    position: absolute;
    top: 0;
    right: -8px;
}

.form-list li.control label {
    float: none;
}

.form-list li.control input.radio, .form-list li.control input.checkbox {
    margin-right: 6px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
    display: block;
    clear: both;
    width: 260px;
    color: #8b8181;
    font-size: 11px;
}

.form-list .field {
    float: left;
    width: 275px;
}

.form-list input.input-text {
    width: 189px;
    /* height: 20px;*/
}

.form-list textarea {
    width: 200px;
    height: 10em;
}

.form-list select {
    width: 207px;
    height: auto;
}

.form-list li.wide .input-box {
    width: 535px;
}

.form-list li.wide input.input-text {
    width: 529px;
}

.form-list li.wide textarea {
    width: 529px;
}

.form-list li.wide select {
    width: 535px;
}

.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}

.form-list .input-range input.input-text {
    width: 74px;
}

/* Customer */
.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}

.form-list .name-prefix {
    width: 65px;
}

.form-list .name-prefix select {
    width: 55px;
    margin-top: 4px;
    /* height: 25px;*/
    vertical-align: middle;
}

.form-list .name-prefix input.input-text {
    width: 49px;
}

.form-list .name-suffix {
    width: 65px;
}

.form-list .name-suffix select {
    width: 55px;
}

.form-list .name-suffix input.input-text {
    width: 49px;
}

.form-list .name-middlename {
    width: 70px;
}

.form-list .name-middlename input.input-text {
    width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname, .form-list .customer-name-prefix-middlename .name-firstname {
    width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-middlename .name-firstname input.input-text {
    width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname {
    width: 210px;
}

.form-list .customer-name-suffix .name-lastname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text, .form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
    width: 60px;
}

.form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text {
    width: 46px;
}

.form-list .customer-dob .dob-year {
    width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
    width: 134px;
}

.buttons-set {
    clear: both;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}
.buttons-set a
{
	color:#fff;
}
.logmein {
    position: absolute;
    bottom: 22px;
}

.logmein_event {
    
    bottom: 28px;
}

.buttons-set .back-link {
    float: left;
    color: #fff;
    margin-top: 15px;
}

.buttons-set button.button {
    float: right;
}

#send2 {
    float: left;
}

.buttons-set p.required {
    margin: 0 0 5px;
    text-align: left;
}

.buttons-set-order {
}

.fieldset {
    padding: 0px;
    margin: 0px;
}

.fieldset .legend {
    float: left;
    font-weight: bold;
    font-size: 14px;
    padding: 14px 0px 10px 0px;
    width: 400px;
}

/* Form Validation */
.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    padding-left: 17px;
    font-size: 10px;
    line-height: 8px;
    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 {
}

p.required {
    font-size: 10px;
    text-align: right;
    color: #f00;
}

/* 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;
    
}

.error {
    color: #f00;
    font-weight: bold;
}

.notice {
    color: #ccc;
}

.messages, .messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages {
    width: 700px;
    overflow: hidden;
}

.divMain .messages { width:auto; }
.messages li {
    margin: 10px 0px 10px 0px;
}

.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 9px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 8px 8px 8px !important;
    font-size: 11px !important;
    font-weight: bold !important;
    text-align: center;
}

.error-msg {
     border-color: #990000;
    color: #000;
	background-color: #e6e6e6;
}

.success-msg {
     border-color: #990000;
    color: #000;
	background-color: #e6e6e6;
}

.note-msg .notice-msg {
    color: #000;
    text-align: center;
    margin-top: 10px;
}

/* BreadCrumbs */
.breadcrumbs {
    margin: 0 0 22px;
    float: left;
    width: 700px;
}

.breadcrumbs li {
    display: inline;
    color: #ccc;
}

.breadcrumbs li a {
    font-size: 12px;
    text-decoration: none;
    color: #ccc;
}

.breadcrumbs li a:hover {
    text-decoration: underline;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

.breadcrumbs .breadcrumbs-li {
    vertical-align: middle;
    margin-left: 5px;
}

.breadcrumbs .breadcrumbs-li {[vertical-align:middle;
    vertical-align: top;
    margin-top:
    5px;]
}

/*Search mini*/
.search-mini-form {
    width: 220px;
    float: right;
    margin: 0px;
    margin-bottom: 15px;
}

.customer-account-login .search-mini-form {
    margin-bottom: 13px;
}

.my-account-top .search-mini-form {
    margin: 0px;
}

.cms-index-index .search-mini-form {
    margin: 0px;
}

/* Page Heading */
.page-title {
}

.page-title h1, .page-title h2 {
    font-size: 18px;
    color: #000;
}

.page-title .separator {
    margin: 0 3px;
}

.page-title .link-rss {
    float: right;
}

.title-buttons {
    text-align: right;
}

.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
    float: left;
}

.subtitle {
    clear: both;
}

.my-account .fieldset, .my-account .buttons-set {
    width: 700px;
    float: right;
    margin-top: 10px;
}

.my-account .page-title {
    width: 700px;
    float: right;
    padding-bottom: 5px;
    border-bottom: 1px dotted #000000;
}

.customer-account-index .my-account .page-title {
    width: 700px;
    float: right;
    border-bottom: 1px dotted #000000;
    padding-bottom: 5px;
}

.wishlist-index-index .my-account .page-title {
    width: 700px;
    float: right;
    border-bottom: 1px dotted #000000;
    padding-bottom: 5px;
}

.my-account h1 {
    border-bottom-color: #CCCCCC;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    margin-bottom: 23px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-size: 14px;
    width: 700px;
    float: right;
    font-weight: bold;
}

.my-account .fieldset .legend {
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 14px;
    width: 700px;
}

.my-account p {
    display: block;
    float: right;
    width: 100%;
    margin-top: 5px;
    font-size: 11px;
}

.my-account .downloadCatalogue:hover
{
	opacity: 0.5;
	filter: alpha(opacity = 50);
}
/* Pager */
.pager {
    border: 1px solid #ddd;
    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 {
    border: 1px solid #ddd;
    padding: 5px;
    margin: 5px 0;
}

.sorter .view-mode {
    float: left;
}

.sorter .sort-by {
    float: right;
}

.sorter .link-feed {
}

/* Toolbar */
.toolbar {
}

.toolbar .pager {
}

.toolbar .sorter {
}

.toolbar-bottom {
}
/*button*/
button.button span span.fixwidth
{
	width:59px;
}
/* Data Table */
.data-table {
    width: 100%;
}

.my-account .data-table {
    float: right;
    width: 702px;
}

.my-account .data-table .product-name {
    color: #000;
    text-decoration: none;
    margin: 10px 0px 10px 0px;
}

.my-account .data-table .product-name a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.my-account .data-table textarea {
    width: 90%;
    height: 110px;
}

.my-account .pager {
    width: 700px;
    float: right;
}

.my-account .pager .limiter select{
    width: 50px;
}

.my-account .pager .amount {
    width: 100px;
    float: left;
}

.data-table th {
    padding: 5px;
    border: 1px solid #ddd;
    font-weight: bold;
    white-space: nowrap;
	color:#000;
}

.data-table td {
    padding: 5px;
    border: 1px solid #ddd;
}

.data-table thead {
    background-color: #f2f2f2;
}

.data-table tbody {
}

.data-table tfoot {
}

.data-table tr.first {
}

.data-table tr.last {
}

.data-table tr.odd {
}

.data-table tr.even {
    background-color: #f6f6f6;
}

.data-table tbody.odd {
}

.data-table tbody tr td {
    text-align: center;
}



.data-table tbody.odd td {
    border-width: 0 1px;
}

.data-table tbody.even {
    background-color: #f6f6f6;
}

.data-table tbody.even td {
    border-width: 0 1px;
}

.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
    border-bottom-width: 1px;
}

.data-table th .tax-flag {
    white-space: nowrap;
    font-weight: normal;
}

.data-table td.label, .data-table th.label {
    font-weight: bold;
    background-color: #f6f6f6;
}

.data-table td.value {
}

.my-account .wishlist-table thead {
    background-color: #fff;
}

.my-account .wishlist-table th {
    padding: 5px;
    font-weight: bold;
    white-space: nowrap;
}

.my-account .wishlist-table td {
    padding: 5px;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor: pointer;
}

tr.summary-total td {
}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -53px;
}

tr.show-details td {
}

tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465;
}

tr.summary-details-first td {
    border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
    font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
    display: block;
}

.cart-tax-info, .cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(../images/bkg_collapse.gif) 100% 4px no-repeat;
    cursor: pointer;
}

.cart-tax-info .price, .cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}

.cart-tax-total-expanded {
    background-position: 100% -53px;
}

/* Class: std - styles for admin-controlled content */
.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}

.std dl dt {
    font-weight: bold;
}

.std dl dd {
    margin: 0 0 10px;
}

/*.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 */
.links li {
    display: inline;
    background: url(../images/li.png) left no-repeat;
    padding-left: 7px;
    padding-right: 4px;
}

.links li a {
    color: #989898;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
}

.links li a:hover {
    text-decoration: underline;
		opacity: 0.5;
	filter:alpha(opacity=50);
}

.links li.first {
    padding-left: 7px;
    background: url(../images/li.png) left no-repeat;
}

.links li.last {
    padding-right: 0 !important;
    padding-left: 7px;
    background: url(../images/li.png) left no-repeat;
}

.link-cart {
    font-weight: bold;
    color: #f00;
}

.link-wishlist {
    font-weight: bold;
}

.link-reorder {
    font-weight: bold;
}

.link-compare {
    font-weight: bold;
}

.link-print {
    background: url(../images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
}

.link-rss {
    background: url(../images/i_rss.gif) 0 1px no-repeat;
    padding-left: 18px;
    white-space: nowrap;
}

.btn-remove {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_remove.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove2 {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_trash.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: #ddd;
    text-indent: -999em;
    overflow: hidden;
}

/* Noscript Notice */
.noscript {
    border: 1px solid #ddd;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.noscript .noscript-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 12px 0 12px;
    background: url(../images/i_notice.gif) 20px 50% no-repeat;
}

.noscript p {
    margin: 0;
}

/* Demo Notice */
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    color: #fff;
}

/* ======================================================================================= */
/* Header ================================================================================ */
.logo {
    float: left;
}

.header-container {
}

.header {
    padding: 9px;
    margin-right: 4px;
    margin-left: 4px;
}

.links a:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
}


.header .logo {
    float: left;
    text-decoration: none !important;
}

.header .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.header h1.logo {
    margin: 0;
    padding: 0;
    padding-top: 30px;
}

.header .welcome-msg {
    font-weight: bold;
    text-align: right;
}

.header .links {
    float: right;
    margin-left: 10px;
	text-align: right;
    width: 430px;
}

.form-search {
    text-align: right;
    float: right;
    width: 219px;
}

.cms-home .form-search {
    text-align: right;
    float: right;
    margin-bottom: 16px;
    width: 219px;
}

.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 {
    clear: both;
    text-align: right;
}

.header-container .top-container {
    clear: both;
    text-align: right;
}

.form-search #search {
    width: 155px;
    border: 1px solid #ccc;
    margin: 0px;
    height: 17px;
    background: url(../images/btnSearch.png) left no-repeat #fff;
    padding: 0px 0px 0px 15px;
    margin-right: 2px;
    float: left;
}

.form-search .go-button {
    float: right;
    height: 19px;
}

.form-search .go-button:hover {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

/* Sidebar =============================================================================== */
.block {
}

.block .block-title {
    margin-bottom: 8px;
}

.block .block-title strong {
    font-size: 14px;
    font-weight: bold;
}

.block .block-title strong span {
}

.block .block-title a {
    text-decoration: none !important;
		opacity: 0.5;
	filter:alpha(opacity=50);
}

.block .block-subtitle {
    font-size: 13px;
    font-weight: bold;
}

.block .block-content {
	font-size:12px;
}

.block .block-content li.item {
    padding: 5px 0;
}

.block .btn-remove {
    float: right;
}

.block .actions {
    text-align: left;
    margin-top: 8px;
}

.block .actions a {
    float: left;
}
.block .actions a:hover
{
		opacity: 0.5;
	filter:alpha(opacity=50);
}

.block .empty {
}

.block li.odd {
}

.block li.even {
}

/* Mini Products List */
.mini-products-list li {
    padding: 5px 0;
}

.mini-products-list .product-image {
    float: left;
    width: 50px;
    padding: 5px;
    border: 1px solid #ddd;
}

.mini-products-list .product-details {
    margin-left: 75px;
}

.mini-products-list .product-details h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

/* Block: Account */
.block-account {
}

.left-compare {
}

/* 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;
    margin-bottom: 5px;
    padding-bottom: 3px;
    border-bottom: 1px solid #666;
    width: 140px;
}

.block-layered-nav .currently {
}

.block-layered-nav .btn-remove {
    float: left;
    margin: 2px 3px 0 0;
}

#narrow-by-list2 a {
    color: #fff;
    text-decoration: none;
}

#narrow-by-list2 a:hover {
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

#narrow-by-list2 .current a {
    color: #990000;
}

#narrow-by-list2 .current a:hover {
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

#narrow-by-list2 span {
    background: url(../images/brand-top.gif) no-repeat;
    display: block;
    width: 9px;
    height: 9px;
    float: right;
    margin-top: 4px;
}

/* Block: Cart */
.block-cart {
}

.block-cart .summary {
}

.block-cart .amount {
}

.block-cart .subtotal {
    text-align: center;
}

/* Block: Wishlist */
.block-wishlist {
}

/* Block: Related */
.block-related {
    margin-bottom: 60px;
    float: left;
}

.block-related a {
    font-size: 11px;
    color: #fff;
}
.block-related a:hover
{
	opacity: 0.5;
	filter:alpha(opacity=50);
}

.block-related li {
    padding: 5px 0;
}

.block-related input.checkbox {
    float: left;
    margin-right: -20px;
}

.block-related .product {
    margin-left: 20px;
}

.block-related .product .product-image {
    float: left;
    margin-right: -65px;
}

.block-related .product .product-details {
    margin-left: 65px;
}

/* Block: Compare Products */
.block-compare {
    background: url(../images/bg90.png);
    padding: 15px;
    margin-bottom: 13px;
}

.block-compare .block-title {
    color: #000;
    font-size: 12px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    float: left;
    width: 190px;
    position: relative;
}

.block-compare .empty {
    color: #000;
}

.block-compare .block-title small {
    font-size: 11px;
    color: #666;
    position: absolute;
    top: -2px;
}

.block-compare .compare-products {
    background: url(../images/compare-products.png);
    width: 127px;
    height: 16px;
    float: left;
    margin-right: 27px;
}

.block-compare #compare-items a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.block-compare #compare-items a:hover
{
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.block-compare .actions {
	margin-top: 7px;
    text-align: left;
}

.block-compare .actions a {
    color: #000000;
   
   margin-left: 22px;
}
.block-compare .actions a:hover
{
		opacity: 0.5;
	filter:alpha(opacity=50);
}

.block-compare li {
    padding: 5px 0;
}

/* Block: Compare Products */
.my-account .block-compare {
    background: url(../images/bg90.png);
    width: 158px;
    margin-bottom: 13px;
    margin-top: 20px;
    padding: 0;
}

.my-account .block-compare p {
    width: 158px;
}

.my-account .block-compare .block-title small {
    display: none;
}

/* default
 .my-account .block-compare {
 background: url(../images/bg90.png);
 padding: 15px;
 margin-bottom: 13px;
 }
 */
.my-account .block-compare .block-title {
    color: #000;
    font-size: 12px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    float: left;
    width: 158px;
    position: relative;
    /*width: 190px;*/
}

.my-account .block-compare .empty {
    color: #000;
}

.my-account .block-compare .block-title small {
    font-size: 11px;
    color: #666;
    position: absolute;
    top: -2px;
}

.my-account .block-compare .compare-products {
    background: url(../images/compare-products.png);
    width: 127px;
    height: 16px;
    float: left;
    margin-right: 27px;
}

.my-account .block-compare #compare-items a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.my-account .block-compare #compare-items a:hover {
	opacity: 0.5;
	filter: alpha(opacity = 50);
} 
.my-account .block-compare .actions {
}

.my-account .block-compare .actions a {
    color: #000;
    display: block;
    float: right;
    padding: 0;
}
.my-account .block-compare .actions a:hover
{
	opacity: 0.5;
	filter:alpha(opacity=50);
}

.my-account .block-compare li {
    padding: 5px 0;
}

.left-compare .block-compare {
    padding: 0px;
}

.left-compare .block-title {
    width: 158px;
}

/* Block: Recently Viewed */
.block-viewed {
}

/* Block: Recently Compared */
.block-compared {
}

/* Block: Poll */
.block-poll label {
}

.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
}

.block-poll .label {
    display: block;
    margin-left: 18px;
}

.block-poll li {
    padding: 3px 9px;
}

.block-poll .actions {
    margin: 5px 0 0;
}

.block-poll .answer {
    font-weight: bold;
}

.block-poll .votes {
    float: right;
    margin-left: 10px;
}

/* Block: Tags */
.block-tags ul, .block-tags li {
    display: inline;
}

/* Block: Subscribe */
.block-subscribe {
    float: right;
    padding: 13px 10px;
    background: url(../images/newsletter.png) no-repeat;
    width: 200px;
    height: 119px;
    margin-bottom: 14px;
}

.cms-home .block-subscribe {
    float: right;
    padding: 13px 10px;
    background: url(../images/newsletter.png) no-repeat;
    width: 200px;
    height: 119px;
    margin-bottom: 20px;
}

.block-registeronline {
    float: right;
    padding: 0;
    width: 221px;
    height: 144px;
   	position: relative;
	margin: 1px 0 16px 0;
}
.block-registeronline a
{
    color: #FFFFFF;
    font-weight: 700;
    padding-left: 0px;
    position: absolute;
	top: 100px;
	left: 20px;
	text-align:center;
	width:170px;
	font-size: 10px
}
.block-registeronline-logined {
    float: right;
    padding: 0;
    width: 221px;
    height: 144px;
   	position: relative;
	margin: 0px 0 12px 0;
	padding-bottom:5px;
}
.block-registeronline-logined a
{
    color: #FFFFFF;
    font-weight: 700;
    padding-left: 16px;
    position: absolute;
	top: 100px;
	left: 10px;
	text-align:center;
	width:170px;
	font-size: 10px;
	text-decoration: none;
}
.block-registeronline p:hover, .block-registeronline-logined p:hover {
	opacity: 0.5;
}
.whatisnew {
    float: right;
    margin-bottom: 14px;
    padding: 13px;
    background: url(../images/whatnews-bg.png) no-repeat;
    width: 194px;
    height: 112px;
}

.cms-home .whatisnew {
    float: right;
    margin-bottom: 20px;
    padding: 13px;
    background: url(../images/whatnews-bg.png) no-repeat;
    width: 194px;
    height: 112px;
}

.whatisnew .actions {
    margin-top: 15px;
}

.whatisnew .actions .rss {
    float: right;
    margin-top: 4px;
}

#newsletter {
    width: 190px;
    margin-top: 3px;
}

#newsletter-footer {
    margin-top: 0px;
    color: #8b8181;
    font-size: 11px;
}

/* Block: Reorder */
.block-reorder {
}

.block-reorder li {
    padding: 5px 0;
}

.block-reorder input.checkbox {
    float: left;
    margin: 3px -20px 0 0;
}

.block-reorder .product-name {
    margin-left: 20px;
}

/* Block: Banner */
.block-banner-normal {
    float: right;
    margin-bottom: 13px;
}

.block-banner {
    margin-bottom: 0px;
    float: right;
}

.cms-home .block-banner {
    margin-bottom: 14px;
    float: right;
}


.cms-index-index .block-banner {
    margin-top: 0px;
}

.customer-account-login .block-banner {
    margin-top: 0px;
    float: right;
}

.block-banner .block-content {
    text-align: center;
}

.block-banner .loginbanner {
    margin-bottom: 16px;
}

.block-banner-normal p:hover,
.block-banner p:hover{
	opacity: 0.5;
	filter: alpha(opacity = 50);
}
p.banner {
    margin-top: 18px;
}

/* Block: Login */
.block-login label {
    font-weight: bold;
    color: #666;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

/* Paypal */
.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.sidebar .paypal-logo a {
    float: none;
}

/* ======================================================================================= */
/* Category Page ========================================================================= */
.category-title {
    border: 0;
    margin: 0 0 7px;
}

.category-image {
    width: 100%;
    overflow: hidden;
    margin: 12px 0px 10px 0px;
    text-align: center;
}

.category-image img {
}

.category-description {
    padding-top: 20px;
    background: #fff;
	
}

.products-cats-main {
    background: #fff;
    width: 540px;
    float: left;
    padding-bottom: 20px;
}

.sub-category-description {
    margin: 0px 20px 0px 20px;
    background-color: #fff;
    color: #000;
    padding: 10px;
}

.sub-products-cats-main {
    margin: 0px 20px 0px 20px;
    background-color: #fff;
    color: #000;
    width: 480px;
    padding: 10px;
    border-top: 1px dotted #ccc;
    float: left;
}

.category-products {
    float: left;
}

.CatBlank {
}

.footer-no-products {
    background: url(../images/bg90.png);
    height: 20px;
}

/* View Type: Grid */
.products-grid {
    padding: 0px;
    margin: 0px;
    float: left;
}

.products-grid.last {
    border-bottom: 0;
}

.products-grid li.item {
    width: 110px;
    height: 170px;
    padding: 10px 10px 10px 0px;
    text-align: center;
    float: left;
}

.products-grid .product-image {
    width: 100px;
    height: 90px;
    margin: 0 0 10px;
}

.products-grid .product-name {
    margin: 10px 0px 10px 0px;
    float: left;
    text-align: center;
    width: 110px;
    color: #666;
    margin: 0px;
    padding: 0px;
    height: 40px;
}

.products-grid .product-name a {
    color: #666;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.products-grid .price-box {
    margin-bottom: 5px;
    float: left;
    width: 80px;
	color: #000;
	font-size: 11px;
	padding-top:5px;
}

.products-grid .availability {
    line-height: 21px;
}

.products-grid .actions {
    position: absolute;
    bottom: 12px;
}

.col2-left-layout .products-grid, .col2-right-layout .products-grid {
    width: 700px;
    margin: 0 auto;
    margin-left: 15px;
}

.col1-layout .products-grid {
    width: 790px;
    margin: 0 auto;
}

.theRange {
    padding-top: 35px;
    color: #660000;
    font-weight: bold;
}

.attributes {
    margin-top: 10px;
    float: left;
    width: 350px;
}

.attributes .td {
    width: 45%;
    float: left;
    padding: 7px;
}

.attributes .td .td-title {
    font-weight: bold;
    color: #660000;
}

.ratings-table {
    margin-left: 10px;
    margin-bottom: 10px;
}

#customer-reviews {
    float: left;
    background: url(../images/bg90.png);
    width: 670px;
    margin-top: 15px;
    padding: 15px;
}

.sub-box-reviews {
    background-color: white;
    color: #000;
    padding: 5px;
}

.sub-box-reviews h2 {
    font-size: 14px;
}

.sub-box-reviews h3 {
    font-size: 12px;
    font-weight: bold;
}

.sub-box-reviews h4 {
    font-size: 12px;
}

.sub-box-reviews a {
    color: #000;
    text-decoration: none;
}

/* View Type: List */
.products-list li.item {
    border-bottom: 1px solid #ddd;
    padding: 12px 10px;
}

.products-list li.item.last {
    border-bottom: 0;
}

.products-list .product-image {
    float: left;
    width: 135px;
    height: 135px;
    margin: 0 0 10px;
}

.products-list .product-shop {
    margin-left: 150px;
}

.products-list .product-name {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 13px;
}

.products-list .product-name a {
    color: #000;
    text-decoration: none;
}

.products-list .price-box {
    float: left;
    margin: 3px 13px 5px 0;
	-webkit-box-shadow: 5px 8px 5px 5px , #000;
	-moz-box-shadow: 5px 8px 5px 5px , #000;
	box-shadow: 5px 8px 5px 5px ,#000; 
}

.products-list .availability {
    float: left;
    margin: 3px 0 0;
}

.products-list .desc {
    clear: both;
    padding: 6px 0 0;
    margin: 0 0 15px;
    line-height: 1.35;
}

.products-list .desc .link-more {
    font-size: 11px;
    color: #ccc;
    text-decoration: none;
}

.products-list .add-to-links {
    clear: both;
}

.products-list .add-to-links li {
    display: inline;
}

.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px;
}

/* ======================================================================================= */
/* Product View ========================================================================== */
/* Rating */
.no-rating {
    margin: 0;
    float: left;
    width: 353px;
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #e7e7e7;
}

.no-rating a {
    display: block;
    background: url(../images/plus.png) no-repeat left center;
    padding-left: 10px;
    color: #000;
    margin-left: 90px;
    text-decoration: none;
}

.printer {
    float: left;
    width: 343px;
    margin-left: 5px;
    padding: 10px 0px 10px 0px;
    border-top: 1px dotted #000;
}

.printer a {
    display: block;
    background: url(../images/printer.png) no-repeat left center;
    padding-left: 25px;
    color: #5b5656;
    margin-left: 100px;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}

.ratings {
    font-size: 11px;
    line-height: 1.25;
    margin: 7px 0;
    float: left;
    width: 350px;
}

.ratings strong {
    float: left;
    margin: 1px 3px 4px 0;
    margin-left: 70px;
}

.ratings .rating-links {
    margin: 0;
}

.ratings .rating-links .add-new-review {
    color: #000;
    text-decoration: none;
    background: url(../images/plus.png) no-repeat left center;
    padding-left: 7px;
    margin-left: 5px;
}

.ratings .rating-links .numbers {
    color: #000;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.ratings dt {
}

.ratings dd {
}

.rating-box {
    width: 100px;
    height: 20px;
    font-size: 0;
    line-height: 0;
    background: url(../images/bkg_rating.gif) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating {
    float: left;
    height: 17px;
    background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}

.ratings .rating-box {
    float: left;
    margin-right: 3px;
}

.ratings .amount {
}

.ratings-table th, .ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}

.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}

/* Availability */
.availability {
    margin: 0;
}

.availability span {
    font-weight: bold;
}

.availability.in-stock span {
}

.availability.out-of-stock span {
    color: #d83820;
}

.availability-only {
    margin: 0 0 7px;
}

.availability-only span, .availability-only a {
    cursor: help;
}

.availability-only a {
    background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
}

.availability-only .expanded {
    background-position: 100% -15px;
}

.availability-only strong {
}

.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #f2f2f2;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
}

/* Email to a Friend */
.email-friend {
}

/* Alerts */
.alert-price {
}

.alert-stock {
}

/********** < Product Prices */
.price {
    white-space: nowrap !important;
}

.price-box {
	font-size:11px;
	font-weight: bold;
}

.price-box .price {
    font-weight: bold;
}

/* 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;
}

.minimal-price-link {
    display: block;
}

.minimal-price-link .label {
}

.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;
}

/* FPT */
.weee {
    display: block;
    font-size: 11px;
    color: #444;
}

.weee .price {
    font-size: 11px;
    font-weight: normal;
}

/* 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 notice next to the options */
.price-notice {
    padding-left: 10px;
}

.price-notice .price {
    font-weight: bold;
}

/* Price as configured */
.price-as-configured {
}

.price-as-configured .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-box-bundle {
}

/********** Product Prices > */
/* Tier Prices */
.tier-prices .price {
    font-weight: bold;
}

.tier-prices .benefit {
}

.tier-prices-grouped {
}

/* 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-cart .paypal-logo {
    clear: left;
}

/* Add to Links + Add to Cart */
.add-to-box {
}

.add-to-box .add-to-cart {
    float: left;
}

.add-to-box .or {
    float: left;
    margin: 0 10px;
}

.add-to-box .add-to-links {
    float: left;
}

.product-view {
    background: url(../images/bg90.png);
    padding: 15px;
    float: left;
    width: 670px;
}

.product-view-sub {
    background-color: #fff;
    color: #000;
    float: left;
    width: 670px;
    position: relative;
}

.zoom-header {
    border-bottom: 1px dotted #ccc;
    padding: 0px 0px 2px 0px;
    float: left;
    width: 660px;
    width: 100%;
}

.zoom-title {
    width: 600px;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
    text-align: left;
}

.zoom-close {
    background: url(../images/zoom-close.png) no-repeat right center;
    cursor: pointer;
    padding-right: 10px;
    float: right;
    width: 35px;
    font-weight: bold;
    margin-top: 10px;
    color: #000;
}

.zoom-close:hover {
		opacity: 0.5;
	filter: alpha(opacity = 50);
	}
.zoom-right {
    float: right;
    padding-top: 2px;
}

.zoom-notice {
    width: 210px;
    float: left;
    margin-left: 2px;
    padding-top: 2px;
    color: #5b5656;
}

.product-essential {
    width: 353px;
    border-right: 1px solid #e7e7e7;
    float: left;
    display: compact;
}

.product-collateral .box-collateral {
    margin: 0 0 15px;
}

.enquiry-form {
    padding: 0px;
    margin: 0px;
    width: 620px;
}

.enquiry-form li {
    padding: 3px;
    text-align: right;
}

.enquiry-form li a {
    display: block;
    width: 400px;
    float: right;
    text-align: left;
}

.enquiry-form li div {
    width: 200px;
    float: left;
}

.enquiry-form input {
    width: 400px;
    height: 14px;
    color: #000;
    font-size: 12px;
}

.enquiry-form .comment {
    width: 400px;
    color: #000;
    font-size: 12px;
}

.enquiry-form .subscriber {
    text-align: right;
}

.enquiry-form .subscriber input {
    width: 15px;
    margin-right: 5px;
}

.enquiry-form .validation-advice {
    float: right;
    width: 390px;
    padding: 2px;
}

.enquiry-form .submit {
    text-align: right;
}

.enquiry-form select {
    width: 405px;
    height: 20px;
    color: #000;
    font-size: 12px;
}

#suggest {
    color: red;
    text-align: center;
}

/* Product Images */
.brand-logo {
    text-align: left;
}

.product-view .product-img-box {
    width: 305px;
    float: right;
    padding: 5px;
    margin-top: 20px;
}

.sub-content .product-img-box {
    position: relative;
    width: 665px;
    float: left;
}

.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}

.product-view .product-img-box .product-image {
}

.product-img-box .product-image-zoom {
    position: relative;
    width: 200px;
    height: 300px;
    overflow: hidden;
    z-index: 9;
}

.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;
    text-align: center;
    cursor: pointer;
    margin-top: 30px;
}

.product-view .product-img-box .zoom:hover {
		opacity: 0.5;
	filter: alpha(opacity = 50);
}

.product-view .product-img-box .zoom.disabled {
    -moz-opacity: .3;
    -webkit-opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /*IE8*/
    opacity: .3;
}

.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 {
}

.col1-layout .product-view .product-shop {
    float: right;
    width: 700px;
}

.col3-layout .product-view .product-shop {
    float: none;
    width: auto;
}

.product-view .product-name {
    padding: 7px 0px 7px 10px;
    border-bottom: 1px solid #e7e7e7;
}

.product-view .product-name h1 {
    color: #660000;
    font-size: 14px;
    font-weight: bold;
}

.product-view .productName {
    float: left;
}

.product-view .productName h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0px 20px 0px;
    color: #000;
    width: 210px;
}

.tools {
    position: absolute;
    right: 0px;
    top: -40px;
}

.tools-zoom {
    float: right;
    margin-top: 10px;
    width: 668px;
}

.makeEnquire {
    float: left;
    margin-right: 5px;
}

.makeEnquirecompare {
    margin-right: 5px;
}

.three-links {
    padding: 0px;
    margin: 0px;
    float: left;
    margin-top: 2px;
    margin-left: 0px;
    font-size: 9px;
    font-weight: bold;
}

.three-links li {
    display: inline;
    padding: 5px;
    padding-left: 10px;
}

.three-links li a {
    color: #666;
    text-decoration: none
}

.three-links li {
    background: url(../images/plus.png) no-repeat left;
}

.three-links li.emailToFriend {
    background: url(../images/bullet.png) no-repeat left;
}

.product-view .short-description {
    padding: 7px 7px 7px 10px;
    border-bottom: 1px dotted #000;
    margin-right: 5px;
}

/* 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 input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.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 */
.product-view .grouped-items-table {
}

/* Block: Description */
.product-view .box-description {
}

/* Block: Additional */
.product-view .box-additional {
}

/* Block: Upsell */
.box-up-sell {
    float: left;
    background: url(../images/bg90.png);
    color: #000;
    margin-top: 20px;
    width: 700px
}

.box-up-sell h2 {
    background: url(../images/youmay.png) no-repeat center;
    display: block;
    height: 40px;
    width: 700px;
}

.box-up-sell .products-grid td {
    width: 130px;
}

/* Block: Tags */
.product-view .box-tags {
}

.product-view .box-tags .form-add label {
    float: left;
}

.product-view .box-tags .form-add .input-box {
    float: left;
    width: 260px;
    margin: 0 5px;
}

.product-view .box-tags .form-add input.input-text {
    width: 254px;
}

.product-view .box-tags .form-add p {
    clear: both;
}

/* Block: Reviews */
.product-view .box-reviews {
    float: left;
}

.product-view .box-reviews .form-add {
}

/* Send a Friend */
.send-friend {
}

/* ======================================================================================= */
/* Content Styles ================================================================= */
.product-name {
    font-size: 1em;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

.product-name a {
	color:#fff;
}

/* Product Tags */
.tags-list li {
    display: inline;
}

/* Advanced Search */
.advanced-search {
}

.advanced-search .at1 {
    color: #111111;
    float: left;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 5px;
    position: relative;
    text-align: right;
    width: 200px;
    z-index: 0;
}

.advanced-search-amount {
}

.advanced-search-summary {
}

/* CMS Home Page */
.cms-home .subtitle {
}

.cms-index-index .subtitle {
}

/* Sitemap */
.page-sitemap .links {
    text-align: right;
    margin: 0 8px -22px 0;
}

.page-sitemap .links a {
    text-decoration: none;
    position: relative;
}

.page-sitemap .links a:hover {
    text-decoration: underline;
}

.page-sitemap .sitemap {
    margin: 12px;
}

.page-sitemap .sitemap a {
}

.page-sitemap .sitemap li {
    margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold;
}

.page-sitemap .sitemap li.level-0 a {
}

/* RSS */
.rss-title h1 {
    background: url(../images/i_rss-big.png) 0 4px no-repeat;
    padding-left: 27px;
}

.rss-table .link-rss {
    display: block;
    line-height: 1.35;
    background-position: 0 2px;
}

/* ======================================================================================= */
/* Shopping Cart ========================================================================= */
.onepage-checkout,
.cart {
	background-color: #fff; 
	padding: 15px 15px 30px; 
	margin-top: 30px;
	border: 10px solid #e8e6e6;
	color: #000;
	min-height: 300px;
}
.success {
	background-color: #fff; 
	padding: 15px 15px 30px; 
	margin-top: 0px;
	border: 10px solid #e8e6e6;
	color: #000;
	min-height: 300px;
}

.cart .form-list label { color: #000; }

.cart .product-name a { color: #000; }
.cart .product-name { text-align: left; font-weight: bold;  }

.cart .page-title,
.onepage-checkout .page-title { border-bottom: 1px dotted #000; margin-bottom: 15px; }

.cart .messages { width: auto; }

.cart .buttons-set button.button { float: none; }
/* Checkout Types */
.cart .checkout-types {
    float: right;
    text-align: right;
    margin-top: 10px; 
}

.shipping .buttons-set { margin-bottom: 10px; }

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

/* Shopping Cart Table */
.cart-table .item-msg {
    font-size: 10px;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    padding: 15px 0 0;
}

.cart input.qty { margin-top: 0px; }

.cart .cart-collaterals h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}


.cart .cart-collaterals .col2-set {
    float: left;
    width: 550px;
}

.cart .crosssell {
}

.cart .crosssell h2 {
    font-size: 13px;
    font-weight: bold;
}

.cart .crosssell .product-image {
    float: left;
    width: 75px;
    height: 75px;
    border: 1px solid #ddd;
}

.cart .crosssell .product-details {
    margin-left: 90px;
}

.cart .crosssell li.item {
    margin: 12px 0;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount, .cart .shipping {
}

/* Shopping Cart Totals */
.cart .totals {
    float: right;
}

.cart .totals table {
    width: 100%;
}

.cart .data-table { }
.cart .data-table tfoot td { border: none; padding: 10px 0px; }
.cart .data-table tbody td { border: 1px solid #e8e6e6; }
.cart .data-table th { border: 1px solid #e8e6e6; }

.cart .totals table .price { font-weight: bold; }
.cart .totals table tfoot td .price,
.cart .totals table tfoot td { font-weight: bold; font-size: 16px; }

.cart .totals table th, .cart .totals table td {
    padding: 5px;
}

.cart .page-title .checkout-types { margin: 0px; }

.cart .totals table th {
    font-weight: bold;
}

.cart .totals table tfoot th {
}

/* Options Tool Tip */
.item-options dt {
    font-weight: bold;
    font-style: italic;
}

.item-options dd {
    padding-left: 10px;
}

.truncated {
    cursor: help;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value dl {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.truncated .show dl {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show dl {
    left: 30px;
    top: 7px;
}

.col-right .truncated .show dl {
    left: -240px;
    top: 7px;
}

/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < 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 .checkmo-list li {
    margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right;
}

.sp-methods .checkmo-list address {
    float: left;
}

.sp-methods .centinel-logos a {
    margin-right: 3px;
}

.sp-methods .centinel-logos img {
    vertical-align: middle;
}

.please-wait {
    float: right;
    margin-right: 5px;
}

.please-wait img {
    vertical-align: middle;
}

.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 .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.tool-tip .tool-tip-content {
    padding: 5px;
}

/* Gift Messages */
.gift-messages {
}

.gift-messages-form {
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}

.gift-messages-form {
    position: relative;
}

.gift-messages-form label {
    float: none !important;
    position: static !important;
}

.gift-messages-form h4 {
}

.gift-messages-form .whole-order {
}

.gift-messages-form .item {
    margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px;
}

.gift-messages-form .item .product-image {
    margin: 0 0 7px;
}

.gift-messages-form .item .number {
    margin: 0;
    font-weight: bold;
    text-align: center;
}

.gift-messages-form .item .details {
    margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
}

.gift-message-link {
    display: block;
    background: url(../images/bkg_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;
}

/* Centinel */
.centinel {
}

.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff;
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

/* Generic Info Set */
.info-set {
}

/********** Common Checkout Styles > */
/* One Page Checkout */
.block-progress {
}

.block-progress dt {
    font-weight: bold;
}

.block-progress dt.complete, .block-progress dd.complete {
    
}
.block-progress dt.complete a
{
	color: #fff;
}

.opc .form-list label { color: #000; }
.opc .form-list .input-box { }

.opc {
    border-bottom: 1px solid #ddd;
    position: relative;
}

.opc li.section {
    border: 1px solid #ddd;
    border-bottom: 0;
}

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px;
}

.opc .step-title {
    background-color: #e8e6e6;
    padding: 0 10px;
    text-align: right;
}

.opc .step-title .number {
    float: left;
    line-height: 22px;
    margin-right: 5px;
	color: #000;
	font-size: 14px;
	margin-top: 3px;    
}

.opc .step-title h2 {
    float: left;
	color: #000;
	font-size: 14px;
	margin-top: 6px;
}

.opc .step-title a {
    display: none;
    float: right;
}

.opc .allow .step-title {
    cursor: pointer;
}

/*.opc .allow .step-title a { display:block; }*/
.opc .active {
}

.opc .active .step-title {
    background-color: #f3f3f3;
    cursor: default;
}

.checkout-onepage-index .block-banner { margin-top: 10px; }

/*.opc .active .step-title a { display:none; }*/
.opc .step {
    border-top: 1px solid #e8e6e6;
    padding: 10px 20px 20px;
    position: relative;
}

.opc .step .tool-tip {
    right: 10px;
}

.opc .order-review {
}

/* Multiple Addresses Checkout */
.checkout-progress {
    padding: 0 50px;
    margin: 10px 0;
}

.checkout-progress li {
    float: left;
    width: 20%;
    border-top: 5px solid #ccc;
    text-align: center;
    color: #ccc;
}

.checkout-progress li.active {
    border-top-color: #000;
    color: #000;
}

.multiple-checkout {
    position: relative;
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 10px;
}

.multiple-checkout .grand-total {
    font-size: 1.5em;
    text-align: right;
}

.multiple-checkout .grand-total big {
}

.multiple-checkout .grand-total .price {
}

/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.account-login {
    padding-top: 4px;
    float: left;
}

.account-login .new-users {
    padding: 10px;
}

.account-login .registered-users {
    border-right: 1px solid #e7e6e6;
    height: 90%;
    padding: 10px;
}

.account-login .registered-users p {
    margin-bottom: 12px;
}

.account-login .registered-users h2, .account-login .new-users h2 {
    font-size: 16px;
    margin-bottom: 4px;
    margin-top: 7px;
    font-weight: bold;
}

.path {
    width: 70%;
    float: left;
}

.path .path-ul {
    padding: 0px;
    margin: 0px;
}

.path .path-ul li {
    display: inline;
    margin-right: 7px;
    color: #ccc;
}

.path .path-ul li.item {
    background: url(../images/li.png) left no-repeat;
    padding-left: 7px;
}

.path .path-ul li a {
    text-decoration: none;
    color: #ccc;
}

.path .path-ul li a:hover {
    text-decoration: underline;
    color: #ccc;
}

.account-create {
    background: url(../images/bg90.png);
    float: left;
    width: 700px
}

.account-create-sub {
    background-color: #fff;
    color: #000;
    padding: 10px;
    margin: 10px;
    width: 660px;
}

.account-create-sub .fieldset {
}

.account-create-sub .fieldset .form-list {
    margin: 0px;
    float: left;
}
.225 {margin-left:
    13px;
    margin-right:
    13px;
}

.passwordRecover-form-list {
    padding: 0px;
    margin: 0px;
    float: left;
}

.passwordRecover-form-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Account Login/Create Pages ============================================================ */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

/********** < Dashboard */
.dashboard {
    float: right;
    width: 700px;
    margin-left: 20px;
}

.dashboard .welcome-msg {
    margin-bottom: 35px;
    float: right;
    margin-top: 13px;
}

.dashboard .box-title, .box-account h2 {
    font-size: 12px;
    font-weight: bold;
    float: left;
    margin-bottom: 7px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    width: 340px;
}

.box-account a {
    display: block;
    float: left;
    margin-top: 5px;
    width: 340px;
}

.box-account .box-head, .box-account #my_recent_reviews {
    float: left;
}

.box-account #my_recent_reviews h3 {
    float: left;
    width: 150px;
}

.box-account #my_recent_reviews .ratings {
    width: 200px;
    float: left;
}

.box-account #my_recent_reviews .ratings strong {
    padding: 0px;
    margin: 0px;
}

.box-account a {
    color: #000;
}

.dashboard h3 {
    float: left;
    font-size: 12px;
}

.dashboard .black-button {
    float: left;
    margin-left: 10px;
}

.dashboard .black-button:hover {
	opacity: 0.5;
	filter: alpha(opacity = 50);
} 

.dashboard .box {
    margin-bottom: 40px;
    float: left;
	width: 100%;
}

/* Block: Recent Orders */
.dashboard .box-recent {
    margin: 10px 0;
}

/* Block: Account Information */
.dashboard .box-info {
    float: right;
}

.dashboard .box-info a {
    color: #666;
}
.dashboard .box-info a:hover {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.data-table .product-image:hover
{
	opacity: 0.5;
	filter: alpha(opacity = 50);
}
/* Block: Reviews */
.dashboard .box-reviews {
    float: left;
    width: 340px;
}

.dashboard .box-reviews .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #ddd;
}

.dashboard .box-reviews .details {
    margin-left: 20px;
}

/* Block: Tags */
.dashboard .box-tags .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #ddd;
}

.dashboard .box-tags .details {
    margin-left: 20px;
}
.dashboard .box-payment p {
    float: none;
}
/********** Dashboard > */
/* Address Book */
.addresses-list {
}

.addresses-list-additional li.item {
}
.addresses-list .box-content {
    font-size: 12px;
}

.addresses-list .col-2 li {
    padding: 0 0 10px;
}

.addresses-list .col-2 li .actions {
    border: 1px solid #e4e4e4;
    padding: 3px 9px 4px;
    float: left;
}

.addresses-list .col-2 li address {
    padding: 10px;
    clear: both;
}

/* 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;
}

.order-date {
    margin: 10px 0;
}

.order-info-box {
}

.order-items {
    width: 100%;
    overflow-x: auto;
}

.order-gift-message {
    margin: 15px 0;
}

.gift-message dt strong {
    color: #666;
}

.gift-message dd {
    margin: 5px 0 0;
    font-size: 13px;
}

.order-about {
    margin: 15px 0;
}

.order-about dt {
    font-weight: bold;
}

.order-about dd {
    font-size: 13px;
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}

.tracking-table th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table th, .tracking-table td {
    padding: 1px 5px 0 0;
}

.tracking-table-popup {
    width: 100%;
}

.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup th, .tracking-table-popup td {
    padding: 1px 8px;
}

/* Order 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;
}

/* My Reviews */
.product-review {
    background: url(../images/bg90.png);
    padding: 15px;
}

.product-review-sub {
    padding: 5px;
    color: #000;
    background-color: #fff;
}

.product-review-sub h1 {
    margin-bottom: 10px;
}

.product-review-sub a {
    color: #000;
}

.product-review .product-img-box {
    float: left;
    width: 140px;
}

.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
}

.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

.product-review .product-details {
    margin-left: 150px;
    margin-bottom: 10px;
}

.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.product-review h3 {
}

.product-review .ratings-table {
    margin: 0 0 10px;
}

.product-review dt {
    font-weight: bold;
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* ======================================================================================= */
/* Footer ================================================================================ */
.footer-container {
    background: url(../images/bg80.png);
    padding-top: 32px;
    width: 965px;
}

.footer {
    border-top: 1px dotted #666;
    font-size: 11px;
    padding-top: 15px;
    margin-left: 13px;
    margin-right: 13px;
    padding-bottom: 20px;
}

.footer p {
    text-align: right;
}

.footer address {
    text-align: right;
}

.footer ul {
}

.footer ul li {
    display: inline;
}

.footer-container .bottom-container {
    text-align: center;
}

/* ======================================================================================= */
/* Clears ================================================================================ */
.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after, .search-mini-form:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

/* ======================================================================================= */
.brand-logos, .footer-links {
    background: url(../images/bg80.png);
    padding-top: 40px;
}

.brand-logos a:hover,
.footer-links a:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
	}

.brand-logos-sub {
    border-top: 1px dotted #4e4848;
    margin-left: 13px;
    margin-right: 13px;
    text-align: center;
    color: #fff;
}

.sub-footer-links {
    border-top: 1px dotted #4e4848;
    padding-top: 30px;
    margin-left: 13px;
    margin-right: 13px;
    vertical-align: top;
}

.ft {
    display: inline-table;
    height: 245px;
}

.footer-block1 {
    width: 240px;
    border-right: 1px #2e2c2c solid;
}

.footer-block2 {
    width: 220px;
    border-right: 1px #2e2c2c solid;
    padding-left: 17px;
	vertical-align: top;
}

.footer-block2 {[width:
    220px;
    width:
    240px;]
}

.footer-block3 {
    width: 185px;
    border-right: 1px #2e2c2c solid;
    padding-left: 17px;
	vertical-align: top;
}

.footer-block3 {[width:
    185px;
    width:
    215px;]
}

.footer-block4 {
    width: 215px;
    padding-left: 17px;
	vertical-align: top;
}

.footer-block4 {[width:
    215px;
    width:
    235px;]
}

.fl {
    float: left;
    width: 49%;
}

.ft .title {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #f5f5f5;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.ft .name {
    color: #f5f5f5;
    padding-top: 3px;
    padding-bottom: 1px;
}

.ft .blank {
    height: 13px;
}

.ft .name a {
    color: #f5f5f5;
    text-decoration: none;
}

.ft .name a:hover {
    text-decoration: underline;
}

.Watch_Finder {
    margin-top: 85px;
    float: left;
}

.Watch_Finder a {
    color: #fff;
    text-decoration: none;
}

.clearFix {
    clear: both;
}

.phone-enquires {
    color: #666;
}

.follow_rss {
    margin-top: 30px;
}

.about-us-slide {
    margin-bottom: 15px;
}

.main-content {
    background: url(../images/bg90.png);
    width: 700px;
    float: left;
}

.sub-content {
    background-color: #fff;
    color: #000;
    padding: 10px;
    margin: 10px;
    float: left;
    width: 660px;
}

.main-content-full {
    background: url(../images/bg90.png);
    width: 939px;
    float: left;
}

.sub-content-full {
    background-color: #fff;
    color: #000;
    padding: 10px;
    margin: 10px;
    float: left;
    width: 899px;
}

.about-us-col1 {
    width: 460px;
    float: left;
}

.about-us-col2 {
    float: left;
    padding-left: 25px;
    width: 150px;
    font-weight: bold;
}

.slide {
    position: relative;
}

.neoslideshow {
    position: relative;
    width: 699px;
    height: 371px;
}

.neoslideshow img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10
}

#galprev, #galnext {
    position: absolute;
    z-index: 20;
    top: 125px;
    cursor: pointer;
    background: #000;
    color: #fff;
    width: 28px;
    height: 20px;
    line-height: 20px;
    text-align: center
}

#galprev {
    background: url(../images/pre.png) no-repeat;
    right: 20px;
    margin-top: 220px;
}

#galnext {
    background: url(../images/next.png) no-repeat;
    right: 1px;
    margin-top: 220px;
}

/*===================================== wish list ====================== */
.wishlist-index-index .data-table {
    border-spacing: 10px;
    border-collapse: separate;
}

.wishlist-index-index .data-table th {
    padding: 5px;
    border-bottom: 1px dotted #ddd;
    font-weight: bold;
    white-space: nowrap;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
}

.wishlist-index-index .data-table td {
    padding: 5px;
    border: 0px;
}

.wishlist-index-index .data-table thead {
    background-color: #fff;
}

.wishlist-index-index .data-table tbody {
}

.wishlist-index-index .data-table tfoot {
}

.wishlist-index-index .data-table tr.first {
}

.wishlist-index-index .data-table tr.last {
}

.wishlist-index-index .data-table tr.odd {
}

.wishlist-index-index .data-table tr.even {
    background-color: #fff;
}

.wishlist-index-index .data-table tbody.odd {
}

.wishlist-index-index .data-table tbody tr td {
    text-align: center;
}

.wishlist-index-index .data-table tbody.odd td {
    border-width: 0 1px;
}

.wishlist-index-index .data-table tbody.even {
    background-color: #f6f6f6;
}

.wishlist-index-index .data-table tbody.even td {
    border-width: 0 1px;
}

.wishlist-index-index .data-table tbody.odd tr.border td, .wishlist-index-index .data-table tbody.even tr.border td {
    border-bottom-width: 1px;
}

.wishlist-index-index .data-table th .tax-flag {
    white-space: nowrap;
    font-weight: normal;
}

.wishlist-index-index .data-table td.label, .wishlist-index-index .data-table th.label {
    font-weight: bold;
    background-color: #f6f6f6;
}

.wishlist-index-index .data-table td.value {
}

.wishlist-index-index .data-table .action {
    width: 140px;
}

.wishlist-index-index .data-table img {
}

.wishlist-index-index .data-table button.black-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* FF Fix */
.wishlist-index-index .data-table button.black-button {
    -webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */
.wishlist-index-index .data-table button.black-button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

.wishlist-index-index .data-table button.black-button:hover {
		opacity: 0.5;
	filter: alpha(opacity = 50);
}

.wishlist-index-index .data-table button.black-button span {
    float: left;
    height: 17px;
    background: transparent url(../images/black-button.png) 0 0 no-repeat;
    padding: 0 0 0 8px;
    font: bold 10px Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.wishlist-index-index .data-table button.black-button span span {
    background-position: 100% 0;
    padding: 2px 15px 0px 0px;
}

.wishlist-index-index .data-table button.add-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* FF Fix */
.wishlist-index-index .data-table button.add-button {
    -webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */
.wishlist-index-index .data-table button.add-button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

.wishlist-index-index .data-table button.add-button span {
    float: left;
    height: 17px;
    background: transparent url(../images/bkg_button_wl.gif) 0 0 no-repeat;
    padding: 0 0 0 8px;
    font: bold 10px Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.wishlist-index-index .data-table button.add-button span span {
    background-position: 100% 0;
    padding: 2px 15px 0px 0px;
}

.wishlist-index-index .data-table button.disabled {
}

.wishlist-index-index .data-table button.disabled span {
}

.wishlist-index-index .buttons-action {
    width: 550px;
    float: right;
    margin-top: 10px;
    height: 30px;
    padding-top: 9px;
    padding-left: 150px;
    background-color: #ebebeb;
}

.cufon {
    font-size: 12px;
    color: #fefefe;
    text-transform: uppercase;
}

.cufon-black {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
}

.block-compare .cufon {
    float: left;
    width: 150px;
    color: #000;
}

/*===================== contacts ===============================*/
.contacts-contacts-index .divMainContacts {
    background: url("../images/bg90.png") repeat scroll 0 0 transparent;
    float: left;
    width: 700px;
}

.contacts-contacts-index .divContacts {
    background-color: #FFFFFF;
    color: #000000;
    float: left;
    margin: 10px 0 10px 10px;
    padding: 20px;
    width: 640px;
}

.contacts-contacts-index .divContacts a {
    color: #000;
}

.contacts-contacts-index .divContacts a:hover {
    color: #7d7d7d;
}

.cms-careers-html .page-title, contacts-contacts-index .divContacts .page-title {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
}

.contacts-contacts-index .divContacts ul {
    margin-top: 16px;
}

.contacts-contacts-index .divContacts input {
    height: 20px;
    padding: 0px;
    margin-top: 1px;
    width: 258px;
}

.contacts-contacts-index .breadcrumbs {
    margin-left: 0px;
    padding-left: 0px;
}

.contacts-contacts-index .search-mini-form {
    margin-bottom: 15px;
}

.contacts-contacts-index .col-right {
    margin: 0px;
}

.bottom-nav-container .level-top {
    display: block;
    text-decoration: none;
    color: #f5f5f5;
    margin-bottom: 5px;
}

.bottom-nav-container .level0 {
    padding: 0px;
    margin: 0px;
}

.bottom-nav-container .level0 li {
    width: 48%;
    float: left;
    padding-top: 3px;
}

.bottom-nav-container .level0 li a {
    color: #f5f5f5;
    text-decoration: none;
}

.bottom-nav-container .level0 li a:hover {
    text-decoration: underline;
}

.bottom-nav {
    padding: 0px;
    margin: 0px;
}

/*===================== what's news ===============================*/
.blog-post-view .blog-banner, .blog-cat-view .blog-banner, .blog-index-index .blog-banner {
    margin-bottom: 13px;
}


.blog-post-view .blog-banner p:hover, 
.blog-cat-view .blog-banner p:hover, 
.blog-index-index .blog-banner p:hover {
		opacity: 0.5;
	filter: alpha(opacity = 50);
}

.blog-index-index .divMainNews {
    background: url("../images/bg90.png") repeat scroll 0 0 transparent;
    float: left;
    width: 700px;
}

.blog-index-index .divMyNews {
    background-color: #FFFFFF;
    color: #000000;
    float: left;
    margin: 10px 0 10px 10px;
    width: 680px;
}

.blog-index-index .col-left {
    float: left;
    padding: 16px 0 0 13px;
    width: 223px;
}

.blog-index-index .col-main {
    float: left;
    width: 434px;
    padding-right: 10px;
    margin-top: 16px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 13px;
}

.blog-index-index .categories, .recent {
    margin: 0;
}

.blog-index-index .divTitle {
    border-bottom: 1px dotted #000;
    padding-bottom: 5px;
    width: 212px;
}

.blog-index-index .categories .ulCate {
    width: 212px;
    margin-top: 17px;
    line-height: 19px;
}

.blog-index-index .categories .liCate {
    margin: 0px;
    color: #000;
    font-weight: bold;
}

.blog-index-index .sbullet {
    background: url(../images/li-black.png) no-repeat right center;
    padding-bottom: 2px;
}

.blog-index-index .categories a {
    margin-right: 10px;
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.blog-index-index .categories a:hover
{
		opacity: 0.5;
	filter:alpha(opacity=50);
}

.blog-index-index .recent .ulRec {
    width: 212px;
    margin: 0px;
}

.blog-index-index .recent .liRec {
    margin-top: 25px;
}

.blog-index-index .recent .rDate {
    font-size: 11px;
    color: #000;
}

.blog-index-index .recent .rTitle {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.blog-index-index .recent .rTitle a {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    padding-right: 10px;
}
.blog-index-index .recent .rTitle a:hover
{
		opacity: 0.5;
	filter:alpha(opacity=50);
}

.blog-cat-view .divMainNews {
    background: url("../images/bg90.png") repeat scroll 0 0 transparent;
    float: left;
    width: 700px;
}

.blog-cat-view .divMyNews {
    background-color: #FFFFFF;
    color: #000000;
    float: left;
    margin: 10px 0 10px 10px;
    width: 680px;
}

.blog-cat-view .col-left {
    float: left;
    padding: 16px 0 0 13px;
    width: 223px;
}

.blog-cat-view .col-main {
    float: left;
    width: 434px;
    padding-right: 10px;
    margin-top: 16px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 13px;
}

.blog-cat-view .categories, .recent {
    margin: 0;
}

.blog-cat-view .divTitle {
    border-bottom: 1px dotted #000;
    padding-bottom: 5px;
    width: 212px;
}

.blog-cat-view .categories .ulCate {
    width: 212px;
    margin-top: 17px;
    line-height: 19px;
}

.blog-cat-view .categories .liCate {
    margin: 0px;
    color: #000;
    font-weight: bold;
}

.blog-cat-view .sbullet {
    background: url(../images/li-black.png) no-repeat right center;
    padding-bottom: 2px;
}

.blog-cat-view .categories a {
    margin-right: 10px;
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.blog-cat-view .recent .ulRec {
    width: 212px;
    margin: 0px;
}

.blog-cat-view .recent .liRec {
    margin-top: 25px;
}

.blog-cat-view .recent .rDate {
    font-size: 11px;
    color: #000;
}

.blog-cat-view .recent .rTitle {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.blog-cat-view .recent .rTitle a {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    padding-right: 10px;
}

/*========details ==================*/
.blog-post-view .divMainNews {
    background: url("../images/bg90.png") repeat scroll 0 0 transparent;
    float: left;
    width: 700px;
}

.blog-post-view .divMyNews {
    background-color: #FFFFFF;
    color: #000000;
    float: left;
    margin: 10px 0 10px 10px;
    width: 680px;
}

.blog-post-view .col-left {
    float: left;
    padding: 16px 0 0 13px;
    width: 223px;
}

.blog-post-view .col-main {
    float: left;
    width: 434px;
    padding-right: 10px;
    margin-top: 16px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 13px;
}

.blog-post-view .categories, .recent {
    margin: 0;
}

.blog-post-view .divTitle {
    border-bottom: 1px dotted #000;
    padding-bottom: 5px;
    width: 212px;
}

.blog-post-view .categories .ulCate {
    width: 212px;
    margin-top: 17px;
    line-height: 19px;
}

.blog-post-view .categories .liCate {
    margin: 0px;
    color: #000;
    font-weight: bold;
}

.blog-post-view .sbullet {
    background: url(../images/li-black.png) no-repeat right center;
    padding-bottom: 2px;
}

.blog-post-view .categories a {
    margin-right: 10px;
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.blog-post-view .categories a:hover
{
	opacity: 0.5;
	filter:alpha(opacity=50);
}

.blog-post-view .recent .ulRec {
    width: 212px;
    margin: 0px;
}

.blog-post-view .recent .liRec {
    margin-top: 25px;
}

.blog-post-view .recent .rDate {
    font-size: 11px;
    color: #000;
}

.blog-post-view .recent .rTitle {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.blog-post-view .recent .rTitle a {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    padding-right: 10px;
}

.blog-post-view .recent .rTitle a:hover
{
		opacity: 0.5;
	filter:alpha(opacity=50);
}

.blog-post-view .NewsBottom {
    border-top: 1px dotted #000;
    height: 20px;
}

.blog-post-view .NewsBottom a:hover {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.blog-post-view .NewsBottom .left {
    float: left;
}

.blog-post-view .NewsBottom .right {
    float: right;
}

.blog-post-view .NewsBottom .nPre {
    color: #5b5656;
    font-size: 10px;
    text-decoration: none;
    background: url(../images/npre.png) 0 0 no-repeat;
    background-position: left center;
    padding-left: 10px;
    cursor: pointer;
}

.blog-post-view .NewsBottom .nNext {
    color: #5b5656;
    font-size: 10px;
    text-decoration: none;
    background: url(../images/nnext.png) 0 0 no-repeat;
    background-position: right center;
    padding-right: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.blog-post-view .NewsBottom .nTellafriend {
    color: #5b5656;
    font-size: 10px;
    text-decoration: none;
    background: url(../images/nnext.png) 0 0 no-repeat;
    background-position: left center;
    padding-left: 10px;
    cursor: pointer;
}

.blog-post-view .NewsBottom .nShare {
    color: #5b5656;
    font-size: 10px;
    text-decoration: none;
    background: url(../images/plus.png) 0 0 no-repeat;
    background-position: left center;
    padding-left: 10px;
    margin-left: 10px;
    cursor: pointer;
}

/*================= paging ==================================*/
.pagebarUTH {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px 55px;
    text-decoration: none;
}

.pagebarUTH a, .pageList .this-page {
    color: #000;
    text-decoration: underline;
    border: 1px solid #b2b2b2;
    background-color: #b2b2b2;
    text-decoration: none;
    padding: 1px 3px;
    margin: 0px 1px;
}

.pagebarUTH a:hover {
    border: 1px solid #000;
}

.pagebarUTH .break {
    border: none;
    background: #FFF;
    text-decoration: none;
}

.pagebarUTH .this-page {
    border: 1px solid #000;
    background: #000;
    color: #FFF;
    padding: 1px 3px;
    margin: 0px 1px;
}

.pagebarUTH a:active {
    color: #360;
    text-decoration: underline;
}

/*
 end paging
 */
.nav-sub-cats {
    display: block;
}

.subscriber {
    margin-top: 8px;
}

/*===========================================*/
/* Layout ================================================================================ */
.catalog-category-view .wrapper {
    background: url(../images/background.jpg) center top no-repeat #000;
}

.catalog-category-view .page {
    width: 965px;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
    text-align: left;
}

.catalog-category-view .page-print {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.catalog-category-view .page-empty {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.catalog-category-view .page-popup {
    padding: 20px;
    text-align: left;
}

.catalog-category-view .main-container {
    background: url(../images/bg80.png)
}

.catalog-category-view .main {
    margin: 7px 0px 0px 0px;
    padding: 13px;
}

.catalog-category-view .main-account {
    background: url(../images/bg90.png);
    float: left;
    width: 939px;
    margin-left: 13px;
    margin-right: 13px;
}

.catalog-category-view .my-account {
    background-color: #fff;
    color: #000;
    margin: 10px 0px 10px 10px;
    float: left;
    padding: 20px 15px 15px 15px;
    width: 887px;
}

.catalog-category-view .my-account-top {
    float: left;
    margin-left: 13px;
    margin-right: 13px;
    height: 45px;
    margin-top: 15px;
    width: 939px;
}

.catalog-category-view .block-account {
    float: left;
}

.catalog-category-view .block-sub-account {
}

.catalog-category-view .block-sub-account .block-title {
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 23px;
    border-bottom: 1px dotted #ccc;
}

.catalog-category-view .dashboard .page-title h1 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 23px;
    border-bottom: 1px dotted #ccc;
}

.catalog-category-view .block-content ul li {
    color: #660000;
    padding: 4px 0px 4px 0px;
    border-bottom: 1px dotted #ccc;
}

.catalog-category-view .block-content ul li a {
    color: #660000;
    text-decoration: none;
}

/* Base Columns */
.catalog-category-view .col-left {
    float: left;
    width: 148px;
}

.catalog-category-view .col-main {
    float: left;
    width: 713px;
}

.catalog-category-view .col-right {
    float: right;
    width: 220px;
}

/* 1 Column Layout */
.catalog-category-view .col1-layout .col-main {
    float: none;
    width: auto;
}

/* 2 Columns Layout */
.catalog-category-view .col2-left-layout .col-main {
    float: right;
}

.catalog-category-view .col2-right-layout .col-main {
    padding-left: 13px;
    padding-top: 13px;
}

.catalog-category-view .registering {
    margin-right: 14px;
    margin-top: 10px;
    background: url(../images/bg90.png);
}

.catalog-category-view .login-content {
    background-color: #fff;
    padding: 10px;
    margin: 10px;
    height: 196px;
    float: left;
    color: black;
}

.catalog-category-view .landing-block {
    margin-top: 42px;
}

/* 3 Columns Layout */
.catalog-category-view .col3-layout .col-main {
    width: 484px;
    margin-left: 10px;
}

.catalog-category-view .col3-layout .col-wrapper {
    float: left;
}

.catalog-category-view .col3-layout .col-wrapper .col-main {
   /* float: right;*/
    margin-left: 10px;
    padding: 0px;
}

.catalog-category-view .col3-layout .bottom-banner {
    position: relative;
    float: left;
    margin-top: 20px;
}

.catalog-category-view .col3-layout .bottom-banner a:hover {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.catalog-category-view .catalog-category-view .col3-layout .col-wrapper .col-main {
    width: 540px;
    float: right;
}

/* Content Columns */
.catalog-category-view .col2-set .col-1 {
    float: left;
    width: 49%;
}

.catalog-category-view .col2-set .col-2 {
    float: right;
    width: 49%;
}

.catalog-category-view .col2-set .col-narrow {
    width: 33%;
}

.catalog-category-view .col2-set .col-wide {
    width: 65%;
}

.catalog-category-view .col3-set .col-1 {
    float: left;
    width: 32%;
}

.catalog-category-view .col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.catalog-category-view .col3-set .col-3 {
    float: right;
    width: 32%;
}

.catalog-category-view .col4-set .col-1 {
    float: left;
    width: 23.5%;
}

.catalog-category-view .col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%;
}

.catalog-category-view .col4-set .col-3 {
    float: left;
    width: 23.5%;
}

.catalog-category-view .col4-set .col-4 {
    float: right;
    width: 23.5%;
}

.catalog-category-view .block .block-title {
    margin-bottom: 5px;
}

/* Store Map */
.body-wio-gmap {
    width: 410px;
    float: right;
}

.table-wio-gmap {
    width: 240px;
    float: left;
}

.wio-gmap-div-map {
}

#sidebar a {
    cursor: pointer;
    margin-bottom: 5px;
    background-color: #fff;
    display: block;
}

#sidebar a:hover {
    background-color: #eee;
}

#storelocator-container {
    width: 650px;
    padding: 7px;
    background: white;
}

#sidebar {
    overflow: auto;
    height: 240px;
    padding: 10px;
}

#map {
    overflow: hidden;
    width: 410px;
    height: 230px;
    float: right;
}

.store-left {
}

.store-left p {
    margin-top: 26px;
    width: 225px;
    text-align: justify;
}

.store-title {
    border-bottom: 1px dotted #000000;
    height: 20px;
    width: 225px;
    margin-bottom: 20px;
}

.store-state {
    width: 225px;
    line-height: 18px;
}

.store-state a {
    width: 225px;
    background: url(../images/li-black.png) right center no-repeat;
    padding-right: 10px;
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.store-state a:hover {
		opacity: 0.5;
	filter:alpha(opacity=50);
}
.fullmap a:hover {
		opacity: 0.5;
	filter:alpha(opacity=50);
}
.store-banner {
    margin-bottom: 13px;
}

.store-content {
    float: left;
}

.store-content .storeInfoBlock {
    float: left;
}

.store-content .store-heading {
    margin-bottom: 20px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #ccc;
    float: left;
    width: 410px;
    margin-top: 10px;
}

.store-content .store-heading .store-name {
    width: 50%;
    float: left;
    font-size: 18px;
    font-weight: bold;
}

.store-content .store-heading .fullmap {
    width: 100;
    background: url(../images/li-black.png) no-repeat right center;
    padding: 5px;
    float: right;
    font-size: 12px;
    font-weight: bold;
}

.store-content ul.ulLeft {
    margin-bottom: 20px;
}

.store-content ul.ulLeft li span {
    font-weight: bold;
    display: block;
    width: 30px;
    float: left;
}

.store-content ul.ulRight li span {
    font-weight: bold;
    display: block;
    width: 80px;
    float: left;
}

.store-content .mapLeft {
    width: 48%;
    float: left;
}

.store-content .mapRight {
    width: 48%;
    float: right;
}

.store-content .requiry {
    margin-top: 25px;
}

.store-content .requiry .button {
    margin-bottom: 10px;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.









/* FF Fix */
.makeEnquirecompare{-webkit-border-fit: lines;}
.makeEnquire {
    -webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */
.makeEnquirecompare{overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
	padding-top:20px;}
.makeEnquire {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}
.makeEnquirecompare span{float: left;
    height: 21px;
    background: transparent url(../images/bkg_button_wl.gif) 0 0 no-repeat;
    padding: 0 0 0 8px;
    font: bold 11px / 12pt Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #fff;}
.makeEnquirecompare span span{background-position: 100% 0;
    padding: 0px 15px 0px 0px;}	

.makeEnquire span {
    float: left;
    height: 21px;
    background: transparent url(../images/bkg_button_wl.gif) 0 0 no-repeat;
    padding: 0 0 0 8px;
    font: bold 11px / 12pt Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

.makeEnquire span span {
    background-position: 100% 0;
    padding: 0px 15px 0px 0px;
}

.MainImageProduct {
    display: block;
    margin: auto;
}

.kouqbcjasgaf img{
    margin-bottom: 17px;
}

.locatorSlide {
    width: 700px;
    height: 240px;
}

.brandsLogoList {
    list-style: none;
    float: left;
    padding-top:30px;
}

.brandsLogoList li {
    float: left;
    width: 150px;
    height: 60px;
    margin-bottom: 5px;
}

/*================================= photo zoom ======================*/
#zoomdetail {
    background: url('../images/photozoom-bg.png');
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
		display:table;
}

#outerImageContainer {
    background-color: #fff;
    border: 8px solid #e6eae9;
    height: 559px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    width: 665px;
		display:block;		
}

#imageContainer {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 472px;
    overflow: hidden;
    position: relative;
    width: 665px;
}

#imageContainer .dragclass {
    position: absolute;
    cursor: move;
}

.PhotoZoomActions {
    position: absolute;
    top: 0px;
    right: -2px;
    width: 85px;
    z-index: 99999;
    text-align: center;
    cursor: pointer;
}

.PhotoZoomActions .btn-zoom-out {
    position: absolute;
    left: 2px;
    top: 0;
    cursor: pointer;
}

.PhotoZoomActions .btn-zoom-in {
    position: absolute;
    right: 2px;
    top: 0;
    cursor: pointer;
}

/* ========================= Send friend ============================:22/07/2010:==*/
.sendfriend-product-send .search-mini-form {
    float: right;
    margin: 0;
    width: 220px;
    margin-bottom: 15px;
}

.sendfriend-product-send .divMainSendFriend {
    background: url("../images/bg90.png") repeat scroll 0 0 transparent;
    float: left;
    width: 700px;
}

.sendfriend-product-send .divSendFriend {
    background-color: #FFFFFF;
    color: #000000;
    float: left;
    margin: 10px 0 10px 10px;
    padding: 20px;
    width: 640px;
}

.sendfriend-product-send .divSendFriend .buttons-set {
    margin: 10px 105px 0px 0px;
}

.sendfriend-product-send .divSendFriend .buttons-set p {
    float: left;
    margin: 0px 2px 0px 0px;
    color: #000;
    text-decoration: none;
}

.sendfriend-product-send .divSendFriend .buttons-set a {
    color: #000;
    text-decoration: none;
}

.sendfriend-product-send .divSendFriend .buttons-set button {
    float: right;
    margin: 0px 2px 0px 0px;
}

/*======= blog ========================= :22/07/2010: ==========*/
.blog-post-view .divMainSendFriend {
    background: url("../images/bg90.png") repeat scroll 0 0 transparent;
    float: left;
    width: 682px;
}

.blog-post-view .divSendFriend {
    background-color: #FFFFFF;
    color: #000000;
    float: left;
    margin: 10px 0 10px 10px;
    padding: 10px;
    width: 640px;
}

.blog-post-view .divSendFriend .dLabel {
    width: 70px;
    float: left;
    margin-top: 4px;
}

.blog-post-view .divSendFriend .close {
    float: left;
    font: 12px / 30px Arial, Helvetica, sans-serif;
    margin-right: 5px;
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

/*=============== scroll bar ===============================:22/07/2010=:*/
#OuterContainer {
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
}

#ScrollContent {
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
    position: relative;
    border-top: #000 1px dotted;
	margin-bottom: 15px;
}

#ContentPanel {
    position: absolute;
    width: 100%;
}

#ScrollPanel { 
    position: relative;
	background: url('../images/scroll-bg.png') 0 0 no-repeat;
	height: 9px;
	background-position: center;
}

#btnScroll
{
	cursor: pointer;
    position: absolute;
}

#btnScroll .btnL {
	background: url('../images/btnscroll-bg.png') 0 0 no-repeat;
	background-position: left;
	padding-left: 10px;
}

#btnScroll .btnR{
    cursor: pointer;
	background: url('../images/btnscroll-bg.png') 0 0 no-repeat;
	background-position: right;
	padding-right: 10px;
}

#btnScroll .btnC{
	cursor: pointer;
	background: url('../images/btnscroll-icon.png') 0 0 no-repeat;
	background-position: center;
	height: 9px;
	width: 100%;
}

#ScrollContent ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 2000em !important
}

#ScrollContent ul li {
    display: inline;
    float: left;
}

#ContentPanel .products-grid.last {
    border-bottom: 0;
}

#ContentPanel .products-grid li.item {
    width: 110px;
    height: 225px;
    padding: 10px 10px 30px 0px;
    text-align: center;
    float: left;
	position: relative;
}
#ContentPanel .products-grid li.itemnl {
    width: 110px;
    height: 198px;
    padding: 20px 10px 30px 0px;
    text-align: center;
    float: left;
	position: relative;
}
#ContentPanel .products-grid li.itemnl .button {
	position:absolute;
	bottom:-4px;
	left: 18px;
	
}
#ContentPanel .products-grid li.item:hover {
    opacity: 0.5;
	filter: Alpha(opacity = 50);
}
#ContentPanel .products-grid li.item .product-image:hover, 
#ContentPanel .products-grid li.item .product-name:hover,
#ContentPanel .products-grid li.item .button:hover,{
	opacity: 1;
	filter: Alpha(opacity = 100);
}
#ContentPanel .products-grid li.item .button {
	position:absolute;
	bottom:-4px;
left: 18px;
	
}

#ContentPanel .products-grid .product-image {
    width: 100px;
    height: 90px;
    margin: 0 0 10px;
}

#ContentPanel .products-grid .product-name {
    margin: 10px 0px 10px 0px;
    float: left;
    text-align: center;
    width: 110px;
    color: #666;
    margin: 10px 0;
    padding: 0px;
    /* height: 40px; */
}

#ContentPanel .products-grid .product-name a {
    color: #666;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

#ContentPanel .products-grid .price-box {
    margin: 0 0 0 20px;
    float: left ;
    width: 90px;
padding-top:15px;
	text-align: left;
}

#ContentPanel .products-grid .availability {
    line-height: 21px;
}

#ContentPanel .products-grid .actions {
    position: absolute;
    bottom: 12px;
}


/*=================== brand filter ====================*/


/*=================================================================================*/

.catalogsearch-result-index .category-products {
    float: left;
    background: url(../images/bg90.png);
    color: #000;
    width: 540px;
}


.catalogsearch-result-index .CatBlank {
}

.catalogsearch-result-index .footer-no-products {
    background: url(../images/bg90.png);
    height: 20px;
}

/* View Type: Grid */
.catalogsearch-result-index .products-grid {
    padding: 0px;
    margin: 0px 0px 0px 10px;
    float: left;
    width: 520px;
}
.catalogsearch-result-index .products-grid .add-to-links{border-bottom:1px dotted #000000;
border-top:1px dotted #000000;
clear:both;
height:20px;
margin-top:38px;
padding:2px 0;}
.catalogsearch-result-index .products-grid .add-to-links li{background:url("../images/plus.png") no-repeat scroll left center transparent;
float:left;
margin-right:5px;
padding-left:10px;}
.catalogsearch-result-index .products-grid .add-to-links li .link-wishlist{color:#666666;
font-weight:normal;}
.catalogsearch-result-index .products-grid .add-to-links li .link-compare{color:#666666;
font-weight:normal;}
.catalogsearch-result-index  .products-list .add-to-links li{background:url("../images/plus.png") no-repeat scroll left center transparent;
margin-right:5px;
padding-left:10px;}
.catalogsearch-result-index  .products-list .add-to-links li .link-compare{font-weight:normal; color:#666666;}
.catalogsearch-result-index  .products-list .add-to-links li .link-wishlist{font-weight:normal; color:#666666;}

.catalogsearch-result-index .sub-products-cats-main .products-grid {
    width: 480px;
}

.catalogsearch-result-index .products-grid.last {
    border-bottom: 0;
}

.catalogsearch-result-index .products-grid li.item {
    width: 160px;
    height: auto;
    padding: 10px 20px 10px 0px;
    text-align: center;
    float: left;
}

.catalogsearch-result-index .products-grid li:hover
{
	opacity: 0.5;
	filter: alpha(opacity = 50);
}
.catalogsearch-result-index .sub-products-cats-main .products-grid li.item {
    height: 150px;
}

.catalogsearch-result-index .products-grid li.last {
    padding: 10px 0px 10px 0px;
}

.catalogsearch-result-index .products-grid .product-image {
    width: 100px;
    height: 90px;
    margin: 0 0 10px;
}

.catalogsearch-result-index .products-grid .product-name {
    margin: 10px 0px 10px 0px;
    float: left;
    text-align: center;
    width: 160px;
    color: #666;
    padding: 0px;
    height: 20px;
	padding-bottom:20px;
}

.catalogsearch-result-index .products-grid .product-name a {
    color: #666;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.catalogsearch-result-index .products-grid .price-box {
    margin: 5px 0;
    float: left;
    width: 160px;
}

.catalogsearch-result-index .products-grid .availability {
    line-height: 21px;
}

.catalogsearch-result-index .products-grid .actions {
    float: left;
    width: 160px;
    padding-top: 15px 0px 15px 10px;
	position: relative;
	margin-top: 40px; 
}

.catalogsearch-result-index .products-grid .actions .add-to-links {
    padding: 5px 0px 5px 5px;
    margin: 0px;
    float: left;
}

.catalogsearch-result-index .products-grid .actions .add-to-links li {
    float: left;
    background: url(../images/plus.png) no-repeat left center;
    padding-left: 10px;
    margin-right: 5px;
}

.catalogsearch-result-index .products-grid .actions .add-to-links li a {
    color: #666;
    font-weight: normal;
    text-decoration: none;
}

/* Pager */
/* Pager */
.pager {
    margin: 5px 0px 10px 0px;
    text-align: center;
    padding: 0px 0px 5px 0px;
}

.pager .amount {
    float: left;
}

.pager .limiter {
    float: right;
    margin-right: 2px;
}

.pager .pages {
    margin: 0 135px;
}

.pager .pages ol {
    display: inline;
}

.pager .pages li {
    display: inline;
    width: 9px;
    height: 9px;
    font: 10px / 15px Arial, Helvetica, sans-serif;
}

.pager .pages li a {
    color: #000;
    background: #b2b2b2;
    padding: 0px 2px;
    border: 1px solid #b2b2b2;
    text-decoration: none;
}

.pager .pages li a:hover {
    border: 1px solid #000;
}

.pager .pages li a.next {
    color: #000;
    background-color: transparent;
    border: none;
}

.pager .pages li a.previous {
    color: #000;
    background-color: transparent;
    border: none;
}

.pager .pages li img {
    margin-top: -1px;
}

.pager .pages .current {
    color: #fefefe;
    background: #000;
    padding: 1px 3px;
}

/* Sorter */
.sorter {
    margin: 5px 0px 10px 0px;
    padding: 0px 0px 5px 0px;
}

.sorter .view-mode {
    float: left;
}

.sorter .view-mode label {
    float: left;
    margin-right: 10px;
}

.sorter .sort-by {
    float: right;
}

.sorter .link-feed {
}

/* Toolbar */
.toolbar {
    float: left;
    width: 520px;
    padding: 0px 10px 0px 10px;
}

.toolbar .pager {
    border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-color: #000;
	border-style: dotted;
}

.toolbar .sorter {
    border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-color: #000;
	border-style: dotted;
}

.toolbar-bottom {
}

.toolbar .list {
    background: url(../images/list.png) no-repeat;
    display: block;
    width: 11px;
    height: 10px;
    float: left;
    margin-top: 2px;
}

.toolbar .grid {
    background: url(../images/grid.png) no-repeat;
    display: block;
    width: 12px;
    height: 10px;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

.toolbar a.list {
    background: url(../images/list-active.png) no-repeat;
    display: block;
    width: 11px;
    height: 10px;
    float: left;
    margin-top: 2px;
}

.toolbar a.grid {
    background: url(../images/grid-active.png) no-repeat;
    display: block;
    width: 12px;
    height: 10px;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

/* Data Table */
.data-table {
    width: 100%;
}

.data-table th {
    padding: 5px;
    border: 1px solid #ddd;
    font-weight: bold;
    white-space: nowrap;
}

.data-table td {
    padding: 5px;
    border: 1px solid #ddd;
}

.cart .data-table td {
	padding: 10px;
}

.data-table thead {
    background-color: #f2f2f2;
}

.data-table tbody {
}

.data-table tfoot {
}

.data-table tr.first {
}

.data-table tr.last {
}

.data-table tr.odd {
}

.data-table tr.even {
    background-color: #f6f6f6;
}

.data-table tbody.odd {
}

.data-table tbody.odd td {
    border-width: 0 1px;
}

.data-table tbody.even {
    background-color: #f6f6f6;
}

.data-table tbody.even td {
    border-width: 0 1px;
}

.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
    border-bottom-width: 1px;
}

.data-table th .tax-flag {
    white-space: nowrap;
    font-weight: normal;
}

.data-table td.label, .data-table th.label {
    font-weight: bold;
    background-color: #f6f6f6;
}

.data-table td.value {
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor: pointer;
}

tr.summary-total td {
}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -53px;
}

tr.show-details td {
}

tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465;
}

tr.summary-details-first td {
    border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
    font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
    display: block;
}

.cart-tax-info, .cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(../images/bkg_collapse.gif) 100% 4px no-repeat;
    cursor: pointer;
}

.cart-tax-info .price, .cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}

.cart-tax-total-expanded {
    background-position: 100% -53px;
}

/* Class: std - styles for admin-controlled content */
.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}

.std dl dt {
    font-weight: bold;
}

.std dl dd {
    margin: 0 0 10px;
}

/*.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 */
.links li {
    display: inline;
    background: url(../images/li.png) left no-repeat;
    padding-left: 7px;
    padding-right: 7px;
}

.links li a {
    color: #989898;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.links li a:hover {
    text-decoration: underline;
}

.links li.first {
    padding-left: 7px;
    background: url(../images/li.png) left no-repeat;
}

.links li.last {
    padding-right: 0 !important;
    padding-left: 7px;
    background: url(../images/li.png) left no-repeat;
}

.link-cart {
    font-weight: bold;
    color: #f00;
}

.link-wishlist {
    font-weight: bold;
}

.link-reorder {
    font-weight: bold;
}

.link-compare {
    font-weight: bold;
}

.link-print {
    background: url(../images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
}

.link-rss {
    background: url(../images/i_rss.gif) 0 1px no-repeat;
    padding-left: 18px;
    white-space: nowrap;
}

.btn-remove {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_remove.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove2 {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_trash.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.cart .btn-remove2 {
    display: block;
    width: 21px;
    height: 21px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn-remove.png) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}


.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: #ddd;
    text-indent: -999em;
    overflow: hidden;
}

/* 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;
}

/*======================================*/
#narrow-by-list a {
    text-decoration: none;
    color: #fefefe;
}

#narrow-by-list dt {
    border-bottom: 1px solid #666666;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 3px;
    width: 140px;
    margin-top: 15px;
}

dt .ficonUp {
    background: url(../images/arrow-filter.png) no-repeat;
    background-position: 0px 0px;
    width: 11px;
    height: 11px;
    float: right;
    margin-top: 2px;
}

dt .ficonDown {
    background: url(../images/arrow-filter.png) no-repeat;
    background-position: 0px -11px;
    width: 11px;
    height: 11px;
    float: right;
    margin-top: 2px;
}

.category-brands .block-layered-nav .resetall {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 10px;
    color: #fefefe;
}

.category-brands p.block-subtitle {
}

.clearFix {
    clear: both;
}



/*=========================================== search advance ===========*/
.catalogsearch-advanced-index .divMain {
    background: url("../images/bg90.png") repeat scroll 0 0 transparent;
    float: left;
    width: 700px;
}

.catalogsearch-advanced-index .divContent {
    background-color: #FFFFFF;
    color: #000000;
    float: left;
    margin: 10px 0 10px 10px;
    padding: 20px;
    width: 640px;
}

.catalogsearch-advanced-index .page-title
{
	margin-bottom: 20px;
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
}
.catalogsearch-advanced-index .form-list input.input-text {
height:20px;
width:260px;
padding:0px;
margin:0px;
}
#advanced-search-list li {
	float: left;
	margin: 0px 50px 5px 0px;
}


.mapInfo
{
	float: left;
	width: 350px;
	min-height: 70px;
	padding-top:15px;
}
.mapActions
{
	float: right;
	width: 290px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.sitemap-top-link{padding-bottom:10px;}
.sitemap-top-link li.last{padding-left:0px; float:right;}
.sitemap-top-link li.first{ padding-left:0px;}
.sitemap-seo li a{color:#000000; text-decoration:none;  }
.sitemap-seo li a:hover{ text-decoration:underline;  }
.page-title-sitemap{ border-bottom:1px dotted #CCCCCC; padding-bottom:5px; margin-bottom: 10px;}

/*===============================catalogsearch-term-popular===============================*/
.catalogsearch-term-popular .divMain {
    background: url("../images/bg90.png") repeat scroll 0 0 transparent;
    float: left;
    width: 700px;
}

.catalogsearch-term-popular .divContent {
    background-color: #FFFFFF;
    color: #000000;
    float: left;
    margin: 10px 0 10px 10px;
    padding: 20px;
    width: 640px;
}
.catalogsearch-term-popular .page-title{
	border-bottom: 1px dotted #000;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
.catalogsearch-term-popular .tags-list a{
	color:#000;
	text-decoration: none;
}

.popular { margin-top: 43px;}
.popular a {color: #fff; font-size: 11px;}
.popular a:hover {	
	opacity: 0.5;
	filter:alpha(opacity=50);
	}
.block-compare .block-title
{
	border-bottom: 1px dotted #000;
	margin-bottom: 5px;
}
.block-compare .block-content
{
	font-size: 11px;
}
#compare-items li
{
	padding: 2px 0px;
}

.customer-account-create .validation-advice
{
	width: 300px;
}
.customer-account-create div.input-box
{
/*
	float: right;
	width: 450px;
*/
}
.customer-account-create .validation-advice
{
	margin-left: 210px;
}
.customer-account-create input.input-text
{
	width: 350px;	
	margin: 5px 0px 5px 0px;
	padding: 0px;
	height: 17px;
}

.customer-account-create select
{
	width: 353px;	
	margin: 5px 0px 5px 0px;
	padding: 0px;
	height: 20px;
}

.customer-account-create label {
    float: left;
    color: #111;
    font-weight: bold;
    position: relative;
    z-index: 0;
	width: 200px;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
}
.customer-account-create label em {
    color: #EB340A;
	margin-right: 3px;
}

.customer-account-create .buttons-set
{
	margin-left: 210px;
}

.customer-account-create p.required {
	color: #FF0000;
	font-size: 10px;
	text-align: left;
}

#amcustomerattr input, textarea
{
	margin: 5px 0px 5px 0px;
	padding: 0px;
	height: 17px;
}
#amcustomerattr select
{
	margin: 5px 0px 5px 0px;
	padding: 0px;
	height: 20px;
	width: 353px;
}
#amcustomerattr textarea
{
	width: 350px;
	height: 60px;
}

#amcustomerattr .field-row
{
	display: block;
}

.page-popup .buttons-set button.button {float:right;}

.sitemap-seo
{
	
}
.sitemap-seo ul
{
	padding-bottom: 10px;
}

.sitemap-seo .sitemap li.level-3
{
	margin-left: 20px;
}
.sitemap-seo .sitemap li.level-3 img
{
	vertical-align:bottom;
	margin-left:5px;
	padding-bottom:4px;
	cursor:pointer;
	
}
/*==============================================*/

.enquiries-index-index .validation-advice
{
	
}
.enquiries-index-index div.input-box
{
	float: left;
/*
	float: right;
	width: 450px;
*/
}
.enquiries-index-index .validation-advice
{
	/*margin-left: 210px;*/
}
.enquiries-index-index input.input-text
{
	width: 350px;	
	margin: 5px 0px 5px 0px;
	padding: 0px;
	height: 17px;
}
.enquiries-index-index label {
    float: left;
    color: #111;
    font-weight: bold;
    position: relative;
    z-index: 0;
	width: 200px;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
}
.enquiries-index-index label em {
    color: #EB340A;
	margin-right: 3px;
}

.enquiries-index-index .buttons-set
{
	margin-right: 210px;
}

.enquiries-index-index p.required {
	color: #FF0000;
	font-size: 10px;
	text-align: left;
}

.enquiries-index-index input, select, textarea
{
	margin: 0px;
	padding: 0px;
	height: 17px;
	
}
.catalogsearch-advanced-index .divContent .advanced-search .enquiries-index-index input, select, textarea{ height:auto; width:350px; margin:0;}
.catalogsearch-result-index .category-products .toolbar select{width:auto;}

.enquiries-index-index textarea
{
	width: 350px;
	height: 60px;
}

.customer-account-edit 
/*=======================================================*/
.customer-account-edit  .validation-advice
{
	width: 300px;
}
.customer-account-edit  div.input-box
{
/*
	float: right;
	width: 450px;
*/
}
.customer-account-edit  .validation-advice
{
	margin-left: 210px;
}
.customer-account-edit  input.input-text
{
	width: 350px;	
	margin: 5px 0px 5px 0px;
	padding: 0px;
	height: 17px;
}

.customer-account-edit  select
{
	width: 353px;	
	margin: 5px 0px 5px 0px;
	padding: 0px;
	height: 20px;
}

.customer-account-edit  label {
    float: left;
    color: #111;
    font-weight: bold;
    position: relative;
    z-index: 0;
	width: 200px;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
}
.customer-account-edit  label em {
    color: #EB340A;
}

.customer-account-edit  .buttons-set
{
	margin-left: 210px;
}

.customer-account-edit  p.required {
	color: #FF0000;
	font-size: 10px;
	text-align: left;
}
.customer-account-edit #amcustomerattr
{
	float: none;
	width: 100%;
	display: inline-block;
}
.customer-account-edit #amcustomerattr input, textarea
{
	margin: 5px 0px 5px 0px;
	padding: 0px;
	height: 17px;
}
.customer-account-edit  #amcustomerattr select
{
	margin: 5px 0px 5px 0px;
	padding: 0px;
	height: 20px;
	width: 353px;
}
.customer-account-edit  #amcustomerattr textarea
{
	width: 350px;
	height: 60px;
}

.customer-account-edit  #amcustomerattr .field-row
{
	display: block;
}
.prePage{margin-left:250px;}
.buttons-set-advanced{ clear:both;
margin:10px 0 0 210px;
padding:0;}
.interested label {text-align:left;}
.comments-block { margin-top:20px; padding-bottom:5px; margin-bottom:10px; }
.category-products-advanced-search{background:url("../images/bg90.png") repeat scroll 0 0 transparent;
color:#000000;
float:left;
width:700px;}
.category-products-advanced-search .top{ padding-left:10px; margin: 10px 0px; }
.category-products-advanced-search .toolbar{float:left;
padding:0 10px;
width:680px;}
.category-products-advanced-search .toolbar .sorter{border-bottom:1px dotted #666666;}
/*.category-products-advanced-search .category-products .advanced-search .enquiries-index-index input, select, textarea {
height:auto;
width:auto;
}*/
.category-products-advanced-search .toolbar .pager{border-bottom:1px dotted #666666;}
.category-products-advanced-search .category-products .products-grid{float:left;
margin:0 0 0 10px;
padding:0;
width:680px;}
.category-products-advanced-search .category-products .products-grid.last{border-bottom:0 none;}
.category-products-advanced-search .category-products .products-grid li.item {float:left;
height:auto;
padding:9px 9px 9px 0px;
text-align:center;
width:160px;}
.category-products-advanced-search .category-products .products-grid li:hover {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}
.category-products-advanced-search .category-products .products-grid li.last{padding:10px 0;}
.category-products-advanced-search .category-products .products-grid .product-name {color:#666666;
float:left;
height:35px;
margin:10px 0;
padding:0;
text-align:center;
width:160px;
padding-bottom:10px;}
.category-products-advanced-search .category-products .products-grid .add-to-links {
border-bottom:1px dotted #000000;
border-top:1px dotted #000000;
clear:both;
height:20px;
margin-top:38px;
padding:2px 0;
}
.category-products-advanced-search .category-products .products-grid .add-to-links li {
background:url("../images/plus.png") no-repeat scroll left center transparent;
float:left;
margin-right:5px;
padding-left:10px; 
}
.category-products-advanced-search .category-products .products-grid .add-to-links li .link-compare{font-weight:normal; color:#666666;}
.category-products-advanced-search .category-products .products-grid .add-to-links li .link-wishlist{font-weight:normal; color:#666666;}
.category-products-advanced-search .category-products .products-list .add-to-links li{background:url("../images/plus.png") no-repeat scroll left center transparent;
margin-right:5px;
padding-left:10px;}
.category-products-advanced-search .category-products .products-list .add-to-links li .link-compare{font-weight:normal; color:#666666;}
.category-products-advanced-search .category-products .products-list .add-to-links li .link-wishlist{font-weight:normal; color:#666666;}
.category-products-advanced-search .category-products .toolbar select { width: auto;}

.category-products-advanced-search .error-msg-adv {
	border: none;
	color:#000000;
	font-weight: bold;
	margin-bottom: 8px;
	min-height: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	width: 680px;
}

/* Pager */
.category-products-advanced-search .pager {
    margin: 5px 0px 10px 0px;
    text-align: center;
    padding: 0px 0px 5px 0px;
}

.category-products-advanced-search .pager .amount {
    float: left;
}

.category-products-advanced-search .pager .limiter {
    float: right;
    margin-right: 2px;
}

.category-products-advanced-search .pager .pages {
    margin: 0 135px;
}

.category-products-advanced-search .pager .pages ol {
    display: inline;
}

.category-products-advanced-search .pager .pages li {
    display: inline;
    width: 9px;
    height: 9px;
    font: 10px / 15px Arial, Helvetica, sans-serif;
}

.category-products-advanced-search .pager .pages li a {
    color: #000;
    background: #b2b2b2;
    padding: 0px 2px;
    border: 1px solid #b2b2b2;
    text-decoration: none;
}

.category-products-advanced-search .pager .pages li a:hover {
    border: 1px solid #000;
}

.category-products-advanced-search .pager .pages li a.next {
    color: #000;
    background-color: transparent;
    border: none;
}

.category-products-advanced-search .pager .pages li a.previous {
    color: #000;
    background-color: transparent;
    border: none;
}

.category-products-advanced-search .pager .pages li img {
    margin-top: -1px;
}

.category-products-advanced-search .pager .pages .current {
    color: #fefefe;
    background: #000;
    padding: 1px 3px;
}


/*===============*/
#postComment .button-set, #postComment p.required { text-align:left; padding-top:10px; }
.account-create-sub .cufon-black { padding-bottom:10px; }
.my-account .buttons-set .back-link { margin-top:6px; width:100px; padding-left:20px; }
.my-account .buttons-set button.button { float:left; }

.passmeter {margin-left: 210px; font-weight: bold; width: 110px; height: 17px; text-align: center; background-image: url(../images/passmeter.png); font-size: 10px; color: #fff; }
.posts-list .postTitle { border-bottom:0px; }
.posts-list .postContent { border-bottom:1px dotted #000000; }
.error-msg-adv{border:1px solid white;
color:#000000;
font-weight:bold;
min-height:30px;
text-align:center;
width:520px;
padding-bottom:10px;
padding-top:10px;
margin-bottom:8px;}
.error-msg-adv .link-err{padding-right:208px; margin-top:3px;}
.divMainNews .success-msg {
border-color:#000;
color:#000;
}
.input-box-enquires-v {margin-left: 210px;}
.buttons-set-enquires-v {float: right; margin-right: 98px; text-align:right;}
.fieldset-enquiry-v{}

/*
.product-image:hover, button:hover, .add-to-links li:hover {
	
	opacity: 0.5;
	filter:alpha(opacity=50);

}
*/
ul.sitemap-products-list { margin-left:20px; }
.input-box-service-v{height:100px; overflow: auto; border: 5px solid rgb(238, 238, 238); background: none repeat scroll 0% 0% rgb(238, 238, 238); color: rgb(0, 0, 0); width: 342px; text-align:left; margin-bottom: 1.5em; margin-top: 1em;}

.cms-page-view .sub-content ul {
	list-style: inside;
	margin-left: 20px;
}
.cms-page-view .sub-content ul li {
	line-height: 25px;
}

.home-main-banner p
{
display:block;
	 
}

.home-main-banner p:hover
{
	opacity: 0.5;
	filter: alpha(opacity = 50);
	 
}

.product-bottom-banner
{
	float: left;
	position: relative;
	margin-top:20px;

}
.whatnews-banner
{
	background: url(../images/blog-banner.png);
	width: 698px;
	height: 193px;
	position: relative;
}
.rss-followus {
	background: url(../images/rss-followus.png);
	width: 90px;
	height: 18px;
	background-position: right;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.rss-followus:hover {
		opacity: 0.5;
	filter: alpha(opacity = 50);
}
.enquiries-index-index .error-msg  {color: #fff; }
.category-products-advanced-search .top .messages .success-msg{color:#000000;}
.ieBrowserAlert {display: none;} 

/*======*/

.enquiries-index-index .messages, .messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.enquiries-index-index .messages {
    width: 700px;
    overflow: hidden;
}

.enquiries-index-index .messages li {
    margin: 0 0 10px;
}

.enquiries-index-index .messages li li {
    margin: 0 0 3px;
}

.enquiries-index-index .error-msg, .success-msg, .note-msg, .notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 8px 8px 8px !important;
    font-size: 11px !important;
    font-weight: bold !important;
    text-align: center;
}

.enquiries-index-index .error-msg {
     border-color: #990000;
    color: #000;
	background-color: #e6e6e6;
}

.enquiries-index-index .success-msg {
    border-color: #990000;
    color: #000;
	background-color: #e6e6e6;
}

.enquiries-index-index .note-msg .notice-msg {
    color: #666;
    text-align: center;
    margin-top: 10px;
}


/*=========================== forgot password ====*/
.customer-account-forgotpassword .messages, .messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.customer-account-forgotpassword .messages {
    width: 660px;
    overflow: hidden;
}

.customer-account-forgotpassword .messages li {
    margin: 10px 0px 10px 0px;
}

 .customer-account-forgotpassword .messages li li {
    margin: 0 0 3px;
}

.customer-account-forgotpassword .error-msg, .success-msg, .note-msg, .notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 8px 8px 8px !important;
    font-size: 11px !important;
    font-weight: bold !important;
    text-align: center;
}

.customer-account-forgotpassword .error-msg {
     border-color: #990000;
    color: #000;
	background-color: #e6e6e6;
}

.customer-account-forgotpassword .success-msg {
     border-color: #990000;
    color: #000;
	background-color: #e6e6e6;
}

.customer-account-forgotpassword .note-msg .notice-msg {
    color: #000;
    text-align: center;
    margin-top: 10px;
}

.bgplane {
	background: url(../images/campaign.jpg) right no-repeat; 
	width: 700px;
	height: 292px; 
}

.bgplane .contentCampaign {
	float: right;
	margin: 5px;
	width: 340px;
}

.bgplane .contentCampaign  a{
	 color: #F5F5F5;
	 text-decoration: underline;
}

.bgplane .contentCampaign  a:hover{
		opacity: 0.5;
	 	filter:alpha(opacity=50);
}
/*Product Price*/
.productprice
{
	color: #000;
}

#checkout-progress-wrapper {
	margin-top: 10px; 
}

.success p {
    margin-top: 10px;
}
.products-grid .price-boxp {
    float: left;
    font-size: 12px;
    margin: 10px 0 0;
    padding-bottom: 5px;
    padding-top: 0;
    width: 160px;
}
html.cufon-active body.checkout-onepage-index div.wrapper div.page div.main-container div.main div.col-main div.onepage-checkout ol#checkoutSteps.opc li#opc-shipping.section div#checkout-step-shipping.step form#co-shipping-form ul.form-list li#shipping-new-address-form fieldset ul li.fields div.customer-name-prefix div.name-prefix div.input-box 
 .validation-advice
{
	width:110px;
}
html.cufon-active body.checkout-onepage-index div.wrapper div.page div.main-container div.main div.col-main div.onepage-checkout ol#checkoutSteps.opc li#opc-billing.section div#checkout-step-billing.step form#co-billing-form fieldset ul.form-list li#billing-new-address-form fieldset ul li.fields div.customer-name-prefix div.name-prefix 
 .validation-advice
{
	width:110px;

}
html.cufon-active body.customer-account-login div.wrapper div.page div.main-container div.main div.col-main div.account-login form#login-form div.col2-set div.login-content div.col-1 div.buttons-set a.f-left
{
	color:#999999;
}
html.cufon-active body.customer-account-index div.wrapper div.page div.main-container div.main div.col-main div.main-account div.my-account div.dashboard div.box-account div.col2-set div.col-1 div.box div.box-content a.download
{
  font-weight: bold;
  display:inline;
  float:none;
  color:#000;
}
