@charset "utf-8";
/* CSS Document */

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */


@font-face {
    /*font-family: 'Conv_arial';
    src: url('http://www.eastwood.com/skin/frontend/eastwood/eastwood/fonts/arial.eot');
    src: local('â˜º'), url('http://www.eastwood.com/skin/frontend/eastwood/eastwood/fonts/arial.woff') format('woff'), url('http://www.eastwood.com/skin/frontend/eastwood/eastwood/fonts/arial.ttf') format('truetype'), url('http://www.eastwood.com/skin/frontend/eastwood/eastwood/fonts/arial.svg') format('svg');*/
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}


a { color: #666; text-decoration: underline; }
a:hover { text-decoration: none; }
ul, ol { list-style: none; }


.messages { width: 100%; overflow: hidden;}
.messages,
.messages ul { list-style: none !important; margin: 0 !important; padding: 0 !important; }
.messages li { margin: 3px 0 !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { background-position: 10px 9px !important; background-repeat: no-repeat !important; border-style: solid !important;border-width: 1px !important; font-size: 11px !important; font-weight: bold !important; min-height: 24px !important; padding: 8px 8px 8px 32px !important;}
.error { color:#f00; font-weight:bold; }
.error-msg { color:#f00; font-weight:bold; border-color: #f00; background-image: url("http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/i_msg-error.gif"); }
.success-msg { background-color: #EFF5EA; background-image: url("http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/i_msg-success.gif"); border-color: #446423; color: #3D6611;}

table { border: 0; border-spacing: 0; border-collapse: collapse; empty-cells: show; font-size: 100%; }

.nobr { white-space: nowrap; }
.nounderline { text-decoration: none !important;}
.f-left, .left { float: left !important; }
.f-right, .right { float: right !important; }
.a-left { text-align: left !important; }
.a-right { text-align: right !important; }
.a-center { text-align: center !important; }

/* Class: std - styles for admin-controlled content */
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote,
.std table { margin-bottom:1em; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.std hr { margin:1.5em 0; color:#d9d9d9; }
.std table { width:100%; }
.std table thead { background:#e8e8e8; }
.std table th { background:#f7f7f7; font-weight:bold; }
.std table thead th { background:#e8e8e8; font-weight:bold; }
.std table th,
.std table td { padding:5px 10px; border:1px solid #d9d9d9; }
.std table[border="0"] { border-width:0; }
.std table[border="0"] th,
.std table[border="0"] td { border-width:0; }

/* Forms ============================= */
button.button { background: none repeat scroll 0 0 transparent;  border:0; cursor: pointer; margin: 0; overflow: visible; padding: 0; width: auto; }
input, select, textarea, button { color: #2F2F2F; font: 12px/15px Arial,Helvetica,sans-serif; vertical-align: middle; }
input.input-text, select, textarea { background: #FFFFFF; border: 1px solid #B6B6B6; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
input.input-text, textarea { padding: 2px; }
button.button > span{
    display: block;
    background: #DC1E26;
    border: 2px solid #AD1F24;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position:relative;
    color: #fff;
    padding: 0 5px;
    text-decoration: none;
    font: normal 13px/24px Arial,Helvetica,sans-serif;
    height: 24px;
    text-align: center;
    white-space: nowrap;
}
button.btn-gray > span {
    background: #929292;
    border-color: #888888;
}
p.required{ color:red; }
fieldset { border: 0; }
.fieldset { margin: 10px 0; clear: both; }
.legend { margin: 0 0 10px;
    font:bold 14px 'Conv_arial',Helvetica,sans-serif;
    color: #004A8D;
}
.validation-advice{
    margin-top: 2px;
    color: #f00;
    line-height: 1.2 !important;
}
.validation-failed {
    border-color: #f00 !important;
}
.form-list,
.form-list li{ *zoom:1;}
.form-list:after,
.form-list li:after {
    content: "";
    display: table;
    width:100%;
    clear: both;
}
.form-list li {
    margin-bottom: 10px;
}
.form-list li.fields {
    margin-bottom: 0;
}

.form-list li .field {
    margin-bottom: 10px;
}
.form-list label {
    float: left;
    width: 37%;
    padding: 0 5% 0 0;
    color: #444;
    text-align: right;
    font: bold 12px/24px Arial,Helvetica,sans-serif;
}
.form-list .required em {
    color: red;
    margin: 0 .36em 0 0;
}
.form-list .input-box {
    width:45%;
    float: right;
    margin-right: 13%;
}
.form-list .input-box input.input-text,
.form-list .input-box textarea,
.form-list .input-box select {
    width:90%;
}
.buttons-set {
    border-top: 1px solid #E4E4E4;
    clear: both;
    margin: 4em 0 0;
    padding: 8px 0 0;
    text-align: right;
}
.buttons-set .required {
    margin: 0 0 5px
}
.buttons-set .back-link {
    float: left;
}
.buttons-set .back-link a {
    text-decoration: none;
    padding: 5px;
}

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

.block-content #narrow-by-list2 ol {
    padding: 5px;
    text-indent: -5px;
}

.block-content #narrow-by-list2 dd ol li a,
.block-content ul li a {
    text-decoration: none;
    font-size: 12px !important;
    padding: 3px 5px;
}
#cart-sidebar img{width:auto !important;}
.col-right.sidebar {
    float: right;
    min-height: 290px;
    width: 190px;
}

/*css for shopping cart page===================================*/
.product-details{
    width:98%;
    text-align:center;
    float:left;
}
.product-details .button{
    float: none;
}

.crosssell-right{
    float:right;
    min-height: 290px;
    width: 240px;
    margin: 56px 20px 0 0;
}
.crosssell {
    border: 1px solid #909090;
    float: left;
}
.crosssell > h2 {
    background: none repeat scroll 0 0 #929292;
    color: #FFFFFF;
    font-size: 13px;
    padding: 4px;
}
.crosssell .item {
    text-align: center;
    padding: 10px;
}
.crosssell .item .product-name {
    float: none;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
}
.crosssell .item .product-details {
    float: none;
    width: auto;
}
.crosssell .item .price-box {
    clear: both;
    margin-bottom: 10px;
}
.crosssell .item .price-box > span,
.crosssell .item .price-box > a {
    display: block;
}

.btn-remove2 {
    background: url("http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/btn_remove3.png") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 0;
    height: 16px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 16px;
}

.cart .page-title h1 {
    margin: 10px 0 0;
}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left;
}
.page-title h1,
.page-title h2 {
    color: #0968A9;
    font-size: 20px;
    margin: 0;
}
.cart .title-buttons .checkout-types {
    float: right;
    margin-top: 10px;
}

.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}
.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}
button.btn-checkout span span {
    padding: 0 25px;
}


.cart-table {
    border: 1px solid #BEBCB7;
    width: 100%;
    margin-top:16px;
}
.cart-table th {
    font-weight: bold;
    padding: 3px 8px;
}
.cart-table th {
    padding: 2px 10px;
}

.cart-table thead th {
    border-right: 1px solid #C2D3E0;
    color: #0A263C;
    font-weight: bold;
    padding: 2px 8px;
    vertical-align: middle;
    white-space: nowrap;
}
.cart-table thead th {
    background: #DEE5E8;
}
.cart-table.odd {
    background: none repeat scroll 0 0 #F8F7F5;
}
.cart-table .item-options dt{
    font-weight: bold;
    font-style: italic;
}
.cart-table .item-options dd {
    padding: 2px 0 5px 10px;
}
.even li{
    float: left;
    margin: 5px 0;
    text-align: left;
    width: 96%;
    padding:0 3%;
}
.even li a{
    float:none !important;
    width:auto !important;
}
.odd li{
    float: left;
    margin: 5px 0;
    text-align: left;
    width: 96%;
    padding:0 3%;
}
.odd li a{
    float:none !important;
    width:auto !important;
}
.block-content dt {
    background: none repeat scroll 0 0 #F1F1F1;
    display: block;
    float: left;
    padding: 5px 3%;
    width: 94%;
    line-height:20px;
    color:#000000;
    font-weight:bold;
}
.cart-table td {
    padding: 3px 8px;
}
.cart-table td {
    padding: 10px;
}
.cart-table tbody th,
.cart-table tbody td {
    border-bottom: 1px solid #D9DDE3;
    border-right: 1px solid #D9DDE3;
}
.cart-table tbody .link-wishlist {
    float: none !important;
    color: #1414FF;
    margin:0;
}
.product-name {
    font-size: 1em;
    font-weight: normal;
    margin: 0;
}
.cart-table .product-name {
    color: #666;
    font-weight: bold;
    margin: 0 0 5px;
}
.cart-table tfoot tr {
    background-color: #DEE5E8 !important;
}
.cart-table tfoot td {
    border-bottom: 0 none;
    border-right: 1px solid #D9DDE3;
    padding-bottom: 1px;
    padding-top: 1px;
}
.cart-table tfoot td {
    vertical-align: middle;
    padding: 5px 10px;
}
.cart-table tr.last th,
.cart-table tr.last td {
    border-bottom: 0 none !important;
}
.cart-table tfoot tr.first td {
    background: #DEE5E8;
}
.cart-table .btn-continue {
    float: left;
}


.cart-table .btn-update {
    margin-left: 10px;
}
.cart-table .btn-update,
.cart-table .btn-empty {
    float: right;
}

.cart{
    width:67%;
    padding:5px 2%;
    float:left;
}

.cart .cart-collaterals .col2-set {
    float: left;
    width:294px;
    margin-top:30px;
}

.col2-set .col-1 {
    float: left;
    width: 48.5%;
}
.cart .cart-collaterals .col2-set .col-2 {
    width: 294px;
}
.col2-set .col-2 {
    float: right;
    width: 48.5%;
}
.cart .discount,
.cart .shipping,
.cart .sourcecode {
    background: url("http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/bkg_block-title.gif") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #D0CBC1;
    margin: 0 0 18px;
    padding: 12px 15px;
}
.cart .discount h2,
.cart .shipping h2,
.cart .sourcecode h2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    color:#000 /*#E26703*/;
    font: bold 13px/16px Arial,Helvetica,sans-serif;
    padding: 0 0 0 21px;
    text-transform: uppercase;
}
.cart .discount h2,
.cart .sourcecode h2 {
    background-image: url("http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/i_discount.gif");
    margin-bottom: 5px;
}
.cart .discount .input-box,
.cart .sourcecode .input-box {
    margin: 5px 0 0;
    width: 260px;
}
.cart .discount input.input-text,
.cart .sourcecode input.input-text {
    width: 236px;
}

.cart .discount .more-info,
.cart .sourcecode .more-info {
    margin: 8px 0 0;
}

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
    float: none;
    margin-left: 0;
}
.cart .discount,
.cart .shipping ,
.cart .sourcecode{
    background: url("http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/bkg_block-title.gif") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #D0CBC1;
    margin: 0 0 18px;
    padding: 12px 12px 22px 15px;
}

.cart .shipping h2 {
    background-image: url("http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/i_shipping.gif");
}

caption, th, td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}
.price {
    white-space: nowrap !important;
}
.cart .discount .buttons-set,
.cart .shipping .buttons-set,
.cart .sourcecode .buttons-set {
    border: 0;
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
}
.cart .sourcecode .buttons-set {
    float: none;
}
.cart .sourcecode .buttons-set .button {
    float: none;
}
.cart .totals {
    background: none repeat scroll 0 0 #DEE5E8;
    border: 1px solid #BEBCB7;
    float: right;
    width: 294px;
    margin-top:30px;
}
.cart .totals table {
    margin: 7px 0;
    width: 100%;
}
.cart .totals td,
.cart .totals th{
    padding: 1px 15px 1px 7px;
}
.cart .totals select {
    width: 200px;
}
#rates_ajax_loader {
    display: block;
    margin: 5px auto;
}
#tax_ajax_loader {
    position: absolute;
    margin: 24px 0 0 24px;
}
.cart .totals tfoot td {
    padding-bottom: 5px;
    padding-top: 5px;
}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
    font-size: 15px;
}
.cart .totals .checkout-types {
    font-size: 13px;
    padding: 8px 15px 15px;
    text-align: right;
}
.cart .totals .checkout-types li {
    clear: both;
    margin-bottom: 10px;
}
.cart .totals .checkout-types .paypal-or {
    text-align: center;
    padding: 0 0 10px 118px;
}



/*css for shopping cart page===================================*/

* { margin:0; padding:0; }
img { border:none; }
body {
    font-family:'Conv_arial', Helvetica, sans-serif;
    font-size:12px;
    background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/body_bg.png) repeat-x #abafb2;
    /*background-color: #69737C;*/
    color: #000;
}
#main-wrapper {
    float:left;
    width:100%;
    height:auto;
    /*background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/holiday-background.jpg) center top no-repeat;*/
    background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/page_background.jpg) center top no-repeat;
}

#fancybox-wrap{height: 360px !important;left: 300px !important;width: 560px !important;}
#fancybox-content{width:98% !important;height: 350px !important;}
#fancybox-content div{width:100% !important;height: 360px !important;}


#wrapper { margin:0 auto; width:900px; height:auto; }
.wrap { float:left; width:100%; height:auto; padding-bottom:20px; }
#header {
    float:left;
    width:100%;
    height:auto;
    margin:5px 0 0 0;
}
.logo {
    float:left;
    width:363px;
    height:auto;
}
.main-logo {
    display: inline-block;
}
#header .logo .tagline {
    display: inline-block;
    width: 205px;
    height: 87px;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
}

#header .logo .tagline div {
    display: table-cell;
    vertical-align: middle;
    height: 87px;
}

#header .logo .tagline div span {
    font-size: 23px;
    line-height: 21px;
    letter-spacing:1px;
    font-family:'Roboto Condensed', sans-serif;
    text-shadow: 1px 1px 2px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
}
.tagline-line {
    font-weight:600;
}
.tagline-phone {
    font-weight:300
}
.tagline-phone a {
    color: #fff;
    text-decoration: none;
}

.cart-table .btn-empty > span,
.cart-table .btn-update > span,
.discount .button > span,
.shipping .button > span,
.sourcecode .button > span{
    background:#929292;
    border-color:#888;
}


.btn-update > span{
    background: #CCCCCC;
    border: 2px solid #DDDDDD;
}

.more-views ul li{
    list-style:none outside;
    display:inline;
}

.product-btns-inner .view-btn {
    color: #1414FF;
}
.link-wishlist{
    color: #1414FF;
    margin-right: 8px;
}

#wishlist-table .link-wishlist{
    display: inline-block;
    margin-right: 0;
    padding-top: 10px;
}

.current{
    border: 1px solid #7F7F7F;
    margin: 0px 0px 0px 0px;
    padding: 5px 7px;
    text-decoration: none;
    background:#999999 no-repeat;
    color:#fff;
}
.summary p,
.product-details p{
    padding:5px 2% ;
    width: 96%;
    clear: both;
}
.block-content .actions{
    width: 100%;
    float: left;
    text-align: center;
}
.block-content .actions .button{
    float: none !important;
    margin:0px auto !important;
}
.block-content ol li a{
    /*width: 96%;*/
    width:76%;
    padding: 3px 2%;
    text-align: center;
    float: left;
}
.browse_by_li ol li{
    /*    float: left;*/
    padding:0px;
}
.browse_by_li ol li a{
    width:auto !important;
    padding: 3px 5px !important;
    text-align: center;
    float: none !important;
}
.product-collateral{width:100%;float:left;}
.form-add{width:100%;float:left; font-size: 12px;width: 100%;}
.form-add h2{color: #999999;font-size: 17px;}
.form-add h3{ margin-bottom: 10px;margin-top: 10px;}
.form-add ul li{list-style: none;}
.review-nologged { padding: 30px 16px; }
.button-set{ background: none repeat scroll 0 0 red;border: medium none;border-radius:8px;padding:4px;color: #FFFFFF;font-size: 15px;}
#nickname_field{
    background: none repeat scroll 0 0 #DFDFD8;
    border: medium none;
    padding: 5px;
}
#summary_field{
    background: none repeat scroll 0 0 #DFDFD8;
    border: medium none;
    padding: 5px;
}
#review_field{
    padding: 1px;
    background: none repeat scroll 0 0 #DFDFD8;
    border: medium none;
}

.box-up-sell { overflow: hidden; margin-top: 15px; }

.box-up-sell .price-box .old-price{ margin-right: 10px }

.box-up-sell ul{
    margin: 0;
    padding:0;
    float:left;
    width:100%;
}

.box-up-sell ul li{
    margin: 0;
    padding: 15px;
    float:left;
    list-style: none;
}


.box-up-sell ul li a {
    margin: 0;
    padding: 0;
    color:#777;
}
.box-up-sell .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: auto;
}
.box-up-sell .jcarousel-skin-tango .jcarousel-next-horizontal,
.box-up-sell .jcarousel-skin-tango .jcarousel-prev-horizontal {
    top: 50%;
    margin-top: -16px;
}

.box-up-sell .jcarousel-skin-tango .jcarousel-item {
    padding: 0 22px;
    width: 155px;
    height: auto;
    margin: 0;
}
/*.product-options {
    clear: both;
    width:98%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#F6F6F6;
    border: 1px solid #E4E4E4;
    border-width: 1px 1px 0;
    padding: 15px;
}*/
.product-options .qty-holder {
    margin-top: 3px;
    display: block;
}
/*.product-options-bottom {
    clear: both;
    width:98%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#F6F6F6;
    border: 1px solid #E4E4E4;
    padding:15px;
    margin: 0 0 15px;
}*/
.product-options-bottom .price-box {
    margin-bottom: 10px;
}
.product-options-bottom .add-to-cart {
    float: none;
}
.product-options dt {
    font-weight: normal;
    padding: 10px 0 0;
}
.product-options dt label {
    color: #2F2F2F;
    font-weight: bold;
}
.product-options dt label.required em {
    color: #EB340A;
    margin-left: 5px;
}
.product-options dd select {
    width: 55%;
    background:#FFFFFF;
    border: 1px solid #B6B6B6;
    padding:1px;
}
.product-options dd .qty-holder label {
    vertical-align: middle;
}
.product-options dd input.input-text {
    width: 55%;
}
.product-options .qty-holder input.qty{
    width:20px;
}
input.qty {
    width:20px;
    text-align: center;
}
.product-options ul.options-list {
    margin-right: 5px;
}
.options-list > li {
    list-style: none outside none;
}



.header_right {
    float:right;
    width:536px;
    height:auto;
    margin-top:25px;
}
.top-navi { text-align: right; }
.top-navi ul li { display:inline; list-style:none; }
.top-navi ul li a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 13px;
    padding: 0 0 0 5px;
    text-decoration: none;
    margin-top: 31px;
    height:15px;
    cursor: pointer;
}
.top-navi div {
    cursor: pointer;
}
.top-navi ul li a:hover
{
    text-decoration:underline;
}
.top-navi ul li.menu
{
    float:left;
    margin-top:31px;
}
.top-navi ul li a .icon
{
    position:relative;
    height: auto;
    padding-bottom: 4px;
    text-align: center;
    *left:10px;
    margin-top:-33px;
    *margin-top:-29px;
}
.iconspoing
{
    position:relative;
    top:-15px;
    *top:-18px;
}
.shopingcart
{
    width:100%;
    text-align:center;
    color:#FFF;
    font-size:13px;
    position:relative;
    *left:1px;
}
.checkout
{
    position:relative;
    top:2px;
}
.menu-cont{
    float:left;
    width:100%;
    height:auto;
    margin-top:2px;
    min-height:45px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    position:relative;
    background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/navi_bg.png) repeat-x #004583;
    z-index: 990;
}
.search-cont {
    float:left;
    width:280px;
    height:auto;
    padding:5px 0px;
    min-height:35px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
    position:relative;
    background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/search_bg.png) repeat-x;
}
@media (min-width:768px) {
    .search-cont-mobile {
        display: none;
    }
}

.search-inner
{
    margin:0 auto;
    width:240px;
    height:auto;
}
.search-inputcont {
    float: left;
    height: auto;
    margin-top: 6px;
    min-height: 23px;
    width: 200px;
}

.loggedin .search-cont{ width: 280px; }
.loggedin .search-inner{ width: 270px; }
.loggedin .search-inputcont{ width: 240px; }
.top-navi .top-link-cart { text-align: center; }
.top-link-call { display: none !important; }
.search-autocomplete {
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc ;
    box-shadow: 0 0 10px #ccc;
    padding: 2px 0;
}
.search-autocomplete li {
    padding: 2px 5px;
    color: #b0b0b0;
}
.search-autocomplete li.selected {
    color: #000;
}
.search-inputcont input[type=text]
{
    float:left;
    width:100%;
    height:auto;
    padding:3px;
    border:none;
    color:#b0b0b0;
    font-size:12px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:1px 7px 10px -6px #CCCCCC inset;
    -webkit-box-shadow:1px 7px 10px -6px #CCCCCC inset;
    box-shadow:1px 7px 10px -6px #CCCCCC inset;
    position:relative;
    background:#FFF;
}
.searchicon
{
    float:right;
    margin-top:6px;
}
.searchicon .button
{
    float:right;
    width:26px;
    height:19px;
    border:none;
    background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/search_icon2.png) no-repeat;
}
.navi
{
    margin: 0 auto;
    width: 800px;
    height:auto;
    display:block;
    z-index: 9999;
}
.navi ul
{
    margin:0px;
    padding:0px;
}
.navi ul li
{
    display:inline;
    list-style:none;
    float:left;
    background: url("http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/navi_line.png") no-repeat scroll right top transparent;
    height:38px;
    position:relative;
    line-height:8px;
    padding: 4px 0px;
}
.navi ul li.last
{
    background:none;
}
.navi ul li a
{
    color: #FFFFFF;
    float: left;
    font-size: 11px;
    font-weight: bold;
    /*padding: 6px 8px 0 6px;*/
    padding: 14px 8px 14px 6px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.navi ul ul{
    position:absolute;
    top: 46px;
    width:350px;
    z-index:999;
    background:#fff;
    left:-9000px;
    padding:5px;
    -moz-border-radius:5pxx;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:2px 2px 6px 0 #505050;
    -webkit-box-shadow:2px 2px 6px 0 #505050;
    box-shadow:2px 2px 6px 0 #505050;
}

.category-image > img { max-width: 100%; }

.navi ul ul li{ float:left; width:50%; position:relative; height:20px; padding-top:5px; background:none; padding-bottom:10px; line-height: 12px; }
.navi ul ul li:first-child{
    background: url("http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/menu_arrow.png") no-repeat top left;
    margin-top: -15px;
    padding-top: 20px;
}

.navi ul ul ul li:first-child { background: none; }
.navi ul ul li a{ color: #666; float: left; font-size: 10px; font-weight: normal; padding: 4px 4px 0; text-align: center; text-decoration: none;}
.navi ul ul li a:hover{ color:#000; }
.navi ul ul li a span { text-decoration: none; top: 0; }
.navi ul li:hover ul { left:0; }


.navi ul ul ul { position:absolute; width:350px; top: 10px; }
.navi ul li:hover ul ul { left:-9000px; }
.navi ul ul li:hover ul{ left: 150px; }
.navi ul li a:hover { text-decoration:none;}

#middle-panel
{
    float:left;
    width:100%;
    height:auto;
    margin-top:10px;
    -moz-border-radius:5px 5px 0px 0px;
    -webkit-border-radius:5px 5px 0px 0px;
    border-radius:5px 5px 0px 0px;
    -moz-box-shadow:2px 2px 6px 0 #505050;
    -webkit-box-shadow:2px 2px 6px 0 #505050;
    box-shadow:2px 2px 6px 0 #505050;
    position:relative;
    background:#FFF;
    z-index:9;
    padding-top: 12px;
}
.midd_topheading {
    width:100%;
    height:auto;
    padding:3px 0;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
    position:relative;
    background:#dd0000;
}
.midd_topheading h1 {
    color:#FFF;
    font-size:12px;
    margin-left:5px;
    margin-right:15px;
}
.midd_bannercont
{
    float:left;
    width:100%;
    height:auto;
}
#midd_pagecont
{
    margin:0 auto;
    width:93%;
    height:auto;
}
.midd_topnavi
{
    float:left;
    width:100%;
    height:auto;
    margin-top:10px;
}
.midd_topnavi ul
{
    margin:0;
    padding:0;
}
.midd_topnavi ul
{
    margin:0;
    padding:0;
}
.midd_topnavi ul li
{
    float:left;
    display:inline;
    list-style:none;
    padding:1px 11px;
    font-size:14px;
    color:#757678;
}
.midd_topnavi ul li span
{
    position:relative;
    top:1px;
}
.navi ul li{
    cursor: pointer;
}
.midd_topnavi ul li:hover{
    color:#FFF;
    background:#757678;
    cursor: pointer;
}
.navi ul ul li{
    padding-bottom: 0 !important;
}
.midd_topnavi ul li a
{
    float:left;
    font-size:14px;
    color:#757678;
    padding:1px 11px;
    text-decoration:none;
}
.midd_topnavi ul li a:hover
{
    color:#FFF;
    background:#757678;
}
.midd_topnavi ul li a.active
{
    color:#FFF;
    background:#757678;
}

.midd_slider_cont
{
    float:left;
    width:100%;
    height:auto;
    margin-top:5px;
}

.midd_mainslider_cont
{
    float:left;
    width:99%;
    height:auto;
}

.midd_mainslider_cont1
{
    float:left;
    width:99%;
    height:auto;
}

.midd_mainslider_cont2
{
    float:left;
    width:99%;
    height:auto;
}

.midd_mainslider_cont3
{
    float:left;
    width:99%;
    height:auto;
}

.midd_mainslider_cont4
{
    float:left;
    width:99%;
    height:auto;
}

.gallery-arrows.gallery-arrows-right{
    float:right;
    margin-right:-35px;
}
.gallery-arrows {
    float: left;
    height: 20px;
    margin-top: 70px;
    width: 5%;
    margin-left:-36px;
    text-align: center;
}



.pre_arrow
{
    float: left;
    height: auto;
    margin-left: -26px;
    margin-top: 60px;
    min-height: 30px;
    width: 20px;
}
.next_arrow
{
    float:right;
    height: auto;
    margin-right: -26px;
    margin-top: 60px;
    min-height: 30px;
    width: 20px;
}
.midd_slider
{
    float:left;
    width:192px;
    height:auto;
    margin-right:15px;
    margin-top:10px;
}
.midd_slider_last
{
    margin:0px;
}
.midd_middlecont
{
    float:left;
    width:97%;
    height:auto;
    border-top:1px solid #cacaca;
    padding-top:15px;
    margin: 15px 0 30px 15px;
}
.midd_leftlistcont
{
    float:left;
    width:110px;
    height:auto;
    margin-right:10px;
    margin-left:10px;
}
.midd_listheading
{
    float:left;
    width:100%;
    height:auto;
}
.midd_listheadingsec
{
    margin-top:15px;
}
.midd_listheading h1
{
    color: #000000;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    text-transform: uppercase;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
}
.midd_listheading a
{
    color: #000000;
}

.midd_listcont
{
    float:left;
    width:100%;
    height:auto;
    margin-top:5px;
}
.midd_listcont ul
{
    margin:0px;
    padding:0px;
}
.midd_listcont ul li
{
    display:block;
    list-style:none;
    padding-bottom:5px;
}
.midd_listcont ul li a
{
    color: #555;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: auto;
    padding-bottom: 4px;
    text-decoration: none;
    width: 100%;
}
.midd_listcont ul li a:hover
{
    text-decoration:underline;
    /*background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/arrow.png) no-repeat;*/
}
.midd_leftlistcontlast
{
    margin-right:0px;
}


#footer
{
    float:left;
    width:100%;
    height:auto;
    margin-top:20px;
    padding:15px 0px;
    background:#dfdfd8;
}
.footer_inner
{
    margin:0 auto;
    width:97%;
    height:auto;
}
.footer_innerleft
{
    float:left;
    width:245px;
    height:auto;
}
.footer_innleftemailcont
{
    float:left;
    width:155px;
    height:auto;
}
.footer_innleftemailcont p
{
    color: #000000;
    float: left;
    font-size: 9px;
    font-weight: bold;
    height: auto;
    margin-top: 5px;
    padding-bottom: 2px;
    width: 100%;
}
.footer_innleftemailcont input[type=text]
{
    float:left;
    width:85%;
    height:auto;
    padding:3px;
    margin-top:9px;
    color:#b0b0b0;
    font-size:12px;
    border:1px solid #afafad;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:1px 7px 10px -6px #CCCCCC inset;
    -webkit-box-shadow:1px 7px 10px -6px #CCCCCC inset;
    box-shadow:1px 7px 10px -6px #CCCCCC inset;
    position:relative;
    background:#FFF;
}
.footer_innleftemailcont input[type=button]
{
    float:left;
    width:56px;
    height:19px;
    border:none;
    margin-top:5px;
    cursor:pointer;
    background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/signup.png) no-repeat;
}

.footer_button
{
    float:left;
    width:56px;
    height:19px;
    border:none;
    margin-top:5px;
    cursor:pointer;
    background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/signup.png) no-repeat;
}

.footer_iconcont
{
    float:right;
    width:85px;
    height:auto;
    text-align:center;
}
.footer_iconcont img
{
    padding:0 0 8px;
}
.footer_visacont
{
    float:left;
    width:100%;
    height:auto;
    margin-top:15px;
}
.footer_visacont p.title
{
    color: #000000;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    text-transform: uppercase;
    width: 100%;
}
.footer_visacont img
{
    float:left;
    margin-top:5px;
}

.footer_innerright
{
    float:right;
    width:615px;
    height:auto;
}
.footer_leftlistcont
{
    float: left;
    height: auto;
    margin-right: 13px;
    width: 144px;
}
.footer_leftlistcontsec
{
    margin-right:0px;
}
.footer_listheading
{
    float: left;
    height: auto;
    width: 100%;
}
.footer_listheading strong {
    color: #000;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    text-transform: uppercase;
    width: 100%;
    display: block;
}
.footer_listcont {
    float: left;
    height: auto;
    margin-top: 5px;
    width: 100%;
}
.footer_listcont ul {
    margin: 0;
    padding: 0;
}
.footer_listcont ul li {
    display: block;
    list-style: none outside none;
    padding-bottom: 5px;
}
.footer_listcont ul li a {
    color: #000000;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: auto;
    padding-bottom: 4px;
    text-decoration: none;
    width: 100%;
}
.footer_listcont ul li a.iconcont
{
    float:left;
    width:77px;
}
.footer_listcont ul li a span
{
    float:right;
    *margin-top:-15px;
}
.footer_listcont ul li a:hover {
    text-decoration: underline;
}
.footer_copyrightcont
{
    float:left;
    width:100%;
    height:auto;
    margin-top:10px;
}
.footer_copyrightcont p
{
    color: #000000;
    font-size: 9px;
    font-weight: bold;
}

/*==========navifordevice css======*/
.navifordevice
{
    margin:0 auto;
    width:95%;
    height:auto;
    display:none;
}
.navifordevice select
{
    float:left;
    width:100%;
    height:auto;
    padding:5px;
    font-size:12px;
    color:#b0b0b0;
}



/*===================categories page css==========================*/
.categories{
    width:100%;
    background:#eaeaea;
    float:left;
}
.categories li{
    list-style:none;
    float:left;
    display:inline;
    padding: 5px 10px 5px 21px;
    background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/category-arrow.png) no-repeat left center;
    text-transform: uppercase;
    font-size:13px;
    color:#848484;
}
.categories li a{
    float:left;
    text-decoration:none;
    color:#848484;
    font-size:13px;
    /*	padding: 5px 10px 5px 21px;
        background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/category-arrow.png) no-repeat left center;
        border-top: 1px solid #D7D7D7;
        border-bottom: 1px solid #D7D7D7;*/

}
.categories li:first-child a{
    background:none;
}
.categories li:last-child a{
    border-top:1px solid transparent;
    border-bottom:1px solid transparent;
}
.center-inner{
    margin: 0 10px;
}
.cols-cont{
    width:100%;
    float:left;
    margin-top:12px;
}
.left-col{
    float:left;
    width:162px;
}
.right-col{
    float:right;
    width:702px;
}
.block.block-banner {
    display: none;
}
.cate-heading{
    background:#929292;
}
.cate-heading h1 {
    font-weight:normal;
    color:#fff;
    font-size:21px;
    padding:8px 10px;
}
.cate h2{
    font-size:16px;
    color:#333;
    font-weight:normal;
}
.cate li a{
    font-size:12px;
    color:#333;
    text-decoration:none;
}
.cate li span{
    font-size:12px;
    color:#999;
}
.cate li{
    list-style:none;
    padding: 2px 10px;
}
.cate{
    padding: 9px 0 10px;
}
.cate > p {
    font-size: 11px;
    padding: 5px 10px;
    text-align: left;
}

.cate a {
    color: blue;
}
.right-col-banner{
    float:left;
    width:100%;
}
.right-col-banner-left{
    width:434px;
    float:left;
}
.right-col-banner-right{
    float:right;
    width:254px;
}
.right-col-banner-divs{
    float:left;
    width:100%;
    border:1px solid #ddd;
    padding:10px 0
}
.right-col-banner-divs{
    background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/right-col-banner-div-img.png) no-repeat top right;
    margin-bottom:10px;
}
.more{
    background:#ff0000;
    border:1px solid #d20000;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    position:relative;
    behaviour:url("http://www.eastwood.com/skin/frontend/eastwood/eastwood/css/PIE.htc");
    float:right;
    padding:3px 5px;
    color:#fff;
    font-size:10px;
    text-decoration:none;
}
.right-col-banner-divs h1,
.right-col-banner-divs h2{
    padding: 0px 9px;
}
.right-col-banner-divs > p {
    padding: 5px 9px;
}
.slider-cate{
    width:100%;
    float:left;
    margin-top: 10px;
}
.slider-cate li{
    list-style:none;
    float:left;
    display:inline;
    margin-right:7px;
    cursor:pointer;
    text-decoration:none;
    color:#999;
    padding:2px 3px;
}

.slider-cate li:hover{
    background:#929292;
    color:#fff;
}


.slider-cate li a{
    float:left;
    text-decoration:none;
    color:#999;
    padding:2px 3px;
}
.slider-cate li a.active-cate{
    background:#929292;
    color:#fff;
}

.slider {
    float: left;
    margin: 20px 0;
    padding: 0 5%;
    position: relative;
    width: 90%;
}
.slider-arrow{
    position:absolute;
    top:50%;
    margin-top:-15px;
}
.slider-arrow.left{
    left:5px;
}
.slider-arrow.right{
    right:5px;
}
.slider-div {
    float: left;
    width: 125px;
    padding-bottom:10px;
}

.slider-div-inner {
    float: left;
    padding: 3px 0;
    text-align: center;
    width: 100%;
}

.slider-div-inner1 {
    float: left;
    padding: 3px 0;
    text-align: center;
    width: 100%;
}

.slider-div-inner2 {
    float: left;
    padding: 3px 0;
    text-align: center;
    width: 100%;
}

.sale-price{
    color:#ff0000;
}
.detail{
    background:#dc1e26;
    padding:2px 5px;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    position:relative;
    color:#fff;
    text-decoration:none;
    border:1px solid #ad1f24;
}
.slider-div-cont {
    float: left;
    overflow: hidden;
    width: 100%;
    height:185px;
}
.sort-option{
    float:left;
    width:96%;
    padding: 8px 2%;
}

.sort-option .sort-by {
    float:left;
    padding-top:5px;
}

.sort-by .box-reviews, .pager .limiter, .box-reviews .pager .amount {
    border: 1px solid #7f7f7f;
    font-size: 10px;
    padding: 2px 0;
    float:left;
    width:60%;
}
.sort-by select, .limiter select {
    border:1px solid #999;
    padding:2px ;
    font-size:10px;
}
.sort-by span{
    padding-left:10px;
}
.sort-pagi, .box-reviews .pages {
    float: right;
}
.sort-pagi .pages{
    float: right;
}
.sort-pagi li, .box-reviews .pages li {
    list-style:none;
    float:left;
    display:inline;
}

.sort-pagi li a, .box-reviews .pages li a {
    border: 1px solid #7f7f7f;
    color: #999999;
    margin: 0 2px;
    padding: 5px 7px;
    *padding: 4px 7px;
    text-decoration: none;
    display:block;
}
.sort-pagi li a.active-pagi, {
    background:#929292;
    color:#fff ;
}
.sort-pagi .limiter {
    float: right;
    padding-top: 5px;
    padding-right: 10px
}
@media (max-width: 768px){
    .sort-pagi {
        float:none;
        clear:both;
    }
    .sort-pagi .pages{
        float: right;
    }
    .sort-pagi .limiter{
        float: left;
        padding-left: 10px;
    }
}
.sorted-imgs{
    float:left;
    width:103%;
    margin: 8px;
}
.sorted-img-cont{
    float:left;
    margin-right: 22px;
    margin-bottom: 22px;
    width:155px;
}
.sort-img-div{
    float:left;
    width:100%;
    text-align:center;
}
.sort-img-div-content{
    float:left;
    width:155px;
    text-align:center;
    height: 150px;
    font-size: 11px;
    position: relative;
}
.sort-img-div-title{
    line-height:15px;
    height:30px;
    overflow: hidden;
}
.sort-img-div-sku{
    height:20px;
}
.sort-img-div-rating{
    padding-top:3px;
}
.sort-img-div-rating .amount{
    vertical-align:middle;
}
.sort-img-div-description {
    padding-top:2px;
    height: 48px;
    line-height:12px;
    overflow: hidden;
}
.sort-img-div-price {
    position: absolute;
    bottom: 32px;
    width:153px;
    text-align:right;
}

.sort-img-div-links {
    position: absolute;
    bottom: 0;
    width:155px;
    text-align:right;
}

.sort-img-div-links a {
    float: left;
    line-height:28px;
}
.sort-img-div span{
    font-size:13px;
    line-height: 20px;
}

.sort-img-div span a{
    color:#333333;
    text-decoration: none;
}

.rating-box {
    float:left;
    width: 80px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/sprites/no-repeat.png) no-repeat 0 -146px;
    overflow: hidden;
}
.rating-box .rating {
    height: 16px;
    background: url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/sprites/no-repeat.png) no-repeat 0 -162px;
}


/*=============Product Page CSS=================*/

a.item{
    color:#000 !important;
}
.product-right-col{
    float:right;
    width:190px;
    min-height:200px;
}
.product-left-col{
    width:686px;
    min-height:200px;
    float:left;
}
.product-div{
    width:412px;
    float:left;
    margin-right: 10px;
    margin-bottom: 15px;
}
.product-img{
    float:left;
    width:100%;
}
.product-img {
    text-align: center;
}
.product-img .product-image a {
    position: relative;
    display: block;
}
.product-img .product-image img{
    max-width: 100%;
    vertical-align: top;
}
.product-img .product-image span.mask {
    display: none;
    position: absolute;
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: url('http://www.eastwood.com/skin/frontend/eastwood/eastwood/img/btn_play.png') no-repeat 50%;
}
.product-img .product-image .video a > img {

}
.product-img .product-image .video {
    height: 412px;
    background: #000;
}
.product-img .product-image .video iframe {
    margin: 13% 0;
    height: 74%;
}

.product-img .enlarge {
    margin: 10px 0;
}
.product-img .jcarousel-container {
    padding: 8px 35px;
}
.product-img .jcarousel-clip {
    overflow: hidden;
}
.product-img .more-views {
    padding-top: 1px !important;
}
.more-views li {
    width: 56px;
    margin-right: 13px;
    height: 56px;
    float: left;
    border: 1px solid #ddd;
}
.more-views .video {
    overflow: hidden;
    position: relative;
}
.more-views .video span {
    position: absolute;
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: url('http://www.eastwood.com/skin/frontend/eastwood/eastwood/img/btn_play_small.png') no-repeat 50%;
}
.more-views .video img{
    height: 100%;
    margin-left: -9px;
}
.more-views .active {
    border: 2px solid #004b8d;
    margin: -1px 12px 0 -1px ;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.product-name{
    float:left;
    width:100%;
}
.product-stars{
    float:left;
    width:100%;
    margin: 10px 0;
}
.product-about{
    float:left;
    width:255px;
}

.product-about .price-box { padding: 0 4%; }
.product-about .price-box .old-price { margin-right: 4%; }

.product-about .price-box-bundle .price-label { font-weight: bold; }
.product-about .price-as-configured { margin-top: 10px; }
.product-about .price-as-configured .price-label { font-weight: bold; }

.product-about .price-box .special-price {
    clear: both;
    float: left;
    margin: 3px 10px 0px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #DC1E26;
    white-space: nowrap;
}

.product-about .grouped-items-table .price-box .special-price {
    font-size: 14px;
    margin: 5px 0;
}

.block-product-actions {
    background: #f7ffe7;
    border: 1px #d4d4d4 solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.catalog-product-view .sidebar .block-product-actions,
.review-product-list .sidebar .block-product-actions {
    border: 1px #d4d4d4 solid;
}
.sidebar .block-product-actions .block-content {
    padding: 14px;
    text-align: center;
}
.related-actions,
.block-product-actions .buttons-wrapper {
    text-align: center;
}

.old-price{
    float:left;
    text-decoration:line-through;
    white-space: nowrap;
}
.availability{ font-size: 13px; float: right; }
.in-stock { color:#037d00; }
.out-of-stock { color:#dc1e26; }

.sidebar .block-product-actions p.availability {
    margin: 0;
}
.block-product-actions .qty-box {
    float: left;
}
.block-product-actions .price-box {
    clear: both;
    padding: 10px 0 0 ;
    font-size: 14px;
}
.sidebar .block-product-actions .components-price {
    clear: both;
    padding: 10px 0 0;
}
.sidebar .block-product-actions .saving {
    font-size: 14px;
    text-align: center;
    font-style: normal;
}
.sidebar .block-product-actions .saving .price,
.sidebar .block-product-actions .saving .price-label {
    color: #037d00;
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
}
.sidebar .block-product-actions .saving .price-box {
    margin: 5px 0;
    padding: 0;
}
.sidebar .block-product-actions .saving .price-box span {
    color: #dd1500;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.block-product-actions .price-box .old-price{
    float: none;
    text-align: center;
}
.block-product-actions .price-box .special-price {
    color: #f30014;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.block-product-actions .price-box #grouped-price-sum {
    color: #f30014;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.grouped-items-table {
    clear: both;
    width: 92%;
    margin: 10px auto;
}
.grouped-items-table th {
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 4px;
}
.grouped-items-table td {
    padding: 4px;
}
.block-product-actions .product-options {
    clear: both;
    text-align: left;
    padding-top: 10px;
}
.block-product-actions .product-options dl {
    margin:0 !important;
}
.block-product-actions .product-options dl dt {
    background: none;
    padding: 0;
}
.block-product-actions .product-options dt label {
    display: inline-block;
}
.block-product-actions .product-options dt label.required em {
    float: right;
    margin-left: 3px;
}
.block-product-actions .product-options dd {
    margin-bottom: 6px;
}
.block-product-actions .product-options dd select {
    width: 100% !important;
}
.block-product-actions .product-options p.required {
    font-size: 11px;
    text-align: right;
}
.sale{
    color:#dc1e26;
    float: left;
    margin: 3px 0 7px;
}
.qty{
    border:1px solid #ccc;
    padding:1px 5px;
    background:#fff;
}

.add-to-cart {
    margin: 12px 0;
}

.block-product-actions .btn-cart,
.related-actions .btn-cart{
    cursor: pointer;
    border: 1px solid #701c1c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position:relative;
    color: #fff;
    font-size: 15px;
    font-family: 'Conv_arial', Helvetica, sans-serif;
    padding: 0 8px;
    height: 34px;
    text-decoration: none;
    text-transform: uppercase;
    background: #fb0016; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiMDAxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iI2IxMDAwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYjAwMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fb0016 0%, #b1000c 77%, #fb0016 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb0016), color-stop(77%,#b1000c), color-stop(100%,#fb0016)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fb0016 0%,#b1000c 77%,#fb0016 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fb0016 0%,#b1000c 77%,#fb0016 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fb0016 0%,#b1000c 77%,#fb0016 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fb0016 0%,#b1000c 77%,#fb0016 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0016', endColorstr='#fb0016',GradientType=0 ); /* IE6-8 */
}
.related-actions .btn-cart:nth-child(n),
.block-product-actions .btn-cart:nth-child(n) {
    filter: none;
}
.related-actions .btn-cart span,
.block-product-actions .btn-cart span {
    background: url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/img/btn_cart.png) no-repeat 0 40%;
    padding-left: 29px;
    display: inline-block;
    line-height: 32px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.related-actions .btn-cart span span,
.block-product-actions .btn-cart span span {
    background: none;
    padding: 0;
}

.add-to-cart a{
    color:#fff;
    font-size:13px;
    font-weight:bold;
    background:#dc1e26;
    padding:5px 10px;
    border:2px solid #ad1f24;
    text-decoration:none;
    border-radius:4px;
}

.block-product-actions .link-wishlist{
    border: 1px solid #9fa199;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    font-family: 'Conv_arial', Helvetica, sans-serif;
    padding: 0 8px;
    height: 23px;
    line-height: 23px;
    text-decoration: none;
    text-transform: uppercase;

    display: inline-block;
    background: #bbb5ac; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiYjVhYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iIzdjNzY2OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYmI2YWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #bbb5ac 0%, #7c7669 77%, #bbb6aa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbb5ac), color-stop(77%,#7c7669), color-stop(100%,#bbb6aa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbb5ac 0%,#7c7669 77%,#bbb6aa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbb5ac 0%,#7c7669 77%,#bbb6aa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bbb5ac 0%,#7c7669 77%,#bbb6aa 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bbb5ac 0%,#7c7669 77%,#bbb6aa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbb5ac', endColorstr='#bbb6aa',GradientType=0 ); /* IE6-8 */
}

.block-product-actions .link-wishlist:nth-child(n) {
    filter: none;
}

.grouped-items {
    text-align: left;
}
.grouped-items li {
    margin: 0 0 5px;
    overflow: hidden;
}
.grouped-items .product_sku {
    color: #7b7d77;
}
.grouped-items .qty-box {
    float: right;
    padding-left: 5px;
}

.block-product-actions .grouped-items  p.availability {
    font-size: 12px;
    margin: 5px 0;
}
.grouped-items .price-box {
    padding: 0;
    margin:5px 0;
    color: #f30014;
    clear: none;
    float: left;
    font-size: 12px;
    font-weight: bold;
}
.grouped-items .price-box .old-price {
    font-weight: normal;
    color: #000;
    text-align: left;
}
.block-product-actions .grouped-items .price-box p {
    white-space: nowrap;
    text-align: left;
    margin: 0 0 2px;
}
.grouped-items .price-box .special-price {
    font-size: 12px;
    text-align: left;
}

.p-quantity {
    float: left;
}
.view-btn,
.add-btn{
    color:#1414ff;
    float:left;
}
.add-btn{
    float:right !important;
}
.porduct-speci{
    width:100%;
    padding:15px 0;
    float:left;
    line-height: 18px;
}
.red{
    color:#9c0000;
}
.red a{
    color:#9c0000;
}
.porduct-speci ul li{
    margin:5px 25px;
}
.bottom-speci{
    padding-left: 8px;
    width: 98% !important;
}

.tabbing{width:98%;float:left;}
.tabbing > ul {width: 100%;}
.tabbing ul li {
    -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 #FFFFFF;
    border-color: #7C7C7C #7C7C7C -moz-use-text-color;
    border-image: none;
    border-radius: 8px 8px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #666666;
    cursor: pointer;
    float: left;
    list-style: none outside none;
    margin-right: 6px;
    margin-top: 6px;
    padding: 10px 8px;
}
.tabbing ul li:hover{float:left;background:#5c5c5c;color:#fff;}
.tab-selected{background:#5c5c5c !important;color:#fff !important;}
.product-desc{min-height:230px;border: 1px solid #999999;float: left;padding: 10px;width: 95%;}
.product-spec{min-height:230px;border: 1px solid #999999;float: left;padding: 10px;width: 95%;}
.product-upsell{min-height:230px; border: 1px solid #999999;float: left;padding: 10px;width: 95%;}
#product-attribute-specs-table {padding:10px;}
.data ul{width:100%}
.data ul li{float:left;list-style:none;padding:2px;}
.product-desc h2{padding:5px;}
.product-spec h2{padding:5px;}
.product-upsell h2{padding:5px;}


.social-links{
    float:left;
    width:100%;
    margin:5px 0 5px;
}

.more-product-div {
    padding: 10px 0;
    border: 0 solid #909090;
    border-bottom-width: 1px;
}
.more-product-div.last { border: none; }

.more-product-div-internal{
    clear: both;
    overflow: hidden;
    text-align: center;
    margin: 5px 0;
}
.more-product-div-internal:last-child {
    margin: 5px auto;
    width: 172px;
}
.more-product-div-internal input {
    float:left;
}
.more-product-div-internal .add-to-cart,
.more-product-div-internal .link-wishlist {
    color:#777;
    margin: 0 3px;
}

.block .block-content .more-product-div-internal p {
    text-align: center;
}
.browse-more{
    float:left;
    width:100%;
    color:#00F;
    text-align:center;
    font-weight:bold;
    margin:15px 0;
}

.more-product-div-internal > a {
    color: #777;
}
.p-slider-div-cont {
    height: 62px;
    overflow: hidden;
    width: 100%;
}


/*----customer-login----*/
.customer-login{
    margin: 10px 25px 0;
    padding:0;
    width:90%;
    float:left;

}
.login-title h2{
    margin:0px;
    padding:0px;
    font-family:'Conv_arial',Helvetica,sans-serif;
    font-size:24px;
    font-weight:normal;
    color:#004A8D;
}


.login_toppart{
    margin:10px 0 0;
    padding:0;
    width:93%;
    float:left;
}

.login_toppart h3{
    margin:0;
    padding:0;
    font-family:'Conv_arial',Helvetica,sans-serif;
    font-size:18px;
    font-weight:normal;
    color:#004A8D;
}

.login_toppart p{
    margin:8px 0 0;
    padding:0;
    font-family:'Conv_arial',Helvetica,sans-serif;
    font-size:12px;
    font-weight:normal;
    color:#000;
}

.login_btmpart{
    margin:10px 0 0 0;
    padding:0px;
    width:93%;
    float:left;
}


.login_btmpart h3{
    margin:0;
    padding:0;
    font-family:'Conv_arial',Helvetica,sans-serif;
    font-size:18px;
    font-weight:normal;
    color:#004A8D;
}

.login_btmpart p{
    margin:8px 0 0 0;
    padding:0px;
    font-family:'Conv_arial',Helvetica,sans-serif;
    font-size:12px;
    font-weight:normal;
    color:#000;
}

ul.login-list{
    margin:8px 0 0 0;
    padding:0px;
    width:25%;
    float:left;
}

ul.login-list li{
    margin:5px 0 5px 0;
    padding:0px;
    float:left;
    list-style:none;
}


.button_newaccount{
    margin:0;
    padding:0;
    float:left;
    cursor:pointer;
    background:#d70000;
    color:#fff;
}

.button_login{
    margin:0;
    padding:0;
    float:left;
    cursor:pointer;
    width:64px;
    background:#d70000;
    color:#fff;
    border:1px solid #CCC;
}
/*----customer-login end----*/



/*----Add-To-Cart----*/
.add_cartwrap{
    margin:0;
    padding:0;
    float:left;
    width:100%;
}

.add_cart_heading{
    margin:10px 0 0;
    padding:0;
    font-family:'Conv_arial',Helvetica,sans-serif;
    font-size:24px;
    font-weight:normal;
    color:#004A8D;

}

.add_cart_heading p{
    margin:10px 0 0 0;
    padding:0;
    font-family:'Conv_arial',Helvetica,sans-serif;
    font-size:14px;
    font-weight:normal;
    color:#000;

}

.add_cart_products{
    margin:10px 0 10px 0;
    padding:0px;
    float:left;
    width:100%;
}


.add_cart_products_box1{
    margin:0px;
    padding:0px;
    float:left;
    width:14%;
}

.add_cart_products_box1 h3{
    margin:0px;
    padding:0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:normal;
    color:#000;
}

.add_cart_products_box1 h2{
    margin:0px;
    padding:0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:normal;
}



.add_cart_products_box1 p{
    margin:0px;
    padding:0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:normal;
    color:#000;
}

.button_addcart_wrap{
    margin:0px;
    padding:0px;
    float:left;
    width:100%;
}

.button_addcart{
    margin:0px;
    padding:0px;
    float:right;
    width:40%;
}



.add_cart_formwrap{
    margin:0px;
    padding:0px;
    float:left;
    width:100%;
}


ul.cartform{
    margin:0px;
    padding:0px;
    float:left;
    width:50%;
}


ul.cartform li{
    margin:8px 0 8px 0;
    padding:0px;
    list-style:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
}


ul.cartform li h3{
    margin:0;
    padding:0;
    list-style:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    color:#000;
}
/*----Add-To-Cart end----*/



/*----checkout wrapper---*/

.checkout_wrapper{
    margin:10px;
    padding-bottom: 20px;
}

.checkout_title{
    margin:10px 0;
    padding:0;
    float:left;
    max-width:855px;
    width:100%;
}

.checkout_title h3{
    margin:0;
    padding:0 0 10px 0;
    font-size:20px;
    font-family:'Conv_arial',Helvetica,sans-serif;
}


ul.check-method {
    margin:0px;
    padding:0px;
    float:left;
    max-width:855px;
    width:100%;
}



ul.check-method .shipping-note{
    margin: 10px 0;
}

.opc .section {
    *zoom:1;
}
.opc .section:after {
    display: table;
    width: 100%;
    content: "";
    clear: both;
}

.sp-methods ul.form-list{
    width: 60%;
}
.sp-methods ul.form-list .v-fix {
    float: left;
    width: 45%;
    margin-right: 5%;
}
@media (max-width: 768px){
    #header .logo .tagline {
        display: none;
        width: 190px;
        margin: 0 auto;
        height: 50px;
        text-align: center;
    }
    #header .logo .tagline div {
        height: 22px;
    }

    .sp-methods ul.form-list{
        width: 100%;
    }
    .sp-methods ul.form-list .v-fix {
        float: none;
        width: 100%;
        margin: 0 0 5px;
    }
}
.chek-methodtitle{
    max-width:855px;
    width:100%;
    background:#E0E0E0;
    border: 1px solid #B7B7B7;
}
.chek-methodtitle h3{
    margin:0px;
    padding:5px 0px 5px 0;
    color: #b0b1b2;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
}
.chek-methodtitle span {
    background:#747678;
    border-color: #F19900;
    color: #FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    margin:5px 5px 0 5px;
    padding:2px 5px 2px 5px;
}

.opc .active .chek-methodtitle{
    background:#c4c5c5;
}
.opc .active .chek-methodtitle h3{
    margin:0px;
    padding:5px 0px 5px 0;
    color: #666;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
}
.opc .active .chek-methodtitle span {
    background: #666;
    border-color: #B7B7B7;
    color: #FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    margin:5px 5px 0 5px;
    padding:2px 5px 2px 5px;
}


.check-registerwrap{ padding:15px 30px 20px 30px; }
/*------chk-right------*/

.check-registerwrap-right{
    margin:0px;
    padding:0px;
    float:right;
    width:45%;

}

.check-registerwrap-right h3{
    margin:0px 0 8px 0 ;
    padding:0px 0 5px 0;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    border-bottom:1px solid #cacaca;
}


.check-registerwrap-right h4{
    margin:0px 0 0px 0 ;
    padding:0px 0 5px 0;
    font-size:12px;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
}

.check-registerwrap-right p{
    margin:1px;
    float:left;
    padding:0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    width:100%;
}

.star-red{
    color:#F00;
}

.chk-right_field{
    margin:0px;
    padding:0px;
    border:1px solid #CCC;
    height:20px;
    width:90%;
}


#checkout-payment-method-load label {
    color: #2F2F2F;
    font-size: 12px;
}

#checkout-review-table{
    width:100%;
    border: 1px solid #DFDFD8;

}
#checkout-review-table tr th{
    padding:7px 17px;
}
#checkout-review-table tr td,
#checkout-review-table tr th{
    padding: 7px 17px;
    border-bottom: 1px solid #DFDFD8;
    border-right: 1px solid #DFDFD8;
}

#review-buttons-container p{
    color:red;
}

#review-buttons-container p a{
    color:red;
}
#review-buttons-container.disabled p {
    display: none;
}

.field{
    line-height: 24px;
    color:#3c3c3c;
}

.required-txt{
    margin:10px 0 6px 0;
    padding:0;
    float:right;
    color:#F00;
}

.forgt-password{
    margin:13px 0 0 0;
    padding:0;
    float:left;
}

/*------reviews------*/
.ratings-table th { padding:3px 10px 3px 0; font-weight:bold; font-size:11px;}
.box-reviews { padding:20px 0 0; clear:both; }
.box-reviews .heading { padding-right:16px; background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/bkg_heading.gif) 100% 0  no-repeat; }
.box-reviews .heading h2 { width:400px; height:25px; padding-left:16px; background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/bkg_heading.gif) 0 0 no-repeat; font:bold 12px/25px Arial, Helvetica, sans-serif; color:#fff; overflow:hidden; }
.box-reviews .pager .amount,
.box-reviews .pager .limiter { line-height:25px; padding:0 10px; }
.box-reviews .pager .amount { width:auto; border-right:none }
.box-reviews .pager .limiter { width:40%; border-left:none; text-align:center; }
.box-reviews  dl, #review-form fieldset { margin:10px 0; padding:0 16px; }
.box-reviews  dl { font-weight:bold; font-size:11px; line-height:1.25; color:#333; }
.box-reviews  dd { margin:5px 0 15px; }
.box-reviews  dt .date { float:right; }
.box-reviews .pager { margin:10px 0; }
#review-form h4 { margin:0 0 15px; font-size:13px; }
#review-form em.required { color:red; }
#review-form .data-table tbody th { vertical-align:middle; font-weight:bold; background-color:#f9fafb; }
#review-form .data-table tbody td { text-align:center; }
#review-form .form-list .label { width:35%; }
#review-form .form-list .inout-box { width:60%; }
#review-form .form-list span.label { width:35%; float:left; text-align:right; }
#product-review-table { margin-bottom:15px; }

.review-product-view .product-view.product-review .product-img-box { float:left; margin:0 10px 10px 0; }
.review-product-view .product-view.product-review .product-name { float:none; width:auto; }
.review-product-view .col-right.sidebar { display:none; }

.product-review .review-images { margin:0 0 15px -15px; }
.product-review .review-images li { float:left; width:100px; margin-left:15px; }
.product-review .review-images:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

.data-table { width:99%; }
.data-table thead { background-color:#eaeaea; }
.data-table tr.even { background-color:#f9fafb; }
.data-table th,
.data-table td { padding:10px; }
.data-table thead th { padding:5px 10px; font-weight:bold; }
.data-table td { padding:10px; }

/*.box-reviews .pager .pages li { display:inline; }*/


/*------chk-left------*/

.check-registerwrap-left{
    margin:0;
    padding:0;
    float:left;
    width:45%;

}

.check-registerwrap-left h3{
    margin:0 0 8px 0 ;
    padding:0 0 5px 0;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    border-bottom:1px solid #cacaca;
}


.check-registerwrap-left h4{
    margin:0 ;
    padding:0 0 5px 0;
    font-size:12px;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
}

.check-registerwrap-left p{
    margin:0 0 8px 0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}

ul.check-list{
    margin:0 0 10px 0;
    padding:0;
    width:100%;
    float:left;
}

.opc .form-list li{
    margin:0;
    padding:0;
    float:left;
    width:100%;
    list-style:none;
    line-height:24px;
}
.opc .form-list li.wide {
    margin-bottom: 10px;
}
.opc .form-list .address-select {
    width: 95%;
}

.opc .form-list label{
    padding: 0;
    text-align: left;
    font-size:12px;
    font-weight:normal;
    color:#333;
    float: none;
    width: auto;
    display: inline-block;
    position: relative;
}
.opc .form-list label em {
    position: absolute;
    left: 100%;
}
.opc .form-list .input-box {
    width: 100%;
    float: none;
}
.opc .form-list .input-text{
    height: 26px;
}
.opc .form-list  .control label{
    padding: 0 0 0 4px;
}
.opc .form-list .giftcard-information li {
    display: none;
}
.opc .form-list .giftcard-information li:first-child {
    display: block;
}
.opc .form-list .cc-information {
    padding-top: 20px;
    color: #2F2F2F;
}
.order-comments textarea {
    width:376px;
}

ul.check-list2{
    margin:0 0 10px 0;
    padding:0;
    width:100%;
    float:left;
}

ul.check-list2 li{
    margin:0px;
    padding:0px;
    float:left;
    width:100%;
    list-style:circle;
    line-height:21px;
}


.chk-btn-continue{
    margin:20px 0 0 0;
    padding:0px;
    float:left;
    width:100%;
}

.continue_button{
    margin:0px;
    padding:4px 4px 4px 4px;
    float:right;
    background: none repeat scroll 0 0 #DC1E26;
    border: 1px solid #AD1F24;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor:pointer;
}


/* =========================================== CREATE ACCOUNT  PAGE CSS [28-FEB-2013]=============================================== */

.middle-wrapper{
    max-width:860px;
    width:100%;
    margin:0 auto;
}
.create-account{
    width:100%;
    float:left;
    margin-top:15px;
}
.create-account h1{
    color: #333333;
    font: bold 16px/1.15 Arial,Helvetica,sans-serif;
}
.login-createaccount{
    width:100%;
    float:left;
    margin:15px 0 0;
}
.new-customers{
    margin-right:14px;
}
.new-customers, .register-customers{
    max-width:390px;
    width:100%;
    float:left;
    background:#ececec;
    border:1px solid #c4c5c5 ;
    padding:10px 15px;
    min-height: 197px;
}
.new-customers h1{
    color: #C91300;
    font: bold 15px/1.15 Arial,Helvetica,sans-serif;
    padding-bottom:8px;
}
.new-customers p{
    color: #333;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
}
.create-account-btn{
    width:100%;
    float:left;
    text-align:center;
    margin-top:10px;
}
.create-account-btn input[type="button"]{
    background: none repeat scroll 0 0 #DC1E26;
    border: 1px solid #AD1F24;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    width: 159px;
    cursor:pointer;
}
.register-customers h1{
    color: #C91300;
    font: bold 15px/1.15 Arial,Helvetica,sans-serif;
    padding-bottom:4px;
}
.register-customers p{
    color: #333;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
}
.register-form{
    width:92%;
    float:right;
}
.register-form .txt-box .input-text,
.register-form .txt-box .validation-advice {
    width: 230px;
}
.register-form  .form-row1 {
    margin-bottom: 10px;
}
.register-form  .form-row2 {
    margin-top: 0;
}
.register-customers  .forgot-link{
    margin-top: 3px;
}

.form-row1{
    width:100%;
    float:left;
    margin-top:10px;
}
.form-row2{
    width:93%;
    float:right;
    margin-top:10px;
}
.field-txt{
	float:left;
	margin-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.field-txt span{
    color:#AD1F24;
}
.txt-box{
    float:left;
}
.txt-box input[type="text"]{
    width:199px;
    border:1px solid #ccc;
    padding:1px;
    text-indent:5px;
}

.txt-box input[type="password"]{
    width:199px;
    border:1px solid #ccc;
    padding:1px;
    text-indent:5px;
}
.txt-box .validation-advice{
    width:199px;
}



.login-btn{
    float: left;
    text-align:center;
    margin-top: 10px;
    width: 100%;
}
.login-btn input[type="button"] {
    background: none repeat scroll 0 0 #DC1E26;
    border: 1px solid #AD1F24;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    width: 70px;
    margin-right:20px;
}
.login-btn a{
    color:#084597
}

.customer-account-forgotpassword {
    margin-top: 30px;
}
.customer-account-forgotpassword .page-title h1 {
    color: #333333;
    font: bold 16px/1.15 Arial,Helvetica,sans-serif;
    margin: 0 0 15px;
}
.customer-account-forgotpassword .fieldset {
    max-width: 391px;
    width: 100%;
    float: left;
    background: #ececec;
    border: 1px solid #c4c5c5;
    padding: 15px;
    margin: 0;
}
.customer-account-forgotpassword .fieldset .legend {
    color: #C91300;
    font: bold 15px/1.15 Arial,Helvetica,sans-serif;
    padding-bottom: 8px;
}
.customer-account-forgotpassword .form-list  {
    margin-top: 10px;
}

.customer-account-forgotpassword .buttons-set {
    margin: 20px 0 0;
    padding: 10px 0 0;
    float: none;
}
.customer-account-forgotpassword .buttons-set p.required {
    margin: 0 0 5px;
}
.customer-account-forgotpassword .buttons-set .back-link {
    float: left
}
/* =========================================== Sub-Category Grid Kevin=============================================== */
.category-grid{
    float:left;
    width:103%;
    margin:10px;
}
.category-grid-title{
    font-size:18px;
    line-height: 26px;
    font-weight: bold;
    color: #747678;
    padding:10px 0 10px 0;
}
.category-box {
    float:left;
    margin-right: 28px;
    margin-bottom: 22px;
    width:149px;
}
.category-name{
    float:left;
    width:100%;
    text-align:center;
    font-size:13px;
    line-height: 20px;
    height:40px;
}
.category-box img{
    border:2px solid #777;
}


.category-name a{
    color:#333333;
    text-decoration: none;
}


/* =========================================== CREATE_ACCOUNT28  PAGE CSS [28-FEB-2013]=============================================== */

.customer-login{
    margin:10px 0 0 0;
    padding:0;
    max-width:769px;
    width:100%;
    float:left;

}

/*--left-part--*/

.customer-login-leftpart{
    margin:5px 0 0 5px;
    padding:0;
    max-width:165px;
    width:100%;
    float:left;
    border:1px solid #CCC;
    background:#EEF5F9;
}

.customer-login-leftpart h3{
    margin:0;
    padding:8px 0 8px 0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:normal;
    color:#FFF;
    background:#004B86;
    text-align:center;
}
.buttons_newaccount{
    background: none repeat scroll 0 0 #DC1E26;
    border: 1px solid #AD1F24;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    width: 159px;
}

.buttons_login{
    background: none repeat scroll 0 0 #DC1E26;
    border: 1px solid #AD1F24;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    /*margin-right: 20px;*/
    padding: 5px;
    width: 70px;
}


ul.login_leftlink{
    margin:0;
    padding:0;
    max-width:165px;
    width:100%;
    float:left;
}


ul.login_leftlink li{
    margin:0;
    padding:0 0 0 10px;
    float:left;
    width:90%;
    list-style:none;
    line-height:20px;
}

ul.login_leftlink li a{
    margin:0;
    padding:0;
    color:#084597;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:normal;
    text-decoration:underline;
}


ul.login_leftlink li a:hover{
    text-decoration:none;
}



/*--left-part end--*/


.customer-login-rightpart{
    max-width:580px;
    width:100%;
    float:right;
}


.login-title{
    width:100%;
    float:left;
}
.login-title h2{
    margin:5px 0 0 0;
    font-family:'Conv_arial',Helvetica,sans-serif;
    font-size:20px;
    font-weight:normal;
    color:#000;
}


.button_newaccount{
    margin:0;
    padding:0;
    float:left;
    cursor:pointer;
    background:#d70000;
    color:#fff;
}

.button_login{
    margin:0;
    padding:0;
    float:left;
    cursor:pointer;
    width:64px;
    background:#d70000;
    color:#fff;
    border:1px solid #CCC;
}


.login-list-field{
    margin:0 0 5px 0;
    padding:0;
    border:1px solid #CCC;
    /*	width:253px;*/
    height:19px;
}

.login-list-checkbox{
    margin:0px;
    padding:0px;
    border:1px solid #ccc;
}
/* =========================================== CREATE_ACCOUNT28  PAGE CSS [28-FEB-2013] end=============================================== */


.modify{
    margin: 5px 5px 0 0;
    padding:0px;
    float:right;
    text-decoration: none;
    color:#747678;
    font-family: arial;
    font-size:12px;
}

.check-h3top{
    margin:0px;
    padding:0px;
    float:left;
    width:75%;
}
.check-h3top2{
    margin:0px;
    padding:0px;
    float:right;
    width:25%;
}




.sidebar .block {
    border: 1px solid #909090;
    margin-bottom: 14px;
}
.paypal-logo {
    margin: 14px 0;
    text-align: center;
}
.block .block-title {
    background: none repeat scroll 0 0 #929292;
    width: 100%;
    color: #FFFFFF;
    font-size: 21px;
    font-weight: normal;
    padding: 8px 0;
}
.block-title strong {
    font-weight: normal;
    padding: 0 5px;
    display: block;
}

.sidebar .block-content {
    padding: 0 8px 8px;
}
.sidebar .block-content p{
    text-align: left;
    margin: 5px 0;
    padding: 0;
}

.sidebar .block-content li {
    float: none;
    padding: 0 3px;
}
.sidebar .block-content dl{
    margin: 0 -8px;
}
.sidebar .block-content dt{
    background:#F1F1F1;
    float: none;
    padding: 5px 0 5px 3px;
    width: auto;
    line-height:20px;
    color:#000;
    font-weight:bold;
}
.sidebar .block-content ol li a,
.sidebar .block-content ul li a{
    float: none;
    text-align: left;
    width: auto;
    padding: 0;
}
.sidebar .block-content li.current {
    margin: 0 -8px;
    padding: 5px;
}
.sidebar .currently li {
    position: relative;
    padding: 0 20px 0 0;
}
.sidebar .currently li .label {
    font-weight: bold;
}

.my-wishlist .btn-remove2,
.sidebar .block-content .btn-remove {
    float: right;
    width: 13px;

    height: 0;
    padding-top: 12px;
    margin-top: 3px;
    overflow: hidden;
    background: url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/btn_remove.gif) no-repeat 0 0;
}
.sidebar .currently li .btn-remove {
    position: absolute;
    top:-3px;
    right: 0;
}
.sidebar .block-content .block-subtitle {
    background:#F1F1F1;
    display: none;
    padding: 8px;
    margin: 0 -8px 10px;
    width: auto;
    line-height:20px;
    color:#000;
    font-size: 110%;
    font-weight:bold;
}
.sidebar .block-content .currently .block-subtitle {
    display: block;
}
.sidebar .block-content .actions {
    margin: 10px 0;
    float: none;
    width: auto;
    text-align: right;
}

.block-reorder .block-content li.item{
    padding-left: 20px;
    position: relative;
}
.block-reorder .block-content li.item input {
    position: absolute;
    left: 0;
    top:1px;
}
.block-reorder .block-content .actions a {
    float: left;
    margin: 5px 0 0;
}
.block-content .mini-products-list li.item {
    padding-left: 70px;
    overflow: hidden;
    margin: 10px 0;
}
.block-content .mini-products-list li.item .product-image {
    float: left;
    margin-left: -60px ;
}
.block-content .mini-products-list li.item .product-details {
    position: relative;
}
.block-content .mini-products-list li.item .product-name {
    margin: 0;
}
.block-content .mini-products-list li.item .btn-remove {
    position: absolute;
    right: -2px;
    top: -3px;
}


.block-cart .block-content .summary,
.block-cart .block-content .actions {
    margin: 0 -8px;
    padding: 10px;
    background: #F1F1F1;
    font-weight: bold;
}
.block-cart .block-content .actions {
    margin-bottom: -8px;
}
.block-cart .block-content .actions p {
    text-align: right;
}
.block-cart .block-content .summary p {
    margin: 0;
}

.block-content p,
.product-details{
    padding:2px;
}
.cart-table tfoot tr.first td{
    height: 35px;
}
.shipping-form li {
    margin-bottom: 5px;
}
.shipping-form label {
    color: #000;
    font-weight: normal;
    width: auto;
    float: none;
}
.shipping-form .input-box{
    float: none;
    width: 100%;
}
.cart-collaterals{
    width:100%;
}

/*Customer Page*/
.box-head,
.box-title,
.box-content,
.welcome-msg{
    margin-top: 20px;
    color: #0968A9;
}
.box-head p,
.box-title p,
.box-content p,
.welcome-msg p{
    color: #000;
    word-wrap: break-word;
}
.box-head a, .box-title a, .box-content a, address{
    color: #00254F;
}
/*Customer Page*/

.category-name a{
    color:#333333;
    text-decoration: none;
}

/* < Lightbox */
#lightbox { position:absolute;  left:0; width:100%; z-index:1000; text-align:center; line-height:0;}
#lightbox img { width:auto; height:auto;}
#lightbox a img { border:none; }
#outerImageContainer { position:relative; background-color:#fff; width:250px; height:250px; margin:0 auto; }
#imageContainer { padding:10px; }
#loading { position:absolute; top:40%; left:0; height:25%; width:100%; text-align:center; line-height:0; }
#hoverNav { position:absolute; top:0; left:0; height:100%; width:100%; z-index:10; }
#imageContainer>#hoverNav { left:0;}
#hoverNav a { outline:none;}
#prevLink, #nextLink { width:49%; height:100%; display:block; }
#prevLink  { left:0; float:left;}
#nextLink  { right:0; float:right;}
#prevLink:hover, #prevLink:visited:hover  { background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover  { background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/lightbox/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer { font:10px Verdana, Helvetica, sans-serif; background-color:#fff; margin:0 auto; line-height:1.4em; overflow:auto; width:100%; }
#imageData {    padding:0 10px; color:#666; }
#imageData #imageDetails { width:70%; float:left; text-align:left; }
#imageData #caption { font-weight:bold; }
#imageData #numberDisplay { display:block; clear:left; padding-bottom:1.0em; }
#imageData #bottomNavClose { width:66px; float:right;  padding-bottom:0.7em; outline:none; position: relative; z-index: 999; }
#overlay { position:fixed; top:0; left:0; right:0; bottom:0; z-index:999; width:100%; height:100%; background-color:#111; }
/* Lightbox  >*/

/* popup */
.altersuggestion-box { border:1px solid #bcbabb; width:100%; text-align:left;}
.altersuggestion-box p { font-size:12px;}
.altersuggestion-box .cfm { padding:8px 8px 10px;}
.altersuggestion-box .head_bkg { background:#011b4c url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/bkg_popuphead.gif) repeat-x 0 0; color:#fff; font-size:14px; padding:4px 0 4px 20px;}
.altersuggestion-box .cantfind { color:#c71400; font-weight:bold; font-size:14px;}
.altersuggestion-box .cantfind.greentxt {color:#5c8050;}
.altersuggestion-box .cantfind.toppadd { padding-top:10px;}
.altersuggestion-box .box-container { width:612px; margin:0 auto; padding:10px 0 15px;}
.altersuggestion-box .subbox { border:1px solid #ccc; margin:10px 0 8px;}
.altersuggestion-box .subbox .subhead { background:#f2f2f2; color:#303030; font-size:12px; font-weight:bold; padding:4px 10px;}
.altersuggestion-box .subbox .subcontainer { width:590px; margin:0 auto; padding:6px 0; font-size:12px;}
.altersuggestion-box .subbox .subcontainer ul { list-style: none; }
.altersuggestion-box .subbox .subcontainer a,
.altersuggestion-box .button-set a,
.altersuggestion-box .subbox .subcontainer a:hover,
.altersuggestion-box .button-set a:hover { font-weight:bold; font-size:12px; text-decoration:underline; margin-left:5px;}
.altersuggestion-box .button-set { text-align:right; padding:0;background: none; }
.altersuggestion-box .button-set button { cursor:pointer; border:0 none;}
.altersuggestion-box .btn-continue { background:#5c8050 url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/btn-continue.gif) no-repeat 0 0; width:95px; height:20px;}
.altersuggestion-box .btn-update { background:#bf1201 url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/btn-update.gif) no-repeat 0 0; width:100px; height:20px;}
.altersuggestion-box .btn-confirm { background:#bf1201 url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/btn-confirm.gif) no-repeat 0 0; width:95px; height:20px;}
.altersuggestion-box ul.list li { padding-bottom:8px;}
.altersuggestion-box .inputtext { border:1px solid #bbb; width:113px; padding:2px 5px; margin-top:5px;}

@media (max-width:400px)
{
    .std iframe{
        width:100% !important;
    }
}


/* Tabs ===================== */
.carousel-tabs-block {
    margin:10px 32px;
    height:auto;
    clear: both;
}
.tab-header {
    padding: 10px 0 0;
}
.tab-header li {
    display: inline-block;
    list-style: none;
    padding: 1px 11px;
    font-size: 14px;
}
.tab-header .tab {
    cursor: pointer;
}
.tab-header .tab:hover,
.active-tab {
    color: #FFF;
    background: #757678;
}
.tab-content {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.tab-content .price-box .special-price .price-label {
    margin-left: 5px;
}
.active-tab-content {
    display: block;
    opacity: 1;
}
.carousel-tabs-block .tab-content .jcarousel-container {
    width: auto;
}
.carousel-tabs-block .tab-content .jcarousel-prev-horizontal {
    left: -25px;
}
.carousel-tabs-block .tab-content .jcarousel-next-horizontal {
    left: auto;
    right: -25px;
}

/* CMS Home Page */
.banner_switcher { position:relative; width:100%; min-height:300px; margin:0 0 1px; overflow:hidden; }
.banner_switcher .switcher { position:absolute; right:20px; bottom:26px;overflow:hidden }
.banner_switcher .switcher dt,
.banner_switcher .switcher dd { float:left; height:31px; }
.banner_switcher .switcher dt.arrow-left,
.banner_switcher .switcher dt.arrow-right { background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/sprites/no-repeat.png) no-repeat; }
.banner_switcher .switcher dt.arrow-left { background-position: 0 -229px; }
.banner_switcher .switcher dt.arrow-right { background-position: -28px -229px; }
.banner_switcher .switcher dt.arrow-left a,
.banner_switcher .switcher dt.arrow-right a { float:left; width:27px; height:31px; text-indent:-999em; overflow:hidden; position:relative; }
.banner_switcher .switcher dd { background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/sprites/repeat-x.png) 0 -80px repeat-x; }
.banner_switcher .switcher dd ul { padding:4px 0; }
.banner_switcher .switcher dd li { float:left; }
.banner_switcher .switcher dd li a { float:left; margin:0 0 0 -1px; border-right:1px solid #838383; height:23px; padding:0 13px; line-height:23px; font-size:12px; font-weight:bold; color:#002468; text-decoration:none; position:relative; }
.banner_switcher .switcher dd li a:hover,
.banner_switcher .switcher dd li a.active { background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/sprites/repeat-x.png) 0 -112px repeat-x;  color:#fff; }
.banner-bootom-fix { position:absolute; margin-top:-40px; height:40px;z-index:15000; width:606px; text-align:right; background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/banner-bottom-fix.png) no-repeat right 0;} /* seems unused */
.banner_switcher img{ height:auto; max-height:300px; width:100% }

.cache { position:absolute; left:-999em; top:-999em; width:0; height:0; overflow:hidden; }
.no-display   { display:none; }

/* WISHLIST ================= */
.my-wishlist { margin-bottom: 5px; }
.my-wishlist .data-table th { font-weight: bold; }
.my-wishlist .data-table tr.even { background-color: #F9FAFB; }
.my-wishlist .data-table textarea { height: 94px; width: 99%; margin-top: 10px; }
.my-wishlist .data-table .cart-cell .price-box { margin-bottom: 10px; }
.my-wishlist .data-table .cart-cell .price-box .special-price  { clear: both; }
.my-wishlist .data-table .cart-cell .add-to-cart-alt { margin-bottom: 10px; }
.my-wishlist .data-table .cart-cell .add-to-cart-alt .qty { margin-right: 5px; }
.my-wishlist .data-table .cart-cell a.details { display:none; }

/* DUMMY FIXES ================= */
.customer-account-logoutsuccess #middle-panel > .page-title,
.customer-account-logoutsuccess #middle-panel > p,
.checkout-onepage-success #middle-panel > .page-title,
.checkout-onepage-success #middle-panel > .sub-title,
.checkout-onepage-success #middle-panel > p{ width: 93%; margin: 20px auto; }
.customer-account-logoutsuccess #middle-panel > p,
.checkout-onepage-success #middle-panel > p { margin: 10px auto; }
.checkout-onepage-success #middle-panel .buttons-set { margin: 4em auto 0; width: 93%; }
.customer-account-logoutsuccess #middle-panel > #footer,
.checkout-onepage-success #middle-panel > #footer { margin-top: 100px; }
/* //DUMMY FIXES ================= */

.cart-empty { width: 93%; margin: 20px auto;  }
.cart-empty + #footer { margin-top: 100px; }
.email-deals-block .block-content { padding: 10px; }
.email-deals-block .block-content input { width: 90%; margin: 5px 0; }

.no-discount-comment { color:#666; margin:8px 0; }
/*.product-about*/ .special-comments { color:#DC1E26; margin:8px 0; }

.product-tabs .youtube { width:100%; overflow:hidden; text-align:center; }
.product-tabs .youtube h3 { font:bold 14px/1.15 Arial, Helvetica, sans-serif; margin:0 0 5px; text-align:center; }
.product-tabs .youtube object,
.product-tabs .youtube embed  { width:425px; height:344px; }
.product-tabs .youtube .f-left object,
.product-tabs .youtube .f-left embed,
.product-tabs .youtube .f-left iframe,
.product-tabs .youtube .f-right object,
.product-tabs .youtube .f-right iframe,
.product-tabs .youtube .f-right embed { width:300px !important; height:auto !important; }


/* My Account section */
.my-account .buttons-set { margin: 0;}
.my-account .buttons-set .back-link a { text-decoration: underline; }
.my-account .buttons-set .back-link a:hover { text-decoration: none; }
.data-table { width: 100%; }
.data-table thead { background-color: #EAEAEA; }
.data-table thead th {
    background: none repeat scroll 0 0 #EAEAEA;
    padding: 5px 10px;
    white-space: nowrap;
}
.data-table th, .data-table td { padding: 5px;}
.toolbar2 { margin: 10px 0;}
.toolbar { background: url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/bkg_toolbar.gif) repeat-x scroll 0 100% #FEFEFE; border: 1px solid #C6C6C6; line-height: 20px;  padding: 1px 8px 2px; text-align: left;}

.my-account .heading { padding-right:16px; background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/bkg_heading.gif) 100% 0  no-repeat; }
.my-account .heading h2 { width:400px; height:25px; padding-left:16px; background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/bkg_heading.gif) 0 0 no-repeat; font:bold 12px/25px Arial, Helvetica, sans-serif; color:#fff; overflow:hidden; }

/* Sitemap */

.page-sitemap #links { padding-top: 50px; }

/* Print Pages */
.page-print { background: none;}
.page-print .print-head { margin:0 0 10px; }
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h2 { font:bold 18px/1.15 Arial, Helvetica, sans-serif; }
.page-print .date { font-size:12px; margin:5px 0 10px; }
.page-print .col2-set { margin:10px 0; }
.page-print .data-table { margin:5px 0 10px; }
.page-print .data-table tfoot strong { font-size:15px; }

.my-account .heading-1 { width:97%; height:25px; padding-left:16px; background: #004583; border-radius: 3px 3px 0 0; font:bold 12px/25px Arial, Helvetica, sans-serif; color:#fff; overflow:hidden; margin: 10px 0; }
.my-account h4 { color: #0968A9;}
.my-account .col2-set .col-1 { padding-left: 15px;}

.my-account .box-head {color: #FFFFFF; background:#004583; font:bold 12px/25px Arial, Helvetica, sans-serif; padding: 0 16px; text-align: right; border-radius: 3px 3px 0 0;}
.my-account .box-head  h2 {float: left; font-size: 15px; }
.my-account .box-head a { color: #FEFEFE; font-size: 11px; font-weight: normal; margin: 0 3px; text-decoration: underline; }
.my-account .box-title h3 a { color: #00254F; font-size: 11px; font-weight: normal; margin: 0 3px;}
.my-account .box-reviews .number { float: left;}
.my-account .box-reviews .details { margin-left: 20px;}
.my-account .box-reviews .pager .limiter { text-align: right;}

.my-account .toolbar { background: none; border:none; line-height: 24px; height: 24px;}
.my-account .toolbar .amount { line-height:25px; padding:0 10px;  float: left; border: 1px solid #C6C6C6; width: 60%;}
.my-account .toolbar .limiter { width:40%; border-left:none; text-align:center; }
.my-account .toolbar .pages { float: right; }
.my-account .toolbar .pages li { display: inline; float: left; list-style: none outside none;}
.my-account .toolbar .pages li a { border: 1px solid #7F7F7F; color: #999999; margin: 0 2px; padding: 5px 7px; text-decoration: none;}
.my-account .toolbar .pages strong {display: none;}

.my-account .rating-box { float: none;}
.my-account .title-buttons { text-align: right;}
.my-account .title-buttons h2 {float: left; font-size: 15px; }
.my-account .title-buttons a { font-size: 11px; font-weight: normal; margin: 0 3px; text-decoration: underline; }

.my-account .address-list .item { margin-bottom: 10px; padding-left: 15px;}

.my-account  .padder { margin-bottom: 10px;}
.my-account  .gift-message,
.my-account #my-orders-table  td { padding-left: 15px; }
.my-account  h5.product-name { color: #0968A9; }
.my-account .item-options dt { font-style: italic; font-weight: bold; }
.my-account .item-options dd { padding: 2px 0 5px 10px; }

#cart-sidebar-reorder .product-name { width: 125px; word-wrap: break-word; }

.sales-order-print, .page-popup { background: none;}
.page-popup {padding: 10px;}
.shipping-tracking-popup  .title-buttons button { display: none;}

#contactForm .buttons-set { margin-top: 0;}
#contactForm .form-list label { width: 39%; }
#contactForm .input-box { float: left; width: 45%; margin-right: 10%; }

.reset-password-wrapper { padding: 20px 20px 0 20px; width: 860px; }
.reset-password-wrapper .form-list label { width: 35%; }
.reset-password-wrapper .form-list .input-box { margin-right: 15%; }

#super-product-table .product_name { width: 145px; word-break: break-word; }


/* View Type: Grid */
.products-grid .seals .seal_top_left { top:-5px; left:-9px; }
.products-grid .seals .seal_top_right { top:-5px; right:-2px; }
.products-grid .seals .seal_bottom_left { bottom:-5px; left:-9px; }
.products-grid .seals .seal_bottom_right { bottom:-5px; right:-9px; }

/* Product Seals */
.seals { position:relative; display: block; }
.seals .seal_top_right { position:absolute; top:1px; right:-5px; }
.seals .seal_top_left { position:absolute; top:1px; left:-5px; }
.seals .seal_bottom_right { position:absolute; bottom:1px; right:-5px; }
.seals .seal_bottom_left { position:absolute; bottom:1px; left:-5px; }

.social-links .twitter-share-button { float: right; margin-right: 65px; width: 100px !important}

.cms-home #middle-panel { padding-top: 0; }


#upsell-product-table .rating-box { float: none;}

.sidebar .block-wishlist .block-content .actions { text-align: center; }

.catalog-product-view .block-related,
.review-product-list .block-related {
    background: #f7ffe7;
    border: 1px #d4d4d4 solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.block-related .block-title {
    background: none;
    text-align: center;
    color: #525252;
    font-size: 16px;
    padding: 0;
    position: relative;
}
.block-related .block-title:before {
    content: "";
    display: block;
    width: 44px;
    background: #f7ffe7;
    border: 1px #d4d4d4 solid;
    border-width: 0 1px;
    height: 16px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -23px;
}
.block-related .block-title strong {
    display: block;
    padding: 14px 14px 0;
}
.block-related .block-content .mini-products-list li.item {
    padding: 0 0 0 27px;
}
.block-related .related-checkbox {
    float: left;
    margin-left: -27px;
}
.block-related .product-image {
    display: none;
}
.block-related .product-details {
    padding: 0;
}
.block-related .block-content .mini-products-list li.item .product-name {
    padding: 0;
}
.block-related .product-name a {
    text-decoration: none;
    color: #000000 !important;
}
.block-related .mini-products-list .link-wishlist { display: none; }
.block-related .price-box {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.block-related .related-actions .price-box {
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
.block-related .item .price-box p {
    margin: 0;
    color: #f30014;
}
.block-related .price-box .old-price {
    font-weight: normal;
    color: #000 !important;
}
.block-related .price-box .minimal-price-link {
    display: none;
}
.icons-mobile, .share-links{ display: none; }
.share-links .footer_listcont tr {
    display: inline-table;
}
.place-order-comment{
    display: block;
    float: right;
    width: 100%;
    margin-top: 15px;
    color: red;
}
/*.top-navi.loggedin .iphone-br{
    display: block;
    vertical-align: top;
    color: #fff;
    font-size: 13px;
    padding: 0 0 0 5px;
    text-decoration: none;
    margin-right: 217px;
    height: 15px;
    cursor: pointer;
}*/
/* Media ============================================ */

@media (max-width:1000px) {
    .gallery-arrows.gallery-arrows-right { margin-right: -8px; }
    .gallery-arrows { margin-left: -8px; }
    #midd_pagecont #mcts1,
    #midd_pagecont #mcts2,
    #midd_pagecont #mcts3,
    #midd_pagecont #mcts4,
    #midd_pagecont #mcts5 { width: 88% !important; }

    .left-col{ width:100%; margin-top: 20px; }
    .right-col { width:100%; margin-top: 20px; }
    .product-left-col, .product-right-col{ float:none; margin:10px auto; }
    .cate-div.cate-div-first{ margin-top:15px; }
}

@media (max-width:980px) {
    ul.login-list { float: left; margin: 8px 0 0; padding: 0; width: 26%; }
    .login-createaccount{margin-left:6px !important; width:87% !important;}
    .register-customers{margin-top:10px !important;}
    .login-btn{margin-left:0 !important;}
    .form-row2{width:100% !important;}
    .ca-pad{padding-left:10px;}

    .col-right.sidebar { float: left; width:100%; margin-top: 20px; clear: both; }
    .block-related .more-product-div .more-product-div-internal.no-products { text-align: center; width: auto; }
    .banner_switcher { min-height:0; }
    .block.block-product-actions .block-content{ padding: 15px; }
    .block-product-actions .price-box .old-price, .product-about .price-box .special-price{
        float: none;
    }
}
@media (min-width:730px) and (max-width:768px) {
    .top-navi ul li a { margin-top: 50px; }
}
@media (max-width:768px) {
    .block-content .actions { width: 100%; float: left; text-align: left; }

    .summary p,
    .product-details p,
    .block-content p,
    .product-details { text-align: left;}

    .block-content .actions .button { float: none !important; margin: 0 auto !important; }
    .block-content ol li a { width: 100%; text-align: left; float: left; }
    .cart-collaterals { width: 268px; }

    .col2-set .col-2 { float: left; }

    .cart .cart-collaterals .col2-set .col-2 { width: 100%; }

    .cart .discount,
    .cart .shipping { float: left; width: 268px;}

    .discount { float: left !important; }

    .cart .totals {
        float: left;
        margin-top: 5px;
    }

    .cart {
        width: 96%;
    }

    .login-createaccount { margin-left: 6px !important; width: 87% !important; }

    .register-customers { margin-top: 10px !important; }

    .login-btn { margin-left: 0px !important; }

    .form-row2 { width: 100% !important; }

    .ca-pad { padding-left: 10px; }

    #fancybox-wrap { width: 84% !important; left: 40px !important; height: 360px !important; }
    #fancybox-content { width: 98% !important; height: 350px !important; }
    #fancybox-content div { width: 100% !important; height: 360px !important; }
    #fancybox-img { width: auto !important; padding-left: 100px !important; }

    ul.login-list {
        float: left;
        margin: 8px 0 0;
        padding: 0;
        width: 32%;
    }

    #wrapper {
        width: 95%;
    }

    .logo {
        width: 35%;
        text-align: center;
    }

    .logo img {
        width: auto;
    }
    /*.main-logo { margin-left: -17px; }*/
    .header_right { float: right; width: 65%; margin-top: 0; text-align: center; }

    .top-navi {
        text-align: center;
        height: auto;
        width: auto;
        margin-bottom: 15px;
    }

    .top-navi ul li a { font-size: 14px; padding: 0 0 17px 7px; }

    .menu-cont {
        background: #004583;
        /*padding: 0 0 23px;*/
    }

    .search-cont {
        display: none;
    }

    .search-cont-mobile {
        float: left;
        width: calc(100% - 130px);
        height: auto;
        padding: 5px 0px;
        min-height: 35px;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        position: relative;
        background: url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/search_bg.png) repeat-x;
    }

    .navi {
        display: none;
    }

    .navifordevice {
        width: 130px;
        display: block;
        position: relative;
        float: right;
    }
    .navifordevice #dropdown-menu{
        background: url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/select-category.png) no-repeat right #ddd;
        background-size: 100%;
        font-size: 0;
        height: 44px;
    }

    .midd_bannercont img {
        width: 100%;
        height: auto;
    }

    .midd_topnavi {
        /*		display:none;*/
    }

    .midd_slider_cont {
        margin-top: 19px;
        position: relative;
        overflow: hidden;
    }

    .midd_mainslider_cont {
        width: 850px;
        position: relative;
        overflow: visible;
    }

    .midd_mainslider_cont2 {
        width: 850px;
        position: relative;
        overflow: hidden;
    }

    .midd_mainslider_cont2 {
        width: 850px;
        position: relative;
        overflow: hidden;
    }

    .midd_mainslider_cont3 {
        width: 850px;
        position: relative;
        overflow: hidden;
    }

    .midd_mainslider_cont4 {
        width: 850px;
        position: relative;
        overflow: hidden;
    }

    .pre_arrow {
        left: 2px;
        position: absolute;
        margin-left: 0px;
        z-index: 9999;
    }

    .next_arrow {
        right: 2px;
        position: absolute;
        margin-right: 0px;
    }

    .midd_leftlistcont {
        margin-right: 5px;
        width: 90px;
    }

    .footer_innerright {
        float: left;
        width: 100%;
        height: auto;
        display: none;
    }

    .right-col-banner-left > img {
        width: 100%;
    }

    .right-col-banner-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .right-col-banner-right {
        margin: 0 auto;
        float: none;
    }

    .cart .cart-collaterals .col2-set .col-2 {
        width: 294px;
    }

    .crosssell-right {
        /*margin: -593px 15px 0 0;*/
        float: left;
        margin: 15px;
    }
}

@media (max-width:730px) {
    #header .logo{ margin-top: 20px; }
    #header .logo .tagline {
        width: 190px;
        height: 30px;
    }
    #header .logo .tagline div {
        height: 22px;
    }
    .top-navi ul li a { width: 60px; }
    .top-navi.loggedin ul li:first-child a,
    .iphone-br a {
        width: 75px;
    }
    .top-navi .links li.iphone-br:after { content: '\A'; white-space:pre; }
    /*.top-navi .links li:first-child{ margin-right: 80px; }
    .top-navi.loggedin .iphone-br{
        float: left;
        margin-top: -94px;
        margin-left: 51%;
        width: 70px;
    }*/
    .login-createaccount{margin-left:6px !important; width:87% !important;}
    .register-customers{margin-top:10px !important;}
    .login-btn{margin-left:0 !important;}
    .form-row2{width:100% !important;}

    .ca-pad{padding-left:10px;}

    #fancybox-outer{width:95% !important;}
    #fancybox-wrap{
        width:84% !important;
        left:28px !important;
        height: 360px !important;
        top:250px !important;
    }
    #fancybox-content{width:100% !important;height: 360px !important;}
    #fancybox-content div{width:100% !important;height: 360px !important;}
    ul.login-list { float: left; margin: 8px 0 0; padding: 0; width: 33%; }

    .product-div, .product-about, .product-left-col { width: 100%; }
    .product-div { margin-right: 0; }
    .bottom-speci {	padding:0; }
    .top-navi.loggedin ul li:first-child a,
    .iphone-br a {
        /*margin-top: 45px !important;*/
    }
    .categories{ display: none; }
    .right-col-banner-left{
        width: 254px;
        margin: 0 auto;
        float: none;
    }
    .right-col-banner-left img{
        width: 100%;
    }
    .top-navi ul li a .icon img{
        height: 17px;
    }
    .top-link-call{
        margin-top: 15px;
        text-align: center;
    }
    .top-link-call{
        display: inline !important;
    }
}

@media (max-width:685px) {
    .cart .discount, .cart .shipping { width:250px; float: left; }

    .login-createaccount{margin-left:6px !important; width:87% !important;}
    .register-customers{margin-top:10px !important;}
    .login-btn{margin-left:0px !important;}
    .form-row2{width:100% !important;}

    .ca-pad{padding-left:10px;}

    #ajax_confirm {
        width: 90% !important;
        height: 90% !important;
        left: 5% !important;
        top:5% !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .altersuggestion-box .box-container { width: 95%;}
    .altersuggestion-box .subbox .subcontainer {width: 100%; }

    #fancybox-wrap {
        display: none;
        left: 8px !important;
        outline: medium none;
        padding: 20px;
        position: absolute;
        top: 0;
        z-index: 1101;
    }

    #fancybox-outer{width:95% !important;}
    ul.login-list {
        float: left;
        margin: 8px 0 0;
        padding: 0;
        width: 36%;
    }
    .cart-collaterals { width:268px; }
}

@media (max-width:568px) {
    .sorted-img-cont { margin-right: 18px; }
    .check-registerwrap-left { width: 100%; }
    .check-registerwrap-right { width: 100%; float: left !important; }
    .midd_middlecont { width: 93% !important; }
    .login-createaccount { margin-left: 6px !important; width: 87% !important; }
    .register-customers { margin-top: 10px !important; }
    .login-btn { margin-left: 0 !important; }
    .form-row2 { width: 100% !important; }
    .ca-pad { padding-left: 10px; }

    #fancybox-outer { width: 95% !important; }
    #fancybox-wrap { width: 81% !important; left: 5px !important; height: 360px !important; }
    #fancybox-content { width: 97% !important; height: 349px !important; }
    #fancybox-content div { width: 100% !important; height: 360px !important; }
    #fancybox-img { padding-left: 30px !important; }

    ul.login-list {
        float: left;
        margin: 8px 0 0;
        padding: 0;
        width: 43%;
    }

    .midd_leftlistcont {
        float: left;
        width: 95%;
        height: auto !important;
        margin-right: 5%;
    }

    .cart .cart-collaterals .col2-set,
    .cart .cart-collaterals .col2-set .col-2 {
        float: none !important;
        margin: 0!important;
        width: 100% !important;
    }

    .cart .totals {
        margin-left: 110px;
    }

    .cart-table td {
        padding: 2px;
        width: 10%;
    }

    .cart-table td a img {width: 100%;height: 25px;}
    .cart-collaterals {width: 100%; margin-top: 20px;}
    .cart .totals {width: 100%; margin-left: 0;}
    .cart .discount, .cart .shipping { width:100%; -webkit-box-sizing: border-box; box-sizing: border-box; }

    .my-account .col2-set .col-1,
    .my-account .col2-set .col-2 { float: none; padding: 0 0 15px 15px; width: auto; }
    .my-wishlist fieldset { width: 100%; overflow: hidden; }
    .my-wishlist .data-table .product-name { float: none; }
    .my-wishlist .data-table textarea { height: auto; width: 200px; }
    .my-wishlist .data-table .description.std { white-space: normal !important; }
}

@media (max-width: 480px) {
    .cart-price .price, .cart-table .link-wishlist, .cart-table tbody tr td h2, .cart-table .item-options, .no-discount-comment, .special-comments { font-size: 9px; }
    #header .logo .tagline {
        width: 190px;
        height: 20px;
    }
    #header .logo{ width: 35%; }
    #header .header_right{ width: 65%; }
    .top-navi ul li { margin: 10px 0 15px 0; width: 60px; }
    .top-navi ul li a{ width: 60px; }
    .top-navi { margin-top: 0px; }
    .my-account .gift-message{ padding-left: 11px; }
    .cms-content .banner_switcher .switcher { right: 3%; bottom: 3%; -webkit-transform: scale(.8); -moz-transform: scale(.8); transform: scale(.8);}
    .cart { padding: 5px 2px; }
    .cart-table td a img { width: 25px; height: 25px; }
    .cart-table .btn-update { float: none; margin-bottom: 5px; }
    .data-table th { padding: 0; }
    .cart-table td { width: 0; }
    .data-table thead th { white-space: pre-line !important; }
    .cart-table thead th { white-space: pre-line !important; }
    .nobr { white-space: pre-line !important; }
    .pinned table th, .pinned table td, .pinned table .nobr,
    .scrollable table th, .scrollable table td, .scrollable table .nobr { white-space: nowrap !important; }
    .cart-price .price,
    .cart-table .link-wishlist,
    .cart-table tbody tr td h2,
    .cart-table .item-options { font-size: 9px; }
    .cart-table input.qty { width: 16px; }
    .cart-table input.input-text, textarea { padding: 0px; }
    .check-registerwrap-left { width: 100%; }
    .check-registerwrap-right { width: 100%; float: left !important; }
    .midd_middlecont { width: 93% !important; }
    .login-createaccount { margin-left: 6px !important; width: 87% !important; }
    .register-customers { margin-top: 10px !important; }
    .login-btn { margin-left: 0 !important; }
    .form-row2 { width: 100% !important; }
    .ca-pad { padding-left: 10px; }

    #fancybox-outer { width: 95% !important; }
    #fancybox-img { padding-left: 0 !important; width: 100% !important; }

    ul.login-list { float: left; margin: 8px 0 0; padding: 0; width: 50%; }
    .midd_topnavi ul li { padding: 1px 6px; }
    .footer_leftlistcont { width: 100%; }
    .footer_listcont ul li a.iconcont { float: left; width: 77px; margin-right: 10px; clear: both; }
    .crosssell-right { float: left; margin: 15px 0 0 14px; }
    #ajax-confirm { width: 280px !important; }
    .altersuggestion-box .cantfind { font-size: 9px !important; }
    .altersuggestion-box .box-container { width: 90% !important; }
    .altersuggestion-box .subbox .subhead { font-size: 9px !important; }
    .altersuggestion-box .subbox .subcontainer { width: 100% !important; font-size: 9px !important; }
    .cart-table .btn-continue,
    .cart-table .btn-empty,
    .cart-table .btn-update { float: none; margin: 5px auto; width: 90%; display: block; }
    .sorted-imgs .sorted-img-cont{ width: 45%; margin-right: 7px; }
    .sorted-imgs .sort-img-div-content div[class^="sort-img-div"] { width: 130px; margin: 0 auto; }
    .sorted-imgs .sort-img-div-price { bottom: 20px;}
    .sorted-imgs .sort-img-div-links { bottom: -12px;}
    .sorted-imgs .rating-box { margin-top: 5px; }
    .icons-mobile{
        clear: both;
        width: 100.5%;
        display: block;
        margin: -35px 0px -15px;
    }
    .icons-mobile li{
        display: inline-block;
        background: linear-gradient(to bottom, black, #a4a4a4);
        width: 19.7%;
        height: 60px;
        margin: 0 -2px;
        border-left: 1px solid black;
        text-align: center;
        padding-top: 10px;
        border-right: 1px solid black;
        font-weight: bold;
    }
    .icons-mobile .share{
        background-position: -190px 0px;
        background-size: 470%;
    }
    .icons-mobile .join{
        background-position: -142px 0px;
        background-size: 470%;
    }
    .icons-mobile .stores{
        width: 30px;
        height: 38px;
        background-position: 0px 0px;
        background-size: 690%;
    }
    .icons-mobile .how-to{
        background-position: -35px -2px;
        background-size: 470%;
    }
    .icons-mobile .help{
        background-position: -88px -2px;
        background-size: 470%;
    }
    .icons-mobile li > a{text-decoration: none; color: white;}
    .icons-mobile li i{
        height: 38px;
        width: 50px;
        background-image: url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/mobile-links.png);
        background-repeat: no-repeat;
        display: block;
        margin: 0 auto 5px;
    }
    .search-inner{
        width: 200px;
    }
    .search-inputcont{
        width: 160px;
    }
    .footer_innerleft, .footer_copyrightcont{ display: none; }
}

@media (max-width:380px) {
    #header .logo{ margin-top: 15px; }
    #header .logo .tagline {
        width: 53%;
        height: 45px;
        display: none;
    }
    .top-navi ul li { margin: 5px 0 5px 0; }
    .wishlist { margin: 20px 0 47px !important; }
    .top-link-cart { margin: 8px 0 41px !important; }

    .cart-table thead th { padding: 0px !important; }
    input.qty { width: 20px; }
    .sort-by { width: 100%; }
    .sort-pagi { width: 100%; margin-top: 10px; float: left; }
    .check-registerwrap-left { width: 100%; }
    .check-registerwrap-right { width: 100%; float: left !important; }

    .midd_middlecont { width: 93% !important; }
    .login-createaccount { margin-left: 6px !important; width: 87% !important; }
    .register-customers { margin-top: 10px !important; }
    .login-btn { margin-left: 0px !important; }
    .form-row2 { width: 100% !important; }

    .ca-pad { padding-left: 10px; }

    #fancybox-wrap { width: 84% !important; left: 2px !important; height: 360px !important; }
    #fancybox-content { width: 96% !important; /*height: 360px !important;*/ }
    #fancybox-content div { width: 100% !important; height: 360px !important; }
    #fancybox-outer { width: 95% !important; height: auto !important; }
    ul.login-list { float: left; margin: 8px 0 0; padding: 0; width: 46%; }
    #fancybox-img { height: auto !important; margin-top: 30px !important; }

    #checkout-review-table tr th { padding: 2px 5px !important; }
    #checkout-review-table tr td { padding: 2px 10px !important; }

    .logo img { width: 100%; }
    .top-navi ul li.menu { float: left; margin-top: 0; width: 100%; text-align: center; padding: 0 0 7px; }
    .top-navi ul li a { text-align: center; padding: 0; margin-top: 8px; }
    .top-navi ul li a .icon { margin: 0; }

    .top-navi.loggedin ul li:first-child a,
    .iphone-br a {
        /*margin-top: 25px !important;*/
    }

    .shop { padding: 15px 0 0 !important; }
    .gallery-arrows.gallery-arrows-right { margin-right: 0; }
    .gallery-arrows { margin-left: -8px; margin-right: 5px; }
    .cart .cart-collaterals .col2-set .col-2 { float: none !important; margin: 0 auto !important; width: 100% !important; }
    .search-cont-mobile {
        float: left;
        width: calc(100% - 130px);
        height: auto;
        padding: 5px 0px;
        min-height: 35px;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        position: relative;
        background: url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/search_bg.png) repeat-x;
    }

    .navi {
        display: none;
    }

    .navifordevice {
        width: 130px;
        display: block;
        position: relative;
        float: right;
    }
    .navifordevice #dropdown-menu{
        background: url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/select-category.png) no-repeat right #ddd;
        background-size: 100%;
        font-size: 0;
        height: 45px;
    }
    .search-inner{
        width: 165px;
    }
    .search-inputcont{
        width: 130px;
    }
}

@media (max-width:320px) {
    #header .logo .tagline {
        width: 190px;
        margin: 0 auto;
        height: 45px;
    }
    .top-navi {margin-top: 0px; }
    .top-navi ul li { margin: 0; /*display: block; float: right;*/ width: 70px;}
    .top-navi ul li a { margin-top: 10px; }
    .top-navi.loggedin .iphone-br a, .top-navi.loggedin ul li:first-child a { font-size: 12px; }
    .menu-cont { margin-top: 25px !important; }
    .top-navi .wishlist a { margin: 10px 0 10px 0 !important; }
    .top-navi .top-link-cart { margin: 10px 0 20px 0 !important; }
    .top-navi ul li.last a { margin-top: 10px; }
    .cart .totals { margin-left: 0; }
    .cart-table thead th { font-size: 9px; padding: 0 !important; }
    .product-name a { color: #666; font-size: 9px; }

    .check-registerwrap-left { width: 100%; }
    .check-registerwrap-right { width: 100%; float: left !important; }
    .midd_middlecont { width: 90% !important; }
    #fancybox-wrap { padding: 20px 0 0 7px !important; }
    #fancybox-outer { width: 95% !important; }
    .jcarousel-container-horizontal { width: 70% !important; }
    ul.login-list { width: 62%; float: left; }
    #checkout-review-table tr th { padding: 2px 5px !important; }
    #checkout-review-table tr td { padding: 1px !important; }
    .check-registerwrap { padding: 15px 2px 20px !important; }

    .login-btn { margin-left: 0 !important; }

    .new-customers { margin-left: 6px !important; width: 84% !important; }

    .register-customers { width: 84% !important; margin-left: 6px !important; margin-top: 10px !important; }

    .form-row2 { float: left !important; }
    .ca-pad { padding-left: 10px; }
    .txt-box input[type="text"] { width: 183px !important; }

    .txt-box input[type="password"] { width: 183px !important; }
    .crosssell-right { width: 270px; margin: 0 0 0 7px; }

    .category-box { width: 126px; margin-right: 12px; }
    .category-box img { width: 120px; height: 120px;}
    .categories, .catalog-product-view .block-related, .review-product-list .block-related { display: none; }
    .cart-collaterals {
        display:flex;
        flex-flow: column;
    }
    .right-col-banner-left{
        width: 254px;
        margin: 0 auto;
        float: none;
    }
    .right-col-banner-left img{
        width: 100%;
    }
    .search-inner{
        width: 165px;
    }
    .search-inputcont{
        width: 130px;
    }
}

@media (max-width:240px) {
    #header .logo .tagline {
        width: 93%;
        height: 45px;
    }
    .txt-box input[type="text"] { width:114px !important; }
    .txt-box input[type="password"]{ width:114px !important; }
    #fancybox-outer{width:95% !important;}
    .product-image img{width:130px !important;}
    .jcarousel-container-horizontal{width:52% !important;}
    .gallery-arrows.gallery-arrows-right{margin-right: 12px !important;}
    .jcarousel-prev-horizontal{left:-12px !important;}
    ul.login-list { float: left; margin: 8px 0 0; padding: 0; width: 79%; }
    .login_btmpart { float: left; margin: 10px 0 0; padding: 0; width: 100%; }
}

.jcarousel-skin-tango .product-carousel .jcarousel-item {
    position: relative;
    height: 175px;
    padding-bottom: 30px;
    text-align: center;
}

.product-carousel .product-name {
    float: none;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}

.product-carousel .product-name a {
    color: #000;
    text-decoration: none;
}
.product-carousel .product-name a:hover {
    text-decoration: underline;
}

.product-carousel .actions {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    text-align: center;
    width: 100%;
}

.product-carousel .price-box .minimal-price-link,
.product-carousel .price-box .old-price {
    display: none;
}
.product-carousel .price-box .special-price {
    clear: both;
    color: #DC1E26;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}
.product-carousel-inactive {
    position: relative;
}
.product-carousel-inactive li {
    width: 180px;
    text-align: center;
    position: relative;
    height: 175px;
    padding-bottom: 30px;
}
.product-carousel-inactive .product-name {
    float: none;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}
.video-product {
    position: relative;
    height: 135px;
    width: 140px;
    margin: 0 auto 4px;
}
.video-product .play-icon {
    background: url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/img/btn_play.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 45px;
    margin-top: 40px;
    height: 65px;
    width: 65px;
    z-index: 10;
    opacity: 0.6;
}
#video-popup {
    padding: 12px;
    z-index: 1000;
    position: fixed;
}
#video-popup .video-popup-close {
    background: url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/video_popup_close.png) no-repeat scroll 5px 5px #C10000;
    border: 5px solid #D9D9D9;
    border-radius: 20px 20px 20px 20px;
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 25px;
}
#video-popup .video-popup-content {
    width: 528px;
    height: 100%;
    border-radius: 10px;
    background: #d9d9d9;
    padding: 17px;
}
#video-popup .video-popup-content .youtube object,
#video-popup .video-popup-content .youtube iframe,
#video-popup .video-popup-content .youtube embed {
    width: 528px;
    height: 322px;
}
#video-popup .video-popup-content .product-details {
    width: 100%;
    margin-top: 5px;
}
#video-popup .video-popup-content .product-name {
    clear: both;
}
#video-popup .video-popup-content .product-name a {
    color: #000;
    font-weight: bold;
    font-size: 1.5em;
    text-decoration: none;
}
#video-popup .video-popup-content .product-sku {
    font-weight: normal;
    font-size: 1em;
    float: left;
    margin-right: 25px;
}
#video-popup .video-popup-content .product-details p {
    clear: none;
    padding: 0;
}
#video-popup .video-popup-content .price-box {
    float: left;
    white-space: nowrap;
}
#video-popup .video-popup-content .price-box .special-price{
    margin-left: 15px;
    color: #DC1E26;
    font-weight: bold;
    text-transform: uppercase;
}
#video-popup .video-popup-content .actions {
    float: right;
    margin-top: -7px;
}
@media (max-width:730px) {
    #video-popup { width: 300px !important; height: 275px !important; }
    #video-popup .video-popup-content { width: 266px; }
    #video-popup .video-popup-content .product-name a { font-size: 1.3em; }
    #video-popup .video-popup-content .price-box { clear: both; }
    #video-popup .video-popup-content .youtube object,
    #video-popup .video-popup-content .youtube iframe,
    #video-popup .video-popup-content .youtube embed { width: 266px; height: 194px; }
}
@media (max-width:480px) {
    #video-popup { width: 250px !important; height: 240px !important; }
    #video-popup .video-popup-content { width: 224px; padding: 13px; }
    #video-popup .video-popup-content .product-name a { font-size: 1.1em; }
    #video-popup .video-popup-content .price-box,
    #video-popup .video-popup-content .price-box p { clear: both; }
    #video-popup .video-popup-content .price-box .regular-price { display: block; }
    #video-popup .video-popup-content .price-box .special-price { margin: 0; }
    #video-popup .video-popup-content .youtube object,
    #video-popup .video-popup-content .youtube iframe,
    #video-popup .video-popup-content .youtube embed { width: 224px; height: 163px; }
}
@media (max-width:320px) {
    #video-popup { width: 200px !important; height: 205px !important; }
    #video-popup .video-popup-content { width: 174px; padding: 13px; }
    #video-popup .video-popup-content .product-name a { font-size: 1em; }
    #video-popup .video-popup-content .price-box,
    #video-popup .video-popup-content .price-box p { clear: both; margin: 0; }
    #video-popup .video-popup-content .price-box .regular-price { display: block; }
    #video-popup .video-popup-content .price-box .special-price { margin: 0; }
    #video-popup .video-popup-content .youtube object,
    #video-popup .video-popup-content .youtube iframe,
    #video-popup .video-popup-content .youtube embed { width: 174px; height: 127px; }
}

/* New Popup */
#eastwood-popup-box-wrapper,
#eastwood-overlay { display: none; top:0; bottom:0; left:0; right:0; z-index: 999; position: fixed; }
#eastwood-overlay { background: #111; opacity: .8; }
#eastwood-popup-box-wrapper { z-index: 1001; }
.popup-table { display: table; width:100%; height: 100%; }
.popup-table-cell { display: table-cell; padding: 0; vertical-align: middle; text-align: center;  }
.popup-box {
    position: relative;
    display: inline-block;
    background: #d9d9d9;
    text-align: left;
    padding: 18px;
    max-height: 70%;
    max-width: 70%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px #111,
    -5px -5px 20px #111,
    5px -5px 20px #111,
    -5px 5px 20px #111;
}
.popup-close { position: absolute;
    right:-14px;
    top:-14px;
    cursor: pointer; background: url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/video_popup_close.png) no-repeat 5px 5px #C10000;
    border: 5px solid #D9D9D9;
    border-radius: 20px;
    color: #fff;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    width: 25px;
    position: absolute;
}

.popup-box img.photo { max-width: 100%; max-height: 100%; vertical-align: top; display: block; margin: 0 auto; }
.popup-box iframe { width: 600px; height: 438px; vertical-align: top; display: block; margin: 0 auto; }
@media (max-width:730px) {
    .popup-box iframe { width: 300px; height: 219px; }
    .popup-info { display: none; }
}
@media (max-width:480px) {
    .popup-box iframe { width: 250px; height: 182px; }
}
@media (max-width:320px) {
    .popup-box iframe { width: 200px; height: 145px; }
}
@media (max-height:480px) {
    .popup-box img.photo { height: 200px; }
    .popup-info { display: none; }
}
.popup-info {
    margin: 10px 0 0;
    padding-right: 100px;
}
.popup-info .product-name {
    float: none;
    width: auto;
    color: #000;
    font-weight: bold;
    font-size: 1.4em;
    display: block;
}
.popup-info .product-sku{
    display: inline-block;
    font-size: 1em;
    margin: 0 .3em 0 0;
}
.popup-info .price-box{
    display: inline;
    white-space: nowrap;
}
.popup-info .price-box p,
.popup-info .price-box div {
    display: inline;
    margin: 0 .3em 0 0;
}
.popup-info .actions {
    float: right;
    margin: -15px -100px 0 0;
}
/* Clear ============================================ */
.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; }

.border {
    border: 1px solid #CCC;
    background-color: #ECF3F3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px 0px #999;
    box-shadow: 2px 2px 2px 0px #999;
    padding: 15px;
    margin-top: 20px;
    margin-left: 40px;
    margin-bottom: 50px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    width: 450px;
    background: url("/images/email_images/brand/cms_content/checkoutsuccess/youtube_pg.png") no-repeat scroll 170px 100px #ECF3F3;
}
.border p {
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 15px;
}
.border p strong {
    line-height: 26px;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
}
.border ul {
    margin: 25px 0 15px;
}
.border ul li {
    margin-bottom: 5px;
}
.border a {
    color: #004B8D !important;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 0px;
}

.giftcard-wrapper .input-box { margin: 10px 0;}
.giftcard-wrapper em {color: #AD1F24; margin-right: 3px;}
.giftcard-wrapper label {
    color: #2F2F2F;
    font-weight: bold;
}
.giftcard-wrapper input.input-text,
.giftcard-wrapper select,
.giftcard-wrapper textarea { margin: 0; width: 100%;}
.giftcard-wrapper {
    clear: both;
    padding-top: 10px;
    text-align: left;
}
.giftcard-wrapper { padding-top: 0; margin-top: -15px; }
#product-options-wrapper .validation-advice { text-align: center; margin-top: 7px;}

.opc #giftcards ul { display:inline-block; padding:10px; }
.opc #giftcards ul.validation-failed { color:red; border:1px solid red; }
.opc #giftcards button.button { margin-top:5px; }
.opc #add-giftcard { margin-right:10px; }

#form-validate .noscript-message {
    color: red;
    float:right;
    line-height: 26px;
    font-size: 13px;
    font-weight: 600;
}

#express-review {
    padding: 0 12px;
}

/****************************************************************************************/
.sort-img-div-content {
    float: left;
    width: 155px;
    text-align: center;
    height: 165px;
    font-size: 11px;
    position: relative;
}

.sorted-img-cont {
    float: left;
    margin-right: 5px;
    margin-bottom: 22px;
    width: 160px;
    padding: 2px 4px 20px 4px;
    border: solid 1px #b3b3b3;
}

.sort-img-div-title {
    line-height: 15px;
    height: 45px;
    overflow: hidden;
    font-size: 13px;
    font-weight: bold;
    color: #000 !important;
}

.sort-img-div-title a {
    text-decoration: none;
    color: #000;
    font-family: Helvetica, Arial, Sans-serif;
    /* font-weight: 900; */
}

a:hover {
text-decoration: underline;
}

.seals .seal_bottom_left {
    position: absolute;
    bottom: 1px;
    left: -5px;
    width: 60px;
}

.seals .seal_top_left {
    position: absolute;
    top: 1px;
    left: -5px;
    width: 60px;
}
.seals .seal_bottom_right {
    position: absolute;
    bottom: 1px;
    right: -5px;
    width: 60px;
}


.sort-img-div-price {
    position: absolute;
    bottom: 26px;
    width: 153px;
    text-align: right;
    border-top: solid 1px #b3b3b3;
    padding-top: 5px;
}

.sort-img-div-price .minimal-price {
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.sort-img-div-price .special-price {
    font-weight: bold;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-serif;
    color: #8A0D04;
}

.sort-img-div-price .regular-price {
    font-weight: bold;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-serif;
}

.sort-img-div-price .price {
    font-weight: bold;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-serif;
}
.sort-img-div-links a {
display: none;
}

.sort-img-div-links button.button > span {
    display: block;
    background: #0048BD;
    border: 2px solid #0048BC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    color: #fff;
    padding: 0 5px;
    text-decoration: none;
    font: normal 13px/24px Arial,Helvetica,sans-serif;
    height: 24px;
    text-align: center;
    white-space: nowrap;
}

button.button {
    background: none repeat scroll 0 0 transparent;
    border: 0;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%;
}

    @media only screen and (max-device-width: 500px) {
 .sort-img-div-content {
    float: left;
    width: 140px;
    text-align: center;
    height: 185px;
    font-size: 11px;
    position: relative;

}
  
.sorted-img-cont {
    float: left;
    margin-right: 5px;
    margin-bottom: 22px;
    width: 140px;
    padding: 2px 1px 20px 1px;
    border: solid 1px #b3b3b3;
}
  
  .sort-img-div-description {
    padding-top: 4px;
    height: 60px;
    line-height: 12px;
    overflow: hidden;
    font-size: 11px;
}

.sort-img-div-links a {
display: none;
}

.sort-img-div-price .minimal-price {
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.sort-img-div-price .special-price {
    font-weight: bold;
    font-size: 12px;
    font-family: Helvetica, Arial, Sans-serif;
    color: #8A0D04;
}

.sort-img-div-price .regular-price {
    font-weight: bold;
    font-size: 12px;
    font-family: Helvetica, Arial, Sans-serif;
}

.sort-img-div-price .price {
    font-weight: bold;
    font-size: 12px;
    font-family: Helvetica, Arial, Sans-serif;
}

  }

@media (max-width: 480px){
    
	 .sorted-imgs {
		float: left;
		width: 103%;
		margin: 8px;
		margin-left: -6px;
	}

	.sorted-imgs .sorted-img-cont {
		width: 97%;
		height: 175px;
		margin-right: 7px;
	}

	.sorted-img-cont {
		float: left;
		margin-bottom: 22px;
		padding: 2px 4px 20px 4px;
		border: solid 1px #b3b3b3;
	}

	.sort-img-div {
		float: left;
		width: 50%;
		text-align: center;
	}



	.sort-img-div-content {
		float: left;
		width: 100%;
		max-width: 340px;
		text-align: center;
		height: 300px;
		font-size: 11px;
		position: absolute;
	}

	.sorted-imgs .sort-img-div-content div[class^="sort-img-div"] {
		width: 50%;
		margin: 0 auto;
	}


	.sort-img-div-title {
		line-height: 15px;
		height: 45px;
		overflow: hidden;
		font-size: 13px;
		font-weight: bold;
		color: #000 !important;
		float: right;
	}

	.sort-img-div-rating {
		padding-top: 3px;
		position: absolute;
		top: 45px;
		right: -15px;
		float: right;
	}

	.sort-img-div-description {
		padding-top: 20px;
		height: 50px;
		line-height: 12px;
		overflow: hidden;
		font-size: 11px;
		position: absolute;
		float: right;
		right: -15px;
		top: 80px;
	}

	.sorted-imgs .sort-img-div-price {
		top: 150px;
		bottom: -32px;
		position: absolute;
	}

	.sorted-imgs .sort-img-div-links {
		bottom: -80px;
		position: absolute;
		top: 150px;
		right: 5px;
		text-align: right;
	}
	.button.btn-buy{
		width: 65%;
	}
}
  
@media (max-width: 400px){
  .sort-img-div-content {
    float: left;
    width: 100%;
    max-width: 300px;
    text-align: center;
    height: 300px;
    font-size: 11px;
    position: absolute;
  }
}
  
@media (max-width: 350px){
	  .sort-img-div-content {
		float: left;
		width: 100%;
		max-width: 270px;
		text-align: center;
		height: 300px;
		font-size: 11px;
		position: absolute;
	}
	.adsense_product_page{
		padding-right: 0px;
	}
    .sort-img-div-title a{
		margin-left: 50px;
		display: inline-block;
	}
		
}
@media only screen and (min-width:321px) and (max-width:480px){
	.box-up-sell .jcarousel-skin-tango .jcarousel-item{
		padding: 0 22px 160px 20px;
	}
	.jcarousel-clip-horizontal ul li .sort-img-div-description{
		left: 0px;
		width: 50%;
		top: 170px;
	}
	.jcarousel-clip-horizontal ul li .sort-img-div-title{
		position: absolute;
		width: 50%;
		top: 142px;
	}
	.sort-img-div-title a{
		margin-left: 50px;
		display: inline-block;
	}
}
@media only screen and (min-width: 0px) and (max-width:320px){
	.box-up-sell .jcarousel-skin-tango .jcarousel-item{
		padding: 0 22px 160px 20px;
	}
	.jcarousel-clip-horizontal ul li .sort-img-div-description{
		left: 0px;
		width: 60%;
		top: 170px;
	}
	.jcarousel-clip-horizontal ul li .sort-img-div-title{
		position: absolute;
		width: 60%;
		top: 142px;
	}
}
.box-up-sell ul li a{
	color: black;
    z-index: 99;
    position: relative;
    display: block;
}
.box-up-sell ul li{
	border: none;
}
.sort-img-div a{
	display: block;
	z-index: 99;
    position: relative;
}
.sort-img-div-links{
	bottom: -6px;
}
.box-up-sell ul li .sort-img-div-price{
	bottom: 35px;
}
.box-up-sell ul li .sort-img-div-links{
	bottom: 0px;
}
.cart-table .button{
	margin: 2px auto;
}
 .category-name {
    color: #333333;
    float: left;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}



.category-grid {
    float: left;
    margin: 10px;
    width: 100%;
}


.category-box {
    float: left;
    margin: 5px 22px 22px;
    width: 175px;
}

.category-box img {
    display: block;
    margin: 0 auto;
border: none;
}



@media (max-width: 480px) {

.category-box {
    width: 126px;
    margin: 10px 30px;
}


.category-grid {
    float: left;
    width: 103%;
    margin: 10px;
    position: relative;
    margin-left: -7px;
}

}

@media (max-width: 350px){
.category-box {
    width: 126px;
    margin: 10px 10px;
}
}

@media (max-width: 400px){
.category-box {
    width: 126px;
    margin: 2% 3.25%;
}
}
/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

.responsive-table-hint { display: none; font-size: 9px; color: #bbb; margin: -10px 0 5px; font-size: 9px; text-align: center;}
/* Mobile */
@media only screen and (max-width: 767px) {
	table.responsive { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
	div.table-wrapper div.scrollable table { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
    .responsive-table-hint { display: block; }
}



/* View Type: Grid */
.products-grid .seals .seal_top_left { top:-5px; left:-9px; }
.products-grid .seals .seal_top_right { top:-5px; right:-2px; }
.products-grid .seals .seal_bottom_left { bottom:-5px; left:-9px; }
.products-grid .seals .seal_bottom_right { bottom:-5px; right:-9px; }

/* Product Seals */
.seals { position:relative; }
.seals .seal_top_right { position:absolute; top:1px; right:-5px; }
.seals .seal_top_left { position:absolute; top:1px; left:-5px; }
.seals .seal_bottom_right { position:absolute; bottom:1px; right:-5px; }
.seals .seal_bottom_left { position:absolute; bottom:1px; left:-5px; }

/* Suggested Price */
.saving { font-size:13px; font-weight:bold; font-style:italic; color:#333; margin:3px 0; }
.saving .price-label { color:#dd1500; text-transform:uppercase; }
.saving .price { color:#dd1500; }

/* Product Tabs */
.p-tabs:after { clear: both; content: "."; display: block; font-size: 0; height: 0; line-height: 0; overflow: hidden; }
.product-tabs  { width:98%; clear: both; margin-top: 15px; }
.product-tabs .p-tabs { margin-left:-4px; }
.product-tabs .p-tabs li { float:left; margin-left:4px; background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/sprites/no-repeat.png) no-repeat 0 -179px; padding-left:9px; cursor:pointer; }
.product-tabs .p-tabs li a { float:left; height:24px; font:11px/24px Arial, Helvetica, sans-serif; background:url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/sprites/no-repeat.png) no-repeat 100% -179px; padding-right:9px; color:#333 !important; text-decoration:none !important; overflow:hidden; }
.product-tabs .p-tabs li.active { background-position:0 -203px; height:25px; margin-bottom:-1px; position:relative; }
.product-tabs .p-tabs li.active a { background-position:100% -203px; height:25px; }
.product-tabs .product-tab-content { background:#fbf9f1; border-left:1px solid #d9d4c2; border-right:1px solid #d9d4c2; padding:15px; }
.product-tabs .product-tab-content:first-of-type { border-top:1px solid #d9d4c2; }
.product-tabs .product-tab-content:last-of-type { border-bottom:1px solid #d9d4c2; }
.product-tabs .product-tab-content#tab_content_posts li { margin-bottom:5px; list-style-type:none; }
.product-tabs .product-tab-content h2 { background-color: #004583; color: white; font-weight: normal; padding: 0.2em 0.3em; margin-bottom: 1em; text-transform: uppercase; font-size: 1.2em; }
.product-tabs .product-tab-content .subtitle { margin-top:10px; }


div.credit-card-item-block {margin-bottom: 30px; margin-top: 20px;}
.jcarousel-skin-tango .jcarousel-container {
/*    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;*/
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 88%;
    padding: 8px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  100%;
    /*height: 135px;*/
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 180px;
    /*height: 135px;*/
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal,
.jcarousel-prev-horizontal {
    background: url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/images/corousel-arrows.png) no-repeat 0 0;
    width: 18px;
    height: 27px;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -13px;
    cursor: pointer;
}

.jcarousel-next-horizontal {
    background-position: 100% 0;
    left: auto;
    right: 8px;
}

.jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 8px;
    right: auto;
}

.jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 8px;
}

.jcarousel-prev-disabled,
.jcarousel-next-disabled {
    opacity: .5;
    filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/css/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(http://www.eastwood.com/skin/frontend/eastwood/eastwood/css/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://www.eastwood.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://www.eastwood.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://www.eastwood.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://www.eastwood.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://www.eastwood.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://www.eastwood.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://www.eastwood.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://www.eastwood.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://www.eastwood.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/* Block: Order from Catalog */
.block-order .row:after { clear: both; content: "."; display: block;font-size: 0; height: 0; line-height: 0; overflow: hidden;}
.block-order { border: 1px solid #909090;}
.block-order .block-title h2 { font-size: 21px; font-weight: normal; padding: 0 5px; text-transform: capitalize; }
.block-order .block-title {}
.block-order .block-content { background:none; padding: 10px 0 10px 10px; }
.block-order .input-box { float:left; }
.block-order .validation-advice { display:none !important; }
.block-order input.input-text:focus { background:#fff; }
.block-order .box-sku { width:80px; margin-right:3px; }
.block-order .box-sku input.input-text { width:74px; }
.block-order .box-qty { width:39px; }
.block-order .box-qty input.input-text { width:33px; }
.block-order .btn-go { float:left; margin:0 0 0 4px; }
.block-order .btn-remove { float:left; margin:5px 0 0 10px; cursor:pointer; }
.block-order .btn-plus { float:left!important; font-size:15px; }
.block-order .btn-plus span { font-size:14px; }
.block-order .row { margin:0 0 5px; }
#order_from_catalog .block-content .actions { text-align: left; }
.actions .btn-plus span {
    background: none repeat scroll 0 0 #929292;
    border-color: #888888;
}

