@CHARSET "UTF-8";

/*-----------------------------------------*/
/*---------product PREVIEW (mini)----------*/
.css_product_mini_main_container { /*name have to be retain*/
	border: 0px;
}

.css_product_mini_image { /*name have to be retain*/
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.css_product_mini_container {
	/*name can be editable... used in template/temp_name/product_short.inc_php */
    	height: 200px;	
	margin: 5px;
	border: 1px solid #cecece;
	background-color: #d1d8ed;
	background-image:url("images/opaque_menu_false.png");
	background-position: 0px 0px;
	background-repeat: repeat;
}

.css_product_mini_name_href {
	/*name can be editable... used in template/temp_name/product_short.inc_php */
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

.css_product_mini_code_href {
	/*name can be editable... used in template/temp_name/product_short.inc_php */
	font-family: verdana;
	font-size: 10px;
	color: black;
}

.css_product_mini_desc_href {
	/*name can be editable... used in template/temp_name/product_short.inc_php */
	font-family: verdana;
	font-size: 8px;
	color: #000;
	width: 440px;
}

.css_product_mini_price1 {
	/*name can be editable... used in template/temp_name/product_short.inc_php */
	font-family: verdana;
	font-size: 12px;
	font-style: italic;
	vertical-align: top;
}

.css_product_mini_name_link{
    font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #030a1b;
}

.css_product_mini_name_link:hover{
	color: #fff;
}

.css_product_mini_desccription_link{
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	color: black;
	font-weight: normal;
}
.css_product_mini_desccription_link:hover{
	color: #fff;
}

/*-----------------------------------------*/
/*---------product DETAIL (content)--------*/
#css_product_detail_container {
	/*name can be editable... used in template/temp_name/product_detail.inc_php */
	border: 0px;
	width: 580px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	font-family: verdana;
}

.css_product_detail_preview_image { /*name have to be retain*/
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.css_product_detail_name {
	/*name can be editable... used in template/temp_name/product_detail.inc_php */
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}

.css_product_detail_price_container {
	/*name can be editable... used in template/temp_name/product_detail.inc_php */
	font-family: verdana;
	font-size: 12px;
	font-style: italic;
	vertical-align: top;
	width: 100px;
}

.css_product_detail_desc {
	/*name can be editable... used in template/temp_name/product_detail.inc_php */
	font-family: verdana;
	font-size: 10px;
}

.css_product_to basket {	/*name have to be retain*/
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color:#535854;
}

#product_insert_into_basket_result{	
	/*name can be editable... used in template/temp_name/product_detail.inc_php */
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color:red;
}

.css_product_detail_price2 {
	
}

.css_product_detail_price3 {
	
}

.css_product_detail_manufacturer {
	
}

.css_product_detail_importer {
	
}

/*-----------------------------------------*/
/*---------product DETAIL AJAX (window)---------*/
#ajax_product_detail_close_image { /*name have to be retain*/
	cursor: pointer;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

#ajax_product_detail_close_text { /*name have to be retain*/
	cursor: pointer;
	font-family: verdana;
	font-size: 10px;
	color: white;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 25px;
}

#imageviewer_image { /*name have to be retain*/
	border: 0px solid black;
}

/*-----------------------------------------*/
/*-------------product SEARCH--------------*/
#product_search_input_form{
    font-family: verdana;
	font-size: 10px;
}

/*-----------------------------------------*/
/*------------product ORDERING-------------*/
.css_product_ordering_container{}
.css_product_ordering_caption{
    font-size: 10px;
    font-family: verdana;
}
.css_product_ordering_image{
    border: 0;
    padding:0;
    margin:0;
}
.css_product_ordering_link{
    border: 0;
    padding:0;
    margin:0;
}
.css_product_ordering_link_container{
    height:11px;
}
