.cat_menu_button_section {
    height: 68px;
    margin-bottom: 16px;
    overflow: hidden;
    width: 100%;
}
.cat_button {
    cursor: pointer;
    height: 41px;
    margin: 10px 10px 10px 0;
    float: left;
    position: relative;
}
.cat_button_text {
    padding: 12px 10px 0 10px;
    display: inline-block !important;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #dedede;
}
.cat_button_left, .cat_button_right {
    height: 41px;
    width: 10px;
    float: left;
}
.cat_button_left {
    background: transparent url(/images-v2/shd/cat_btn_left_cudo.png) no-repeat ;
}
.cat_button_right {
    background: transparent url(/images-v2/shd/cat_btn_right_cudo.png) no-repeat ;
}
.cat_button_center {
    float: left;
    height: 41px;
    background: transparent url(/images-v2/shd/cat_btn_center_cudo.png) repeat-x ;
}

.cat_button:hover .cat_button_left {
    background: transparent url(/images-v2/shd/cat_btn_left_cudo_hover.png) no-repeat ;
}
.cat_button:hover .cat_button_center {
    background: transparent url(/images-v2/shd/cat_btn_center_cudo_hover.png) repeat-x ;
}
.cat_button:hover .cat_button_right {
    background: transparent url(/images-v2/shd/cat_btn_right_cudo_hover.png) no-repeat ;
}

.current_category .cat_button_text {
    color: #fff;
}
.current_category .cat_button_left {
    background: transparent url(/images-v2/shd/cat_btn_left_cudo_cur.png) no-repeat !important;
}
.current_category .cat_button_center {
    background: transparent url(/images-v2/shd/cat_btn_center_cudo_cur.png) repeat-x !important;
}
.current_category .cat_button_right {
    background: transparent url(/images-v2/shd/cat_btn_right_cudo_cur.png) no-repeat !important;
}
.cat_button_arrow_cur {
    background: transparent url(/images-v2/shd/cat_btn_arrow_cudo_cur.png) no-repeat !important;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 41px;
    left: 45%;
}

.top_deal_section, .small_deal_section, .medium_deal_section {
    margin-bottom: 34px;
}
.today_deals {
    float: left;
    width: 104%;
}
.small_deal_section, .medium_deal_section {
    float: left;
}
.medium_deal_section {
    margin-right: 28px;
}
.small_deal_section {
    margin: 0 32px 36px 0;
}

.top_deal_img_container
{
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    width: 757px;
    height: 316px;
    cursor: pointer;
    overflow: hidden;
}
.top_deal_info_container
{
    width: 737px;
    height: 52px;
    background-color: #272627;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    padding: 10px 10px 10px 10px;
    cursor: pointer;
}
.top_deal_title
{
    font-family: VAGRoundedStd-Bold;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 2px;
	min-height:24px;
}
.top_deal_desc
{
    font-family: VAGRoundedStd-Light;
    font-size: 18px;
    color: #dedede;
	height:21px;
	overflow:hidden;
	max-width:60%
}
.top_deal_prices {
    font-family: VAGRoundedStd-Bold;
    font-weight: bold;
    float: right;
    margin-top: -55px;
}
.top_deal_value
{
    font-size: 15px;
    color: #dedede;
    float: left;
    margin: 16px 6px 0 0;
}
.top_deal_price
{
    font-size: 36px;
    color: #e3aa0c;
    float: right;
}

.small_deal_img_container
{
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    width: 300px;
    height: 300px;
    cursor: pointer;
    overflow: hidden;
}
.small_deal_info_container
{
    width: 280px;
    height: 90px;
    background-color: #272627;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    padding: 10px 10px 10px 10px;
    opacity: 0.99;
    cursor: pointer;
}
.small_deal_title
{
    font-family: VAGRoundedStd-Bold;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 178px;
    height: 42px;
    float: left;
	overflow:hidden;
}
.small_deal_desc
{
    font-family: VAGRoundedStd-Light;
    font-size: 16px;
    color: #dedede;
    margin-top: 8px;
    float: left;
    width: 220px;
    height: 40px;
}
.small_deal_prices
{
    font-family: VAGRoundedStd-Light;
    font-size: 16px;
    margin: -90px 0 0 0;
    float: right;
    position: relative;
    width: 100%;
}
.small_deal_value
{
    text-align: right;
    float: right;
    max-width: 60px;
    font-size: 12px;
    margin: 0 4px 0 0;
    color: #dedede;
}
.small_deal_price
{
    font-size: 24px;
    color: #e3aa0c;
    text-align: right;
}

.medium_deal_img_container
{
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    width: 468px;
    height: 196px;
    cursor: pointer;
    overflow: hidden;
}
.medium_deal_info_container
{
    width: 448px;
    height: 70px;
    background-color: #272627;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    padding: 10px 10px 10px 10px;
    cursor: pointer;
}
.medium_deal_title
{
    font-family: VAGRoundedStd-Bold;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 4px;
    float: left;
    min-width: 220px;
}
.medium_deal_desc
{
    font-family: VAGRoundedStd-Light;
    font-size: 16px;
    color: #dedede;
    width: 300px;
    float: left;
    height: 40px;
}
.medium_deal_prices
{
    font-family: VAGRoundedStd-Light;
    font-size: 16px;
    float: right;
    margin: -48px 0 0 0;
    position: relative;
    width: 100%;
}
.medium_deal_value
{
    float: right;
    margin: 8px 6px 0 0;
    color: #dedede;
    font-size: 12px;
    line-height: 20px;
}
.medium_deal_price
{
    font-size: 24px;
    color: #e3aa0c;
    float: 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: 0px;
    top: 0;
    width: 10000000px;
}

.view_all_items_title
{
    font-family: VAGRoundedStd-Bold;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
.view_all_items_button
{
    min-width: 104px;
    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 6px 16px;
}

.top_deal_section .view_all_items_button {
    margin: 150px 0 0 322px;
}
.medium_deal_section .view_all_items_button {
    margin: 80px 0 0 170px;
}
.small_deal_section .view_all_items_button {
    margin: 134px 0 0 76px;
}

.contentRightShD {
    max-height: 388px !important;
    overflow: hidden !important;
}
.contentRight .mainBannerBlock {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    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: #00538a;
}
.banner_header_title_sep_line
{
    width: 177px;
    height: 3px;
    background-color: #3c769f;
}

@font-face {
    font-family: AndrogyneMedium;
    src: local("AndrogyneMedium"),
    url(/fonts/AndrogyneMedium/Androgyne.otf);
}
.deal_section_a_hrf {
    display: block;
}
.small_deal_price_header
{
    font-size: 16px;
    color: #e3aa0c;
    text-align: right;
    font-weight: bold;
}