@CHARSET "UTF-8";

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

}
.css_product_mini_image { /*name have to be retain*/
	border: 2px solid;
    border-color: #d7d7d7;
	padding: 0px;
	margin: 2px;
	height: 43px;
}

.css_product_mini_container {
	/*name can be editable... used in template/temp_name/product_short.inc_php */
	 background-image:url(images/podklad_produkt.png);
	 height: 180px;
	 background-repeat: no-repeat;
	 width: 220px;
}

.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: 14px;
	color: #c50f28;
}

.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: black;
}

.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;
    text-color: #c50f28;
}


.css_product_mini_name_link{
    font-family: verdana;
	font-size: 12px;
	font-style: normal;
    text-decoration: none;
    color: black;
}

.css_product_mini_name_link:hover{
    font-family: verdana;
	font-size: 12px;
	font-style: normal;
    text-decoration: underline;
    color: black;
}

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


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

.css_product_detail_preview_image { /*name have to be retain*/
	border: 2px solid;
       border-color: #d7d7d7;
	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: #c50f28;
}

.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;
}
