 
.ha-header {
	position: fixed;
	z-index: 999;
    background: #4f5155;
    width: 100%;
    display: block;
    margin: 0 auto;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}
.ha-header-perspective {
	position: relative;
}
.ha-header-perspective > div {
	position: relative;
}
.ha-header-large {
	height: 185px;
    <? global $USER;if ($USER->IsAdmin()) echo "height:225px;";?>
	overflow: hidden;
}
.ha-header-small {
	height: 60px;
	<? if($USER->IsAdmin()) echo "height:100px;";?>
}
.ha-header-large .ha-header-bottom, .ha-header-small .ha-header-front {display:none;}
.ha-waypoint {position:absolute;top:115%;height:1px;}
.ct_elem.top_catalog {
	width: 300px;
    float: left;
    margin: 10px 10px;
    height: 290px;
    padding-top: 20px;
}
.ct_elem.top_catalog:hover .detail {
	display: block;
}
.ct_elem.top_catalog img {
	width:200px;
	height:150px;
}
.ct_elem.top_catalog .detail {
	margin: 0px 110px;
    font-size: 14px;
    display: none;
}
.ct_elem.top_catalog table{
    margin-bottom: 10px;
}
.ct_elem.top_catalog table tr td:last-child{
    width: 65px;
}
p.review_name{
	font-size: 13px;
	font-weight: bold;
}
.review_item{
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
.review{
	font-style: italic;
	padding-bottom: 7px;
}
.tab_container textarea {
	width:100%;
}

.tab_container span {
	float:right;
}
.formcontainer_review{
	width: 100%;
    margin: 0px auto;
    background: #e3e6ea;
}
.formcontainer_reviews textarea {
	font-family: 'exo_2.0regular';
    font-size: 13px;
    margin-bottom: 12px;
    border-top: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    text-indent: 5px;
    height: 85px;
    padding: 5px 0px;
    color: #4f5155;
}
.formcontainer_reviews input[type="text"] {
    width: 100%;
    font-family: 'exo_2.0regular';
    font-size: 13px;
    margin-bottom: 12px;
    color: #4f5155;
    border-top: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    text-indent: 5px;
}
.formcontainer_reviews input[type="submit"] {
    background-color: #1698d3;
    margin: 0 auto;
    /*margin-top: 20px;*/
    font-weight: bold;
    font-family: 'exo_2.0bold';
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    border-top: 1px solid #9ad3ed;
    border-right: 1px solid #1382b4;
    border-bottom: 1px solid #0b6892;
    border-left: 1px solid #56b2dc;
    cursor: pointer;
    transition: all 0.5s ease 0s;
