/* content head links begin */
a.content_head_links {
    /*background: url(../images/mm_login_arrow_over.png) no-repeat center right;*/
    padding-right: 10px;
    font-size:1em;
    position: relative;
    }
a:hover.content_head_links {
    /*background: url(../images/mm_login_arrow.gif) no-repeat center right;*/
    }
a.content_head_links::after {
    border-color: transparent transparent transparent #d31414;
    border-style: solid;
    border-width: 4px;
    content: " ";
    display: inline-block;
    height: 0;
    top: 9px;
    right: -8px;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 300;
}
a.content_head_links:hover::after{
    border-color: transparent transparent transparent #2e7fb4;
}
/* content head links end */

#detailed_result_popup{
	margin-top: 10px;
	/*width: 980px;*/
	}
#detailed_result_left {
	width: 350px;
	float:left;
	margin: 0 24px 0 0;
	}
#detailed_result_center {
	width: 434px;
	float:left;
	color: #797979;
}
#detailed_result_popup span em{
	font-weight: bold;
	font-style: normal;
	}
a.tax {
	font-weight: normal;
	color:#6c6b6b;
	}
a.tax:hover {
	font-weight: normal;
	color:#d31414;
	}
.grey {
	color:#888888;
	}
.price {
	display: block;
    font-size: 1.14em;
    font-weight: bold;
    margin: 14px 0 0;
}
.price_number {
	display: block;
    font-size: 1.75em;
    font-weight: 400;
    margin-bottom: 3px;
    color: #2e7fb4;
    background: #f1f9ff;
    padding: 6px 10px 6px 10px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.neg {
	display: inline-block;
	font-size:0.74em;
	color:#888888;
	position: relative;
	bottom: 2px;
	}
.tva {
	display: inline-block;
	font-size:0.74em;
	color:#888888;
	margin-right: 5px;
	position: relative;
	bottom: 2px;
	}
.yellow_info {
	font-size:0.74em;
	color:#676666;
	margin-left: 7px;
	}
.col {
	float:left;
	width: 434px;
	margin-bottom:3px;
}
.col_h3,.col_h3_2 {
	float:left;
	margin-bottom:10px;
	width: 434px;
}
.col_h3 h3 {
    display: block;
}
.col_h3_3 {
	float:left;
	margin-top:9px;
	margin-bottom:12px;
	}
.col2_1 {
	float:left;
	width: 200px;
	clear:left;
	margin: 0 10px 0 0;
}
.col2_2 {
	float:left;
	width: 224px;
}
.cat {
	border-bottom: 1px solid #E0E0E0; 
	margin-bottom: 30px;
	padding-bottom: 10px;
}


.col_h3_2 h3 a{
    display: block;    
    background: #eaf6ff;
    width: 434px;
    padding: 12px 20px 12px 20px;
    font-weight: 400;
    color: #0181c2;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 0.875em;
}
.col_h3_2 h3 a i {
    margin: 0 10px 0 0;
}
.col_h3_2 h3 a:hover{
    color: #d31414;
}

/* !!! rewrites the basic fontawsome minus icon to plus ============================================== */
.col_h3_2 h3 a.show .fa-plus-square-o::before {
    content: "";
}
/* !!! rewrites the basic fontawsome minus icon to plus ============================================== */

#photos {
    display: block;
	width: 350px;
}
#photos_big {
	width: 280px;
	margin: 0 20px 0 0;
	float: left;
}
#photos img {
	border:1px solid #cccccc;
	width: 280px;
}
#photos_small {
	/*margin-left:8px;*/
	width: 50px;
	/*height: 179px;*/
	text-align: center;
	float: left;
	}
#photos_small img {
	margin-bottom:10px;
	}

#photos_footer{
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
#photos_footer a {
	display: inline-block;
	color: #797979;
}
#photos_footer a:hover {
	color: #d31414;
}
#photos_footer a i{
    margin: 0 4px 0 0;
}

.tax_price{
	margin-top:2px;
	font-weight: bold;
	display: inline-block;
	}
a.button_tax_calc span{
    background: url(../images/data_first_reg_right.gif) center right no-repeat;
    display: inline-block;
    padding: 0 6px 0 1px;
    line-height: 20px;
    height: 20px;
	font-weight: bold;
}
a.button_tax_calc:hover span{
    background: url(../images/data_first_reg_right_over.gif) center right no-repeat;
    cursor: pointer;
}
a.button_tax_calc{
    background: url(../images/data_first_reg_left.gif) center left no-repeat;
    float: left;
    padding: 0 0 0 5px;
    text-decoration: none;
    height: 20px;
    margin-left: 10px;
}
a.button_tax_calc:hover{
    background: url(../images/data_first_reg_left_over.gif) center left no-repeat;
    text-decoration: none;
}

.link-img-opaque{
    display: none;
}