html {
    position: relative;
    background-color: #FFF;
}
body {
    color: #2F2F2F;
    font: 11px Arial,Helvetica,clean,sans-serif;
}
body.loading {
    cursor: wait !important;
}
h1 {
    /*18px via YUI Fonts CSS foundation*/
    font-size:138.5%;
}
h2 {
    /*16px via YUI Fonts CSS foundation*/
    font-size:123.1%;
}help
h3 {
    /*14px via YUI Fonts CSS foundation*/
    font-size:108%;
}
h1, h2, h3, h4, h5, h6, .head {
    font-family:"Lucida Sans","Lucida Grande",Helvetica,Arial,sans-serif;
    color: #0A263C;
}
h1,h2,h3 {
    /* top & bottom margin based on font size */
    margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
    /*bringing boldness back to headers and the strong element*/
    font-weight:bold;
}
/* base.css, part of YUI's CSS Foundation */
a, a:link, a:visited {
    color: #CC0000;
}
a:hover {
    color: #999999;
    text-decoration:underline;
}
abbr,acronym {
    /*indicating to users that more info is available */
    border-bottom:1px dotted #000;
    cursor:help;
}
h2 abbr, h2 acronym {
    border: medium none;
}
em {
    /*bringing italics back to the em element*/
    font-style:italic;
}
/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
    font-family:monospace;
    line-height:100%;
}
blockquote {
    margin:1em;
}
ol,ul,dl {
    margin:0;
}
ol li {
    list-style: none outside;
    margin: 1em;
}
ul li {
    /*giving UL's LIs generated disc markers*/
    list-style: none outside;
}
dl dd {
    /*providing spacing for definition terms*/
    margin-left:1em;
}
ul.bullet-list, ol.bullet-list {
    margin-left: 1em;
}
ul.bullet-list li {
    list-style-type: disc;
    margin: 0 0 0.25em 1em;
}
ol.bullet-list li {
    list-style-type: decimal;
    margin-left:1em;
}
/**
 * To help tables remember to inherit
 */
table {
    font-size:inherit;
    font:100%;
}
th,td {
    /*borders and padding to make the table readable*/
    padding:.5em;
}
th {
    /*distinguishing table headers from data cells*/
    font-weight:bold;
    text-align:center;
}
caption {
    /*coordinated margin to match cell's padding*/
    margin-bottom:.5em;
    /*centered so it doesn't blend in to other content*/
    text-align:center;
}
p,
fieldset,
table,
pre {
    /*so things don't run into each other*/
    margin-bottom:1em;
}
/* setting a consistent width, 160px;
   control of type=file still not possible */
input[type=text],
input[type=password],
textarea {
    width:12.1em;
    *width:11.9em;
}
/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea {
    font:99% arial,helvetica,clean,sans-serif;
}
/** Display Styles **/
.red {
    color: #cc0000;
}
.small, .smaller {
    font-size: 77%;
}
.no-display {
    display: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
.default-text {
    color: #999;
}
.pointer {
    cursor: pointer;
}
.float-left { float: left; }
.float-right { float: right; }
.align-right { text-align: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-justify { text-align: justify; }
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    height: 0;
    width: 100%;
    clear: both;
}
.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
/** Containers **/
#container {
    margin: 0px auto;
    width: 100%;
    text-align: left;
    position: relative;
    /*z-index: 9999;*/
}
#content {
    background-color:#FFFFFF;
    clear:both;
    height: 100%;
    padding:0;
    position:relative;
    z-index: 0;
    width:1000px;
    margin: 0 auto;
    padding-bottom: 25px;
}
/* Header search box */
#search-box {
    float: right;
    position: relative;
    border: 1px solid red;
    width: 425px;
    height: 28px;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    background-color: #FFF;
    margin: 70px 5px 0 0;
}
#search-box .search-text {
    position: absolute;
    top: 1px;
    left: 5px;
    width: 200px;
    height: 27px;
    border: 0px;
    font-size: 15px;
    line-height: 27px;
    outline: none;
    color: #333;
    z-index: 100;
}
#search-box .filter-wrapper {    
    position: absolute;
    top: 0;
    right: 90px;
    height: 28px;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    width: 115px;
}
#search-box .superselect-container {
    margin: 3px 0 0 0;
}
#search-box .superselect-selected {
    border: none;
}
#search-box .superselect-handle {
    border: none;
    width: 105px;
}
#search-box .superselect-open,
#search-box .superselect-options {
    width: 115px;
    font-size: 14px;
}
#search-box .superselect-options {
    margin: 3px 0 0 -1px;
}
#search-box .search-button {    
    position: absolute;
    top: 3px;
    right: 2px;
    width: 86px;
    height: 22px;
    border: none;
    background:  transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat -4px -78px;
    cursor: pointer;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    opacity: 0.8;
}
#search-box .search-button:hover {    
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(167, 0, 0, 1);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(167, 0, 0, 1);
    opacity: 1;
}
#search-box .search-button span {
    display: none;
}
.ui-autocomplete {
    border: none;
    background-color: #FFF;
    position: absolute;
    cursor: default;
    width: 270px;
    margin: 0!important;
    padding: 0!important;
    border: 1px solid #CCC;
    border-top: none;
}
.ui-autocomplete li {
    margin: 0 0 0 7px!important;
    width: 256px!important;
}
.ui-autocomplete li a {
    font-family: arial, verdana;
    color: #000;
}
.ui-autocomplete .ui-state-hover {
    background: #AAA!important;
    border: 1px solid #666!important;
}
.ui-autocomplete-loading {
    background-color: #FFF;
}
.ui-autocomplete .autocomplete-bottom {
    width: 270px;
    height: 12px;
    float: left;
    position: relative;
    top: 12px;
}
/* Free Shipping Message */
/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
/* Mini search */
.mini-search {
    position:absolute;
    top:0;
    right:0;
    width:300px;
    height:30px;
    padding:1px 20px 0 40px;
    background:url(../images/mini_search_bg.gif) no-repeat;
    zoom:1;
}
.mini-search .input-text {
    width:212px;
    margin-right:4px;
}
.search-autocomplete {
    border: 1px solid #5c7989;
    background: #f9f5f0;
    left: -1px !important;
    top:21px !important;
}
/* Free Shipping */
#free-shipping {
    position: absolute;
    width: 304px;
    height: 28px;
    top: 52px;
    left: 700px;
}
#free-shipping a span {
    display: none;
}
#free-shipping .message-free-shipping {
    display: block;
    position: absolute;
    width: 91px;
    height: 24px;
    background: transparent url('../images/layout/header-sprite.cb20110719.png') no-repeat -169px -97px;
}
#free-shipping .message-365-day-return {
    display: block;
    position: absolute;
    width: 78px;
    height: 24px;
    background: transparent url('../images/layout/header-sprite.cb20110719.png') no-repeat -260px -97px;
    left: 101px;
}
#free-shipping .message-110-price-match {
    display: block;
    position: absolute;
    width: 99px;
    height: 22px;
    background: transparent url('../images/layout/header-sprite.cb20110719.png') no-repeat -169px -121px;
    left: 189px;
}
#popular-searches {
    position: absolute;
    height: 19px;
    top: 91px;
    left: 312px;
    font-size: 12px;
    font-weight: bold;
    line-height: 19px;
    color: #666;
    font-family: Arial, sans-serif;
}
#popular-searches .label {
    text-transform: uppercase;
    color: #CC0000;
    padding: 0 0 0 10px;
    text-shadow: 1px 1px #efefef;
}
#popular-searches a {
    color: #666;
    text-decoration: underline;
    font-style: italic;
    font-weight: bold;
}
#popular-searches a:hover {
    color: #CC0000;
}
/** Navigation/Main Menu **/
#navigation {
    height: 35px;
    position: relative;
    z-index: 99;
    width: 1000px;
    margin: 0 auto;
}
#navigation ul.menu-header {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    z-index: 999;
}
#navigation ul.menu-header li.menu-header ul {
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-radius: 0 0 6px 6px;
}
#navigation ul.menu-header li.menu-header {
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 9000 !important;
}
#navigation ul.menu-header li.menu-header abbr {
    text-decoration: none;
}
#navigation ul.menu-header li.menu-header h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#navigation ul.menu-header li.menu-header h2 a {
    color: #555;
    display: block;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    width: auto;
    _height: 35px;
    padding: 0 6px;
    overflow: hidden;
    text-shadow: 1px 1px #f2f2f2;
}
#navigation ul.menu-header li.menu-header h2 a.multiline {
    padding: 5px 0 0 ;
    height: 30px;
    _height: 35px;
}
#navigation ul.menu-header li.menu-header h2 a.red {
    color: #CC0000;
}
#navigation ul.menu-header li.menu-final h2 a {
    border-right: none;
    cursor: pointer;
}
#navigation ul.menu-header #finale-tab h2 a {
    color: #cc0000;
}
#navigation ul.menu-header li.menu-header h2 a:hover,
#navigation ul.menu-header li.menu-header.active h2 a,
#navigation ul.menu-header #finale-tab h2 a:hover,
#navigation ul.menu-header #finale-tab.active h2 a {
    background-position: -182px -154px;
    color: #333;
    text-decoration: none;
    text-shadow: none;
}
#navigation ul.menu-header li.menu-header h2 a.red:hover {
    color: #CC0000;
}
#navigation ul.menu-header li.menu-header.selected {
    background: transparent url('../images/layout/arrow_up.cb20111006.png') no-repeat;
    background-position:  center 25px;
}
#navigation ul.menu-header li.menu-header.selected h2 a {
    background-position: 0 -154px;
    text-shadow: none;
}
#navigation ul.menu-header li.menu-header ul {
    z-index: 999;
    background-color: #fff;
    border: 1px solid #999;
    display: none;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 0 5px 0;
    position: absolute;
    top: 100%;
    z-index: 999;
}
#navigation ul.menu-header li.menu-header ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#navigation ul.menu-header li.menu-header ul li h2,
#navigation ul.menu-header li.menu-header ul li h3 {
    margin: 0;
    padding: 0;
    font-size: 11px;
    border: none;
    line-height: normal;
}
#navigation ul.menu-header li.menu-header ul li h2 {
    font-weight: bold;
    color: #666;
    padding: 7px 2px 5px 6px;
}
#navigation ul.menu-header li.menu-header ul li h3 a {
    margin: 0;
    width: 150px;
    padding: 4px 20px 4px 6px !important;
    display: block;
    color: #2F2F2F;
    text-align: left;
    text-decoration: none;
    font-size: 11px;
    border-bottom: 1px solid #999;
    font-weight: normal;
    font-family: verdana,arial,helvetica,clean,sans-serif;
}
#navigation .menu-header .grouped-header {
}
#navigation ul.menu-header li.menu-header ul li.grouped h3 a {
    padding: 4px 10px 4px 10px !important;
    border-bottom: none;
    width: 180px;
}
#navigation li.separator {
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
    height: 15px;
    border-left: 1px solid #CCC;
}
#navigation li.search {
    float: left;
    list-style-type: none;
    margin: -50px 0 0 -136px;
    padding: 0;
}
#navigation li.separator span {
    display: block;
    border-bottom: 1px solid #ccc;
}
#navigation ul.menu-header li.menu-header ul li h3 a:hover {
    background-color: #cc0000;
    color: #fff;
}
#navigation a.clearance {
    color: #CC0000!important;
}
#navigation a.recently-reduced {
    color: #B95E0B!important;
    font-size: 11px;
}
#navigation ul.menu-header li.menu-header h2.span span {
    padding: 0;
    margin: 0;
    cursor: pointer;
}
#navigation .selected a.sale,
#navigation .selected a.clearance,
#navigation .selected a.recently-reduced
{
    color: #FFF;
}
#navigation ul.menu-header li.menu-header h2 a.sale {
    color: #CC0000;
}
#navigation ul.menu-header li.selected h2 a.sale {s
    color: #FFF;
}
#navigation ul.menu-header li.active h2 a.sale {
    color: #CC0000 !important;
}
#navigation .wide-header {
    display: none;
    position: absolute;
    float: left;
    width: 998px;
/*    height: 160px;*/
    top: 35px;
/*    background: transparent url('../images/layout/shadow-drop.png') no-repeat 0 150px;*/
    z-index: 4000;
}
#navigation .brands {
    height: 630px;
    top: 36px;
    background: transparent url('../images/layout/shadow-drop.png') no-repeat 0 620px;
}
#navigation .header-data {
    display: inline-block;
    float: left;
    width: 100%;
/*    height: 130px;*/
    background-color: #FFF;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999;
    font-size: 11px;
    padding: 10px 0 10px 0;
}
#navigation .new-styles {
    float: left;
    width: 98%;
    text-align: right;
    margin-bottom: 10px;
}
#navigation .letter-head {
    padding-left: 13px;
}
#navigation .wide-panel-1,
#navigation .wide-panel-2,
#navigation .wide-panel-3,
#navigation .wide-panel-4,
#navigation .wide-panel-5,
#navigation .sunglasses-panel-1,
#navigation .sunglasses-panel-2,
#navigation .sunglasses-panel-3,
#navigation .sale-panel-2,
#navigation .sale-panel-3,
#navigation .sale-panel-4,
#navigation .dod-panel-1,
#navigation .dod-panel-2,
#navigation .dod-panel-3,
#navigation .wide-panel-promotions{
    display: inline-block;
    float: left;
    height: 100%;
}
#navigation .wide-panel-1.promotions {
/*    padding-top: 10px;*/
}
#navigation .wide-panel-1.promotions a  {
    color: #990000 !important;
    font-size: 14px !important;
}
#navigation .wide-panel-promotions {
    width: 80%;
    padding: 0 18px;
    border-left: 1px solid #999;
}
#navigation .wide-panel-promotions img {
    margin-top: 10px;
}
#navigation .wide-panel-1 {
    width: 15%;
    padding: 0 0 0 10px;
    font-size: 11px;
    color: #CB0000;
}
#navigation .sale .wide-panel-2 {
    width: 143px;
}
#navigation .wide-panel-2 {
    width: 18%;
    padding: 0 10px 0 8px;
    border-left: 1px solid #999;
}
#navigation .wide-panel-3 {
    width: 26%;
    padding: 0 10px 0 8px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}
#navigation .wide-panel-4 {
    padding: 5px 10px 0 10px;
}
#navigation .wide-panel-5 {
    padding-top: 5px;
}
#navigation .dod-panels {
    display: inline-block;
    float: left;
    height: 100%;
    width: 660px;
    padding: 0 0 0 8px;
    border-left: 1px solid #999;
}
#navigation .dod-panel-1,
#navigation .dod-panel-2,
#navigation .dod-panel-3 {
    position: relative;
    width: 205px;
    padding-top: 20px;
    margin-right: 10px;
}
#navigation .dod-image {
    display: inline-block;
    float: left;
    width: 70px;
    border: 1px solid #888;
}
#navigation .dod-details {
    display: inline-block;
    float: left;
    width: 110px;
    padding-left: 13px;
}
#navigation .dod-detail {
    display: inline-block;
    float: left;
    width: 120px;
    height: 20px;
    line-height: 20px;
}
#navigation .dod-detail .price{
    display: inline-block;
    float: right;
    width: 50px;
    margin-right: 5px;
}
#navigation .discount {
    color: #990000;
    border-bottom: 1px solid #888;
}
/*#navigation .dod-detail .discount-percent {
    position: absolute;
    top: 90px;
    left: 0;
    font-size: 20px;
    font-weight: bold;
    color: #CC0000;
}*/
#navigation .deal {
    color: #990000;
}
#navigation .dod-gender {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}
#navigation .sunglasses-panel-1,
#navigation .sunglasses-panel-2,
#navigation .sunglasses-panel-3 {
    position: relative;
    width: 311px;
    padding: 0 11px 0 9px;
}
#navigation .sunglasses-panel-2 {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}
#navigation .sale-panel-2,
#navigation .sale-panel-3,
#navigation .sale-panel-4 {
    position: relative;
    width: 121px;
    height: 121px;
    padding: 5px 9px 0 11px;
    border-left: 1px solid #999;
}
#navigation .sale-panel-4 {
    width: auto;
}
#navigation .sunglasses-image {
    padding-top: 5px;
}
#navigation .wide-view {
    display: inline-block;
    float: left;
    width: 95%;
    margin-bottom: 5px;
}
#navigation .wide-view a,
#navigation .category-column a {
    font-weight: bold;
    color: #333;
    text-decoration: none;
}
#navigation .wide-panel-1 a {
    color: #CB0000;
}
#navigation .wide-view-all a {
    display: inline-block;
    width: 100%;
    float: left;
    color: #333;
    text-decoration: none;
    font-size: 11px;
    margin-top: 17px;
    letter-spacing: 1px;
    text-align: center;
}
#navigation .wide-view-all a:hover {
    color: #CC0000;
    text-decoration: underline;
}
#navigation .wide-view a:hover,
#navigation .category-column a:hover {
    text-decoration: underline;
    color: #CC0000;
}
#navigation .category-header {
    display: inline-block;
    float: left;
    width: 100%;
    height: 17px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    padding: 1px;
    margin-bottom: 5px;
    font-size: 12px;
}
#navigation .category-column {
    display: inline-block;
    float: left;
    width: 45%;
    padding-right: 5px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 11px;
}
#navigation .category-column a {
    font-weight: normal;
}
#navigation .brands-header {
    display: inline-block;
    float: left;
    width: 100%;
    height: 17px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    padding: 1px;
    margin-bottom: 8px;
    font-size: 12px;
}
#navigation .red {
    background: transparent url("../images/layout/red_grad.cb20111006.jpg") repeat-x;
    color: #FFF;
}
#navigation .orange {
    background: transparent url("../images/layout/orange_grad.cb20111006.jpg") repeat-x;
    color: #FFF;
}
#navigation .gray {
    background: transparent url("../images/layout/gray_grad.cb20111006.jpg") repeat-x;
    color: #FFF;
}
#navigation .brand img {
    vertical-align: middle;
}
#navigation .brand {
    display: inline-block;
    float: left;
    width: 33%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
    text-align: center;
}
#navigation .brand.bags {
    width: 49%;
}
#navigation a.menu-header {
    border: 1px solid transparent;
}
#navigation a.menu-header.wide-active {
    color: #CC0000 !important;
    background-color: #FFF;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    -moz-border-radius-topLeft: 5px;
    -moz-border-radius-topRight: 5px;
}
#navigation .wide-tab {
    border-bottom: 1px solid #FFF;
    z-index: 1000;
}
#navigation ul.menu-header li.menu-header h2.sale a {
    color: #CC0000;
}
#navigation ul.menu-header li.menu-header h2.sale span.sale-icon {
    display: block;
    float: left;
    width: 18px;
    height: 16px;
    margin: 7px 0 0 0;
    background: url('../images/sprites/sb2_h-f_sprite.cb20111206.png') no-repeat -92px -82px;
}
/* Notification Area */
#notification {
    background: #CC0000 url('../images/layout/notification_bg.cb20100729.jpg') repeat-x;
    color: #FFF;
    font-family: Arial, sans-serif;
    padding: 0 20px;
    font-size: 13px;
    text-align: center;
    border-top: none;
    height: 25px;
    line-height: 25px;
}
#notification.error-notification {
    background: #3f3f3f;
    color: #FFF;
    border: 1px solid #CC0000;
}
#notification a,
#notification a:hover {
    color: #FFF;
}
/******** Account Links **********/
#header .welcome {
    display: block;
    position: absolute;
    left: 320px;
    top: 10px;
    font-size: 11px;
    line-height: 16px;
    font-family: Arial, sans-serif;
    height: 16px;
}
#header .welcome strong,
#header .welcome a {
    color: #CC0000;
    text-decoration: none;
}
#header .welcome a:hover {
    text-decoration: underline;
}
#header .links {
    display: block;
    position: absolute;
    right: 8px;
    top: 10px;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    height: 16px;
    text-transform: uppercase;
}
#header .links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#header .links ul li {
    float: left;
    list-style-type: none;
    padding: 0;
}
#header .links ul li a,
#header .links ul li a:link,
#header .links ul li a:visited {
    color: #222;
    text-decoration: none;
    text-shadow: 1px 1px #fff;
}
#header .links ul li a:hover,
#header .links ul li a:active {
    color: #555;
    text-decoration: underline;
}
#header .links ul li.separator {
    margin: 0 6px 0 6px;
}
#header .links ul li.last {
    border-right: 0px solid #999;
    margin-right: 0;
}
#header .links ul li.last a {
    padding-right: 3px;
}
#header .links ul li.shopping-bag-full {
    border: 1px solid #999;
    border-right: 2px solid #999;
}
#header .links ul li.shopping-bag-empty {
    border-color:#333333 #999999 #333333 #333333;
    border-style:solid;
    border-width:1px 2px 1px 1px;
}
#header .links ul li#shopping-bag a,
#header .links ul li#shopping-bag a:link,
#header .links ul li#shopping-bag a:visited {
}
#header .links ul li#shopping-bag a:hover,
#header .links ul li#shopping-bag a:active {
}
#header .links ul li #shopping-bag-count,
#header .links ul li #shopping-bag-count:hover {
    background-color: #019700;
    color: #fff;
    display: inline;
    font-weight: bold;
    padding: 3px 6px;
}
/* Live Chat */
#header .links .live-chat-icon {
    background: transparent url('../images/layout/header-sprite.cb20110719.png') no-repeat -313px 0;
    display: inline-block;
    width: 14px;
    height: 13px;
    overflow: hidden;
    float: left;
    margin: 1px 3px 0 0;
}
#header .links .live-chat-icon.online {
    background-position: -299px 0;
}
#header .links .help-icon {
    background: transparent url('../images/layout/header-sprite.cb20110719.png') no-repeat -292px -13px;
    display: inline-block;
    width: 8px;
    height: 12px;
    overflow: hidden;
    float: left;
    margin: 1px 3px 0 0;
}
#header .links .account-icon {
    background: transparent url('../images/layout/header-sprite.cb20110719.png') no-repeat -327px 0;
    display: inline-block;
    width: 12px;
    height: 13px;
    overflow: hidden;
    float: left;
    margin: 1px 3px 0 0;
}
#header .links .contact-icon {
    background: transparent url('../images/layout/header-sprite.cb20110719.png') no-repeat -292px 0;
    display: inline-block;
    width: 7px;
    height: 13px;
    overflow: hidden;
    float: left;
    margin: 1px 3px 0 0;
}
/* Cart */
#header .links .cart-icon {
    display: inline-block;
    width: 17px;
    height: 13px;
    overflow: hidden;
    background: transparent url('../images/layout/header-sprite.cb20110719.png') no-repeat -339px 0;
    margin: 1px 3px 0 0;
    float: left;
}
#header .links .cart-icon.cart-empty {
    /* Not yet implemented */
}
#header .links .greeting {
    text-transform: none;
}
#header .links .greeting span {
    display: inline-block;
    height: 20px;
    vertical-align: middle
}
#header .links .greeting span img {
    margin: -3px 3px 0 0;
}
#header .links ul li.greeting a {
    color: #CC0000;
    text-decoration: underline;
    font-weight: normal;
}
/* Email Coupons */
#coupon-active {
    position: absolute;
    background: #CC0000;
    color: #FFF;
    top: 40px;
    height: 28px;
    right: 185px;
    width: 430px;
    font-size: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    border: 1px dashed #999;
    font-family: Arial, sans-serif;
}
#coupon-active .inner {
    height: 28px;
    line-height: 28px;
    padding: 0 5px 0 5px;
}
#coupon-active a {
    color: #FFF;
}
#coupon-active small {
    font-weight: normal;
    font-size: 11px;
}
#footer .trust-logos {
    background-repeat: no-repeat;
    float: left;
    margin: 0;
    width: 31px;
    height: 20px;
    margin-right: 15px;
}
#footer ul.links {
    margin: 0;
    padding: 0;
}
#footer ul.links li {
    display: inline-block;
    padding: 0; margin: 0;
    border-right: 1px solid #ccc;
}
#footer ul.links li.last {
    border-right: 0px;
}
#footer .trust-logos-wrapper{
    width: 300px;
    height: 20px;
    margin: 0 auto;
    margin-top: 30px;
}
#footer .trust-logos-wrapper .visa {
    background-position:0px -308px;
    height:24px;
    width:33px;
}
#footer .trust-logos-wrapper .mastercard {
    background-position:-33px -308px;
    height:24px;
    width:33px;
}
#footer .trust-logos-wrapper .discover {
    background-position:-68px -308px;
    height:24px;
    width:33px;
}
#footer .trust-logos-wrapper .amex {
    background-position:-101px -308px;
    height:24px;
    width:34px;
}
#footer .trust-logos-wrapper .amazon {
    background-position:-135px -308px;
    height:24px;
    width:107px;
    margin: 0;
}
#footer .security-logos-wrapper {
    width: 610px;
    height: 100px;
    margin: 0 auto;
    margin-top: 25px;
}
#footer .security-logo {
    float: left;
    margin-right: 20px;
    height: 105px;
    vertical-align: middle;
}
#footer .security-logos-wrapper .truste {
    margin-top: 14px;
}
#footer .security-logos-wrapper .verisign {
    margin-top: -15px;
}
#footer .security-logos-wrapper .security-metrics {
    margin: 15px 15px 0 0;
}
#footer .security-logos-wrapper .stella {
    margin: 7px 0 0 0;
}
#footer .security-logos-wrapper .bbb {
    margin-top: 10px;
}
#copyright {
    color: #333;
    text-align: center;
    text-transform: none;
    clear: both;
    font-size: 11px;
    color: #FFF;
    margin: 10px 0 0 0;
}
/****************************
 * Buttons and button collections
 **************************/
a.buttonz, span.buttonz, del.buttonz{
    display:-moz-inline-box;
    display:inline-block;
    cursor:pointer;
    border:none;
    font-size:0;
    line-height:0;
    /*
    for Safari, read this first
    http://creativebits.org/webdev/safari_background_repeat_bug_fix
    */
    background-position:0 0;
    background-repeat:no-repeat;
    height:30px;
    text-decoration:none;
    color:#2e523b;
    font-style:normal;
    margin:0 6px 0px 0;
    padding:0 10px 0 0;
    vertical-align:middle;
    padding-top:-2px;
    _position:relative;
    _width:10px;
    _overflow-y:hidden;
}
a.buttonz, span.buttonz, del.buttonz,
a.buttonz span, span.buttonz buttonz, span.buttonz input, del.buttonz span{
    background-image:url('../images/form_buttons.png');
    _background-image:url('../images/form_buttons.gif');
}
a.buttonz span, span.buttonz buttonz, span.buttonz input, del.buttonz span{
    white-space:nowrap;
    cursor:pointer;
    color:#222;
    display:-moz-inline-box;
    display:inline-block;
    line-height:1;
    letter-spacing:0 !important;
    font-size:7 !important;
    font-style:normal;
    background-color:transparent;
    background-position:100% 0;
    background-repeat:no-repeat;
    height:30px;
    padding:4px 10px 0 0px;
    margin:0 -16px 0 10px;
    border:none;
    vertical-align:text-top;
    zoom:1;
    _position:relative;
    _padding-left:0px;
    _padding-right:12px;
    _margin-right:-10px;
    _display:block;
    _top:0;
    _right:-5px;
    width:60px;
}
span.buttonz buttonz{
   line-height:2.5;/*Opera need this*/
}
html.safari a.buttonz span,
html.safari del.buttonz span{
  line-height:1.3;
}
html.safari span.buttonz buttonz{
  line-height:2.6;
}
html.safari a.buttonz:focus,
html.safari span.buttonz buttonz:focus{
    outline:none;
}
.shello, del.buttonz{
    /* cursor:not-allowed;  */
    background-position:0 -120px;
    color:#666666;
}
.shello, del.buttonz span{
    cursor:default;
    color:#aaa !important;
    background-position:100% -120px;
}
span.buttonz buttonz, span.buttonz input{
    padding-top:0px;
    line-height:2.5;/*Opera need this*/
}
/*Hover Style*/
a.buttonz:hover,
span.buttonz:hover,
a.buttonz:focus,
a.dom-buttonz-focus,
span.buttonz-behavior-hover{
    background-position:0 -60px;
    color:#222;
    text-decoration:none;
}
a.buttonz:hover span,
span.buttonz:hover buttonz,
a.buttonz:focus span,
span.buttonz-behavior-hover buttonz,
span.buttonz-behavior-hover input{
    background-position:100% -60px;
}
a.buttonz:active, a.buttonz:focus span{
    color:#444;
}
.shello, del.buttonz-behavior-hover, del.buttonz:hover{
    background-position:0 -180px;
    /* cursor:not-allowed; */
}
.shello, del.buttonz-behavior-hover span, del.buttonz:hover span{
    background-position:100% -180px;
    /* cursor:not-allowed; */
}
/**********************
 * Product detail page
 **********************/
#shoebreadcrumb{
    float:left;
    font-size:12px;
    height:20px;
    overflow:hidden;
    position:relative;
    width:50%;
    margin-left: 10px;
}
#shoebreadcrumb a {
    COLOR: #666666;
    TEXT-DECORATION: none;
}
#shoebreadcrumb a:hover {
    COLOR: #000033;
    TEXT-DECORATION: none;
}
#productShoppingBreadcrumbs {
    float:right;
    height:26px;
    position:relative;
    width:46%;
}
#messages_product_view {
}
#qty {
    width: 2em;
}
#freeShippingBadge {
    float: right;
    margin-right: 1px;
    margin-top: 1.5em;
    vertical-align:top;
}
#addToWishlist, #addToCompare, #emailToFriend, #signUpForPriceAlert, #signUpForStockAlert, .ratings {
    background-position:left center;
    background-repeat:no-repeat;
    text-align:left;
    text-indent:24px;
    clear: both;
    float: none;
    position: relative;
    display:block;
    height:16px;
    padding-top:4px;
}
#addToWishlist {
    background-image:url(../images/16_button_add.png);
}
#addToCompare {
    background-image:url(../images/16_forum_user_online.png);
}
#emailToFriend {
    background-image:url(../images/16_message_user.png);
}
#signUpForPriceAlert {
    background-image:url(../images/16_currency_dollar_large.png);
}
#signUpForStockAlert {
}
ul.short_desc {
    margin-left: 2em;
}
#product-final-step {
	display: block;
	clear: left;
	height: 100%;
	margin-top: 10px;
}
.product-info-box .price-box {
    margin: 0;
    color: #666666;
    font-size: 1.1em;
    font-weight: bold;
    float: left;
    width: 210px;
    overflow: visible;
}
#product-final-step .float-right button {
    width: auto;
}
#product-final-step .float-right {
	width: 260px;
	white-space: nowrap;
}
#sizing-chart {
    position: absolute;
    top: 4px;
    right: 13px;
}
#sizing-chart a {
    text-decoration: none;
    cursor: pointer;
}
.palette-collection {
    display: block;
    padding: 0 5px 0 5px;
    padding: 0;
}
.palette-collection fieldset {
    border: 1px solid #c0c0c0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 6px 6px 0;
    margin: 0 0 4px 0;
}
.palette-collection fieldset legend {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 6px;
    color: #2F2F2F;
}
/* The selected value of the collection */
.palette-selection {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
    background: #dedede none repeat scroll 0 0;
}
.palette-selection-label {
    font-weight: normal;
}
/*
.palette-attribute-set {
    margin: 0;
    padding: 8px 0 0 12px;
    display: block;
    height: 100%;
    clear: both;
}
.palette-attribute-set h4 {
    font-size: 12px;
    font-weight: bold;
    float: left;
    width: 17%;
    color: #2F2F2F;
    font-family: Verdana,sans-serif;
    line-height: 27px;
}
.palette-float-right {
    float: left;
    width: 80%;
}
.palette-attribute-set ul.palette-button-list {
    margin: 0;
}
.palette-selection-flat-value {
    font-weight: bold;
    text-align: center;
    line-height: 27px;
    padding-left: 7px;
}
*/
.wantmore {
    float: left;
    width: 150px;
    text-align: center;
    height:215px;
}
.wantmore a {
    text-decoration: none;
}
.review {
    margin-top: 1em;
    border: 1px solid #DDDDDD;
    padding: 10px;
}
.review .rating-box {
    clear: both;
    float: none;
}
.review blockquote {
    margin: 10px;
    padding: 10px;
    background-image: url(../images/quote.gif);
    background-repeat: no-repeat;
    background-position: top left;
    height: auto;
    width: auto;
    position: relative;
    min-height: 40px;
}
/*
    root element for the scrollable.
    when scrolling occurs this element stays still.
*/
.scrollable {
    /* required settings */
    position:relative;
    overflow:hidden;
    width: 141px;
    height:100px;
    float:left;
}
/*
    root element for scrollable items. Must be absolutely positioned
    and it should have a extremely large width to accomodate scrollable items.
    it's enough that you set the width and height for the root element and
    not for this element.
*/
.scrollable .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    top: 0;
    left: 0;
    clear:both;
}
/* single scrollable item */
.scrollable img {
    float:left;
    margin:20px 5px 20px 21px;
    padding:2px;
    cursor:pointer;
}
/* active item */
.scrollable .active {
    border:2px solid #000;
    z-index:9999;
    position:relative;
}
/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/
/********************** Columns */
/* All */
.col1-set, .col2-set, .col3-set, .col4-set, .col5-set { clear:both; }
/* Col1 */
.col1-set { }
.col1-set .col-1 { float: none; }
.col1-set .form-column { width: 70%; margin-left: auto; margin-right: auto; }
/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:98%; padding: 1%; margin-bottom: 10px }
.col2-set .col-7, .col2-set .col-8 { width:48.5%; }
.col2-set .col-1 { float:none; }
.col2-set .col-2 { float:none;}
.col2-set .col-7 { float:left;}
.col2-set .col-8 { float:right;}
.col2-set .padding { padding: 0;}
/* Col2-alt */
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right;}
/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }
/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }
/* Table Columns */
#main4content .col-7, #main4content .col-8 {margin:0 !important;}
/*#main4content .col-1, #main4content .col-2, #main4content .col-3, #main4content .col-4 { float:none !important; margin:0 !important; }*/
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }
/********************** Form */
/* Form Elements */
input.input-text, select, textarea { border:1px solid #b6b6b6; font:12px arial, helvetica, sans-serif; }
option, optgroup { font:12px arial, helvetica, sans-serif; }
optgroup { font-weight:bold; }
input.input-text, textarea { padding:2px; }
input.form-radio { margin-right:3px;}
.qty { width:2.5em; }
.group-select label, .form-list label, .payment-methods label { font-weight:bold;}
.form-buttons { /* Container for form buttons*/
    clear:both;
    margin-top:4em;
    border-top:1px solid #e4e4e4;
    padding-top:8px;
    text-align:right;
    margin-bottom:30px;
    }
.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    background-color:transparent;
    border:0;
    padding:1px 8px;
    background:#fff;
    color:#6A6A6A;
    border:1px solid #6A6A6A;
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    }
.form-button span, .form-button-alt span {
    white-space:nowrap;
    }
.form-button-alt {
    border:1px solid #6A6A6A;
    background-color:#fff;
    }
.btn-checkout {
    display:block;
    float:right;
    background:transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
    }
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
    }
.btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    background:transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat;
    line-height:40px;
    }
/* Form lists */
.form-list li { list-style-type: none; margin-bottom:6px; }
.form-list li .input-box .input-text, .form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px;}
.group-select {
    margin:28px 0  !important;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fbfaf6;
    width:650px;
    text-align:left;
    clear:both;
    }
.group-select .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #A6A6A6;
    background:#F8F8F8;
    padding:0 8px;
    color:#666666;
    font-weight:bold;
    font-size:1.1em;
    }
.group-select li { clear:both; padding:4px 8px !important; }
.group-select li .input-box { float:left; width:275px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:525px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px;}
/* Form Messages */
.validation-advice, .required { color:#EB340A; }
.validation-advice {
    clear:both;
    min-height:15px;
    margin-top:3px;
    background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px;
    padding-left:17px;
    font-size:.95em;
    font-weight:bold;
    line-height:1.25em;
    }
.validation-failed {
    border:1px dashed #EB340A !important;
    background:#faebe7 !important;
    }
label.required {
    font-weight:bold;
    }
p.required {
    font-size:.95em;
    text-align:right;
    }
.button-set {
    text-align: center;
    clear: both;
    float: none;
}
/********************** Messages  */
ul.messages, ul.messages li {
    margin: 0 0 5px 0;
    padding: 0;
    list-style-type: none;
    font-weight: bold;
    font-size: 13px;
}
.success { color:#3d6611; }
.error { color:#CC0000; }
.success, .error { font-weight:bold; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    background-color: #FFF;
    min-height:23px !important;
    margin: 0;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 13px !important;
    padding:2px 8px !important;
    font-size:12px !important;
    font-weight:bold !important;
    }
li.error-msg ul, li.success-msg ul, li.notice-msg ul {
    margin:0.5em 0;
}
.error-msg li, .success-msg li, .notice-msg li {
    margin-bottom:.2em;
}
.error-msg {
    color:#FFF;
    background-color:#670001;
    }
.success-msg {
    color:#FFF;
    background-color:#00BF00;
    }
.notice-msg, .note-msg {
    border-color:#cccccc;
    color:#666666;
    background-color:#f1f1f1;
    background-image:url(../images/note_msg_icon.gif);
    }
/********************** Headings */
.head,
.inner-head {
    height: 16px;
/*    border-bottom: 2px solid #333;*/
    clear: both;
    position: relative;
}
.head h1,
.head h2,
.head h3,
.head h4,
.head h5,
.inner-head h1,
.inner-head h2,
.inner-head h3,
.inner-head h4,
.inner-head h5 {
    margin: 0;
    text-align: left;
    color: #999999;
}
.inner-head h5 {
    color: #333;
/*    font-size: 14px;
    height: 16px;
    line-height: 22px;*/
}
.inner-head .edit {
    text-transform: none;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    font-weight: bold;
}
.col2-set h6 {
    color: #999;
    text-transform: uppercase;
    font-size: 13px;
}
/* Page heading */
.page-head { margin:0 0 25px 0; }
.page-head-alt { margin:0 0 12px 0; }
.page-head, .page-head-alt { text-align:right; }
.page-head h3, .page-head-alt h3 {
    border-bottom: 2px solid #333333;
    color: #333333!important;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 10px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}
.button-level h3 { /* heading level with buttons */
    float:left;
    width:60%;
}
/* Category list heading */
.category-head {
    margin-bottom:7px;
    }
.category-head h2 {
    margin:0;
    padding:3px 0;
    color:#0a263c;
    font-size:1.6em;
    line-height:1.3em;
    font-weight:normal;
    }
/********************* Tables */
/* Data Table */
.data-table { border:1px solid #333;  width:100%; }
.data-table tr { background:#fff; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded !important;}
.data-table td.last, .data-table th.last { border-right:0; }
.data-table tr.last td, .data-table tr.last th { border-bottom:0; }
.data-table th {
    border-right:1px solid #222;
    padding:2px 8px;
    color:#0a263c;
    white-space:nowrap;
    }
.data-table th a, .data-table th a:hover { color:#fff;}
.data-table td { padding:3px 8px; }
.data-table td.label { font-weight:bold; }
.data-table thead tr { background:#F8F8F8; }
.data-table tfoot { border-bottom:1px solid #222;}
.data-table tfoot tr.first { background:url(../images/base_mini_actions_bg.gif) repeat-x; }
.data-table tfoot tr { background-color:#F8F8F8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #ddd; }
.data-table tbody td { border-bottom:1px solid #222; border-right:1px solid #222; }
.box-table td { padding:10px; }
.box-table tfoot td { padding-top:5px; padding-bottom:5px; }
.box-table select{ width:100%; }
.nested-data-table th, .nested-data-table td { padding-top:2px; padding-bottom:2px;  }
.nested-data-table tfoot td {font-size:.95em; }
/********************** Lists */
.disc { margin-bottom:10px; }
.disc li { margin-left:20px; list-style:disc; }
/* Bare List */ /* Unstyled list */
.bare-list { margin:5px 0; }
.bare-list li { margin:3px 0; }
/********************** Space Creators */
.no-show { display:none; }
.no-wrap { white-space:nowrap; }
.content-box { min-height:250px; } /* Set minimum height for visual presentation */
.content { padding:12px 12px 12px 15px; } /* Sets default padding */
.actions { line-height:1.3em; }
.separator { padding:0 5px;}
.pipe { padding:0 4px; font-size:.95em; }
.divider {
    margin:10px 0;
    height:1px;
    background:url(../images/dotted_divider.gif) repeat-x;
    font-size:1px;
    line-height:1em;
    overflow:hidden;
    }
/********************** Pager */
table.pager select, table.view-by select {
    margin:0 3px;
    font-size:.95em;
    }
table.pager select{
    width:50px;
    }
table.view-by select {
    width:85px;
    }
table.pager, table.view-by {
    width:100%;
    /*background:url(../images/pager_bg.gif) repeat-x 0 100% #fff;*/
    font-size:.95em;
    }
table.pager td {
    border-top:1px solid #eee;
    padding:4px 8px;
    vertical-align:middle;
    }
.contentbox_featured table.pager td {
    border-top: 0px solid #000;
}
.contentbox_featured table.pager, table.view-by {
    background-color: transparent;
    background-image: none;
}
table.pager ol, table.pager li {
    display:inline;
    }
table.pager li { padding:0 2px; }
table.view-by td {
    width:50%;
    border-top:1px solid #e2e2e2;
    padding:4px 8px;
    vertical-align:middle;
    }
/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/
/********************** Base Layout */
/* Structure */
.header {
    z-index:999;
    text-align:left;
    }
.header-top {
    position:relative;
    width:930px;
    margin:0 auto;
    }
.header-nav {
    width:950px;
    margin:0 auto;
    }
.middle {
    min-height:400px;
    width:900px;
    margin:0 auto;
    text-align:left;
    position:relative;
    }
.side-col { width:195px; }
.col-left { float:left; }
.col-main { float:left; }
.col-right { float:right; }
.col-1-layout .col-main { float:none; margin:0; }
.col-2-right-layout .col-main { float:left; width:900px;  }
.col-2-left-layout .col-main { float:right; width:685px; }
.col-3-layout .col-main { width:475px; margin-left:17px; }
/* Style */
.header { }
/*.header-top-container { border-bottom:1px solid #415966; background:url(../images/header_top_container_bg.jpg) repeat-x 50% 0; }*/
.header-top { padding:10px; }
/*.header-nav-container { background:url(../images/nav_bg.jpg) repeat-y 50% 0 #0a263d; }*/
.middle-container {
/*background:url(../images/main_container_bg.gif) no-repeat 50% 0 #fbfaf6; */
    background-color: #fff;
}
.middle {
/* background:url(../images/main_bg.gif) no-repeat #fffffe; */
padding:25px 25px 80px 25px;
}
#content-wrapper {
    margin: 10px;
}
.navColumn {
    background-color: #FFF;
    color:#FFFFFF;
    height:100%;
    width:100%;
}
.navColumn p { margin-top: 1.5em;}
.navColumnWhite { float: right; width: 180px; padding: 5px 20px 10px 10px; color: #999999; background-color: #ffffff; }
#leftnav { width:130px; margin-left:0px; padding-left: 0px; padding-right: 0px; margin-right: 0px; font-size: 11px; }
#leftnav a { color: #ffffff; text-decoration: none; }
#leftnav li a:hover { color: #cccccc; text-decoration:none; }
#leftnav li { list-style-type:none; color:#ffffff; font-weight:bold; }
#leftnav li ul { width:120px; color:#ffffff; }
#leftnav li ul li { width:120px; list-style-type:none; color:#ffffff; margin-left:10px; font-weight:normal; margin-left:0px; padding: 0px; }
#leftnav_main, .navColumn p { height: auto; width: 155px; margin: 0; padding: 10px 5px 5px 10px; float: left; clear:left; }
#leftnav_main a { color: #FFF; text-decoration: none; }
#leftnav_main li a:hover { color: #CC0000; text-decoration:none; }
#leftnav_main li { width:130px; list-style-type:none; color:#ffffff; margin-bottom:3px; }
.content_sub { color:#666666; font-size:12pt; font-style:italic; }
.content_body { color:#666666; font-weight:bold; }
.glossary a { color: #ffffff; text-decoration: none; }
.glossary a:hover { color: #ffffff; text-decoration: underline; }
.no-display { display: none; }
.blue { color: #0A263C; }
.glossary {
    float: left;
    clear: left;
}
.bodyColumn H3 {
    color: #999999;
}
.bodyColumn H3.blue { color: #0A263C; }
.bodyColumn p {
    float: none;
    clear: none;
    width: auto;
    margin:auto;
    width:auto;
}
.bodyColumn p.clear { /* for Deals and Steals */
    overflow: hidden;
    width: 100%;
    height: 0;
    clear: both;
}
.bodyColumn .col1-set ul, .bodyColumn .col1-set ol {
    margin: 1em;
}
.bodyColumn .col1-set ul li {
    list-style-type: disc;
}
.bodyColumn .col1-set ol li {
    list-style-type: decimal;
}
.bodyColumn .col1-set ol li ol li {
    list-style-type: lower-alpha;
}
.bodyColumn .col1-set ol li ol li ul li {
    list-style-type: disc;
}
.bodyColumn td {
    font-size:12px;
}
.bodyColumn td a {
    color: #d30200;
    text-decoration: underline;
}
.bodyColumn td a:hover {
    color: #999999;
    text-decoration: none;
}
.bodyColumn table.pager td { font-size: 10px; }
.bodyColumn {
    background-color:white;
    color:#2F2F2F;
    float:left;
    height:100%;
    padding: 10px;
    text-align:justify;
    width:810px;
/*    min-height: 500px;*/
}
.bodyColumn table td { text-align:left; padding: 4px;}
.cms-photos .navColumn div.left {
    width: 166px;
}
.cms-photos .navColumn div.left #leftnav_main {
    width: 155px;
}
.cms-photos .bodyColumn {
    padding: 0;
    width: 834px;
}
.cms-photos .bodyColumn {
    padding: 0;
    width: 834px;
}
.cms-photos .breadcrumbs {
    display: none;
}
.checkout-onepage-index .bodyColumn {
    width: 740px; /*760*/
    margin-right: 15px;
    float: left;
}
/********************** Header */
/* Logo */
h1#logo {
    float:left;
    width:202px;
    margin:3px 0 10px 12px;
    }
.page-popup h1#logo { display:none; }
/* Quick Access*/
.quick-access {
    width:390px;
    float:right;
    margin-top:28px;
    text-align:right;
    padding:0 10px;
    color:#fff;
    }
.quick-access p { margin-bottom:4px; }
.quick-access li {
    display:inline;
    background:url(../images/shop_access_pipe.gif) no-repeat 100% .35em;
    padding-right:7px;
    padding-left:3px;
    }
.quick-access li.first { padding-left:0;}
.quick-access li.last { padding-right:0; background:none;}
.account-access p, .account-access ul, .account-access li { display:inline; color:#fff; }
.account-access a, .account-access a:hover { color:#e1f1fb; }
.account-access ul { padding-left:10px; font-size:.95em; }
.shop-access a, .shop-access a:hover { color:#ebbc58; font-size:.95em; }
/* Breadcrumbs */
.breadcrumbs {  margin-top: 10px; margin-bottom:13px; line-height:1.25em; margin-left:0; padding-left:0; }
.breadcrumbs li { display:inline; }
.breadcrumbs a
{
    COLOR: #999999;
    TEXT-DECORATION: none
}
.breadcrumbs li a:hover
{
    COLOR: #cccccc;
    text-decoration:none;
}
/********************** Sidebars */
.side-col { overflow:hidden; }
.side-col .box { margin-bottom:1.3em; }
.side-col .content { padding:5px 10px; }
.side-col .head { text-align:left; }
.side-col h2, .side-col h3, .side-col h4, .side-col h5 { float:none; }
.side-col h3 { font-size:1.05em; text-transform:uppercase; }
.side-col h4 { color:#e65505; text-transform:uppercase; }
.side-col .actions {
    padding:4px 0;
    font-size:.95em;
    text-align:right;
    }
.side-col .actions a, .side-col .actions a:hover { text-decoration:underline; }
.widget-btn { float:right; font-size:11px; margin:0 3px 1px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }
/* Currency Switcher */
.currency-switcher {
    height:53px;
    padding:7px 12px 10px 12px;
    background:url(../images/currency_switcher_bg.gif) no-repeat;
    font-size:1.05em;
    }
.currency-switcher h4 {
    min-height:21px;
    background:url(../images/icon_world.gif) no-repeat 0 2px;
    color:#fff;
    padding-left:22px;
    text-transform:none;
    }
.currency-switcher select {     width:98%; }
/* Base Mini */
.base-mini {border:1px solid #c4c1bc; background:#fff; line-height:1.3em;  font-size:.95em;  }
.base-mini .head { margin:0 1px; border-bottom:1px solid #ddd; background:url(../images/base_mini_head_bg.gif) repeat-x #fff; padding:2px 8px; }
.base-mini .head h4 {
    min-height:16px;
    color:#e26703;
    background-repeat:no-repeat;
    background-position:0 0;
    padding:1px 0 1px 21px;
    text-transform:uppercase;
    }
.base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em;}
.base-mini h5 { font-size:1em; }
.base-mini .content, .base-mini ol { background:#f8f7f5;}
.base-mini ol li { padding:7px 4px 7px 8px;}
.base-mini ol li.odd { background:#f4f3f3; }
.base-mini ol li.even { background:#fafafa;}
.base-mini .actions {
    background:url(../images/base_mini_actions_bg.gif) repeat-x #dee5e8;
    padding:6px;
    }
.base-mini .product-images { float:left; width:52px; }
.base-mini .product-images a img { border:1px solid #a9a9a9; }
.base-mini .product-details { margin-left:60px; }
.base-mini .regular-price { color:#333; font-size:1em; font-weight: normal;}
.base-mini .special-price { font-size:1.3em; }
.base-mini .price-box{ margin:1px 0; }
/* Sidebar Blocks */
.mini-product-tags .head h4 { background-image:url(../images/icon_tag_green.gif); }
.mini-product-tags li { display:inline; padding-right:4px; line-height:1.5em; }
.mini-product-tags .content { padding:10px; }
.mini-product-tags .content a, .mini-product-tags .content a:hover { color:#1b2d3b; }
.mini-newsletter {
    width: 276px;
    background-position: -724px 0 !important;
    position: relative;
    float: left;
}
.mini-newsletter form { margin: 0; padding: 0; }
.mini-newsletter .input-text {
    position: absolute;
    width:134px;
    top: 8px;
    right: 52px;
}
.mini-newsletter .form-button-alt {
    top: 9px;
    right: 7px;
    position: absolute;
}
.mini-cart .head h4 { background-image:url(../images/icon_basket.gif); }
.mini-cart .actions .subtotal { float:left; text-align:left; }
.mini-cart .actions .subtotal .label { text-transform:uppercase; font-weight:bold; }
.mini-cart .actions .form-button { margin-bottom:5px; }
.mini-wishlist .head h4 { background-image:url(../images/icon_bell.gif); }
.mini-compare-products .head h4 { background-image:url(../images/icon_table.gif); }
.mini-poll .head h4 { background-image:url(../images/icon_group.gif); }
.mini-poll td.label { font-weight:bold; padding-right:10px; }
/********************** Footer */
.footer-container { border-top:15px solid #B6D1E2; }
.footer {
    width:930px;
    margin:0 auto;
    padding:1em 1em 4em 1em;
    position:relative;
    }
.footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
.footer .informational label { color:#fff; font-weight:bold; padding-right:3px; }
.footer .informational ul {
    display:inline;
    }
.footer .informational li {
    display:inline;
    background:url(../images/footer_info_separator.gif) no-repeat 100% 50%;
    padding-right:8px;
    padding-left:4px;
    }
.footer .informational li.last { background:none; padding-right:0; }
.footer .informational a, .footer .informational a:hover { color:#fff; }
.footer .informational a { text-decoration:none; }
.footer .legality {
    padding:13px 0;
    color:#ecf3f6;
    text-align:center;
    }
.footer .legality a, .footer .legality a:hover { color:#ecf3f6; }
/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/
.product-shop { float:right; margin-left: -5%; }
.product-shop .form-button, .product-shop .form-button-alt { margin-right:10px; }
/********************** Rating */
.ratings {
    background-image:url(../images/16_thumbs_up_1.png);
    height:auto;
    min-height:15px;
    position: relative;
    }
.ratings a {
    text-indent: 0;
    line-height: 2em;
}
.rating-box {
    position:relative;
    width:69px;
    height:13px;
    margin-right:5px;
    background:url(../images/product_rating_blank_star.gif) repeat-x;
    margin-bottom:5px;
    }
.rating-box .rating {
    position:absolute;
    top:0;
    left:0;
    height:13px;
    background:url(../images/product_rating_full_star_green.gif) repeat-x;
    }
.ratings-list {
    margin:4px 0;
    }
.ratings-list td {
    padding:3px 0;
    }
.ratings-list td.label {
    padding-right:8px;
    font-size:.95em;
    font-weight:bold;
    line-height:1em;
}
/********************** Prices */
.price-box {
    /*
    margin: 0px 4px;
    float:left;
    margin:0 0 4px;
    width:200px;
    */
}
.regular-price {
    color:#333;
    font-size:1.1em;
    font-weight: normal;
}
.online-price{
    color:#333;
    font-size:1.2em;
    font-weight:bold;
}
.old-price {
    color:#999;
    font-size:.95em;
}
.old-price .price {
    text-decoration:line-through;
    white-space:nowrap;
}
.special-price, .closeout-price {
    color:#CC0000; /*#713C13;*/
    font-size:1.3em;
    line-height:1em;
    font-weight: bold;
}
.special-price .label { font-weight:normal; }
.special-price .price { white-space:nowrap; }
/********************** Generic Box */
.generic-box {
    margin-bottom:15px;
    padding:12px 15px;
    border:1px solid #D0CBC1;
    background:url(../images/base_mini_head_bg.gif) repeat-x #fff;
    }
.generic-product-list li {
    margin:12px 0;
    }
/********************** Catalog Listing */
.catalog-listing {
    line-height:1.35em;
    }
.catalog-listing h5 {
    margin-bottom:.4em;
    font-size:1.05em;
    }
.catalog-listing h5 a, .catalog-listing h5 a:hover {
    color:#203548;
    text-decoration:underline;
    }
.catalog-listing .add-to {
    margin:.7em 0;
    color:#555555;
    line-height:1.3em;
    font-size:.95em;
    font-weight:bold;
    }
.catalog-listing .add-to a, .catalog-listing .add-to a:hover {
    text-decoration:underline;
    }
.catalog-listing .ratings {
    margin-bottom:.6em;
    }
/* Generic Product Grid */
.generic-product-grid { width:100%;}
.generic-product-grid td {
    border-right:1px solid #d9dde3;
    border-bottom:1px solid #d9dde3;
    padding:12px 10px;
    line-height:1.6em;
    }
.generic-product-grid tr.last td { border-bottom:0; }
.generic-product-grid td.last { border-right:0; }
.generic-product-grid .product-image { text-align:center; }
.generic-product-grid td.empty-product{ border-right:0; background:#f5f6f6; }
/********************** Layered Navigation */
.layered-nav .head {
    margin:0;
    background:url(../images/layered_nav_head_bg.gif) no-repeat;
    height:24px;
    }
.layered-nav h3 { display:none; }
.layered-nav .border-creator { border-style:solid; border-color:#a0b3c3; border-width:0 1px 1px 1px; }
.layered-nav h4 {
    margin:0;
    border:1px solid #b9ccdd;
    border-left:0;
    border-right:0;
    padding:3px 10px;
    background:url(../images/layered_nav_narrowed_category_heading.gif) #d5e8ff;
    color:#1f5070;
    font-weight:bold;
    font-size:1em;
    }
.layered-nav .narrowed-category li { background:url(../images/narrow_category_bg.gif) repeat-x 0 100% #fff; padding:4px 6px 4px 10px;}
.layered-nav .narrowed-category li .label {
    background:url(../images/narrow_by_li_by.gif) no-repeat 0 .2em;
    padding-left:20px;
    font-weight:bold;
    text-transform:uppercase;
    }
.layered-nav .widget-btn {
    float:right;
    margin:.1em 0 0 5px;
    font-size:.95em;
    }
.layered-nav .actions {
    border-style:solid;
    border-color:#dee5e8;
    border-width:1px 0;
    padding:4px 10px;
    background:#cad6e4;
    }
.narrow-by dl {
    background:#e7f1f4;
    padding:0 0 1em 0;
    }
.narrow-by dt {
    margin:0;
    padding:7px 10px 0 28px;
    background:url(../images/narrow_by_set.gif) no-repeat 9px .9em;
    color:#2f2f2f;
    text-transform:uppercase;
    }
.narrow-by dd {
    background:url(../images/narrow_by_dd_bg.gif) repeat-x 0 100%;
    padding:0 12px .8em 12px;
    }
.narrow-by dd li { margin-bottom:.3em; line-height:1.3em;}
.narrow-by dd.last { background:none;}
/********************* Tool Tips */
.tool-tip { border:1px solid #7ba7c9;  background:#eaf6ff; position:absolute; }
.tool-tip .inline-content { padding:8px; }
.tool-tip .block-content { padding:15px 20px; }
.tool-tip .btn-close { display:block; margin:6px 6px 0 0;  text-align:right; }
/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/
/********************** Home */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:url(../images/best_selling_tr_odd_bg.gif) repeat-x 0 100% #eee; }
.best-selling tr.even { background:url(../images/best_selling_tr_even_bg.gif) repeat-x 0 100% #fff; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:.95em; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc;}
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name, .home-spot .best-selling a.product-name:hover { color:#203548; }
/********************** Search */
.advanced-search {
    margin:28px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fbfaf6;
    }
.advanced-search .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
    }
.advanced-search li {margin-bottom:5px}
.advanced-search li label {width:150px;float:left}
.advanced-search .input-text {width:250px}
.advanced-search select {width:256px;padding:2px}
.advanced-search .range .input-text {width:70px}
/********************** Catalog Listing */
/* List Type */
.listing-type-list .listing-item { border-top:1px solid #D9DDE3; padding:12px 10px; }
.listing-type-list .product-image { float:left; width:135px; }
.listing-type-list .product-shop { width:305px; }
.listing-type-list .product-shop .description { margin:.5em 0 1.2em 0; }
.listing-type-list .product-shop .price-box { float:left;text-align:left; margin:3px 13px 5px 0;}
.listing-type-list .product-shop .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; }
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }
/* Grid Type */
.listing-type-grid td { width:33%; text-align:left; }
.listing-type-grid .product-image { text-align:center; }
.listing-type-grid .add-to-compare {
    display:block;
    margin:5px 0;
    background:url(../images/icon_add_to_compare.gif) no-repeat 0 50%;
    padding-left:22px;
    color:#6e6969;
    font-weight:bold;
    }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0;text-align:center; }
/********************** Product Detail */
/* Product Images */
.product-img-box { float:left; width:267px;  }
.product-img-box .main-product-img {
    position:relative;
    overflow:hidden;
    width:265px;
    height:265px;
    z-index:9;
    }
.product-img-box .main-product-img img {
    position:absolute;
    left:2px;
    top:2px;
    width:100%;
    cursor:move;
    z-index:99;
    }
.image-zoom {
    z-index:9; position:relative; height:18px; margin:0 auto 13px auto; background:url(../images/slider_bg.gif) no-repeat 50% 50%; padding:0 28px 0 28px; cursor:pointer; }
#image { width:auto; }
#track { position:relative; height:18px; }
#handle { position:absolute; left:0; top:-1px; width:9px; height:22px;background:url(../images/magnifier_handle.gif) no-repeat;  }
.btn-zoom-out { position:absolute; left:2px; top:1px;}
.btn-zoom-in { position:absolute; right:2px; top:1px;}
.product-img-box .more-views h4 { border-bottom:1px solid #ccc; margin-bottom:.8em; font-size:.95em; text-transform:uppercase; }
.product-img-box .more-views li { float:left; margin-right:6px;}
.product-img-box .more-views li.last { margin-right:0; }
.product-img-box .more-views li img { border:2px solid #ddd; }
.product-img-box .more{
    width:550px;
}
.product-img-box .more H3 {
    FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #0A263C
}
.product-img-box .more .wantmore {
    FLOAT: left; MARGIN-LEFT: 5px; WIDTH: 148px; MARGIN-RIGHT: 5px
}
.product-img-box .more .wantmore A {
}
.product-img-box .more .wantmore A:hover {
}
.product-info-box { margin-top:10px; padding-top:1px; margin-top:0; }
.product-info-box .product-name {
    margin-bottom:.3em;
    color:#0a263c;
    font-size:1.7em;
    }
.product-info-box .product-name a {
    color:#0a263c;
    font-size:1.2em;
    TEXT-DECORATION: none
    }
.product-info-box .product-name a:hover {
    color:#0a263c;
    font-size:1.2em;
    TEXT-DECORATION: underline;
    }
.product-info-box .qty-box { float:left; margin-right:5px; }
.add-to-cart-box { float:left; margin-right:5px;}
.add-to-box { float:left; font-size:.95em; line-height:1.25em; margin-top:2em; width: 50%; }
.product-info-box .ratings { margin-bottom:1em; height: auto; }
.ratings-first {
    position:relative;
    clear:both;
    display:block;
    float:none;
    background-color:#dedede;
    background-image:none;
    border:1px solid #c0c0c0;
    height:auto;
    margin-bottom:5px;
    padding:5px;
    text-align:left;
    text-indent:0;
    width:135px;
    line-height: 1.5em;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}
.ratings-first span {
    display:block;
    float:left;
    font-weight: bold;
}
.ratings-first .rating-box {
    margin: 0 0 2px 0.5em;
    float:left;
}
.product-attributes {
	display: block;
	zoom: 1;
    margin: 10px 0;
    background: #dedede;
    padding: 10px;
    border: 1px solid #c0c0c0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    filter:Progid:DXImageTransform.Microsoft.Glow(Color='black',Strength='3');
    -ms-filter:filter:Progid:DXImageTransform.Microsoft.Glow(Color='black',Strength='3');
    position: relative;
}
.product-pricing { margin:10px 0; background:#F8F8F8; padding:10px; border:1px dashed #a59e89;}
.product-attributes td {padding:2px 0; }
.product-attributes td.label { padding-right:10px; font-weight:bold; }
.product-essential {
    float:left;
    padding:5px 10px;
    position:relative;
    width:100%;
}
.product-essential .product-shop { float:right; width:450px; }
.product-essential .product-shop .ratings { margin-bottom:4px; }
/* Product Collateral */
.product-collateral { margin-top:15px; padding:5px 10px; float: left; }
.product-collateral .head { margin-bottom:1em; border-bottom:1px solid #e5dcc3; padding-bottom:1px; font-size:1.15em; position:relative; width:444px; }
.product-collateral .collateral-box { margin-bottom:2em; text-align: justify }
.product-collateral .collateral-box h4{ color:#0A263C ;}
.product-collateral .attribute-specs table { border-color:#d9DDE3; }
.product-collateral .attribute-specs .label { font-weight:bold; }
.product-collateral .attribute-specs .data { border-right:0; }
.product-collateral .attribute-specs td { padding-top:3px; padding-bottom:3px; line-height:1.25em; }
.product-collateral .up-sell .head { padding-bottom:8px; margin-bottom:0; }
.product-collateral .up-sell .generic-product-grid { border:1px solid #E5DCC3; border-top:0; }
.product-collateral .up-sell .generic-product-grid td { width:25%; border-color:#E5DCC3; background:#f6f2e7; padding-top:15px; }
.product-collateral .up-sell .generic-product-grid td img { border:1px solid #E5DCC3; }
.product-collateral .up-sell .generic-product-grid .product-image { text-align:center; }
.product-collateral .up-sell .generic-product-grid td.empty-product { background:#f1ecdb; }
#customer-reviews { margin-bottom:15px; }
#customer-reviews li { margin-bottom:25px; }
#customer-reviews li p { clear:both; }
.product-collateral .add-tag-box .input-box { float:left; width:302px; margin-right:8px; }
.product-collateral .add-tag-box .input-box .input-text { width:300px;  }
.tags-list { margin-bottom:15px; }
.tags-list li {
    display:inline;
    background:url(../images/separator.gif) no-repeat 100% .4em;
    padding:0 8px 0 4px;
    }
.tags-list li.first { padding-left:0; }
.tags-list li.last { background:none; }
.add-tag-box { background:url(../images/icon_tag_add.gif) no-repeat 0 2px; padding-left:23px; }
.product-review-box { width:auto; margin:8px 0 13px 0; }
.product-review-box td, .product-review-box th { text-align:center; }
.product-review-box td.label {width:100px; text-align:left; }
/* Sizing chart CSS */
.sizing_chart {
    font-size: 93%;
    color: #333;
}
.sizing_chart_header {
    font-size: 100%;
    font-weight: bold;
    color:#777;
}
.sizing_chart_gender {
    font-size: 93%;
}
.sizing_chart_darkGrey{
    background-color:#d2d2d2;
}
.sizing_chart_medGrey{
    background-color:#fff;
}
.sizing_chart_lightGrey{
    background-color:#999;
}
.sizing_chart_lightGrey td {
    padding: 1px;
}
#size_chart td {
    text-align:center;
    color: #333;
}
/* Product Detail sidebar */
.mini-related-items .head h4 { background-image:url(../images/icon_clip.gif); }
.mini-related-items .product-images { width:70px; }
.mini-related-items .product-images input { float:left; margin-right:4px;  }
.mini-related-items .product-details { margin-left:78px; }
.mini-related-items ol li { padding-left:0 ; padding-right:0; }
.mini-related-items .super-products .product-images { width:52px;}
.mini-related-items .super-products .product-details { width:70px;}
/********************** Customer */
.customer-account-login #content {
    padding: 10px;
    width: 980px;
}
/* My Account navigation */
.account-nav {
    float: left;
    width: 165px;
    height: auto;
    margin-top: 25px;
}
.account-nav .header {
    float: left;
    margin-bottom: 20px;
}
.account-nav .header .icon {;
    float: left;
    width: 36px;
    height: 36px;
    background: transparent url('../images/sprites/sb2_account_sprite.png') no-repeat 0 0;
}
.account-nav .header .text {
    float: left;
    font-size: 22px;
    margin: 5px 0 0 5px;
    color: #333;
}
.account-nav .head {
   margin:0;
   padding:3px 10px;
}
.account-nav .head h3 {
    color: #0A263C;
    font-size: 1.1em;
}
.account-nav ul {
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.account-nav li {
    list-style-type: none;
    height: 29px;
    line-height: 29px;
    background-color: #FFF;
}
.account-nav li a {
    display: block;
    float: left;
    color: #FFF;
    text-decoration: none;
    color: #333;
    width: 130px;
}
.account-nav li a:hover {
    text-decoration: none;
    color: #CC0000;
}
.account-nav li.on {
    color: #000;
}
.account-nav li.on a {
    display: block;
    padding: 0;
}
.account-nav li span {
    display: block;
    float: left;
    width: 130px;
}
.account-nav li span.arrow {
    width: 7px;
    height: 13px;
    margin: 9px 5px 0 0;
}
.account-nav li span.arrow.gray {
    background: transparent url('../images/sprites/sb2_account_sprite.png') -155px -38px;
}
.account-nav li.on span.arrow.red {
    background: transparent url('../images/sprites/sb2_account_sprite.png') -168px -37px;
}
/* Login */
.login-box .col-1, .login-box .col-2 { border:1px solid #A6A6A6; background:#F8F8F8; }
.login-box .content { background:#F8F8F8; padding:14px 21px; }
.login-box h4 {
    min-height:16px;
    border-bottom:1px solid #ddd;
    margin-bottom:1.2em;
    padding-bottom:5px;
    padding-left:23px;
    background-position:0 1px;
    background-repeat:no-repeat;
    font-size:1.05em;
    color:#A6A6A6;
    text-transform:uppercase;
    }
.login-box .new-users h4 { background-image:url(../images/icon_page_white.gif); }
.login-box .registered-users h4 { background-image:url(../images/icon_page_white_text.gif); }
.login-box .form-buttons { margin:0; border:none; background:#ddd; padding:8px 13px; }
.login-box .content { /*min-height:230px;*/ text-align:left; }
/* Dashboard */
.account-box {
    margin-bottom:20px;
    border:1px solid #ccc;
    border-right-color:#999;
    border-bottom-color:#999;
    background:url(../images/account_box_bg.gif) repeat-x #fff;
    padding:15px;
    }
.account-box .head { margin-bottom:10px; border-bottom:1px solid #d9dde3; }
.account-box h4 { color:#0A263C; font-size:1.1em; text-transform:uppercase; }
.account-box .inner-head { margin-bottom:8px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding-bottom:2px; text-align:right; }
.account-box h5 { font-size:1.1em;   }
.account-box h5 a { font-weight:normal; }
.account-box h6 { text-transform:uppercase; }
.account-main .account-box li { padding:5px 0; }
.account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#0a263c;
    padding:1px 3px;
    font-size: 77%;
    font-weight:bold;
    color:#fff;
    line-height:1em;
    }
.account-box ol .content { margin-left:20px; padding:0; }
.account-box ol.recent-reviews small {
    float:left;
    margin-right:3px;
    font-weight:bold;
    }
.account-box .product-images { width:65px; }
.account-box .product-images img { border:1px solid #ccc;}
.account-box .product-details { margin:0 0 10px 70px; }
.account-box .content { padding:0; }
.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }
.edit-password { display:block; height:20px; background:url(../images/icon_lock.gif) no-repeat 0 2px; padding-left:20px; }
.dashboard-welcome { margin-right:8em; margin-bottom:1.5em; font-size:1.1em; }
.account-box .head h4 { padding-left:21px; min-height:17px; background-repeat:no-repeat; background-position:0 0;}
.ad-orders .head h4 { background-image:url(../images/icon_folder_table.gif); }
.ad-account-info .head h4 { background-image:url(../images/icon_ma_info.gif); }
.ad-tags .head h4 { background-image:url(../images/icon_ma_tags.gif); }
.ad-reviews .head h4 { background-image:url(../images/icon_ma_reviews.gif); }
/* Account Addressbook */
.primary-address-list h4, .address-list h4 {font-size:1.1em; color:#E26703; text-transform:uppercase; }
.primary-address-list li {
    margin-bottom:10px;
    border:1px solid #ccc;
    background:url(../images/account_box_bg.gif) repeat-x #fff;
    padding:10px 13px 8px 13px;
    }
.primary-address-list li .head { margin:0; }
.address-list li { margin-bottom:1em; }
.address-list .actions { float:right; margin:0 0 10px 10px; }
/* Compare Products */
.compare-products { margin:30px 0 50px 0; }
.compare-products table { width:auto;  border:0; }
.compare-products tr { background:#EEEDED;}
.compare-products td { width:170px; text-align:left; }
.compare-products tbody td { border-color:#ccc; }
.compare-products tbody tr.first td { border-top:1px solid #D9DDE3; text-align:center; }
.compare-products tbody td.last {  border-right:1px solid #D9DDE3; }
.compare-products tbody.attribute-cart td { background:#fffada !important; text-align:center; border-bottom:1px solid #D9DDE3; }
.compare-products tbody td.label {
    width:auto;
    border-bottom:1px solid #9eb8cb;
    border-left:1px solid #BEBCB7;
    background:url(../images/comparison_table_label_bg.gif) repeat-y 100% 0 #d9e5ee !important;
    text-align:left;
    }
.compare-products tbody.remove-buttons tr {  background:#fff;  }
.compare-products tbody.remove-buttons td {
    border:none !important;
    padding:0;
    text-align:right;
    font-size:0;
    line-height:0;
    }
.compare-products tbody.remove-buttons td img { float:right; }
/* Reviews */
.my-review-detail .product-image { float:left; width:135px; }
.my-review-detail .details { float:right; width:538px; }
.my-review-detail .ratings-list { margin-bottom:.8em; }
/********************** Pop up pages */
.page-popup { background:#fff; margin:25px 30px; }
.product-gallery-nav { padding:0 5px; }
/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/
/* Alignment */
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.v-bottom { vertical-align:bottom; }
.a-left { text-align:left; }
.a-center { text-align:center; }
.a-right { text-align:right; }
.left { float:left; }
.right { position: relative; float:right !important; }
.normal-weight { font-weight:normal; }
.auto-width { width:auto;}
/* Link highlights */
.link-cart { font-weight:bold !important;}
.link-remove { color:#646464 !important;}
.link-print { background:url(../images/icon_printer.gif) no-repeat 0 2px; padding-left:23px; }
/*For Pager only*/
ol.pagerbar{
    clear: both; font-size: 10px; margin: 12px auto;
}
ol.pagerbar li{
    float: left;
    list-style-type: none;
}
ol.pagerbar li a{
    display: block;
}
ol.pagerbar li span.on{
    border: #fff 1px solid; font-weight: bold;  margin-left: 3px; color: #f60;
    padding:2px 8px 1px 8px; height: 13px;font-size:12px;
}
ol.pagerbar a, ol.pagerbar a:link {
    border: #dddddd 1px solid; padding:3px 8px 0 8px; float: left; margin-left: 3px;  color: #666; line-height: 100%;  height: 13px; text-decoration: none; display: block; font-size: 10px;
}
.contentbox_featured ol.pagerbar a, ol.pagerbar a:link {
    background-color: #999999;
    color: #FFFFFF;
}
ol.pagerbar a:hover {
    border: #f60 1px solid; color: #f60;  background-color:#FFFFFF; height: 13px;
}
ol.pagerbar img {
    border: 0px;
}
ol li.pagerbarPrv a:link, ol li.pagerbarPrv a:visited  {
    font-size: 0px; background: url(../images/list_prev_arrow.gif) 5px 2px no-repeat; width: 45px; height: 17px; color: #efefef; border-style: none; padding:0; margin:0
}
ol li.pagerbarPrv a:hover {
    background: url(../images/list_prev_arrow_hover.gif) 5px 2px no-repeat; color: #f2f2f2; border-style: none;
}
ol li.pagerbarNext a:link, ol li.pagerbarNext a:visited{
    font-size: 0px; background: url(../images/list_next_arrow.gif) 5px 2px no-repeat; width: 45px; height: 17px; color: #efefef; border-style: none; padding:0; margin:0
}
ol li.pagerbarNext a:hover {
    background: url(../images/list_next_arrow_hover.gif) 5px 2px no-repeat; color: #f2f2f2; border-style: none;
}
.product-specs{
    font-size:12px;
}
.product-specs ul li{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:disc !important;
}
#review-errormsg-response{
    width: 460px;
    text-align: left;
    font-size:14px;
    font-weight:bold;
    color:red;
}
/** Finale */
.tooltip-block-content {
    display:none;
}
#finale-blurb {
    margin: 0 0 2px 0;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background-color: #eee;
}
img.finale-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 180px; height: 33px;
}
#products_listing .product .product-image {
    padding-top: 35px;
}
.search4all_featured #products_listing .product-image { padding-top: 0; }
.customer-account-forgotpassword {
    margin: 0; padding: 16px; background-color: #fff;
}
.finale_text {
    color: #04AC04;
    text-transform: uppercase;
    font-style: italic;
}
/** Brand page (pagination) styles **/
#brand-pagination {
    margin: 0 0 12px 0; padding: 0; display: block;
}
ul#brand-pagination li, ul#brand-pagination li ul, ul#brand-pagination li ul li {
    display: inline;
	margin: 0;
	padding: 0;
}
ul#brand-pagination li ul li {
    margin: 0 6px;
}
/* Popular Searches Page */
.cms-popular-searches-html .padded {
    padding: 10px;
}
.cms-popular-searches-html ul {
    list-style-type: none;
}
.cms-popular-searches-html li.pic {
    clear:left;
    float:left;
    margin:10px;
}
.cms-popular-searches-html li.cats {
    font-weight: bold;
    float:right;
    margin:10px;
}
.cms-popular-searches-html li ul {
    border-bottom:1px solid #A0a0a0;
    clear:left;
    list-style-type:none;
    margin:0;
    overflow:auto;
}
.cms-popular-searches-html ul.cats {
    clear:left;
    margin:0;
    overflow:auto;
}
.cms-popular-searches-html li.search {
    font-size:1.7em;
    font-weight:bold;
    padding:10px;
    text-decoration: none;
}
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,
div.star-rating {
    float:left;
    width:22px;
    height:22px;
    text-indent:-999em;
    cursor:pointer;
    display:block;
    background:transparent;
    overflow:hidden
}
div.rating-cancel,
div.rating-cancel a {
    background:url('../images/rating/delete.gif') no-repeat 0 -16px;
}
div.star-rating,
div.star-rating a {
    background:url('../images/stars3.png') no-repeat 0 0px;
}
div.rating-cancel a,
div.star-rating a {
    display:block;
    width:22px;
    height:22px;
    background-position:0 0px;
    border:0
}
div.star-rating-on a {
    background-position:0 -22px!important;
}
div.star-rating-hover a {
    background-position:0 -22px;
}
/* Read Only CSS */
div.star-rating-readonly a {
    cursor:default !important;
}
/* Partial Star CSS */
div.star-rating {
    background:transparent!important;
    overflow:hidden!important;
}
/* Small version */
#small-rating div.rating-cancel,
#small-rating div.star-rating {
    float:left;
    width:13px;
    height:13px;
    text-indent:-999em;
    cursor:pointer;
    display:block;
    background:transparent;
    overflow:hidden
}
#small-rating div.rating-cancel,
#small-rating div.rating-cancel a {
    background:url('../images/rating/delete.gif') no-repeat 0 -16px;
}
#small-rating div.star-rating,
#small-rating div.star-rating a {
    background:url('../images/stars3-small.png') no-repeat 0 0px;
}
#small-rating div.rating-cancel a,
#small-rating div.star-rating a {
    display:block;
    width:13px;
    height:13px;
    background-position:0 0px;
    border:0
}
#small-rating div.star-rating-on a {
    background-position:0 -13px!important;
}
#small-rating div.star-rating-hover a {
    background-position:0 -13px;
}
/* Read Only CSS */
#small-rating div.star-rating-readonly a {
    cursor:default !important;
}
/* Partial Star CSS */
#small-rating div.star-rating {
    background:transparent!important;
    overflow:hidden!important;
}
/* END jQuery.Rating Plugin CSS */
/* Generic Loading div */
.loader {
    width: 168px;
    height: 121px;
    left: 50%;
    margin-left: -124px;
    padding: 25px;
    -moz-border-radius:8px 8px 8px 8px;
    -webkit-border-radius: 5px;
    background: rgb(82, 82, 82);
    background: rgba(82, 82, 82, 0.7);
    position: fixed;
    text-align: center;
    top: 40%;
    z-index: 9999;
    zoom: 1;
    _position: absolute;
    _top: 100px;
    _left: 400px;
    _margin-left: 0;
    border: none;
}
.loader div {
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    width: 168px;
    height: 121px;
    background: #fff url(../images/loading_b.gif) no-repeat scroll 50% 80%;
}
/* Upsell Popup */
#upsell {
    display: none;
}
.upsell-content {
    text-align: center;
}
.upsell-content h2 {
    color: #C00;
    font-size: 26px;
    margin: 0 0 10px 0;
    border-bottom: 3px solid #C00;
    height: 22px;
    line-height: 24px;
    overflow: hidden;
}
.upsell-content p {
    color: #FFF;
    font-size: 14px;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Component containers
----------------------------------*/
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(../images/jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #888; background-color: #888; font-weight: bold; color: #fff; }
.ui-state-hover a, .ui-state-hover a:hover { color: #CC0000; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #999; background: #ffffff url(../images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #CC0000; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #CC0000; text-decoration: none; }
.ui-widget :active { outline: none; }
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(../images/jquery-ui/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #CC0000; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(../images/jquery-ui/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
/* .ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } */
/* Overlays */
.ui-widget-overlay { background: #666666 url(../images/jquery-ui/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(../images/jquery-ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
/* Menu
----------------------------------*/
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	margin: -1px;
}
.ui-menu-item a img.ac-img {
    margin: -1px 6px 0 0;
    padding: 0;
    display: block;
    float:left;
    height: 22px;
}
.ui-menu-item a span.ac-leftpad {
    padding-left: 27px;
    display: block;
}
.form-fields li {
    clear: both;
    margin: 0 0 5px 0;
}
.form-fields li .input-box {
    float: left;
    width: 48.5%;
    margin: 0 0 10px 0;
}
.form-fields li input.input-text {
    width: 250px;
}
.form-fields li.buttons {
    text-align: right;
}
.newsletter-form {
    padding: 10px 0 0 50px;
}
.newsletter-form p {
    padding: 0 0 0 15px;
}
.rounded-grid {
    margin: 0 0 10px 0;
}
.rounded-grid .clear {
    clear: both;
}
.rounded-grid .grid-head {
    float: left;
    height: 27px;
    overflow: hidden;
    background: #333 url(../images/grid-top-bg.png) repeat-x;
}
.rounded-grid .grid-rows {
}
.rounded-grid .grid-head .column,
.rounded-grid .grid-rows .column {
    float: left;
    height: 27px;
    padding: 0 5px 0 5px;
    font-size: 12px;
    line-height: 27px;
}
.rounded-grid .grid-head .column {
    color: #FFF;
    margin: 0 1px 0 0;
}
.rounded-grid .grid-rows {
    border-right: 1px solid #333;
}
.rounded-grid .grid-rows .row {
    clear: both;
    border-bottom: 1px solid #333;
}
.rounded-grid .grid-rows .row .column,
.rounded-grid .grid-foot .row .column {
    border-left: 1px solid #333;
}
.rounded-grid .text-center,
.rounded-grid.text-center   { text-align: center }
.rounded-grid .text-right,
.rounded-grid.text-right    { text-align: right }
.rounded-grid .grid-head .top-left {
    background: transparent url(../images/grid-top-left.png) no-repeat;
    margin: 0 2px 0 0;
}
.rounded-grid .grid-head .top-right {
    background: transparent url(../images/grid-top-right.png) no-repeat 100% 0;
    margin: 0 0 0 2px;
}
.rounded-grid .grid-foot {
    height: 41px;
    background: transparent url(../images/grid-bottom-bg.png) repeat-x;
}
.rounded-grid .grid-foot .column {
    float: left;
    height: 41px;
    line-height: 41px;
}
.rounded-grid .grid-foot .bottom-left {
    width: 12px;
    background: transparent url(../images/grid-bottom-left.png) no-repeat;
    white-space: normal;
}
.rounded-grid .grid-foot .bottom-right {
    width: 12px;
    background: transparent url(../images/grid-bottom-right.png) no-repeat;
}
.sales-order-view h4 {
    font-size: 12px;
    font-weight: bold;
    color: #999;
    margin: 0 0 5px 0;
}
/* Account Page Styles */
#login {
}
#login.social {
    width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}
#login h3 {
    border-bottom:2px solid #333333;
    color:#333333;
    font-size:14px;
    margin:0 0 5px;
}
#login h3 .right.required {
    font-size: 11px;
    font-weight: normal;
}
#login .columns .column-left {
    float: left;
    width: 480px;
    margin: 0 10px 0 0;
}
#login .columns .column-right {
    float: left;
    width: 480px;
    margin: 0 0 0 10px;
}
#login .columns .panel-simple {
    min-height: 320px;
    _height: 320px; /* IE min-height hack */
}
#login p {
    font-size: 12px;
    line-height: 16px;
}
#login p.new-account {
    height: 100px;
}
#login form .input-text {
    width: 250px;
    margin: 0 0 5px 0;
}
#login form label {
    float: left;
    width: 120px;
}
#login form ul li {
    clear: both;
}
/* Text Styles */
#login h1 {
    border-bottom: 4px solid #333333;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    height: 18px;
    letter-spacing: 1px;
    line-height: 23px;
    margin: 0 0 10px;
    overflow: hidden;
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.float-right {
    float: right;
}
.customer-address-form .group-select {
    border: none;
    margin: 0!important;
    padding: 0 0 0 100px;
}
.customer-address-form .button-set {
    padding: 30px 0 0 0;
}
.wishlist-index-share .group-select {
    border: none;
    margin: 0!important;
    padding: 0 0 0 100px;
}
.order-info .column {
    float: left;
    width: 32.5%;
    font-weight: bold;
    text-align: center;
}
.customer-account-logoutsuccess #content {
    width: 980px;
    _width: 1000px;
    padding: 10px;
}
p.space-filler {
    height: 150px;
    line-height: 150px;
    text-align: center;
    margin: 0 0 20px 0;
}
#my-reviews .row {
    clear: both;
    border-bottom: 4px solid #CCC;
    padding: 0 0 20px 0;
}
#my-reviews .row .left-column,
#my-reviews .row .right-column {
    float: left;
}
#my-reviews .left-column {
    width: 235px;
    text-align: center;
}
#my-reviews .right-column {
    width: 540px;
}
#my-reviews .product-image {
    margin: 0 0 20px 0;
}
#my-reviews .row h4 {
    font-size: 13px;
    font-family: inherit;
    font-weight: normal;
    margin: 0 0 10px 0;
}
#my-reviews .row p {
    padding: 0;
    margin: 0 0 10px 0;
}
#my-reviews .rating {
    margin: 0 0 15px 0;
}
#my-reviews .rating .label {
    float: left;
    font-weight: bold;
    padding: 0 10px 0 0;
}
/* Product Reviews */
.review-product-list #content {
    width: 980px;
    _width: 1000px;
    padding: 10px;
}
.review-product-list .wrapper {
    margin: 0 100px 0 100px;
}
.review-product-list .product .left-column,
.review-product-list .product .right-column {
    float: left;
}
.review-product-list .product .left-column {
    width: 330px;
    text-align: center;
}
.review-product-list .product .right-column {
    width: 330px;
}
.review-product-list .product h3 {
    font-size: 20px;
    color: #333;
    margin: 10px 0 3px 0;
    font-family: inherit;
}
.review-product-list .product h4 {
    font-size: 16px;
    color: #333;
    margin: 0 0 0 0;
    font-family: inherit;
    font-weight: normal;
}
.review-product-list .product p {
    margin: 50px 0 3px 0;
}
.review-form {
    margin: 0 150px 0 150px;
}
.review-form h4 {
    color: #333;
    margin: 0 0 10px 0;
    font-size: 11px;
    font-family: inherit;
}
.review-form p {
    margin: 10px 0 0 0;
}
h4.review-form-title {
    font-size: 14px;
    font-family: inherit;
    color: #333;
    font-weight: bold;
    border-bottom: 3px solid #333;
    text-align: center;
    text-transform: uppercase;
    height: 14px;
    line-height: 16px;
    overflow: hidden;
    margin: 0 0 10px 0;
}
#product-review-table,
#product-review-table td {
    border: 1px solid #B6B6B6;
}
.product-review-list .product-review {
    border-bottom: 2px solid #666;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
.product-review-list .product-review.last {
    border: none;
}
.product-review-list h4 {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    font-family: inherit;
    margin: 0 0 5px 0;
}
.product-review-list .review-meta,
.product-review-list .review-rating,
.product-review-list .review-body {
    font-size: 12px;
    margin: 0 0 5px 0;
    color: #333;
}
.product-review-list .review-meta {
    color: #999;
    font-style: italic;
}
.product-review-list .review-rating .label {
    float: left;
    height: 20px;
    line-height: 20px;
}
/* Content page tabs */
.content-tabs .tabs {
    height: 33px;
    border-bottom: 1px solid #999;
}
.content-tabs .tabs .tab {
    display: block;
    float: left;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    padding: 0 10px;
    margin: 0 2px 0 0;
    text-decoration: none;
    color: #666;
    outline: none;
    font-weight: bold;
    border: 1px solid #CCC;
    border-bottom: none;
    background: #DDD;
    position: relative;
    z-index: 99;
}
.content-tabs .tabs .tab.active {
    background: #FFF;
    border: 1px solid #999;
    border-bottom: 1px solid #FFF;
    color: #333;
}
.content-tabs .panels .panel {
    display: none;
    padding: 10px;
    border: 1px solid #999;
    border-top: none;
}
.content-tabs .panels .panel.active {
    display: block;
}
#small-rating {
    width: 62px;
    margin: 0 auto;
}
#locker #small-rating {
    display: none;
}
/*#content .return-address {
    padding-top: 40px;
    padding-bottom: 30px;
}
#content .return-address,
#content .return-type-container,
#content .return-gender,
#content .return-size {
    padding-left: 20px;
}
#content .return-title {
    float: left;
    display: inline-block;
    width: 300px;
    padding-right: 10px;
    text-align: right;
    font-weight: bold;
}
#content .return-address select {
    width: 585px;
    margin-left: 84px;
}
#content .return-address select,
#content .return-type-container select,
#content .return-reason select,
#content .return-gender select,
#content .return-size select {
    padding: 2px;
    border: 1px solid #999;
    float: left;
}
#content .return-reason button {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 310px;
}
#content .return-reason {
    height: auto;
    padding-left: 20px;
    font-weight: bold;
    vertical-align: top;
}
#content .return-reason textarea {
    width: 350px;
    height: 100px;
    padding: 2px;
    border: 1px solid #999;
}
#content .hide {
    display: none;
}
#content .return-hide {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    padding: 2px 5px;
    border: 1px solid #999;
}
#content .return-hide:hover {
    border: 1px solid #000;
}
#content .return-hide a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
#content .return-submit {
    border: 1px solid #999;
}
#content .return-message {
    width: 740px;
    height: 80px;
    padding: 10px;
    font-size: 13px;
    text-align: left;
    font-weight: normal;
}*/
#content .success {
    color: green;
}
#content .red,
#content .error {
    color: red;
}
#content .chars-remaining {
    margin-left: 464px;
    margin-top: -5px;
    text-align: left;
    font-weight: normal;
    height: 15px;
    line-height: 15px;
}
.no-address {
    padding: 5px;
    font-family: arial;
    font-size: 12px;
}
.summary-head {
    font-size: 16px !important;
    font-weight: bold;
    color: #0A263C;
    margin-bottom: 15px;
}
.summary-row {
    font-family: arial;
    font-size: 12px;
    padding: 5px 10px;
}
.summary-title {
    font-size: 12px;
    display: inline-block;
    width: 60px;
    text-align: left;
    color: #000;
    font-weight: bold;
}
.summary-description {
    font-size: 12px;
}
.required-text {
    display: inline-block;
    float: right;
}
.print-invoice {
    font-family: arial;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
    display: inline-block;
    float: right;
}
/* Boxy Styles */
.boxy-wrapper { position: absolute; z-index:9999 }
.boxy-wrapper.fixed { position: fixed; }
/* Modal */
.boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }
/* Border */
.boxy-wrapper {
    empty-cells: hide;
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
}
.boxy-wrapper .top,
.boxy-wrapper .left,
.boxy-wrapper .right,
.boxy-wrapper .bottom,
.boxy-wrapper .top-left,
.boxy-wrapper .top-right,
.boxy-wrapper .bottom-right,
.boxy-wrapper .bottom-left,
.boxy-wrapper .top-left,
.boxy-wrapper .top-right,
.boxy-wrapper .bottom-right,
.boxy-wrapper .bottom-left {
    display: none;
    padding: 0;
    margin: 0;
}
/* Title bar */
.boxy-wrapper .title-bar { background-color: #FFF; padding: 6px; position: relative; }
.boxy-wrapper .title-bar.dragging { cursor: move; }
.boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: bold; }
.boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 12px; line-height: 1; text-decoration: none; }
.boxy-wrapper .title-bar .close img {margin-top: -1px; margin-right: 2px;}
.boxy-wrapper .title-bar .close {
    display: block;
    float: right;
    width: 16px;
    height: 20px;
    margin: 5px;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') -217px -79px;
    cursor: pointer;
}
/* Content Region */
.boxy-inner { background-color: white; padding: 0 }
.boxy-content { padding: 0 }
/* Question Boxes */
.boxy-wrapper .question { width: 350px; min-height: 80px; font-size: 12px; padding: 10px;}
.boxy-wrapper .answers { text-align: right; padding: 5px;}
.boxy-wrapper .answers input[type="button"] {
    padding: 3px 10px;
    border: 1px solid #888;
    font-size: 12px;
    cursor: pointer;
    background: #CCC;
}
#dod-menu {
    position: relative;
    text-align: center;
    border: 1px solid #333;
    width: 166px;
    height: 119px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#dod-menu h4 {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    margin: 0;
}
#dod-menu ul,
#dod-menu ul li {
    display: block!important;
    width: 150px;
    position: absolute;
    top: 0!important;
    border: none!important;
    margin: 0 auto;
}
#dod-menu ul {
    left: 5px!important;
}
#dod-menu img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
}
#dod-menu li h5,
#dod-menu li .product-name,
#dod-menu li #small-rating,
#dod-menu .finder-notice {
    display: none;
}
#dod-menu ul li .product-result .dod-notice {
    display: block!important;
    left: 0;
}
/* Simple product carousel */
.carousel {
    position: relative;
    width: 493px;
    left: 0;
}
.carousel .panel-left,
.carousel .panel-right {
    position: absolute;
    width: 50px;
    top: 0;
    text-align: center;
    line-height: 150px;
}
.carousel .panel-left {left: 0}
.carousel .panel-right {right: 0}
.carousel .panel-middle {
    position: absolute;
    left: 50px;
    width: 392px;
    overflow: hidden;
}
.carousel,
.carousel .panel-left,
.carousel .panel-right,
.carousel .panel-middle,
.carousel .panel-middle .scroller {
    height: 170px;
}
.carousel .panel-middle .scroller {
    position: absolute;
    width: 3000px;
}
.carousel .carousel-prev,
.carousel .carousel-next {
    display: block;
    position: absolute;
    top: 55px;
    left: 0;
    width: 40px;
    height: 39px;
    background: transparent url('../images/carousel-button-sprite.cb20101123.png') no-repeat 0 0;
    outline: none;
}
.carousel .carousel-next {
    left: auto;
    right: 0;
}
.carousel .carousel-prev:active,
.carousel .carousel-next:active {
    opacity: 0.7;
}
.carousel .carousel-next {background-position: 0 -39px}
.carousel .carousel-prev.disabled {background-position: -40px 0}
.carousel .carousel-next.disabled {background-position: -40px -39px}
.carousel .carousel-prev span,
.carousel .carousel-next span {
    display: none;
}
.carousel .scroller {
    background: #FFF;
}
.carousel .scroller ul {
    margin: 0;
}
.carousel .scroller ul li {
    float: left;
    width: 120px;
    height: 170px;
    margin: 0 0 0 10px;
    overflow: hidden;
    text-align: center;
}
.carousel .scroller ul li .product-name {
    margin: 0;
}
/* Upsell styles on cart page */
.upsell .online-price {
    text-decoration: line-through;
    padding : 0 3px 0 3px;
}
#feedback-button {
    position: fixed;
    top: 125px;
    left: 0;
    width: 30px;
    height: 111px;
    cursor: pointer;
    background: transparent url('../images/layout/header-sprite.cb20110719.png') no-repeat -361px 0;
    z-index: 999;
}
#feedback-container {
    width: 390px;
    background-color: #FFF;
    border: 1px solid #333;
    padding: 10px;
}
#feedback-container a {
    font-size: 12px;
    color: #888;
    text-decoration: underline;
}
.feedback-top {
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}
.feedback-chat,
.feedback-phone {
    float: left;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #990000;
    padding: 5px;
    margin-top: 20px;
}
.feedback-chat span,
.feedback-phone span{
    font-size: 12px;
    color: #888;
    display: block;
}
.chat-image {
    float: left;
    width: 49px;
    height: 57px;
    background: transparent url('../images/layout/header-sprite.cb20110719.png') no-repeat -86px -97px;
    margin: 13px 10px 0 20px;
}
.phone-image {
    float: left;
    width: 34px;
    height: 53px;
    background: transparent url('../images/layout/header-sprite.cb20110719.png') no-repeat -135px -97px;
    margin: 13px 10px 0 0;
}
.feedback-separator {
    float: left;
    height: 90px;
    width: 2px;
    border-right: 1px solid #333;
    margin: 0 30px 0 15px;
}
#feedback-form label {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}
#feedback-form input {
    width: 200px;
    padding: 3px;
    font-size: 12px;
    border: 1px solid #888;
}
#feedback-form textarea {
    width: 350px;
    height: 100px;
    font-size: 12px;
    padding: 3px;
    border: 1px solid #888;
}
#feedback-form button {
    font-size: 12px;
    margin-top: 10px;
}
#feedback-container .feedback-title {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    color: #990000;
}
#feedback-response {
    display: inline-block;
    margin-left: 5px;
    padding: 5px;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    text-align: left;
}
/* jquery gritter css */
#gritter-notice-wrapper {
    position:fixed;
    top: 0;
    right: 5px;
    width: 301px;
    z-index: 9999;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
.gritter-item-wrapper {
	position:relative;
	margin: 5px 0;
	background: url('../images/gritter/ie-spacer.gif'); /* ie7/8 fix */
}
.gritter-top {
	background:url(../images/gritter/gritter.png) no-repeat left -30px;
	height:10px;
}
.hover .gritter-top {
	background-position:right -30px;
}
.gritter-bottom {
	background: url('../images/gritter/gritter.png') no-repeat left bottom;
	height:8px;
	margin:0;
}
.hover .gritter-bottom {
	background-position: bottom right;
}
.gritter-item {
	display:block;
	background: url('../images/gritter/gritter.png') no-repeat left -40px;
	color:#eee;
	padding:2px 11px 8px 11px;
	font-size: 11px;
	font-family:verdana;
}
.hover .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	margin:0;
}
.gritter-close {
	position:absolute;
	top:5px;
	left:3px;
	background: url('../images/gritter/gritter.png') no-repeat left top;
	cursor:pointer;
	width:30px;
	height:30px;
}
.gritter-title {
	font-size:12px;
	font-weight:bold;
	padding: 5px 0 7px 0;
	display:block;
	text-shadow:1px 1px #000; /* Not supported by IE :( */
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
        margin-top: 10px;
}
.gritter-with-image,
.gritter-without-image {
	padding:0 0 5px 0;
}
.gritter-with-image {
	width:220px;
	float:right;
}
/************************************/
.cart-count a,
.cart-count a:hover,
.cart-count a:link,
.cart-count a:visited {
    display: inline-block;
    color: #FFF;
}
.cart-count {
    float: left;
}
.cart-total {
    float: right;
    margin-right: 10px;
}
/*
 * jQuery SuperSelect plugin styles
 *
 * @author Harold Asbridge <harold@shoebacca.com>
 * @version 0.1
 */
 /**************************************/
 /* Base Styles                        */
 /**************************************/
.superselect-container {
    display: inline-block;
    cursor: default;
}
.superselect-handle {
    position: relative;
}
.superselect-selected {
    clear: both;
    overflow: hidden;
}
.superselect-arrow {
    position: absolute;
}
.superselect-options {
    display: none;
    position: absolute;
    z-index: 0;
    overflow: auto;
}
.superselect-option {
    clear: both;
    width: auto;
}
.superselect-selected img,
.superselect-option img {
    margin: 0 5px 0 0;
    float: left;
}
/* Columns */
.superselect-option-row {
    clear: both;
}
.superselect-option-cell {
    display: inline-block;
    width: 80px;
}
 /**************************************/
 /* Theme Styles                       */
 /**************************************/
/* Overall box width */
.superselect-container {
    font-size: 14px;
    color: #333;
    margin: 0 0 5px 0;
    cursor: pointer;
}
/* Box width on product details page */
#product-quickview #messages_product_view {
    display: none;
}
.product-view-select .superselect-container {
    width: 348px;
}
.product-quickview-select .superselect-container {
    width: 308px;
}
/* "Handle", the part that remains visible when closed */
.superselect-handle {
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
    background: #FFF;
}
/* Selected value shown in handle */
.superselect-selected {
    margin-right: 20px;
    padding: 0 5px;
    border-right: 1px solid #CCC;
}
/* Down arrow shown in handle */
.superselect-arrow {
    background: transparent url('../images/arrow-down.cb20110712.png') no-repeat center center;
    width: 17px;
    height: 100%;
    top: 0;
    right: 3px;
}
/* Dropdown menu container */
.superselect-options {
    border: 1px solid #CCC;
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-height: 250px;
    overflow: auto;
    -webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.7);
    box-shadow:0 5px 10px rgba(0, 0, 0, 0.7);
    font-size: 12px;
}
.product-view-select .superselect-options {
    width: 346px;   /* Set this to overall width minus borders */
}
.product-quickview-select .superselect-options {
    width: 306px;
}
/* Individual dropdown option */
.superselect-option {
    padding: 3px 8px;
}
/* Odd rows */
.superselect-odd {
    background: #EEEEEE;
}
/* Even rows */
.superselect-even {
    background: #FFFFFF;
}
/* Individual dropdown option hover */
.superselect-option-hover {
    background: #DDF;
}
/* Handle styles when dropdown is open */
.superselect-open .superselect-handle {
    border: 1px solid #333;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/* Options styles when dropdown is open */
.superselect-open .superselect-options {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.superselect-open .superselect-arrow {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: flipv; /*IE*/
}
/* Options with images */
.superselect-selected-with-image,
.superselect-option-with-image {
    height: 42px;
    line-height: 42px;
}
.superselect-option-image img {
    border: 1px solid #CCC;
}
/* Option column width */
.superselect-option-cell {
    width: 50px;
}
.superselect-option-cell.cell-index-0 {
    width: 90px;
}
.superselect-option-cell.cell-index-1 {
    width: 150px;
}
.superselect-option-cell.cell-index-2 {
    width: 30px;
}
li a.edit-connections {
    font-size: 11px;
    text-transform: none;
    font-weight: normal;
    color: #CC0000 !important;
    text-decoration: underline !important;
}
.cols-left,
.cols-right {
    width: 59%;
    background-color: #FFF;
    float: left;
}
.cols-right {
    width: 40%;
}
.account-container .head {
    background-color: #FEFEF;
    height: 20px;
    line-height: 20px;
    text-align: left;
    border: 1px solid #888;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    padding-left: 10px;
    font-weight: bold;
    background: #ffffff; /* Old browsers */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 2%, #ffffff 4%, #c1c1c1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#ffffff), color-stop(4%,#ffffff), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 2%,#ffffff 4%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 2%,#ffffff 4%,#c1c1c1 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 2%,#ffffff 4%,#c1c1c1 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%,#ffffff 2%,#ffffff 4%,#c1c1c1 100%); /* W3C */
}
.cols-left .account-container .head,
.cols-left .account-container .body {
    width: 430px;
}
.cols-right .account-container .head,
.cols-right .account-container .body {
    width: 300px;
}
.account-container .body {
    border: 1px solid #888;
    border-top: 0;
    padding: 5px;
}
div.gig-userStatus-container,
div.gig-achievements-container,
div.gig-leaderboard-container {
    border: none !important;
}
/* Site re-design */
/* Footer */
#footer {
    position: relative;
}
#footer div.newsletter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 79px;
    background: #b20000 url('../images/layout/sb2_f-bg.cb20111006.jpg') repeat-x;
}
#footer div.newsletter div.success {
}
#footer div.newsletter div.error {
}
#footer div.newsletter div.data {
}
#footer .wrapper {
    position: absolute;
    top: 79px;
    left: 0;
    width: 100%;
}
#footer .container {
    width: 1000px;
    margin: 0 auto;
}
#footer .top-blocks {
    height: 123px;
    margin: 22px 0 32px 0;
}
#footer .top-blocks div {
    float: left;
    width: 239px;
    height: 121px;
    margin: 0 10px 0 0;
}
#footer .top-blocks .social-networking {
    margin-right: 0;
}
#footer .top-blocks .shipping {
    display: block;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat 0 -210px;
    width: 242px;
    height: 123px;
}
#footer .top-blocks .price-matching {
    display: block;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat -246px -210px;
    width: 242px;
    height: 123px;
}
#footer .top-blocks .returns {
    display: block;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120106.png') no-repeat 0 -337px;
    width: 242px;
    height: 123px;
}
#footer .top-blocks .social-networking {
    position: relative;
    display: block;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat -246px -337px;
    width: 242px;
    height: 123px;
}
#footer .top-blocks .social-networking a {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
}
#footer .top-blocks .social-networking a.facebook {
    top: 49px;
    left: 73px;
}
#footer .top-blocks .social-networking a.twitter {
    top: 49px;
    left: 108px;
}
#footer .top-blocks .social-networking a.youtube {
    top: 49px;
    left: 144px;
}
#footer .top-blocks .social-networking a.flickr {
    top: 48px;
    left: 142px;
}
#footer .top-blocks .social-networking a.linkedin {
    top: 48px;
    left: 178px;
}
#footer a,
#footer a:visited {
    font-size: 15px;
    color: #666;
    text-decoration: none;
}
#footer a:hover {
    color: #CB0000;
}
#footer .bottom-blocks {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    font-size: 15px;
    color: #666;
    text-align: left;
}
#footer .bottom-blocks .wide {
    float: left;
    width: 706px;
}
#footer .bottom-blocks .wide .left {
    float: left;
    width: 444px;
}
#footer .bottom-blocks .header {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px !important;
}
#footer .bottom-blocks .sub-header {
    font-size: 15px;
    color: #cb0000;
    margin: 10px 0 !important;
}
#footer .bottom-blocks .wide .left .categories {
    float: left;
    width: 404px;
    margin-bottom: 32px;
}
#footer .bottom-blocks .wide .left .categories .left {
    float: left;
    width: 224px;
}
#footer .bottom-blocks .wide .left .categories .right {
    float: left;
    width: 168px;
}
#footer .bottom-blocks .wide .left .about {
    float: left;
    width: 225px;
}
#footer .bottom-blocks .wide .left .policies {
    float: left;
    width: 175px;
}
#footer .bottom-blocks .wide .right {
    float: left !important;
    width: 242px;
    padding-right:10px;
}
#footer .bottom-blocks .section {
    padding: 0 10px;
    border-left: 1px solid #CCC;
    margin-bottom: 32px;
}
#footer .bottom-blocks .section.testimonial.short {
    height: 560px;
    overflow: hidden;
}
#footer .bottom-blocks .read-more {
    color: #CC0000;
    font-size: 12px;
    margin-left: 5px;
}
#footer .bottom-blocks .read-more a {
    text-decoration: underline;
}
#footer .bottom-blocks .wide .bottom {
    float: left;
    width: 666px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}
#footer .bottom-blocks .wide .bottom .logo {
    float: left;
    width: 55px;
}
#footer .bottom-blocks .wide .bottom .logo a {
    display: block;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat -405px -129px;
    width: 54px;
    height: 71px;
    margin-top: 20px;
}
#footer .bottom-blocks .wide .bottom .data {
    float: left;
    padding-left: 25px;
    width: 585px;
}
#footer .bottom-blocks .narrow {
    float: left;
    width: 293px;
}
#footer .bottom-blocks .narrow .testimonial {
    margin-bottom: 15px;
    left: 0;
    color: #666;
}
#footer .bottom-blocks .narrow .testimonial .name {
    display: inline-block;
    font-weight: bold;
}
#footer .bottom-blocks .rewards1 {
    display: inline-block;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat -322px -142px;
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
}
#footer .bottom-blocks .rewards2 {
    display: inline-block;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat -358px -144px;
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
}
#footer .bottom a {
    color: #CC0000;
    text-decoration: underline;
}
#footer .phone-number {
    width: 100%;
    background-color: #cc0001;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    padding-bottom: 25px;
}
#footer .newsletter .wrapper {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    left: 0;
    top: 0;
    font-size: 18px;
    font-weight: normal !important;
}
#footer .newsletter .success {
    display: none;
    position: absolute;
    height: 50px;
    line-height: 50px;
    text-align: left;
    width: 760px;
    left: 130px;
    top: 13px;
    background-color: #ff6600;
    color: #FFF;
    padding-left: 15px;
    font-size: 15px;
    border: 1px solid #FFF;
    font-weight: normal;
}
#footer .newsletter .success span {
    display: inline-block;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat -259px -139px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 20px;
}
#footer .newsletter .success span.large {
    background: none;
    width: auto;
    height: auto;
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: bold;
}
#footer .newsletter .envelope {
    position: absolute;
    height: 64px;
    width: 80px;
    left: 5px;
    top: 7px;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat -18px -128px;
}
#footer .newsletter .wrapper .privacy {
    position: absolute;
    height: 15px;
    width: 40px;
    left: 930px;
    top: 28px;
}
#footer .newsletter .wrapper .privacy a,
#footer .newsletter .wrapper .privacy a:hover {
    font-size: 14px;
    color: #CCC;
}
#footer .newsletter .data {
    position: absolute;
    height: 50px;
    width: 680px;
    left: 130px;
    top: 13px;
    background-color: transparent;
}
#footer .newsletter .data.error {
    background-color: #670001;
    border: 1px solid #FFF;
    color: #FFF;
}
#footer .newsletter .data .message {
    float: left;
    color: #FFF;
    padding-left: 10px;
    font-size: 15px;
    height: 50px;
}
#footer .newsletter .data .message .top {
    font-size: 23px;
    text-align: left;
    font-weight: bold;
}
#footer .newsletter .data .message .bottom {
    font-size: 15px;
    text-align: left;
    font-weight: bold;
}
#footer .newsletter .data.error .message {
    line-height: 50px;
    font-weight: normal;
}
#footer .newsletter .data.error .message span {
    display: inline-block;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat -216px -144px;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 10px;
}
#footer .newsletter .data .email {
    float: right;
    margin: 10px 4px;
}
#footer .newsletter .data .email input {
    height: 27px;
    width: 214px;
    padding-left: 3px;
}
#footer .newsletter .data.error .email input {
    color: red;
}
#footer .newsletter .data .email input:focus {
    outline: 1px solid #E5E5E5;
}
#footer .newsletter .submit {
    position: absolute;
    width: 90px;
    left: 815px;
    top: 30px;
}
#footer .newsletter .submit input {
    margin-top: 7px;
}
#newsletter-submit {
    display: block;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat -114px -150px;
    width: 91px;
    height: 21px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    opacity: 0.8;
}
#newsletter-submit:hover {    
    opacity: 1;    
}
/* Header */
#header {
    width: 100%;
    height: 156px;
    position: relative;
    margin: 0 auto;    
}
#header-underlay {
    width: 100%;
    height: 156px;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url('../images/layout/sb2_h-bg.cb20111006.jpg') repeat-x 0 30px;
}
#header .top {
    width: 1000px;
    margin: 0 auto;
    height: 120px;
    position: relative;
}
#header .tracking {
    float: left;
    width: 1px;
    height: 1px;
}
#header .top .links {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 30px;
    z-index: 1002;
}
#header .top .links li.live-chat-link {
    display: none;
}
#header .top .links ul {
    margin-top: 10px;
}
#header .top .links ul li {
    display: block;
    float: left;
    padding: 0 10px;
    border-right: 1px solid #CCC;
    height: 10px;
    line-height: 10px;
    text-transform: uppercase;
    color: #333;
    font-size: 10px;
}
#header .top .links ul li.last {
    border-right: none;
}
#header .top .links ul li a,
#header .top .links ul li a:visited {
    color: #333;
    text-decoration: none;
    text-shadow: none;
}
#header .top .links ul li a:hover {
    color: #333;
    text-decoration: underline;
}
#header .top .account-actions {
    position: absolute;
    left: 300px;
    top: 0;
    height: 30px;
    width: 200px;
    padding-left: 5px;
}
#header .top .account-actions a,
#header .top .account-actions a:visited,
#account-popup a,
#account-popup a:visited {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
#header .top .account-actions a:hover,
#account-popup a:hover {
    text-decoration: underline;
}
#header .top .account-actions .user-icon,
#account-popup .user-icon {
    float: left;
    margin-top: 8px;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat -116px -86px;
    width: 15px;
    height: 15px;
}
#header .top .account-actions .user-actions,
#account-popup .user-actions {
    float: left;
    margin-top: 9px;
    font-size: 10px;
    width: 175px;
}
#social-connections {
    position: absolute;
    top: 0;
    left: 488px;
    height: 30px;
    width: 75px;
    margin-top: 5px;
/*    background-color: orange;*/
}
#header .top .policies {
    position: absolute;
    top: 0;
    left: 593px;
    height: 47px;
    width: 308px;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120201.png') no-repeat 0 -568px;
}
#header .top .policies a {
    display: block;
    float: left;
    height: 44px;
}
#header .top .policies a.shipping {
    width: 102px;
}
#header .top .policies a.return {
    width: 84px;
    margin-left: 5px;
}
#header .top .policies a.price-match {
    width: 104px;
    margin-left: 5px;
}
#header .top .cart {
    position: absolute;
    top: 0;
    left: 910px;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat -308px 0px;
    width: 86px;
    height: 47px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
}
#header .top .cart a {
    display: inline-block;
    width: 86px;
    height: 47px;
    color: #FFF;
}
#header .top .cart a > div {
    position: absolute;
    top: 27px;
    width: 86px;
    text-align: center;
}
#header .top .cart .data a,
#header .top .cart .data a:visited,
#header .top .cart .data a:hover {
    color: #FFF;
    text-decoration: none;
}
#header .top .logo {
    position: relative;
    top: 65px;
    left: 5px;
}
#header .top .logo a {
    display: block;
    width: 377px;
    height: 36px;
    float: left;
    background: transparent url('../images/sprites/sb2_logo_sprite.cb20111028.png') no-repeat 0 0;   
}
#header .top .logo a:hover {
    background: transparent url('../images/sprites/sb2_logo_sprite.cb20111028.png') no-repeat 0 -37px;    
}
/* Halloween */
#header.halloween .top .logo a {
    background: transparent url('../images/sprites/sb2_logo_sprite.cb201110071.png') no-repeat 0 -77px;
    height: 42px;
}
#header.halloween .top .logo a:hover {
    background: transparent url('../images/sprites/sb2_logo_sprite.cb201110071.png') no-repeat 0 -124px;
}

/* Christmas & Winter styles */
#header.christmas,
#header.winter{
    background: transparent url('../images/layout/sb2_holiday11_bg.cb20111116.png') repeat-x 0 31px;
}
#header.christmas .top .logo {
    top: 31px;
}
#header.christmas .top .logo a {
    background: transparent url('../images/sprites/sb2_logo_sprite.cb20111118.png') no-repeat 0 -172px;
    height: 71px;
}
#header.christmas .top .logo a:hover {
    background: transparent url('../images/sprites/sb2_logo_sprite.cb20111118.png') no-repeat 0 -249px;
}

#header .top .logo .home-message {
    color: #CC0000;
    float: left;
    font-size: 13px;
    margin: 23px 0 0 5px;
    display: none;
}
#login-data,
#signup-data {
    display: none;
}
#help-popup {
    position: absolute;
    top: 0;
    left: 174px;
    width: 330px;
    height: 100px;
    display: none;
    z-index: 9997;
}
#help-popup .top {
    width: 37px;
    height: 30px;
    font-size: 10px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 10px;
    color: #333;
    background-color: #FFF;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #FFF;
    float: left;
    z-index: 9999;
}
#help-popup .bottom {
    position: relative;
    width: 330px;
    height: 255px;
    background-color: #FFF;
    border: 1px solid #000;
    float: left;
    margin-top: -1px;
    z-index: 9998;
}
#help-popup .bottom .close-help {
    display: block;
    float: right;
    width: 16px;
    height: 20px;
    margin: 10px;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') -217px -79px;
    cursor: pointer;
}
#help-popup .bottom .header {
    color: #990100;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 0 20px;
}
#help-popup .bottom .description {
    margin-left: 20px;
    font-size: 14px;
    color: #333;
}
#help-popup .bottom .data {
    margin: 30px 0 0 30px;
    width: 260px;
}
#help-popup .bottom .data .topic {
    float: left;
    width: 260px;
    margin-bottom: 13px;
}
#help-popup .bottom .data .topic .icon {
    float: left;
    width: 34px;
    height: 34px;
}
#help-popup .bottom .data .topic .text {
    float: left;
    width: 210px;
    margin-left:10px;
}
#help-popup .bottom .data .topic .text .title {
    color: #ff6600;
    font-size: 16px;
}
#help-popup .bottom .data .topic .text .description {
    margin: 0;
}
#help-popup .bottom .data .topic .text .description a,
#help-popup .bottom .data .topic .text .description a:visited {
    color: #333;
    text-decoration: none;
}
#help-popup .bottom .data .topic .text .description a:hover {
    text-decoration: underline;
}
#help-popup .bottom .data .topic.question .icon{
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20111006.png') -108px 0;
}
#help-popup .bottom .data .topic.answer .icon{
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') -73px 0;
}
#help-popup .bottom .data .topic.chat .icon{
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') -38px 0;
}
#help-popup .bottom .data .topic.phone .icon{
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') -2px 0;
}
#account-popup {
    position: absolute;
    top: 0;
    left: 150px;
    width: 644px;
    height: 500px;
    display: none;
}
#account-popup .top {
    margin-left: 186px;
    width: 201px;
    height: 30px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #FFF;
    background-color: #FFF;
    padding-left: 55px;
    z-index: 1001;
}
#account-popup .top .close-popup {
    float: left;
    margin: 5px 0 0 10px;
}
#account-popup .top .close-popup a {
    display: block;
    width: 21px;
    height: 21px;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat -119px -471px;
}
#account-popup .bottom {
    position: relative;
    width: 644px;
    border: 1px solid #000;
    background-color: #FFF;
    margin-top: -1px;
    z-index: 1000;
}
#account-popup.login .bottom {
    height: 314px;
}
#account-popup.register .bottom {
    height: 610px;
}
#account-popup .bottom .headers {
    margin-top: 20px;
    height: 36px;
    width: 100%;
}
#account-popup .bottom .headers .header {
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    padding: 0;
}
#account-popup .bottom .headers .header.left {
    width: 291px;
    padding-left: 25px;
}
#account-popup .bottom .headers .header.left span {
    color: #CC0000;
}
#account-popup .bottom .headers .header.separator {
    float: left;
    width: 36px;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat 0 -462px;
}
#account-popup .bottom .headers .header.right{
/*    width: 250px;*/
    margin-left: 32px;
    float: left !important;
}
#account-popup .bottom .data {
    margin-top: 5px;
}
#account-popup .bottom .data .left {
    float: left;
    width: 310px;
    border-right: 1px solid #CCC;
    padding-left: 25px;
}
#account-popup.login .bottom .data .left {
    height: 177px;
}
#account-popup.register .bottom .data .left {
    height: 481px;
}
#account-popup .bottom .data .left .label {
    font-size: 13px;
    color: #666;
    font-weight: bold;
}
#account-popup.login .bottom .data .left .label {
    padding-top: 15px;
}
#account-popup.register .bottom .data .left .label {
    padding-top: 8px;
}
#account-popup .bottom .data .left .field input {
    border: 1px solid #999;
    width: 260px;
    padding: 3px;
    font-size: 13px;
}
#account-popup.login .bottom .data .left .password-recovery {
    width: 268px;
    text-align: right;
}
#account-popup.login .bottom .data .left .password-recovery a,
#account-popup.login .bottom .data .left .password-recovery a:visited,
#account-popup.login .bottom .data .left .password-recovery a:hover {
    color: #f55302;
    font-size: 11px;
    font-weight: bold;
}
#captcha {
    margin: 0;
}
#captcha .refresh {
    float: left;
    margin: 10px 0 0 145px;;
}
#captcha .recaptcha-help a {
    font-weight: normal;
    color: #999;
    font-size: 10px;
}
#captcha .recaptcha_only_if_image,
#captcha .recaptcha_only_if_audio {
    display: block;
    float: left;
}
#captcha .recaptcha_only_if_image.captcha-type,
#captcha .recaptcha_only_if_audio.captcha-type {
    margin-top: 10px;
}
#captcha .recaptcha_only_if_image.captcha-type a,
#captcha .recaptcha_only_if_audio.captcha-type a,
#captcha .refresh a {
    color: #CC0000;
    font-size: 11px;
    font-weight: normal;
}
#captcha a.recaptcha_audio_cant_hear_link {
    font-weight: normal;
    padding-left: 10px;
}
#recaptcha_response_field {
    border: 1px solid #999;
    width: 260px;
    padding: 3px;
    font-size: 13px;
}
#recaptcha_image {
    border: 1px solid #CCC;
}
#account-popup.register .bottom .data .left .join-newsletter,
#account-popup.register .bottom .data .left .terms{
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
}
#account-popup.register .bottom .data .left .terms{
    margin-top: 5px;
}
#account-popup.register .bottom .data .left .terms span {
    display: block;
    color: #f55302;
    margin-left: 15px;
}
.terms a,
.terms a:visited {
    color: #f55302;
    text-decoration: none;
}
.terms a:hover {
    text-decoration: underline;
    color: #CC0000;
}
#account-popup .bottom .data .left .submit {
    margin-top: 15px;
}
#account-popup.login .bottom .data .left .submit a {
    display: block;
    width: 99px;
    height: 24px;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat -143px -469px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    opacity: 0.8;
}
#account-popup.login .bottom .data .left .submit a:hover {    
    opacity: 1;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(238, 68, 0, 1);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(238, 68, 0, 1);
}
#account-popup.register .bottom .data .left .submit a {
    display: block;
    width: 77px;
    height: 24px;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat -242px -469px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    opacity: 0.8;
}
#account-popup.register .bottom .data .left .submit a:hover {   
    opacity: 1;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(167, 0, 0, 1);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(167, 0, 0, 1);
}
#account-popup .bottom .data .right {
    float: left !important;
    margin-left: 15px;
    width: 240px;
}
#account-popup .bottom .data .right .panel1,
#account-popup .bottom .data .right .panel2,
#account-popup .bottom .data .right .panel4,
#account-popup .bottom .data .right .panel5 {
    float: left;
    width: 270px;
    margin-top: 10px;
}
#account-popup .bottom .data .right .panel1 .image {
    float: left;
    width: 28px;
    height: 28px;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat -39px -468px;
}
#account-popup .bottom .data .right .panel2 .image {
    float: left;
    width: 28px;
    height: 28px;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat -67px -468px;
}
#account-popup .bottom .data .right .panel1 .text,
#account-popup .bottom .data .right .panel2 .text {
    float: left;
    margin-left: 5px;
    width: 205px;
    font-size: 11px;
    font-weight: bold;
    color: #666;
}
#account-popup .bottom .data .right .panel3 {
    float: left;
    margin-top: 20px;
    margin-left: 45px;
}
#account-popup .bottom .data .right .panel4 {
    float: left;
    height: 113px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-top: 25px;
}
#account-popup .bottom .data .right .panel5 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
#account-popup .bottom .data .right .panel5 a {
    display: block;
    width: 99px;
    height: 24px;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat -143px -469px;
    margin-top: 5px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    opacity: 0.8;
}
#account-popup .bottom .data .right .panel5 a:hover {    
    opacity: 1;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(238, 68, 0, 1);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(238, 68, 0, 1);
}
#account-popup.login .bottom .footer {
    float: left;
    height: 54px;
    width: 634px;
    padding: 0;
    margin-left: 5px;
    margin-top: 20px;
    border-top: 1px solid #CCC;
}
#account-popup.login .bottom .footer .text {
    float: left;
    font-size: 19px;
    font-weight: bold;
    height: 54px;
    line-height: 54px;
    text-align: right;
    width: 365px;
}
#account-popup.login .bottom .footer .join-button {
    float: left;
}
#account-popup.login .bottom .footer .join-button a {
    display: block;
    width: 99px;
    height: 24px;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat -319px -469px;
    margin-top: 14px;
    margin-left: 10px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    opacity: 0.8;
}
#account-popup.login .bottom .footer .join-button a:hover {   
    opacity: 1;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(238, 68, 0, 1);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(238, 68, 0, 1);
}
#recover-password {
    display: none;
    padding: 10px;
    width: 500px;
    background-color: #FFF;
}
#recover-password .submit {
    background: url("../images/sprites/sb2_h-f_sprite.cb20120125.png") repeat scroll -138px -78px #FFFFFF;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 22px;
    margin-top: 15px;
    width: 69px;
}
#recover-password .header {
    font-size: 16px;
    color: #CC0000;
    margin-bottom: 10px;
}
#recover-password .label {
    font-size: 13px;
    color: #666;
    padding-top: 8px;
    font-weight: bold;
}
#recover-password .field {
    margin-top: 2px;
}
#recover-password .field input {
    border: 1px solid #999;
    width: 260px;
    padding: 3px;
    font-size: 14px;
}
#recover-password .submit {
    margin-top: 15px;
}
#recover-password .submit button {
    border: 1px solid #999;
    font-size: 12px;
    padding: 3px;
}
#social-icons {
    margin-left: 268px;
    height: 50px;
}
/** Site Redesign **/
#navigation .wide-header {
    padding-left: 0;
    padding-right: 0;
    width: 998px;
}
#navigation .header-data {
    padding: 10px 0;
}
#navigation .header-data .block {
    float: left;
    padding: 10px;
    height: 145px;
}
#navigation .header-data .block .title {
    font-size: 13px;
    color: #ff6704;
    font-weight: bold;
    margin-bottom: 10px;
}
#navigation .header-data .block a {
    display: block;
    color: #666;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
#navigation .header-data .block a:hover {
    color: #CC0000;
}
#navigation .header-data .block.category-links a {
    font-size: 11px;
}
#navigation .header-data .block.brand-links a {
    float: left;
    width: 65px;
    height: 35px;
    margin: 0 3px 10px;
}
#navigation .header-data .block.banners {

}
#navigation .header-data .block.banners .banner-wrapper {
    float: left;
    width: 225px;
    height: 150px;
    margin: 0 10px;
}
#navigation .wide-header .banner {
    float: left;
    width: 998px;
    background-color: #FFF;
    border: 1px solid #999;
    border-top: none;
    margin-top: -1px
}
#navigation .wide-header .banner a,
#navigation .wide-header .banner img {
    float: left;
}
#navigation .header-data .block.main-links {
    width: 140px;
    border-right: 1px solid #999;
}
#navigation .header-data .block.category-links {
    width: 130px;
    border-right: 1px solid #999;
}
#navigation .header-data .block.brand-links {
    width: 145px;
    border-right: 1px solid #999;
}
#navigation .header-data .block.size-links .title {
    font-size: 15px;
    color: #333;
    margin-bottom: 3px;
    width: 100%;
}
#navigation .header-data .block.size-links .size {
    float: left;
    width: 305px;
}
#navigation .header-data .block.size-links .width {
    float: left;
    width: 190px;
    margin-left: 5px;
}
#navigation .header-data .block.size-links a.value {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    width: 30px;
    text-align: center;
    border: 1px solid #999;
    font-size: 13px;
    font-weight: normal;
    margin: 0 5px 5px 0;
}
#navigation .header-data .block.size-links a.value:hover {
    border-color: #CC0000;
}
#navigation .header-data.sale .block {
    height: 110px;
    padding-left: 20px;
}
#navigation .header-data.sale .block.main-links {
    padding: 10px
}
#navigation .brands-container {
    float: left;
    padding-top: 15px;
}
#navigation .brands .header-data .block {
    height: auto;
}
#navigation .brands .header-data .block.main-links {
    height: 110px;
}
#navigation .brands-container .featured-brand {
    display: block;
    float: left;
    margin: 10px;
}
/* jqzoom styles */
.zoomPad{
    position:relative;
    z-index:99;
    cursor:crosshair;
}
.zoomPreload {
    -moz-opacity:0.8;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    color: #333;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align:center;
    background-image: url(../images/catalog/product/zoomloader.gif);
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index:110;
    width:90px;
    height:43px;
    position:absolute;
    top:0px;
    left:0px;
    * width:100px;
    * height:49px;
}
.zoomPup{
    overflow:hidden;
    background-color: #FFF;
    -moz-opacity:0.6;
    opacity: 0.6;
    filter: alpha(opacity = 60);
    z-index:120;
    position:absolute;
    border:1px solid #CCC;
    z-index:101;
    cursor:crosshair;
}
.zoomOverlay{
    position:absolute;
    left:0px;
    top:0px;
    background:#FFF;
    /*opacity:0.5;*/
    z-index:5000;
    width:100%;
    height:100%;
    display:none;
    z-index:101;
}
.zoomWindow{
    position:absolute;
    right: 0;
    top:40px;
    background:#FFF;
    z-index:6000;
    height:auto;
    z-index:10000;
    z-index:110;
    width: 550px;
    height: 400px;
}
.zoomWrapper{
    position:relative;
    border:1px solid #999;
    z-index:110;
}
.zoomWrapperTitle{
    display:block;
    background:#999;
    color:#FFF;
    height:18px;
    line-height:18px;
    width:100%;
    overflow:hidden;
    text-align:center;
    font-size:10px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:120;
    -moz-opacity:0.6;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}
.zoomWrapperImage{
    display:block;
    position:relative;
    overflow:hidden;
    z-index:110;
}
.zoomWrapperImage img{
    border:0px;
    display:block;
    position:absolute;
    z-index:101;
}
.zoomIframe{
    z-index: -1;
    filter:alpha(opacity=0);
    -moz-opacity: 0.80;
    opacity: 0.80;
    position:absolute;
    display:block;
}
/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
/* Shoebacca Panels */
/* Panel with header */
.panel {
    margin: 0 0 15px 0;
}
.panel .header {
    border: 0;
    border-bottom: 0;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    /*background: transparent url('../images/home_page/layout/headers_rt.png') no-repeat scroll 100% -4px;*/
    height: 20px;
    line-height: 20px;
    padding: 0 11px 0 0;
}
.panel .header h3 {
    height: 26px;
    line-height: 26px;
    margin: 0;
    color: #000!important;
    /*background:transparent url('../images/home_page/layout/headers.png') no-repeat scroll 0 -4px;*/
    text-align: center;
    padding: 0 0 0 11px;
}
.panel .header h3.text-left {
    text-align: left;
}
.panel .header h3.text-right {
    text-align: right;
}
.panel .body {
    padding: 10px;
    border: 0;
    border-top: none;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
/*    -moz-border-radius-bottomright: 10px;*/
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.panel .body .padded {
    padding: 0 40px 0 40px;
}
/* Alternate panel, no black header */
.panel-alt {
    border: 1px solid #888;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 15px 0;
    padding: 0 7px 5px 7px;
}
.panel-alt .header h3 {
    height: 26px;
    line-height: 26px;
    margin: 0;
    color: #333!important;
    text-align: center;
    border-bottom: 1px solid #888;
}
.panel-alt .body {
    padding: 5px 5px 10px 5px;
}
/* Panel with no header, only border */
.panel-simple {
    padding: 10px;
    margin: 0 0 15px 0;
}
.panel-simple .body {
    padding: 0 25px 0 25px;
}
.panel-simple.nopadding {
    padding: 0;
}
.panel-simple .padded {
    padding: 10px;
}
.panel .separator,
.panel-simple .separator {
    border: none;
    border-bottom: 1px solid #888;
    padding: 0;
    margin: 5px 0 5px 0;
}
.panel .strip{
    position: relative;
    height: 17px;
    line-height: 17px;
    padding-left: 10px;
    padding-right: 50px;
    margin-left: 10px;
    color: #FFF;
    font-weight: bold;
    display: block;
    width: 240px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.panel .strip-tip {
    position: absolute;
    display: block;
    width: 17px;
    height: 9px;
    bottom: -7px;
    left: 10px;
    background:transparent url('../images/down.cb20101108.png') no-repeat
}
.panel .strip-end {
    position: absolute;
    display: block;
    width: 9px;
    height: 17px;
    top: 0px;
    right: -8px;
    background: none;
}
.panel .strip {
    background-color: #555;
}
/* Product notification and variance */
#product-notification-window,
#product-variance-window {
    width: 623px;
    height: 380px;
    display: none;
    background-color: #FFF;
    padding: 10px;
    font-size: 13px;
}
#product-notification-window {
    height: 290px;
}
#product-variance-window .similar {
    border-bottom: 1px solid #CCCCCC;
    margin: 0 auto;
    padding-bottom: 10px;
    width: 515px;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}
#product-detail .notify-customer {
    display: block;
    float: left;
    width: 240px;
    height: 20px;
    background: transparent url('../images/sprites/sb2_pd_sprite.png') 0 -86px;
    cursor: pointer;
}
#product-detail .view-variance {
    display: block;
    float: left;
    width: 226px;
    height: 20px;
    background: transparent url('../images/sprites/sb2_pd_sprite.png') 0 -106px;
    cursor: pointer;
    margin-top: 5px;
}
#product-notification-window a.close,
#product-variance-window a.close {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    background: transparent url('../images/sprites/sb2_pd_sprite.png') -213px 0px;
    cursor: pointer;
}
#product-notification-window .header,
#product-variance-window .header {
    float: left;
    width: 623px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
}
#product-notification-window .header .logo,
#product-variance-window .header .logo {
    float: left;
    width: 33px;
    height: 44px;
    background: transparent url('../images/sprites/sb2_pd_sprite.png') -204px -37px;
}
#product-notification-window .header .text,
#product-variance-window .header .text {
    float: left;
    width: 560px;
    height: 44px;
    padding-left: 10px;
    line-height: 15px;
}
#product-notification-window .header .text span,
#product-variance-window .header .text span {
    display: block;
    font-size: 15px;
    font-weight: bold;
}
#product-notification-window .header .action,
#product-variance-window .header .action {
    float: left;
    width: 20px;
    height: 44px;
}
#product-variance-window .products {
    float: left;
    width: 623px;
    height: 300px;
    overflow: auto;
}
#product-variance-window .product {
    margin: 0 auto;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
    width: 515px;
}
#product-variance-window .product .info {
    float: left;
    width: 150px;
    text-align: left;
    padding-left: 25px;
}
#product-variance-window .product .info .colors {
    font-weight: bold;
    padding-left: 15px;
}
#product-variance-window .product .sizes .header {
    float: left;
    width: 150px;
    font-size: 11px;
    font-weight: bold;
    color: #666;
    border: none;
    padding: 0;
}
#product-variance-window .product .sizes {
    float: left;
    width: 150px;
    border-left: 1px solid #CCC;
    padding-left: 10px;
}
#product-variance-window .product .sizes a.size {
    display: block;
    float: left;
    width: 100px;
    margin-top: 10px;
}
#product-variance-window .product .sizes .arrow {
    display: block;
    float: left;
    width: 10px;
    height: 13px;
    background: transparent url('../images/sprites/sb2_pd_sprite.png') -222px -131px;
    margin: 10px 3px 0 0;
}
#product-variance-window .product .sizes a.size,
#product-variance-window .product .sizes a.size:visited {
    color: #666;
    text-decoration: none;
}
#product-variance-window .product .sizes a.size:hover {
    text-decoration: underline;
}
#product-notification-window .data {
    float: left;
    width: 358px;
    height: 221px;
    font-size: 16px;
    font-weight: bold;
}
#product-notification-window .data .product-name {
    float: left;
    width: 300px;
    margin-left: 45px;
    font-size: 20px;
}
#product-notification-window .data .title {
    float: left;
    width: 90px;
    padding-right: 10px;
    text-align: right;
    margin-top: 14px;
}
#product-notification-window .data .value {
    float: left;
    width: 255px;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    margin-top: 14px;
}
#product-notification-window .data .value input {
    border: 1px solid #CCC;
    font-size: 13px;
    padding: 2px;
    width: 180px;
}
#product-notification-window .data .value input.error {
    border-color: #CC0000;
    font-weight: normal;
}
#product-notification-window .data .submit {
    float: left;
    width: 243px;
    text-align: right;
    margin-top: 20px;
    margin-left: 44px;
    color: #FFF;
    font-size: 12px;
}
#product-notification-window .data .submit.success {
    background-color: #00BF00;
    text-align: left;
    padding: 5px;
    width: 232px;
    margin-top: 10px;
    -moz-border-radius: 5px;
}
#product-notification-window .data .submit.success span.alert {
    display: block;
    float: left;
    width: 27px;
    height: 27px;
    background: transparent url('../images/sprites/sb2_pd_sprite.png') no-repeat -104px -127px;
}
#product-notification-window .data .submit.success span.text {
    display: block;
    float: left;
    width: 190px;
    margin: 5px 0 5px 5px;
}
#product-notification-window .data .submit a {
    display: block;
    float: right;
    width: 98px;
    height: 21px;
    background: transparent url('../images/sprites/sb2_pd_sprite.png') -2px -128px;
    font-size: 10px;
}
#product-notification-window .note {
    float: right;
    width: 200px;
    height: 191px;
    background-color: #e5e5e5;
    padding: 20px;
    font-size: 12px;
}
/* Jabba Loading Animation */
#jabba-loading {
    width: 168px;
    height: 121px;
    display: none;
    left: 50%;
    margin-left: -60px;
    padding: 25px;
    -moz-border-radius:8px 8px 8px 8px;
    -webkit-border-radius: 5px;
    background: rgb(82, 82, 82);
    background: rgba(82, 82, 82, 0.7);
    position: fixed;
    text-align: center;
    top: 40%;
    z-index: 9999;
    zoom: 1;
    _top: 100px;
    _left: 400px;
    _margin-left: 0;
}
#jabba-loading div {
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    width: 168px;
    height: 121px;
    background: #fff url(../images/loading_b.gif) no-repeat scroll 50% 80%;
}
/* Brand Styles */
#brands-header-container {
    width: 100%;
    height: 30px;
}
#brands-header{
    width: 95%;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #000;
    font-weight: bold;
}
#all-brands a {
    font-size: 14px;
    text-decoration: none;
    color: #333;
}
#all-brands.navigation a {
    font-size: 11px;
}
#all-brands a:hover {
    text-decoration: underline;
    color: #CC0000;
}
#all-brands .tab:hover {
    text-decoration: none;
    color: #333;
}
#brand-images {
    padding-top: 10px;
    margin-bottom: 15px;
    text-align: center;
}
#gender {
    width: 95%;
    margin: 0 auto;
    font-size: 20px;
}
#all-brand-tabs {
/*    padding: 25px;*/
}
.navigation #all-brand-tabs {
    padding: 10px;
}
.brand-image {
    display: inline-block;
    width: auto;
    padding: 10px;
    padding-bottom: 10px;
}
.brand-column {
    width: 180px;
    float: left;
    text-align: left;
}
#all-brands.navigation .brand-column {
    width: 139px;
}
.padded .brand-column {
    padding-top: 50px;
}
.space{
    background-color: #333333;
    height: 5px;
}
.new-brand-star {
    display: inline-block;
    width: 13px;
    text-align: left;
}
.gender-header {
    position: absolute;
    float: left;
    margin-left: 25px;
    margin-top: 20px;
    font-size: 20px;
}
.new-brand {
    float:right;
    font-size: 12px;
    margin-top: 10px;
}
.new-brand img {
    width: 13px;
}
#all-brands div .panels .active {
    width: 928px;
}
.rockport {
    width: 120px;
}
.reebok {
    width: 127px;
}
.dr-martens {
    width: 129px;
}
.adidas {
    width: 87px;
}
.puma {
    width: 119px;
}
.sebago {
    width: 225px;
}
.diesel {
    width: 115px;
}
.sanuk {
    width: 124px;
}
.teva {
    width: 207px;
}
.columbia {
    width: 243px;
}
.keen {
    width: 183px;
}
.keds {
    width: 134px;
}
.simple {
    width: 153px;
}
.letter-head {
    display: inline-block;
    width: 100px;
    padding-left: 13px;
    font-size: 17px;
    font-weight: bold;
    color: #CC0202;
}
/** Site Redesign **/
.content-tabs .tabs {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    height: auto;
}
.content-tabs .tabs .tab {
    background-color: #FFF;
    border: none;
}
#all-brands .tabs .tab {
    font-size: 18px;
}
#all-brands .tabs .tab:hover {
    color: #FC8C42;
}
#all-brands .tabs .tab.active {
    border: none;
    color: #CC0000;
    background: transparent url('../images/layout/arrow_up.png') no-repeat;
    background-position:  center 25px;
    padding-bottom: 2px;
}
#navigation ul.menu-header li.menu-header.selected {
}
.content-tabs .panels .panel {
    border: none;
}
.padded .brand-column {
    padding-top: 10px;
}
#all-brands .header {
    color: #CC0000;
    text-align: center;
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
    font-size: 18px;
    margin-top: 25px;
}
#all-brands .featured {
    padding: 22px 0 20px 50px;
}
#all-brands .featured .featured-brand {
    float: left;
    height: 45px;
    width: 110px;
    text-align: center;
    vertical-align: middle;
    margin-right: 20px;
}
#all-brand-tabs .tabs {
    height: 33px;
}
/**
 * Shoebacca Branded Buttons and Controls
 *
 */
/* Small Buttons */
.sb-button,
.sb-button-red,
.sb-button-green {
    display: inline-block;
    height: 22px;
    background: transparent url('../images/buttons.png') no-repeat;
    background-position: right -22px;
    font-size: 11px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    text-decoration: none;
    color: #FFF!important;
    padding: 0 10px 0 0;
    text-align: center;
    cursor: pointer!important;
    outline: none;
    border: none;
    text-decoration: none!important;
    width: auto; /*IE7 hack*/
    overflow: visible; // /*IE7 hack*/
}
.sb-button span,
.sb-button-red span,
.sb-button-green span {
    display: block;
    height: 22px;
    line-height: 22px;
    background: transparent url('../images/buttons.png') no-repeat;
    padding: 0 10px 0 20px;
    cursor: pointer!important;
    text-decoration: none!important;
    color: #FFF!important;
}
.sb-button:hover,
.sb-button-red:hover,
.sb-button-green:hover {
    text-decoration: none;
    color: #FFF;
}
.sb-button:hover               { background-position: 100% -66px; }
.sb-button:hover span          { background-position: 0 -44px; }
.sb-button-red                 { background-position: 100% -110px; }
.sb-button-red span            { background-position: 0 -88px; }
.sb-button-red:hover           { background-position: 100% -154px; }
.sb-button-red:hover span      { background-position: 0 -132px; }
.sb-button-green               { background-position: 100% -198px; }
.sb-button-green span          { background-position: 0 -176px; }
.sb-button-green:hover         { background-position: 100% -242px; }
.sb-button-green:hover span    { background-position: 0 -220px; }
/* Large Buttons */
.sb-button-big,
.sb-button-big-red,
.sb-button-big-green {
    display: inline-block;
    height: 32px;
    background: transparent url('../images/buttons.png') no-repeat;
    background-position: 100% -296px;
    font-size: 13px;
    font-weight: bold;
    line-height: 32px;
    text-decoration: none;
    color: #FFF!important;
    padding: 0 18px 0 0;
    cursor: pointer!important;
    text-decoration:none!important;
    border: none;
    width: auto;
    overflow: visible;
}
.sb-button-big > span,
.sb-button-big-red > span,
.sb-button-big-green > span {
    display: block;
    height: 32px;
    line-height: 32px;
    background: url('../images/buttons.png') no-repeat;
    background-position: 0 -264px;
    padding: 0 20px 0 38px;
    cursor: pointer!important;
    text-align: center;
}
.sb-button-big:hover,
.sb-button-big-red:hover,
.sb-button-big-green:hover {
    background-position: 100% -360px;
}
.sb-button-big:hover > span,
.sb-button-big-red:hover > span,
.sb-button-big-green:hover > span {
    background-position: 0 -328px;
}
.sb-button-big-red                 { background-position: 100% -424px; }
.sb-button-big-red > span          { background-position: 0 -392px; }
.sb-button-big-red:hover           { background-position: 100% -488px; }
.sb-button-big-red:hover > span    { background-position: 0 -456px; }
.sb-button-big-green               { background-position: 100% -552px; }
.sb-button-big-green > span        { background-position: 0 -520px; }
.sb-button-big-green:hover         { background-position: 100% -616px; }
.sb-button-big-green:hover > span  { background-position: 0 -584px; }
/* Style Button Elements */
button.sb-button,
button.sb-button-red,
button.sb-button-green,
button.sb-button-big,
button.sb-button-big-red,
button.sb-button-big-green {
    /*margin: 1px 0 0 0;*/
    font-family: Verdana,Arial,Helvetica,clean,sans-serif;
    border: 0!important;
    outline: none;
}
button.sb-button,
button.sb-button-red,
button.sb-button-green {
    padding: 0 8px 0 0;
    margin: 1px 0 0 0;
    border: none;
}
button.sb-button-big,
button.sb-button-big-red,
button.sb-button-big-green {
    padding: 0 15px 0 0;
    margin: 1px 0 0 0;
}
button.sb-button span,
button.sb-button-red span,
button.sb-button-green span,
button.sb-button-big span,
button.sb-button-big-red span,
button.sb-button-big-green span {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    top: 0\9; // IE8 hack
    margin: 0;
    width: auto;
}
/* Firefox Hack */
@-moz-document url-prefix() {
    button.sb-button span,
    button.sb-button-red span,
    button.sb-button-green span,
    button.sb-button-big span,
    button.sb-button-big-red span,
    button.sb-button-big-green span {
        top: -1px;
    }
}
/* Tab Panel */
.tabs .top {
    height: 26px;
}
.tabs .top a {
    float: left;
    height: 26px;
    background: url('../images/tabs.png') no-repeat 100% -130px;
    line-height: 26px;
    font-size: 11px;
    color: #333;
    text-decoration: none;
    padding: 0 30px 0 0;
    text-align: center;
}
.tabs .top a.active {
    background-position: 100% -26px;
    color: #FFF;
}
.tabs .top a.disabled {
    background-position: 100% -78px;
    color: #999;
    cursor: default;
}
.tabs .top a span {
    display: block;
    height: 26px;
    line-height: 26px;
    background: url('../images/tabs.png') no-repeat 0 -104px;
    padding: 0 0 0 15px;
    width: 115px;
}
.tabs .top a.active span {
    background-position: 0 0;
    width: 115px;
}
.tabs .top a.disabled span {
    background-position: 0 -52px;
}
.tabs .top a.width-185 {
    width: 115px;
    _width: 185px;
}
.tabs .bottom .panel {
    border: 1px solid #333;
    padding: 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    margin: 0 0 10px 0;
    display: none;
}
.tabs .bottom .panel.active {
    display: block;
}
/* New Red Button */
.button-red {
    position: relative;
    display: inline-block;
    height: 27px;
    background: transparent url('../images/button-red.png') no-repeat;
    background-position: 100% -27px;
    font-size: 11px;
    font-weight: bold;
    line-height: 27px;
    height: 27px;
    text-decoration: none;
    color: #FFF!important;
    padding: 0 3px 0 0;
    text-align: center;
    cursor: pointer!important;
    outline: none;
    border: none;
    text-decoration: none!important;
    width: auto; /*IE7 hack*/
    overflow: visible; // /*IE7 hack*/
}
.button-red span {
    height: 27px;
    line-height: 27px;
    background: transparent url('../images/button-red.png') no-repeat 0 0;
    display: block;
    padding: 0 10px 0 13px;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    width: auto;
}
.button-red:hover {
    background-position: 100% -81px;
}
.button-red:hover span,
.button-red span:hover {
    background-position: 0 -54px;
}
a.button-red {
    top: -2px;
}
a.button-red {
    color: #FFF;
    text-decoration: none;
}
/* Firefox Hack */
@-moz-document url-prefix() {
    button.button-red {
        padding: 0;
    }
    button.button-red span {
        margin-top: -2px;
    }
}
/* Customer Styles */
.customer-account-register #content {
    padding: 10px;
    width: 980px;
}
#gigya-login {
    width: 250px;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    border: 1px solid #CCC;
    background-color: #FFF;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 10px;
}
td.submit {
    text-align: center;
}
td.submit button {
    border: 1px solid #CCC;
    background-color: #EFEFEF;
    padding: 5px 30px;
    cursor: pointer;
    margin-top: 25px;
    font-size: 15px;
}
#content .page-head {
    margin-bottom: 20px;
}
#login .error {
    display: block;
    font-size: 12px;
    padding: 5px;
    background-color: #670001;
    padding: 10px;
    color: #FFF !important;
    font-weight: bold;
}
#social-list-wrapper {
    width: 550px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}
#social-list-wrapper h4 {
    margin: 10px 0;
}
#social-list {
    margin: 0 auto;
}
#social-login {
    width: 600px;
    height: 300px;
    overflow: auto;
}
.text-right {
    text-align: right;
}
/* Login and Registration*/
#login {
    position: relative;
    padding-bottom: 50px;
}
#login .headers {
    margin-top: 10px;
    height: 36px;
    width: 100%;
}
#login .headers .header {
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    padding: 0;
}
#login .headers .header.left {
    width: 275px;
    padding-left: 175px;
}
#login .headers .header.left span {
    color: #CC0000;
}
#login .headers .header.separator {
    float: left;
    width: 36px;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat 0 -462px;
}
#login .headers .header.right{
    margin-left: 90px;
    float: left !important;
}
#login .data {
    margin-top: 5px;
}
#login .data .left {
    float: left;
    padding-left: 30px;
    margin: 0;
}
#login .data .left.login {
    float: left;
    width: 290px;
    padding-left: 175px;
}
#login .data .left .label {
    font-size: 13px;
    color: #666;
    font-weight: bold;
    padding-top: 8px;
}
#login .data .left .field input {
    border: 1px solid #999;
    width: 260px;
    padding: 3px;
    font-size: 13px;
}
#login .data .left .password-recovery {
    width: 268px;
    text-align: right;
}
#login .data .left .password-recovery a,
#login .data .left .password-recovery a:visited,
#login .data .left .password-recovery a:hover {
    color: #f55302;
    font-size: 11px;
    font-weight: bold;
}
#login .data .left .join-newsletter,
#login .data .left .terms{
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
}
#login .data .left .terms{
    margin-top: 5px;
}
#login .data .left .terms span {
    display: block;
    color: #f55302;
    margin-left: 15px;
}
#login .data .left .submit {
    margin-top: 15px;
}
#login .data .left.login .submit a {
    display: block;
    width: 99px;
    height: 24px;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat -143px -469px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    opacity: 0.8;
}
#login .data .left.login .submit a:hover {    
    opacity: 1;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(238, 68, 0, 1);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(238, 68, 0, 1);
}
#login .data .left.register .submit a {
    display: block;
    width: 77px;
    height: 24px;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat -242px -469px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    opacity: 0.8;
}
#login .data .left.register .submit a:hover {    
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(167, 0, 0, 1);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(167, 0, 0, 1);
    opacity: 1;
}
#recaptcha_whatsthis_btn {
    display: none;
}
#login-captcha {
    width: 320px;
    margin-top: 10px;
}
/** Site redesign **/
#dashboard {
    position: relative;
/*    width: 100%;*/
    height: 800px;;
    padding: 0;
    margin-top: 20px;
}
#dashboard.account-settings,
#dashboard.orders {
    padding-top: 60px;
}
#dashboard a.logout {
    display: block;
    position: absolute;
    left: 720px;
    top: 5px;
    width: 91px;
    height: 19px;
    background: transparent url('../images/sprites/sb2_account_sprite.png') no-repeat -1px -56px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    opacity: 0.8;
}
#dashboard a.logout:hover {
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(153, 153, 153, 1);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(153, 153, 153, 1);
    opacity: 1;
}
#dashboard .block {
    position: absolute;
    padding: 10px;
    border: 1px solid #CCC;
}
#dashboard .block.returns {
    top: 60px;
    left: 0;
/*    width: 795px;*/
}
#dashboard .block.orders.last {
    top: 60px;
    left: 0;
/*    width: 795px;*/
    height: 194px;
}
#dashboard .block.account-settings {
    top: 285px;
    left: 0;
    width: 351px;
    height: 144px;
}
#dashboard .block.coupons {
    top: 460px;
    left: 0;
    width: 351px;
    height: 144px;
}
#dashboard .block.price-matches {
    top: 636px;
    left: 0;
    width: 351px;
    height: 144px;
}
#dashboard .block.rewards {
    top: 285px;
    left: 382px;
    width: 404px;
    height: 239px;
}
#dashboard .block.rewards .description a,
#dashboard .block.rewards .description a:visited {
    display: none;
    color: #ff6704;
}
#dashboard .block.leaderboard {
    top: 555px;
    left: 382px;
    width: 404px;
    height: 225px;
}
#dashboard .block.leaderboard .description a.show-leaderboard {
    display: block;
    width: 151px;
    height: 20px;
    background: transparent url('../images/sprites/sb2_account_sprite.png') -1px -36px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    opacity: 0.8;
}
#dashboard .block.leaderboard .description a.show-leaderboard:hover {
    opacity: 1;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(238, 68, 0, 1);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(238, 68, 0, 1);
}
#dashboard.orders .block {
    position: relative;
/*    width: 795px;*/
    margin-bottom: 10px;
}
#dashboard.account-settings .block {
    position: relative;
/*    width: 795px;*/
    margin-bottom: 10px;
}
#dashboard.account-settings .block .add {
    float: right;
}
#dashboard.account-settings .block .add a,
#dashboard.account-settings .block .add a:visited,
#dashboard.account-settings .block .add a:hover {
    font-size: 12px;
    text-decoration: none;
    color: #CC0000;
}
#dashboard.account-settings .block .data .address {
    float: left;
    margin: 0 30px 15px 0;
    width: 300px;
}
#dashboard.account-settings .block .data .address.edit {
    width: 100%;
}
#dashboard.account-settings .block .data .address .header {
    font-size: 15px;
    color: #ff6600;
    width: 100%;
    height: 20px;
    line-height: 20px;
}
#dashboard.account-settings .block .data .address .details {
    width: 100%;
    height: 130px;
    margin-top: 10px;
    font-size: 12px;
    color: #333;
}
#dashboard.account-settings .block .data .address .details a,
#dashboard.account-settings .block .data .address .details a:visited,
#dashboard.account-settings .block .data .address .details a:hover {
    color: #CC0000 !important;
}
#dashboard .block .header {
}
#dashboard .block .header .icon {
    float: left;
    width: 28px;
    height: 28px;
}
#dashboard .block .header .text {
    float: left;
    font-size: 18px;
    color: #333;
    margin: 2px 0 0 5px;
}
#dashboard.orders .block .header .icon,
#dashboard.account-settings .block .header .icon {
    display: none;
}
#dashboard .block.orders.last .header .icon {
    display: block;
    background: transparent url('../images/sprites/sb2_account_sprite.png') no-repeat -37px -2px;
}
#dashboard .block.account-settings .header .icon {
    background: transparent url('../images/sprites/sb2_account_sprite.png') no-repeat -66px -2px;
}
#dashboard .block.rewards .header .icon {
    background: transparent url('../images/sprites/sb2_account_sprite.png') no-repeat -95px -2px;
}
#dashboard .block.coupons .header .icon {
    background: transparent url('../images/sprites/sb2_account_sprite.png') no-repeat -152px -2px;
}
#dashboard .block.price-matches .header .icon {
    background: transparent url('../images/sprites/sb2_account_sprite.png') no-repeat -123px -2px;
}
#dashboard .block.leaderboard .header .icon {
    background: transparent url('../images/sprites/sb2_account_sprite.png') no-repeat -181px -2px;
}
#dashboard.account-settings .block .data .submit {
    background: #FFF url("../images/sprites/sb2_h-f_sprite.cb20120125.png") -137px -78px;
    cursor: pointer;
    display: block;
    height: 22px;
    margin-top: 15px;
    width: 70px;
    border: none;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    opacity: 0.8;
}
#dashboard.account-settings .block .data .submit:hover {
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(238, 68, 0, 1);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(238, 68, 0, 1);
}
#dashboard .block .data {
    float: left;
    margin: 0 0 0 30px;;
    clear: both;
}
#dashboard .block .data .bullets {
    float: left;
    margin-top: 5px;
    width: 200px;
}
#dashboard .block .data .description {
    float: left;
    margin-top: 10px;
    font-size: 12px;
    color: #333;
}
#dashboard .block .data .bullets .bullet {
    float: left;
    clear: both;
    margin-top: 7px;
    width: 8px;
    height: 8px;
    background: transparent url('../images/sprites/sb2_account_sprite.png') no-repeat -180px -37px;
}
#dashboard .block .data .bullets .text {
    line-height: 22px;
    height: 22px;
}
#dashboard .block .data .bullets a {
    display: block;
    float: left;
    font-size: 15px;
    text-decoration: underline;
    color: #333;
    margin-left: 5px;
}
#dashboard .block .data .bullets a:hover {
    color: #CC0000;
}
#dashboard .block.orders .data table {
    width: 756px;
    border: 1px solid #CCC;
    margin: 0;
}
#dashboard .block.orders .data table th {
    border: none;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    height: 21px;
    line-height: 21px;
    padding: 0;
}
#dashboard .block.orders .data table th.order_number {
    width: 157px;
}
#dashboard .block.orders .data table th.date {
    width: 78px;
}
#dashboard .block.orders .data table.returns th.date {
    width: 150px;
}
#dashboard .block.pricematches .data table th.date {
    width: 105px;
}
#dashboard .block.orders .data table th.tracking_number {
    width: 182px;
}
#dashboard .block.orders .data table th.order_total {
    width: 122px;
}
#dashboard .block.orders .data table th.type {
    width: 70px;
}
#dashboard .block.orders .data table th.status {
    width: 120px;
}
#dashboard .block.orders .data table th.coupon_code {
    width: 230px;
}
#dashboard .block.orders .data table th.description {
    float: none;
    text-align: center;
    width: 270px;
}
#dashboard .block.orders .data table td {
    border: 1px solid #CCC;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
#dashboard .block.orders .data table td.sku {
    text-align: left;
    padding-left: 10px;
}
#dashboard .block.orders .data table td.empty {
    text-align: left;
    padding-left: 20px;
    color: #666;
}
#dashboard .block.orders .data table td a.action {
    color: #ff6600;
    padding: 0 5px;
}
#dashboard .block.orders .data table td.actions span {
    color: #999;
    font-size: 12px;
    padding: 0 5px;
}
#dashboard .block.orders .data table td.coupon_code {
    text-align: left;
    padding-left: 10px;
}
#dashboard .block.orders .data table td.description {
    float: none;
    text-align: left;
    padding-left: 10px;
}
#gm-leader-board {
    clear: both;
}
#form-validate .group-select {
    display: block;
    float: left;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0 !important;
    border: none;
}
#form-validate .group-select li {
    padding: 0 !important;
    margin: 0;
    padding-top: 2px !important;
}
#form-validate .group-select label {
    display: block;
    padding-top: 10px;
    font-weight: normal;
    color: #333;
    font-size: 13px;
}
#form-validate .group-select label.primary,
#form-validate .group-select label.newsletter {
    display: inline-block;
}
#form-validate .group-select .default {
    padding-top: 10px;
    font-weight: bold;
}
#form-validate .group-select input.input-text {
    padding: 4px 2px !important;
    font-size: 13px !important;
}
#form-validate .group-select select {
    padding: 2px 2px 2px 0 !important;
    font-size: 13px !important;
}
#form-validate .group-select select option {
    font-size: 13px !important;
}
#form-validate .group-select .newsletter-data {
    margin-top: 15px;
    font-size: 13px;
    font-weight: normal;
}
#form-validate .group-select .submit {
    font-size: 13px;
}
#dashboard .pagination {
    float: right;
    font-size: 13px;
    margin: 5px 0;
}
#dashboard .pagination .page {
    display: inline-block;
    text-align: center;
    padding: 0 5px;
}
#dashboard .pagination .page a,
#dashboard .pagination .page a:visited,
#dashboard .pagination .page a:hover {
    text-decoration: none;
    color: #CC0000;
}
/** Returns **/
#return-window {
    display: none;
    width: 795px;
    height: 600px;
}
#return-window .login {
    font-size: 13px;
    padding: 15px 20px;
}
#return-window .header {
    padding: 0;
    margin: 0;
}
#return-window .body {
    padding: 0 20px 15px 20px;
}
#return-window .header span {
    display: block;
    float: left;
    height: 30px;
    font-size: 18px;
    color: #CC0000;
    margin: 15px 0 0 20px;
}
#return-window .header a.close {
    display: block;
    float: right;
    width: 16px;
    height: 20px;
    margin: 10px;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') -217px -79px;
    cursor: pointer;
}
#return-window .title,
#return-window .value{
    width: 500px;
    font-size: 13px;
}
#return-window .title {
    margin-top: 10px;
}
#return-window .value select {
    padding: 2px;
    font-size: 13px;
    color: #333;
    background-color: #FFF;
    border: 1px solid #CCC;
}
#return-window .value select option {
    font-size: 13px;
}
#return-window .value textarea {
    width: 590px;
    height: 100px;
    padding: 3px
}
#return-address {
    width: 600px;
}
#return-window .chars-remaining {
    display: block;
    margin: 2px 0 0 0;
    padding: 0;
    font-size: 11px;
}
#return-window .return-address select,
#return-window .return-type-container select,
#return-window .return-reason select,
#return-window .return-gender select,
#return-window .return-size select {
    padding: 2px;
    border: 1px solid #999;
    float: left;
}
#return-window .return-reason button {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 310px;
}
#return-window .return-reason {
    height: auto;
    padding-left: 20px;
    font-weight: bold;
    vertical-align: top;
}
#return-window .return-reason textarea {
    width: 350px;
    height: 100px;
    padding: 2px;
    border: 1px solid #999;
}
#return-window .hide {
    display: none;
}
#return-window .return-hide {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    padding: 2px 5px;
    border: 1px solid #999;
}
#return-window .return-hide:hover {
    border: 1px solid #000;
}
#return-window .return-hide a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
#return-window a.return-submit {
    display: block;
    width: 69px;
    height: 22px;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') no-repeat -138px -78px;
    margin-top: 15px;
    cursor: pointer;
}
#return-window .return-message {
    margin: 0;
    padding: 10px;
    color: #FFFFFF;
    font-size: 13px;
}
#return-window .return-message.error {
    background-color: #670001;
}
#return-window .return-message.success {
    background-color: #00BF00;
}
#return-window input.error,
#return-window select.error,
#return-window textarea.error {
    border: 1px solid red !important;
    font-weight: normal;
}
#dashboard.orders .instructions {
    font-size: 13px;
}
#dashboard.orders .instructions .required {
    color: #CC0000;
}
#dashboard.orders .instructions .header {
    font-size: 16px;
    margin: 30px 0 10px 0;
}
#dashboard.orders .instructions ul li {
    list-style: circle;
}
/** Order **/
#dashboard.orders {
    height: auto;
}
#order-window {
    display: none;
    width: 795px;
    height: 600px;
    font: 13px Arial,Helvetica,clean,sans-serif;
    padding-left: 10px;
}
#order-window .header a.close {
    display: block;
    float: right;
    width: 16px;
    height: 20px;
    margin: 10px;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') -217px -79px;
    cursor: pointer;
}
#order-window .header {
    width: 100%;
    margin-bottom: 10px;
    text-align: justify;
    z-index: 0;
}
#order-window .header .order {
    font-size: 16px;
    color: #333;
}
#order-window .header .order.number {
    margin-left: 5px;
}
#order-window .header .order .title {
    float: left;
    padding-right: 5px;
}
#order-window .header .order .value {
    float: left;
    width: 150px;
}
#order-window .header .order.number .value {
    color: #ce1211;
}
#order-window .address {
    float: left;
    width: 245px;
    padding: 5px;
    margin-right: 10px;
    height: 163px;
}
#order-window .method {
    float: left;
    width: 240px;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 5px;
    height: 70px;
}
#order-window .address .header,
#order-window .method .header {
    font-size: 16px;
    margin-bottom: 5px;
    color: #FF6600;
    width: auto;
}
#order-window .address .data,
#order-window .method .data {
    font-size: 13px;
    color: #666;
}
#order-window .order-items {
    border: 1px solid #CCC;
    width: 774px;
    padding: 5px;
    font-weight: normal;
    color: #333;
}
#order-window .order-items table {
    border-collapse: collapse;
    margin-left: 5px;
}
#order-window .order-items table.items th {
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #CCC;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
}
#order-window .order-items div.wrapper {
    display: block;
    height: 150px;
    overflow: auto;
    position: relative;
}
#order-window .order-items table.items td {
    border-bottom: 1px solid #CCC;
    font-weight: normal;
    font-size: 14px;
    padding: 5px;
    text-align: left;
    color: #333;
}
#order-window .order-items table.items .product div {
    float: left;
}
#order-window .order-items table.items .product .info {
    margin-left: 20px;
    text-align: left;
    font-size: 12px;
}
#order-window .order-items table.items .product ul {
    padding: 0;
    margin: 0;
}
#order-window .order-items table.items th.info {
    width: 480px;
}
#order-window .order-items table.items th.price {
    width: 70px;
    text-align: center;
}
#order-window .order-items table.items td.price {
    text-align: right;
}
#order-window .order-items table.items td.total {
    text-align: right;
}
#order-window .order-items table.items th.quantity {
    width: 100px;
    text-align: center;
}
#order-window .order-items table.items td.quantity {
    text-align: center;
}
#order-window .order-items table.items th.total {
    text-align: center;
}
#order-window .order-items table.items tr.totals td {
    border: none;
}
#order-window .order-items table.totals {
    margin: 10px 0 10px 5px;
}
#order-window .order-items table.totals td {
    border: none;
    text-align: right;
    font-size: 14px;
    height: 25px;
    padding: 0;
}
#order-window .order-items table.totals tr.grand-total td {
    border-top: 1px solid #CCC;
}
#order-window .order-items table.totals td.title {
    width: 635px;
}
#order-window .order-items table.totals td.value {
    width: 100px;
}
#order-window .order-items table.totals tr.grand-total td {
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
#order-window .order-items table.totals tr.grand-total td.value {
    color: #ce1211;
}
#order-window .items ul li {
    list-style: none;
}
#order-window .actions {
    margin-top: 10px;
}
#order-window .actions a.action {
    color: #FF6600;
    padding-right: 10px;
    font-size: 12px;
}
#order-window .actions span {
    color: #999999;
    font-size: 12px;
    padding: 0 5px;
}
/** Price match **/
a.new-pricematch,
a.new-pricematch:link {
    color: #CC0000;
    font-size: 12px;
    text-decoration: none;
    margin-right: 10px;
}
a.new-pricematch:hover {
    text-decoration: underline;
}
#pricematch-window {
    width: 700px;
    height: 350px;
    display: none;
}
#pricematch-window.new {
    width: 800px;
    height: 630px;
}
#pricematch-window.new .pricematch-message {
    margin: 0;
    padding: 10px;
    color: #FFFFFF;
    font-size: 13px;
}
#pricematch-window.new .pricematch-message.error {
    background-color: #670001;
}
#pricematch-window.new .pricematch-message.success {
    background-color: #00BF00;
}
#pricematch-window .header a.close {
    display: block;
    float: right;
    width: 16px;
    height: 20px;
    margin: 10px;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') -217px -79px;
    cursor: pointer;
}
#pricematch-window .header span {
    display: block;
    float: left;
    height: 30px;
    font-size: 18px;
    color: #CC0000;
    margin: 15px 0 0 20px;
}
#pricematch-window .data {
    padding: 0 15px;
}
#pricematch-window .data table {
    font: 13px Arial,Helvetica,clean,sans-serif
}
#pricematch-window .data table td.title {
    color: #333;
    width: 110px;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}
#pricematch-window .data table td.value img {
    border: 1px solid #DDD;
    padding: 5px;
    width: 100px;
    height: 100px;
}
#dashboard.orders .note {
    font-size: 12px;
}
/** Success **/
#order-window.success {
    display: block;
    height: auto;
}
#order-window.success .order-items {
    margin-top: 15px;
}
#order-window.success .header .info {
    margin-top: 25px;
}
#order-window.success .header .info .section {
    width: 830px;
    float: left;
    margin-bottom: 10px;
}
#order-window.success .header .info .section .icon {
    float: left;
    width: 28px;
    height: 25px;
    margin-top: 5px;
}
#order-window.success .header .info .section.success .icon {
    background: transparent url('../images/sprites/sb2_success_sprite.png') -3px -2px;
}
#order-window.success .header .info .section.shipping .icon {
    background: transparent url('../images/sprites/sb2_success_sprite.png') -31px -6px;
}
#order-window.success .header .info .section .text {
    float: left;
    width: 780px;
    color: #333;
    margin-left: 10px;
}
#order-window.success .header .info .section .text .title {
    font-weight: normal;
    font-size: 18px;
}
#order-window.success .header .info .section .text .title span {
    color: #5050be;
}
#order-window.success .header .info .section .text .description {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
#order-window.success .header .order.number {
    margin: 0;
    font-size: 20px;
}
#order-window.success .addresses,
#order-window.success .methods,
#order-window.success .ad-block {
    float: left;
}
#order-window.success .addresses {
    width: 230px
}
#order-window.success .methods {
    width: 150px;
}
#order-window.success .address,
#order-window.success .method {
    width: auto;
    height: auto;
}
#order-window.success .order-items div.wrapper {
    height: auto;
}
#order-window .print-invoice {
    display: block;
    float: left;
    margin: 15px 0 30px 0;
    width: 156px;
    height: 25px;
    background: transparent url('../images/sprites/sb2_success_sprite.png') -1px -30px;
    cursor: pointer;
}
/** Shopping Cart **/
#order-window.cart {
    display: block;
    padding-left: 0;
    width: 785px;
    height: auto;
}
#order-window.cart .order-items td .data {
    height: 40px;
    padding-top: 10px;
}
#order-window.cart .order-items td.quantity .action {
    padding-top: 5px;
}
#order-window.cart .order-items td.price,
#order-window.cart .order-items td.quantity,
#order-window.cart .order-items td.total {
    vertical-align: top;
}
#order-window.cart .order-items td .action {
    height: 30px;
}
#order-window.cart .order-items table.items th.info {
    width: 530px;
}
#order-window.cart .order-items .quantity input {
    width: 35px;
    border: 1px solid #CCC;
}
#order-window.cart .order-items div.wrapper {
    height: auto;
}
#order-window.cart .order-items {
    border: none;
}
#order-window.cart .order-items table.totals td.title {
    width: 665px
}
#order-window.cart .order-items table.totals td.value {
    width: 105px;
}
/** Leaderboard **/
#leaderboard-window {
    display: none;
    width: 360px;
    height: 430px;
    background-color: #FFF;
}
#gm-leader-board {
    height: 125px;
}
#leaderboard-window .header span {
    float: left;
    font-size: 18px;
    color: #333;
    margin: 10px 0 0 10px;
    color: #CC0000;
}
#leaderboard-window .header a.close {
    display: block;
    float: right;
    width: 16px;
    height: 20px;
    margin: 10px;
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20120125.png') -217px -79px;
    cursor: pointer;
}
#leaderboard-window .body {
    padding: 10px;
}
#footer .copy-right {
    text-align: center;
}
.coupon-restrictions {
    width: 500px;
    padding: 0 10px 10px 10px;
}
.coupon-restrictions h1 {
    color: #CC0000;
    font-size: 18px;
    margin: 10px 0;
    font-weight: normal;
}
.coupon-restrictions p {
    margin: 0;
    font-size: 13px;
}
#low-inventory-message {
    display: none;
    background-color: #ea5d00;
    width: 350px;
    height: 34px;
    padding: 10px;
    margin: 5px 0 7px 0;
    font-size: 13px;
    color: #FFF;
    -moz-border-radius: 5px;
}
#out-of-stock-message {
    display: none;
    background-color: #670001;
    width: 328px;
    height: 92px;
    padding: 10px;
    margin: 5px 0 7px 0;
    font-size: 13px;
    color: #FFF;
    -moz-border-radius: 5px;
}
#low-inventory-message .alert,
#out-of-stock-message .alert {
    float: left;
    width: 32px;
    height: 32px;
    background: transparent url('../images/sprites/sb2_pd_sprite.png') -167px -126px;
}
#low-inventory-message .message,
#out-of-stock-message .message {
    float: left;
    width: 283px;
    padding-left: 10px;
}
#out-of-stock-message .message a,
#out-of-stock-message .message a:visited {
    color: #FFF;
    text-decoration: none;
}
#out-of-stock-message .message a:hover {
    text-decoration: underline;
}

.video-title {
    color: #666666;
    font-family: "Lucida Sans","Lucida Grande",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 2px 0;
    padding: 0;
}
.video-thumbnail a {
    margin-top: 10px;
    display: block;
    width: 48px;
    height: 48px;
    background: transparent url('../images/sprites/sb2_pd_sprite.cb20111103.png') no-repeat -2px -159px;
}
#product-image .video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
#navigation .header-data .nav-column {
    padding-bottom: 10px;
    margin-left: 10px;
    float: left;
}
#navigation .header-data .nav-column.men {                                        
    margin-left: 0;
    padding-left: 10px;
}
#navigation .header-data .nav-column .column-header {
    float: left;
    padding: 10px 0 0 10px;
}
#navigation .header-data .nav-column .column-header .icon {
    float: left;
    width: 43px;
    height: 43px;
    margin: 0 5px 5px 0
}
#navigation .header-data .nav-column .column-header .text {
    float: left;
    font-size: 18px;
    height: 43px;
    line-height: 43px;
}
#navigation .header-data .nav-column .block {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    float: none;
    clear: both;
}
#navigation .header-data .nav-column .block .title {
    margin: 0;
}
#navigation .header-data .nav-column .block .title a {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
#navigation .header-data .nav-column .block .title a:hover {
    color: #CC0000;
}
#navigation .header-data .nav-column .block .title span {
    font-size: 12px;
    color: #999;
}
#navigation .header-data .nav-column .block .title .arrow {
    display: inline-block;
    width: 8px;
    height: 14px;    
}
/* Women */
#navigation .header-data .nav-column.women .block .title .arrow {
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20121206.png') no-repeat -412px -1px;
}
#navigation .header-data .nav-column.women .column-header .icon {
   background: transparent url('../images/sprites/sb2_h-f_sprite.cb20121206.png') no-repeat -245px -79px;
}
#navigation .header-data .nav-column.women .column-header .text {
    color: #ff6867;
}
#navigation .header-data .nav-column.men {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}
/* Men */
#navigation .header-data .nav-column.men .block .title .arrow {
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20121206.png') no-repeat -423px -1px;
}
#navigation .header-data .nav-column.men .column-header .icon {
   background: transparent url('../images/sprites/sb2_h-f_sprite.cb20121206.png') no-repeat -291px -79px;
}
#navigation .header-data .nav-column.men .column-header .text {
    color: #3531ff;
}
/* Kids */
#navigation .header-data .nav-column.kids .block .title .arrow {
    background: transparent url('../images/sprites/sb2_h-f_sprite.cb20121206.png') no-repeat -434px -1px;
}
#navigation .header-data .nav-column.kids .column-header .icon {
   background: transparent url('../images/sprites/sb2_h-f_sprite.cb20121206.png') no-repeat -335px -79px;
}
#navigation .header-data .nav-column.kids .column-header .text {
    color: #009900;
}
#navigation .header-data .nav-column.kids .block .title a {
    font-size: 14px;
}

/* Promo bar */
#static-wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 100; 
    background-color: transparent; 
} 
#static-wrapper .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;        
    background-color: transparent;
    z-index: 100;
    display: none;
}
#static-wrapper .bar .left-filler {
    position: absolute;
    left: 2%;
    bottom: 0;
    height: 30px;
    width: 91%;
    z-index: 1;
    background: transparent url('../images/promo-bar/bb_bg.cb20120120.jpeg') repeat-x;
}
#static-wrapper .bar .right-filler {
    position: absolute;
    right: 2%;
    bottom: 0;
    height: 30px;
    width: 5%;
    z-index: 1;
    background: transparent url('../images/promo-bar/bb_bg.cb20120120.jpeg') repeat-x;
}
#static-wrapper .bar .left-wrapper,
#static-wrapper .bar .right-wrapper,
#static-wrapper .show {
    position: absolute;   
    height: 30px;  
    z-index: 100;
}
#static-wrapper .bar .left-wrapper {
    left: 1%;   
    width: 400px;
}
#static-wrapper .bar .right-wrapper {
    right: 1%;
    width: 233px;    
}
#static-wrapper .show {  
    right: 1%;  
    width: 44px;   
    bottom: 0;        
    z-index: 99;
    background: transparent url('../images/promo-bar/bb_open_right.cb20120120.png') no-repeat 0 0;
    display: none;
}
#static-wrapper .logo {
    float: left;
    width: 41px;
    height: 30px;
    z-index: 2;
    background: transparent url('../images/promo-bar/bb_e_left.cb20120120.png') no-repeat 0 0;
}   
#static-wrapper .bar .promos-wrapper {
    position: relative;
    float: left;
    height: 30px;
    z-index: 2;
    background: transparent url('../images/promo-bar/bb_bg.cb20120120.jpeg') repeat-x;
}
#static-wrapper .bar .promos {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: auto;
    background: transparent;
}
#static-wrapper .bar .promos .promo {
    float: left;
}
#static-wrapper .bar .promos .promo table {
    margin: 0;
}
#static-wrapper .bar .promos .promo table td {
    vertical-align: bottom;
    padding: 0 5px 0 0;
}
#static-wrapper .bar .promos .promo img {
    float: left;
}
#static-wrapper .bar .right-wrapper .user-controls {
    float: left;
    width: 189px;
    height: 29px;
    margin-top: 1px;
    background-color: #FFF;
/*    background: transparent url('../images/promo-bar/bb_bg.cb20120120.jpeg') repeat-x;*/
}
#static-wrapper .bar .right-wrapper a {
    display: block; 
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    text-align: right;    
    color: #999;
    font-weight: bold;
    border-left: 1px solid #CCC;
    text-decoration: none;    
}  
#static-wrapper .bar .right-wrapper a:hover {
    color: #666;
}
#static-wrapper .show a {
    display: block; 
    width: 100%;
    height: 100%;
}
#static-wrapper .bar .right-wrapper .account { 
    width: 95px;
    padding-right: 5px;
    background: transparent url('../images/promo-bar/bb_account.cb20120120.jpeg') no-repeat 5px 9px;
}
#static-wrapper .bar .right-wrapper .cart { 
    width: 50px;
    padding-right: 5px;
    background: transparent url('../images/promo-bar/bb_cart.cb20120120.jpeg') no-repeat 5px 8px;
}
#static-wrapper .bar .right-wrapper .help { 
    width: 31px;
    background: transparent url('../images/promo-bar/bb_whats-this.cb20120120.jpeg') no-repeat 5px 6px;
}
#static-wrapper .bar .right-wrapper .hide { 
    width: 44px;
    background: transparent url('../images/promo-bar/bb_close_right.cb20120201.png') no-repeat 0 0;
    border: none;
}


