/**
 * 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  Acadeic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          {background:#fff; font-family:Arial, Helvetica, sans-serif;  font-size:0.7em; color:#333; text-align:center;}

img           { border:0; vertical-align:top; }

a             { color:#333; text-decoration:none; padding-left: 10px; }
a:hover       { text-decoration:none;color: #f50; }
:focus        { outline:0; }

/* Headings */
h1            { font-size:1.9em; font-weight:bold; line-height:1.4;color:#F50;}
h2            { font-size:1.2em; font-weight:bold; line-height:1.25; }
h3            { font-size:1.2em; font-weight:bold; line-height:1.25; }
h3.section-title {float: left;width: 100%;margin: 0 0 10px 0;color: #333;font-weight:normal;font-size: 1.4em;}
h4            { font-size:1em; font-weight:bold; }
h5            { font-size:1.2em; font-weight:bold; }
h6            { font-size:1.2em; font-weight:bold; }

/* Forms */
form          { display:inline; }
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; }
em 			  { color: #CC3333;}

/* 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; }
.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; }
.hide		  { display: none; }
.italic		  { font-style:italic;}
.bold		  { font-weight:bold; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {width: 980px;margin: 0 auto;}
.page { width:980px; margin:0 auto; padding:0 0; 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; }
.main-container {margin-top: 15px;}
.topcont{width:980px; float:left; margin-bottom: 20px;}
.topcont2{width:980px; float:left;}
.cms-home .main-container {margin-top: 20px;}

.main { margin:10px 0 0 0; }

/* Base Columns */
.col-left { float:left; width:204px; padding:5px 0px 0; }
.col-main { float:left; width:756px;padding: 0;}
.col-right { float:right; width:230px; border:1px solid #ddd; padding:5px 5px 0; }

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

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right;padding: 0; margin-top: 5px;}

/* 3 Columns Layout */
.col3-layout .col-main { width:531px;}
.col3-layout .col-wrapper { float:left; width:755px; }
.col3-layout .col-wrapper .col-main { float:right; }
.col3-layout .col-right {width:206px;border: none;}

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

@media screen and (-webkit-min-device-pixel-ratio:0){
	input.input-text,select,textarea { background:#fff; }  
}

/*input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }*/



input.input-text,textarea { padding:2px; }
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; }
select:focus {    box-shadow:0 0px 5px #FF5500; -webkit-box-shadow:0 0px 5px #FF5500; -moz-box-shadow:0 0px 5px #FF5500;	-webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s;}
textarea { overflow:auto; }
textarea:focus {    box-shadow:0 0px 5px #FF5500; -webkit-box-shadow:0 0px 5px #FF5500; -moz-box-shadow:0 0px 5px #FF5500;	-webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s;}
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
input:focus {    box-shadow:0 0px 5px #FF5500; -webkit-box-shadow:0 0px 5px #FF5500; -moz-box-shadow:0 0px 5px #FF5500;	-webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s;}
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 span { float:left; height:21px; 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:0 12px 0 4px; }

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:#111; font-weight:bold; position:relative; z-index:0;padding: 10px 0px 5px 0px; }
.form-list label.required {}
.form-list label.required em { float: none;position: relative;padding-right: 2px;color: #CC3333; }
.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; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px;border: 1px solid #CCC; }
.form-list input.input-text:focus{ box-shadow:0 0px 5px #FF5500; -webkit-box-shadow:0 0px 5px #FF5500; -moz-box-shadow:0 0px 5px #FF5500;	-webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s;}
.form-list textarea { width:254px; height:10em;border: 1px solid #CCC; }
.form-list select { width:260px; }

.form-list li.wide label {padding: 5px 0 5px;}
.form-list li.wide .input-box {width:260px;float: left;}
.form-list li.wide textarea#address {height: 50px;}

.contact-form-container {background: #fff;margin-bottom: 20px;}
#contactForm-wrapper {border:1px solid #CCCCCC;padding: 1px;}
#contactForm .fieldset {width: 100%;margin: 28px 0 0 0;float: left;}
#contactForm .fieldset textarea#address {height: 50px;border: solid 1px #CCC;}
#contactForm .fieldset .bottomBorder {border-bottom:dotted 1px #cdcdcd;padding-bottom: 10px;}

#contactForm .input-box {float: left;width:260px;}
#contactForm .label {float: left;width: 150px;padding: 3px 0 0 0;}
#contactForm label {float: right;padding:0 10px 0 7px;text-align: right;}
#contactForm .buttons-set {width: 380px;margin-left: 40px;margin-bottom: 10px;}
#contactForm .buttons-set button {float: right;margin-right: 12px;}
#contactForm .wide {float: left;width: 100%;margin-bottom: 15px;}
#contactForm p {padding-left: 10px;font-size: 1.2em;font-weight: bold;}
#contactForm p.required {color: #333;float: left;}
#contactForm p.required em {color:#CC3333; }
#contactForm .buttons-set button.button {padding-right: 12px;}
#contactForm #order_date {width: 75px;margin-right: 5px;}
#contactForm h2 {margin-bottom:10px;}

.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; }
.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:5px 0 0; padding:5px 5px 0px 5px;}
.buttons-set .back-link a{ float:left; padding: 0px 0px 0px 10px;margin-top: 10px; }
.buttons-set .back-link small {display: none;}

.buttons-set button.button { float:right;padding-right: 20px; }


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

.add-to-cart button.btn-cart {border: 0 none; cursor: pointer; margin: 0; padding: 0; width: auto; height:auto;}
.add-to-cart button.btn-cart span {background:url(../images/sprite-buttons.gif) no-repeat scroll 0 0 transparent; color: pink;float: left;font: 1em Arial,Helvetica,sans-serif;height:auto;padding:0 0 0 20px;text-align: center; white-space: nowrap;height: 28px;}
.add-to-cart button.btn-cart span span {background:url(../images/sprite-buttons.gif) no-repeat scroll right -80px transparent; padding:0px 10px 0px 0; color:#fff;font-weight: bold;line-height: 1.7em;font-size: 1.2em;}
.add-to-cart button.btn-cart:hover span {background:url(../images/sprite-buttons.gif) no-repeat scroll 0 -40px transparent;}
.add-to-cart button.btn-cart:hover span span {background:url(../images/sprite-buttons.gif) no-repeat scroll right -120px transparent;}

button.button {border: 0 none; cursor: pointer; margin: 0; padding: 0; width: auto; height:auto;background: transparent;}
button.button span {background:url(../images/sprite-buttons.gif) no-repeat scroll 0 -1004px transparent; color: #000;float: left;font: 1em Arial,Helvetica,sans-serif;height:auto;padding:0 0 0 10px;text-align: center; white-space: nowrap;height: 30px;}
button.button span span {background:url(../images/sprite-buttons.gif) no-repeat scroll right -1084px transparent; padding:2px 10px 0px 0; color:#000;font-weight: bold;line-height: 1.9em;}
button.button:hover span {background:url(../images/sprite-buttons.gif) no-repeat scroll 0 -1043px transparent;}
button.button:hover span span {background:url(../images/sprite-buttons.gif) no-repeat scroll right -1084px transparent;color: #F50;}


button.add-to-cart {border: 0 none; cursor: pointer; margin: 0; padding: 0; width: auto; height:auto;}
button.add-to-cart span {background:url(../images/sprite-buttons.gif) no-repeat scroll 0 -1322px transparent; color: #ffffff;float: left;font: 1em Arial,Helvetica,sans-serif;height:auto;padding:0 0 0 15px;text-align: center; white-space: nowrap;height: 22px;}
button.add-to-cart span span {background:url(../images/sprite-buttons.gif) no-repeat scroll right -1385px transparent; padding:0px 10px 0px 2px; color:#fff;font-weight: bold;line-height: 1.9em;font-size: 0.9em;}
button.add-to-cart:hover span {background:url(../images/sprite-buttons.gif) no-repeat scroll 0 -1351px transparent;}
button.add-to-cart:hover span span {background:url(../images/sprite-buttons.gif) no-repeat scroll right -1417px transparent; color: #FFF;}


button.btn-cart {border: 0 none; cursor: pointer; margin: 0; padding: 0; width: auto; height:auto;}
button.btn-cart span {background:url(../images/sprite-buttons.gif) no-repeat scroll 0 -1322px transparent; color: #ffffff;float: left;font: 1em Arial,Helvetica,sans-serif;height:auto;padding:0 0 0 15px;text-align: center; white-space: nowrap;height: 22px;}
button.btn-cart span span {background:url(../images/sprite-buttons.gif) no-repeat scroll right -1385px transparent; padding:0px 10px 0px 0; color:#fff;font-weight: bold;line-height: 1.9em;font-size: 0.9em;}
button.btn-cart:hover span {background:url(../images/sprite-buttons.gif) no-repeat scroll 0 -1351px transparent;}
button.btn-cart:hover span span {background:url(../images/sprite-buttons.gif) no-repeat scroll right -1417px transparent; color: #FFF;}

button.btn-checkout {border: 0 none; cursor: pointer; margin: 0; padding: 0; width: auto; height:auto;}
button.btn-checkout span {background:url(../images/sprite-buttons.gif) no-repeat scroll 0 0 transparent; color: pink;float: left;font: 1em Arial,Helvetica,sans-serif;height:auto;padding:0 0 0 20px;text-align: center; white-space: nowrap;height: 28px;}
button.btn-checkout span span {background:url(../images/sprite-buttons.gif) no-repeat scroll right -80px transparent; padding:0px 10px 0px 0; color:#fff;font-weight: bold;line-height: 1.7em;font-size: 1.2em;}
button.btn-checkout:hover span {background:url(../images/sprite-buttons.gif) no-repeat scroll 0 -40px transparent;}
button.btn-checkout:hover span span {background:url(../images/sprite-buttons.gif) no-repeat scroll right -120px transparent;color: #fff;}

button.primaryBtn {border: 0 none; cursor: pointer; margin: 0; padding: 0; width: auto; height:auto;background: #fff;}
button.primaryBtn span {background:url(../images/sprite-buttons.gif) no-repeat scroll 0 -1322px transparent; color: #ffffff;float: left;font: 1em Arial,Helvetica,sans-serif;height:auto;padding:0 0 0 15px;text-align: center; white-space: nowrap;height: 22px;}
button.primaryBtn span span {background:url(../images/sprite-buttons.gif) no-repeat scroll right -1385px transparent; padding:0px 10px 0px 0; color:#fff;font-weight: bold;line-height: 1.8em;font-size: 0.9em;}
button.primaryBtn:hover span {background:url(../images/sprite-buttons.gif) no-repeat scroll 0 -1351px transparent;}
button.primaryBtn:hover span span {background:url(../images/sprite-buttons.gif) no-repeat scroll right -1417px transparent; color: #FFF;}

button.secondaryBtn {border: 0 none; cursor: pointer; margin: 0; padding: 0; width: auto; height:auto;background: transparent;}
button.secondaryBtn span {background:url(../images/sprite-buttons.gif) no-repeat scroll 0 -166px transparent; color: #000;float: left;font: 1em Arial,Helvetica,sans-serif;height:auto;padding:0 0 0 25px;text-align: center; white-space: nowrap;height: 30px;}
button.secondaryBtn span span {background:url(../images/sprite-buttons.gif) no-repeat scroll right -246px transparent; padding:0px 10px 0px 3px; color:#000;font-weight: bold;line-height: 2em;}
button.secondaryBtn:hover span {background:url(../images/sprite-buttons.gif) no-repeat scroll 0 -166px transparent;}
button.secondaryBtn:hover span span {background:url(../images/sprite-buttons.gif) no-repeat scroll right -246px transparent;color: #F50;}

button.printBtn {border: 0 none; cursor: pointer; margin: 0; padding: 0; width: auto; height:auto;background: transparent;}
button.printBtn span {background:url(../images/icon_print.gif) no-repeat scroll 5px 6px transparent; color: #000;float: left;font: 1em Arial,Helvetica,sans-serif;height:auto;padding:5px 0 0 25px;text-align: center; white-space: nowrap;height: 30px;}
button.printBtn:hover span {background:url(../images/icon_print.gif) no-repeat scroll 5px 6px transparent;color: #F50;}


button.emailBtn {border: 0 none; cursor: pointer; margin: 0; padding: 0; width: auto; height:auto;background: transparent;}
button.emailBtn span {background:url(../images/sprite-buttons.gif) no-repeat scroll 0 -166px transparent; color: #000;float: left;font: 1em Arial,Helvetica,sans-serif;height:auto;padding:0 0 0 25px;text-align: center; white-space: nowrap;height: 30px;}
button.emailBtn span span {background:url(../images/sprite-buttons.gif) no-repeat scroll right -246px transparent; padding:0px 10px 0px 0; color:#000;font-weight: bold;line-height: 2.2em;}
button.emailBtn:hover span {background:url(../images/sprite-buttons.gif) no-repeat scroll 0 -166px transparent;}
button.emailBtn:hover span span {background:url(../images/sprite-buttons.gif) no-repeat scroll right -246px transparent;color: #F50;}


.carousel-container button.emailBtn {border: 0 none; cursor: pointer; margin: 0; padding: 0; width: auto; height:auto;background: transparent;}
.carousel-container button.emailBtn span {background:url(../images/sprite-buttons.gif) no-repeat scroll 0 -166px transparent; color: #000;float: left;font: 0.9em Arial,Helvetica,sans-serif;height:auto;padding:0 0 0 25px;text-align: center; white-space: nowrap;height: 30px;}
.carousel-container button.emailBtn span span {background:url(../images/sprite-buttons.gif) no-repeat scroll right -246px transparent; padding:3px 14px 0px 3px; *padding:1px 14px 0px 3px; color:#000;font-weight: bold;line-height: 1em;width:70px;text-align: left;}
.carousel-container button.emailBtn:hover span {background:url(../images/sprite-buttons.gif) no-repeat scroll 0 -166px transparent;}
.carousel-container button.emailBtn:hover span span {background:url(../images/sprite-buttons.gif) no-repeat scroll right -246px transparent;color: #F50;}


a.next {background: url("../images/sprite-buttons.gif") no-repeat scroll left -343px transparent;  color: #000000; cursor: pointer; display: inline-block; font-size: 12px; font-weight: bold; height: 25px; *height: auto; text-decoration: none; text-shadow: 0 0 1px #EDEDED;}
a.next span { background: url("../images/sprite-buttons.gif") no-repeat scroll right -246px transparent; display: inline-block; height: 21px; margin-left: 15px;  padding: 4px 10px 0 2px;}
a.next:HOVER span, a.next:active span, a.next:focus span {color: #FF5500;}
/* ======================================================================================= */

.buttons-set-order {}

.fieldset {padding:0; margin:28px 0; }
/*.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }*/

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; color:#CC3333; }
.validation-failed { border:1px dashed #CC0000 !important; background:#fff !important; }
.validation-passed {}
p.required { font-size:0.9em; padding: 0;}
p.required em {color: #FF5500;}
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg,
#updateCart { background-position:10px 8px !important; background-repeat:no-repeat !important; min-height:10px !important; padding:10px 8px 5px 10px !important; font-size:0.9em !important; font-weight:bold !important; }
.error-msg { border:solid 2px #CC0000; background-color:#FFF; color:#CC0000; }
.success-msg, #updateCart { background-color:#f7f7f7; border:solid 1px #DDDDDD; }
.note-msg,
.notice-msg { background-color:#F8F8F8; color:#2D757E; }
.success-msg a {background: none;padding-left:0;text-decoration: underline;color: #2d757e;}
#updateCart {margin-bottom: 10px;}

/* BreadCrumbs */
.breadcrumbs { padding:0 10px 10px 10px; margin:0; }
.breadcrumbs li { display:inline; padding-left: 10px;margin-right: 5px; background: url("../images/icon_openclose_arrows.png") no-repeat scroll 0 3px transparent;}
.breadcrumbs li a {background: none;padding-left: 0;}
.breadcrumbs li.cms_page {color:#F50;}
.breadcrumbs li.product, .breadcrumbs li.search {color:#F50;font-weight: bold;}

/* Page Heading */
.page-title {padding:0 0 5px; margin:0 0 10px; }
.page-title em {color: #F50;}
/*.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; }

/*-----BASKET AND CHECKOUT PROGRESS BAR-----*/
.progress-bar {margin-bottom: 2em; overflow: hidden; padding-top: 0.95em;}
.progress-bar ol {background: url("../images/checkout/bg_progress_bar.gif") no-repeat scroll left top transparent; float: left; list-style-type: none;  margin: 0;  padding: 0;  width: 980px;}
.progress-bar ol li {float: left;  padding: 1.7em 0 0;  width: 245px; text-align: center;}
.progress-bar ol li span {background-image: url("../images/checkout/checkout-steps.png"); padding: 1.9em 0 0; *padding: 1.7em 0 0;}

.progress-bar ol li#step-1 span.past {background-position: -153px 0;}
.progress-bar ol li#step-1 span.current {background-position: -80px 0; font-weight: bold; color: #FF5500;}
.progress-bar ol li#step-1 span.future {background-position: -11px 0;}

.progress-bar ol li#step-2 span.past {background-position: -143px -44px;}
.progress-bar ol li#step-2 span.current {background-position: -72px -44px; font-weight: bold; color: #FF5500;}
.progress-bar ol li#step-2 span.future {background-position: -2px -44px;}

.progress-bar ol li#step-3 span.past {background-position: -135px -88px;}
.progress-bar ol li#step-3 span.current {background-position: -63px -88px; font-weight: bold; color: #FF5500;}
.progress-bar ol li#step-3 span.future {background-position: 12px -88px;}

.progress-bar ol li#step-4 span.past {background-position: -151px -132px;}
.progress-bar ol li#step-4 span.current {background-position: -80px -132px; font-weight: bold; color: #FF5500;}
.progress-bar ol li#step-4 span.future {background-position: -9px -132px;}
/*----------*/

.checkout-cart-index #checkout-cards-container {float: right; padding-top: 30px;}
.checkout-cart-index #checkout-cards-container .checkout-icons {float: left; }
.checkout-cart-index #checkout-cards-container .checkout-icons p {margin: 10px 0;}
.checkout-cart-index #checkout-cards-container .extra-margin {margin-right: 35px;}

.checkout-cart-index .shipping {margin-top: 10px; padding: 15px 0 15px; height:50px; border-top: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD; position: relative;}
.checkout-cart-index .shipping h3 {float: left; font-size: 1.4em; font-weight: normal;}
.checkout-cart-index .shipping .shipping-form img {float: right;margin-top: -40px;*margin-top: -40px; margin-left: 65px; *margin-left: 65px;}
.checkout-cart-index .shipping .shipping-form  {float: left;}
.checkout-cart-index .shipping .shipping-form form{float:left;}
.checkout-cart-index .shipping .shipping-form .sp-methods {padding-top: 5px;}
.checkout-cart-index .shipping .shipping-form .sp-methods dt, .checkout-cart-index .shipping .shipping-form .sp-methods dd  {float: left;}
.checkout-cart-index .shipping .shipping-form .sp-methods dd ul li {padding: 0 30px 0 7px;}
.checkout-cart-index .shipping .shipping-form .sp-methods dd ul li .price {color: #FF5500; font-size: 1em; font-weight: bold;}

/* Pager */
.pager { border:1px solid #ddd; padding:5px; 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 {background: url(../images/product-list-grey-divider.jpg) repeat-x scroll 0 0;width: 100%;height: 20px;padding: 17px 0 7px 0;}

.toolbar p.amount {float: left;margin-left: 10px;padding-top: 3px;width: 240px;}
.toolbar .manufacturer-filter {float: left;margin-right: 50px;}
.toolbar .sort-by {float: left;margin-left: 20px;}
.toolbar .sort-by label {padding-top: 3px;}
.toolbar .limiter {float: right;margin-right: 10px;width: 150px;}
.toolbar .limiter label, .toolbar .limiter select {float: left;margin-right: 5px;}
.toolbar .limiter label, .per-page {padding-top: 3px;}
.toolbar .pages-holder {margin-left: auto;margin-right:auto;height: 20px;width: 300px;color: #fff;padding-top: 2px;}
.toolbar .pages-holder .pages {text-align: center;}
.toolbar .pages-holder a {background: none;padding-left: 0;}
.toolbar .pages-holder a.next {float: none;width: auto;}
.toolbar .pages-holder a:hover {text-decoration: underline;}
.toolbar .pages-holder a.previous {background: none;font-weight: bold;font-size: 1.1em;color: #000;}
.toolbar .pages ol li {display: inline;margin-right: 5px;}

.toolbar .pages ol li.current {background: #F50;border: solid 1px #fff;padding: 0 3px;b}

.toolbar .pages strong {float: left;}

.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom p.amount, .toolbar-bottom .manufacturer-filter, .toolbar-bottom .sort-by, .toolbar-bottom .limiter {display: none;}
.toolbar-top .pages-holder {display: none;}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px;}
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {border-top: dashed 1px #DDD}
.data-table tr {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {border-top: solid 1px #efefef; }
.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 {}
.sales-order-history #my-orders-table { border: 1px solid #CCCCCC; margin-bottom: 10px; padding: 1px; margin-top: 10px;}

/* 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; 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-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; 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; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.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/icon_print.gif) no-repeat scroll 5px 1px transparent; padding:2px 0 2px 25px; }
.link-rss { 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; text-indent:-999em; overflow:hidden; }

.separator { margin:0 3px; *float:left;}

.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;}
.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:0;height:95px;background: #ffffff; }
.header .inner {width: 100%;height: 100%;position: relative;}
.header .logo { float:left; text-decoration:none !important;margin: 35px 0 0 0; }
.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:35px 0 0 0; padding:0; }
.header h1.logo a {padding-left: 0;margin: 0;}

.header a.logo {padding-left: 0;}

.header .welcome-msg { font-weight:bold; text-align:right;float: right;margin-top: 5px; }
.header .links {float:right;margin-right: 10px;margin-top: 5px;text-transform: lowercase;font-size: 1.2em;}
.header .links a {color: #000;font-weight: bold; background: url(../images/arrow-box.gif) no-repeat 0px 0px; padding-left: 17px;margin-left: 5px;font-size: 0.9em; }
.header .links a:hover {color: #000;text-decoration: underline;}

.header .form-search { text-align:right; }
.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 {}


.quick-access .search button.button span {background:url(../images/search-btn.png) 0 0 no-repeat; width: 65px;height: 22px; padding:0px; margin-top:4px;*margin-top:1px;}
.quick-access .search button.button:hover span  {background:url(../images/search-btn.png )no-repeat scroll 0 -26px transparent;; width: 65px;height: 22px; padding:0px;}
.quick-access .search button.button span span {display: none;}

.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }
.quick-access { width:307px; height: 22px;padding:10px 10px 14px 10px; background:#FFFFFF; float:left;  margin: 33px 0px 0px 125px; border: 1px solid #CCCCCC;}
.quick-access p.siteName {width:35%;float: left;margin: 0;padding: 0;}
.quick-access p.callusInfo {position: absolute; top: 5px; right: 10px; float: right; color: #333; padding-top: 3px; font-size: 12px;}
.quick-access p.callusInfo span {color: #ff5500; font-weight: bold;}
.quick-access .search {width:308px;margin-left: auto; margin-right: auto;}
.quick-access .search input {float:left; width:230px;color: #a2a2a2;border: solid 1px #CCCCCC;*margin-top:-3px; margin-right:3px; margin-top:3px;}
.quick-access .search input:focus {    box-shadow:0 0px 5px #FF5500; -webkit-box-shadow:0 0px 5px #FF5500; -moz-box-shadow:0 0px 5px #FF5500;	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;}
.quick-access .search label {display: none;}


/* Sidebar =============================================================================== */
.block {margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #ddd; padding:3px 10px; }
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle {font-weight:bold;background: url("../images/heading_bg.jpg") repeat-x scroll 0 0 #CCCCCC;padding: 7px 5px 7px 10px;  }
.block .block-content { padding:0px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.sidebar {*float: left;*padding-bottom: 15px;}
.sidebar .block .actions {background: #FDE0C2;padding: 1px 10px 2px 10px;text-align: center;}
.sidebar .block .actions a {background: none;padding-left: 0;}
.sidebar a {padding-left: 14px;}
.block .empty {}

.block li.odd {}
.block li.even { background-color:#f6f6f6; }

.subheading {cursor:pointer;}
.ui-icon-triangle-1-e {background: url(../images/subheading_open_close.png) 0 -20px no-repeat transparent;width: 16px;height: 16px;float: right;margin: 2px 10px 0 0;}
.ui-icon-triangle-1-s {background: url(../images/subheading_open_close.png) 0 0  no-repeat transparent;width: 16px;height: 16px;float: right;margin: 2px 10px 0 0;}

/* 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 ul {border-top: dotted 1px #c4c4c4;position: relative;}
.block-account ul li {border-bottom: solid 1px #EEE;background: none;}
.block-account ul li a {background: none;display: block;padding: 3px 3px 3px 10px;}
.block-account ul li.current {border-top: solid 1px #EEE;position: relative;top: -1px;padding: 3px 3px 3px 10px;background: url("../images/icon_openclose_arrows.png") no-repeat scroll 0 7px transparent;color: #000;}

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

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { background: url("../images/heading_bg.jpg") repeat-x scroll 0 0 #CCCCCC;color: #333;padding: 4px 5px 4px 10px;font-weight: bold; }
.block-layered-nav ol li {border-bottom: solid 1px #eee;padding: 3px 0;}
.block-layered-nav ol li a {background: none;}
.block-layered-nav .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;float:right; margin:3px 0px 0 5px; *margin-top: -22px; }
.block-layered-nav ol.currently li {padding: 3px 0 3px 10px;}


.block-layered-nav .dropdown_box_container select, #manufacturer_select, #product_select {width: 160px;margin:0 0 5px 8px;color: #333333;}
.compatibility_title {background: url("../images/home/home-bannerTabs.png") repeat-x scroll 0 0; color: #fff;font-weight: bold;padding: 4px 5px 4px 10px;margin-bottom: 5px;}
#narrow-by-list #acc-by-hanset {border: 1px solid #CCCCCC; padding: 1px; margin-bottom: 8px; *height: 100%;}
#narrow-by-list #acc-by-hanset #acc-white-back {background: #f8ecdf; height: 100%;}
#narrow-by-list #acc-by-hanset .toggle-container {padding: 7px 0;}
#narrow-by-list #acc-by-hanset .toggle-container select {margin-bottom: 0;}
#narrow-by-list #acc-by-hanset .loader {margin-left: 10px;}

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	 .dropdown_box_container .btn-remove {margin-top: -17px;}
	 #narrow-by-list #acc-by-hanset .toggle-container select {border-color: #CCCCCC;}
}

/* Block: Cart */
.block-cart { margin-bottom:12px; float: right;background: url(../images/mini_basket_bg.gif) no-repeat;position: absolute;bottom: 0px;right: 0;width:216px; height: 47px; border: 1px solid #CCCCCC;}
.block-cart a {background: url("../images/arrow.gif") no-repeat scroll 0 4px transparent;padding-left: 10px;}
.block-cart .block-content {padding: 3px; height:47px;}
.block-cart .summary {font-weight: bold;padding: 7px 10px 0 0;}
.block-cart .summary, .block-cart .actions {float: right;width: 155px;}
.block-cart .actions {padding: 0 10px 0 0;}
.block-cart .amount {float: left;}
.block-cart .amount a { background: none;padding-left: 0;}
.block-cart p.subtotal {float: left;margin-left: 3px;}
.block-cart p.empty {float: right;width: 150px;padding-top: 11px;}

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

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .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 {}
.block-compare li { padding:5px 0; }

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

/* 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 {}
.block-banner .block-content { text-align:center; }

/* 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:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {background: #fff;float: left;border: none;width: 978px;}

.col2-left-layout .category-products {background: #fff;float: left;width: 759px;border: none;}

.category_landing_pages .category-products {background: #fff;float: left;border: solid 1px #CCC;width: 753px;}
.search-instructions {font-weight: bold;font-size: 1.2em;margin: 10px 0 10px 0;}

/* View Type: Grid */
.products-grid {position:relative;border-top: solid 1px #CCC;margin-top: 5px; }
.products-grid.last {}
.products-grid li.item { float:left; width:235px; padding:12px 0px 65px 0;text-align: center;position: relative;}
.products-grid li.item .price {color: #F50;}
.products-grid li.item .old-price .price {color: #666666 !important;}

.products-grid li.first {margin-right: 18px;border-right: solid 1px #CCC;padding-right: 8px;}
.products-grid li.last {margin-left: 8px;border-left: solid 1px #CCC;padding-left: 20px;width: 220px;}

.products-grid li.last .actions {position:absolute; bottom:12px; left:18px;width:225px; background-color: #f6f6f6; border-bottom: solid 1px #CCC;border-top: solid 1px #CCC;text-align: center;padding: 7px 0 3px 0;height: 30px;}

.products-grid h2 a {background: none;padding-left: 0;}

.products-grid .product-image { display:block; width:135px; height:135px; margin:0 auto 10px auto;background: none; }

.products-grid a.product-image {padding-left: 0;}

.products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:1em;height: 40px;width:225px }
.products-grid .product-name a {}

.products-grid .view_details {width:225px;}
.products-grid .view_details a {margin-left: 7px; background: url("../images/icon_openclose_arrows.png") no-repeat scroll 0 5px transparent;padding-left: 8px;}

.products-grid .price-box { margin:0px 0; float: left;width: 100%; height:35px;}
.products-grid .availability { line-height:21px; }
.products-grid .actions {position:absolute; bottom:12px; left:0;width:225px; background-color: #f6f6f6; border-bottom: solid 1px #CCC;border-top: solid 1px #CCC;text-align: center;padding: 7px 0 3px 0;height: 30px;}

.products-grid .actions .btn-cart {margin-top: 3px;}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:753px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* 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 {}
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.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; }
.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; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; 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 {background: url(../images/catalog/icon_instock.png) no-repeat right;width: 100%;float: left;height: 19px;padding: 6px 0 0 0;margin-bottom: 5px;}
.availability.out-of-stock span {background: url(../images/catalog/icon_nostock.png) no-repeat right;width: 100%;float: left;height: 19px;padding: 6px 0 0 0;margin-bottom: 5px;}
.quantity span {width: 100%;float: left;height: 19px;padding: 6px 0 0 0;margin-bottom: 5px;}

.availability-only { margin:0 0 7px; }
.availability-only span,
.availability-only a { cursor:help; }
.availability-only a { 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 .price { font-weight:bold;color:#F50;font-size: 1.25em;}
.catalog-product-view .price-box .price { font-weight:bold;color:#F50;font-size: 1.7em;}
.catalog-product-view .price-box .old-price .price { font-size: 1.0em; color:#666666;}
.catalog-product-view .price-box {text-align: right;}
.catalog-product-view .add-to-cart button.btn-cart {float: right;}

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

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

/* Special price */

.category-special-offers .category-products .special-price {}
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap;color: #F50; }
.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 {}

/********** compatibility Text > */
#compatibility-text {color: #333;}
#compatibility-text h2 {padding-bottom: 5px; color:#FF5500; font-size: 1.2em;}


/********** 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 {position: relative;clear:both;width:100%;}
.add-to-cart label { float:left; margin-right:5px; }
/*.add-to-cart select { float:right;border: solid 3px #cdcdcd; border-radius:5px;padding: 3px;width: 50px;}*/



   
.add-to-cart select .qty_option {padding-left: 8px;}
.add-to-cart button.button { }
.add-to-cart .paypal-logo { clear:left; }

/* Add to Links + Add to Cart */
.add-to-box .add-to-cart { float:right; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:right;margin: 10px 5px 0 0;background: url("../images/arrow.gif") no-repeat scroll 0 4px transparent; }
.add-to-box .add-to-links a {font-weight: normal;}

.product-view .add-to-box .add-to-links {float: right; margin: 10px 5px 0 0;background: url("../images/arrow.gif") no-repeat scroll 0 5px transparent; } 

.product-essential {}

.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */


.product-view .product-img-box { float:left; width:400px;background: url(../images/catalog/pdp_image_container_lines.png) no-repeat bottom;height: 288px; position: relative;}
.product-view .product-img-box .wrapper {width:240px; float: right;}
.product-view .product-img-box .wrapper .bx-wrapper, .product-view .product-img-box .wrapper .bx-wrapper .bx-window, .product-view .product-img-box .wrapper .bx-wrapper .bx-window ul li.pager  {width:240px !important;}
.product-view .product-img-box .wrapper .bx-wrapper .bx-window ul li.pager {margin-top: 7px;}
.product-view .product-img-box .wrapper ul li {margin-top: 15px;}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; cursor:pointer; }
.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;}
.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 {margin-top: 10px; width: 100px; position:absolute; top: 0; }
.product-view .product-img-box .more-views #thumbs {float: left;margin-left: 37px;width: 100%;}
.product-view .product-img-box .more-views .noscript {background: transparent;} 
.product-view .product-img-box .more-views ul {float: left;position: relative;margin: 0;padding: 0;}
.product-view .product-img-box .more-views li { float:left;padding:5px 0px 0px 0px; margin:0 3px 0 3px;}
.product-view .product-img-box .more-views li img {padding-left: 7px;display: block;}
.product-view .product-img-box .more-views li a {float: left;background: none;padding-left:0;border: solid 2px #CCC;background: #fff;padding: 0 5px 0 5px;display: block;}
.product-view .product-img-box .more-views li.selected {background: url(../images/icon_up_arrow.png) no-repeat 29px 0;}
.product-view .product-img-box .more-views li.selected a {border: solid 2px #F50;}
.product-view .product-img-box .more-views a.next {display: block;position: relative;float: left;margin: 2px;width: 16px;background: url(../images/carouselArrow_right.png) no-repeat transparent;height: 20px;padding-left:0;margin-top:22px;}
.product-view .product-img-box .more-views a.next:hover {background: url(../images/carouselArrow_right.png) no-repeat 0px -20px transparent;}
.product-view .product-img-box .more-views a.prev {display: block;position: relative;float: left;margin: 2px;width: 16px;background: url(../images/carouselArrow_left.png) no-repeat transparent;height: 20px;padding-left:0;margin-top:22px;}
.product-view .product-img-box .more-views a.prev:hover {background: url(../images/carouselArrow_left.png) no-repeat 0px -20px transparent;}


.product-view .product-img-box .slideshow {height: 260px;margin-left: auto;margin-right: auto;width:auto;}
.product-view .product-img-box .slideshow a {padding: 0;margin: 0;}
.product-view .product-img-box .slideshow a.advance-link {height: 260px;background: none;}

.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 h1 {color: #F50;font-weight: bold;border-bottom: solid 1px #CCC;padding: 0 0 10px;margin-bottom: 20px; }
.product-view .product-shop { float:right; width:445px;padding: 0 0 10px;}

.product-view .product-shop .options-wrapper {background: url("../images/shadow-sm.jpg") no-repeat scroll 12px bottom #fff;padding-bottom: 8px;float: right;}
.product-view .product-shop .options {width:190px;border: solid 1px #CCC;float:right;padding: 10px 20px;font-size: 1.2em;font-weight: bold;background: -moz-linear-gradient(center top , #FFFFFF 65%, #E9E9E9 100%) repeat-x scroll 0 bottom #FFFFFF;}
.product-view .product-shop .options span, .product-view .product-shop .options #price-holder  {border-bottom: solid 1px #EEE;padding-bottom: 5px;}
.product-view .product-shop .options .add-to-cart span {border-bottom: none;padding-bottom: 0px;}
.product-view .product-shop .options .qty {padding-top: 7px;}
.product-view .product-shop .options .special-price .price {font-size: 18px;}
.product-view .product-shop .options #price-holder span {border-bottom: none;}
.product-view .product-shop .options .add-to-box {margin-top: 15px;}
.product-view .product-shop .options .clear {clear: both;}
.product-view .product-shop .options .add-to-cart button.btn-cart span span {font-size: 1.5em; line-height: 1.3em;}
.product-view .product-shop .options .old-price, .product-view .product-shop .options .special-price {width: 100%;}
.product-view .product-shop .options .old-price {width: 100%;}
.product-view .product-shop .options .special-price .price-label {margin-left: 0;}
.product-view .product-shop .options .special-price .price { font-weight:bold; font-size: 1.7em;}
.product-view .product-shop button.emailBtn {border: 0 none; cursor: pointer; margin: 0; padding: 0; width: auto; height:auto;background: transparent;}
.product-view .product-shop button.emailBtn span {background:url(../images/sprite-buttons.gif) no-repeat scroll 0 -166px transparent; color: #000;float: left;font: 11px Arial,Helvetica,sans-serif;height:auto;text-align: center; white-space: nowrap;height: 30px;}
.product-view .product-shop button.emailBtn span span {background:url(../images/sprite-buttons.gif) no-repeat scroll right -246px transparent;  color:#000;font-weight: bold;line-height: 2.2em;}
.product-view .product-shop button.emailBtn:hover span {background:url(../images/sprite-buttons.gif) no-repeat scroll 0 -166px transparent;}
.product-view .product-shop button.emailBtn:hover span span {background:url(../images/sprite-buttons.gif) no-repeat scroll right -246px transparent;color: #F50;}

/*
.product-view .product-shop .options .quantity {border: solid 3px #cdcdcd; border-radius:5px;width: 50px;float: right;background: url(../images/select_dropdown_arrow.gif) no-repeat top right;overflow: hidden;}
.product-view .product-shop .options .quantity select {border: none;background: transparent;width: 68px;}
*/

.cart-table tbody tr td .qty span.customStyleSelectBox { font-size:11px; background:url(../images/select_dropdown_arrow.gif) no-repeat 31px 2px transparent; color:#878787; padding:3px 7px 0px 7px; border:3px solid #cdcdcd !important; -moz-border-radius: 5px; -webkit-border-radius: 5px;border-radius: 5px 5px;float:right;width: 40px !important;height: 22px; }
span.customStyleSelectBox { font-size:11px; background:url(../images/select_dropdown_arrow.gif) no-repeat 31px 2px transparent; color:#878787; padding:3px 7px 10px 7px; border:2px solid #CCC !important; float:right;width: 40px !important;height: 22px; }
span.customStyleSelectBoxInner {font-size: 1.4em;color: #878787;font-weight: normal;}
span.customStyleSelectBox.changed { }
.dropdown-box { width:60px;height: 30px !important;position: absolute;top: 0;right: 0;font-size: 1em !important;color: #878787;line-height: 1.5em;}

.cart-table tbody tr td .qty .dropdown-box { width:60px;height: 30px !important;position: absolute;top: 0;right: 0;font-size: 1em !important;color: #878787;line-height: 2em;}

.product-view .product-shop .add-to-box {}
.product-view .product-shop .add-to-box button {}

.col1-layout .product-view .product-shop { float:right; width:500px; }
.col1-layout .product-view .share_this {float:right;border-top: 1px solid #CCC;width: 100%;text-align: right;padding-top: 10px;margin-top: 20px;}
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name {}
.product-view .product-special-offer {float: left; width: 240px; height: 105px; border: 1px solid #CCCCCC;}
.product-view .product-features-short {float: left;width: 265px; *padding-bottom: 15px;}
.product-view .product-features-short ul {margin: 0 0 20px 0;float: left;}
.product-view .product-features-short ul li, .product-details-tabs .tab-content .features ul li {background: url("../images/bul_square.gif") no-repeat 0 11px;line-height: 20px;width: 100%;padding-left: 10px;}
.product-view .product-features-short .price {font-size: 1.6em;float: left;}

.product-view .product-features-short .price-box {width: 100%;float: left;margin-bottom: 15px;}

.product-view .product-features-short p.old-price {width: auto;color: #666;}
.product-view .product-features-short p.special-price {width: auto;color: #F50;}

.product-view .product-features-short .old-price .price-label { white-space:nowrap; float: left;padding: 5px 5px 0 0;}
.product-view .product-features-short .special-price .price-label { white-space:nowrap; float: left;padding: 5px 5px 0 0;}

/* 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 {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 */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; }

/* 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 {}
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {}

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

/* Advanced Search */
.advanced-search {}
.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 { padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart fieldset{padding-bottom: 3px;background: url(../images/bg_basket_view_footer_base.gif) repeat-x bottom left transparent;}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px;margin-top:5px;color:#888; }
.cart-table thead {background: #f7f7f7;border-bottom: solid 1px #DDD;height: 25px;}
.cart-table thead th {padding:5px 0 0 5px;border-right: solid 1px #DDD;}
.cart-table thead th.topleft {padding-left: 15px;}
.cart-table thead th.topright {padding-right: 10px;}
.cart-table tbody tr td {padding-top: 20px; border-right: solid 1px #DDD;}
.cart-table tbody tr td .qty {position: relative;float:left;height: 30px;/*overflow:hidden;*/}
.cart-table {border: solid 1px #DDD;}
.cart-table a {background: none;}
.cart-table a.remove {font-size: 0.9em;background: #e6e7e8;padding: 1px 2px 1px 2px;border-radius:2px;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals .shopping-cart-totals-wrapper {background: url(../images/hr_heavy_grad.gif) repeat-x bottom left;padding-bottom: 6px;}
.cart .cart-collaterals { padding:15px 0 0;*padding:15px 0 15px;border-bottom: dotted 1px #c4c4c4;}
.cart .cart-collaterals .col2-set { float:left; width:652px; }

.cart .cart-collaterals .cart-accepted-payments {text-align: center;border: solid 1px #DDD;height: 150px;margin-bottom: 7px;}
.cart .cart-collaterals .cart-accepted-payments h2, .cart .cart-collaterals .discount h2  {float:left; margin-right: 30px;font-size: 1em;font-weight: bold;padding: 7px 0 0 10px;}
.cart .cart-collaterals .cart-accepted-payments .title, .cart .cart-collaterals .discount .title {background: #f7f7f7;height: 30px;}
.cart .cart-collaterals .cart-accepted-payments .content, .cart .cart-collaterals .discount .content {background: #fff;padding: 10px;}
.cart .cart-collaterals .discount .content .buttons-set button.button {padding-right: 16px;}
.cart .cart-collaterals .discount .content .buttons-set {padding-top: 0px;}
.cart .cart-collaterals .continueShopping {float:left;padding-top: 20px; }

.cart .cart-collaterals .discount .input-text {width: 270px;}
.cart .cart-collaterals .discount label {float: left;padding-bottom: 5px;}

.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 {border: solid 1px #DDD;height: 150px;}

/* Shopping Cart Totals */
.cart .totals {float:right;width:315px; }
.cart .totals table { width:100%;border: solid 1px #DDD;height: 150px;}
.cart .totals table tr {border-bottom:dashed 1px #DDD;}
.cart .totals table th,
.cart .totals table td { padding:7px 20px 6px 5px; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot th {}

.cart .totals table tr.grandtotal {background: #F8ECDF;}
.cart .totals ul {padding-top: 23px;}

/* 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; 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; 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 { background-color:#f6f6f6; }

.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:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.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:#ccc; cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

#billing_address_lookup_criteria_section, #shipping_address_lookup_criteria_section {float:left; margin-top: 20px;}
#billing_address_lookup_criteria_section .field, #shipping_address_lookup_criteria_section .field {float: left;width: 290px;}
#billing_address_lookup_criteria_section .field input, #shipping_address_lookup_criteria_section .field input {width: 80%;}

#billing_address_lookup_error p.error, #shipping_address_lookup_error p.error {float: left;width: 100%;margin-top: 5px;}
a#billing_enter_address_manually, a#shipping_enter_address_manually {float: left;width: 100%;}

#billing_full_address_section .field, #shipping_full_address_section .field {float: left;width: 290px;margin-top: 5px;}
#billing_full_address_section .field input, #shipping_full_address_section .field input{width: 80%;}
button#billing_address_lookup, button#shipping_address_lookup {float: right; margin-top: 10px;}
#billing_address_lookup_button, #shipping_address_lookup_button { float: right;  margin-right: 92px;  width: auto;}
#billing_new_address a, a#billing_enter_address_manually, a#shipping_enter_address_manually, a#shipping_lookup_new_address {background: url("../images/icon_openclose_arrows.png") no-repeat scroll 0 3px transparent; padding-left: 10px;}

#billing_address_selection_box label, #shipping_address_selection_box label{float: left;width: 100%;margin-top: 5px;}

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

/* Order success */
.order-success .buttons-set {border-bottom: dotted 1px #c4c4c4;border-top: dotted 1px #c4c4c4;margin: 20px 0 0 0;float: left;width: 100%;}
.order-success .buttons-set .continue-shopping {float: left !important;}
.order-success .buttons-set button.button .print {float: right;}

.order-success a {color: #f50;padding-left: 0px;}
.order-success span {font-weight: bold;color: #f50;}
.order-success .info {float: left;width: 300px;margin:10px 20px 0 0;padding: 20px 0 0 0;}
.order-success .info p, .order-success .details p {margin-bottom: 10px;}
.order-success .details {float: left;width: 580px;background: #EEE;padding: 20px;margin: 10px 0 0 0;}

/* Delivery */
.shipment-methods .options {
float: left;
width: 195px;
margin-right: 10px;
}:    Ian.Jeffery@2020mobile.com

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


/* Account Login/Create Pages ============================================================ */
 .customer-account-edit .fieldset, .customer-address-form .fieldset,  .wishlist-index-index .my-wishlist fieldset {background: none repeat scroll 0 0 #FFFFFF;  border: 1px solid #CCCCCC;  margin-bottom: 10px;  padding: 1px;}
.wishlist-index-index .buttons-set button { float: right;   margin-right: 10px;}
.customer-account-index .welcome-msg .hello {font-size: 1.2em; padding: 0;}
.customer-account-index .box { position: relative; background: url("../images/shadow-sprites.jpg") no-repeat scroll 10px 207px transparent;  float: left;  padding: 0; width: 100%;}
.customer-account-index .border-wrapper, .my-account .border-wrapper  {border: 1px solid #CCCCCC; padding: 1px; background: #fff;}
.customer-account-index .border-wrapper #my-orders-table tr th {padding-left: 20px;}
.customer-account-index .border-wrapper #my-orders-table tr td {padding: 10px 10px 10px 20px;}

.newsletter-manage-index .my-account {position: relative; z-index: 100;}
.newsletter-manage-index .my-account .newsletter-content {background: none;}
.newsletter-manage-index .my-account .buttons-set {margin-top: 25px;}
.newsletter-manage-index .my-account .border-wrapper {width: 430px; }
.newsletter-manage-index .my-account .emptySpace {height: 140px;}
.newsletter-manage-index .my-account .border-wrapper .newsletter-content {padding: 5px 20px 20px 20px;}
.newsletter-image {float: right;}

.account-login .new-users .content { position: relative; background: url("../images/shadow-sprites.jpg") no-repeat scroll 10px 207px transparent;  float: left; margin-right: 20px;  padding: 0; width: 640px;}
.account-login .new-users .content .border-wrapper {border: 1px solid #CCCCCC; height: 243px;  margin-bottom: 10px;  padding: 1px; background: #fff;}

.account-login .registered-users .content { position: relative; background: url("../images/shadow-sprites.jpg") no-repeat scroll 18px 227px transparent;  float: left; margin-right: 20px;  padding: 0; width: 300px;}
.account-login .registered-users .content .border-wrapper {border: 1px solid #CCCCCC; height: 243px;  margin-bottom: 10px;  padding: 1px; background: #fff;}
.account-login .registered-users .content .padding-wrapper {padding: 20px;}
.account-login .registered-users .content .padding-wrapper .buttons-set a {padding-left:0;}
 customer-account-login .registered-users .padding-wrapper p {}
.account-login p {padding: 20px;}
.account-login .new-users {height: 270px;}
.account-login .new-users p {width: 250px;}

.account-login .new-users .content {position: relative;}
.account-login .new-users .content img {float: right;margin-top: 23px;}
.account-login .new-users .content button {padding: 0px;margin-left: 20px;}

/*.account-login .registered-users .content {border: solid 1px #cccccc;background: #fff;padding: 15px;}*/
.account-login .registered-users p {padding: 0px 0px 0px 0px;}
.account-login .registered-users ul {padding: 10px 20px 0px 0px;}
.account-login .registered-users a {margin: 20px 20px 0 0;}
.account-login .registered-users .content .buttons-set {padding: 0px 0px 0px 0px;}
.account-login .registered-users .content .buttons-set button.button {padding-right: 0; padding-top: 10px;}
.account-login h2, .customer-account-create h2, .my-account .dashboard h3, .customer-account-edit h2, .customer-address-form h2.legend, .newsletter-manage-index h2, .box-recent h2, .order-info-box .box-title h2, .order-items h2, .my-account .addresses-primary h2, .my-account .addresses-additional h2 {color: #333; padding: 10px 20px;}

.order-items h2 {background: url("../images/heading_bg.jpg") repeat-x scroll 0 0 #CCCCCC;padding: 5px 0 5px 5px}

.account-login .col-1 {width:620px;}
.account-login .col-2 {width:300px;}

.customer-account-create .content { background: url("../images/shadow-sprites.jpg") no-repeat scroll 8px 227px transparent;  float: left; padding: 0;}
.customer-account-create .content .border-wrapper {border: 1px solid #CCCCCC; height: 205px;  margin-bottom: 10px;  padding: 1px; background: #fff;}
.customer-account-create .content .border-wrapper .form-list {padding: 5px 0 0 20px;}
.customer-account-create .content .border-wrapper .form-list input {width: 248px;}
.customer-account-create .content .border-wrapper .form-list .input-box .checkbox {width: auto; float: left;} 
.customer-account-create .content .border-wrapper p {padding: 5px 0 10px 20px;}
 .customer-account-create .form-list label {padding-top: 0; padding-right: 0px !important;}
.account-create .col-3 {float: left;width: 313px;background: #fff;min-height: 205px;}
.account-create .col-3 .field {margin-top: 3px;}
.account-create .content .newsletter, .my-account .newsletter-content ul li {background: #f8ecdf; padding: 10px 5px 5px 20px !important;}
.account-create .content .newsletter label, .my-account .newsletter-content label {font-weight: normal; *float:left; *padding-right:10px; width: auto;}
.account-create .buttons-set, .my-account .buttons-set {border-bottom:solid 1px #DDD; padding-bottom: 10px; }
.wishlist-index-index .my-wishlist fieldset .buttons-set {border-bottom: 0 ;}
.account-create .buttons-set p.required {margin: 10px 0;}
.wishlist-index-index .data-table th { padding:5px; font-weight:bold; white-space:nowrap; width: 100%; }
.wishlist-index-index .a-center {text-align: left !important;}

.my-account p {padding: 10px 0px;}
.my-account .box-title {position: relative;}
.my-account .box-title a {position: absolute;top: 18px;right: 10px;}
.my-account .box-content {padding: 10px;margin-bottom: 0px;float: left;width: 100%;}
.my-account .box-title a {position: absolute;top: 7px; right: 10px;}
.my-account .box-content a {margin-top:10px;margin-bottom:10px;float: left; padding-left: 0;}
.my-account .box-content h4 {margin-bottom: 0px;}
.my-account .fieldset {background: #fff;}
.my-account .fieldset .form-list {padding: 5px 20px;}

.my-account .newsletter-content {background: #fff;position: relative;padding: 20px;}
.my-account .newsletter-content p {width: 400px;}
.my-account .newsletter-content img {position: absolute;top: -30px;right: 10px;}
.my-account .newsletter-content ul li {width: 350px;}

.my-account .border-wrapper a {background: url("../images/icon_openclose_arrows.png") no-repeat scroll 0 3px transparent;}

.back-to-link .next {width:150px;}

.retrieve-password {width: 470px;display:block;background: #eee;float: left;padding: 20px;}
.retrieve-password .fieldset {margin: 0;}
.retrieve-password .buttons-set button {float: left;}

.retrieve-password .fieldset p {margin: 0 0 5px 5px; float: left;}
.retrieve-password .form-list label.required {float: left;width: 95px;margin:0 10px 0 5px;}
.retrieve-password .form-list .input-box {float: left;width: 327px;clear:none;position: relative;}
.retrieve-password .form-list .input-box input {margin-top: 5px;}
.retrieve-password .form-list .input-box button {padding-top:5px;position: absolute;top:-3px;right: 0px;}
.retrieve-password ul.form-list {padding: 10px 0 0 0;float: left;}

#wishlist-table thead {background: #F8ECDF;}
#wishlist-table textarea {width: 170px;height: 70px;}
#wishlist-table a {float: left;background: none;}
#wishlist-table table a img {background: none;}
#wishlist-table h2 {float: left;width: 145px;padding: 0 0 10px 10px;}
#wishlist-table .price-box {float: left;width: 150px;}
#wishlist-table .price-box span {padding-left: 10px;}

#wishlist-table a.remove {padding: 10px 0 0 20px;float: left;text-decoration: underline;font-size: 0.85em;}

#wishlist-table p.out-of-stock.availability {padding: 5px 0 0 0;}
#wishlist-table .out-of-stock.availability span {padding-right: 20px;width: 85px;}

.my-account .pages-holder {background: #efefef;width: 100%;float: left;}
.my-account .pages-holder p.amount {float: left;padding: 7px 0 5px 10px;}
.my-account .pages-holder .limiter {float: right;padding: 5px 10px 5px 0;}
.my-account table#my-orders-table thead tr th {background: #f8ecdf;}

.my-account .order-items table#my-orders-table thead tr th {background: #F2F2F2;border-right:solid 1px #DDD;}
.my-account .order-items table#my-orders-table thead tr th.last {border-right: none;}

.sales-order-history .pages-holder {margin-bottom: 10px;}

.my-account table#my-orders-table thead tr th.actions {background: #f8ecdf; border-top: solid 1px #fff;*width:150px;}

.my-account table#my-orders-table tbody tr td {padding: 10px 6px; background: #fff;border-right:solid 1px #DDD;}
.my-account table#my-orders-table tbody tr td.last {border-right: none;}
.my-account table#my-orders-table tfoot tr td {padding: 5px 10px 5px 10px;background: #F6F6F6;border-right:solid 1px #DDD;}
.my-account table#my-orders-table tfoot tr td.last {border-right: none;}

.my-account table#my-orders-table a {*float:left;background: url("../images/icon_openclose_arrows.png") no-repeat scroll 0 3px transparent;}

.my-account .box a {padding-left: 10px;background: url("../images/icon_openclose_arrows.png") no-repeat scroll 0 3px transparent;}

.my-account table#my-orders-table tfoot tr.grand_total_incl td {background: #F8ECDF;} 

.buttons-set button {float: right;}
.buttons-set p {padding:0 0 10px 0;}
.my-account .buttons-set {margin-top: 10px;float: left;width: 746px;}

.customer-account-index .col2-set .col-1 .box-content, .customer-account-index .col2-set .col-2 .box-content, .customer-account-index .col2-set .box-content{ padding: 5px 0 5px 20px; width: auto;}
.customer-account-index .col2-set .col-1 .box-content p, .customer-account-index .col2-set .col-2 .box-content p, .customer-account-index .col2-set .box-content p {padding: 0;}
.customer-account-index .col2-set .box-content h4 {padding-bottom: 10px;}
.customer-account-index .col2-set .box-content address {padding-bottom: 10px; line-height: 1.5em;}
.customer-account-index .box .box-content .col-1, .customer-account-index .box .box-content .col-2 {width: auto; margin-right: 20px;}
.my-account address {line-height: 1.5em;}

.my-account .box-recent .box-head {position: relative;}
.my-account .box-recent .box-head a {position: absolute; top:8px; right:10px;}

.my-account .order-info-box {margin-bottom: 20px;}

.my-account .order-info-box .border-wrapper {min-height: 150px;}

.my-account .box-account .col2-set {margin-bottom: 10px;}
.my-account .addresses-primary h3 {color: #FF5500; font-size: 1em;margin-bottom: 5px;}
.my-account .addresses-primary ol, .my-account .addresses-additional ol {padding: 20px;}
.my-account .addresses-primary ol li, .my-account .addresses-additional ol li {border-bottom: dotted 1px #cdcdcd;margin-bottom: 10px;}
.my-account .addresses-additional .primaryBtn {padding: 0 0 20px 20px;}
 


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


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

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

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

/* Block: Account Information */
.dashboard .box-info {}

/* Block: Reviews */
.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 > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px;background: #F6F6F6; }
.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;border: solid 1px #DDD;padding: 1px; }

.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 .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; }
.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 { margin-top: 20px;}
.footer-container .span-2col {float:left;width:315px;}
.footer-container .marketing-info {background: url(../images/product-scroller-bg.png) repeat-x bottom left; padding: 10px;float: left;width: 960px;color:#000;text-align: left; border-top: solid 3px #ff5500; border-bottom: 1px solid #CCCCCC;} 
.footer-container .marketing-info h3 {font-size: 1.4em;font-weight: bold;margin-bottom: 5px;color: #F50;}
.footer-container .marketing-info .col-large {width: 600px;float: left;margin-right: 40px;}
.footer-container .marketing-info .col-small {width: 290px;float: left;border-left: solid 1px #999;padding-left: 20px;}
.footer-container .marketing-info a {color: #000;background: url("../images/arrow.gif") no-repeat scroll 0 4px transparent;padding-right: 10px;text-decoration: none;padding-left: 10px;float:left; }
.footer-container .marketing-info a:hover {text-decoration: underline; color: #ff5500;}
.footer-container .site-links {float: left;width: 940px;padding:10px 20px 10px 20px; margin:10px 0px 10px 0px;text-align: left;border-bottom: solid 3px #DDD; border-top: solid 3px #DDD; position: relative;}
.footer-container .site-links a {color: #000;text-decoration: underline;background: url("../images/arrow.gif") no-repeat scroll 0 4px transparent;padding-left: 0 0 0 10px;}
.footer-container .site-links a:hover {text-decoration: underline;}
.footer-container .site-links ul li {padding: 2px;}
.footer-container #social-icons-container {position: absolute; bottom: 7px; right: 50px; width: auto;}
.footer-container #social-icons-container #facebook-icon, .footer-container #social-icons-container #Twitter-icon {float: left;}
.footer-container #social-icons-container #facebook-icon {margin-right: 5px;}
.footer-container #social-icons-container #follow-us {margin:5px 5px 0 0; font-weight: bold; font-size: 1.2em; float: left; }
.footer-container #social-icons-container a {background: none; border: 0; padding: 0;}
.footer-container .site-links .col-6 {float: left;width: 146px;margin-right: 10px;}
.footer-container .site-links h3, .footer-container .site-links p {font-size: 1em;color: #000;}
.footer-container .site-links .no-title {margin-top: 14px;}

.footer-container .external-links {background: #686868;float: left;width: 940px; border-top: 2px solid #FFFFFF;padding: 8px 20px;}
.footer-container .external-links a {color: #E4E4E4;font-size: 0.85em; text-decoration: none;background: none;padding-left: 0;}
.footer-container .external-links a:hover {text-decoration: underline;}
.footer-container .external-links ul li {display: inline;width: 144px;float: left;}
.footer-container .external-links ul li.copyright {width: 210px;}

.checkout-footer {border-bottom: solid 3px #DDD;height: 20px;}

/* Newsletter sign-up */

.footer-container .mce_inline_error {color: #fDE0C2 !important;}
.footer-container #mce-success-response, .footer-container #mce-error-response {float: left;width:600px;color: #fDE0C2;font-weight: bold;*display: none;}
.footer-container .mc-field-group-email {float: left;margin:5px 10px 0 0;width: 260px;}
.footer-container .mc-field-group-name {float: left;margin:5px 10px 0 0;width: 240px;}
.footer-container .mc-field-group-email input, .footer-container .mc-field-group-name input {color: #000;width: 165px;border:1px solid #ccc; height: 25px;border-radius:2px;padding: 0 3px 0 3px;}
.footer-container .mc-field-group-email input:focus, .footer-container .mc-field-group-name input:focus {    box-shadow:0 0px 5px #FF5500; -webkit-box-shadow:0 0px 5px #FF5500; -moz-box-shadow:0 0px 5px #FF5500;	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;}
.footer-container .mc-field-group-email label, .footer-container .mc-field-group-name label {font-weight: bold;}
.footer-container .f-fix {float: right;width: 80px; padding:4px 0px 0px 0px;}

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


/* 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 { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
.clearer {clear: both;}
/* ======================================================================================= */

/* General =========================================================================== */
.margin-right-40 {margin-right: 40px;}
.margin-right-20 {margin-right: 20px;}
.floatLeft {float: left;}
.underlined {text-decoration:underline;}

.content {padding: 20px;}
/* headers and titles =========================================================================== */
.panel-grey-header {border: solid 1px #ccc;padding: 1px;margin-bottom: 10px;}
.sidebar .panel-grey-header {border: solid 1px #ccc;padding: 1px;margin-bottom: 8px;float: left;*width: 200px;}
.panel-grey-header .content {padding: 10px;}
.panel-grey-header .content a {background: url("../images/icon_openclose_arrows.png") no-repeat scroll 0 3px transparent;margin-top: 5px;float: left;padding-left: 10px;}
.panel-grey-header h2, .account-login .content h2,  .customer-account-create .content h2, .customer-account-index .box .box-title h3, .customer-account-edit .fieldset h2, .customer-address-form .fieldset h2,  .customer-account-index .box-head h2, .my-account .addresses-primary h2, .my-account .addresses-additional h2, .newsletter-manage-index .my-account h2, .top_links_container h2 {background: url(../images/heading_bg.jpg) repeat-x scroll 0 0 #CCCCCC;padding: 5px 20px 5px 10px !important;}
.panel-grey-header h3 {background: url("../images/heading_bg.jpg") repeat-x scroll 0 0 #CCCCCC; line-height: 2em;padding-left: 10px;font-weight: bold;font-size: 1.1em;}
.panel-header-petrol {float: left;margin-bottom:15px;width: 100%;}

/* layout =========================================================================== */
/* home and landing pages */
.accessory-type-block-main {width: 704px;float: left;margin-bottom: 10px;}
.category_landing_pages .accessory-type-block-main {width: 100%;float: left;margin-bottom: 0px;}
.category_landing_pages .accessory-type-container {width: 234px;float: left;background: #fff;position: relative;height: 120px;margin-bottom: 8px;}

.accessory-type-block-wrapper {float: left;margin:0;background: url(../images/shadow-sprites.jpg) no-repeat 4px 237px transparent;}

.accessory-type-block-secondary {width: 270px;float: left;position: relative;}
.accessory-type-block-secondary img {position: absolute;left: 23px;bottom: 15px;}
.accessory-type-block-secondary ul {padding: 5px 5px 5px 10px;}

.cms-home .accessory-type-wrapper {width: 215px;float: left;padding-bottom:0px; background: url(../images/shadow-sprites.jpg) no-repeat 4px 124px transparent;}

.cms-home .mid-banner-right {border: solid 1px #CCC;width: 269px;}
.cms-home .mid-banner-right a {padding-left: 0px;}

.sidebar .accessory-type-wrapper {float: left;padding-bottom:0px; background: url(../images/shadow-sm.jpg) no-repeat left bottom transparent;}

.category_landing_pages .accessory-type-wrapper {width: 238px;float: left;padding-bottom:0px; background: url(../images/container-shadow.jpg) no-repeat left bottom transparent;margin-bottom: 5px;*padding-bottom:8px;}

.accessory-type-wrapper p.link {width:100% !important;}
.accessory-type-container {width:211px; position: relative;height: 121px;margin-bottom: 10px;border: solid 1px #CCC;padding: 1px;}

.accessory-type-container a {background: url("../images/arrow-box.gif") no-repeat scroll 0 2px transparent;padding-left: 15px;width: 100%;position: absolute;bottom: 8px;}
.accessory-type-container .categoryLinks {display: block; height: 100%; width: 100%; cursor: pointer;}

.category_landing_pages .accessory-type-container p {margin: 5px 5px 5px 10px;width: 113px;float: left;}
.category_landing_pages .accessory-type-container #playbook p, .category_landing_pages .accessory-type-container #ipad p, .category_landing_pages .accessory-type-container #ipad2 p {margin: 5px 5px 5px 10px;width: 100px;float: left;}
.category_landing_pages .tablets .accessory-type-container p {margin: 5px 5px 5px 10px;width: 100px;float: left;}
.category_landing_pages .accessory-type-container #chargers p {width: 120px;}

.accessory-type-container p {margin: 5px 5px 0px 10px;width: 91px;float: left;}
.accessory-type-container #casesandcovers img  {position: absolute;right: 20px;top: 35px;}
.accessory-type-container #incar img  {position: absolute;right: 5px;top: 35px;}
.accessory-type-container #memorycards img  {position: absolute;right: 10px;top: 45px;}
.accessory-type-container #headphones img  {position: absolute;right: 5px;top: 35px;}
.accessory-type-container #chargers img  {position: absolute;right: 0px;top: 35px;}
.accessory-type-container #chargers p {width: 110px;}
.accessory-type-container #bluetooth img  {position: absolute;right: 20px;top: 35px;}
#apptoys img{ *float:right; *margin-top:-30px;}
.accessory-type-container #ipad img  {position: absolute;right: 10px;top: 30px;}
.accessory-type-container #ipad2 img  {position: absolute;right: 15px;top: 30px;}
.accessory-type-container #playbook img  {position: absolute;right: 10px;top: 30px;}

.accessory-type-container #gadgets img  {position: absolute;right: 20px;top: 30px;}
.accessory-type-container #peripherals img  {position: absolute;right: 20px;top: 35px;}
.accessory-type-container #speakers img  {position: absolute;right: 10px;top: 45px;}


.accessory-type-container-lrg {background: #fff;height: 253px;}
.accessory-type-container-lrg a {background: url("../images/arrow.gif") no-repeat scroll 0 4px transparent;padding-left: 10px;}

.category_landing_pages .product_scrollers {width: 735px;height: 265px;margin-bottom: 20px;}
.category_landing_pages .rotational_banners {width: 537px;height: 262px;margin-bottom: 20px;float: left;margin-right: 20px;border: solid 1px #CCC;padding: 1px;}
.category_landing_pages .top_links_container {float: left;width: 190px;height: 262px;border: solid 1px #CCC;padding: 1px;}
.category_landing_pages .top_links_container h1 {background:url(../images/home/home-bannerTabs.png);color: #fff;color: #fff;font-size: 1.3em;line-height: 1.8em;padding: 0 5px 0 10px;}

.tablet-accessories .top_links_container h1 {background: url("../images/home/home-bannerTabs.png") repeat scroll 0 0 transparent;color: #fff;font-size: 1.2em;line-height: 2.4em;padding: 0 5px 0 10px;}
.category_landing_pages .top_links_container h3 {padding: 10px 10px 0 10px;font-size: 1.2em;font-weight: bold;}
.category_landing_pages .top_links_container ul {padding:0 10px 0 0px;line-height: 1.8em;float: left;margin-top: 0px;}

.category_landing_pages .top_links_container ul a {background:url("../images/arrow.gif") no-repeat scroll 0 4px transparent;}

.category_landing_pages .top_links_container .widget-static-block ul li {list-style-image: none;}

.category_landing_pages h3 {margin-bottom: 10px;font-weight: normal;font-size: 1.4em;float: left;width: 100%;}
.product_scrollers {background: #fff;height: 255px;float: left;}

.category_landing_pages .product_scrollers h2 {background: url("../images/home/home-bannerTabs.png") repeat-x scroll 0 0 #FF5500; line-height: 2em;padding-left: 20px;color: #fff;}
.sitemap h2 {background: url("../images/heading_bg.jpg") repeat-x scroll 0 0 #CCCCCC; line-height: 2em;padding-left: 20px;}


.promotion-title {height: 10px;display: none;}
.promotion-title h2 {background:url(../images/home/home-bannerTabs.png) repeat-x scroll 0 0 #f50; line-height: 1.8em;padding: 0 20px 0 20px;color: #fff;}



.cms-home .rotational_banners {width: 680px;height: 260px;border: solid 1px #CCC;float: left;padding: 1px;}
.cms-home .rotational_banners a {padding-left: 0;}
.cms-home .top_links_container {float: right;width: 272px;height: 260px; border: solid 1px #CCC;padding: 1px;}

.cms-home .top_links_container .top_link {width: 86px;float: left;height: 113px;padding:1px;}

.cms-home .top_links_container .top_link .capsule {width: 83px;height: 108px;padding: 6px 2px 0 2px;float: left;}

.cms-home .top_links_container .top_link .capsule img {float: left;padding-left: 18px;padding-right: 18px;}

.cms-home .top_links_container .top_link a {background: url("../images/arrow.gif") no-repeat scroll 0 4px transparent;padding-left: 10px;float: left;list-style: }
.cms-home .top_links_container .top_links_row1{float:left;width:272px; height:116px;background: url("../images/product-scroller-bg.png") repeat-x scroll 0 -120px transparent;border-bottom: solid 1px #CCC;}
.cms-home .top_links_container .top_links_row2{float:left;width:272px; height:116px;background: url("../images/product-scroller-bg.png") repeat-x scroll 0 -120px transparent;}
.cms-home .top_links_container .top_link.first {border-right: solid 1px #CCC;}
.cms-home .top_links_container .top_link.second {border-right: solid 1px #CCC;}
.cms-home .top_links_container .top_link.third {}
.cms-home .top_links_container .top_link.forth {border-right: solid 1px #CCC;}
.cms-home .top_links_container .top_link.fifth {border-right: solid 1px #CCC;}
.cms-home .top_links_container .top_link.sixth {}

#home-slider {margin-top: 10px;border: solid 1px #CCC;padding: 1px;}
#home-slider a {padding-left: 0;}



/* =========== Reuseable info blocks ============= */
.catalog-category-view .panel-header-petrol .content, .catalogsearch-result-index .panel-header-petrol .content {border: solid 1px #b2b2b2;padding: 10px 15px 10px 15px;background: #fff;float: left;width: 172px;}

.col3-layout .content {padding: 10px 15px 10px 15px;background: #fff;float: left;}

.catalog-category-view .panel-header-petrol .content a {margin-top: 10px;float: left;}
.catalog-category-view .panel-header-petrol .content p {float: left;}
.secure-shopping .content {padding: 10px;float: left;width: 172px; text-align: center;}
.secure-shopping h3 {background: url("../images/heading_bg.jpg") repeat-x scroll 0 0 #CCCCCC; line-height: 2.2em;padding-left: 10px;font-weight: bold;float: left;width: 190px;}

.pdp-shopping-info-blocks .secure-shopping h3 {background: url("../images/heading_bg.jpg") repeat-x scroll 0 0 #CCCCCC; line-height: 2em;padding-left: 10px;font-weight: bold;float: left;width: 176px;}
.pdp-shopping-info-blocks .secure-shopping .content {width: 155px;padding:10px 5px 10px 5px;}

.secure-shopping h3 p { float: left;}
.secure-shopping h3 img {float: left;padding: 0px 5px 0 10px;}

/* product descripton tabs (PDP and Category Pages) */
ul.tabs {margin: 0;padding: 0;float: left;list-style: none;width: 740px;position: relative;z-index: 10;}
ul.tabs li {float: left;margin: 0;padding: 0;height:28px;border-left: none;overflow: hidden;margin-right:12px;background: -moz-linear-gradient(center top , #FFFFFF 0pt, #F3F3F3 100%) repeat scroll 0 0 transparent;overflow: hidden;background-color: #F6F6F6;z-index: 1;border:solid 1px #CCC;border-radius:3px 3px 0 0;}
ul.tabs li a {color:#666;text-decoration: none;padding: 5px 10px 5px 30px;font-size: 1.1em;outline: none;background: url(../images/tabarrows.gif) no-repeat 10px -12px;height: auto;font-weight: bold;float: left;}

ul.tabs li:hover {}
ul.tabs li.active:hover {position:relative;top:0px;padding-bottom: 0px;}
ul.tabs li a:hover {background: #fff;background: url(../images/tabarrows.gif) no-repeat 9px 8px;color: #F50;}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {background: -moz-linear-gradient(center top , #F3F3F3 0pt, #FFFFFF 100%) no-repeat bottom #CCC;background-color: transparent;z-index: 0;border-bottom: solid 1px #FFF;}
html ul.tabs li.active a, html ul.tabs li.active a:hover {color: #F50;background: url(../images/tabarrows.gif) no-repeat 10px 8px;}

.pdp-tabs-wrapper {width:770px;float: left;}
.pdp-tabs-wrapper .product-details-tabs	{width: 100%;border-top:solid 1px #CCC;z-index: 0;position: relative;top:-1px;}
.category-tabs-wrapper .product-details-tabs {width: 798px;}
.category-tabs-top { height: 17px; float: left; width: 100%; }
.category-tabs-bottom {height: 23px; float: left; width: 100%; margin-top: -5px; }

.pdp-shopping-info-blocks {width: 190px;float: right;margin-top: 52px;}
.pdp-shopping-info-blocks .content {padding: 15px;}
.pdp-shopping-info-blocks .content p {padding: 0 0 10px 0;}

.product-details-tabs {clear: both;float: left; background: #fff;margin: 0;padding: 0;min-height: 270px;position: relative;top:-1px;}
.product-details-tabs .tab-content {padding: 10px;width: 700px;margin: 5px;}
.product-details-tabs .tab-content h2 {color:#F50; font-size: 1.2em; padding: 10px 0;font-weight: bold;}
.product-details-tabs .tab-content h4 {color: #2d757e;}
.product-details-tabs .tab-content .features {float: left;width:230px;margin-right: 20px;background: #F6F6F6;padding:0 10px 10px 10px;}
.product-details-tabs .tab-content .description {float: left;width:420px;}
.product-details-tabs #box-compatibility .category-products {width:100%;border: none;}
.product-details-tabs #box-compatibility a {padding-left: 0px;}

/* end tabs */

/* CMS Help & Support side nav */

.help-support-sidenav ul {border-top: solid 1px #EEE;}
.help-support-sidenav ul li {border-bottom: solid 1px #EEE;}
.help-support-sidenav ul li a {background: none;display: block;padding: 3px 3px 3px 10px;}
.contacts-index-index .help-support-sidenav ul li.contactus, .cms-frequently-asked-questions .help-support-sidenav ul li.faqs, .cms-delivery-and-returns .help-support-sidenav ul li.delivery, .cms-terms-and-conditions .help-support-sidenav ul li.terms, .cms-privacy-policy .help-support-sidenav ul li.privacy {font-weight: bold;background: url("../images/icon_openclose_arrows.png") no-repeat scroll 0 7px }

.contacts-index-index .help-support-sidenav ul li.contactus a, .cms-frequently-asked-questions .help-support-sidenav ul li.faqs a, .cms-delivery-and-returns .help-support-sidenav ul li.delivery a, .cms-terms-and-conditions .help-support-sidenav ul li.terms a, .cms-privacy-policy .help-support-sidenav ul li.privacy a {color: #000;}
/* CMS FAQs */

#faqs h3.subTitle {color: #2d757e;font-size: 1.2em;margin-bottom: 5px;}
.accordion h3 {font-weight: normal;font-size: 1em;padding: 5px 0;width: 100%;}
.accordion h3.ui-state-active {border-top: solid 1px #EEE;font-weight: bold;background: #F6F6F6;} 
.accordion a {background: none;padding-left: 3px;}
.accordion .ui-icon-triangle-1-e {background: url(../images/icon_openclose_arrows.png) no-repeat 0 0;width: 12px;height: 7px;float: left;margin: 3px 3px 0 0;}
.accordion .ui-icon-triangle-1-s {background: url(../images/icon_openclose_arrows.png) no-repeat 0 -20px;width: 12px;height: 7px;float: left;margin: 3px 3px 0 0;}
.accordion .ui-accordion-content {border-bottom: solid 1px #EEE;border-top: solid 1px #EEE;padding: 5px 0 5px 0;float: left;margin-bottom: 10px;width: 100%;line-height: 1.5em;}

p.faqsPrompt {padding-top: 10px;}
p.faqsPrompt  a {background: none;padding-left: 0;text-decoration: underline;}

/* CMS Delivery & Returns */
.delivery-info h3 {margin: 20px 0 10px 0;font-size: 1em;}
.delivery-info table {border: solid 1px #DDD;background: #F7F7F7;}
.delivery-info table tr td, .delivery-info table tr th {padding: 5px;}
.delivery-info table tr th {background: #FDE0C2;border-bottom: solid 1px #FFF;}
.delivery-info table tr th.bottom {border:solid 1px #DDD;}
.delivery-info table tr.row-1, .delivery-info table tr.row-2 {}
.delivery-info table tr td.price {font-weight: bold;}
.delivery-info table tr td {border-bottom: solid 1px #DDD;}
.delivery-info a, a.intext-link {background:none;padding-left: 0;text-decoration: underline;}
.delivery-info p {padding-bottom: 10px;}

/* CMS Ts and Cs */
.widget-static-block ol { list-style-type:decimal;color: #000;font-weight: bold; }
.widget-static-block li { margin:5px 0 0 10px; }
.widget-static-block ul {margin: 10px 0;}
.widget-static-block ul li { list-style-image: url("../images/bul_square.gif"); font-weight: normal;color: #333333;}
.widget-static-block ul li ul li{ list-style-image: url(../images/bullet-dash.gif);}

.termsandconditions, .privacypolicy {line-height: 1.3em;}
.termsandconditions h3 {color: #000;font-size: 0.9em;margin: 20px 0 10px 0;}
.termsandconditions h2 {color: #000;font-size: 1.4em;margin: 20px 0 10px 0; font-weight: bold;}
.termsandconditions p {color: #333333;font-weight: normal;margin: 0 0 10px 0}
.termsandconditions ul li ul li {font-weight: normal;}
.termsandconditions a {background: none; padding-left: 0;}

/* Site Map */
.sitemap .col-1 {float: left;width: 313px;padding: 0 10px 10px 0;}
.sitemap .col-2 {float: left;width: 313px;padding: 0 10px 10px 10px;}
.sitemap .col-3 {float: left;width: 313px;padding: 0 0 10px 10px;}
.sitemap .container {margin-bottom: 10px;border: solid 1px #CCC;padding: 1px;}
.sitemap .container h3 {color:#f50;font-size: 1.1em;margin: 10px 0;}
.sitemap .container .content {padding: 10px 20px 20px 20px;}
.sitemap .container .content ul li {border-bottom: 1px solid #EEE;padding: 3px;}
.sitemap .container .content a {background: url("../images/icon_openclose_arrows.png") no-repeat scroll 0 3px transparent;}
.cms-tmobile-sitemap .col-main {padding: 0;}

/* Contact Us */
.contact-customer-services {margin-top: 40px;}
.contact-customer-services p.call {color: #F50;margin: 10px 0;font-size: 1.2em;}
.contact-customer-services a {background: none;padding-left: 0;color:#2D757E; }
.contact-customer-services a:hover {color: #F50;}
.contacts-index-index h2 {border-bottom: solid 1px #DDD;padding: 5px 20px 5px 10px;font-weight: bold;background: url("../images/home/home-bannerTabs.png") repeat scroll 0 0 transparent;color: #fff;}
.contacts-index-index .col3-layout .col-main {margin: 0;padding: 0;}
.contacts-index-index .col3-layout .form-list .input-box {clear: none;}

/* 404 Page not found */
.cms-index-noroute .col-main {padding: 0;}
.cms-index-noroute h1 {color: #666666;padding-left:10px;margin-top: 10px;float: left;}
.pagenotfound404 {width: 970px;padding: 10px 20px 20px 20px;border: solid 1px #CCC;width: 400px;margin-left: auto;margin-right: auto;text-align: center;margin-top: 20px;margin-bottom: 10px;}
.pagenotfound404 p.message {font-size: 1.5em;margin: 20px 0;}
.pagenotfound404 ul {margin: 10px 0;}
.pagenotfound404 h2 {color:#F50;font-weight: bold;font-size: 2.5em;}

/* Tabbed Slider Banners */
.category_landing_pages .divTabbedSlider img {height: 226px;padding-top: 34px;}
.category_landing_pages .divTabbedSlider a {padding-left: 0;}

.divTabbedSlider img {height: 226px;padding-top: 34px;}
.divTabbedSliderRotate { position:absolute; top:0px; width:100%; z-index:10;}
.divTabbedSliderRotate .banner_tab { float:left;}
.divTabbedSliderRotate .banner_tab_inner { float:none; height:45px; }
.divTabbedSliderRotate .banner_tab a { background:url(../images/home/home-bannerTabs.png) repeat-x 100% -60px transparent; float:none; display:block; line-height:33px;font-weight: bold;color: #666666;height: 45px;}
.divTabbedSliderRotate .banner_tab a span { float:none;font-size: 1.2em;padding-left: 10px; }
.divTabbedSliderRotate .banner_tab a.activeSlide { background:url(../images/home/home-bannerTabs.png) -32px 0px;color: #fff;}
.category_landing_pages .divTabbedSliderRotate .banner_tab a.activeSlide {background:url(../images/home/home-bannerTabs.png) no-repeat -31px 0; color:#fff;}
/* Tabbed Slider */


/* CSS FOR BLOCK NAVIGATION */
#tt-nav-wrapper {border-top:solid 2px #f50;}
#tt-nav-container {border-bottom:2px solid #666; padding:0 1px 1px 1px; margin:0 0; font-size:1.1em;border-top: solid 1px #ccc;border-right: solid 1px #ccc;border-bottom: solid 2px #ccc;border-left: solid 1px #ccc;}

#tt-nav-container .inner {background:url(../images/top-nav-bg.png) #fff;}

#tt-navigation { position:relative; z-index:20; font-size:1em; margin:0; padding:0px -1px 0 8px; height:24px; width:950px;}
.menu-item { float:left; font-weight:bold;margin: 0;padding: 4px 5px 0 0;height: 20px;background: none;border-right: solid 1px #ccc;border-left: solid 1px transparent;}
.menu-item a { color:#000; background: url(../images/menu-sprite.png) no-repeat 100% 2px;padding-right: 18px;}
.menu-item.act {border-right:solid 1px #ccc;border-left:none;padding: 4px 5px 0 0;height: 20px;background: #fff;}
.menu-item.actNC { height: 21px;background:#fff; border-right:solid 1px #ccc;border-left:none;padding: 4px 5px 0 0;}
.menu-item.act a {color: #f50;background: url(../images/menu-sprite.png) no-repeat 100% 2px #fff;}
.menu-item.actNC a {color: #f50;background: none;}
.menu-item.actNC a:hover {}
.menu-item.active {color: #F50;border-right:solid 1px #CCC;border-left:solid 1px transparent;height: 21px;z-index:900;background: #fff;}

.menu-item.active.act {border-left:none;}

.menu-item.active a {color:#F50; background: url(../images/menu-sprite.png) no-repeat 100% 2px; padding-right: 18px;}

.menu-item.activeNC {background: #fff;}
.menu-item.activeNC a {background: none;}


.tt-custom-menu-popup {margin-top:2px; margin-left:-1px;z-index:-1; position:absolute; border:1px solid #CCC; display:none;background: url("../images/top-nav-dropdown-bg.png") repeat-x scroll -20px 0px #fff; text-align:left;padding: 10px 10px 10px 13px;-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);box-shadow: 2px 2px 3px rgba(0,0,0,0.2);}

.tt-custom-menu-popup .pc-accessories {left: -100px;}

/* Custom nav - dropdown */

.tt-custom-menu-popup ul.nav-secondary {float: left;width: 200px;margin-right: 10px;}
.tt-custom-menu-popup ul.nav-secondary h3 {font-size: 1em;}
.tt-custom-menu-popup .mobile-accessories {width:860px;}
.tt-custom-menu-popup ul.nav-secondary h3 {position: relative;margin: 0 0 0 0;background: url(../images/menu-sprite.png) no-repeat 0 -20px;padding:0 0 5px 15px;border-bottom: solid 1px #ccc;}
.tt-custom-menu-popup .mobile-accessories ul.accessories-types, .tt-custom-menu-popup .mobile-accessories ul.accessories-handsets, .tt-custom-menu-popup .mobile-accessories ul.accessories-popular-handsets {margin: 0 9px 0 0;}

.tt-custom-menu-popup .mobile-accessories ul.accessories-handsets { margin-right: 20px;}

.tt-custom-menu-popup .mobile-accessories ul.accessories-types {width:420px !important;}

.tt-custom-menu-popup .mobile-accessories ul.accessories-types h3 {width:400px;}


.tt-custom-menu-popup .mobile-accessories ul.accessories-types h3, .tt-custom-menu-popup .mobile-accessories ul.accessories-brand h3 {}
.tt-custom-menu-popup .mobile-accessories ul.accessories-types h3 span {position:absolute;top:3px;left:10px;/*width:41px;height: 55px;*/}
.tt-custom-menu-popup .mobile-accessories ul.accessories-handsets h3 span {position:absolute;top:3px;left:10px;/*width:41px;height: 55px;*/}
.tt-custom-menu-popup .mobile-accessories ul.accessories-popular-handsets h3 span {position:absolute;top:3px;left:10px;/*width:41px;height: 55px;*/}
.tt-custom-menu-popup .mobile-accessories ul.accessories-brand h3 span {position:absolute;top:3px;left:10px;/*width:52px;height: 55px;*/}
.tt-custom-menu-popup .mobile-accessories ul.nav-tertiary {margin:0 10px 10px 0;width:200px !important;}
.tt-custom-menu-popup ul.nav-tertiary a {background: none;line-height: 1.6em;margin: 0 9px 0 0;font-size: 1em;background: url(../images/menu-sprite.png) no-repeat 0 -45px;}

.tt-custom-menu-popup ul.nav-tertiary li {border-bottom: solid 1px #cccccc;}

.tt-custom-menu-popup .pc-accessories {width: 420px;}
.tt-custom-menu-popup .tablet-accessories {width: 630px;}
.tt-custom-menu-popup .iphone-accessories {width: 210px;}

#popup214 {left: 0px !important;}
#popup206 {left: 187px !important;}
#popup207 {left: 312px !important;}

#menunav_link_home {}

#menunav_link_home a, #menu525 a, #menu526 a {background: none;padding-right: 5px;}
#menunav_link_home a:hover, #menu525 a:hover, #menu526 a:hover {color:#f50;}


/* 
PDP/Fancybox/BX-Slider CSS Overrides 
*/

#viewProduct {width: 400px;}

 .product-image div .bx-wrapper a.bx-prev {
	position:absolute;
	top:113px;
	left:0px;
	z-index:999;
	width: 34px;
	height: 23px;
	text-indent: -999999px;
}

 .product-image div .bx-wrapper a.bx-next {
	position:absolute;
	top:113px;
	right:0px;
	z-index:999;
	width: 34px;
	height: 23px;
	text-indent: -999999px;
}

.product-image .wrapper p.imageText {
    color: #818286;
    display: block;
    margin: 20px 0;
    text-align: center;
}

.product-image .wrapper p.imageText {
    color: #818286;
    display: block;
    margin: 20px 0;
    text-align: center;
}

 .product-image div .bx-wrapper .pager {
	border: none;
}

.more-views {
    bottom: 0px;
    position:absolute;    
}

.thumbs-bg { float: left; display: block; padding:5px 0 0 7px; }

.thumbs-bg a { 
	background: none repeat scroll 0 0 #FFFFFF; border: 2px solid #818286;
    display: block;
    float: left;
    padding: 5px 5px 0 5px;
    border: none;
}

.thumbs-bg img {float:left; padding-left: 9px; }

a.pager-active {
	background: url("../images/icon_up_arrow.png") no-repeat scroll 81px 23px transparent; padding-top: 5px;
}

.thumbs-bg > a div {
	border: solid 2px #CCC;
	width: 62px;
	height: 45px;
	padding: 0 5px;
}

.thumbs-bg > a.pager-active div {
	border: 2px solid #FF5500;
	width: 62px;
	height: 45px;
	padding: 0 5px;
}

#socialBar {background: url("../images/competition/small-grey-comp-back.jpg") repeat-x;  bottom: 0; left: 0;  height: 50px; margin: 0 auto; padding-left: 2px; position: fixed;  width: 100%; z-index: 99;}
#socialBar #socialBarContent {height: 50px;  margin: 0 auto; width: 980px; z-index: 999; position: relative;}
#socialBar #socialBarContent #compPrizePic {position: absolute; top: -10px; left: 400px;}
#socialBar #socialBarContent #compFireworksPic {position: absolute; top: 0; left: 510px;}
#socialBar #socialBarContent #compBannerBtn {float: right; margin-top: 10px;}

.cms-page-view #competitionCont .clear {clear: both;}
.cms-page-view #competitionCont p{margin-top: 10px;}
.cms-page-view #competitionCont {background: #000; width: 950px; padding: 30px 0 30px 30px;}
.cms-page-view #competitionCont #compLeftCol {float: left; width: 460px; color: #fff; font-size: 12px; line-height: 20px;}
.cms-page-view #competitionCont #compRightCol {float: right;}
.cms-page-view #competitionCont #compLeftCol #compStepsHolder {margin-top: 10px;}
.cms-page-view #competitionCont #compLeftCol #compForm {float: left; width: 200px; margin-right: 5px;}
.cms-page-view #competitionCont #compLeftCol #compFacebookStep {float: left; width: 200px; margin-bottom: 10px;}
.cms-page-view #competitionCont #compLeftCol #compForm .af-element {margin-top: 5px;}
.cms-page-view #competitionCont #compLeftCol #compForm .af-element .af-checkWrap .orangeTerms, .cms-page-view #competitionCont .orangeText  {color:#FF5500;}
.cms-page-view #competitionCont #compTerms {color: #fff; font-size: 12px; line-height: 20px; width: 460px; float: left;}
.cms-page-view #competitionCont #compTerms ul {list-style:inside;}
.cms-page-view #competitionCont #compTerms li a {color:#FF5500; padding-left: 0;}
.cms-page-view #competitionCont #compTerms li a:hover {text-decoration: underline;}
.cms-page-view #competitionCont #compRightPrize {float: left; text-align: right; width: 420px;}






/*  
End of PDP/Fancybox/BX-Slider CSS Overrides  
*/
