.inline-block {
    vertical-align: top ;
    display: inline-block !important;
    zoom: 1 !important;
    *display: inline !important;
}

.products_loading_overlay {
    position: absolute; 
    height: 100%; 
    width: 100%; 
    top: 0px; 
    left: 0px; 
    z-index: 1000; 
    background: url(/modules/products/images/loading-square.gif) center center no-repeat rgba(255, 255, 255, 0.75); 
}

.products_button_red {
    cursor: pointer;
    -moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
    box-shadow:inset 0px 1px 0px 0px #f29c93;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
    background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');*/
    background-color:#fe1a00;
/*    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;*/
    border:1px solid #d83526;
    display:inline-block;
    color:#ffffff !important;
    font-family:arial;
    font-size:13px;
    font-weight:normal;
    padding:5px 15px;
    text-decoration:none;
}.products_button_red:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
    background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');*/
    background-color:#ce0100;
    color:#ffffff !important;
}.products_button_red:active {
    position:relative;
    top:1px;
    color:#ffffff !important;
}


.products_button_green {
    cursor: pointer;
    -moz-box-shadow:inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
    box-shadow:inset 0px 1px 0px 0px #caefab;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
    background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');*/
    background-color:#77d42a;
/*    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;*/
    border:1px solid #268a16;
    display:inline-block;
    color:#ffffff !important;
    font-family:arial;
    font-size:13px;
    font-weight:normal;
    padding:5px 15px;
    text-decoration:none;
}.products_button_green:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
    background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');*/
    background-color:#5cb811;
    color:#ffffff !important;
}.products_button_green:active {
    position:relative;
    top:1px;
    color:#ffffff !important;
}



.products_button_gold {
    cursor: button;
    -moz-box-shadow:inset 0px 1px 0px 0px #fae9cb;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fae9cb;
    box-shadow:inset 0px 1px 0px 0px #fae9cb;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5cb82), color-stop(1, #eeaf41) );
    background:-moz-linear-gradient( center top, #f5cb82 5%, #eeaf41 100% );
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5cb82', endColorstr='#eeaf41');*/
    background-color:#f5cb82;
/*    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;*/
    border:1px solid #d69d3c;
    display:inline-block;
    color:#ffffff !important;
    font-family:arial;
    font-size:13px;
    font-weight:normal;
    padding:5px 15px;
    text-decoration:none;
}.products_button_gold:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #f5cb82) );
    background:-moz-linear-gradient( center top, #eeaf41 5%, #f5cb82 100% );
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#f5cb82');*/
    background-color:#eeaf41;
    color:#ffffff !important;
}.products_button_gold:active {
    position:relative;
    top:1px;
    color:#ffffff !important;
}

.products_button_white {
    cursor: button;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
    background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');*/
    background-color:#f9f9f9;
/*    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;*/
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#666666 !important;
    font-family:arial;
    font-size:13px;
    font-weight:normal;
    padding:5px 15px;
    text-decoration:none;
}.products_button_white:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
    background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');*/
    background-color:#e9e9e9;
    color:#666666 !important;
}.products_button_white:active {
    position:relative;
    top:1px;
    color:#666666 !important;
}

.products_button_black {
    -moz-box-shadow:inset 0px 1px 0px 0px #b3b3b3;
    -webkit-box-shadow:inset 0px 1px 0px 0px #b3b3b3;
    box-shadow:inset 0px 1px 0px 0px #b3b3b3;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #696969), color-stop(1, #1c1c1c) );
    background:-moz-linear-gradient( center top, #696969 5%, #1c1c1c 100% );
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#696969', endColorstr='#1c1c1c');*/
/*    background-color:#696969;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;*/
    border:1px solid #050505;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:13px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
}.products_button_black:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1c1c1c), color-stop(1, #696969) );
    background:-moz-linear-gradient( center top, #1c1c1c 5%, #696969 100% );
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#696969');*/
    background-color:#1c1c1c;
}.products_button_black:active {
    position:relative;
    top:1px;
}


.products {
    list-style: none outside none;
    margin-top: 10px;
}    
.products.product_grid .product_item {
    background-color: #f0f0f0;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 216px;
    height: 232px;
    margin-left: 0;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.products.product_grid .product_container,
.products.product_list .product_container {
    position: relative;
}
.products.product_grid .product_image {
    background-position: center center;
    background-repeat: no-repeat;
    width: 200px;
    height: 150px;
    margin-left: 8px;
    margin-top: 8px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.products.product_grid .product_smalltitle {
    color: #303740;
    display: block;
    font-size: 14px;
    margin-left: 6px;
    margin-top: 5px;
    width: 150px;
    height: 24px;
    overflow: hidden;
}

.products.product_grid .product_smalldesc  {
color: #707780;
font-size: 12px;
margin-left: 6px;
}
.products.product_grid .product_price {
    margin-left: 135px;
}

.product_price, .product_onsale {
    display: block;
    font-size: 16px;
    height: 78px;
    line-height: 75px;
    position: absolute;
    text-align: center;
    width: 78px;
    top: 0;
    right: 0;
}

.product_price {
    background: url("../images/circle-green.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
}

.product_onsale {
    background: url("../images/circle-yellow.png") repeat scroll 0 0 transparent;
    color: #4D4C4C;
}

.products.product_list .product_item {
    display: block;
    background-color: #f0f0f0;
    border-radius: 4px;
    margin-bottom: 20px;
}


.products.product_list .product_image {
    background-position: center center;
    background-repeat: no-repeat;
    width: 200px;
    height: 150px;
    margin: 8px;
    margin-bottom: 4px;
    display: inline-block; zoom: 1; *display: inline;
}

.products.product_list .product_title {
    color: #303740;
    display: block;
    font-size: 16px;
}

.products.product_list .product_title span {
    color: #707780;
    font-size: 12px;
    padding-left: 15px;
}

.products.product_list .product_details {
    height: auto;
    margin: 16px 8px 8px;
    width: 360px;
    overflow: hidden;
    vertical-align: top;
    display: inline-block; zoom: 1; *display: inline;
}

.products.product_list .product_content { 
    background-color: white;
}

.products.product_list .product_details .product_desc {
    color: #838A93;
    display: block;
    font-size: 12px;
    padding-top: 10px;
/*    width: 310px;*/
}

.products.product_list .product_price {
    top: 10px;
    right: 10px;
}

.products.product_list .product_onsale {
    margin-top: 0;
    margin-left: 330px;
}

.product_addtocart_button img {
    vertical-align: middle;
}

.products_button_with_image {
  padding: 4px 15px 1px 8px;
}


.product .product_images {
    overflow: hidden;
    position: relative;
}

.product .product_data {
    overflow: hidden;
}

.product .product_description {
    border-bottom: 1px dashed #C2CBD3;
    color: #707780;
    font-size: 13px;
    /*height: 30px;*/
/*    line-height: 27px;*/
    width: 100%;
    padding-bottom: 6px;
}

.product .product_infospan {
    border-bottom: 1px dashed #C2CBD3;
    color: #707780;
    font-size: 13px;
    /*height: 30px;*/
    line-height: 27px;
    width: 100%;
    padding-bottom: 2px;
}


.product .product_infogroup {
    margin-bottom: 16px;
}
.product .product_infospan span {
    color: #4D4C4C;
    float: right;
    /*padding-right: 50px;*/
    width: 40%;
}

.product .product_average {
    background-color: red;
    height: 37px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-top: 15px;
    width: 294px;
}

.product .product_rated {
    float: right;
    margin-right: 75px;
    margin-top: 7px;
}

.product .product_data select {
    -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: -moz-use-text-color #C2CBD2 #C2CBD2 -moz-use-text-color;
    border-image: none;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    float: right;
    height: 20px;
    margin-top: 5px;
    /*width: 166px;*/
    width: 40%;
}

.product h4 {
    margin-bottom: 8px;
    padding-bottom: 0px;
}
.product .product_quantity {
    color: #707780;
    margin-top: 20px;
}
.product .product_quantity span {
    line-height: 28px;
}

.product_input {
    -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: -moz-use-text-color #C2CBD2 #C2CBD2 -moz-use-text-color;
    border-image: none;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    height: 26px;
    margin-left: 15px;
    margin-bottom: 5px;
    text-indent: 10px;
}


.product_addtocart {
    background: url("../images/addtocart.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 31px;
    margin-left: 15px;
    text-indent: -9999px;
    width: 127px;
}

.product .product_sharing {
    background-color: #f9f9f9;
    border-radius: 5px;

    margin-top: 15px;
}

.product .product_instock {
    color: #4F8744;
    float: right;
    font-size: 13px;
    line-height: 30px;
    margin-right: 20px;
}



.product_oldprice {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 13px;
    height: 20px;
    margin-bottom: -2px;
    margin-top: -15px;
    text-align: center;
    text-decoration: line-through;
    width: 78px;
}

.product .product_images .product_main_image span {
    border: 4px solid #f9f9f9;
    background-repeat: no-repeat;
    background-position: center center;
    height: 240px;
    display: block;
}
.product .product_images .product_other_image div {
    border: 4px solid #f9f9f9;
    margin-right: 8px;
    margin-top: 8px;
    display:inline-block;
    
}

.products_mycart table {
    -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 #F1F5F8;
    border-color: #F1F5F8;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 6px 5px 6px 6px;
    width: 100%;
}

.products_mycart table td {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #D5DADE;
    border-right: 1px solid #D5DADE;
    color: #697582;
    font-size: 13px;
    height: 60px;
    padding-top:5px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.products_mycart table thead td {
    background: none repeat scroll 0 0 #38414B !important;
    border-left: 1px solid #D5DADE;
    color: #FFFFFF !important;
    font-size: 14px !important;
    height: 35px !important;
    line-height: 27px !important;
}

.products_mycart .product_quantity {
    -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 #E4E8EB;
    border-color: -moz-use-text-color #D6D9DB #D6D9DB -moz-use-text-color;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    color: #697582;
    font-size: 13px;
    height: 25px;
    text-indent: 10px;
    width: 25px;
    margin: 0;
}

.products_mycart .product_remove {
    margin: 0;
}

.products_mycart .product_subtotal {
    border-bottom: 1px dashed #C2CBD3;
    color: #38414B;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    padding-right: 10px;
    text-align: right;
    width: 200px;
}

.products_mycart .product_subtotal span,
.products_mycart .product_total span {
    width: 120px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.product_totals {
    float: right;
}
.products_mycart .product_total {
    color: #38414B;
    font-size: 21px;
    /*margin-bottom: 10px;*/
    margin-top: 10px;
    text-align: right;
    padding-right: 10px;
}

.products_mycart .product_tax {
    color: #38414B;
    text-align: right;
    padding-right: 10px;
}
.products_mycart .product_totals {
    margin-bottom: 10px;
}

.products_mycart .product_updaters {
    margin-bottom: 20px;
    text-align: right;
}

.products_mycart .product_mailsubmit,
.products_quickcart .product_mailsubmit {
    background: url("../images/buttonsmall.png") repeat scroll 0 0 transparent !important;
    border: 0 none;
    color: #FFFFFF !important;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 27px !important;
    line-height: 25px;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    width: 87px !important;
}

.products_mycart .product_updaters input {
    float: right;
    margin-left: 10px;
}

.products_mycart .product_yellow {
    background: url("../images/yellow.png") no-repeat scroll 0 0 transparent;
    color: #333B44;
    display: block;
    float: right;
    font-size: 15px;
    height: 38px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #E4E8EB;
    width: 182px;
}

.products_myaccount_icon, .products_checkout_icon, .products_mycart_icon, .products_logout_icon  {
    display: block;
    line-height: 21px;
    text-indent: 32px;
}

.products_myaccount_icon {
    background: url("../images/account.png") no-repeat scroll 0 0 transparent;
}

.products_logout_icon {
    background: url("../images/logout.png") no-repeat scroll 0 0 transparent;
}

.products_mycart_icon {
    background: url("../images/cartsmall.png") no-repeat scroll 0 0 transparent;
}

.products_checkout_icon {
    background: url("../images/checkout.png") no-repeat scroll 0 0 transparent;
    text-indent: 32px !important;
}

.products_smallmenu {
    position: relative;
}

.products_smallmenu ul {
    list-style: none outside none;
    margin-right: 130px;
}

.products_smallmenu ul li {
    list-style: none outside none !important;
    display: inline-block; zoom: 1; *display: inline;
}

.products_smallmenu ul li a {
    color: #535D6A;
    font-size: 12px;
    text-decoration: none;
    text-shadow: 0 0 1px #EFF3F5;
}

.products_cartwrap .products_cartstatus {
    background: url("../images/checkout.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: auto;
    line-height: 21px;
    padding-left: 28px;
    padding-right: 10px;
    text-align: right;
    width: auto;
}
.products_cartwrap .products_cartdrop {
    min-height: 100px;
    min-width: 100px;
    position: absolute;
    z-index: 2147483645;
    right: 0px;
    top: 18px;
}

.products_cartwrap .products_cartdrop .products_cartdrop_container {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #BCC3C9;
    border-radius: 5px;
    border-right: 1px solid #BCC3C9;
    float: left;
    list-style: none outside none;
    margin-top: 9px;
    padding: 16px;
    width: 420px;
}


.products_quickcart .product_description {
    padding: 8px;
}

.product_description em {
    font-size: 80% !important;
}


.products_quickcart table tr td {
  border-bottom: 1px dashed #CCCCCC;
  padding-bottom: 8px;
  vertical-align: middle;
}

.products_mycart table tr td {
    vertical-align: middle;
}

.products_quickcart table {
    margin-bottom: 8px;
}
.products_quickcart .products_whiteprice {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    color: #5E6A78;
    display: block;
    float: right;
    font-size: 12px;
    padding: 8px;
    width: 170px;
}

.products_quickcart .products_totalno {
    display: block;
}

.products_quickcart .product_subtotal {
    border-bottom: 1px dashed #F0F0F0;
    margin-bottom: 2px;
    padding-bottom: 2px;
}
.products_quickcart .product_subtotal span {
    float: right;
}
    
.products_quickcart .product_total {
    color: #37404A;
    display: block;
    font-size: 14px;
}
.products_quickcart .product_total span {
    float: right;
}


.categories {
    list-style: none outside none;
    margin-top: 10px;
}    
.categories.category_grid .category_item {
    background-color: #f0f0f0;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 216px;
    height: 190px;
    margin-left: 0;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.categories.category_grid .category_image {
    background-position: center center;
    background-repeat: no-repeat;
    width: 200px;
    height: 150px;
    margin-left: 8px;
    margin-top: 8px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.categories.category_grid .category_smalltitle {
    color: #303740;
    display: block;
    font-size: 14px;
    margin-left: 6px;
    margin-top: 5px;
}
ul.category_menu li {

}

ul.category_menu li ul {
    list-style: disc inside none;
}
ul.category_menu li ul li {
    margin-left: 10px;
}

.category_menu .category_menu_selected {
    font-weight: bold;
    color: black;
}

.products_addedtocart_icon {
    padding-left: 20px;
    background: url(../images/tick-circle.png) no-repeat 4px center;
}


/* MY ORDERS */
.margin_top_50 {margin-top:50px;}
table.products_myorders_table {width:100%;}
table.products_myorders_table td , table.products_myorders_table th {padding:5px 6px;font-size:1em;}

table.products_myorders_table th {font-weight:bold;text-align:left;}
table.products_myorders_table td {}

.products_myorders_table {}
.products_order_status_container {border:1px solid green;margin-top:30px;}
.products_show_order_status {padding:10px;}
.products_myorders_line td {border-bottom:1px solid #eee;}
.products_show_order_status .order-label {display:inline-block;width:150px;}
.products_show_order_status .order-info {display:inline-block;}

.shipping-shipped-icon {vertical-align: middle;margin-right:10px;}

/* END MY ORDERS */

/* TO BE CHANGED */
.products_divider_dotted {

    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px dashed #ddd;
}
    
.products_content table {
    background:#f1f5f8;
    border:6px solid #f1f5f8;
    border-right:5px solid #f1f5f8;
    border-radius:5px;
}
.products_content table td {
    height:60px;
    border-right:1px solid #d5dade;
    border-bottom:1px solid #d5dade;
    background:#FFF;
    padding-left:15px;
    line-height: 60px;
    font-size:13px;
    color:#697582;
}
.products_blacky td {
    background:#38414b!important;
    height:35px!important;
    border-left: 1px solid #d5dade;
    color:#FFF!important;
    font-size:14px!important;
    line-height:27px!important;
}
.products_table80 {
    width:65px;
}
.products_table100 {
    width:85px;
}
.products_table210 {
    width:195px;
}
.products_table95 {
    width:80px;
}
.products_checkbox {
    margin-left: 15px;
    margin-top: 22px;
}
.products_itemsmall {
    margin-left:-15px;
}
.products_itemcount {
    text-indent:10px;
    border:none;
    width:62px;
    height:25px;
    background:#e4e8eb;
    border-right:1px solid #d6d9db;
    border-bottom:1px solid #d6d9db;
    border-radius:5px;
    font-size:13px;
    color:#697582;
}
.products_coupons {
    margin-top:20px;
}
.products_coupons label {
    color:#333b44;
    font-size:14px;
    display:block;
    float:left;
    padding-right:20px;
}
.products_coupons input {
    width:180px;
    height:27px;
    float:left;
}
.products_sub {
    display:block;
    width:60px!important;
    height:27px;
    background:url(images/apply.png)!important;
    border:0px;
    font-size:13px;
    color:#ffffff;
    cursor:pointer;
    margin-left:10px;
    margin-top:1px;
}
.products_sub:hover {
    background:url(images/applyhover.png) no-repeat!important;
}
.products_separate {
    border-bottom: 1px dashed #C2CBD3;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 355px;
}
.products_products_subtotal {
    color: #38414B;
    display: block;
    font-size: 14px;
    margin-left: 390px;
    padding-right: 10px;
    text-align: right;
    width: 120px;
    height:30px;
    border-bottom:1px dashed #c2cbd3;
    line-height:28px;
}
.products_total {
    color: #38414B;
    float: right;
    font-size: 21px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.products_sub {
    display:block;
    width:60px!important;
    height:27px;
    background:url(images/apply.png)!important;
    border:0px;
    font-size:13px;
    color:#ffffff;
    cursor:pointer;
    margin-left:10px;
    margin-top:1px;
}
.products_sub:hover {
    background:url(images/applyhover.png) no-repeat!important;
}
.products_bigprice {
    font-weight:bold;
}
.products_updaters {
    float:right;
    width:430px;
    margin-bottom:20px;
}
.products_updaters input {
    float:right;
    margin-left:10px;
}
.products_yellow {
    display:block;
    color:#333b44;
    font-size:15px;
    text-align:center;
    text-decoration:none;
    line-height:35px;
    background:url(images/yellow.png) no-repeat;
    width:182px;
    height:38px;
    text-shadow:0px 1px 0px #e4e8eb;
    float:right;
}
.products_eye {
    color: #64707D;
    display: block;
    float: left;
    height: 30px;
    line-height: 28px;
    margin-top: 15px;
    text-decoration: none;
    text-indent: 25px;
    width: 120px;
    background:url(images/eye.png) no-repeat 0 center transparent;
}
.products_padding25 {
    /*margin-right:25px;*/
    font-size:13px;
    color:#7a8492;
}

.products_checkoptions {
    background: #FEFEFE;
    border-radius:5px;
    border-bottom: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    padding: 15px;
    margin-bottom: 20px;
}

.products_checkoptions form {
    font-size:14px;
    color:#363d47;
}
.products_checkoptions input {
    margin-bottom:10px;
}
.products_registerdetails {
    margin-top:20px;
}
.products_fullsize,.products_halfsize {
    margin-right: 12px;
}
.products_full,.products_fullsize {
    width:434px;
    float:left;
}
.products_half,.products_halfsize {
    width:211px;
    float:left;
}
.products_req {
    margin-right:10px;
}
.products_full, .products_half {
    border:none;
    height:30px;
    background: #FEFEFE;
    border-radius:5px;
    border-bottom: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    line-height: 30px;
    color: inherit;
    font-size:12px;
    text-indent:10px;
    margin-bottom:5px;
    margin-right: 10px;
}
.products_shorty {
    margin-right:220px;
}

.products_realogin {
    float: left;
    margin-bottom: 74px;
}
.products_bigewizz {
    border:none;
    width:788px;
    height:111px;
    padding-top:10px;
    text-indent:10px;
    background-color: #FEFEFE;
    border-radius:5px;
    border-bottom: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    color:#b7b7b7;
    font-size:12px;
    resize:none;
}
.products_std {
    width:100%;
    margin-bottom:10px;
}
.products_std input {
    margin-left:0px;
}
.products_std a {
    color:#535D6A;
    text-decoration:none;
}
.products_method input {
    margin-bottom:10px;
}
.products_notempty {
    height:20px;
}

.product_price_by_customer_container textarea {
    width: 96%;
    margin-bottom: 5px;
    height: 75px;
}

.products_checkout_icon_white {
    background: url("../images/checkout_white.png") no-repeat scroll -2px -4px transparent;
    height: 16px;
    width: 28px;
    vertical-align: middle;
    display: inline-block; zoom: 1; *display: inline;
}



.categories.category_grid .category_item,
.products.product_grid .product_item,
.products.product_list .product_item {
  background: none;
  border: 1px solid #efefef;
}

.categories.category_grid .category_smalltitle {
text-align: center;
margin-left: 0px;

}


.product_quantity {
  margin: 10px;
  text-align: right;
}

.products.product_grid .product_smalltitle {
  width: auto;
}

.products_mycart_icon {
  background: url("../images/cartsmall.png") no-repeat scroll 0 0 transparent;
}

.products_input_placeholder, .products_input_field  {
    border:none;
    height:30px;
    background: #FEFEFE;
    /*border-radius:5px;*/
    border-bottom: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    line-height: 30px;
    color: inherit;
    font-size:12px;
    text-indent:10px;
    color: #000;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.products_input_field {
    display: block;
    width: 100%;
}
textarea.products_input_field {
  height: auto;
}

.products_pagination a {
  border: 1px solid #EFEFEF;
  border-radius: 4px 4px 4px 4px;
  padding: 3px 8px 3px 8px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.products_pagination a.active {
background-color: #EFEFEF;
color: black;
}

.products_pagination a:hover {
    
}

.products.product_list .product_container {
  position: relative;
}

.products.product_list .product_container .product_quantity {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 32px;
  margin: 0;
}
.product_quantity .product_quantity_right {
    position: absolute; 
    right: 18px;
    width: 300px;
    text-align: right;
}
.product_quantity .product_quantity_left {
    position: absolute; 
    left: 55px;
}

.products.product_list form {
    margin: 0;
}
.products.product_list form input {
    margin: 0;
}


.products_quickcart_thumbnail {
    background-size: 100%;
    background-position: center center;;
    background-repeat: no-repeat;
}


.products.product_grid .product_container {
    position: relative;
}

.products.product_grid .product_price, 
.products.product_grid .product_onsale {
    margin: 0 !important;
    position: absolute;
    right: 4px;
    top: 6px;
}

.products.product_grid .product_container form {
    margin: 0;
}

.products.product_grid .product_smalltitle {
  height: 48px;
}
.categories.category_grid .category_item {
  height: 195px;
}

.products.product_list .product_onsale {
  margin-left: 326px;
}
.product_oldprice {
  color: #905020;
  margin-bottom: -2px;
  margin-top: -15px;
  width: 84px;
}

.products-featured .product_smalltitle {
    text-align: center;
}

.product_quantity input {
    display: inline;
    padding: 0;
}

.products_cartwrap {
    position: absolute;
    right: 0;
    top: 0;
    
}


/* END TO BE CHANGED */


/* PACKAGE product_reviews_v1 BEGINS */
.products_reviews .products_reviews_section .product_review {
    border-bottom: 1px dotted #ccc;
}
.products_reviews .products_reviews_section .product_review:first-child {
    border-top: 1px dotted #ccc;
}

.products_reviews .product_review .product_review_name {
    font-weight: bold;
}

.product_appended_reviews .product_review:first-child {
    border-top: 0 !important;
}

.product_review_container form input[type="text"],
.product_review_container form input[type="email"],
.product_review_container form textarea {
    max-width: 450px;
    width: 100%;
    padding: 5px;
}

.product_review_container form .captcha-container {
    margin-top: -20px;
    display: inline-block; zoom: 1; *display: inline;
}

.product_review_container form .captcha-field {
    width: 100px !important;
    vertical-align: top;
    display: inline-block; zoom: 1; *display: inline;
}

.product_reviews_container {
    padding-bottom: 50px;
    border-bottom: 1px dashed #C2CBD3;
}

/* PACKAGE product_reviews_v1 ENDS */

/* PACKAGE star_rating_v1 BEGINS */
.five-stars {
    background-image: url("../images/5-stars-white.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 240px;
    height: 48px;
    display: inline-block; zoom: 1; *display: inline;
}

.five-stars > span {
    background-image: url("../images/5-stars.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 48px;
    width: 0;
}


.five-stars-32px { 
    background-image: url("../images/5-stars-white_32px.png");
    width: 160px;
    height: 32px;
}

.five-stars-32px > span { 
    background-image: url("../images/5-stars_32px.png");
    height: 32px;
}


.five-stars-24px { 
    background-image: url("../images/5-stars-white_24px.png");
    width: 120px;
    height: 24px;
}

.five-stars-24px > span { 
    background-image: url("../images/5-stars_24px.png");
    height: 24px;
}

.five-stars.five-stars-input {
    cursor: pointer;
}

.five-stars.star-rating-1 > span {
    width: 20%;
}
.five-stars.star-rating-2 > span {
    width: 40%;
}
.five-stars.star-rating-3 > span {
    width: 60%;
}
.five-stars.star-rating-4 > span {
    width: 80%;
}
.five-stars.star-rating-5 > span {
    width: 100%;
}

.products.product_list .product_item form {
    padding-bottom: 40px;
}

/* PACKAGE star_rating_v1 ENDS */