.cat_menu_button_section {
    height: 68px;
    margin-bottom: -17px;
    overflow: hidden;
    width: 100%;
}
.cat_button {
    cursor: pointer;
    height: 35px;
    margin: -2px 10px 10px 0;
    float: left;
    position: relative;
}
.cat_button_text {
    padding: 12px 10px 0 10px;
    display: inline-block !important;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: lowercase;
}
.current_category
{
	border-bottom: 3px solid #fff;
}
.current_category .cat_button_text {
    color: #FFFFFF;
}

.top_deal_section, .small_deal_section, .medium_deal_section {
    margin-bottom: 24px;
    margin-left: 20px;
}
.today_deals {
    float: left;
    width: 104%;
}
.small_deal_section, .medium_deal_section {
    float: left;
}
.medium_deal_section {
    margin-right: 6px;
}
.small_deal_section {
    margin: 0 4px 26px 18px;
}

.top_deal_img_container
{
    width: 744px;
    height: 310px;
    cursor: pointer;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.top_deal_info_container
{
    width: 724px;
    height: 57px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 2px -1px #d9d9d9;
    -moz-box-shadow: 0 3px 2px -1px #d9d9d9;
    box-shadow: 0 3px 2px -1px #d9d9d9;
    padding: 10px 10px 10px 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
}
.top_deal_title
{
    font-family: "ProximaNovaSoft-Regular";
    font-size: 20px;
    font-weight: bold;
    color: #08c;
    margin-bottom: 2px;
    margin-top: 7px;
	min-height:24px;
}
.top_deal_desc
{
    font-family: "ProximaNovaSoft-Regular";
    font-size: 16px;
    color: #444;
	height:21px;
	overflow:hidden;
	max-width:60%
}
.top_deal_prices {
    font-family: "ProximaNovaSoft-Regular";
    color: #888;
    float: right;
    margin-top: -50px;
}
.top_deal_value
{
    font-size: 12px;
    float: left;
    margin: 16px 6px 0 0;
}
.top_deal_price
{
    font-size: 30px;
    color: #f0812b;
    font-weight: bold;
    float: right;
}

.small_deal_img_container
{
    width: 298px;
    height: 298px;
    cursor: pointer;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid #d9d9d9;
    border-bottom: none;
}
.small_deal_info_container
{
    width: 278px;
    height: 94px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 2px -1px #d9d9d9;
    -moz-box-shadow: 0 3px 2px -1px #d9d9d9;
    box-shadow: 0 3px 2px -1px #d9d9d9;
    padding: 10px 10px 10px 10px;
    opacity: 0.99;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
}
.small_deal_title
{
    font-family: "ProximaNovaSoft-Regular";
    font-size: 18px;
    font-weight: bold;
    color: #08c;
    width: 178px;
    height: 38px;
    float: left;
    margin-top: 2px;
}
.small_deal_desc
{
    font-family: "ProximaNovaSoft-Regular";
    font-size: 14px;
    color: #444;
    margin-top: 14px;
    float: left;
    width: 220px;
    height: 32px;
	overflow:hidden
}
.small_deal_prices
{
    font-family: "ProximaNovaSoft-Regular";
    font-size: 14px;
    color: #888;
    margin: -82px 0 0 0;
    float: right;
    position: relative;
    width: 100%;
}
.small_deal_value
{
    text-align: right;
    margin: 0;
    float: right;
    font-size: 12px;
    max-width: 60px;
}
.small_deal_price
{
    font-size: 24px;
    color: #f0812b;
    text-align: right;
    font-weight: bold;
}

.medium_deal_img_container
{
    width: 456px;
    height: 190px;
    cursor: pointer;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid #d9d9d9;
    border-bottom: none;
}
.medium_deal_info_container
{
    width: 436px;
    height: 85px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 2px -1px #d9d9d9;
    -moz-box-shadow: 0 3px 2px -1px #d9d9d9;
    box-shadow: 0 3px 2px -1px #d9d9d9;
    padding: 10px 10px 10px 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
}
.medium_deal_title
{
    font-family: "ProximaNovaSoft-Regular";
    font-size: 18px;
    font-weight: bold;
    color: #08c;
    margin-bottom: 4px;
    float: left;
    margin-top: 8px;
    min-width: 220px;
}
.medium_deal_desc
{
    font-family: "ProximaNovaSoft-Regular";
    font-size: 14px;
    color: #444;
    width: 300px;
    float: left;
    margin-top: 2px;
    height: 32px;
}
.medium_deal_prices
{
    font-family: "ProximaNovaSoft-Regular";
    font-size: 14px;
    color: #888;
    float: right;
    margin: -60px 0 0 0;
    position: relative;
    width: 100%;
}
.medium_deal_value
{
    float: right;
    font-size: 12px;
    text-align: right;
    max-width: 110px;
}
.medium_deal_price
{
    font-size: 24px;
    font-weight: bold;
    color: #f0812b;
    text-align: right;
}

.mainBannerBlock {
    margin: auto;
    position: relative;
    overflow: hidden;
}
.mainBannerBlock::-moz-selection {
    background: transparent;
    color: #fff;
    text-shadow: none;
}
.mainBannerBlock::selection {
    background: transparent;
    color: #fff;
    text-shadow: none;
}
.slide-list {
    position: relative;
    margin: 0;
    padding: 0;
}
.slide-wrap {
    position: relative;
    left: 0;
    top: 0;
    width: 10000000px;
}

.view_all_items_title
{
    font-family: "ProximaNovaSoft-Regular";
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.view_all_items_button
{
    min-width: 124px;
    height: 18px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    background-color: rgba(53,53,53,0.7);
    border: solid 2px #fff;
    position: absolute;
    z-index: 1;
    padding: 6px 10px 10px 16px;
}

.top_deal_section .view_all_items_button {
    margin: 144px 0 0 300px;
}
.medium_deal_section .view_all_items_button {
    margin: 80px 0 0 154px;
}
.small_deal_section .view_all_items_button {
    margin: 134px 0 0 76px;
}

.contentRightShD {
    padding: 0;
    border-radius: 6px;
    overflow: hidden !important;
    }
    
.shop .contentRightShD {
    margin-right: 20px;
    max-height: 388px !important;
    
    
}
.shop .contentRightShD .contentRightShD {
    margin-right:0 !important ;
    }



.contentRight .mainBannerBlock {
    -webkit-box-shadow: 0 3px 2px -1px #d9d9d9;
    -moz-box-shadow: 0 3px 2px -1px #d9d9d9;
    box-shadow: 0 3px 2px -1px #d9d9d9;
    width: 177px;
    height: 354px;
}

.banner_header_title
{
    font-family: AndrogyneMedium;
    font-size: 20px;
    color: #fff;
    padding: 12px 0 0 34px;
}
.banner_header_title_section
{
    width: 177px;
    height: 43px;
    background-color: #161616;
}
.banner_header_title_sep_line
{
    width: 177px;
    height: 3px;
    background-color: #f19400;
}
.main_deals_lr_container, .deals_container_shd_loader {
    background: #fff;
    padding-top: 22px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.deals_container_shd_loader {
    padding-bottom: 20px;
}
.deal_section_a_hrf {
    display: block;
}
.small_deal_price_header
{
    font-size: 16px;
    color: #f0812b;
    text-align: right;
    font-weight: bold;
}