@charset "utf-8";
/* CSS Document */
/* c90000, c10303, ee4a4a, da7070 -> ff6600 */
  
/*******************************************************************************/  
/************************style : picturered****************************************/
/*******************************************************************************/

/*Hikashop button*/
.hikashop_cart_input_button{
  margin-top:10px;
  background-color:transparent;
  border-bottom:1px solid #000;
  padding-bottom:3px;
  color:#000;
  cursor:pointer;
  font-weight:normal;
  *padding:0px;
  background:url(../images/style_picturered/button.png) no-repeat right;
  padding-right:28px;}

.hikashop_cart_input_button:hover{
  border-bottom:1px solid #ff6600;
  color:#ff6600;
  background:url(../images/style_picturered/button_hover.png) no-repeat right;}

.hikashop_subcontainer .hikashop_cart_input_button{
  margin-top:10px;
  background-color:transparent;
  border:none;
  padding:0px;
  font-size:12px;
  color:#000;
  cursor:pointer;
  font-weight:normal;
  *padding:0px;
  background:url(../images/style_picturered/add_cart.png) no-repeat right;
  padding-right:25px;}
  
.hikashop_subcontainer .hikashop_cart_input_button:hover{
  margin-top:10px;
  background-color:transparent;
  border:none;
  padding:0px;
  font-size:12px;
  color:#ff6600;
  cursor:pointer;
  font-weight:normal;
  *padding:0px;
  background:url(../images/style_picturered/add_cart_hover.png) no-repeat right;
  padding-right:25px;}
  
.hikashop_product_page .hikashop_cart_input_button{
  margin-top:10px;
  background-color:transparent;
  border-bottom:1px solid #000000;
  padding:0px;
  color:#000;
  cursor:pointer;
  font-weight:normal;
  *padding:0px;
  background:url(../images/style_picturered/add_cart_big.png) no-repeat right;
  padding-right:28px;
  padding-bottom:3px;}
  
.hikashop_product_page .hikashop_cart_input_button:hover{
  border-bottom:1px solid #ff6600;
  color:#ff6600;
  background:url(../images/style_picturered/add_cart_big_hover.png) no-repeat right;}

/********************************/
/**Login module******************/
/*****************

.moduletable-identif{
  background-color:#fff;
  padding:8px;
  border:1px solid #dcdcdc;
  margin:15px 0px;
  color:#333;
  }

.moduletable-identif h3{
  padding-bottom:5px;
  margin-bottom:10px;
  color:#000;
  background:url(../images/style_picturered/underline.png) repeat-x bottom;
  height:20px;
  text-transform: uppercase;
  }
  
.moduletable-identif input{
  margin-top:5px;
  margin-bottom:5px;}
  
.moduletable-identif .button{margin-top:10px;
  background-color:transparent;
  border-bottom:1px solid #000;
  padding-bottom:3px;
  color:#000;
  cursor:pointer;
  font-weight:normal;
  *padding:0px;
  background:url(../images/style_picturered/button.png) no-repeat right;
  padding-right:28px;}
  
  
.moduletable-identif .button:hover{margin-top:10px;
  background-color:transparent;
  border-bottom:1px solid #ff6600;
  padding-bottom:3px;
  cursor:pointer;
  font-weight:normal;
  *padding:0px;
  color:#ff6600;
  background:url(../images/style_picturered/button_hover.png) no-repeat right;
  padding-right:28px;}

.moduletable-identif li a{
  font-size:11px;
  color:#666;}

.moduletable-identif li a:hover{
  font-size:11px;
  color:#000;}
  
  
******** login module -end ***************/

/*************************/  
/*Curency switcher module*/
/*************************/
/*
.moduletable-switch{
  background-color:#fff;
  padding:8px;
  border:1px solid #dcdcdc;
  margin:15px 0px;
  color:#333;
  }

.moduletable-switch h3{
  padding-bottom:5px;
  margin-bottom:10px;
  color:#000;
  background:url(../images/style_picturered/underline.png) repeat-x bottom;
  height:20px;
  text-transform: uppercase;
  }
*/

.hikashop_currency_module{
  border:1px solid #dcdcdc;}

/*special code ie7*/
.hikashop_currency_module{
  *border:none;}
/*special code ie7 - end*/
  
  
.hikashop_currency_module select{
  width:100%;
  height:20px;}

.hikashop_currency_module .inputbox{
  border:none;}
.hikashop_currency_module .inputbox:hover{
  border:none;}


/*************************/
/*****My cart module*******/
/*************************/
/*
.moduletable-cart{
  background-color:#fff;
  padding:8px;
  border:1px solid #dcdcdc;
  margin:15px 0px;
  color:#333;
  }
  
.moduletable-cart h3{
  padding-bottom:5px;
  margin-bottom:10px;
  color:#ff6600;
  background:url(../images/style_picturered/underline.png) repeat-x bottom;
  height:20px;
  text-transform: uppercase;
}
*/

#hikashop_cart_module .row0{
  background:#e9e9e9;}
#hikashop_cart_module .row1{
  background:#f5f5f5;}
#hikashop_cart_module .row0:hover{
  background:#e2e2e2;}
#hikashop_cart_module .row1:hover{
  background:#e2e2e2;}  

#hikashop_cart_module{
  font-size:11px;
  text-align:center;}
  
#hikashop_cart_module table{
  text-align:center;}

#hikashop_cart_module .hikashop_product_price{
  color:#ff6600;
  font-size:12px;
  font-style:italic;
  }
  
#hikashop_cart_module .hikashop_product_quantity_field{
  border:1px solid #aaa;
  width:18px;
  text-align:center;
  margin-right:0px;
  float:none;}
  
.hikashop_cart .hikashop_cart_module_product_name_title{
padding-bottom:10px;
padding-top:3px;}

.hikashop_cart .hikashop_cart_module_product_quantity_title{
padding-bottom:10px;
padding-top:3px;}

.hikashop_cart .hikashop_cart_module_product_price_title{
padding-bottom:10px;
padding-top:3px;}

.hikashop_cart .hikashop_cart_module_product_total_title{
font-weight:bold;}

.hikashop_cart hr{
  background-color:#ccc;
  height:1px;}

#hikashop_cart_module .hikashop_cart_module_product_name_value a{
  color:#555;}
#hikashop_cart_module .hikashop_cart_module_product_name_value a:hover{
  color:#000;}

  
#hikashop_cart_module .hikashop_product_price_full{
  padding-top:7px;}
  
#hikashop_checkout_page .hikashop_product_price_full{
  text-align:right;
  margin-right:10px;}


#hikashop_cart_module span.hikashop_product_price {
  white-space: normal;
  }

.hikashop_cart_module_product_delete_value img{
  display:none;}
.hikashop_cart_module_product_delete_value a{
  background-image:url(../images/style_picturered/delete2.png);
  background-repeat:no-repeat;
  display:block;
  margin:auto;
  height:13px;
  width:13px;}
  
#hikashop_cart_module thead tr{
  border-bottom:2px dotted #ff6600;}
  
/********************************/
/**Categories of products module*/
/********************************/
/*
.moduletable-cat{
  background-color:#fff;
  padding:8px;
  border:1px solid #dcdcdc;
  margin:15px 0px;
  color:#333;
  }

.moduletable-cat h3{
  padding-bottom:5px;
  margin-bottom:10px;
  color:#000;
  background:url(../images/style_picturered/underline.png) repeat-x bottom;
  height:20px;
  text-transform: uppercase;
}
*/
.hikashop_module  .pane-sliders .content{
  background-color:#f5f5f5;}

.hikashop_module .hikashop_module{
  border: none;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-align: left;
}

.hikashop_module .hikashop_category_list .hikashop_category_list_item{
  padding-top:8px;}

.hikashop_category_list_item, .hikashop_product_list_item {
    float: none;}
  
.hikashop_module .hikashop_category_list .hikashop_category_list_item a{
  color:#666;
  font-size:12px;
  font-weight:normal;
  padding-left:20px;
  margin:5px 20px 0px 0px;
}
  
.hikashop_module .hikashop_category_list .hikashop_category_list_item a:hover{
  font-size:12px;
  color:#ff6600;
  padding-left:20px;
  text-decoration:none;s
  }

.hikashop_module  .jpane-toggler-down {
    border-bottom: 1px solid #ccc;}

.hikashop_module .pane-sliders .panel h3 {
  background-color:#e9e9e9;
  color:#4c4c4c;
  font-weight:normal;}
  
.hikashop_module .pane-sliders .panel {
  border:none;
  margin-bottom:1px;}

.hikashop_module .jpane-toggler span a{
  color:#fff;}
.hikashop_module .jpane-toggler span a:hover, .hikashop_module .jpane-toggler span a:active, .hikashop_module .jpane-toggler span a:focus, .hikashop_module .title .jpane-toggler-down{
  color:#17c4e4;}

  
.hikashop_module .jpane-toggler-down span{
  background: url(../images/style_picturered/cat_arrow_down.png) no-repeat left;
  padding-left:20px;
  color:#4B4B4B;
  font-weight:normal;}
  
.hikashop_module .jpane-toggler span{
  background: url(../images/style_picturered/cat_white_arrow.png) no-repeat left;
  padding-left:20px;
  color:#fff;
  font-weight:normal;
  color:#4b4b4b;}
  


/***************************/
/**Latest products module**/
/***************************/

.moduletable-latest-products{
  background-color:#fff;
  padding:10px;
  border:1px solid #DCDCDC;
  margin:15px 0px;
  }
.moduletable-latest-products h3{
  background: url("../images/style_picturered/underline.png") repeat-x scroll center bottom transparent;
    color: #666;
    height: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.hikashop_submodules{
  padding:0px;}
  
.hikashop_module .hikashop_product_name a{
  color:#000;
  }
  
.hikashop_module .hikashop_product_name a:hover{
  text-decoration:underline;}
  
.hikashop_module .hikashop_product_price{
  color:#fff;
  font-weight:bold;}
  
.hikashop_module .hikashop_product_price_full .hikashop_product_price{
  color:#ff6600;
  font-size:16px;}
  
  
/*************************/  
/*featured products module*/
/*************************/
.moduletable-featured-products{
  background-color:#fff;
  padding:10px;
  border:1px solid #DCDCDC;
  margin:15px 0px;
  }

.moduletable-featured-products h3{
  background: url("../images/style_picturered/underline.png") repeat-x scroll center bottom transparent;
    color: #666;
    height: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
}



/***************************/
/*related products**********/
/**************************/
.hikashop_module .hikashop_category_information h1{
  padding-bottom:5px;
  margin-bottom:10px;
  border-bottom: 2px dotted #ff6600;
  color:#ff6600;
  font-size:16px;}


/***************************/
/*products display in div */
/**************************/

.hikashop_product_name{
  color:#ff6600;
  font-family: "Times New Roman",Times,serif;
    font-size: 14px;
    font-style: italic;}

.hikashop_product_name a{
  color:#ff6600;
  font-family: "Times New Roman",Times,serif;
    font-size: 14px;
    font-style: italic;}
  
.hikashop_subcontainer .hikashop_product_price_full{
  margin-bottom:0px;}  
  
span .hikashop_product_price{
    color: #ff6600;
    font-family: "Times New Roman",Times,serif;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;}


.hikashop_category_information h1{
  padding-bottom:5px;
  margin-bottom:10px;
  color:#000;
  background:url(../images/style_picturered/underline.png) repeat-x bottom;
  height:20px;
  font-size:14px;
  text-transform: uppercase;
  }
  
.hikashop_category_description_content{
  margin-bottom:20px;
  color:#000;}

.hikashop_product_right_part{
  border-left:1px solid #ddd;
  padding-left:20px;
  width:40% !important;} /* width:50%;}*/
  
.hikashop_product_right_part br{
  display:none;}

.hikashop_product_left_part{
  width:40% !important;} /* width:45%;}*/
  
#hikashop_product_right_part .hikashop_vote_stars{
  margin:0px;}
  
#hikashop_product_right_part .hikashop_product_quantity_main{
  padding:5px;
  margin-top:10px;}

  
  
/***************************/
/*products display in table*/
/**************************/

.hikashop_products_table{
  background-color:#fff;
  border:1px solid #ddd;
  text-align:center;
  margin-top:5px;}
  
.hikashop_products_table .hikashop_cart_input_button{
  background: url("../images/style_picturered/add_cart_big.png") no-repeat scroll right center transparent;
    border-bottom: 1px solid #000000;
    color: #000000;
    cursor: pointer;
    font-weight: normal;
    margin-top: 10px;
    padding-bottom: 3px;
    padding-right: 28px;}
  
.hikashop_products_table .hikashop_cart_input_button:hover{
  background: url("../images/style_picturered/add_cart_big_hover.png") no-repeat scroll right center transparent;
    border-bottom: 1px solid #ff6600;
    color:#ff6600;}
  
.hikashop_products_table thead tr{
  background-color:#333;
  color:#fff;}
  
.hikashop_products_table thead .hikashop_product_name{color:#fff;}
.hikashop_products_table thead .hikashop_product_add_to_cart{color:#fff;}

.hikashop_products_table .hikashop_product_image{
  background-color:#333;}
  
.hikashop_product_image_row .hikashop_product_image{
  background-color:#fff;}

.hikashop_products_listing thead{
  color:#000;
  font-size:14px;}
  
.hikashop_products_listing td{
  border-bottom: 1px dashed #cccccc;}
  
.hikashop_product_add_to_cart_row{
  padding-right:20px;
  padding-left:20px;
  }
.hikashop_product_price_row{
  padding:0px 20px;}

.hikashop_product_name_row{
  padding:0px 20px;}
  
.hikashop_product_image_row{
  padding:5px 20px;}
  
/***************************/
/*products display in list*/
/**************************/

.hikashop_product_name_in_list{
  color:#ff6600;
  text-align:center;}
.hikashop_product_name_in_list:hover{
  color:#ff6600;}
.hikashop_product_list span.hikashop_product_price_full{
  text-align:center;}
  
.hikashop_product_list_item{
  background-color:#fff;
  margin:2px;
  text-align:center;
  padding-top:5px;
  border-color:#dcdcdc #ccc #ccc #dcdcdc;
  border-style:solid;
  border-width:1px;}
  
.hikashop_product_list_item:hover{
  border-color:#bbb #999 #999 #bbb;
  border-style:solid;
  border-width:1px;}  
  
  
.hikashop_products a.hikashop_cart_button, .hikashop_products a.hikashop_cart_button:hover{
  margin:auto;
  margin-bottom:5px;
  }
  
.hikashop_product_list_item .hikashop_product_stock .hikashop_cart_input_button{
  margin-top:10px;
  background-color:transparent;
  border:none;
  padding:0px;
  font-size:12px;
  color:#000;
  cursor:pointer;
  font-weight:normal;
  *padding:0px;
  background:url(../images/style_picturered/add_cart.png) no-repeat right;
  padding-right:25px;}
  
.hikashop_product_list_item .hikashop_product_stock .hikashop_cart_input_button:hover{  
  margin-top:10px;
  background-color:transparent;
  border:none;
  padding:0px;
  font-size:12px;
  color:#ff6600;
  cursor:pointer;
  font-weight:normal;
  *padding:0px;
  background:url(../images/style_picturered/add_cart_hover.png) no-repeat right;
  padding-right:25px;}
  

/***************************/
/*********product page******/
/**************************/


/*********************************************************************************************************************/
/*DISPLAY OF PRODUCTS - if you want to configure yourself your products in the Back-end of HikaShop, delete this code*/
/*********************************************************************************************************************/

.hikashop_container{
  margin:0px !important;}

.hikashop_subcontainer{
  background-color:#fff !important;
  margin:2px !important;
  border:none !important;
  border-radius:0px !important;
  border-right: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  border-left: 1px solid #dcdcdc !important;
  border-top: 1px solid #dcdcdc !important;}
.hikashop_subcontainer:hover{
  background-color:#fff!important;
  margin:2px !important;
  border:none !important;
  border-radius:0px !important;
  border-color: #bbb #999 #999 #bbb !important;
    border-style: solid !important;
    border-width: 1px !important;}
  
  
/*********************************************************************************************************************/
/*DISPLAY OF PRODUCTS - end*******************************************************************************************/
/*********************************************************************************************************************/


.hikashop_subcontainer br{
  display:none;}

  
#hikashop_small_image_div{
  margin:5px;
  margin-bottom:20px;}

.hikashop_product_image{
  background-color:#fff;
  margin: 5px 10px 10px 10px;}

#hikashop_product_top_part{
  margin-bottom:20px;
  padding:2px 0px;
}
#hikashop_product_top_part h1{
  padding-bottom:5px;
  margin-bottom:10px;
  font-size:12px;
  color:#000;
  background:url(../images/style_picturered/underline.png) repeat-x bottom;
  height:20px;
  text-transform: uppercase;}


.hikashop_product_quantity_field{
  color: #000000;
    margin-right: 15px;
    padding: 2px;
    text-align: center;}
  
.hikashop_product_quantity_field_change{
  margin-right:15px;
  text-align:center;
  color:#fff;
  font-weight:bold;
  font-size:12px;}
  
#hikashop_product_quantity_field_change_plus{
  width:11px;
  height:11px;
  display:block;
  background: url(../images/style_picturered/plus.png) no-repeat;
  text-indent:-8000px}
  
#hikashop_product_quantity_field_change_plus:hover{
  background: url(../images/style_picturered/plus_hover.png) no-repeat;}
  
#hikashop_product_quantity_field_change_minus{
  width:11px;
  height:11px;
  display:block;
  background: url(../images/style_picturered/minus.png) no-repeat;
  text-indent:-8000px}
#hikashop_product_quantity_field_change_minus:hover{
  background: url(../images/style_picturered/minus_hover.png) no-repeat;}
  
.hikashop_product_page .hikashop_product_price_full{
  text-align:left;
  font-size:14px;
  margin:0px;}
  
#hikashop_product_description_main{
  padding-top:10px;
  padding-bottom:20px;
  color:#000;
  text-align:justify;}
  
.hikashop_product_characteristics_table select{
  width:100%;}
  
/*Special code IE7*/
#form-login .input .button{
  *width:inherit;}
/*Special code IE7 - end*/

/*previous next buttons */

.hikashop_previous_product{
  background: url(../images/style_picturered/previous.png) no-repeat;
  height:16px;
  width:16px;}
.hikashop_previous_product:hover{
  opacity:0.6;}

.hikashop_next_product{
  background: url(../images/style_picturered/next.png) no-repeat;
  height:16px;
  width:16px;}
.hikashop_next_product:hover{
  opacity:0.6;}


/************************/
/*product with options */
/************************/

.hikashop_product_options_table{
  border:1px solid #ddd;
  padding:10px;
  padding-right:5px;}

.hikashop_product_options_table td{
  padding:2px 10px 2px 0px;}

/*Special code IE7*/
.hikashop_option_name{
  *margin-left:20px;}
/*Special code IE7 - end*/

.hikashop_product_options_table .hikashop_option_info_link {
  padding-left:10px;}

.hikashop_product_options_table select{
  width:100%}
  
/*Special code IE7*/
.hikashop_product_options_table select{
  *width:310px;}
/*Special code IE7 - end*/
  
.hikashop_product_price_with_options_main{
  color: #ff6600;
    font-family: times New Roman;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin-right: 30px;}


/*******Compare table***********/

.hikashop_compare_table{
  border:none;}
  
.hikashop_compare_table .hikashop_product_compare_custom_separator{
  background-color:#333;}
  
.hikashop_product_custom_name{
  font-weight:bold;
  color:#000;}
  
.hikashop_product_compare_custom_separator td{
  padding-right:10px;
  padding-left:10px;}

.hikashop_product_compare_custom_separator .hikashop_product_custom_name label{
  color:#fff;}
  
.hikashop_compare_page h1{
  color: #ff6600;
    font-size: 14px;
    text-align: center;
  padding-bottom:10px;
  border:none;
  background:url("../images/style_picturered/underline.png") repeat-x scroll center bottom transparent}
  
.hikashop_compare_page .hikashop_product_name_main{
  padding-bottom:5px;
  color:#000;}
  
.hikashop_compare_page  .hikashop_product_stock table{
  margin:auto;
  margin-top:10px;}
  
#hikashop_compare_tr_cart .hikashop_compare_cart_prod_column{
  margin-bottom:20px;
  text-align:center;}
  
.hikashop_before_taxe{
  font-size:11px;
  font-weight:normal;}

  
.hikashop_compare_table .hikashop_product_quantity_field_change{
  margin-right:5px;}

.hikashop_compare_table .hikashop_product_quantity_field{
  margin-right:5px;}
  
  
.hikashop_compare_details_prod_column{
  padding:10px;
  white-space:normal;
  border:none;
  background:url("../images/style_picturered/underline.png") repeat-x scroll center bottom transparent}
  
.hikashop_compare_table #hikashop_main_image_thumb_div{
  margin:0px;
  border:none;}
  
.hikashop_compare_table #hikashop_main_image{
  display:block !important;
  margin:auto;}
  
.hikashop_compare_custom_prod_column{
  border-bottom:1px solid #ccc;
  background-color:#fff;
  padding-left:10px;
  height:20px;}
  
.hikashop_compare_custom_prod_column:hover{
  background-color:#f5f5f5;}
  
.hikashop_compare_page .hikashop_product_stock{
  color:#C30;
  padding-bottom:10px;
  margin-bottom:10px;
  border:none;}

.hikashop_product_compare_custom_separator .hikashop_product_custom_value{
  color:#fff;}
  
.hikashop_product_custom_value{
  color:#000;}
  
.hikashop_compare_custom_first_column{
  background-color:#f5f5f5;
  color:#333;
  padding-left:3px;
  padding-right:3px;
  text-align:center;
  }

/**********compare product button*************/

a.hikashop_compare_button{
  outline:none;
  background-color:transparent;
  color:#535353;
  border:none;
  background:url(../images/style_picturered/compare.png) no-repeat right;
  display:inline-block;
  margin-bottom:5px;
  padding:5px 28px 1px 0px;
  }
  
a.hikashop_compare_button:hover{
  outline:none;
  background-color:transparent;
  color:#ff6600;
  border:none;
  background:url(../images/style_picturered/compare_hover.png) no-repeat right;
  display:inline-block;
  margin-bottom:5px;
  padding:5px 28px 1px 0px;}

a.hikashop_cart_button{
  background-image:none;
  background-color:#ff6600;
  padding:2px;
  color:#fff;
  outline:0px;
  text-transform: lowercase;
  }
  
a.hikashop_cart_button:hover{
  background-image:none;
  background-color:#ff6600;
  padding:2px;
  color:#fff;
  outline:0px;
  text-transform: lowercase;}
  
.hikashop_compare_button{
  text-transform: lowercase;}
  
a.hikashop_cart_button, a.hikashop_cart_button:hover{
  border:none;
  padding:2px;
  display:block;
  white-space:normal;
  }


/*custom fields display on product*/
  #hikashop_product_custom_info_main{
    margin-top:20px;}
    
  #hikashop_product_custom_info_main td{
    border-bottom:1px solid #ccc;}
    
  #hikashop_product_custom_info_main h4{
    color:#666;
    font-size:12px;}
    
    
/*Filter on product page*/

.hikashop_filter_fieldset{
  border:1px solid #ddd;
  background-color:#fff;
  padding:10px;
  color:#333;
  margin:0px;
  }
  
.hikashop_filter_module select{
  border:1px solid #ccc;}

.hikashop_filter_module .hikashop_filter_main_div{
  border:none;}
  
.hikashop_filter_module div{
  float:none;}

  
.hikashop_filter_fieldset legend{
  color:#000;
  margin-right:5px;
  font-weight:bold;
  padding:0px 3px}
  
.hikashop_filter_fieldset div{
  height:100% !important;}
  
.hikashop_filter_checkbox input{
  margin-right:10px;}
  
.hikashop_filter_fieldset select{
  border:1px solid #ccc;}
  
.hikashop_filter_fieldset span{
  margin-top:10px;}
  
.hikashop_filter_title {
  color:#888;
  font-weight:bold;
  display:block;}
  
.hikashop_filter_list_selected{
  margin-right:5px;
  margin-left:5px;}



/*previous next buttons */

.hikashop_previous_product{
  background: url(../images/style_picturered/previous.png) no-repeat;
  height:14px;
  width:14px;
  margin:5px 0px;}
.hikashop_previous_product:hover{
  opacity:0.7;}

.hikashop_next_product{
  background: url(../images/style_picturered/next.png) no-repeat;
  height:14px;
  width:14px;
  margin:5px 0px;}
.hikashop_next_product:hover{
  opacity:0.7;}


/*control pannel*/
  
#hikashopcpanel div.icon a:hover{
  border: 1px solid #ccc;
  background-color:#f5f5f5;
  text-decoration:underline;
  color:#000;}
  
  
#hikashopcpanel div.icon a{
  border: 1px solid #ddd;
  background-color:#fff;
  color:#333;}


.hikashop_cpanel_title h1{
  padding-bottom:5px;
  margin-bottom:10px;
  color:#000;
  background:url(../images/style_picturered/underline.png) repeat-x bottom;
  height:20px;
  font-size:14px;
  text-transform: uppercase;}


/****Vote and comment (module)******/

/* Vote & Comment & Useful comment */
.hikashop_vote_notification{
  display:inline;
  color:grey;
}

.hikashop_product_right_part .ui-rating{
  margin-bottom:10px;}

.hikashop_comment_textarea{
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  color:#333;
  border-radius:0px;
}

.hikashop_comment_textarea:hover, .hikashop_comment_textarea:focus{
  background-color:#fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;}
  
  
#hikashop_product_vote_form input{
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  color:#333;
  border-radius:0px;}
  
#hikashop_product_vote_form input:hover, #hikashop_product_vote_form input:focus{
  background-color:#fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;}


.hikashop_vote_listing{
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  background-color:#f5f5f5;
  color:#333333;
}

.hikashop_vote_listing:hover{
  background-color:#ebebeb;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  color:#000;}

.hikashop_vote_listing_comment{
  background-color:white;
  color:#333;
}

.hikashop_vote_listing_notification{
  color:#ffffff;
}

#hikashop_product_vote_form table{
  color:#666;}
  
.hikashop_vote_stars{
  width:150px;
  margin:auto;}
  

#hikashop_product_vote_form .button{
  margin-top:10px;
  background-color:transparent;
  border:none;
  border-bottom:1px solid #000;
  padding-bottom:3px;
  color:#000;
  cursor:pointer;
  font-weight:normal;
  *padding:0px;
  background:url(../images/style_picturered/button.png) no-repeat right;
  padding-right:28px;
}

#hikashop_product_vote_form .button:hover{
  border:none;
  border-bottom:1px solid #ff6600;
  color:#ff6600;
  background:url(../images/style_picturered/button_hover.png) no-repeat right;}

/***********************************/
/*********categories listing*******/
/***********************************/

  
.hikashop_subcategories_listing .hikashop_category_name a{
    color: #666;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 4px;}
.hikashop_subcategories_listing .hikashop_category_name a:hover{
    color: #ff6600;}
  
.hikashop_subcategories_listing ul{
  margin-bottom:10px;}


/*****************************************/
/*********categories display in div*******/
/****************************************/

  
.hikashop_category .hikashop_category_right_part .hikashop_category_name a{
  color: #000;
    display: block;
    margin-bottom: 10px;}
  
.hikashop_category .hikashop_category_right_part .hikashop_category_name a:hover{
  color: #ff6600;}
  
.hikashop_subcategories_listing .hikashop_subcontainer{
  padding-right:10px;}
  
/*****************************************/
/*********categories display in list*******/
/****************************************/

.hikashop_category_list_item a{
  color:#000;
  background:url(../images/style_picturered/list_arrow.png) no-repeat left;
  padding-left:20px;}

.hikashop_category_list_item a:hover{
  color:#ff6600;}
  


/*****************************************/
/*********Checkout page******************/
/****************************************/

.hikashop_checkout_login_right_part{
  width:420px;}
  
.hikashop_checkout_page{
  background-color:#fff;
  padding:10px;}
  
#hikashop_checkout_cart{
  border:1px solid #ddd;}
#hikashop_checkout_cart br{
  display:none;}
  
.hikashop_checkout_page .hikashop_checkout_login_left_part a{
  font-size:11px;
  color:#666;}
.hikashop_checkout_page .hikashop_checkout_login_left_part a:hover{
  color:#000;}
  
.hikashop_checkout_login_left_part ul{
  padding-top:8px;}
  
.hikashop_checkout_page h1{
  padding-bottom:5px;
  border-bottom: 1px solid #ccc;
  color:#000;
  font-size:13px;
  margin-top:10px;
  }
  
.hikashop_checkout_login_left_part .input{
  margin-right:15px;
  margin-top:20px;
  padding-bottom:10px;
  border:1px solid #ddd;
  padding-left:10px;
  background-color:#fff;
}
.hikashop_checkout_login_left_part .input h2{
  border-bottom: 1px solid #000000;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-right: 10px;
    padding-bottom: 5px;
    padding-top: 10px;
}

#com-form-login-username{
  margin-bottom:5px;}
#com-form-login-username label{
  font-size:14px;
  color:#666;}
  
#com-form-login-password{
  margin-bottom:5px;}
#com-form-login-password label{
  font-size:14px;
  color:#666;}

#com-form-login-remember label{
  font-size:14px;
  color:#666;}
  
  
.hikashop_checkout_login_right_part .input{
  background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin-right: 8px;
  margin-top:20px;
    padding-bottom: 10px;
    padding-left: 10px;}

.hikashop_checkout_login_right_part .input h2{
  border-bottom: 1px solid #000000;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-right: 10px;
    padding-bottom: 5px;
    padding-top: 10px;}
  
.hikashop_checkout_login_right_part select{
  border:1px solid #ccc;}
  
.hikashop_product_quantity_field{
  border:1px solid #ccc;}
  
.hikashop_contentpane td{
  padding-top:5px;
  font-size:14px;
  color:#666;
  }

#address_state{
  width:135px;}
  
#address_country{
  width:135px;}
  
.hikashop_checkout_page #address_title{
  border:1px solid #ccc;
  color:#333;
  }
  
#hikashop_checkout_address_billing_only #hikashop_checkout_billing_address table{
  background-color:#FFF;
  padding:5px;
  margin:5px;
  border:1px solid #E7E7E7;
  text-align:center;
  font-size:12px;}
  
#hikashop_checkout_address_billing_only .hikashop_checkout_billing_address_info{
  padding-right:5px;
  padding-left:5px;}
  
#hikashop_checkout_address_billing_only legend{
  font-size:16px;
  color:#167e93;
  font-weight:bold;}
  
#hikashop_checkout_page #hikashop_payment_methods{
  margin-top:15px;}

#hikashop_checkout_page .hikashop_checkout_payment_image{
  padding:10px;
  white-space:nowrap;}
  
#hikashop_checkout_page .hikashop_payment_methods_table td{
  font-size:12px;}
#hikashop_checkout_page #hikashop_checkout_status{
  font-size:12px;
  display:block;}


#hikashop_checkout_shopping_button{
  float:none;}

  
#hikashop_checkout_login_right_part .hikashop_registration_address_info_line td{
  border-bottom: 1px solid #000000;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
  margin-bottom:20px;}

.hikashop_registration_required_info_line td{
  font-style:italic;
  font-size:12px;}
  
span.hikashop_checkout_cart_taxes{
  color:#ff6600;}

.hikashop_checkout_cart tr{
  text-align:center;}
  
#hikashop_checkout_cart tfoot tr{
  text-align:right}  

  
/*********Billing address / shipping address**************/

#hikashop_checkout_page .hikashop_checkout_address_left_part{
  margin-top:15px;
  margin-bottom:10px;
  margin-right:10px;
  width:304px;}

#hikashop_checkout_page .hikashop_checkout_address_left_part legend{
  border-bottom: 1px solid #CCCCCC;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 5px;
  }
  
#hikashop_checkout_page .hikashop_checkout_address_right_part{
  width:304px;
  margin-top:15px;}
  
#hikashop_checkout_page .hikashop_shipping_methods{
  margin-top:15px;}

#hikashop_checkout_page .hikashop_checkout_address_right_part legend{
  border-bottom: 1px solid #CCCCCC;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 5px;}
  
#hikashop_checkout_page .hikashop_shipping_methods legend{
  border-bottom: 1px solid #CCCCCC;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 5px;}

#hikashop_checkout_page .hikashop_checkout_address_left_part table{
  background-color:#FFF;
  padding:10px;
  border:1px solid #ddd;
  text-align:center;
  font-size:12px;
  margin-bottom:10px;
  }
  
#hikashop_checkout_page .hikashop_checkout_address_right_part table{
  background-color:#FFF;
  padding:10px;
  border:1px solid #ddd;
  text-align:center;
  font-size:12px;
  margin-top:5px;
  margin-bottom:10px;
  }

#hikashop_checkout_page  .hikashop_shipping_methods tr{
  border-bottom: 1px solid #ff6600;
  }
#hikashop_checkout_page  .hikashop_shipping_methods td{
  padding:5px;
  border-bottom:1px solid #E7E7E7;
  color:#444}

#hikashop_shipping_methods table{
  border:1px solid #ddd; 
  background-color:#fff;}

.hikashop_checkout_shipping_name{
  color:#000;
  font-weight:bold;}
  
.hikashop_checkout_payment_name{
  color:#000;
  font-weight:bold;}
.hikashop_checkout_payment_name:hover{
  color:#ff6600;}

  
#hikashop_payment_methods .hikashop_payment_methods_table .row0 td{  padding:5px; border-bottom: 1px solid #E7E7E7;}
#hikashop_payment_methods .hikashop_payment_methods_table .row1 td{  padding:5px; border-bottom: 1px solid #E7E7E7;}

#hikashop_checkout_address_left_part .row0{
  background-color:#fff;}
#hikashop_checkout_shipping_div .row0{
  background-color:#fff;}


/******pay with credit card*/
#hikashop_credit_card_creditcard_2{
  background-color:#fbfbfb;
  border:1px solid #e0e0e0;}

#hikashop_credit_card_creditcard_2 input{
  border:1px solid #e0e0e0;}
#hikashop_credit_card_creditcard_2 input:hover{
  border:1px solid #ccc;}
  
.hikashop_credit_card input{
  border-color: #b7acac #ff6600 #ff6600 #b7acac;
    border-right: 1px solid #ff6600;
    border-style: solid;
    border-width: 1px;}
  
.hikashop_credit_card input:hover{
  border-color: #e75757 #ae001d #ae001d #e75757;
    border-style: solid;
    border-width: 1px;}

/************enter your coupon**********/
#hikashop_checkout_coupon_input{
  border: 1px solid #DDDDDD;
    margin:0px 10px;
    padding: 3px;
}
  
#hikashop_checkout_coupon_input:hover{
  border: 1px solid #bbb}
  
.hikashop_checkout_coupon{
  font-size:12px;
  color:#333;
  border:1px solid #ddd;
  padding:5px;
  display:inline-block;
  margin:5px 0px;}

/*****************payment methode*************/
.hikashop_payment_methods legend{
  border-bottom: 1px solid #CCCCCC;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 5px;}

.hikashop_checkout_cart{
  margin-top:20px;
  padding-bottom:20px;
  background-color:#fff;}

  
.hikashop_checkout_cart .hikashop_product_price{
  font-size:12px;
  color:#ff6600;
  font-weight:bold;}
  

.hikashop_checkout_cart .hikashop_checkout_cart_shipping{
  color: #ff6600;
    font-family: times New Roman;
    font-size: 12px;
    font-style: italic;
  margin-right:12px;}


.hikashop_checkout_cart .hikashop_cart_product_name a{
  font-size:12px;
  text-align:left;
  color:#000;
  }
.hikashop_checkout_cart .hikashop_cart_product_name a:hover{
  text-decoration:underline;
  }


.hikashop_checkout_cart tbody .hikashop_product_price{
  font-weight:normal;
  white-space:normal;
  }
  
.hikashop_cart_total_title hikashop_cart_title{
  background-color:#F0F;}
  
.hikashop_checkout_cart tfoot hr{
  border-bottom:1px solid #999;
  margin-bottom:10px;
}

.hikashop_before_taxe{
  white-space:nowrap;}

.hikashop_checkout_cart .hikashop_cart_total_title{
  padding-top:10px;
  font-size:12px;}
  
.hikashop_checkout_cart .hikashop_cart_total_value{
  padding-top:10px;
  font-size:12px;}

.hikashop_checkout_cart .hikashop_checkout_cart_final_total{
  color:#ff6600;
    font-family: times New Roman;
    font-size: 12px;
    font-style: italic;
  margin-right:10px;
  }

#hikashop_payment_methods .hikashop_payment_methods_table{
  border:1px solid #ddd;
  background-color:#fff;}


#hikashop_checkout_page .hikashop_cart_title{
  background-color:#fff;
  border-bottom:1px solid #ff6600;
  padding:5px;}


/*************row*************/
.row0{
  background-color:#f5f5f5}
.row0:hover{
  background-color:#fff;}
.row1{
  background-color:#eee;}
.row1:hover{
  background-color:#fff;}
.row2{
  background-color:#f5f5f5;}
.row2:hover{
  background-color:#fff;}  
.row3{
  background-color:#eee;}
.row3:hover{
  background-color:#fff;}
  
/**********row end**********/
  
#hikashop_checkout_page #hikashop_checkout_cart .row0 td{  padding:5px; border-bottom: 1px solid #E7E7E7;}
#hikashop_checkout_page #hikashop_checkout_cart .row1 td{  padding:5px; border-bottom: 1px solid #E7E7E7;}

.hikashop_cart_product_image_thumb img{
  display:block !important;
  margin:auto;}

#hikashop_checkout_page thead .hikashop_cart_title{
  background-color:#333;
  color:#fff;}

/***************************************************billing address*/
.hikashop_checkout_billing_address{
  border:1px solid #e7e7e7;
  background-color:#d9d0d0;
  margin-top:10px;
  margin-right:10px;
  padding-left:10px;
  padding-right:10px;
  padding-top:5px; 
  padding-bottom:5px;
  }
  
.hikashop_checkout_billing_address legend{
  font-size:12px;
  padding-bottom:5px;}

/****************************************billing adress - popup*/

#sbox-content .sbox-content-iframe h1{
  color:#F0F;}

#hikashop_address_form_span_iframe{
  padding:10px;
  margin:10px;
  border: 1px solid #dcdcdc;
  background-color:#fff;}

#hikashop_address_form_span_iframe #address_title{
  border:1px solid #ddd;
  width:138px;
  margin-bottom:5px;}  
  
#hikashop_address_form_span_iframe #address_country{
  border:1px solid #ddd;
  width:138px;
  margin-bottom:5px;}  
  
#hikashop_address_form_span_iframe #address_state{
  border:1px solid #ddd;
  width:138px;
  margin-bottom:5px;}  

#hikashop_address_form_span_iframe .inputbox{
  border:1px solid #e7e7e7;
  margin-bottom:5px;}

#hikashop_address_form_span_iframe .key label{
  font-size:12px;
  color:#666;}
  
#hikashop_address_form_span_iframe .hikashop_cart_input_button{
  margin-top:10px;}
  
#hikashop_checkout_page .hikashop_cart_title{
  border:none;
  padding-bottom:5px;
  padding-top:5px;}
  

#hikashop_checkout_status{
  border:1px solid #ddd;
  padding:15px;}

#hikashop_banktransfer_end{
  border:1px solid #ddd;
  padding:15px;}

  
/*************checkout workflow***************/

#hikashop_cart_bar{
  margin-bottom:40px;}

.hikashop_cart_bar{
    background:url(../images/style_picturered/underline.png) repeat-x;
  padding:0px;}
  
#hikashop_checkout_page .hikashop_cart_step.hikashop_cart_step_current{
  background:url(../images/style_picturered/checkout2.png) no-repeat;
  }

#hikashop_checkout_page .hikashop_cart_step.hikashop_cart_step_current span{
  color:#ff6600;
  font-weight:bold;}

.hikashop_cart_step{
  background:url(../images/style_picturered/checkout3.png) no-repeat;
  padding-top:4px;}
  
#hikashop_checkout_page div.hikashop_cart_step span{
  position:relative;
  top:15px;
  left:0px;f
  font-weight:bold;}
#hikashop_checkout_page div.hikashop_cart_step span a{
  color:#ccc;}
#hikashop_checkout_page div.hikashop_cart_step span a:hover{
  text-decoration:underline;}
  
#hikashop_checkout_page .hikashop_cart_step.hikashop_cart_step_finished{
  background:url(../images/style_picturered/checkout1.png) no-repeat;
  color:#ff6600;}
  
#hikashop_checkout_page .hikashop_cart_step.hikashop_cart_step_finished span a{
  color:#666;
  font-weight:bold;}
  
/**************pagination*********************/


.hikashop_products_pagination .list-footer .limit, .hikashop_subcategories_pagination .list-footer .limit{
  color:#333;
  font-weight:bold; 
  margin-bottom:10px;}
  
.hikashop_products_pagination .list-footer .limit .inputbox, .hikashop_subcategories_pagination .list-footer .limit .inputbox{
  color:#000;}
  
.hikashop_products_pagination .list-footer span.pagenav, .hikashop_subcategories_pagination .list-footer span.pagenav{
  background-color:#ff6600;
  border:1px solid #ff6600;}
  
.hikashop_products_pagination .list-footer a.pagenav:hover, .hikashop_subcategories_pagination .list-footer a.pagenav:hover{
  background-color:#fff;
  color:#000;}
  
.hikashop_products_pagination .list-footer a.pagenav, .hikashop_subcategories_pagination .list-footer a.pagenav{
  background-color:#333;
  color:#fff;
  border:1px solid #666;}
  
.hikashop_products_pagination .list-footer .pagenav, .hikashop_subcategories_pagination .list-footer .pagenav{
  background-color:#ff6600;}
  
.pagenav_previous_chevron{
  display:none;}
.pagenav_next_chevron{
  display:none;}
.pagenav_start_chevron{
  display:none;}
.pagenav_end_chevron{
  display:none;}
  

  
/*control pannel > manage your address*/

#hikashop_address_listing{
  background-color:#fff;
  padding:10px;
  border:1px solid #dcdcdc;
  font-size:18px;}
  
.hikashop_address_listing_item_details{
  color:#000}

  
#hikashop_order_listing fieldset, #hikashop_address_listing fieldset, #hikashop_affiliate_main fieldset{
  border:none;}

#hikashop_address_listing h1{
  border-bottom: 1px solid #CCCCCC;
    color: #666666;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 4px;}
  
#toolbar a{
  font-size:11px;
  color:#000;}
#toolbar a:hover{
  font-size:11px;
  color:#000;
  text-decoration:underline;}
  
.hikashop_address_listing_div{
  margin:auto;
  font-size:12px;
  border-right: 1px solid #b7acac;
  border-bottom: 1px solid #b7acac;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding:10px;
  }
  
/*pop up add a new address*/

#hikashop_address_form_span_iframe .inputbox{
  border:1px solid #ddd;
    margin-right: 5px;
  margin-left: 0px;}
  
#hikashop_address_form_header_iframe{
  border-bottom: 1px solid #DDDDDD;
    color: #333333;
    font-size: 16px;
    margin: 10px;
  padding:0px;}
  
#hikashop_address_form_span_iframe .inputbox:hover{
  border: 1px solid #ccc;
  border-bottom:1px solid #bbb;}

  
#hikashop_address_form_span_iframe .key label{
  color:#000;}
  
#hikashop_address_form_span_iframe td{
  padding-right:20px;}
  

/*******user control pannel > page order*/
  
  
#hikashop_order_listing h1{
  color:#666;
  border-bottom: 1px solid #ccc;
  margin-bottom:20px;
  padding-bottom:4px;
  font-size:16px;}
  

#hikashop_order_listing button{
  background: url("../images/style_picturered/button.png") no-repeat scroll right center transparent;
    border-bottom: 1px solid #000000;
    color: #000000;
    cursor: pointer;
    font-weight: normal;
    margin-top: 10px;
    padding-bottom: 3px;
    padding-right: 28px;}

#hikashop_order_listing button:hover{
  border-bottom:1px solid #ff6600;
  color:#ff6600;
  background:url(../images/style_picturered/button_hover.png) no-repeat right;}
  
  
#hikashop_order_listing .hikashop_no_border{
  border:none;
  background-color:transparent;
  margin:0px;}
#hikashop_order_listing .hikashop_no_border a{
  background-color:#fff;}

#hikashop_order_listing table{
  background-color:#FFF;
  border:1px solid #ddd;
  margin:10px;
  margin-top:5px;
  color:#333;}

#hikashop_order_listing .hikashop_order_number_title{
  font-size:12px;
  color:#fff;}
  
#hikashop_order_listing thead{
  border-bottom:1px solid #ff6600;
  background-color:#d9d0d0;}
#hikashop_order_listing tbody{
  text-align:center;}
#hikashop_order_listing tfoot{
  border-bottom:1px solid #ff6600;
  background-color:#d9d0d0;}
  
#hikashop_order_listing .pagination{
  text-align:center;
  font-size:11px;
  padding-top:20px;
  background-color:#fff;}
  
.hikashop_orders {
    width: 97%;}

.hikashop_orders thead tr{
  background-color: #333;
    color: #FFFFFF;
    height: 26px;
  }
  
.hikashop_orders tr a{
  color:#fff;}
.hikashop_orders tr a:hover{
  text-decoration:underline;}

.hikashop_orders .hikashop_order_number_value a{
  color:#ff6600;}
.hikashop_orders .hikashop_order_number_value a:hover{
  text-decoration:underline;}
  
.hikashop_orders .hikashop_order_status_value .inputbox{
  margin-right:10px;
  margin-bottom:10px;}
  
/*****************event entries on order page*************/
.hikashop_entries_table{
  padding:5px;}

.hikashop_entries_table thead tr{
  background-color:#ff6600;
  color:#fff;
  }
  
.hikashop_order_total_value{
  color:#ff6600;
  font-weight:bold;
  font-style:italic;
  font-family:"Times New Roman", Times, serif;}

.hikashop_entries_table thead tr th{
  padding:3px;}
  
.hikashop_entries_table td{
  text-align:center;}
  
  
.htmlfieldset_entries fieldset{
  border-color: #e75757 #ae001d #ae001d #e75757;
    border-style: solid;
    border-width: 1px;
  margin-top:20px;}
  
.htmlfieldset_entries legend{
  color: #ff6600;
    font-weight: bold;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;}
  

/**************pagination on order page*********************/

.list-footer .limit{
  color:#000;
  font-weight:bold; 
  margin-bottom:10px;}
  
.pagination{
  color:#000;}

.list-footer .counter{
  padding-top:5px;
  padding-bottom:5px;}

.list-footer span.pagenav, .hikashop_subcategories_pagination .list-footer span.pagenav{
  background-color:#ff6600;
  border:1px solid #ff6600;
  color:#fff;
  padding:2px 4px 2px 4px;
  margin-right:5px;}
  
.list-footer a.pagenav:hover, .hikashop_subcategories_pagination .list-footer a.pagenav:hover{
  background-color:#fff;
  border:1px solid #333;
  color:#333;
  text-decoration:none;
  }
  
.list-footer a.pagenav, .hikashop_subcategories_pagination .list-footer a.pagenav{
  background-color:#333;
  border:1px solid #333;
  color:#fff;
  padding:2px 4px 2px 4px;
  margin-right:3px;}
  
.list-footer .pagenav, .hikashop_subcategories_pagination .list-footer .pagenav{
  background-color:#ff6600;}
  
.pagenav_previous_chevron{
  display:none;}
.pagenav_next_chevron{
  display:none;}
.pagenav_start_chevron{
  display:none;}
.pagenav_end_chevron{
  display:none;}
  

/*when you click on an order number (in page order)*/


#hikashop_order_main fieldset{
  background-color:#FFF;}
  
#hikashop_order_main h1{
  border-bottom: 1px solid #CCCCCC;
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 4px;}

#hikashop_order_main a{
  color:#000;
  font-size:11px;}
#hikashop_order_main a:hover{
  text-decoration:underline;
  color:#000;}
  
#hikashop_order_main .inputbox{
  border:1px solid #ff6600;}

#htmlfieldset_billing{
  border:1px solid #ddd;
  padding:10px;}
  
#htmlfieldset_shipping{
  border:1px solid #ddd;
  padding:10px;
  margin-left:10px;}
  
#htmlfieldset_products{
  border-right: 1px solid #b7acac;
  border-bottom: 1px solid #b7acac;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  }
#htmlfieldset_products {
  padding:0px;
  padding-top:10px;}

#htmlfieldset_products legend{
  color:#000;
  font-weight:bold;
  padding-right:5px;
  padding-left:5px;
  margin-left:10px;}
  
#htmlfieldset_billing legend{
  color:#000;
  font-weight:bold;
  padding-right:5px;
  padding-left:5px;}

#htmlfieldset_shipping legend{
  color:#000;
  font-weight:bold;
  padding-right:5px;
  padding-left:5px;}

#hikashop_order_left_part{
  margin-top:10px;
  border:1px solid #ddd;
  background-color:#fff;
  padding:10px;}
  
#hikashop_order_right_part{
  border-color: #EEEEEE #EEEEEE #CCCCCC;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-size: 12px;
    margin: 20px;
    padding: 10px;
  }

#htmlfieldset_products .hikashop_order_shipping_title{
  color:#000;
  text-align:right;}
#htmlfieldset_products .hikashop_order_shipping_value{
  color:#ff6600;
  text-align:right;}


#hikashop_order_main .hikashop_header_buttons table{
  background-color:#FFF;
  border:none;}

#htmlfieldset_products table{
  border:none;
  padding:5px;}
  
#htmlfieldset_products tbody td{
  text-align:center;
  padding-top:3px;
  padding-bottom:3px;}
  
#htmlfieldset_products thead tr{
  background-color:#333;
  color:#fff;}

thead .hikashop_order_total_title{
  text-align:center;}

#htmlfieldset_products .hikashop_order_total_title{
  font-weight:bold;
  color:#333333;
  text-align:right;}
  
#htmlfieldset_products .hikashop_order_total_value{
  color:#ff6600;
  font-weight:bold;
  text-align:right;}
  
#htmlfieldset_products .hikashop_order_subtotal_title{
  color:#000;
  padding-top:10px;
  text-align:right;}
  
#htmlfieldset_products .hikashop_order_tax_title{
  color:#ff6600;
  padding-top:10px;
  text-align:right;}
  
#htmlfieldset_products .hikashop_order_subtotal_value{
  color:#ff6600;
  padding-top:10px;
  text-align:right;}
  
#htmlfieldset_products .hikashop_order_tax_value{
  color:#ff6600;
  padding-top:10px;
  text-align:right;}
  
#htmlfieldset_products .hikashop_order_item_total_value{
  color:#ff6600;
  font-weight:bold;
  text-align:right;}
  
/*pop up print your invoice*/
#hikashop_order_title{
  border-bottom: 2px dotted #ff6600;
    color: #ff6600;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 4px;
  margin-left:10px;}

/*********************affiliate programm**************/

#hikashop_affiliate_main a{
  color:#888;
  font-size:11px;}
  
#hikashop_affiliate_main #affiliate_all_clicks a{
  color:#ff6600}
  
#hikashop_affiliate_main a:hover{
  text-decoration:underline;}

#hikashop_affiliate_main h1{
background: url("../images/style_picturered/underline.png") repeat-x scroll center bottom transparent;
    color: #000000;
    font-size: 14px;
    height: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;}
  
#hikashop_affiliate_main #toolbar td{
  padding:0px;}

#hikashop_affiliate_main table{
  padding:0px;
  padding-top:10px;}
  
#hikashop_affiliate_main table fieldset{
  border-right: 1px solid #b7acac;
  border-bottom: 1px solid #b7acac;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding:10px;
  margin-right:10px;
    }

#hikashop_affiliate_main table fieldset legend{
  padding-left:5px;
  padding-right:5px;
  color:#000;
  font-weight:bold;}
  
#hikashop_affiliate_main .hikashop_affiliate_table {
  color:#333;
  font-size:12px;}
  
#hikashop_affiliate_main .hikashop_affiliate_stats_table {
  color:#333;
  font-size:12px;
  }
  
#hikashop_affiliate_main .hikashop_affiliate_stats_table td{
  padding-right:15px;}


#hikashop_affiliate_main #hikashop_banner_listing{
  border:none;
  border:1px solid #DCDCDC;
  padding:10px;
  margin-top:10px;}
  
#hikashop_affiliate_main #hikashop_banner_listing legend{
  color: #000000;
    font-weight: bold;
    margin-left: 10px;
    padding-right: 5px;}

#hikashop_affiliate_main .sectiontableentry1{
  background-color:#f5f5f5;}
#hikashop_affiliate_main .sectiontableentry2{
  background-color:#e7e7e7;}
#hikashop_affiliate_main .sectiontableentry1:hover{
  background-color:#f8f8f8;}
#hikashop_affiliate_main .sectiontableentry2:hover{
  background-color:#f8f8f8;}

#hikashop_affiliate_main .sectiontableentry1 ul{
  padding:15px;
  color:#333;
  font-size:14px;
  }
#hikashop_affiliate_main .sectiontableentry2 ul{
  padding:15px;
  color:#333;
  font-size:14px;
  }
  
#hikashop_affiliate_main textarea{
  border:1px solid #e7e8e8;
  padding:5px;
  }

#hikashop_affiliate_main .sectiontableentry1 li{
  padding:3px;
  }
#hikashop_affiliate_main .sectiontableentry2 li{
  padding:3px;
  }
  
.hikashop_no_border tbody td{
  color:#000;
  padding-left:10px;}
  
.hikashop_order_date_title img{
  margin-left:10px;}


.hikashop_affiliate_stats_table td{
  padding-top:2px;}
  
#affiliate_unpaid_amount{
  font-weight:bold;
  color:#ff6600;
  padding-top:10px;}

/*pop up affiliate > stat*/

.hikashop_sales_table{
  border:1px solid #ddd;
  padding:10px;}
  
.hikashop_sales_table tfoot{
  text-align:center;}
  
.hikashop_sales_table thead tr{
  background-color:#333;
  color:#fff;}
.hikashop_sales_table thead a{
  color:#fff;}
  
.hikashop_sales_table .pagination{
  padding-top:20px;}

#listing_search{
    border: 1px solid #ccc;
}
  
#listing_search:hover{
  border: 1px solid #ccc;
}

.contentpane .header h1{
  border-bottom: 1px solid #ccc;
    color: #000000;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding-bottom: 4px;
    padding-top: 10px;}
  
  
.contentpane table{
  margin-left:5px;}

.contentpane button{
  background: url("../images/style_picturered/button.png") no-repeat scroll right center transparent;
    border-bottom: 1px solid #000000;
    color: #000000;
    cursor: pointer;
    font-weight: normal;
    margin-top: 10px;
    padding-bottom: 3px;
    padding-right: 28px;
  *padding:0px;}

.contentpane button:hover{
  border-bottom:1px solid #ff6600;
  color:#ff6600;
  background:url(../images/style_picturered/button_hover.png) no-repeat right;}

/**********************************event entries*/

#hikashop_entries_info{
      border-right: 1px solid #b7acac;
  border-bottom: 1px solid #b7acac;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background-color:#fff;
  padding:10px;}
  
#hikashop_entries_info .key{
  width:130px;}
  
#hikashop_entries_info .inputbox{
  margin:0px;}
  
#hikashop_entries_info .hikashop_contentpane td{
  padding-right:30px;}
  
#hikashop_entries_info select{
  border:1px solid #ccc;}

#hikashop_entries_info fieldset legend{
  font-weight:bold;
  font-size:14px;
  color:#000;
  padding-bottom:5px;}
  
#hikashop_new_entry{
  margin-top:10px;
  margin-bottom:10px;}
  
#hikashop_entries_info #new_entry_div_1{
  background-color:#f5f5f5;
  padding:10px;
  border-bottom:1px dashed #ccc;}
#hikashop_entries_info #new_entry_div_2{
  background-color:#e7e7e7;
  padding:10px;
  border-bottom:1px dashed #ccc;}
#hikashop_entries_info #new_entry_div_3{
  background-color:#f5f5f5;
  padding:10px;
  border-bottom:1px dashed #ccc;}
#hikashop_entries_info #new_entry_div_4{
  background-color:#e7e7e7;
  padding:10px;
  border-bottom:1px dashed #ccc;}
#hikashop_entries_info #new_entry_div_5{
  background-color:#f5f5f5;
  padding:10px;
  border-bottom:1px dashed #ccc;}
#hikashop_entries_info #new_entry_div_6{
  background-color:#e7e7e7;
  padding:10px;
  border-bottom:1px dashed #ccc;}

  
#hikashop_entries_info #new_entry_div_1:hover{
  background-color:#fff;
}
#hikashop_entries_info #new_entry_div_2:hover{
  background-color:#fff;
}
#hikashop_entries_info #new_entry_div_3:hover{
  background-color:#fff;
  }
#hikashop_entries_info #new_entry_div_4:hover{
  background-color:#fff;
}
#hikashop_entries_info #new_entry_div_5:hover{
  background-color:#fff;
  }
#hikashop_entries_info #new_entry_div_6:hover{
  background-color:#fff;
}

.hikashop_new_entry a{
  color:#ff6600;
  margin-top:10px;
  margin-bottom:10px;
  font-weight:bold;
  font-size:12px;
  text-decoration:underline;}

.hikashop_new_entry a:hover{
  color:#ff6600;}
  
.hikashop_delete_entry_button a{
  color:#ff6600;
  margin-top:10px;
  margin-bottom:10px;
  font-weight:bold;
  font-size:12px;
  text-decoration:underline;}

.hikashop_delete_entry_button a:hover{
  color:#ff6600;}


/**********system messages***********/

/*
#system-message{
  text-align:center;
  margin-bottom:10px;}
*/

/**message normal*
  
#system-message .message {
  padding-top:5px;
  font-weight:bold;
  color:#069;
  background-color:#fff;}
  
  
#system-message .message li{
  padding-bottom:5px;
  font-weight:normal;
  color:#069;
  border-bottom:2px solid #069;}
  
*/
    

/**message error*
  
#system-message .error{
  padding-top:5px;
  font-weight:bold;
  color:#c00;
  background-color:#fff;}

#system-message .error li{
  padding-bottom:5px;
  font-weight:normal;
  color:#c00;
  border-bottom:2px solid #c00;}
*/

/**message success**/

#hikashop_messages_success{
  color:#000;
  border-top:none;
  border-bottom:2px solid #690;
  padding:10px;
  background-color:#fff;}



/***********************************************************/
/**********global informations about our template***********/
/***********************************************************/
/*

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #999;
  font-size: 12px;
}

* {
  margin: 0px;
  padding:0px;
  border:0px;
  list-style-type:none;
  text-decoration:none;
  }
  
#global {
  background-color: #FFF;
  width: 955px;
  margin-right: auto;
  margin-left: auto;
}

#header {
  background: url(../images/header.png) no-repeat;
  height: 114px;
}

#search{
  width:555px;
  float:left;
  }
  
#hikashop_home_logo{
  width:400px;
  float:left;
  height:77px;}
  
#hikashop_home_logo img{
  cursor:pointer;
  width:400px;
  height:77px;
  margin-top:20px;
  margin-left:20px;}
  
*/


/*****MAIN MENU ****/
/*
#twocols{ 
  z-index:20;
}
 
#leftcol{  
  z-index:10;
}
 
.moduletablemainnav { 
  float:left;
  z-index:100;
  font:0.9em Verdana, Arial, Helvetica, sans-serif;
  margin:0;
  padding:0;
}
 
#mainlevelmainnav ul {
  float:left;
  list-style:none;
  line-height:1em;
  margin:0;
  padding:0;
  background-color:#000;
}
 
#mainlevelmainnav li {
float:left; 
background-image: url(../images/parenthese.jpg);
background-repeat: no-repeat;
background-position: right;
padding-right:28px;
margin-top:6px;
font-weight:bold;
font-size:12px;
}
 
#mainlevelmainnav a {
  display:block;
  text-decoration:none;
  margin-left:25px;
  color:#FFF;
}
 
 
#mainlevelmainnav a:hover {
  color:#14cbec;
}

#mainlevelmainnav a.sublevelmainnav {
  font-weight:normal;
  padding-bottom:5px;}
 
 
a#active_menumainnav{
  color:#14cbec;}
 
#mainlevelmainnav li ul  {
  position:absolute;
  left:-999em;
  margin:0;
  padding-bottom:10px;
  padding-top:10px;
}
 
#mainlevelmainnav li li {
  float:none;
  background:none;
}
 
#mainlevelmainnav li:hover ul,#mainlevelmainnav li li:hover ul,#mainlevelmainnav li li li:hover ul,#mainlevelmainnav li.sfhover
  ul,#mainlevelmainnav li li.sfhover ul,#mainlevelmainnav li li li.sfhover ul {
  left:auto;
  z-index:6000;
}

#mainmenu{
  height:30px;
  background-color:#000;  
}

a.mainlevelmainnav{
  padding-bottom:3px;}


#banner{
  background-color:#FFF;
  height:232px;}
  
#contain{
  background-color:#fff;
  float:left;
  padding-bottom:20px;
  width:915px;
}

#contain_left{
  width:210px;
  float:left;}
  
#contain_right{
  width:680px;
  float:left;
  padding-left:25px;
  padding-top:15px;}

#footer {
  background-color:#000;
  color:#FFF;
  height:20px;
  font-size:12px;
  text-align:right;
  padding-right:30px;
  padding-top:5px;
  padding-bottom:5px;
  float:left;
  width:925px;}


#search{
padding-top:40px;
}


#contain {
  padding:20px;
  background-color:#f5f5f5;}
*/