.Dark_product_selector {
}

.Dark_product_selector .product_selector_body {
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-left: 5px;
}

.Dark_product_selector .product_selector_images_body {
    float: left;
    margin-top: 10px;
    padding: 5px;
}

.Dark_product_selector .product_selector_panel_body {
    padding: 5px;
    margin-top: 10px;
}

.Dark_product_selector .product_selector_panel_body .inside {
    background-color: #444;
    border: 1px solid #111;
    border-radius: 3px;
    padding-top: 10px;
}

.Dark_product_selector .product_selector_images_body .imageview {
    background-color: #444;
    border: 1px solid #111;
    border-radius: 3px;
    padding-top: 10px;
}

.Dark_product_selector .product_selector_images_body .imagecontain {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-right: 10px;
}

.Dark_product_selector .product_selector_images_body .imagecontain:hover {
    cursor: pointer;
}

.Dark_product_selector .product_selector_images_body .imagebar {
    background-color: #444;
    border: 1px solid #111;
    border-radius: 3px;
    margin-top: 7px;
    min-height: 90px;
}

.Dark_product_selector .product_selector_header_item_body {
    padding: 8px;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: left;
}

.Dark_product_selector .product_selector_header_item_inner {
    color:#FFF;
}

.Dark_product_selector .product_selector_line_item_body {
    height: 1px;
    background-color: #666;
    margin-top: 3px;
    margin-bottom: 3px;
    margin: 3px;
}

.Dark_product_selector .product_selector_line_item_inner {
}

.Dark_product_selector .product_selector_card_body {
    padding: 10px;
    height: 40px;
}

.Dark_product_selector .product_selector_card_in {
}

.Dark_product_selector .product_selector_card_Quantity_panel_body {
    margin-top: -17px;
}

.Dark_product_selector .product_selector_card_Button_panel_body {
    background-color: #EEE;
    text-align: center;
    color: #000;
    float: right;
    border-radius: 3px;
     
     
     
     
     
}

.Dark_product_selector .product_selector_card_Button_panel_body:hover {
    background-color: #0087cc;
    color: #FFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
     
     
     
     
     
}

.Dark_product_selector .product_selector_card_Button_panel_sel {
    background-color: #ca0000;
    color:#FFF;
}

.Dark_product_selector .product_selector_card_Button_panel_inner {
    padding: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
     
}

.Dark_product_selector .product_selector_card_Button_panel_loading {
}

.Dark_product_selector .product_selector_card_Quantity_btn_body {
    background-color: #222;
}

.Dark_product_selector .product_selector_card_Quantity_panel_body {
    text-align: center;
    padding: 8px;
    color: #FFF;
    float: left;
}

.Dark_product_selector .product_selector_card_Quantity_panel_text {
    color: #FFF;
    padding-bottom: 4px;
}

.Dark_product_selector .product_selector_card_Quantity_btn_P_sym {
    color: #FFF;
    float: left;
    font-family: Calibri;
    padding: 4px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #222;
    font-size: 14px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    border-left: 1px solid #111;
    height: 21px;
}

.Dark_product_selector .product_selector_card_Quantity_btn_P_sym:hover {
    background-color: #EEE;
    cursor: pointer;
    color: #000;
}

.Dark_product_selector .product_selector_card_Quantity_btn_N_sym {
    color: #FFF;
    float: right;
    font-family: Calibri;
    padding: 4px;
    padding-left: 6px;
    padding-right: 7px;
    background-color: #222;
    font-size: 14px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    border-right: 1px solid #111;
    height: 21px;
}

.Dark_product_selector .product_selector_card_Quantity_btn_N_sym:hover {
    background-color: #EEE;
    cursor: pointer;
    color: #000;
}

.Dark_product_selector .product_selector_card_Quantity_btn_Input {
    padding: 1px;
    text-align: center;
    border: none;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    background-color: #555;
    padding-top: 4px;
    padding-bottom: 4px;
    box-shadow: inset 0px 0px 5px #222;
    font-size: 14px;
    height: 31px;
    color:#FFF;
}

.Dark_product_selector .product_selector_card_Quantity_btn_Input:focus {
    outline: 0;
}

.Dark_product_selector .product_selector_combobox_body {
    margin: 10px;
}

.Dark_product_selector .product_selector_combobox_Cc_body {
    background-color: #333;
    border: 1px solid #111;
}

.Dark_product_selector .product_selector_combobox_in {
    border-top: 1px solid #555;
}

.Dark_product_selector .product_selector_combobox_td {
}

.Dark_product_selector .product_selector_combobox_input_body {
}

.Dark_product_selector .product_selector_combobox_input {
    display: inline-block;
    max-width: auto;
    min-width: 45px;
    vertical-align: baseline;
    padding: 5px;
    margin: 0;
    border-radius: 0;
    border-style: inset;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background-color: transparent;
    border: 1px solid transparent;
    resize: none;
    text-transform: initial;
    letter-spacing: initial;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    width: 100%;
    cursor: pointer;
    min-height: 30px;
    color:#FFF;
}
.Dark_product_selector .product_selector_combobox_input:focus {
    outline:0;
}
.Dark_product_selector .product_selector_combobox_sym {
    width: 14px;
}

.Dark_product_selector .product_selector_combobox_sym path {
    fill: #EEE;
}

.Dark_product_selector .product_selector_combobox_drop_panel {
    position: fixed;
    visibility: hidden;
}

.Dark_product_selector .product_selector_combobox_sym_td {
    background-color: #111;
}

.Dark_product_selector .product_selector_combobox_sym_td:hover {
    background-color: #444;
    cursor: pointer;
}

.Dark_product_selector .product_selector_combobox_sym_td:hover path {
    fill: #FFF;
}

.Dark_product_selector .product_selector_combobox_head_text {
    padding: 4px;
    text-align: left;
    color:#EEE;
}

.Dark_product_selector .product_selector_combobox_drop_panel_open {
    position: absolute;
    min-height: 50px;
    background-color: #333;
    border: 1px solid #111;
    box-shadow: 0px 0px 10px #000;
    z-index: 9090;
}

.Dark_product_selector .product_selector_combobox_body_select .product_selector_combobox_in {
    background-color: #444;
}

.Dark_product_selector .product_selector_combobox_drop_item_body {
    border-bottom: 1px solid #444;
}

.Dark_product_selector .product_selector_combobox_drop_item_text {
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #000;
    color: #FFF;
}

.Dark_product_selector .product_selector_combobox_drop_item_body:hover {
    background-color: #444;
    border-bottom: 1px solid #444;
}

.Dark_product_selector .product_selector_combobox_drop_item_body:hover .product_selector_combobox_drop_item_text {
    color: #FFF;
    cursor: pointer;
}

.Dark_product_selector .product_selector_combobox_drop_item_body:hover .product_selector_combobox_drop_item_color_text {
    color: #FFF;
    cursor: pointer;
}

.Dark_product_selector .product_selector_combobox_color_preview {
    float: left;
    margin-left: 8px;
    background-image: url(ntrp_w.png);
}

.Dark_product_selector .product_selector_combobox_color_preview_color {
    width: 18px;
    height: 18px;
    border: 1px solid #CCC;
}

.Dark_product_selector .product_selector_combobox_drop_item_in {
    border-bottom: 1px solid #000;
}

.Dark_product_selector .product_selector_combobox_drop_item_color_bgi {
    float: left;
    margin-left: 8px;
    background-image: url(ntrp_w.png);
}

.Dark_product_selector .product_selector_combobox_drop_item_color_bgc {
    width: 18px;
    height: 18px;
    border: 1px solid #CCC;
}

.Dark_product_selector .product_selector_combobox_drop_item_color_text {
    color: #FFF;
    padding: 10px;
}

.Dark_product_selector .product_selector_Price_body {
    margin-top: 4px;
    margin-bottom: 8px;
}

.Dark_product_selector .product_selector_Price_in {
}

.Dark_product_selector .product_selector_Price_td {
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.Dark_product_selector .product_selector_Price_sym {
    padding: 5px;
    
    margin-left: 12px;
    padding-bottom: 0px;
    color:#FFF;
}

.Dark_product_selector .product_selector_Price_num {
    padding: 5px;
    
    padding-bottom: 0px;
     color:#FFF;
}

.Dark_product_selector .product_selector_Price_num .product_selector_price_calcm {
    color: #dddddd;
    font-size: 15px;
}

.Dark_product_selector .product_selector_Price_num .product_selector_price_addons {
    color: #e0e0e0;
    font-size: 15px;
    border: 1px solid #CCC;
    border-radius: 2px;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 2px;
    margin-right: 2px;
}

.Dark_product_selector .product_selector_Price_num .product_selector_price_addons_name {
    color: #0cff37;
    font-size: 13px;
}

.Dark_product_selector .product_selector_Offer_sym {
    padding: 5px;
    
    margin-left: 12px;
    color: #ffd600;
  
    padding-top: 0px;
}

.Dark_product_selector .product_selector_Price_texting {
     
    text-align: left;
    float: left;
     font-size:14px;
     padding-top:8px;
}
.Dark_product_selector .product_selector_Price_texting_sym {
  
    color:#FFF;
     font-size:20px;
     padding-top:8px;
}
.Dark_product_selector .product_selector_DisPrice_texting_sym{
     padding: 5px;
    
    margin-left:-4px;
    color: #ffd600;
    padding-top:2px;
}


.Dark_product_selector .product_selector_Offer_num {
    padding: 5px;
    
    color: #ffd600;
    font-weight: bold;
    padding-top: 0px;
}

.Dark_product_selector .product_selector_Offer_num span {
    text-decoration: line-through;
    font-weight: normal;
}

.Dark_product_selector .product_selector_combobox_selection_body {
    margin-top: 10px;
}

.Dark_product_selector .product_selector_combobox_selection_in {
}

.Dark_product_selector .product_selector_combobox_selection_td .product_selector_combobox_drop_item_body {
    float: left;
    border-bottom: none;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 10px;
    background-color: #222;
    border-radius: 5px;
    border: 1px solid #111;
}

.Dark_product_selector .product_selector_combobox_selection_td .product_selector_combobox_drop_item_body:hover {
    background-color: #444;
}

.Dark_product_selector .product_selector_combobox_selection_td .product_selector_combobox_drop_item_in {
    border-bottom: none;
}

.Dark_product_selector .product_selector_combobox_selection_text_td {
    padding-left: 10px;
    padding-right: 10px;
}

.Dark_product_selector .product_selector_combobox_selection_body .product_selector_combobox_drop_item_color_bgi {
    border-radius: 20px;
}

.Dark_product_selector .product_selector_combobox_selection_body .product_selector_combobox_drop_item_color_bgc {
    border-radius: 20px;
    border-color: #000;
}

.Dark_product_selector .product_selector_combobox_selection_body .product_selector_combobox_selection_sel {
    border: 1px solid #999;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    margin-top: 10px;
}

.Dark_product_selector .product_selector_combobox_selection_body .product_selector_combobox_drop_item_text {
    border: none;
}

.Dark_product_selector .product_selector_combobox_selection_text_td {
}

.Dark_product_selector .product_selector_nav_body {
    border: 2px solid #00d833;
    background-color: rgba(255, 255, 255, 0.2);
    float: left;
    color: red;
}

.Dark_product_selector .product_selector_nav_segment_body {
    border: 1px solid #00d833;
    border-left: 0px solid transparent;
    margin-top: -16px;
}

.Dark_product_selector .product_selector_nav_segment_td {
    border-left: 1px solid #00d833;
    padding: 2px;
}

.Dark_product_selector .product_selector_nav_segment_in {
    height: 8px;
    background-color: rgba(0, 216, 51, 0.2);
}

.Dark_product_selector .product_selector_nav_segment {
    background-color: #00d833;
    height: 6px;
}

.Dark_product_selector .product_selector_nav_preview {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    /*overflow:auto;
     background-color: #FFF;
        border: 1px solid #CCC;
        position: absolute;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
        z-index: 9990;*/
}

.Dark_product_selector .product_selector_nav_preview_rendering {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
     
     
     
     
     
}

.Dark_product_selector .product_selector_nav_preview_open { /*border-radius:1200px;*/
    overflow: hidden;
    opacity: 1;
    background-color: #444;
    border: 1px solid #000;
    position: absolute;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    z-index: 9990;
    background-repeat: no-repeat;
}

.Dark_product_selector .product_selector_images_body .imagelistbar {
     
     
     
     
     
}

.Dark_product_selector .product_selector_images_body .imagelistbar:active {
    cursor: ew-resize;
}

.Dark_product_selector .product_selector_images_body .imagebarreyl {
    overflow: hidden;
}

.Dark_product_selector .product_selector_imagelistbar_td {
}

.Dark_product_selector .product_selector_imagelistbar_tile_body {
    float: left;
    background-color: #222;
    border: 1px solid #111;
    margin: 4px;
    padding: 5px;
    border-radius: 3px;
     
     
     
     
     
}

.Dark_product_selector .product_selector_imagelistbar_tile_body:hover {
    cursor: pointer;
    background-color: #444;
    border: 1px solid #ffea00;
     
     
     
     
     
}

.Dark_product_selector .product_selector_imagelistbar_tile_body:active {
    cursor: ew-resize;
}

.Dark_product_selector .product_selector_imagelistbar_tile_body_sel {
    float: left;
    background-color: #fffbb0;
    border: 1px solid #000;
    margin: 4px;
    padding: 5px;
    border-radius: 3px;
}

.Dark_product_selector .product_selector_imagelistbar_tile_img {
    width: 80px;
    height: 80px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.Dark_product_selector .product_selector_imagelistbar_size {
    overflow: auto;
}

.Dark_product_selector .product_selector_imagelistbar_r_btn_td {
    border-left: 1px solid #000;
}

.Dark_product_selector .product_selector_imagelistbar_btn_next {
    width: 20px;
}

.Dark_product_selector .product_selector_imagelistbar_btn_next path {
    fill: #FFF;
}

.Dark_product_selector .product_selector_imagelistbar_r_btn_td:hover {
    border-left: 1px solid #000;
    background-color: #EEE;
    cursor: pointer;
}

.Dark_product_selector .product_selector_imagelistbar_r_btn_td:hover path {
    fill: #000;
}

.Dark_product_selector .product_selector_imagelistbar_l_btn_td {
    border-right: 1px solid #000;
}

.Dark_product_selector .product_selector_imagelistbar_btn_back {
    width: 20px;
}

.Dark_product_selector .product_selector_imagelistbar_btn_back path {
    fill: #FFF;
}

.Dark_product_selector .product_selector_imagelistbar_l_btn_td:hover {
    border-right: 1px solid #000;
    background-color: #EEE;
    cursor: pointer;
}

.Dark_product_selector .product_selector_imagelistbar_l_btn_td:hover path {
    fill: #000;
}

.Dark_product_selector .product_selector_downloadList_item {
    background-color: #222;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.Dark_product_selector .product_selector_downloadList_item_in {
}

.Dark_product_selector .product_selector_downloadList_item_td {
    padding: 5px;
}

.Dark_product_selector .product_selector_downloadList_item_btn_d {
    padding: 6px;
    text-align: center;
    background-color: #0094de;
    color: #FFF;
    border-radius: 4px;
}

.Dark_product_selector .product_selector_downloadList_item_btn_d:hover {
    background-color: #444;
    color: #FFF;
    cursor: pointer;
}

.Dark_product_selector .product_selector_downloadList_items {
}

.Dark_product_selector .product_selector_downloadList_items_in {
}

.Dark_product_selector .product_selector_downloadList_items_td {
    padding: 7px;
}

.Dark_product_selector .product_selector_downloadList_item_text_td {
    padding: 4px;
    color:#FFF;
}

.Dark_product_selector .product_selector_downloadList_item_media_frame {
    background-color: #111;
    border: 1px solid #000;
    border-radius: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(audio.jpg);
}

.Dark_product_selector .product_selector_downloadList_item_media_frame:hover {
    border: 1px solid #ff0000;
    cursor: pointer;
}

.Dark_product_selector .product_selector_downloadList_item_media_frame_in {
    background-color: rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(play_on_wi.png);
}

.Dark_product_selector .product_selector_downloadList_item_media_frame:hover .product_selector_downloadList_item_media_frame_in {
    background-color: rgba(255, 0, 0, 0.5);
}

.Dark_product_selector .product_selector_bottomBar_body {
    background-color: #444;
    border: 1px solid #111;
    min-height: 50px;
    border-radius: 2px;
}

.Dark_product_selector .product_selector_bottomBar_out_td {
}

.Dark_product_selector .product_selector_mediaList_fltx {
    float: left;
    margin: 5px;
}

.Dark_product_selector .product_selector_bottomBar_body .product_selector_header_item_body {
    padding-left: 20px;
    padding-right: 20px;
}

.Dark_product_selector .product_selector_bottomBar_body .product_selector_header_item_inner {
    border-bottom: 1px solid #999;
    color:#FFF;
}

.Dark_product_selector .product_selector_MediaTlList_item_td {
    /*height:50px;*/
}

.Dark_product_selector .product_selector_bottomBar_sys {
}

.Dark_product_selector .productselectordwonloadlistholder .product_selector_downloadList_item {
}

.Dark_product_selector .product_selector_rating_body {
    margin-top:7px;
      margin-bottom:7px;
      
}

.Dark_product_selector .product_selector_rating_in {
}

.Dark_product_selector .product_selector_rating_td {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.Dark_product_selector .product_selector_rating_star_body {
    width: 24px;
    height: 24px;
    padding: 4px;
    float: left;
}

.Dark_product_selector .product_selector_rating_star_body path {
    fill: transparent;
    stroke-width: 20px;
    stroke: #EEE;
     
     
     
     
     
}

.Dark_product_selector .product_selector_rating_star_body_select path {
    fill: #ffac00;
    stroke: #ffd300;
}

.Dark_product_selector .product_selector_rating_star_body_hover path {
    fill: #EEE;
    stroke: #EEE;
     
     
     
     
     
}

.Dark_product_selector .product_selector_media_dialog_body {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9990;
    background-color: rgba(0, 0, 0, 0.7);
}

.Dark_product_selector .product_selector_media_dialog_in {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.Dark_product_selector .product_selector_media_dialog_player_body {
    max-width: 900px;
    min-height: 200px;
}

.Dark_product_selector .product_selector_media_dialog_player_close {
    width: 14px;
    background-color: #555;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    float: right;
     
     
     
     
     
}

.Dark_product_selector .product_selector_media_dialog_player_close path {
    fill: #FFF;
}

.Dark_product_selector .product_selector_media_dialog_player_close:hover {
    background-color: #ff0000;
    cursor: pointer;
     
     
     
     
     
}

.Dark_product_selector .product_selector_media_dialog_player_close:hover path {
}

.Dark_product_selector .product_selector_media_dialog_player_Title {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding-left: 10px;
    padding-right: 10px;
    color:#FFF;
}

.Dark_product_selector .amp_ldp_stripe path {
    fill: #FFF;
    opacity: 0.2;
}

.Dark_product_selector .amp_ldp_stripe rect {
}

.Dark_product_selector .product_selector_card_Button_panel_loading {
    background-color: #056ad7;
}

.Dark_product_selector .product_selector_card_Button_panel_inner_to {
    background-color: #FFF;
     
     
     
     
     
}

.Dark_product_selector .product_selector_card_Button_panel_inner_to:hover {
    background-color: #000;
    cursor: pointer;
     
     
     
     
     
}

.Dark_product_selector .product_selector_card_Button_remove {
    float: right;
    width: 10px;
    background-color: #ff0000;
    padding: 4px;
    margin-top: -2px;
}

.Dark_product_selector .product_selector_card_Button_remove path {
    fill: #FFF;
}

.Dark_product_selector .product_selector_card_Button_load_text {
    position: absolute;
    padding-top: 12px;
}

.Dark_product_selector .product_selector_mb_zoom_body {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9990;
    background-color: rgba(0, 0, 0, 0.5);
}

.Dark_product_selector .product_selector_mb_zoom_ctr {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 35px;
    padding: 10px;
    padding-top: 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

.Dark_product_selector .product_selector_mb_zoom_img {
    position: fixed;
    top: 40px;
    left: 60px;
    bottom: 10px;
    right: 20px;
    overflow: auto;
    padding: 10px;
    border: 1px solid #00d833;
    background-color: rgba(0, 216, 51, 0.1);
    overflow: auto;
}


.Dark_product_selector .product_selector_mb_zoom_in {
    border: 1px solid #00d833;
    width: 30px;
}

.Dark_product_selector .product_selector_mb_zoom_td {
    border-bottom: 1px solid #00d833;
    padding: 5px;
}

.Dark_product_selector .product_selector_mb_zoom_td:hover {
    background-color: rgba(0, 216, 51, 0.5);
    cursor: pointer;
}

.Dark_product_selector .product_selector_mb_zoom_segment {
}

.Dark_product_selector .product_selector_mb_zoom_active {
}

.Dark_product_selector .product_selector_mb_zoom_active {
    background-color: #00d833;
}

.Dark_product_selector .product_selector_mb_zoom_body .product_selector_media_dialog_player_close {
    position: fixed;
    right: 30px;
    top: 5px;
}

.Dark_product_selector .product_selector_mb_zoom_img_td {
    padding: 5px;
}


.Dark_product_selector .product_selector_QuantityByPriceCounter {
    color: #008a21;
    font-weight: bold;
    font-size: 16px;
}
.Dark_product_selector .product_selector_QuantityByPriceCounterSing {
    padding: 3px;
    background-color: #ff0000;
    color: #FFF;
    border-radius: 3px;
    font-size: 11px;
}