body{	margin:0; 	padding:0;	font-family: 'Roboto', sans-serif;	}*{	margin:0;	padding:0;	box-sizing:border-box;	-moz-box-sizing:border-box;	-webkit-box-sizing:border-box;	-o-box-sizing:border-box; 	-ms-box-sizing:border-box;}
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 16px;
}
body {
    color: #333333;
    font: 75%/150% Arial,Helvetica,sans-serif;
    text-align: center;
}
img {
    border: 0 none;
    vertical-align: top;
}
a {
    color: #066CC3;
    text-decoration: none;
}
a:hover {
    color: #CE001A;
    text-decoration: none;
}
:focus {
    outline: 0 none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px;
}
h1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
}
h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.25;
}
h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.25;
}
h4 {
    font-size: 14px;
    font-weight: bold;
}
h5 {
    font-size: 12px;
    font-weight: bold;
}
h6 {
    font-size: 11px;
    font-weight: bold;
}
form {
    display: inline;
}
fieldset {
    border: 0 none;
}
legend {
    display: none;
}
table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
strong {
    font-weight: bold;
}
address {
    font-style: normal;
}
cite {
    font-style: normal;
}
q, blockquote {
    quotes: none;
}
q:before, q:after {
    content: "";
}
small, big {
    font-size: 1em;
}
sup {
    font-size: 1em;
    vertical-align: top;
}
ul, ol {
    list-style: none outside none;
}
p {
    font-size: 14px;
    line-height: 1.5em;
    color: #747474;
}
.hidden {
    border: 0 none !important;
    display: block !important;
    font-size: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 0 !important;
}
.nobr {
    white-space: nowrap !important;
}
.wrap {
    white-space: normal !important;
}
.a-left {
    text-align: left !important;
}
.a-center {
    text-align: center !important;
}
.a-right {
    text-align: right !important;
}
.v-top {
    vertical-align: top;
}
.v-middle {
    vertical-align: middle;
}
.f-left, .left {
    float: left !important;
}
.f-right, .right {
    float: right !important;
}
.f-none {
    float: none !important;
}
.f-fix {
    float: left;
    min-height: 147px;
    position: relative;
    width: 100%;
}
.no-display {
    display: none;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.no-bg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.wrapper {
}
.page {
    text-align: left;
}
.page-print {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 20px;
    text-align: left;
}
.page-empty {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 20px;
    text-align: left;
}
.page-popup {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 20px;
    text-align: left;
}
.main-container {
    background: url("../images/img/top-bg-line.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
body.cms-index-index .main-container, body.cms-index-defaultindex .main-container {
    background-image: none;
}
.main {
    margin: 0 auto;
    min-height: 370px;
    padding: 50px 0 30px;
    width: 1170px;
}
body.cms-index-index .main, body.cms-index-defaultindex .main {
    padding: 20px 0;
}
.col-left {
    float: left;
    padding: 0 20px 0 0;
    width:20%;
}
.col-main {
    float: left;
    padding: 0;
    width: 77%;
}
.col-right {
    float: right;
    padding: 0 0 0 20px;
    width: 20%;
}
.col1-layout .col-main {
    float: none;
    width: auto;
}
.col2-left-layout .col-main {
    float: right;
}
.col2-right-layout .col-main {
}
.col3-layout .col-main {
    width: 480px;
}
.col3-layout .col-wrapper {
    float: left;
    width: 720px;
}
.col3-layout .col-wrapper .col-main {
    float: right;
}
.col2-set .col-1 {
    float: left;
    width: 49%;
}
.col2-set .col-2 {
    float: right;
    width: 49%;
}
.col2-set .col-narrow {
    width: 33%;
}
.col2-set .col-wide {
    width: 65%;
}
.col3-set .col-1 {
    float: left;
    width: 32%;
}
.col3-set .col-2 {
    float: left;
    margin-left: 2%;
    width: 32%;
}
.col3-set .col-3 {
    float: right;
    width: 32%;
}
.col4-set .col-1 {
    float: left;
    width: 23.5%;
}
.col4-set .col-2 {
    float: left;
    margin: 0 2%;
    width: 23.5%;
}
.col4-set .col-3 {
    float: left;
    width: 23.5%;
}
.col4-set .col-4 {
    float: right;
    width: 23.5%;
}
input, select, textarea, button {
    color: #000000;
    font-size: 14px;
    vertical-align: middle;
}
input.input-text, select, textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 2px;
    float: left;
    padding: 4px;
}
input.input-text:hover, select:hover, textarea:hover {
    border: 1px solid #CCCCCC;
}
input.input-text:focus, select:focus, textarea:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #BBBBBB #CCCCCC #CCCCCC;
    border-image: none;
    border-right: 1px solid #CCCCCC;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    outline: medium none;
}
input.input-text.validation-failed, select.validation-failed, textarea.validation-failed {
    padding: 3px;
}
select option {
    padding-right: 10px;
}
select.multiselect option {
    border-bottom: 1px solid #DDDDDD;
    padding: 2px 5px;
}
select.multiselect option:last-child {
    border-bottom: 0 none;
}
textarea {
    overflow: auto;
}
input.radio {
    margin-right: 3px;
}
input.checkbox {
    margin-right: 3px;
}
input.qty {
    width: 2.5em !important;
}
button.button::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
button.button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}
button.button span {
    background-color: #3285C5;
    border-radius: 4px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: verdana;
    font-size: 14px;
	padding: 5px 10px;
    text-align: center;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s;
    white-space: nowrap;
}
button.button:hover span {
    background-color: #CCCCCC;
    color: #333333;
}
button.button span span {
    height: 35px;
    line-height: 35px;
    padding: 0 23px 0 15px;
}
button.button.btn-inline span, .product-view .box-tags .form-add button.button span {
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    padding: 0 0 0 8px;
}
button.button.btn-inline:hover span, .product-view .box-tags .form-add button.button:hover span {
}
button.button.btn-inline span span, .product-view .box-tags .form-add button.button span span {
    padding: 0 12px 0 4px;
}
button.button.btn-inline:hover span span, .product-view .box-tags .form-add button.button:hover span span {
}
button.button.btn-cart span {
}
button.button.btn-cart:hover span {
    background-color: #D31D2C;
    color: #FFFFFF;
}
button.small-button span {
    background: url("../images/img/btn-small-grey.png") no-repeat scroll 0 -20px rgba(0, 0, 0, 0);
    color: #555555;
    float: left;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    padding: 0 0 0 8px;
    text-align: center;
    white-space: nowrap;
}
button.small-button:hover span {
    background-position: 0 -60px;
    color: #222222;
}
button.small-button span span {
    background-position: 100% 0;
    padding: 0 14px 0 4px;
}
button.small-button:hover span span {
    background-position: 100% -40px;
}.clear{	clear:both;}.container{	width:1170px; 	margin:0 auto;	}.header-top{	background:#fff;	}.header-top .contact-detail{	display: inline-block;	}.header-top ul{	list-style-type:none;	}.header-top .contact-detail li {    float: left;    padding: 0 6px;	margin-top: 14px;}.header-top .contact-detail li:nth-child(2){	border:none;}.header-top .contact-detail a{	text-decoration:none;	color:#747474;	font-size: 12px;	}.header-top .info a{	float:left;	text-decoration:none;	color:#626262;	font-size: 14px;	}.header-top .login{	float:right;	}.header-top .login li {    float: left;    border-right: 0.1px solid #e5e5e5;    padding: 14px 0;}.header-top .login li:nth-child(3){	border:none;}.header-top .login a{	text-decoration:none;	padding:0 16px;	color:#747474;	font-size: 12px;	display: inline-block;	}.header{	background:#6da7d1;	padding: 70px 0 50px;}	.header .logo{	margin: 0 0 20px;	}.header .container {    position: relative;}.header .boxes {    float: right;    max-width: 450px;	margin-top: 10px;	position: absolute; z-index:10;   top: -70px;    right: 0;}#search_mini_form{	display:block;}
.product-view .btn-cart span, button.btn-checkout span {
    background-color: #BF2330;
    color: #FFFFFF;
    height: 35px;
    line-height: 20px;
    padding: 0 0 0 8px;
}
.product-view .btn-cart:hover span, button.btn-checkout:hover span {
    background-color: #D31D2C;
    color: #FFFFFF;
}
.product-view .btn-cart span span, button.btn-checkout span span {
    height: 35px;
    line-height: 35px;
    padding: 0 23px 0 15px;
}
.product-view .btn-cart span span .img-cart {
    background: url("../images/img/ic-cart-white.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    float: right;
    height: 21px;
    padding: 0 0 0 10px;
    width: 25px;
}
button.btn-checkout span span .img-checkout {
    background: url("../images/img/ic-checkout-white.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    float: right;
    height: 21px;
    padding: 13px 0 0 7px;
    width: 16px;
}
p.control input.checkbox, p.control input.radio {
    margin-right: 6px;
}
.form-list li {
    margin: 0 0 8px;
}
.form-list label {
    color: #555555;
    float: left;
    font-weight: bold;
    margin: 0 0 2px;
    position: relative;
    z-index: 0;
}
.form-list label.required {
}
.form-list label.required em {
    color: #EB340A;
    float: right;
    font-style: normal;
    position: absolute;
    right: -8px;
    top: 0;
}
.form-list li.control label {
    float: none;
}
.form-list li.control input.radio, .form-list li.control input.checkbox {
    margin-right: 6px;
}
.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}
.form-list .input-box {
    clear: both;
    display: block;
}
.form-list .field {
    float: left;
    width: 275px;
}
.form-list input.input-text {
    width: 254px;
}
.form-list textarea {
    height: 10em;
    width: 254px;
}
.form-list select {
    width: 260px;
}
.form-list li.wide .input-box {
    width: 535px;
}
.form-list li.wide input.input-text {
    width: 529px;
}
.form-list li.wide textarea {
    width: 529px;
}
.form-list li.wide select {
    width: 535px;
}
.form-list li.additional-row {
    border-top: 1px solid #E5E5E5;
    margin-top: 10px;
}
.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}
.form-list .input-range input.input-text {
    width: 74px;
}
.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}
.form-list .name-prefix {
    width: 65px;
}
.form-list .name-prefix select {
    width: 55px;
}
.form-list .name-prefix input.input-text {
    width: 49px;
}
.form-list .name-suffix {
    width: 65px;
}
.form-list .name-suffix select {
    width: 55px;
}
.form-list .name-suffix input.input-text {
    width: 49px;
}
.form-list .name-middlename {
    width: 70px;
}
.form-list .name-middlename input.input-text {
    width: 49px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname, .form-list .customer-name-prefix-middlename .name-firstname {
    width: 140px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-middlename .name-firstname input.input-text {
    width: 124px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}
.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname {
    width: 210px;
}
.form-list .customer-name-suffix .name-lastname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname {
    width: 205px;
}
.form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text, .form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}
.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}
.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}
.form-list .customer-dob label {
    color: #888888;
    font-size: 10px;
    font-weight: normal;
}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
    width: 60px;
}
.form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text {
    width: 46px;
}
.form-list .customer-dob .dob-year {
    width: 140px;
}
.form-list .customer-dob .dob-year input.input-text {
    width: 134px;
}
#oar_widget_orders_and_returns_form ul li {
    height: 30px;
    margin: 0 0 5px;
}
.buttons-set {
    clear: both;
    margin: 5px 0 0;
    padding: 5px;
}
.buttons-set .back-link {
    float: left;
}
.buttons-set .back-link a {
    background: url("../images/img/icons.png") no-repeat scroll 10px -232px #EEEEEE;
    border-radius: 3px;
    color: #666666;
    display: block;
    padding: 8px 15px 8px 32px;
}
.buttons-set .back-link a:hover {
    background-color: #E5E5E5;
    color: #333333 !important;
}
.buttons-set .back-link small {
    display: none;
}
.buttons-set button.button {
    float: right;
    margin-left: 3px;
}
.buttons-set p.required {
    margin: 0 0 5px;
}
.buttons-set button.button span span {
    padding-left: 30px;
    padding-right: 38px;
}
.contacts-index-index .buttons-set {
    float: left;
    margin-top: -10px;
}
.contacts-index-index .buttons-set .required {
    text-align: left;
}
.contacts-index-index .buttons-set .button {
    margin-left: 0;
}
.multiple-checkout .col2-set, .multiple-checkout .col3-set, .info-set {
    border: 15px solid #EEEEEE;
    margin: 25px 0 20px;
    padding: 30px 20px 20px;
}
.multiple-checkout .col2-set h2.legend, .info-set h2.legend {
    background-color: #FFFFFF;
    color: #CE001A;
    float: left;
    font-size: 14px;
    margin: -47px 0 0 1px;
    padding: 0 15px;
}
.fieldset{
 border: 1px solid #066CC3;
    margin: 25px 0 20px;
    padding: 23px 20px 20px;
}
.fieldset .legend
{
 font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #066CC3;
    padding: 0 0 5px;
    margin-bottom: 25px;
}
.validation-advice {
    clear: both;
    color: #EE001C;
    font-size: 10px;
    line-height: 12px;
    margin: 3px 0 0;
    min-height: 12px;
}
.validation-failed {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 2px solid #EE001C !important;
    border-radius: 4px;
    padding: 3px;
}
.validation-passed {
}
p.required {
    color: #EE001C;
    font-size: 10px;
    text-align: right;
}
.v-fix {
    float: left;
}
.v-fix .validation-advice {
    display: block;
    margin-right: -12em;
    position: relative;
    width: 12em;
}
.success {
    color: #3D6611;
    font-weight: bold;
}
.error {
    color: #EE001C;
    font-weight: bold;
}
.notice {
    color: #CCCCCC;
}
.messages, .messages ul {
    list-style: none outside none !important;
    margin: 0;
    padding: 0;
}
.messages {
    margin: 0 0 10px;
    overflow: hidden;
}
.messages li {
    line-height: 15px;
    margin: 0 0 5px;
}
.messages li li {
    margin: 0 0 5px;
}
.messages a {
    text-decoration: underline;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
    background-position: 25px center !important;
    background-repeat: no-repeat !important;
    font-size: 12px !important;
    padding: 25px 25px 25px 80px !important;
}
.error-msg {
    background-color: #F5DAD3;
    background-image: url("../images/i_msg-error.png");
    border-color: #F16048;
    color: #DF280A;
}
.success-msg {
    background-color: #E9FFCA;
    background-image: url("../images/i_msg-success.png");
    border-color: #529327;
    color: #296A23;
}
.note-msg, .notice-msg {
    background-color: #FDEDA4;
    background-image: url("../images/i_msg-note.png");
    border-color: #FCD344;
    color: #7C622A;
}
.note-msg.empty-catalog {
    background: url("../images/ico/empty-catalog.png") no-repeat scroll 30px 90px rgba(0, 0, 0, 0) !important;
    color: #777777;
    padding: 140px 30px 150px 170px !important;
}
.breadcrumbs {
    height: 50px;
    margin: -50px 0 0;
}
.breadcrumbs ul {
    padding-top: 11px;
}
.breadcrumbs li {
    color: #292929;
    display: inline;
    font-size: 14px;
}
.breadcrumbs a {
    border-bottom: medium none;
    display: block;
    float: left;
}
.breadcrumbs a:hover {
    color: #000000;
}
.breadcrumbs li span {
    background: url("../images/img/pix.png") no-repeat scroll 0 -129px rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 5px;
    margin: 6px 4px 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 7px;
}
.breadcrumbs li strong {
    display: block;
    font-weight: normal;
}
.page-title {
    margin: 0 0 15px;
    padding: 0;
}
.page-title h1, .page-title h2 {
    color: #066CC3;
    margin: 0;
	font-size:25px;
}
.page-title .separator {
    margin: 0 3px;
}
.page-title .link-rss {
    float: right;
}
.title-buttons {
    text-align: right;
}
.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
    float: left;
}
.subtitle {
    clear: both;
}
.pager, .sorter {
    background-color: #F5F5F5;
    color: #555555;
    line-height: 27px;
    padding: 7px 7px 7px 10px;
}
.sorter .amount, .pager .amount {
    border-right: 1px solid #E5E5E5;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
}
.toolbar .pager {
    margin: 0 0 5px;
}
.toolbar {
    margin-bottom: 5px;
	display: none;
}
.toolbar-bottom {
    margin-top: 5px;
}
.sorter {
    height: 28px;
}
.sorter .view-mode {
    float: left;
}
.sorter .view-mode label {
    float: left;
    margin-right: 4px;
}
.sorter .view-mode .grid, .sorter .view-mode .list {
    background: url("../images/img/pix.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 26px;
    margin: 1px 0 0 3px;
    overflow: hidden;
    text-indent: -9999px;
    width: 26px;
}
.sorter .view-mode .grid {
    background-position: 0 -277px;
}
.sorter .view-mode .list {
    background-position: -27px -277px;
}
.sorter .view-mode a.grid:hover {
    background-position: 0 -304px;
}
.sorter .view-mode a.list:hover {
    background-position: -27px -304px;
}
.sorter .view-mode span.grid, .sorter .view-mode span.list {
    background-color: #EAEAEA;
}
.sorter .view-mode a:hover {
    background-color: #EAEAEA;
}
.sorter .sort-by {
    float: right;
}
.sorter .sort-by .category-asc, .sorter .sort-by .category-desc {
    display: inline-block;
    height: 25px;
    overflow: hidden;
    text-indent: -9999px;
    width: 25px;
}
.sorter .sort-by .category-asc {
    background: url("../images/img/pix.png") no-repeat scroll 0 -85px rgba(0, 0, 0, 0);
}
.sorter .sort-by .category-desc {
    background: url("../images/img/pix.png") no-repeat scroll -27px -85px rgba(0, 0, 0, 0);
}
.sorter .sort-by .category-asc:hover {
    background-color: #EAEAEA;
    background-position: -81px -85px;
}
.sorter .sort-by .category-desc:hover {
    background-color: #EAEAEA;
    background-position: -54px -85px;
}
.sorter .link-feed {
}
.sorter .limiter {
    border-right: 1px solid #E5E5E5;
    float: right;
    margin-right: 10px;
    padding-right: 10px;
}
.pager {
    margin: 10px 0;
}
.pager .limiter {
    border-left: 1px solid #E5E5E5;
    float: right;
    margin-left: 10px;
    padding-left: 10px;
}
.pager .pages {
    float: right;
    margin-top: 1px;
}
.pager .pages strong, .pager .pages span {
    float: left;
    font-weight: normal;
    line-height: 25px;
    padding: 0 3px 0 0;
}
.pager .pages ol {
    display: inline;
}
.pager .pages li {
    display: block;
    float: left;
    font-family: Tahoma,Geneva,sans-serif;
    height: 25px;
    line-height: 25px;
    margin: 0 0 0 3px;
    text-align: center;
    width: 25px;
}
.pager .pages li a {
    background-color: #EAEAEA;
    color: #555555;
    display: block;
}
.pager .pages li a:hover {
    background-color: #F5F5F5;
    color: #CE001A;
}
.pager .pages li.current {
    background-color: #DDDDDD;
    background-image: none;
    color: #CE001A;
}
.pager .pages li a.previous {
    background-image: url("../images/img/pix.png");
    background-position: 0 -55px;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}
.pager .pages li:hover a.previous {
    background-position: -50px -55px;
}
.pager .pages li a.next {
    background-image: url("../images/img/pix.png");
    background-position: -25px -55px;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
}
.pager .pages li:hover a.next {
    background-position: -75px -55px;
}
.data-table {
    width: 100%;
}
.data-table th, .data-table td {
    padding: 8px;
}
.data-table thead {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #CCCCCC;
}
.data-table thead th {
    font-family: Verdana,Geneva,sans-serif;
    font-weight: bold;
    vertical-align: middle;
    white-space: nowrap;
}
.data-table thead th.wrap {
    white-space: normal;
}
.data-table tr.odd td, .data-table tr.odd th {
    border-right: 1px solid #DDDDDD;
}
.data-table tr.odd td.last {
    border-right: medium none;
}
.data-table tr.odd.last {
    border-bottom: 1px solid #EEEEEE;
}
.data-table tr.even {
    background-color: #EEEEEE;
}
.data-table tr.even td, .data-table tr.even th {
    border-right: 1px solid #DDDDDD;
}
.data-table tr.even td.last {
    border-right: medium none;
}
.data-table tbody tr:hover {
}
.data-table tbody tr.product-shop-row:hover {
    background-color: #FFFFFF;
}
.data-table tbody.odd {
}
.data-table tbody.odd td {
    border-width: 0 1px;
}
.data-table tbody.odd tr.last {
    border-bottom: 1px solid #E5E5E5;
}
.data-table tbody.even {
    background-color: #F1F1F1;
}
.data-table tbody.even td {
    border-width: 0 1px;
}
.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
}
.data-table th .tax-flag {
    font-weight: normal;
    white-space: nowrap;
}
tr.summary-total {
    cursor: pointer;
}
tr.summary-total td {
}
tr.summary-total .summary-collapse {
    background: url("../images/bkg_collapse.gif") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    padding-left: 20px;
    text-align: right;
}
tr.show-details .summary-collapse {
    background-position: 0 -53px;
}
tr.show-details td {
}
tr.summary-details td {
    background-color: #F5F5F5;
    color: #777777;
    font-size: 11px;
    padding: 2px 5px !important;
}
tr.summary-details-first td {
    border-top: 1px solid #D5D5D5;
}
tr.summary-details-excluded {
    font-style: italic;
}
.cart-tax-info {
    display: block;
}
.cart-tax-info, .cart-tax-info .cart-price {
    padding-right: 20px;
}
.cart-tax-total {
    background: url("../images/bkg_collapse.gif") no-repeat scroll 100% 4px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    padding-right: 20px;
}
.cart-tax-info .price, .cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}
.cart-tax-total-expanded {
    background-position: 100% -53px;
}
.std .subtitle {
    padding: 0;
}
.std ol.ol {
    list-style: decimal outside none;
    padding-left: 1.5em;
}
.std dl dt {
    font-weight: bold;
}
.std dl dd {
    margin: 0 0 10px;
}
.std ul {
}
.std ul.bullet {
    list-style: none outside none;
    margin: 5px 0;
    padding: 0;
}
.std ul.bullet li {
    background: url("../images/img/bullet.png") no-repeat scroll 5px 4px rgba(0, 0, 0, 0);
    padding-left: 20px;
}
.std ul.disc, .data-table ul.disc {
    list-style: disc outside none;
    margin: 0 0 0 20px;
    padding: 0;
}
.std p {
    margin: 0 0 10px;
}
.std .products-grid p {
    margin-bottom: 0;
}
.links li {
    display: inline;
}
.links li.first {
    padding-left: 0 !important;
}
.links li.last {
    padding-right: 0 !important;
}
.link-cart {
    color: #555555;
    font-weight: bold;
}
.link-reorder {
    font-weight: bold;
}
.link-print {
    background: url("../images/i_print.gif") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    padding: 2px 0 2px 25px;
}
.link-rss {
    background: url("../images/i_rss.gif") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    padding-left: 18px;
    white-space: nowrap;
}
.cards-list dt {
    margin: 5px 0 0;
}
.cards-list .offset {
    padding: 2px 0 2px 20px;
}
.separator {
    color: #DDDDDD;
    font-weight: normal;
    margin: 0 3px;
}
.divider {
    background: url("../images/bkg_divider1.gif") repeat-x scroll 0 50% rgba(0, 0, 0, 0);
    clear: both;
    display: block;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 10px 0;
    overflow: hidden;
    text-indent: -999em;
}
.global-site-notice {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F5F5F5;
    border-color: #CFCFCF;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px;
    color: #2F2F2F;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
}
.global-site-notice .notice-inner {
    background: url("../images/i_notice.gif") no-repeat scroll 20px 25px rgba(0, 0, 0, 0);
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    text-align: left;
    width: 860px;
}
.global-site-notice .notice-inner p {
    border: 1px dotted #CCCC73;
    margin: 0;
    padding: 10px;
}
.global-site-notice .notice-inner .actions {
    padding-top: 10px;
}
.notice-cookie {
}
.noscript {
}
.demo-notice {
    background: none repeat scroll 0 0 #D75F07;
    border: 0 none;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.15;
    margin: 0;
    padding: 6px 10px;
    text-align: center;
}
.demo-notice .notice-inner {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0;
    text-align: center;
    width: auto;
}
.demo-notice .notice-inner p {
    border: 0 none;
    padding: 0;
}
.btn-remove, .btn-remove2, .btn-edit, .tool-tip .btn-close a {
    display: block;
    font-size: 0;
    height: 17px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 17px;
}
.btn-remove, .btn-remove2, .tool-tip .btn-close a {
    background: url("../images/img/pix.png") no-repeat scroll 0 -150px rgba(0, 0, 0, 0);
}
.btn-remove:hover, .btn-remove2:hover, .tool-tip .btn-close a:hover {
    background-position: -17px -150px;
}
.btn-remove:active, .btn-remove2:active, .tool-tip .btn-close a:focus {
    background-position: -34px -150px;
}
.btn-edit {
    background: url("../images/img/pix.png") no-repeat scroll 0 -250px rgba(0, 0, 0, 0);
    margin: 0 0 0 5px;
}
.btn-edit:hover {
    background-position: -17px -250px;
}
.btn-edit:active {
    background-position: -34px -250px;
}
.header-container {
    background: url("../images/img/header-gray-d.jpg") repeat-x scroll center 0 rgba(0, 0, 0, 0);
}
.header-container2 {
    background: url("../images/img/top-bg-plus.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
}
/*.header {
    color: #888888;
    height: 126px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 960px;
}
.header a {
    color: #888888;
}
.header a:hover {
    color: #BBBBBB;
}
.logo {
    float: left;
}
.header a.logo {
    float: left;
    height: 85px;
    margin: 0;
    max-width: 215px;
    padding-top: 1px;
    text-decoration: none !important;
}
.header .logo img {
    display: block;
    margin: 0 auto;
}
.header .logo strong {
    font-size: 0;
    height: 0;
    left: -999em;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    top: -999em;
    width: 0;
}
.header h1.logo {
    margin: 0;
}
.header .welcome-msg {
    margin-top: 5px;
}
.header .login-msg {
    float: right;
    margin-top: 29px;
}
.header .login-msg a {
    color: #777777;
}
.header .login-msg a:hover {
    color: #FFFFFF;
}
.header-right {
    float: right;
    height: 86px;
}
.header-right-secondary {
    font-size: 11px;
    height: 23px;
    padding-top: 1px;
    text-align: right;
}*/
.header-right-secondary a {
    color: #8BAED8;
}
.header-right-secondary a:hover {
    color: #FFFFFF;
}
.header-left {
    float: left;
    height: 86px;
    margin-left: 20px;
}
.header-contact-wrapper {
}
.header-banner-wrapper {
}
.header-top .header-top-search-wrapper {
    float: right;
    margin-top: 8px;
}
.header-top .lang-switcher, .header-top .currency-switcher {
    margin-right: 25px;
    margin-top: 7px;
}
.header-top .header-top-links-wrapper {
    float: left;
    margin-top: 13px;
}
.header-top-links-wrapper ul {
}
.header-top-links-wrapper li {
    border-right: 1px solid rgba(255, 255, 255, 0.075);
    float: left;
    line-height: 12px;
    padding: 0 8px;
}
.header-top-links-wrapper li.first {
    padding-left: 0;
}
.header-top-links-wrapper li.last {
    border-right: 0 none !important;
    padding-right: 0;
}
.header-top .header-top-help-wrapper {
    float: left;
    margin-right: 20px;
}
.header-top .header-top-help-wrapper .phone {
    background: url("../images/img/ic-phone-gray.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-top: 10px;
    padding: 0 0 0 24px;
}
.user-menu {
    float: right;
    margin: 10px 0 10px 10px;
}
.user-menu ul {
    float: left;
}
.user-menu > ul > li {
    background-color: rgba(255, 255, 255, 0.1);
    background-image: url("../images/img/ic-toplinks-wishlist.png");
    background-position: center 5px;
    background-repeat: no-repeat;
    border-radius: 2px;
    display: block;
    float: left;
    margin-left: 10px;
}
.user-menu > ul > li:hover {
    background-color: rgba(255, 255, 255, 0.2);
    background-position: center -37px;
}
.user-menu > ul > li.item-1 {
    background-image: url("../images/img/ic-toplinks-account.png");
}
.user-menu > ul > li.item-2 {
    background-image: url("../images/img/ic-toplinks-wishlist.png");
}
.user-menu > ul > li.item-3 {
    background-image: url("../images/img/ic-toplinks-log.png");
}
.user-menu > ul > li.item-4, .user-menu > ul > li.item-5, .user-menu > ul > li.item-6, .user-menu > ul > li.item-7 {
    background-image: url("../images/img/ic-toplinks-default.png");
}
.user-menu > ul > li.user-menu-signup {
    background-image: url("../images/img/ic-toplinks-signup.png");
}
.user-menu > ul > li.user-menu-custom {
    background-image: url("../images/img/ic-toplinks-custom.png");
}
.user-menu > ul > li.user-menu-cart {
    background-image: none;
}
.user-menu > ul > li > a {
    color: #AAAAAA;
    display: block;
    font-size: 11px;
    height: 22px;
    min-width: 58px;
    padding: 20px 6px 0;
    text-align: center;
}
.user-menu > ul > li:hover > a {
    color: #DDDDDD;
}
.user-menu .user-menu-item {
    color: #AAAAAA;
}
.user-menu .user-menu-item:hover {
    color: #DDDDDD;
}
.user-menu .user-menu-cart {
    height: 42px;
    padding: 0;
}
.user-menu .user-menu-cart:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.quick-search-wrapper {
    float: right;
    margin-left: 10px;
    position: relative;
    width: 255px;
}
.header .advanced-search-link {
    bottom: -2px;
    color: #BCBCBC;
    position: absolute;
    right: 8px;
    visibility: hidden;
}
.header .quick-search-wrapper:hover .advanced-search-link {
    visibility: visible;
}
.header .advanced-search-link:hover {
    color: #FFFFFF;
}
.header .form-search {
    height: 30px;
    padding: 0;
    position: relative;
    text-align: right;
}
.header .form-search label {
    color: #FFFFFF;
    display: none;
    float: left;
    margin: 3px 4px 0 0;
}
.header .form-search .input-text {
    background: url("../images/img/icons.png") no-repeat scroll 100% -356px #fff;
    border: medium none;
    border-radius: 0;
    color: #4B4B4B;
    float: left;
    font-size: 11px;
    height: 30px;
    padding-left: 10px;
    width: 251px;
}
/* .header .form-search .input-text:hover {
    background-color: #B5B5B5;
} */
.header .form-search .input-text:focus {
    background-color: #EEEEEE;
    box-shadow: none;
    color: #333333;
}
.header .form-search .button {
    float: left;
    height: 19px;
    margin: 2px 0 0 -21px;
    width: 19px;
	display:none;
}
.header .form-search .button span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
}
.header .form-search .search-autocomplete {
    left: 0 !important;
    position: relative;
    top: 29px !important;
    z-index: 2000;
}
.header .form-search .search-autocomplete ul {
    background-color: #FFFFFF;
    border-radius: 2px;
    margin-top: -2px;
    text-align: left;
}
.header .form-search .search-autocomplete li {
    border-bottom: 1px solid #EEEEEE;
    color: #777777;
    cursor: pointer;
    padding: 3px 5px;
}
.header .form-search .search-autocomplete li:hover {
    color: #CE001A;
}
.header .form-search .search-autocomplete li.last {
    border-bottom: medium none;
}
.header .form-search .search-autocomplete li.first {
    border-top: medium none;
}
.header .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
    padding-left: 5px;
}
.nav-container {
	position:relative;
}
.form-search {
    width: 250px;
    position: relative;
}
.form-search label, .form-search .button span{
	display:none;
}
.form-search input {
    width: 77%;
    height: 30px;
    float: none;
}
.form-search .button {
    width: 30px;
    background-color: #000;
    position: absolute;
	right: 45px;
	top: 25px;
    bottom: 0;
    height: 30px;
}

#nav li div.form-search {
    display: block;
    position: absolute;
    right: 0;
    left: unset;
    top: 23px;
    width: 288px;
}
.navbar #nav li.search-icon .level0{
	width: 330px;
	top: 48px;
}
.form-search .fa{
	color: #fff;
}
/*.navbar-bg {
    background: url("../images/img/navbar-red.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.navbar {
    background-position: left top;
    background-repeat: repeat-x;
    float: left;
    height: 41px;
    padding-top: 10px;
    width: 944px;
}*/

.navbar{
	background:#fff;
	  border-bottom: 1px solid #cccccc;
	  box-shadow:0px 10px 50px -2px rgba(0, 0, 0, 0.14);
	  -moz-box-shadow:0px 10px 50px -2px rgba(0, 0, 0, 0.14);
	  -webkit-box-shadow:0px 10px 50px -2px rgba(0, 0, 0, 0.14);
	  -o-box-shadow:0px 10px 50px -2px rgba(0, 0, 0, 0.14); 
	  -ms-box-shadow:0px 10px 50px -2px rgba(0, 0, 0, 0.14);
}

.nav-container .navbar{
	border:none;
	box-shadow:none;
}
.navbar ul{	list-style-type:none;	padding-top: 33px;}.navbar li{	display:inline-block;	padding: 0 16px;}.downp{	transform:rotate(45deg);	-webkit-transform:rotate(45deg);		}
#nav {
 /*   font-size: 12px;
    height: 41px;
    margin: 0;*/
    position: relative;
    z-index: 2000;
}

#nav li a {
    border: medium none;
    color: #333333;
    display: block;
    float: left;
    line-height: 15px;
    text-decoration: none;
}.navbar a.level-top {    text-decoration: none;    color: #004090;    text-transform: uppercase;    font-size: 14px;}
#nav li.over {
}
#nav li.parent {
}
#nav li a span {
    display: block;
    white-space: nowrap;
}
#nav li ul a span {
    white-space: normal;
}
#nav > li > a {
    color: #EEEEEE;
    display: block;
    font-size: 13px;
    height: 43px;
    padding: 0 0 0 8px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

/*li.level0.nav-1.first.level-top.parent {
	background:url(../images/arrow_d.png) no-repeat 0 4px;
    background: url(https://reviewmeta.com/public/imgs/icons/b-arrow-down-small.png) no-repeat 0 4px none;
    background-position-x: right;
}
li.level0.nav-2.level-top.parent{
    background:url(../images/arrow_d.png) no-repeat 0 4px;
    background: url(https://reviewmeta.com/public/imgs/icons/b-arrow-down-small.png) no-repeat 0 4px none;
    background-position-x: right;
}
#nav > li.parent:hover > a, #nav > li.parent.active > a {
    background: url("../images/img/menu-tabs.png") no-repeat scroll 0 -41px rgba(0, 0, 0, 0);
    padding-top: 0;
}*/
.navbar #nav ul.level0, #nav > li div{	top:65px;}
.navbar #nav ul.level0{
	border-top:2px solid #000;
}
#nav > li:hover > a, #nav > li.active > a {    
    padding-top: 0;
}
#nav > li:hover > a {
    position: relative;
    z-index: 2001;
}
#nav > li.parent.active > a {
    color: #555555;
}
/*#nav > li.parent:hover > a span, #nav > li.parent.active > a span {
    background: url("../images/img/menu-tabs.png") no-repeat scroll 100% 0 rgba(0, 0, 0, 0);
    display: block;
    height: 28px;
    padding-top: 13px;
    text-shadow: none;
}
#nav > li:hover > a span, #nav > li.active > a span {
    background: url("../images/img/menu-tabs.png") no-repeat scroll 100% -82px rgba(0, 0, 0, 0);
    display: block;
    height: 28px;
}*/
#nav > li:hover > a span {
    color: #000;
}
#nav ul li.active > a {
    color: #000;
}
#nav ul li a:hover {
    color: #000;
}
#nav li ul.shown-sub, #nav li div.shown-sub {
    z-index: 2000 !important;
}
#nav .nav-custom-link > a {
    cursor: default;
}
#nav li.nav-custom-link {
    position: static;
}
#nav .nav-custom-link ul.level0 {
    background-color: #FFFFFF;
    display: none;
    left: -10000px;
    padding: 25px 21px 5px;
    position: absolute;
    top: 41px;
    width: 918px;
}
#nav .nav-custom-link ul.level0.shown-sub {
    display: block;
    left: -8px;
}
#nav .header-nav-dropdown-wrapper {
    display: block;
    margin: 0 !important;
    padding: 0 0 20px !important;
    position: static;
    width: 100% !important;
}
#nav .header-nav-dropdown-wrapper * {
    border: 0 none;
    margin: 0;
    padding: 0;
}
#nav .header-nav-dropdown-wrapper li {
    float: left;
    margin-right: 2.5%;
    width: 23.125%;
}
#nav .header-nav-dropdown-wrapper li.first {
}
#nav .header-nav-dropdown-wrapper li.last {
    margin-right: 0;
}
#nav .header-nav-dropdown-wrapper p {
    color: #555555;
    margin: 10px 0;
}
#nav .header-nav-dropdown-wrapper .heading {
    margin: 10px 0;
}
#nav .header-nav-dropdown-wrapper a {
    color: #066CC3;
    display: inline;
}
#nav .header-nav-dropdown-wrapper a:hover {
    color: #CE001A;
}
#nav #nav-home-link .show-home-img {
    background: url("../images/img/pix.png") no-repeat scroll 0 -335px rgba(0, 0, 0, 0);
    height: 41px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 40px;
}
#nav #nav-home-link .show-home-img:hover {
    background-position: -46px -335px;
}.navbar .nav-container ul#nav li a.level-top {    text-decoration: none;    color: #004090;    text-transform: uppercase;    font-size: 14px;    text-shadow: unset;}

.dropdown {
    float: right;
    height: 23px;
    position: relative;
}
.dropdown p {
    display: block;
    float: left;
}
.dropdown .label {
    padding: 3px 4px;
    position: relative;
    z-index: 4001;
}
.dropdown .text {
    background: url("../images/img/arrow-dropdown-gray.png") no-repeat scroll 100% 9px rgba(0, 0, 0, 0);
    padding: 3px 13px 3px 0;
}
.dropdown ul {
    display: none;
    left: 0;
    padding: 17px 20px;
    position: absolute;
    top: 0;
    z-index: 4001;
}
.dropdown:hover ul {
    display: block;
}
.dropdown.hover:hover ul {
    display: none;
}
.top-dropdown p {
    height: 18px;
}
.top-dropdown:hover {
    color: #BBBBBB;
}
.top-dropdown ul {
    background: url("../images/img/transp-bg.png") repeat scroll 0 0 #222222;
    border-radius: 0 2px 2px;
}
.top-dropdown li {
    color: #BBBBBB;
    line-height: 16px;
    text-transform: capitalize;
    white-space: nowrap;
}
.top-dropdown a {
    color: #666666;
}
.top-dropdown a:hover {
    color: #BBBBBB;
}
.lang-switcher {
    background-position: 5px 7px;
    background-repeat: no-repeat;
    padding-left: 24px;
}
.lang-switcher ul {
    min-width: 80px;
}
.lang-switcher li {
    background-position: 0 3px;
    background-repeat: no-repeat;
    line-height: 18px;
    padding-left: 25px;
}
#mini-cart {
    position: relative;
	min-width:180px;
	background: #fafafa;
}
li#mini-cart p {
    font-size: 12px;
}
#mini-cart .block-cart {
    float: none;
    font-size: 11px;
    margin: 0;
}
#mini-cart .block-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    height: auto;
}
#mini-cart .block-title-inner {
}
#mini-cart .block-title .heading {
    background: url("../images/cart.png") no-repeat rgba(0, 0, 0, 0);
    float: left;    margin: 0 2px 0 3px;    padding: 0 12px;    overflow: hidden;    text-indent: -9999px;    width: 20px;
}
#mini-cart .block-title .summary {
    float: left;
    font-size: 14px;	text-transform: uppercase;
}
#mini-cart .block-title .summary a {
    color: #AAAAAA;
}
#mini-cart .block-title .amount {
    float: left;
}
#mini-cart .block-title .subtotal {
    float: left;
    margin-left: 5px;
}
#mini-cart .block-title .subtotal .incl-tax {
    display: none;
}
#mini-cart .block-title:hover .subtotal .incl-tax {
    background-color: #FFFFFF;
    border-radius: 2px;
    display: block;
    padding: 3px 7px;
    position: absolute;
    top: -16px;
}
#mini-cart .block-title .to-checkout {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
    float: left;
    margin: 0 5px 0 4px;
    padding-left: 5px;
}
#mini-cart .block-title .to-checkout a {
    color: #8BAED8;
}
#mini-cart .block-title .to-checkout .icon {
    background: url("../images/img/pix.png") no-repeat scroll 0 -177px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 9px;
    margin-left: 5px;
    width: 9px;
}
#mini-cart .block-content {
    background-color: #FFFFFF;
    border-radius: 2px;
    color: #555555;
    display: none;
    padding: 25px;
    position: absolute;
    right: 0;
    top: 52px;
    width: 234px;
    z-index: 3000;
}
#mini-cart .mini-cart-above-products-wrapper {
    margin: 0 0 5px;
}
#mini-cart .mini-cart-above-products-wrapper a {
    color: #CE001A;
}
#mini-cart .mini-cart-above-products-wrapper a:hover {
    color: #000000;
}
#mini-cart .block-subtitle {
    font-weight: normal;
    margin: 0 0 5px;
    padding: 0;
}
#mini-cart .block-content .empty {
    padding: 2px 0;
    text-align: center;
}
#mini-cart .block-content .item {
    padding: 5px;
}
#mini-cart .block-content .item:hover {
    background-color: #F5F5F5;
}
#mini-cart .product-details {
    line-height: 13px;
}
#mini-cart .product-name {
    line-height: 13px;
    margin-bottom: 3px;
}
#mini-cart .actions {
    border: medium none;
    margin: 5px 0 0;
    padding: 0;
    text-align: left;
}
#mini-cart:hover .block-content {
    display: block;
}
#mini-cart.hover:hover .block-content {
    display: none;
}
#mini-cart:hover .block-title {
    background-color: #FFFFFF;
    color: #333333;
    position: relative;
    z-index: 3001;
}
#mini-cart:hover .block-title .summary a {
    color: #333333;
}
#mini-cart:hover .block-title .summary a:hover {
}
#mini-cart:hover .block-title .subtotal {
    border-left-color: #E5E5E5;
}
#mini-cart:hover .block-title .to-checkout {
    border-left: 1px solid #E5E5E5;
}
#mini-cart:hover .block-title .to-checkout a {
    color: #066CC3;
}
#mini-cart:hover .block-title .to-checkout a:hover {
    color: #CE001A;
}
#mini-cart:hover .block-title .to-checkout a .icon {
    background-position: -9px -177px;
}
#mini-cart:hover .block-title .to-checkout a:hover .icon {
    background-position: -18px -177px;
}
.block-cart {
}
.block-cart .block-title {
}
.block-cart .block-title p{
line-height:10px;	
}
.block-cart .subtotal .price {
}
.block-cart .block-content {
    background-color: #EEEEEE;
}
.block {
    margin: 0 0 30px;
}
.block .block-title {
    background: url(../images/img/pix.png) no-repeat scroll -93px 0 #F5F5F5;
    border-radius: 0;
    /* line-height: 15px; */
    
}
.block .block-title strong {
    color: #555555;
    font-size: 13px;
    text-transform: uppercase;
}
.block .block-title a {
    text-decoration: none !important;
}
.block .block-subtitle {
    color: #555555;
    font-size: 1em;
    font-weight: bold;
    line-height: 15px;
    margin: 0;
    padding: 0 0 5px;
}
.block .block-content {
    padding: 10px;
}
.block .block-content li.item {
    padding: 2px 0;
}
.block .btn-remove {
    float: right;
}
.block .btn-edit {
    float: right;
}
.block .actions {
    border-top: 1px dotted #E5E5E5;
    margin: 5px 0 0;
    padding: 5px 0 0;
    text-align: right;
}
.block .actions a {
    float: left;
}
.mini-products-list li {
    color: #444444;
    padding: 5px 0;
}
.mini-products-list .product-image {
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    float: left;
    padding: 5px;
    width: 50px;
}
.mini-products-list .product-image:hover {
    border-color: #999999;
}
.mini-products-list .product-details {
    margin-left: 69px;
}
.mini-products-list .product-details h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}
.block-account .block-title {
    background: url("../images/img/ic-account.png") no-repeat scroll 5px 2px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #EEEEEE;
    padding-left: 42px;
}
.block-account .block-content {
    padding: 10px 0 0 10px;
}
.block-account li.current {
    background: url("../images/img/arrow-menu.png") no-repeat scroll 2px -48px rgba(0, 0, 0, 0);
    color: #000000;
    padding: 4px 2px 4px 33px;
}
.block-account li.current strong {
    font-weight: normal;
}
.block-account li.last {
    border-bottom: medium none;
}
.block-account li a {
    background: url("../images/img/arrow-menu.png") no-repeat scroll 2px 1px rgba(0, 0, 0, 0);
    color: #555555;
    display: block;
    padding: 3px 2px 3px 33px;
}
.block-account li a:hover {
    background-position: 2px -48px;
    color: #CE001A;
}
.block-layered-nav {
    margin-top: 2px;
}
.block-layered-nav .block-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #6da7d1;
    border-color: -moz-use-text-color -moz-use-text-color #F0F0F0;
    border-image: none;
    border-style: none none;
    border-width: 0 0 1px;
    padding-left: 10px;
}
.block-layered-nav .block-title span {
    color: #fff;
}
.block-layered-nav .block-content {
    padding: 0;
    border: 1px solid #6da7d1;
}
.block-layered-nav .block-title strong {
    color: #CE001A;
    font-size: 13px;
    font-weight: normal;
}
.block-layered-nav .block-subtitle {
    display: none;
}
.block-layered-nav dt {
    color: #555555;
    font-weight: bold;
    padding: 18px 10px 8px;
    font-size: 16px;
}
.block-layered-nav dd {
    border-bottom: 1px solid #F5F5F5;
    padding: 0 10px 10px 14px;
}
.block-layered-nav dd.last {
    border-bottom: medium none;
}
.block-layered-nav dd li {
    color: #888888;
    padding: 8px 10px;
    font-size: 14px;
    background: #f4f3f3;
    margin: 12px 0;
}
.block-layered-nav .bullet {
    background: url("../images/img/ic-layered.png") no-repeat scroll 0 -44px rgba(0, 0, 0, 0);
    float: left;
    height: 11px;
    margin: 3px 3px 0 0;
    width: 11px;
}
.block-layered-nav dd a .bullet {
    background-position: 0 0;
}
.block-layered-nav dd a:hover .bullet {
    background-position: 0 -22px;
}
.block-layered-nav .currently {
    background-color: #F5F5F5;
}
.block-layered-nav .currently .block-subtitle {
    display: block;
    font-weight: bold;
    padding: 15px 10px 0;
}
.block-layered-nav .currently ol {
    padding: 10px 10px 15px 15px;
}
.block-layered-nav .currently .bullet {
    background-position: 0 -22px;
}
.block-layered-nav .currently .label {
    color: #CE001A;
    padding: 0 2px 0 0;
}
.block-layered-nav .currently .btn-remove {
    float: right;
    margin-left: 5px;
}
.block-layered-nav .currently li:hover {
    color: #777777;
}
.block-layered-nav .currently li:hover .btn-remove {
    background-position: -51px -150px;
}
.block-layered-nav .currently li:hover .btn-remove:hover, .block-layered-nav .currently li:hover .btn-remove:focus {
    background-position: -17px -150px;
}
.block-layered-nav .currently li:hover .btn-remove:active {
    background-position: -34px -150px;
}
.block-layered-nav .currently .block-subtitle .btn-remove {
    background-position: -51px -150px;
    margin-top: -42px;
}
.block-layered-nav .currently .block-subtitle .btn-remove:hover, .block-layered-nav .currently .block-subtitle .btn-remove:focus {
    background-position: -17px -150px;
}
.block-layered-nav .currently .block-subtitle .btn-remove:active {
    background-position: -34px -150px;
}
.filter-cat {
    background-color: #F9F9F9;
}
.block-wishlist li.item .btn-remove {
    margin: -3px -3px 0 0;
    visibility: hidden;
}
.block-wishlist li.item:hover .btn-remove {
    visibility: visible;
}
.block-wishlist .actions {
    text-align: right;
}
.block-wishlist .actions a {
    float: none;
}
.block-related-wrapper {
    float: right;
    margin: 20px 0 0;
    width: 220px;
}
.block-related {
    padding-right: 4px;
}
.block-related .block-title {
    background: url("../images/img/block-related-title.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    border: 0 none;
    padding: 0 0 0 10px;
}
.block-related .block-title strong {
    color: #EEEEEE;
    font-weight: normal;
    line-height: 40px;
    text-transform: none;
}
.block-related .block-content li.item {
    padding: 9px;
    position: relative;
}
.block-related input.checkbox {
    float: left;
}
.block-related .product {
    margin-left: 20px;
}
.block-related-tabbed .tabs {
    display: none;
}
.block-related-tabbed .pane {
    padding: 0;
}
.block-related-tabbed .forward {
    float: right;
    margin: -32px 6px 10px 0;
}
.block-related-tabbed .backward {
    float: right;
    margin: -32px 3px 10px 0;
}
.block-related-tabbed .block-content {
    padding: 0;
}
.block-related-tabbed .block-subtitle {
    background-color: #F8F8F8;
    clear: both;
    font-weight: normal;
    padding: 10px;
}
.block-related-tabbed .block-content li.item {
    border-top: 1px solid #E5E5E5;
    padding: 12px 0;
}
.block-related-tabbed input.checkbox {
    clear: left;
    margin-top: 5px;
}
.block-related-tabbed .product {
    margin-left: 0;
}
.block-related-tabbed .mini-products-list .product-image {
    width: 56px;
}
.block-related-tabbed .mini-products-list .product-details {
    margin-left: 78px;
}
.block-related-tabbed .mini-products-list .link-wishlist {
    float: none;
    margin-top: 3px;
}
.compare-table {
    border: 0 none;
}
.compare-table .btn-remove {
    float: right;
}
.compare-table tbody tr:hover {
    background-color: #E5E5E5;
}
.compare-table .product-shop-row {
    border-bottom: 1px solid #CCCCCC;
}
.compare-table .product-shop-row th, .compare-table .product-shop-row td {
    border-color: #EEEEEE !important;
}
.compare-table tr.add-to-row {
    background-color: #FFFFFF;
    border-top: 1px solid #CCCCCC;
}
.compare-table tr.add-to-row:hover {
    background-color: #FFFFFF;
}
.compare-table tr.add-to-row td {
    text-align: left;
}
.compare-table tr.first td {
    text-align: left;
}
.compare-table tr.first td .product-name {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0;
}
.compare-table tr.first td .ratings {
    margin: 10px 0;
    width: 145px;
}
.compare-table .price-box {
    line-height: 15px;
    margin: 10px 0;
}
.compare-table .product-name a {
    color: #333333;
}
.compare-table .product-image img {
    display: block;
    margin: 0 auto;
}
.compare-table .add-to-links {
    margin-top: 5px;
}
.compare-table .add-to-links li {
    float: none;
}
.compare-table a.link-wishlist {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline;
    overflow: visible;
    text-indent: 0;
}
.block-viewed .block-content li.item {
    background: url("../images/img/menu-bullet.gif") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
    padding-left: 10px;
}
.block-compared {
}
.block-poll .block-subtitle {
    font-weight: normal;
}
.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
}
.block-poll .label {
    display: block;
    margin-left: 18px;
}
.block-poll li {
    padding: 3px 9px;
}
.block-poll .answer {
    font-weight: bold;
}
.block-poll .votes {
    float: right;
    margin-left: 10px;
}
.block-tags .block-content .tags-list {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 12px;
}
.block-tags .tags-list a {
    color: #555555;
}
.block-tags .tags-list a:hover {
    color: #CE001A;
}
.block-tags .actions {
    text-align: right;
}
.block-tags .actions a {
    float: none;
}
.block-subscribe .input-box {
    margin-top: 5px;
}
.block-subscribe input {
    width: 155px;
}
.block-subscribe .actions button.button {
    float: none;
}
.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}
.block-reorder .product-name {
    margin-left: 20px;
}
.block-reorder .validation-advice {
    margin: 3px 9px 7px;
}
.block-banner {
}
.block-banner .block-content {
    text-align: center;
}
.block-login label {
    color: #666666;
    font-weight: bold;
}
.block-login input.input-text {
    display: block;
    margin: 3px 0;
    width: 167px;
}
.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}
.sidebar .paypal-logo a {
    float: none;
}
.category-title {
    border: 0 none;
    margin: 0 0 7px;
}
.category-image img {
    margin: 0;
	padding: 0 10px 5px 0;
    text-align: center;
    width: 190px;
	height: auto;
	float: left;
}

.category-description p {
	position: relative;
	margin: 0;
}
.category-description
{
	font-size: 14px;
    line-height: 1.5em;
    color: #747474;
}
.category-products {
    margin: 10px 0;
	clear: both;
}
.category-above-collection-wrapper, .category-above-empty-collection-wrapper, .category-below-collection-wrapper {
    margin: 10px 0;
}
.products-list .price-box, .products-grid .price-box {
    color: #003399;
    font-size: 14px;
}

.product-shop .tprice-box {
    float: left;
    font-size: 14px;
    margin-left: 20px;
    text-align: left;
}

.products-list .product-name a, .products-grid .product-name a {
    color: #555555;
    line-height: 1.3;
}
.products-list .ratings, .products-grid .ratings, .products-list .ratings a, .products-grid .ratings a, .products-list .desc .link-learn {
    color: #BBBBBB;
}
.products-list .product-name a:hover, .products-grid .product-name a:hover, .products-list .ratings a:hover, .products-grid .ratings a:hover, .products-list .desc .link-learn:hover {
    color: #CE001A;
}
.products-list {
    background-color: #EEEEEE;
    border-radius: 2px;
    padding: 15px 8px 8px 15px;
}
.products-list.last {
}
.products-list li.item {
    background: url("../images/img/grid-item-shadow.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    margin-bottom: 8px;
    padding: 0 7px 7px 0;
}
.products-list li.item.last {
    margin-bottom: 0;
}
.products-list .item-inner {
    background-color: #FFFFFF;
    padding: 5px 10px;
    position: relative;
}
.products-list .product-image {
    float: left;
    width: 190px;
}
.products-list .product-shop {
    border-right: 1px solid #F1F1F1;
    float: left;
    margin: 0;
    width: 100%;
}
.products-list .right-column {
    float: right;
    width: 130px;
}
.products-list .product-name {
    float: left;
    font-size: 14px;
    margin: 0;
    width: 320px;
}
.products-list .desc {
    clear: both;
    line-height: 15px;
    margin: 15px 0;
}
.products-list .price-box {
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
    text-align: right;
    width: 62px;
}
.products-list .button {
    float: left;
    margin: 0 10px;
}
.products-list .button span {
    float: left;
}
.products-list .availability {
    float: left;
    margin: 3px 0 0;
}
.products-list .add-to-links {
    bottom: 14px;
    position: absolute;
    right: 14px;
}
.products-list .add-to-links li {
    display: inline;
}
.products-list .add-to-links .separator {
    display: none;
}
.partnum {
    float: left;
    padding-right: 10px;
    width: 105px;
	font-size: 14px;
}
.products-grid {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    position: relative;
    width: 718px;
}
.products-grid.last {
    border-bottom: 1px solid #E5E5E5;
}
.products-grid .item {
    border-right: 1px solid #E5E5E5;
    float: left;
    margin: 0;
    padding: 10px;
    position: relative;
    width: 218px;
}
.products-grid .item.last {
    border-right: medium none;
}
.products-grid .product-name {
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin: 15px 0 0;
}
.products-grid .product-image {
    display: block;
    margin: 0 auto;
}
.products-grid .price-box {
    margin: 10px 0;
}
.products-grid .price-box .price-label {
    color: #777777;
}
.products-grid .ratings {
    margin: 7px 0;
}
.products-grid .actions {
    margin: 15px 0 0;
}
.products-grid .btn-cart {
    float: left;
    margin-right: 10px;
}
.products-grid .add-to-links {
    bottom: 0;
    margin: 0;
    position: absolute;
    right: 0;
}
.products-grid .availability {
    float: left;
    line-height: 27px;
}
.grid3col .item {
    min-height: 310px;
    padding: 15px;
    width: 208px;
}
.grid3col .product-image {
    height: 190px;
    margin-top: 14px;
    width: 190px;
}
.grid3col.grid-actions-absolute .item {
    padding-bottom: 42px;
}
.grid3col.grid-actions-absolute .actions {
    bottom: 15px;
    position: absolute;
    width: 208px;
}
.grid4col .item {
    min-height: 258px;
    padding: 10px;
    width: 158px;
}
.grid4col .product-image {
    height: 150px;
    width: 150px;
}
.grid4col.grid-actions-absolute .item {
    padding-bottom: 37px;
}
.grid4col.grid-actions-absolute .actions {
    bottom: 10px;
    position: absolute;
    width: 158px;
}
.grid5col .item {
    min-height: 260px;
    padding: 10px;
    width: 123px;
}
.grid5col .product-image {
    height: 123px;
    width: 123px;
}
.grid-standalone {
    border-bottom: 1px solid #E5E5E5;
}
.grid-wide.products-grid {
    width: 958px;
}
.grid-wide.grid4col .item {
    padding: 15px;
    width: 208px;
}
.grid-wide.grid4col .product-image {
    height: 180px;
    width: 180px;
}
.grid-wide.grid4col.grid-actions-absolute .item {
    padding-bottom: 40px;
}
.grid-wide.grid4col.grid-actions-absolute .actions {
    bottom: 12px;
    position: absolute;
    width: 209px;
}
.spec-grid {
    background-color: #EEEEEE;
    border: medium none;
    padding: 8px 8px 0 15px;
    width: 697px;
}
.spec-grid.first {
    border-radius: 2px 2px 0 0;
    padding-top: 15px;
}
.spec-grid.last {
    border-bottom: 8px solid #EEEEEE;
    border-radius: 0 0 2px 2px;
}
.spec-grid .item {
    background: url("../images/img/grid-item-shadow.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    border: medium none;
    margin: 0 8px 0 0;
    padding: 15px 22px 22px 15px;
    width: 190px;
}
.spec-grid .item.last {
    margin-right: 0;
}
.spec-grid .item .sticker-top-right {
    right: 5px;
}
.spec-grid .item .sticker-bottom-right {
    right: 5px;
}
.spec-grid3col .item {
    min-height: 333px;
}
.spec-grid3col .product-image {
    width: 190px;
}
.spec-grid3col.grid-actions-absolute .item {
    min-height: 307px;
    padding-bottom: 59px;
}
.spec-grid3col.grid-actions-absolute .actions {
    bottom: 22px;
    position: absolute;
    width: 192px;
}
.spec-grid4col .item {
    min-height: 302px;
    padding: 10px 17px 17px 10px;
    width:24%;
}
.spec-grid4col .product-image {
    width: 141px;
}
.spec-grid4col .add-to-links {
    visibility: hidden;
}
.spec-grid4col .item:hover .add-to-links {
    visibility: visible;
}
.spec-grid4col .add-to-links li {
    float: none;
}
.spec-grid4col .add-to-links a.link-compare {
    margin-left: 0;
    margin-top: 3px;
}
.spec-grid4col.grid-actions-absolute .item {
    min-height: 243px;
    padding-bottom: 78px;
}
.spec-grid4col.grid-actions-absolute .actions {
    bottom: 17px;
    position: absolute;
    width: 141px;
}
.spec-grid.grid-standalone {
    border-bottom: 8px solid #EEEEEE;
    border-radius: 2px;
    padding-top: 15px;
}
.grid-wide.spec-grid {
    width: 937px;
}
.grid-wide.spec-grid4col .item {
    min-height: 319px;
    padding: 15px 22px 22px 15px;
    width: 191px;
}
.grid-wide.spec-grid4col .product-image {
    width: 190px;
}
.grid-wide.spec-grid4col .add-to-links {
    visibility: visible;
}
.grid-wide.spec-grid4col .add-to-links li {
    float: left;
}
.grid-wide.spec-grid4col .add-to-links a.link-compare {
    margin-left: 3px;
    margin-top: 0;
}
.grid-wide.spec-grid4col.grid-actions-absolute .item {
    min-height: 310px;
    padding-bottom: 59px;
}
.grid-wide.spec-grid4col.grid-actions-absolute .actions {
    bottom: 22px;
    position: absolute;
    width: 192px;
}
.grid-wide.spec-grid5col .item {
    min-height: 319px;
    padding: 10px 17px 17px 10px;
    width: 154px;
}
.grid-wide.spec-grid5col .product-image {
    height: 154px;
    width: 154px;
}
.grid-wide.spec-grid5col .add-to-links {
    visibility: hidden;
}
.grid-wide.spec-grid5col .item:hover .add-to-links {
    visibility: visible;
}
.grid-wide.spec-grid5col .add-to-links li {
    float: none;
}
.grid-wide.spec-grid5col .add-to-links a.link-compare {
    margin-left: 0;
    margin-top: 3px;
}
.grid-wide.spec-grid5col.grid-actions-absolute .item {
    min-height: 260px;
    padding-bottom: 54px;
}
.grid-wide.spec-grid5col.grid-actions-absolute .actions {
    bottom: 17px;
    position: absolute;
    width: 154px;
}
.tabs {
    list-style: none outside none;
}
.tabs a {
    float: left;
    margin-right: 3px;
}
.tabs a.current {
    color: #CE001A;
}
.tabs-panes {
    clear: both;
}
.tabs-panes .pane {
}
.tabs-wrapper .browse-button {
    background-color: #DDDDDD;
    cursor: pointer;
    display: block;
    height: 25px;
    overflow: hidden;
    text-indent: -999px;
    width: 25px;
}
.tabs-wrapper .disabled {
    cursor: auto;
}
.tabs-wrapper .backward {
    background: url("../images/img/tabs-arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.tabs-wrapper .backward:hover {
    background-position: 0 -25px;
}
.tabs-wrapper .backward:active {
    background-position: 0 -50px;
}
.tabs-wrapper .backward.disabled {
    background-position: 0 -75px;
}
.tabs-wrapper .forward {
    background: url("../images/img/tabs-arrows.png") no-repeat scroll -25px 0 rgba(0, 0, 0, 0);
}
.tabs-wrapper .forward:hover {
    background-position: -25px -25px;
}
.tabs-wrapper .forward:active {
    background-position: -25px -50px;
}
.tabs-wrapper .forward.disabled {
    background-position: -25px -75px;
}
.itemslider-wrapper {
    margin: 0 auto;
    position: relative;
    width: 960px;
}
.itemslider {
    position: relative;
    width: 960px;
}
.itemslider .slide {
    display: block;
    left: 0;
    top: 0;
    width: 960px;
}
.itemslider-wrapper .browse-button {
    overflow: hidden;
    text-decoration: none;
    text-indent: -999px;
}
.itemslider-wrapper:hover .browse-button {
}
.itemslider-wrapper .backward {
    background: url("../images/img/slideshow-arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 50px;
    left: 20px;
    position: absolute;
    top: 45%;
    width: 50px;
}
.itemslider-wrapper .backward:hover {
    background-position: 0 -50px;
}
.itemslider-wrapper .forward {
    background: url("../images/img/slideshow-arrows.png") no-repeat scroll -50px 0 rgba(0, 0, 0, 0);
    height: 50px;
    position: absolute;
    right: 20px;
    top: 45%;
    width: 50px;
}
.itemslider-wrapper .forward:hover {
    background-position: -50px -50px;
}
.itemslider-wrapper .browse-button, .itemslider-wrapper .tab-pager {
    z-index: 50;
}
.large-tabs-bg {
    
}
.large-tabs {
    
    background-position: 0 0;
    background-repeat: repeat-x;
    float: left;
    height: 48px;
    padding: 9px 0 0;
}
.large-tabs-left {
   
    background-repeat: no-repeat;
    float: left;
    height: 40px;
    width: 8px;
}
.large-tabs-right {
    
    background-repeat: no-repeat;
    float: left;
    height: 40px;
    width: 8px;
}
.large-tabs li {
    height: 31px;
    margin: 0 1px 0 0;
}
.large-tabs a {
    color: #555555;
    display: block;
    float: left;
    font-size: 12px;
    height: 31px;
    margin: 0 1px 0 0;
    outline: medium none;
    padding: 0 0 0 9px;
    text-decoration: none;
}
.large-tabs a span {
    display: block;
    height: 24px;
    padding: 7px 14px 0 5px;
}
.large-tabs a:hover, .large-tabs a:focus {
    
    color: #333333;
}
.large-tabs a:hover span, .large-tabs a:focus span {
    
}
.large-tabs a.current {
    
        color: #333333;
    border: 1px solid #dddddd;
    border-bottom: none;
    height: 40px;
    padding: 10px 0;
    background: #fff;
}

.ratings, .no-rating {
    font-size: 11px;
    line-height: 13px;
    margin: 15px 0;
}
.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}
.ratings .rating-links .separator {
    background: url("../images/img/bg-separator1.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    text-indent: -9999px;
    width: 1px;
}
.ratings dt {
}
.ratings dd {
}
.rating-box {
    background: url("../images/bkg_rating.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 0;
    height: 13px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 69px;
}
.rating-box .rating {
    background: url("../images/bkg_rating.gif") repeat-x scroll 0 100% rgba(0, 0, 0, 0);
    float: left;
    height: 13px;
}
.ratings .rating-box {
    float: left;
    margin-right: 8px;
}
.ratings .amount {
}
.ratings-table th, .ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}
.ratings-table th {
    padding-right: 8px;
}
.availability {
    margin: 0;
}
.products-grid .availability.out-of-stock span, .products-list .availability.out-of-stock span {
    color: #777777;
}
.availability-only {
    background: url("../images/img/icons.png") no-repeat scroll 0 -160px rgba(0, 0, 0, 0);
    float: left;
    line-height: 15px;
    margin: 0;
    padding: 2px 10px 2px 24px;
}
.availability-only a {
    background: url("../images/img/bullet.png") no-repeat scroll 100% 4px rgba(0, 0, 0, 0);
    border-bottom: 1px dotted #BBBBBB;
    cursor: pointer;
    padding-right: 11px;
    text-decoration: none;
}
.availability-only .expanded {
}
.availability-only strong {
    font-weight: normal;
}
.availability-only-details {
    margin: 30px auto 0;
    width: 100%;
}
.availability-only-details thead tr {
    border-bottom: 1px solid #D5D5D5;
}
.availability-only-details th {
    font-size: 11px;
    font-weight: bold;
    padding: 4px 12px;
}
.availability-only-details td {
    border-right: 1px solid #E5E5E5;
    font-size: 11px;
    padding: 2px 12px;
}
.availability-only-details td.last {
    border-right: medium none;
}
.availability-only-details tr.even {
    background-color: #FBFBFB;
}
.product-pricing {
    line-height: 15px;
}
.extrahint-wrapper .product-pricing {
    background: url("../images/img/bullet.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    padding-left: 11px;
}
.product-options-bottom .product-pricing {
    clear: left;
    color: #777777;
}
.alert-price, .alert-stock {
    line-height: 15px;
    padding: 2px 0 2px 21px;
}
.alert-price {
    background: url("../images/img/icons.png") no-repeat scroll 0 -80px rgba(0, 0, 0, 0);
}
.alert-stock {
    background: url("../images/img/icons.png") no-repeat scroll 0 -120px rgba(0, 0, 0, 0);
}
.price {
    white-space: nowrap !important;
}
.price-box {
    margin: 0;
}
.price-box .price {
    color: #003399;
}
.price-box .price-label {
    color: #777777;
}
.old-price .price-label, .special-price .price-label {
    white-space: nowrap;
}
.old-price .price-label {
    display: none;
}
.regular-price {
}
.regular-price .price {
}
.block .regular-price, .block .regular-price .price {
    color: #777777;
}
.old-price {
    margin: 0;
}
.old-price .price {
}
.special-price {
    margin: 0;
    padding: 0;
}
.special-price .price, .special-price .price-label {
    color: #EE001C !important;
}
.special-price .price-excluding-tax .price {
    color: #777777;
}
.minimal-price {
    margin: 0 0 5px;
}
.minimal-price .price {
}
.minimal-price .price-label {
    white-space: nowrap;
}
.minimal-price-link {
    display: block;
}
.minimal-price-link .label, .minimal-price-link .price {
    color: #4B6AAC;
}
.price-excluding-tax {
    color: #777777;
    display: block;
}
.price-excluding-tax .label {
    color: #777777;
    white-space: nowrap;
}
.price-excluding-tax .price {
    font-weight: normal;
}
.price-including-tax {
    color: #777777;
    display: block;
}
.price-including-tax .label {
    color: #777777;
    white-space: nowrap;
}
.price-including-tax .price {
    color: #777777;
}
.configured-price {
    margin: 0;
}
.configured-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}
.configured-price .price {
    font-weight: bold;
}
.weee {
    display: block;
    font-size: 11px;
}
.weee .price {
    font-size: 11px;
    font-weight: normal;
}
.price-excl-tax {
    display: block;
}
.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}
.price-excl-tax .price {
    display: block;
}
.price-incl-tax {
    display: block;
}
.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}
.price-incl-tax .price {
    display: block;
    font-weight: bold;
}
.price-from {
    margin: 0;
}
.price-from .price-label {
    white-space: nowrap;
}
.price-to {
    margin: 0;
}
.price-to .price-label {
    white-space: nowrap;
}
.price-notice {
    color: #AAAAAA;
    margin-left: 5px;
}
.price-notice .price {
    padding-left: 3px;
}
.price-as-configured {
}
.price-as-configured .price-label {
    color: inherit;
    font-weight: bold;
    white-space: nowrap;
}
.price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important;
}
.price-box-bundle .price {
}
.tier-prices {
    background-color: #F5F5F5;
    border-radius: 3px;
    color: #555555;
    margin: 10px 0;
    padding: 10px 15px;
}
.tier-prices li {
    background: url("../images/img/bullet.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    color: #777777;
    line-height: 15px;
    margin: 3px 0;
    padding: 0 0 0 11px;
}
.tier-prices .benefit {
    color: #000000;
    font-weight: normal;
}
.tier-prices .price {
    color: #CE001A;
}
.tier-prices-grouped li {
    padding: 2px 0;
}
.tier-prices-grouped li .price {
    font-weight: bold;
}
.add-to-links .separator {
    display: none;
}
.add-to-links li {
    float: left;
}
.add-to-links a.link-compare {
    margin-left: 3px;
}
a.link-compare, a.link-wishlist, a.email2friend {
    background: url("../images/img/pix.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 27px;
    overflow: hidden;
    text-indent: -9999em;
    width: 27px;
}
a.link-compare {
    background-position: 0 0;
}
a.link-compare:hover {
    background-position: 0 -27px;
}
a.link-wishlist {
    background-position: -27px 0;
}
a.link-wishlist:hover {
    background-position: -27px -27px;
}
a.email2friend {
    background-position: -54px 0;
}
a.email2friend:hover {
    background-position: -54px -27px;
}
.product-shop a.link-wishlist, .product-shop a.link-compare {
    background: url("../images/img/icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: auto;
    line-height: 15px;
    margin-right: 10px;
    overflow: visible;
    padding: 2px 0 2px 21px;
    text-indent: 0;
    width: auto;
}
.product-shop a.link-wishlist {
    background-position: 0 0;
}
.product-shop a.link-compare {
    background-position: 0 -40px;
}
.add-to-cart label {
    color: #666666;
    float: left;
    font-weight: bold;
    margin: 8px 5px 0 0;
}
.add-to-cart .qty {
    float: left;
    margin: 5px 5px 0 0;
}
.add-to-cart button.button {
    float: left;
}
.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    padding: 10px 0 0;
    text-align: right;
}
.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}
.product-view .add-to-cart .paypal-logo {
    margin: 0;
}
.add-to-box .add-to-cart {
    float: right;
}
.add-to-box .or {
    color: #666666;
    float: left;
    font-weight: bold;
    margin: 0 7px;
}
.product-view {
    margin-top: 10px;
}
.product-collateral {
    float: left;
    margin: 20px 0 0;
    width: 720px;
}
.product-collateral h2 {
    margin: 0 0 10px;
}
.product-collateral .box-collateral {
    margin: 0;
}
.product-collateral .product-tabs-wrapper {
    margin-top: 0;
}
.product-collateral .pane > h2:first-child {
    display: none;
}
.tabs-wrapper .box-collateral > h2:first-child {
    display: none;
}
.product-view .product-img-box {
    float: left;
    margin-top: -2px;
    position: relative;
    width: 277px;
}
.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}
.product-view .product-img-box .product-image {
    border: 1px solid #E5E5E5;
    padding: 5px;
    position: relative;
}
.product-view .product-img-box .product-image img {
    display: block;
    margin: 0 auto;
}
.product-view .product-img-box .product-image.product-image-zoom {
    z-index: 9;
}
.product-view .product-img-box .more-views .thumbnails {
    margin-top: 10px;
}
.product-view .product-img-box .more-views .thumbnails li {
    float: left;
}
.product-view .product-img-box .more-views .thumbnails li.last {
    margin-right: 0;
}
.product-view .product-img-box .more-views .thumbnails li a {
    border: 1px solid #EEEEEE;
    display: block;
    overflow: hidden;
    padding: 4px;
    text-decoration: none;
}
.product-view .product-img-box .more-views .thumbnails li a:hover {
    border-color: #999999;
    position: relative;
    z-index: 1000;
}
.product-image-popup {
    margin: 0 auto;
}
.product-image-popup .nav {
    font-weight: bold;
    text-align: center;
}
.product-image-popup .image {
    display: block;
    margin: 10px 0;
}
.product-image-popup .image-label {
    color: #2F2F2F;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}
.sticker {
    border: medium none;
    position: absolute;
    z-index: 99;
}
.sticker-top-right {
    right: -2px;
    top: -2px;
}
.sticker-bottom-right {
    bottom: -2px;
    right: -2px;
}
.sticker-bottom-left {
    bottom: -2px;
    left: -2px;
}
.sticker-top-left {
    left: -2px;
    top: -2px;
}
.product-top-wrapper {
    }
.product-top {
   }
.product-top-inner {
        min-height: 279px;
    padding: 6px 5px 5px 0;
}
.product-view .product-shop {
    border-right: 1px solid #EEEEEE;
    float: right;
    padding: 10px 20px 20px;
    width: 397px;
}
.product-view .product-shop.no-right-border {
    border-right: medium none;
}
.col1-layout .product-view .product-shop {
}
.col3-layout .product-view .product-shop {
    float: none;
    width: auto;
}
.product-view .product-shop .product-name {
    margin: 0 0 5px;
}
.product-view .product-shop .product-name h1 {
    color: #555555;
    font-size: 20px;
    margin: 0;
}
.product-view .product-shop .ratings-table {
    margin: 15px 0 5px;
}
.product-view .short-description {
    line-height: 15px;
    margin: 15px 0;
}
.product-view .price-box, .map-popup-price, .map-popup-msrp {
    font-family: Verdana,Geneva,sans-serif;
}
.product-view .product-shop .price-box {
    margin: 5px 0 10px;
}
.product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
}
.product-view .product-shop .price-box .price-excluding-tax .price {
    font-size: inherit;
}
.product-view .product-shop .price-box .regular-price .price, .product-view .product-options-bottom .price-box .regular-price .price, .product-view .product-shop .price-box .price-including-tax .price, .product-view .price-as-configured .price, .map-popup-price .regular-price .price {
    color: #CE001A;
    font-size: 18px;
}
.product-view .product-shop .price-box .old-price .price-label {
    white-space: nowrap;
}
.product-view .product-shop .price-box .old-price .price-label {
    display: none;
}
.product-view .product-shop .price-box .old-price {
    margin: -7px 0 0;
}
.product-view .product-shop .price-box .old-price .price, .map-popup-msrp .price {
    color: #AAAAAA;
}
.price-box.map-info .old-price .price, .map-popup-msrp .price {
    display: block;
    text-decoration: line-through;
}
.product-view .product-shop .price-box.map-info .old-price .price {
    font-size: 18px;
}
.product-view .product-shop .price-box.map-info .old-price {
    display: block;
}
.product-view .product-shop .price-box .special-price {
    margin: -4px 0 0;
    white-space: nowrap;
}
.product-view .product-shop .price-box .special-price .price {
    font-size: 18px;
}
.product-view .product-shop .price-box .special-price .price-label {
    white-space: nowrap;
}
.product-view .product-shop .price-box .special-price .price-including-tax, .product-view .product-shop .price-box .special-price .price-excluding-tax {
    padding: 0 0 0 15px;
}
.product-view .add-to-box, .product-view .product-type-data {
    margin: 10px 0;
    padding: 15px;
}
.product-view .add-to-box .price-box {
    float: left;
    margin: 7px 0 0;
}
.product-view .product-type-data .price-box {
    margin: 0;
}
.product-view .out-of-stock {
    float: right;
    margin: 0 0 5px 10px;
}
.product-view .product-shop a, .product-attributes a {
    color: #888888;
}
.product-view .product-shop a:hover, .product-attributes a:hover {
    color: #CE001A;
}
.action-box {
    margin: 0 0 15px;
}
.action-box .add-to-links li {
    float: left;
}
.extrahint-wrapper {
    margin: 0 0 15px;
}
#messages_product_view {
    margin-top: 5px;
}
.product-view .product-type-data.is-grouped {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
}
.product-view .product-type-data.is-grouped .out-of-stock {
    float: none;
    text-align: right;
}
.product-type-data.is-downloadable .price-box {
    margin: 0 0 10px;
}
.product-type-data .item-options dt {
    float: none;
    margin: 0 0 5px;
}
.product-type-data .item-options dd {
    background: url("../images/img/bullet.png") no-repeat scroll 3px 4px rgba(0, 0, 0, 0);
    padding-left: 15px;
}
.product-view .data-table th {
    font-weight: bold;
}
.product-view .data-table tr.even {
    background-color: #F5F5F5;
}
.product-view .data-table tr td, .product-view .data-table tr th {
    border-right-color: #E5E5E5;
}
.product-view .short-description .std ul, .product-tabs-wrapper .tabs-panes .std ul {
    list-style: disc outside none;
    padding: 0 0 0 1.5em;
}
.product-view .short-description .std ul {
    margin-top: 10px;
}
.product-tabs-wrapper .tabs-panes .std ul {
    margin-bottom: 10px;
}
.product-view .short-description .std ul li, .product-tabs-wrapper .tabs-panes .std ul li {
    background-image: none;
    padding-left: 0;
}
.product-attributes {
    float: right;
    min-height: 233px;
    padding: 15px;
    width: 210px;
}
.product-attributes .item {
    margin: 10px 0;
}
.product-attributes .item img {
    float: left;
}
.product-attributes .item .heading {
    display: block;
    line-height: 15px;
    margin-left: 25px;
}
.product-attributes .other-attributes {
    border-bottom: 1px solid #F2F2F2;
    margin: 0 0 15px;
    padding: 0 0 10px;
}
.product-attributes .item.box-delivery .heading {
    line-height: 18px;
}
.product-attributes .item.box-delivery img {
    margin-right: 3px;
}
.container1-wrapper {
    margin: 10px 0;
}
.container2-wrapper {
    float: left;
    margin: 20px 0 0;
    width: 720px;
}
.product-view .add-to-box, .product-view .product-type-data, .container1-wrapper, .container2-wrapper {
    background-color: #F5F5F5;
    border-radius: 3px;
}
.product-options {
    padding: 10px;
    position: relative;
}
.product-options dt {
    font-weight: normal;
}
.product-options dt label {
    font-weight: bold;
}
.product-options dt label.required em {
    color: #EB340A;
    margin-left: 5px;
}
.product-options dd .qty-holder {
    display: block;
    padding: 5px 0 0;
}
.product-options dd .qty-holder label {
    vertical-align: middle;
}
.product-options dt .qty-disabled {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    padding: 3px;
}
.product-options dd {
    border-bottom: 1px solid #EBEBEB;
    margin: 0 0 10px;
    padding: 5px 10px 10px;
}
.product-options dl.last dd.last {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.product-options dd input.input-text {
    width: 98%;
}
.product-options dd input.datetime-picker {
    width: 150px;
}
.product-options dd .time-picker {
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}
.product-options dd textarea {
    height: 8em;
    width: 98%;
}
.product-options dd select {
    width: 99%;
}
.product-options dd .multiselect option {
    border-bottom: 1px dotted #D9E5EE;
    padding: 2px 4px;
}
.product-options ul.options-list {
    margin-right: 5px;
}
.product-options ul.options-list li {
    line-height: 1.5;
    padding: 2px 0;
}
.product-options ul.options-list input.radio {
    float: left;
    margin-top: 3px;
}
.product-options ul.options-list input.checkbox {
    float: left;
    margin-top: 3px;
}
.product-options ul.options-list .label {
    display: block;
    margin-left: 18px;
}
.product-options ul.options-list label {
    font-weight: normal;
}
.product-options ul.validation-failed {
    padding: 0 7px;
}
.product-options p.note {
    font-size: 11px;
    margin: 0;
}
.product-options p.required {
    position: absolute;
    right: 30px;
    top: 10px;
    visibility: hidden;
}
.container1-wrapper:hover .required, .container2-wrapper:hover .required {
    visibility: visible;
}
.product-options-bottom {
    padding: 0 15px 15px;
}
.product-options-bottom .tier-prices {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border: 0 none;
    margin: 0;
    padding: 0 0 10px;
}
.product-options-bottom .tier-prices li {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    color: #E26703;
    padding: 2px 0;
}
.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit {
    color: #E26703;
}
.product-options-bottom .price-box {
    float: left;
    margin: 7px 0 0;
    padding: 0;
}
.product-options-bottom .price-box .price-as-configured {
    margin: 5px 0 0;
}
.col3-layout .product-options-bottom .price-box {
    float: none;
    padding: 0 0 5px;
}
.product-options-bottom .price-label {
}
.product-options-bottom .price-tax {
    float: left;
}
.product-options-bottom .add-to-cart {
    float: right;
}
.product-shop .product-options-bottom {
}
.product-shop .product-options-bottom .price-box {
    margin: 7px 0 0;
}
.product-shop .product-options-bottom .price-label {
    float: none;
    padding-right: 0;
}
.product-shop .product-options-bottom .price-tax {
    float: none;
}
.product-shop .product-options-bottom .add-to-cart-box {
    clear: both;
    float: left;
    padding-top: 12px;
}
.product-tabs-wrapper .tabs {
    width: 704px;
}
.product-tabs-wrapper .tabs-panes {
    clear: both;
    width: 100%;
}
.product-tabs-wrapper .tabs-panes .pane {
    border:1px solid #dddddd;
    min-height: 100px;
    padding: 15px;
}
.product-view .product-right-bottom-wrapper {
    margin: 15px 0 4px;
}
.product-view .product-main-bottom-wrapper {
    border-top: 1px solid #EEEEEE;
    margin: 20px 0 0;
    padding: 17px 0 0;
}
.product-view .product-main-bottom-wrapper .addthis_toolbox {
}
.product-replace-related-wrapper {
}
.product-replace-upsell-wrapper {
    margin: 20px 0 0;
}
.product-view .grouped-items-table {
    margin: 0 0 -5px;
}
.product-view .grouped-items-table thead th {
    font-weight: bold;
}
.product-view .grouped-items-table tbody tr.last {
    border-bottom: medium none;
}
.product-view .grouped-items-table .price-box {
    margin: 0;
    padding: 0;
}
.product-view .grouped-items-table .price-box .price-including-tax .price {
    font-size: 15px;
}
.product-view .grouped-items-table td {
    vertical-align: middle;
}
.product-view .grouped-items-table .price-box .regular-price .price {
    font-size: 14px;
}
.product-collateral .box-up-sell {
    margin: 15px 0 0;
}
.box-up-sell .item {
    min-height: 277px;
}
.box-up-sell h2 {
    float: left;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 10px;
}
.box-up-sell .tabs {
    display: none;
}
.box-up-sell .tabs-panes {
    clear: none;
    float: left;
}
.box-up-sell .browse-button {
    float: left;
    margin: 0 3px 10px 0;
}
.box-up-sell .browse-button.forward {
    margin-right: 15px;
}
.box-up-sell .ratings {
    font-size: 10px;
    margin: 10px 0;
}
.box-up-sell .spec-grid4col .item {
    min-height: 265px;
}
.product-view .box-tags {
    margin: 0;
}
.product-view .box-tags h3 {
    color: #222222;
    font-size: 13px;
}
.product-view .box-tags .product-tags {
    display: block;
    margin: 0 0 15px;
}
.product-view .box-tags .product-tags li {
    background: url("../images/bkg_pipe3.gif") no-repeat scroll 100% 4px rgba(0, 0, 0, 0);
    display: inline;
    padding: 0 7px 0 4px;
}
.product-view .box-tags .product-tags li.first {
    padding-left: 0;
}
.product-view .box-tags .product-tags li.last {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-right: 0;
}
.product-view .box-tags .form-add label {
    color: #0A263C;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
}
.product-view .box-tags .form-add .input-box {
    background: url("../images/i_tag_add.gif") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    float: left;
    margin: 0 5px 0 0;
    padding: 0 0 0 23px;
    width: 305px;
}
.product-view .box-tags .form-add input.input-text {
    height: 17px;
    padding: 4px;
    width: 299px;
}
.product-view .box-tags .form-add .button {
    margin-left: 5px;
}
.product-view .box-tags .note {
    font-size: 11px;
    margin: 3px 0 0;
    padding: 0 0 0 23px;
}
.product-view .box-reviews dl {
    margin: 0 0 15px;
}
.product-view .box-reviews dt {
    color: #999999;
}
.product-view .box-reviews dt .heading {
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    margin-right: 8px;
}
.product-view .box-reviews dt span {
    font-weight: bold;
}
.product-view .box-reviews dt a {
    font-size: 18px;
    margin-right: 8px;
}
.product-view .box-reviews dd {
    margin: 0 0 15px 15px;
}
.product-view .box-reviews dd .date {
    color: #999999;
    display: block;
    margin-top: 3px;
}
.product-view .box-reviews .ratings-table {
    margin: 5px 0;
}
.product-view .box-reviews .form-add {
    background-color: #F5F5F5;
    padding: 15px;
}
.product-view .box-reviews .form-add h2 {
    color: #066CC3;
    margin-top: 0;
}
.product-view .box-reviews .form-add h3 {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
}
.product-view .box-reviews .form-add h3 span {
    font-weight: bold;
}
.product-view .box-reviews .form-add h4 {
    font-size: 12px;
    font-weight: normal;
}
.product-view .box-reviews .form-add .data-table td {
    text-align: center;
}
.product-view .box-reviews .form-add .form-list {
    margin: 15px 0 0;
}
.product-view .box-reviews .form-add .form-list .input-box {
    width: 360px;
}
.product-view .box-reviews .form-add .form-list input.input-text, .product-view .box-reviews .form-add .form-list textarea {
    width: 354px;
}
.product-view .box-reviews #review-form {
    display: block;
    margin: 0;
}
.send-friend .form-list {
    overflow: hidden;
}
.send-friend .form-list li {
    margin-right: -15px;
}
.send-friend .form-list li p {
    margin: 0 15px 0 0;
}
.send-friend .form-list .field {
    width: 315px;
}
.send-friend .form-list .input-box {
    width: 300px;
}
.send-friend .form-list input.input-text, .send-friend .form-list textarea {
    width: 294px;
}
.send-friend .form-list li.wide .input-box {
    width: 612px;
}
.send-friend .form-list li.wide textarea {
    max-width: 660px;
    width: 609px;
}
.send-friend .buttons-set .limit {
    float: right;
    font-size: 11px;
    line-height: 21px;
    margin: 0 7px 0 0;
}
.product-name {
    font-size: 1em;
    font-weight: normal;
    line-height: 15px;
    margin: 0;
}
.tags-list li {
    display: inline;
}
.advanced-search-summary {
    background-color: #F5F5F5;
    margin: 10px 0;
    padding: 15px;
}
.advanced-search-summary ul {
    float: left;
    margin: 0 15px 10px 0;
    width: 46%;
}
.advanced-search-summary li {
    color: #CE001A;
    font-size: 16px;
    margin: 0 0 2px;
}
.advanced-search-summary strong {
    color: #000000;
    margin: 0 5px 0 0;
}
.advanced-search-summary p {
    clear: both;
    margin: 10px 0 0;
}
.advanced-search .form-list label {
    padding-right: 10px;
    width: 140px;
}
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
    clear: none;
    float: left;
}
.catalogsearch-advanced-index .fieldset {
    margin-bottom: 3px;
}
.catalogsearch-advanced-index .buttons-set {
    padding-left: 0;
}
.catalogsearch-advanced-index .buttons-set button.button {
    float: left;
    margin: 0;
}
.catalogsearch-advanced-index .buttons-set button.button span span {
    padding-left: 60px;
    padding-right: 68px;
}
.page-sitemap .links {
    margin: 0;
    text-align: center;
}
.page-sitemap .links a {
    position: relative;
    text-decoration: none;
}
.page-sitemap .sitemap {
    margin: 12px;
}
.page-sitemap .sitemap a {
}
.page-sitemap .sitemap li {
    margin: 3px 0;
}
.page-sitemap .sitemap li.level-0 {
    font-weight: bold;
    margin: 10px 0 0;
}
.page-sitemap .sitemap li.level-0 a {
}
.rss-title h1 {
    background: url("../images/i_rss-big.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    line-height: 24px;
    padding-left: 27px;
}
.rss-table .link-rss {
    background-position: 0 2px;
    display: block;
    line-height: 1.35;
}
.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}
.cart .title-buttons .checkout-types {
    float: right;
}
.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}
.cart fieldset {
    background-color: #EEEEEE;
    border-radius: 2px 2px 0;
    padding: 20px 13px 13px 20px;
}
.cart-table-wrapper {
    background: url("../images/img/cart-shadow.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    padding: 0 7px 7px 0;
}
.cart-table {
    background-color: #FFFFFF;
}
.cart-table thead th {
    font-weight: normal;
    padding: 10px;
}
.cart-table th.last {
    border-right: medium none;
}
.cart-table tr.odd td, .cart-table tr.even td {
    border-right: 1px solid #EEEEEE;
    padding: 10px;
}
.cart-table tr {
    border-bottom: 1px solid #EEEEEE;
}
.cart-table thead tr {
    border-bottom: 1px solid #DDDDDD;
}
.cart-table tr.even {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.cart-table .product-name {
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 5px;
}
.cart-table .item-msg {
    color: #DF280A;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0;
}
.cart-table tfoot td {
    border: medium none;
    padding: 5px 10px;
}
.cart-table .btn-continue, .cart-table .btn-update a, .cart-table .btn-favorites a {
    color: #888888;
    display: block;
    line-height: 15px;
    margin: 12px 10px;
    padding: 2px 0 2px 21px;
}
.cart-table .btn-continue:hover, .cart-table .btn-update:hover a {
    color: #CE001A;
}
.cart-table .btn-continue {
    background: url("../images/img/icons.png") no-repeat scroll 0 -240px rgba(0, 0, 0, 0);
    float: left;
}
.cart-table .btn-update a {
    background: url("../images/img/icons.png") no-repeat scroll 0 -200px rgba(0, 0, 0, 0);
    float: right;
}
.cart-table .btn-update {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.cart-table .btn-favorites a {
    background: url("../images/img/icons.png") no-repeat scroll 0 0px rgba(0, 0, 0, 0);
    float: right;
}
.cart-table .btn-favorites {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    margin: 0;
    padding: 0;
}


.cart .cart-right-column {
    float: right;
    width: 306px;
}
.cart .cart-left-column {
    float: left;
    margin-top: 20px;
    width: 632px;
}
.cart .cart-left-column .cart-top-box {
}
.cart .cart-left-column .cart-bottom-box {
    margin-top: 20px;
}
.cart .cart-left-column .cart-wide-box {
}
.cart .cart-collaterals .col2-set .col-1, .cart .cart-collaterals .col2-set .col-2 {
    width: 306px;
}
.cart .cart-collaterals .col2-set .col-1 {
    margin-right: 20px;
}
.cart .crosssell {
    border: 15px solid #F5F5F5;
    padding: 15px;
}
.cart .crosssell h2 {
    font-weight: normal !important;
}
.cart .crosssell .product-image {
    border: 1px solid #D0CDC9;
    float: left;
    height: 75px;
    width: 75px;
}
.cart .crosssell .product-details {
    margin-left: 90px;
}
.cart .crosssell .product-name a:hover {
    border: medium none;
}
.cart .crosssell li.item {
    border-bottom: 1px solid #EEEEEE;
    padding: 20px 0;
}
.cart .crosssell li.item.last {
}
.cart .crosssell .btn-cart {
    float: left;
}
.cart .crosssell .add-to-links {
    float: right;
    margin-left: 5px;
}
.cart .crosssell .price-box {
    line-height: 15px;
    margin: 7px 0;
}
.cart .crosssell:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.cart-wide-box .crosssell li.item {
    float: left;
    min-height: 109px;
    width: 265px;
}
.cart-wide-box .crosssell li.item.odd {
    border-right: 1px solid #EEEEEE;
    padding-right: 20px;
}
.cart-wide-box .crosssell li.item.even {
    padding-left: 20px;
}
.cart .discount, .cart .shipping {
    background-color: #F5F5F5;
    padding: 15px;
}
.cart .crosssell h2, .cart .discount h2, .cart .shipping h2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.cart .discount .buttons-set, .cart .shipping .buttons-set {
    border: 0 none;
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
}
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
    float: none;
    margin-left: 0;
}
.cart .discount {
    min-height: 257px;
}
.cart .discount label {
    display: block;
    margin: 0 0 5px;
}
.cart .discount .input-box {
    margin: 0 9px 0 0;
}
.cart .discount input.input-text {
    height: 16px;
    width: 250px;
}
.cart .discount .buttons-set {
    margin: 10px 0 0;
}
.cart .shipping input.input-text {
    width: 254px;
}
.cart .shipping select {
    width: 264px;
}
.cart .shipping p {
    margin-bottom: 10px;
}
.cart .shipping .sp-methods {
    background: url("../images/bkg_divider1.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    margin: 10px 0 0;
    padding: 5px 0 0;
}
.shipping-form button.button span {
    background-image: url("../images/img/btn-grey.png");
    color: #222222;
}
.cart .totals {
    background-color: #EEEEEE;
    border-radius: 0 0 2px 2px;
    margin: 0 0 20px;
    padding: 0 20px 20px;
}
.cart .totals table {
    width: 100%;
}
.cart .totals td {
    padding: 1px 0 1px 7px;
}
.cart .totals tr.last td {
}
.cart .totals tfoot th {
    padding: 5px 15px 5px 7px;
}
.cart .totals tfoot td {
    padding-bottom: 5px;
}
.cart .totals tfoot th strong, .cart .totals tfoot td strong {
    font-size: 15px;
}
.cart .totals .checkout-types {
    font-size: 13px;
    text-align: right;
}
.cart .totals .checkout-types li {
    clear: both;
    margin: 10px 0;
}
.cart-below-table-wrapper, .cart-above-crosssell-wrapper, .cart-replace-crosssell-wrapper, .cart-below-totals-wrapper {
    margin: 20px 0;
}
.cart-below-table-wrapper, .cart-above-crosssell-wrapper {
    margin-top: 0;
}
.item-options {
    line-height: 15px;
}
.item-options dt {
    color: #333333;
    float: left;
    margin-right: 7px;
    white-space: nowrap;
}
.item-options dd {
    color: #999999;
    margin: 0 0 2px;
    padding-left: 11px;
}
.data-table .item-options dt {
    background: url("../images/img/bullet.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    padding-left: 10px;
}
.data-table .item-options {
    margin: 0 0 0 10px;
}
.truncated {
    cursor: help;
    display: inline-block;
    margin-left: 3px;
}
.truncated a.dots {
    cursor: help;
}
.truncated a.details {
    border-bottom: 1px dotted #CCCCCC;
    color: #999999;
    cursor: help;
    text-decoration: none;
}
.truncated a.details:hover {
    color: #333333;
}
.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}
.truncated .truncated_full_value .item-options {
    background-color: #F5F5F5;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    left: -99999em;
    padding: 8px;
    position: absolute;
    top: -99999em;
    z-index: 999;
}
.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
}
.truncated .show .item-options {
    left: 50%;
    top: -20px;
}
.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px;
}
.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}
.sp-methods dt {
    font-weight: bold;
    margin: 13px 0 5px;
}
.sp-methods dd {
}
.sp-methods dd li {
    margin: 5px 0;
}
.sp-methods .price {
    font-weight: bold;
}
.sp-methods .form-list {
    padding-left: 30px;
}
.sp-methods select.month {
    margin-right: 10px;
    width: 150px;
}
.sp-methods select.year {
    width: 96px;
}
.sp-methods input.cvv {
    width: 3em !important;
}
.sp-methods .checkmo-list li {
    margin: 0 0 10px;
}
.sp-methods .checkmo-list label {
    color: #B31F5A;
    padding-right: 10px;
    width: 135px;
}
.sp-methods .checkmo-list address {
    float: left;
    padding: 5px 0 10px;
}
.sp-methods .centinel-logos a {
    margin-right: 3px;
}
.sp-methods .centinel-logos img {
    vertical-align: middle;
}
.please-wait {
    float: right;
    margin-right: 5px;
}
.please-wait img {
    vertical-align: middle;
}
.cvv-what-is-this {
    cursor: help;
    margin-left: 5px;
}
.tool-tip {
    background-color: #FFFFFF;
    padding: 10px;
    position: absolute;
    z-index: 9999;
}
.tool-tip .btn-close a {
    margin: 0 0 0 auto;
}
.tool-tip .tool-tip-content {
    padding: 5px;
}
.gift-messages {
    margin: 15px 0;
}
.gift-messages-form {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    padding: 15px;
    position: relative;
}
.gift-messages-form p {
    margin-bottom: 10px;
}
.gift-messages-form label {
    float: none !important;
    position: static !important;
}
.gift-messages-form .item {
    margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px;
}
.gift-messages-form .item .product-image {
    margin: 0 0 7px;
}
.gift-messages-form .item .number {
    font-weight: bold;
    margin: 0;
    text-align: center;
}
.gift-messages-form .item .details {
    margin-left: 90px;
}
#allow-gift-message-container .measure ul {
    list-style: disc inside none;
    margin: 0 0 5px 15px;
}
#allow-gift-message-container .form-list {
    margin: 8px 0 0;
}
#allow-gift-message-container .form-list .input-box {
    margin: 5px 0 0;
}
.gift-message-link {
    background: url("../images/bkg_collapse.gif") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    display: block;
    padding-left: 20px;
}
.gift-message-link.expanded {
    background-position: 0 -53px;
}
.gift-message-row .btn-close {
    float: right;
    padding: 0 7px;
}
.gift-message dt strong {
    color: #666666;
    font-weight: bold;
}
.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0;
}
.order-gift-message {
    margin: 15px 0;
}
.checkout-agreements {
    padding: 0 60px 20px;
}
.checkout-agreements li {
    margin: 0 0 20px;
}
.checkout-agreements .agree {
    margin-top: 5px;
}
.checkout-agreements .agree input.checkbox {
    margin-right: 6px;
}
.checkout-agreements .agree label {
    font-weight: bold;
}
.opc .checkout-agreements {
    padding: 20px 40px;
}
.checkout-agreements .agreement-content {
    height: 250px;
    overflow: auto;
}
.centinel {
}
.centinel .authentication {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
}
.centinel .authentication iframe {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 0 none !important;
    height: 400px;
    margin: 0 !important;
    padding: 0 !important;
    width: 99%;
}
.info-set .data-table .item-options {
    margin: 5px 0 0;
}
.block-progress {
    border: 0 none;
    margin: 7px 0 0;
}
.block-progress .block-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    line-height: 15px;
    padding: 10px 0 10px 5px;
}
.block-progress .block-title strong {
    font-family: inherit;
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
}
.block-progress .block-content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    padding: 0;
}
.block-progress .block-title strong {
    color: #222222;
}
.block-progress dt {
    background: url("../images/img/icons.png") no-repeat scroll 0 -280px #F5F5F5;
    color: #555555;
    line-height: 18px;
    margin: 0 0 5px;
    padding: 6px 10px 6px 30px;
}
.block-progress dd {
    border-top: 0 none;
    line-height: 15px;
    margin: 0 0 6px;
    padding: 8px 10px;
}
.block-progress dt.complete {
    background-position: 0 -320px;
}
.block-progress dt.complete .separator {
    display: none;
}
.block-progress dt.complete a {
    float: right;
    text-transform: none;
}
.block-progress dd.complete {
}
.block-progress p {
    margin: 0;
}
.opc .buttons-set {
    margin-top: 0;
    padding-top: 2em;
}
.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
}
.opc .buttons-set.disabled button.button {
    display: none;
}
.opc .buttons-set .please-wait {
    height: 28px;
    line-height: 28px;
}
.opc .ul {
    list-style: disc outside none;
    padding-left: 18px;
}
.opc {
    position: relative;
}
.opc .section {
    margin: 0 0 10px;
}
.opc .section.allow {
    cursor: pointer;
}
.opc .section.allow.active {
    cursor: auto;
}
.opc .allow .step-title h2 {
    color: #555555;
}
.opc .allow .step-title a {
    display: block;
}
.opc .step-title {
    background: none repeat scroll 0 0 #F5F5F5;
    border-radius: 2px;
    padding: 10px;
    text-align: right;
}
.opc .allow .step-title {
    background: none repeat scroll 0 0 #E5E5E5;
}
.opc .step-title .number {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px;
    color: #555555;
    float: left;
    font: 15px/15px arial,helvetica,sans-serif;
    margin: 0 8px 0 0;
    padding: 8px 12px;
}
.opc .step-title h2 {
    color: #999999;
    float: left;
    font-size: 15px;
    line-height: 18px;
    margin: 6px 0 0;
}
.opc .step-title a {
    display: none;
    float: right;
    margin-top: 6px;
}
.opc .active .step-title {
    background-color: #DDDDDD;
    cursor: default;
}
.opc .active .step-title .number {
    background-color: #BF2330;
    color: #FFFFFF;
}
.opc .active .step-title h2 {
    font-weight: bold;
}
.opc .active .step-title a {
    display: none;
}
.opc .step {
    background-color: #F9F9F9;
    padding: 15px 30px;
    position: relative;
}
.opc .step .tool-tip {
    right: 30px;
}
#opc-login .col-1 {
    padding: 0 15px 0 0;
    width: 48%;
}
#opc-login .col-2 {
    border-left: 1px solid #E5E5E5;
    padding: 0 0 0 15px;
    width: 47%;
}
#opc-login h3 {
    border-bottom: 1px solid #E5E5E5;
    margin: 10px 0 20px;
    padding-bottom: 2px;
}
#opc-login h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}
#opc-login .form-list {
    margin: 15px 0;
}
#opc-login .form-list li {
    margin: 0 0 3px;
}
#opc-login .buttons-set {
    padding: 0;
}
#opc-shipping_method .buttons-set {
    border-top: 0 none;
}
.opc .gift-messages-form {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F4F4F4;
    border-color: #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    margin: 2px -30px;
    padding: 22px 24px 22px 30px;
}
.opc .gift-messages-form .inner-box {
    overflow: visible;
    padding: 5px;
}
#opc-review .step {
    padding: 0;
}
#opc-review .product-name {
    color: #222222;
}
#opc-review .item-options {
    margin: 5px 0 0;
}
#opc-review .buttons-set {
    border: 0 none;
    padding: 15px 30px;
}
#opc-review .buttons-set p {
    line-height: 28px;
    margin: 0;
}
#opc-review .buttons-set .please-wait {
    height: 28px;
    line-height: 28px;
}
#opc-review .authentication {
    margin: 0 auto;
    width: 570px;
}
#opc-review .warning-message {
    color: #222222;
    font-weight: bold;
    padding: 10px 10px 0;
    text-align: center;
}
.opc-above-steps-wrapper, .opc-below-steps-wrapper {
    margin: 20px 0;
}
.opc-below-progress-wrapper {
    margin: 15px 0;
}
.multiple-checkout h2, .info-set h2 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
}
.multiple-checkout h3, .multiple-checkout h4, .info-set h3, .info-set h4 {
    font-size: 15px;
    font-weight: bold;
}
.multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a, .info-set h2 a, .info-set h3 a, .info-set h4 a {
    font-size: 12px;
    font-weight: normal;
}
.multiple-checkout .data-table .product-name, .info-set .data-table .product-name {
    font-size: 13px;
    margin: 0 0 5px;
}
.multiple-checkout .col2-set h2.legend, .info-set h2.legend {
    font-weight: normal;
}
.multiple-checkout .col2-set h3.legend, .info-set h3.legend {
    color: #CE001A;
    margin: 0 0 10px;
}
.multiple-checkout .col2-set .divider, .info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}
.multiple-checkout .box, .info-set .box {
    margin: 0 0 15px;
}
.checkout-progress {
    margin: -11px 0 25px;
    padding: 0 110px;
}
.checkout-progress li {
    border-top: 10px solid #D5D5D5;
    color: #BBBBBB;
    float: left;
    margin: 0 1px 0 0;
    padding-top: 5px;
    text-align: center;
    width: 19%;
}
.checkout-progress li.active {
    border-top-color: #CE001A;
    color: #CE001A;
}
.multiple-checkout .page-title {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 5px;
}
.multiple-checkout .buttons-set {
    border-top: 1px solid #E5E5E5;
    margin-top: 40px;
    padding-top: 15px;
}
.multiple-checkout .data-table thead tr {
    border-bottom: 1px solid #BBBBBB;
}
.multiple-checkout .data-table thead th {
    font-weight: normal;
    padding: 10px;
}
.multiple-checkout .gift-messages {
    margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
    margin-top: -120px;
    right: 10px;
    top: 50%;
}
.multiple-checkout .col2-set .col-1 {
    width: 32%;
}
.multiple-checkout p.actions {
    margin-bottom: 10px;
}
.multiple-checkout .place-order .please-wait {
    margin-top: 10px;
}
.multiple-checkout .place-order .grand-total {
    font-size: 1.5em;
    text-align: right;
}
.multiple-checkout .place-order .grand-total .inner div {
    display: inline;
}
.multiple-checkout .place-order .grand-total big {
    display: inline;
    margin-right: 20px;
}
.multiple-checkout .place-order .grand-total .price {
    color: #CE001A;
}
.multiple-checkout .title-buttons button.button span, #multiship-addresses-table tfoot button.button span {
    background-image: url("../images/img/btn-grey.png");
    color: #555555;
}
#multiship-addresses-table td {
    padding: 10px;
}
.checkout-multishipping-shipping .box-sp-methods {
    border: 1px solid #E5E5E5;
    margin-bottom: 0;
    padding: 15px;
    position: relative;
}
.account-login {
    margin-bottom: 20px;
}
.account-login h2 {
    font-size: 15px;
    font-weight: bold;
}
.account-login .col2-set .col-1, .account-login .col2-set .col-2 {
    background-color: #F5F5F5;
    height: auto;
    width: 475px;
}
.account-login .content {
    min-height: 215px;
    padding: 20px;
}
.account-login p {
    margin-bottom: 15px;
}
.account-login p.required {
    margin: 0 10px 0 0;
}
.account-login .buttons-set {
    margin: 0;
    padding: 0 20px 20px;
}
.account-login .buttons-set button, #opc-login .buttons-set button {
    float: left;
    margin-left: 0;
}
.account-login .buttons-set a, #opc-login .buttons-set a {
    float: right !important;
    margin: 4px 0 0;
}
.my-account {
    padding-left: 20px;
}
.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}
.my-account .title-buttons button {
    margin-bottom: -140px;
}
#action-buttons {
    float: right;
    margin: 0 0 5px;
}
#action-buttons .link-reorder, #action-buttons .link-rss, #action-buttons .link-print {
    font-weight: normal;
}
.dashboard .welcome-msg {
    margin: 0 0 1.5em;
}
.dashboard .welcome-msg p {
    margin: 0;
}
.dashboard .welcome-msg strong {
    font-size: 15px;
}
.dashboard .col2-set {
    margin: 0 0 15px;
}
.box-account {
    border: 15px solid #EEEEEE;
    border-radius: 3px;
    margin: 0 0 15px;
    padding: 15px;
}
.box-account:hover {
    border-color: #E5E5E5;
}
.box-account .box-head {
    border-bottom: 1px solid #E5E5E5;
    margin: 0 0 10px;
    text-align: right;
}
.box-account .box-head h2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #066CC3;
    float: left;
    margin: 0 0 5px;
    padding: 0 0 0 30px;
    text-transform: uppercase;
}
.box-info .col-1 {
    border-right: 1px solid #E5E5E5;
}
.box-info .col-1 .box {
    padding-right: 10px;
}
.dashboard .box .box-title {
    border-bottom: 1px solid #E5E5E5;
    margin: 0 0 8px;
    padding: 0 0 2px;
    text-align: right;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
    float: left;
    margin: 0;
}
.dashboard .box-recent .box-head h2 {
    background-image: url("../images/i_folder-table.gif");
}
.dashboard .box-info .box-head h2 {
    background-image: url("../images/i_ma-info.gif");
}
.dashboard .box-info h4 {
    font-weight: normal;
    text-transform: uppercase;
}
.dashboard .box-reviews .box-head h2 {
    background-image: url("../images/i_ma-reviews.gif");
}
.dashboard .box-reviews .number {
    float: left;
    font-size: 12px;
    line-height: 1;
    padding: 2px 5px;
}
.dashboard .box-reviews .details {
    margin-left: 23px;
}
.dashboard .box-reviews li.item {
    margin: 0 0 7px;
}
.dashboard .box-reviews li.item.last {
    margin: 0;
}
.dashboard .box-reviews .ratings {
    margin: 5px 0 0;
}
.dashboard .box-tags .box-head h2 {
    background-image: url("../images/i_ma-tags.gif");
}
.dashboard .box-tags .number {
    float: left;
    font-size: 12px;
    line-height: 1;
    padding: 2px 5px;
}
.dashboard .box-tags .details {
    margin-left: 20px;
}
.dashboard .box-tags .tags {
    margin: 5px 0 0;
}
.dashboard .box-tags li.item {
    margin: 0 0 7px;
}
.dashboard .box-tags li.item.last {
    margin: 0;
}
.dashboard .box-tags .tags strong, .dashboard .box-tags .tags ul, .dashboard .box-tags .tags ul li {
    display: inline;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4, .order-info-box h2 {
    font-size: 15px;
    font-weight: bold;
}
.box-account .box-head h2, .order-items h2.table-caption, .order-items h2.sub-title, .order-items .order-comments h2 {
    color: #CE001A;
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 0 38px;
    text-transform: uppercase;
}
.addresses-list.col2-set .col-1, .addresses-list.col2-set .col-2 {
    width: 49.3%;
}
.addresses-list h2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.addresses-list h3 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.addresses-list address {
    margin-bottom: 10px;
}
.addresses-list p {
    margin: 0;
}
.addresses-list a {
}
.addresses-list .link-remove {
    color: #333333;
}
.addresses-list .link-remove:hover {
    color: #CE001A;
}
.addresses-list .separator {
    margin: 0 3px;
}
.addresses-list .addresses-primary .item {
    border: 15px solid #EEEEEE;
    border-radius: 3px;
    margin: 0 0 10px;
    padding: 10px 13px;
}
.addresses-list .addresses-primary .item:hover {
    border-color: #E5E5E5;
}
.addresses-list .addresses-primary .item.empty:hover {
    border-color: #EEEEEE;
}
.addresses-list .addresses-primary address {
}
.addresses-list li.empty {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    padding: 0;
}
.addresses-list li.empty p {
    color: #555555;
}
.addresses-list .addresses-additional .item {
    background-color: #F5F5F5;
    margin: 0 0 10px;
    padding: 15px;
}
.addresses-list .addresses-additional {
    margin-top: 40px;
}
.my-account .pager {
    margin: 20px 0;
}
.order-info {
    width: 684px;
}
.order-info dt {
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    padding: 3px 15px 0 3px;
}
.order-info dd {
    float: left;
}
.order-date {
    color: #CE001A;
    margin: 12px 0;
}
.order-info-box {
    border: 15px solid #EEEEEE;
    margin: 0 0 10px;
    padding: 15px;
}
.order-info-box .col-1 {
    border-right: 1px solid #E5E5E5;
}
.order-info-box h2 {
}
.order-info-box .box-payment p {
    margin: 0 0 3px;
}
.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px;
}
.order-items .data-table {
    margin-bottom: 20px;
}
.order-items .data-table td {
    padding: 5px 9px;
}
.order-items .data-table .grand_total {
    font-size: 15px;
}
.order-items .data-table .grand_total .last, .order-items .data-table .grand_total_incl .last {
    color: #CE001A;
}
.order-items {
    overflow-x: auto;
    width: 100%;
}
.order-items .product-name {
    font-size: 12px;
    margin: 0 0 3px;
}
.order-items .link-print {
    font-weight: normal;
}
.order-items p .link-print {
    float: none;
}
.order-items h2, .order-about h2 {
    margin: 15px 0;
}
.order-items h3.table-caption {
    font-size: 13px;
    font-weight: bold;
}
.order-items h2.table-caption a, .order-items h2.sub-title a {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
}
.order-items .order-links {
    text-align: right;
}
.order-items .order-comments h2 {
    background: url("../images/img/ic-order-comment.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.order-details h2 {
    background: url("../images/img/ic-order-item.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.order-details h2 .separator {
    color: #999999;
    font-size: 12px;
}
.order-about {
    margin: 0 0 15px;
    padding: 5px 30px;
}
.order-about dt {
    font-weight: bold;
}
.order-about dd {
    font-size: 12px;
    margin-bottom: 15px;
}
.tracking-table {
    margin: 0 0 15px;
}
.tracking-table th {
    font-weight: bold;
    white-space: nowrap;
    width: 20%;
}
.tracking-table th, .tracking-table td {
    padding: 5px 9px;
}
.tracking-table-popup {
    width: 100%;
}
.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}
.tracking-table-popup th, .tracking-table-popup td {
    padding: 1px 8px;
}
.page-print .print-head {
    margin: 0 0 15px;
}
.page-print .print-head .logo {
    float: left;
}
.page-print .print-head address {
    float: left;
    margin-left: 15px;
}
.page-print h1 {
    font-size: 16px;
    font-weight: bold;
}
.page-print h2, .page-print h3 {
    font-size: 13px;
    font-weight: bold;
}
.page-print h2.h2 {
    font-size: 16px;
    font-weight: bold;
}
.page-print .order-date {
    background: url("../images/bkg_divider1.gif") repeat-x scroll 0 100% rgba(0, 0, 0, 0);
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.page-print .col2-set {
    margin: 0 0 10px;
}
.page-print .gift-message-link {
    display: none;
}
.page-print .price-excl-tax, .page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}
.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price {
    display: inline;
}
.my-wishlist .data-table td {
    padding: 10px;
}
.my-wishlist .product-image {
    display: block;
    height: 113px;
    margin: 0 0 5px;
    width: 113px;
}
.my-wishlist textarea {
    border: 1px solid #E5E5E5;
    display: block;
    height: 109px;
    width: 97%;
}
.my-wishlist .buttons-set {
    margin-top: 2em;
}
.my-wishlist .buttons-set button.button {
    float: none;
}
#wishlist-table .add-to-links {
    white-space: nowrap;
}
.my-wishlist .data-table tr.even {
    background: none repeat scroll 0 0 #F5F5F5;
}
.my-wishlist .btn-cart {
    margin: 10px 0 5px;
}
.my-tag-edit {
    float: left;
    margin: 0 0 10px;
}
.my-tag-edit .btn-remove {
    float: right;
    margin: 5px 0 0 5px;
}
#my-tags-table {
    clear: both;
}
#my-tags-table td {
    padding: 10px;
}
#my-tags-table .add-to-links {
    white-space: nowrap;
}
#my-reviews-table td {
    padding: 10px;
}
.product-review .product-img-box {
    float: left;
    width: 140px;
}
.product-review .product-img-box .product-image {
    display: block;
    height: 125px;
    width: 125px;
}
.product-review .product-img-box .label {
    margin: 0 0 8px;
}
.product-review .product-img-box .ratings .rating-box {
    display: block;
    float: none;
    margin: 0 0 10px;
}
.product-review .product-details {
    margin: 0 20px 20px 155px;
}
.product-review .product-name {
    font-size: 18px;
    margin: 0 0 18px;
}
.product-review h3 {
    font-size: 12px;
    margin: 15px 0 5px;
}
.product-review .ratings-table {
    margin: 0 0 15px;
}
.product-review dt {
    font-weight: bold;
}
.product-review dd {
    font-size: 12px;
    margin: 5px 0 0;
}
.billing-agreements .form-list li select {
    float: left;
}
.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px;
}
.billing-agreements .table-caption {
    font-size: 13px;
    font-weight: bold;
}
.window-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.35);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.remember-me label {
    float: none;
    margin: 0 6px;
}
.remember-me-popup {
    left: 50%;
    margin: -85px 0 0 -200px;
    position: absolute;
    top: 50%;
    width: 400px;
    z-index: 10001;
}
.remember-me-popup .remember-me-popup-head {
    position: relative;
}
.remember-me-popup .remember-me-popup-close-button {
    display: none;
}
.cart-msrp-totals {
    color: #FF0000;
    font-size: 12px !important;
    text-align: right;
    text-transform: uppercase;
}
.map-cart-sidebar-total {
    color: #FF0000;
    display: block;
    line-height: 15px;
    overflow: hidden;
    padding: 2px 8px;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: lowercase;
    white-space: nowrap;
    width: 55px;
}
.map-cart-sidebar-total:hover {
    background-color: #FFFFFF;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    overflow: visible;
    white-space: normal;
}
.map-popup {
    margin: 10px 0 0;
    position: absolute;
    width: 300px;
    z-index: 100;
}
.map-popup-heading {
    width: 240px;
}
.map-popup-heading h2 {
    margin: 0;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}
.map-popup-arrow {
    display: none;
}
.map-popup-content {
    overflow: hidden;
    text-align: left;
    width: 270px;
}
.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right;
}
.map-popup-checkout span {
    display: block;
    padding-right: 30px;
}
.map-popup-checkout .paypal-logo {
    margin: 0 0 5px;
}
.map-popup-price .price-box, .map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0;
}
.map-popup-price {
    margin: 5px 0 0;
}
.map-popup-text {
    clear: right;
    margin: 0 15px;
    padding: 15px 0;
    text-align: left;
    word-wrap: break-word;
}
.map-popup-only-text {
    border-top: 1px solid #EEEEEE;
}
.remember-me-popup, .map-popup {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px;
    text-align: left;
}
.remember-me-popup h3, .map-popup-heading {
    border-bottom: 1px solid #EEEEEE;
    padding: 12px 45px 12px 15px;
}
.remember-me-popup h3, .map-popup-heading h2 {
    font-size: 14px;
    font-weight: bold;
}
.remember-me-popup .remember-me-popup-body, .map-popup-content {
    padding: 15px;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close, .map-popup-close {
    background: url("../images/img/pix.png") no-repeat scroll 0 -150px rgba(0, 0, 0, 0);
    display: block;
    height: 17px;
    position: absolute;
    right: 15px;
    text-indent: -9999em;
    top: 11px;
    width: 17px;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close:hover, .map-popup-close:hover {
    background-position: -17px -150px;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close:active, .map-popup-close:active {
    background-position: -34px -150px;
}
.footer-container {
    background: url("../images/img/footer-gray.png") repeat scroll center 0 rgba(0, 0, 0, 0);
}
.footer-container2 {
    background: url("../images/img/footer-bg-top-line.png") repeat-x scroll center 0 rgba(0, 0, 0, 0);
}
.footer {
    background: url("../images/img/footer-bg-plus.png") no-repeat scroll center 50px rgba(0, 0, 0, 0);
    color: #555555;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 960px;
}
.footer a {
    color: #555555;
}
.footer a:hover {
    color: #A60404;
}
.footer .heading {
    color: #333333;
}
.footer-top {
    clear: both;
    height: 50px;
}
.footer-top .links {
    float: left;
}
.footer-top ul {
    margin-top: 15px;
}
.footer-top ul li {
    border-right: 1px solid #EEEEEE;
    float: left;
    padding: 0 8px;
}
.footer-top ul li.last {
    border: medium none;
}
.footer-top ul a:hover {
    color: #066CC3;
}
.footer-top .links-float-right {
    float: right;
}
.footer-top .links-border-left ul li:first-child {
    border-left: 1px solid #EEEEEE;
}
.footer-main {
}
.footer-main-top {
    margin: 20px 0;
}
.footer-main-top-left {
    float: left;
}
.footer-main-top-right {
    float: right;
}
.footer-main-bottom .heading {
    font-size: 14px;
    margin-bottom: 9px;
}
.footer-item {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    float: left;
    margin-right: 10px;
    padding: 20px;
}
.footer-item.last {
    margin-right: 0;
}
.footer-item.wide {
    width: 690px;
}
.footer-item.narrow {
    width: 180px;
}
.footer-links-column-wrapper {
    float: left;
    margin-right: 2%;
    width: 18%;
}
.footer-links-column-wrapper.last {
    margin-right: 0;
}
.footer-links-column-wrapper li {
    line-height: 16px;
}
.footer-company-wrapper .phone {
    color: #A60404;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
}
.footer-company-wrapper address {
    font-style: italic;
    line-height: 15px;
}
.footer-bottom {
    font-size: 11px;
    min-height: 27px;
    padding: 20px 0;
}
.footer-below-bottom-wrapper {
    padding: 0 0 20px;
}
#subscribe-form {
    float: right;
}
#subscribe-form form {
    display: block;
}
#subscribe-form label {
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 27px;
    margin: 0 5px 0 0;
    position: relative;
}
#subscribe-form .input-box {
    float: left;
    margin: 0 5px 0 0;
    position: relative;
}
#subscribe-form .input-box .validation-advice {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    left: -15px;
    padding: 12px 15px;
    position: absolute;
    text-align: center;
    top: 28px;
    width: 194px;
}
#subscribe-form .input-text {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.25);
    border: medium none;
    border-radius: 2px;
    color: #555555;
    float: left;
    height: 17px;
    padding: 5px;
    width: 180px;
}
#subscribe-form .input-text.validation-failed {
    padding: 3px;
}
#subscribe-form .input-text:hover {
    background-color: rgba(255, 255, 255, 0.35);
}
#subscribe-form .input-text:focus {
    background-color: rgba(255, 255, 255, 0.5);
}
#subscribe-form .button {
    float: left;
}
.footer-social-wrapper {
    float: left;
    line-height: 25px;
    margin-right: 20px;
}
.footer-social-wrapper .custom-content a {
    display: block;
    float: left;
    margin-right: 10px;
}
.footer-social-wrapper .custom-content a:hover {
}
.footer-social-wrapper .custom-content.image-hover a {
    height: 40px;
    overflow: hidden;
    width: 40px;
}
.footer-social-wrapper .custom-content.image-hover a:hover img {
    margin-top: -40px;
}
.footer-payment-wrapper {
    float: right;
    width: 220px;
}
.footer-payment-wrapper img {
    display: block;
    margin: 0 auto;
}
.footer-payment-wrapper p {
}
.footer-copyright {
    float: left;
    line-height: 15px;
    margin-right: 15px;
    width: 505px;
}
.store-switcher {
    float: left;
    margin-right: 15px;
    width: 205px;
}
.store-switcher label {
    vertical-align: middle;
}
.store-switcher select {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.25);
    border: medium none;
    vertical-align: middle;
}
.store-switcher select:hover, .store-switcher select:focus {
    border: medium none;
}
.tooltip {
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 2px;
    color: #BBBBBB;
    max-width: 250px;
    padding: 8px 12px;
    z-index: 11000;
}
.home-banner-wrapper {
    clear: both;
    padding: 20px 0;
}
.home-banner-wrapper .item {
    height: 60px;
    overflow: hidden;
    padding-top: 1px;
}
.home-banner-wrapper .item:hover .image-hover {
    margin-top: -60px;
}
.col-1-4 {
    float: left;
    margin-right: 2%;
    padding: 0;
    width: 23.5%;
}
.col-1-4.last {
    margin-right: 0;
}
.col-2-4 {
    float: left;
    margin-right: 2%;
    width: 49%;
}
.col-2-4.last {
    margin-right: 0;
}
.edgebox {
    position: fixed;
    z-index: 2000;
}
.side-edgebox {
    width: 250px;
}
.right-edgebox {
    right: -252px;
    top: 190px;
}
.right-edgebox:hover {
    right: -1px;
}
.right-edgebox.hover:hover {
    right: -252px;
}
.left-edgebox {
    left: -252px;
    top: 190px;
}
.left-edgebox:hover {
    color: #000000;
    left: -1px;
}
.left-edgebox.hover:hover {
    left: -252px;
}
.side-edgebox-title {
    cursor: pointer;
    min-height: 40px;
    position: absolute;
    top: 10px;
    width: 45px;
}
.right-edgebox .side-edgebox-title {
    left: -45px;
}
.left-edgebox .side-edgebox-title {
    right: -45px;
}
.bottom-right-edgebox {
    bottom: 0;
    right: 0;
}
.bottom-right-edgebox .custom-content {
    max-width: 220px;
}
.edgebox-content {
    min-height: 30px;
}
.edgebox-content .custom-content {
    background-color: #FFFFFF;
    padding: 15px;
}
.edgebox-content .custom-content .heading {
    margin: 10px 0;
}
.edgebox-right-wrapper {
}
.edgebox-left-wrapper {
}
.edgebox-bottom-right-wrapper {
}
.cms-page-top-wrapper {
    margin: 5px 0 15px;
}
.cms-page-bottom-wrapper {
    margin: 15px 0 0;
}
.cms-index-noroute .col-main .std {
    background: url("../images/img/magnifier.jpg") no-repeat scroll 40px 40px rgba(0, 0, 0, 0);
    padding: 10px 0 0 270px;
}
#nav ul.level0, #nav div.level0, .nav-standard #nav ul, #mini-cart .block-content, .header .form-search .search-autocomplete ul, .remember-me-popup, .map-popup, .tool-tip, .top-dropdown ul, .edgebox-content .custom-content, #subscribe-form .input-box .validation-advice, #mini-cart .block-title:hover .subtotal .incl-tax {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
h1, .page-title h2, .fieldset .legend, .multiple-checkout .col2-set h2.legend, .info-set h2.legend, #nav > li > a, .block .block-title strong, .box-account .box-head h2, .order-items h2.table-caption, .order-items h2.sub-title, .order-items .order-comments h2, .footer-main-bottom .heading {
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
}
.mclear {
    clear: both;
}
.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col3-layout .product-options-bottom .price-box:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-view .product-shop .short-description:after, .product-view .box-description:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.guest-select {
    width: 305px !important;
}
#subwrap {
    background-color: #EEEEEE;
    border-radius: 3px;
    float: left;
    padding: 20px 10px 15px;
    position: relative;
    width: 100%;
}
.subcategories li {
    background-color: #FFFFFF;
    border-radius: 3px;
    float: left;
    margin: 7px 7px 30px;
    padding: 10px 8px 90px;
    position: relative;
    text-align: center;
    width: 150px;
}
.subcategories span a:hover {
    background-color: #CE001A;
}
.subcategories span a {
    background-color: #2C7DBB;
    border-radius: 3px;
    bottom: 8px;
    color: #FFFFFF;
    display: block;
    font-family: verdana;
    font-size: 14px;
    height: 45px;
    left: 0;
    padding: 10px 5px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 155px;
}
.pager {
display: none;
}
#hpprodstbl  td {
    font-size: 14px;
    font-weight: normal;
    padding: 30px 20px;
    text-align: center;
    vertical-align: top;
}
.footer-top .links {
display: none;
}
/**********banner*********/

.banner img {
    background-size: cover;
    width: 100%;
    margin-top: 12px;
}

/**********featured-products*********/

.featured-products h1, .featured-products h2 {
    text-transform: uppercase;
    color: #106fac;
    border-bottom: 2px solid #cacaca;
    padding: 25px 0;
}
.featured-products h2{font-size:22px; font-family:'Open Sans',sans-serif; font-weight:600;}

.featured-products img {
	display:block;
	width:100%;
}
.featured-products .boximage {
    background: #d7d7d7;
    padding: 2px;
    float: left;
    width: 31.66%;
    margin: 25px 2.5% 0 0;
	min-height:380px;
}
.featured-products .boximage:nth-child(3n){
	margin-right:0;
}
.featured-products .boximage p {
    padding: 20px 10px 10px;
    text-align: center;
    color: #962d2d;
    font-size: 16px;
    font-family: 'Roboto' !important;
    font-weight: 600;
    text-transform: uppercase;
    min-height: 49px;
}
.featured-products .images-block{
	background:#fff;
	padding:1px 0 40px;
	width:100%;
	display: inline-block;
	}
	


/**********bottom logo*********/

.bottom-logo {
	background:#d7d7d7;
	}
.bottom-logo img {
    max-width: 400px;
    margin: 10px 0;
}

/**********omnipak-content*********/


.omnipak-content p {
    font-size: 15px;
    line-height: 20px;
    color: #727272;
	padding: 30px 0;
}
/*******************Custom  New Footer****************************/.footer {    background: #373839;    padding: 30px 0;    display: inline-block;    width: 100%;}
.footer h4, .footer .heading-4{color:#dedede; margin-bottom:30px; font-weight:300;}
.footer .heading-4{font-size:14px;}

.footer .footer-1{	float:left;	width:24%;	margin-right: 2%;	}	.footer .footer-1 p{		color:#8e8b8b;		font-size:14px;		line-height: 22px;		margin: 30px 0;		}				.footer .footer-1 ul{			list-style-type:none;			}		.footer .footer-1 a{		color:#bfbfbf;		text-decoration:none;		}		.footer .footer-1 .footer-nav a{			font-size:14px;			color:#bfbfbf;			}			.footer .footer-1 .footer-nav .arrow-hover{	display:none;}.footer .footer-1 .footer-nav li {    margin-top: 10px;    border-bottom: 1px solid #545556;    padding: 0px 0 16px;}						.footer .footer-1 .footer-nav a:hover{			color:#1b61a1;			}	.footer .footer-2 {    float: left;    width: 24%;    margin-right: 3%;}	 .products {    border-bottom: 1px solid #545556;    padding: 0 0 12px;	margin-top: 12px;} .products p {    font-size: 15px;    color: #dedede;    line-height: 22px;    float: left;	font-weight: 300;} .products img {    float: right;    max-width: 22%;} .products .price{	color:#8e8b8b;	}.footer .footer-3 {    float: left;    width: 24%;    margin-right: 2%;}	.footer .footer-4 {    float: right;    width: 20%;}.footer .footer-4 input {    padding: 10px 40px 10px 20px;	color:#a8a7a7;	width: 100%;}.copyright{	background:#27292a;	padding: 15px;}.copyright p {    text-align: center;    color: #fff;    font-size: small;    font-weight: 300;}
.navbar li.search-icon{position:relative;}

.navbar #nav li.search-icon a{
	color:#004090;
}
.navbar #nav li.search-icon:hover a {
	color:#000;
}
.my-acc{
	    position: relative;
}
.my-acc .fa{
	margin-left:5px;
}
.account-drop {
    padding: 10px;
    position: absolute;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: 170px;
    top: 52px;
}
.header-top .login .account-drop li {
    float: none;
    border: none;
    width: 100%;
	border-bottom:0.1px solid #ccc;
}
.header-top .login .account-drop li:last-child {
    border: 0;
}

/* 02-11-2017 */
.account-login #login-form{
	display:block;
}
.account-login .col2-set{
	display:inline-block;
	vertical-align:top;
	width:48%;
	border:1px solid #066CC3;
	margin:0 2% 0 0;
	min-height:325px;
}
.account-login .col2-set:last-child{
	margin:0;
}
.account-login .col2-set .col-2{
	float:none;
	width:auto;
}
.account-login .col2-set .col-1,
.account-login .col2-set .col-2{
	background:none;
	width:auto;
}
.account-login .new-users:last-child,
.account-login .registered-users:last-child{
	clear:both;
}
.account-login h2{
	border-bottom:1px solid #066CC3;
	padding:0 0 5px;
}
li.level0.nav-1.first.level-top.parent,
li.level0.nav-2.level-top.parent{
	position:relative;
	z-index:11;
}
li.level0.nav-1.first.level-top.parent:after,
li.level0.nav-2.level-top.parent:after{
	position:absolute;
	content:'\f105';
	z-index:12;
	font-family:FontAwesome;
	font-size:16px;
    font-weight:bold;
    top:0;
    left:98%;
	webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-o-transition:all ease-in;
	transition:all .3s ease-in;
	color:#004090;
}
li.level0.nav-1.first.level-top.parent:hover:after,
li.level0.nav-2.level-top.parent:hover:after{
	content:'\f107';
	font-family:FontAwesome;
	color:#000;
}
.main-container .cnt_form{
	float:left;
	margin:0 30px 0 0;
}
.cnt_form #contactForm{
	display:block;
}
#contactForm .fieldset{
	border:0;
	padding:0;
	margin:0 30px 0 0;
}
#contactForm .field{
	float:none;
	width:100%;
}
#contactForm .form-list li{
	margin:0;
}
#contactForm .form-list label{
	font-weight:normal;
	color:#747474;
	font-size:14px;
}
#contactForm .form-list input.input-text{
	width:100%;
	height:29px;
	padding:8px 15px;
}
#contactForm .input-box{
	margin:0 0 20px;
	overflow:hidden;
}
#contactForm .form-list li.wide textarea{
	width:100%;
}
#contactForm .buttons-set{
	margin:0;
	padding:0;
}
#contactForm .buttons-set p.required{
	text-align:left;
}
#contactForm .buttons-set button.button{
	float:none;
	margin:0;
}
.main-container .contact_address{
	color:#747474;
	font-size:14px;
	display:inline-block;
	margin:10% 0 0;
}
.contact_address h3{
	text-transform:uppercase;
	font-size:14px;
}
.contact_address h3:nth-child(3n),
.contact_address h4{
	font-size:18px;
	color:#333;
	font-weight:500;
	font-family:'Roboto';
	margin:20px 0;
}
.contact_address h4{
	margin:0 0 20px;
}
.contact_address a:hover{
	color:#333;
}
.footer-4 p{
	margin:40% 0 35px !important;
	display:block;
	overflow:hidden;
	width:100%;
}
.footer-4 .block-content p{
	margin:0 !important;
}
.navbar #nav ul.level0{
	top:47px;
}
#mini-cart .block-content{
	padding:14px;
}
li#mini-cart ol#cart-sidebar{
	overflow:hidden;
}
ol#cart-sidebar li.item{
	border-bottom:1px solid #066CC3;
	padding:0 0 15px !important;
	margin-bottom:15px;
	border-right:0;
}
#cart-sidebar li a{
	padding:0;
}
.mini-products-list .product-image{
	width:52px;
}
#mini-cart .product-name{
	line-height:18px;
	overflow:hidden;
}
#mini-cart .actions{
	margin:10px 0 0;
}
.checkout-cart-index .cart fieldset{
	padding:0;
	background:none;
}
.cart .cart-table-wrapper{
	padding:0;
	background:none;
}
.cart fieldset,
.cart .shipping,
.cart .discount,
.cart .totals{
	border:1px solid #333;
}
.cart-price .price{
	color:#066cc3;
}
.cart .shipping,
.cart .discount,
.cart .totals{
	background:none;
}
.cart .cart-right-column{
	margin-top:20px;
}
.cart-table .product-name{
	margin:10px 0 5px;
}
.product-name a:hover,
table#shopping-cart-table a:hover{
	color:#333;
}
.cart .discount input.input-text{
	height:26px;
	margin:0 0 10px;
}
.shipping-form button.button span{
	color:#fff;
}
.cart .totals{
	padding:15px;
}
button.btn-checkout span{
	background:#3285c5;
}
button.btn-checkout span span .img-checkout{
	height:35px;
	background-position:0 7px;
}
.cart .cart-left-column{
	width:70%;
}
.cart .cart-collaterals .col2-set .col-1,
.cart .cart-collaterals .col2-set .col-2{
	width:48%;
}
button.btn-checkout span:hover{
	background:#ccc;
	color:#333;
}
#totals a:hover,
.shipping-form button.button span:hover{
	color:#333;
}
.col-left{
	width:25%;
}
.col-main{
	width:75%;
}
.block-content ul li{
	padding:4px 2px 4px 33px;
}
.product-view .product-shop .price-box .regular-price .price,
.large-tabs a.current span{
	color:#066cc3;
}
.product-view .btn-cart span{
	background:#066cc3;
}
.addresses-list .addresses-primary .item,
.addresses-list .addresses-primary .item:hover{
	border:1px solid #066cc3;
}
.product-view .add-to-box{
	background:none;
	padding:0;
}
.product-collateral .large-tabs-left{
	display:none;
}
.product-view .add-to-box .price-box,
.add-to-box .add-to-cart{
	float:none;
}
.product-view .add-to-box .price-box{
	margin-bottom:10px;
}
.large-tabs a.current{
	padding:0;
}
.large-tabs a{
	padding:0;
}
.large-tabs a span{
	padding:8px 15px;
	height:auto;
}
.main-container .grid-wide.spec-grid4col .item{
	width:24.3%;
	min-height:348px;
	padding:15px 0 0;
}
.main-container .grid-wide.spec-grid4col .product-image,
.itemslider-wrapper .grid-wide.spec-grid{
	width:100%;
}
.std .itemslider-wrapper{
	width:auto;
	max-width:1170px;
}
.itemslider-wrapper .itemslider,
.itemslider .slide{
	width:100% !important;
}
.main-container .grid-wide.spec-grid4col .item{
	text-align:center;
	background:#fff;
}
.grid-wide.spec-grid4col.grid-actions-absolute .actions{
	width:93%;
}
.products-grid .btn-cart{
	float:none;
	margin:0;
}

/*----responsive----*/

@media all and (max-width:1200px){
#nav ul.level0{
	width:890px;
}
.title-buttons button.button span{
	padding:5px 0;
}
.title-buttons button.button span span{
	padding:0 15px;
}
}

@media all and (max-width:1170px){
	.container{width:980px;}
	.main{width:980px;}

.header .logo {
    margin: 50px 0;
}
.header .boxes {
	top:0;
}
.navbar li {
    padding: 0 10px;
}
.navbar ul {
    margin-top: 16px;
}
.footer .footer-1,
.footer .footer-2,
.footer .footer-3{
	width:20%;
	margin-right:2%;
}
.footer .footer-2{
	width:22%;
}
.footer .footer-3{
	width:23%;
}
.footer .footer-4{
	width:29%;
}
.footer .footer-4 input {
    width: 100%;
}
.products p {
    font-size: 14px;
}
.navbar #nav ul.level0{
	top:32px;
}
.navbar #nav li.search-icon .level0{
	top:32px;
}
.cart .cart-left-column{
	width:68%;
}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
.main-container .cnt_form{
	width:70%;
}
#contactForm .input-box,
.cart .shipping select,
.cart .shipping input.input-text,
.cart .discount input.input-text{
	width:100%;
}
#nav ul.level0{
	width:500px !important;
}
.cart .cart-left-column{
	width:67%;
}
.cart .cart-right-column{
	width:32%;
}
.checkout-onepage-index .col-main{
	width:80%;
}
}

@media all and (max-width:980px){

.container{
	width:750px;
	}
	.col-main
	{
		width:100%;
	}
	.col-main
	{
		width:100%;
	}
	.col-left
	{
		width:100%;
	}
.main{
	width:750px;
	}	
.header-top .login a {
    padding: 0 10px;
}
.header .logo {
   max-width: 46%;
}
/* .header .boxes { */
    /* max-width: 290px; */
/* } */
.featured-products .boximage p {
    font-size: 14px;
}
.products img {
    max-width: 30%;
}

.footer .footer-1 p {
    font-size: 15px;
}
.col1-layout .product-view .product-shop{
	width:100% !important;
	padding:10px 0 20px;
}
.col-main .product-collateral{
	margin:0;
}
.product-tabs-wrapper .tabs,
.product-view .product-img-box{
	width:100% !important;
}

.main-container .grid-wide.spec-grid4col .item
{
	width:32.2%;
}
}
@media all and (max-width:800px){
.navbar ul#nav li ul.shown-sub,
#nav ul ul{
	padding:0 !important;
}
.navbar ul#nav li ul.shown-sub li{
	width:100%;
	margin-right:0;
	margin-left:0;
	padding-right:0;
	padding-left:0;
}
.navbar ul#nav li ul.shown-sub{
	width:100% !important;
}
#nav ul.level0 > li > a,
#nav ul ul{
	margin:0;
}
#nav ul li.parent{
	border:0;
}
.nav ul ul ul li a{
	padding-left:10px !important;
}
}
@media all and (max-width:767px){
	.container{
		width:90%;
		}
		.main{
		width:90%;
		}
.header-top .contact-detail li {
	padding: 0 8px;
}
.header-top .login {
    float:none;
	margin-top: 6px;
}
.header-top .login a {
    padding: 0 26px;
}
.header .logo {
    max-width: 100%;
}
.header .boxes {
    max-width: 100%;
}
.featured-products .boximage {
    width: 46%;
    margin: 40px 0 0 2.5%;
}
.header .form-search .input-text{
	margin-bottom:10px;
}

.bottom-logo img {
    max-width: 100%;
}
.footer .footer-1 {
    width: 100%;
    margin-right: 0;
}
.footer .footer-2 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 100px;
}
.footer .footer-1 {
    margin-bottom: 100px;
}
.products img {
    float: right;
 }
 .products p {
    font-size: 18px;
}

.footer .footer-3 {
    float: none;
    width: 100%;
    margin-right: 0;
	margin-bottom: 100px;
}
.footer .footer-4 {
    float: none;
    width: 100%;
}
.copyright p {
    line-height: 22px;
}
.header{
	text-align:center;
	padding:15px 0;
}
.header-top{
	text-align:center;
	padding:0 0 14px;
}
.header-top ul{
	display:block;
	overflow:hidden;
}
.header-top ul li{
	display:inline-block;
}
.header-top .login li{
	vertical-align:top;
	float:none;
	padding:0;
}
.header .logo{
	margin:0 0 15px;
}
.header .boxes{
	position:static;
	margin:0;
}
.main-container{
	background:none;
}
.main-container .main{
	padding:30px 0;
}
.account-login .col2-set{
	width:100%;
	margin:0 0 30px;
}
.account-login .col2-set:last-child{
	margin:0;
}
.account-login .content{
	min-height:auto;
	padding:20px;
	padding:0;
}
.account-login .buttons-set{
	padding:0;
}
.account-login .col2-set{
	min-height:auto;
	padding:20px 15px;
}
.footer{
	text-align:center;
}
.footer div{
	overflow:hidden;
}
.footer h4,
.footer .footer-1 ul{
	margin:0 0 15px;
}
.footer .footer-1 .footer-nav li{
	margin:0;
	padding:5px 0;
}
.footer .footer-1 .footer-nav li{
	border:0;
}
.footer .footer-1,
.footer .footer-2,
.footer .footer-3{
	margin:0 0 30px;
	border-bottom:1px solid #545556;
}
.footer .footer-2,
.footer .footer-3{
	padding:0 0 15px;
}
.footer .products{
	margin:15px 0 0;
	padding:0 0 15px;
	border:0;
}
.products p,
.products img{
	float:none;
}
.products p{
	margin:0 0 15px;
}
.footer-4 p{
	margin:0;
}
.footer .footer-4 input{
	margin:0 0 15px;
}
.footer .footer-4 p{
	clear:both;
	margin:0 0 15px !important; 
}
.footer .footer-4 input:last-child{
	margin:0;
}
.footer .block{
	margin:0;
}
.form-list .field {
    float: left;
    width: 100%;
}
.form-list input.input-text {
    width: 100%;
}
.form-list li.wide .input-box {
    width: 100%;
}
.form-list li.wide input.input-text {
    width: 100%;
}
.form-list select {
    width: 100%;
}
.form-list textarea {
    width: 100%;
}

.box-account .col2-set .col-1{
 width: 100%;
 border: 0;
}
.box-account .col2-set .col-2{
 width: 100%;
 margin-top:35px;
 border: 0;
}
.breadcrumbs{
	margin:0;
}
.main-container .cnt_form,
#contactForm .fieldset{
	margin:0;
	width:100%;
}
.main-container .contact_address{
	margin:30px 0 0;
}
.header-top ul{
	overflow:visible;
}
.cart form{
	display:block;
	width:100%;
}
.checkout-cart-index .cart-table{
	display:block;
}
#shopping-cart-table thead{
	width:100%;
	display:inline-block;
}
.cart .cart-left-column,
.cart .cart-collaterals .col2-set .col-1,
.cart .cart-collaterals .col2-set .col-2,
.cart .cart-right-column{
	width:100%;
}
.cart .cart-collaterals .col2-set .col-1{
	margin:0 0 20px;
}
.cart .cart-right-column{
	margin-top:0;
}
.cart .totals,
.my-account .title-buttons button{
	margin-bottom:0;
}
.checkout-onepage-index .col-main,
.checkout-onepage-index .col-right,
.addresses-list.col2-set .col-1,
.addresses-list.col2-set .col-2{
	width:100%;
}
.checkout-onepage-index .col-right{
	padding:0;
}
.my-account{
	padding:0 15px;
}
#form-validate button.button span{
	padding:2px 5px;
}
.title-buttons button.button span{
	padding:0 4px;
	font-size:11px;
	height:33px;
	line-height:33px;
}
.title-buttons button.button span span{
	padding:0;
}
.product-view .product-collateral{
	width:100%;
}
.product-collateral .large-tabs-right{
	height:auto;
}
#mini-cart .block-content{
	top:23px;
}
.featured-products .boximage{
	min-height:290px;
}
.main-container .grid-wide.spec-grid4col .item
{
	width: 48%;
}
.breadcrumbs li{
	font-size:13px;
}
.category-products .products-grid {
	width:100%;
}
.category-products .spec-grid4col .item{
	width:31%;
}
.category-products .spec-grid4col .product-image{
	width:48%;
	height:auto;
}
.spec-grid4col.grid-actions-absolute .actions{
	width:100%;
}
.category-products .spec-grid4col .item{
	width:48%;
	background:#fff;
	margin-bottom:9px;
	text-align:center;
}
.category-products ul .item a.product-image img{
	width:100%;
	height:auto;
}
#mini-cart
{
	min-width:auto;
	background:transparent;
}
}


@media all and (max-width:480px){

.container{
	width:90%;
	}	
	.main{
	width:90%;
	}
.header-top .contact-detail a {
    font-size: 14px;
}
.header-top .login a {
    padding: 0 18px;
}
.featured-products .boximage {
    width: 100%;
}
.featured-products h1, .featured-products h2 {
    font-size: 28px;
}
.featured-products .boximage {
    margin: 40px 0 0 0;
}
.featured-products .images-block {
   padding: 1px 20px 40px;
}
.featured-products .boximage p {
    font-size: 20px;
}
.featured-products .boximage p{
	min-height:auto;
	padding:24px 10px 10px;
}
.main-container .grid-wide.spec-grid4col .item
{
	width: 98%;
}
.featured-products .boximage{
	min-height:auto;
}
.category-products .spec-grid4col .item{
	width:100%;
	margin-right:0;
	padding-right:0;
	padding-left:0;
	text-align:center;
	margin-bottom:30px;
}
.category-products .spec-grid4col.grid-actions-absolute .actions{
	position:static;
	width:100%;
}
}

@media all and (max-width:479px){
.header .logo{
	max-width:95%;
}
.header-top .contact-detail li{
	float:none;
}
.account-login h1{
	font-size:23px;
}
.cart form{
	overflow-x:scroll;
}
.opc .step{
	padding:15px;
}
#opc-login .col-1,
#opc-login .col-2{
	width:100%;
	padding:0;
}
#opc-login .col-2{
	border:0;
}
}

@media all and (max-width:320px){
.container{
	width:95%;
	}	
	.main{
	width:95%;
	}	
	
.header-top .contact-detail li {
    border: none;
}
.header-top .login a {
    padding: 0 12px;
}
.header .logo {
    margin: 10px 0;
}
.featured-products h1 {
     font-size: 26px;
}
.products p {
    font-size: 14px;
}
.copyright p {
    line-height: 22px;
}
}