﻿
/* add Card Skin ================================================================ ▼*/
.White_product_view .product_view_list_tile_add_card_btn {
    background-color: #FFF;
    color: #000;
    border: 1px solid #EEE;
}
.White_product_view .product_view_list_tile_add_td  {
    background-color:#FFF;
}
.White_product_view .product_view_list_tile_add_sym  {
    background-image: url(Add_pro_sys_bl.png?f);
}
.White_product_view .product_view_list_tile_add_text  {
    color:#000;
}
.Black_product_view .product_view_list_tile_add_card_btn {
    background-color: #222;
    color: #FFF;
    border: 1px solid #000;
}
.Black_product_view .product_view_list_tile_add_td  {
    background-color:#222;
}
.Black_product_view .product_view_list_tile_add_sym  {
    background-image: url(Add_pro_sys_wh.png?f);
}
.Black_product_view .product_view_list_tile_add_text  {
    color:#FFF;
}


.Gray_product_view .product_view_list_tile_add_card_btn {
    background-color: #999;
    color: #000;
    border: 1px solid #999;
}
.Gray_product_view .product_view_list_tile_add_td  {
    background-color:#999;
}
.Gray_product_view .product_view_list_tile_add_sym  {
    background-image: url(Add_pro_sys_wh.png?f);
}
.Gray_product_view .product_view_list_tile_add_text  {
    color:#FFF;
}

.Blue_product_view .product_view_list_tile_add_card_btn {
    background-color: #0086de;
    color: #FFF;
    border: 1px solid #0069ae;
}
.Blue_product_view .product_view_list_tile_add_td  {
    background-color:#0086de;
}
.Blue_product_view .product_view_list_tile_add_sym  {
    background-image: url(Add_pro_sys_wh.png?f);
}
.Blue_product_view .product_view_list_tile_add_text  {
    color:#FFF;
}
.Violet_product_view .product_view_list_tile_add_card_btn {
    background-color:#ae00ff;
    color: #FFF;
    border: 1px solid #8300bf;
}
.Violet_product_view .product_view_list_tile_add_td  {
    background-color:#ae00ff;
}
.Violet_product_view .product_view_list_tile_add_sym  {
    background-image: url(Add_pro_sys_wh.png?f);
}
.Violet_product_view .product_view_list_tile_add_text  {
    color:#FFF;
}


.Green_product_view .product_view_list_tile_add_card_btn {
    background-color:#00bb49;
    color: #FFF;
    border: 1px solid #03a040;
}
.Green_product_view .product_view_list_tile_add_td  {
    background-color:#00bb49;
}
.Green_product_view .product_view_list_tile_add_sym  {
    background-image: url(Add_pro_sys_wh.png?f);
}
.Green_product_view .product_view_list_tile_add_text  {
    color:#FFF;
}

 .Yellow_product_view .product_view_list_tile_add_card_btn {
    background-color:#fff200;
    color: #000;
    border: 1px solid #e1d600;
}
 .Yellow_product_view .product_view_list_tile_add_td  {
    background-color:#fff200;
}
.Yellow_product_view .product_view_list_tile_add_sym  {
    background-image: url(Add_pro_sys_bl.png?f);
}
.Yellow_product_view .product_view_list_tile_add_text  {
    color:#000;
}
 .Orange_product_view .product_view_list_tile_add_card_btn {
    background-color:#ff6a00;
    color: #FFF;
    border: 1px solid #db5b00;
}
 .Orange_product_view .product_view_list_tile_add_td  {
    background-color:#ff6a00;
}
.Orange_product_view .product_view_list_tile_add_sym  {
    background-image: url(Add_pro_sys_wh.png?f);
}
.Orange_product_view .product_view_list_tile_add_text  {
    color:#FFF;
}
 .Red_product_view .product_view_list_tile_add_card_btn {
    background-color:#f60a0a;
    color: #FFF;
    border: 1px solid #e00000;
}
 .Red_product_view .product_view_list_tile_add_td  {
    background-color:#f60a0a;
}
.Red_product_view .product_view_list_tile_add_sym  {
    background-image: url(Add_pro_sys_wh.png?f);
}
.Red_product_view .product_view_list_tile_add_text  {
    color:#FFF;
}
.Crimson_product_view .product_view_list_tile_add_card_btn {
    background-color:crimson;
    color: #FFF;
    border: 1px solid crimson;
}
.Crimson_product_view .product_view_list_tile_add_td  {
    background-color:crimson;
}
.Crimson_product_view .product_view_list_tile_add_sym  {
    background-image: url(Add_pro_sys_wh.png?f);
}
.Crimson_product_view .product_view_list_tile_add_text  {
    color:#FFF;
}
 /* add Card Skin ================================================================ ▲*/