@charset "utf-8";

/*header*/
header div div.bg{
	background: #aaa;
}
/*header back*/
header #search_btn_back{
	background:#aaa url(../../img/btn_back_arrow.png) no-repeat 22px center scroll;
	background-size: 27px 29px;
}
header #btn_back{
	background:#aaa url(../../img/btn_back_arrow.png) no-repeat 22px center scroll;
	background-size: 27px 29px;
}
/*back*/
section#Middle_Category .btn_back_area a:before{
	background:#aaa url(../../img/btn_back_arrow.png) no-repeat center center scroll;
	background-size: 27px 29px;
}
/*footer arrow*/
footer #page_skiper{
	background:#aaa url(../../img/btn_arrow_pageskiper.png) no-repeat center center scroll;
	background-size: 27px 16px !important;
}
/*h2*/
#Details .details h2{
	border-left: 10px solid #aaa;
}
/*h3*/
#Details .details h3 span{
	border-bottom: 2px solid #aaa;
}
/*body*/
body{
	background: #f9f9f9;
}
/*mouse_over*/
tr.list-container.with_link:hover{
    background:#f0f0f0;
}

/*
.mordal_cotainer{border-color: #aaa;}
.mordal_cotainer p:after{
    position: absolute;
    top:5px;
    right:5px;
    width: 10px;
    height: 10px;
    background: url(../../img/btn_baloon_close-ID.png);
    background-size:cover;
    pointer-events:pointer;
    content:"";
}
*/
