.clSearchBlock
{
    display:block;
    float:left;
    z-index:1;
}
.clFormItems  , .clSearchItems
{
    display: block;
    width: 100%;   
    float:left;
}
.clFormItems select , .clSearchItems #selPhase
{
    display: block;
    float: left;
    width: 100%;
    height:50px;
    font-size: 2rem;
    background-color: #ffffff;
    margin-bottom: 5px;
    z-index:2;
    
}
.clFormItems input , .clSearchItems #btnSearch
{
    width: 100px;
    font-size: 2rem;
    background-color:#800000;
    color:#ffffff;
    /*float:right;*/
    z-index:3;
}
.clSideTitle
{
    font-size:1.5rem;
    text-align:left;
    color:#000000;
}
.clSubmit
{
    width:120px;
    background-color:#1D1D1D;
    border:none;
    border-radius:4px;
    padding-top:5px;
    padding-bottom:5px;
}
.clSubmit:hover
{
    border:solid 1px #F9C24E;
}
.clResultItems
{
    display:block;
    float:left;
    width:100%;
    height:110px;
    font-weight:bold;
    padding:0px 2px 5px 5px;
    font-size:1.3rem;
    text-decoration:none;
    line-height:2rem;
    margin-top:0px;
}
.clResultItemImg
{   
    display:block;
    float:left;
    width:98%;
    margin:0px 0px 0px 0px;
}
.clBasketButton
{
    display:block;
    width:90px;
    float:left;
}
.clBasketButton a , .clBasketButton img
{
    display:block;
    width:30px;
    text-align:center;
    margin:0px 0px 0px 0px;
    float:left;
    text-decoration:none;
    font-weight:bold;
    font-size:24px;
    color:#efc944;
}
.clP2PSet
{
    display:block;
    float:left;
    width:100%;
    margin-top:20px;
}
.clP2PSet a
{
    display:block;
    width:250px;
    text-align:center;
    background-color:#F9C24E;
    border:solid 2px #F9C24E;
    color:#353535;
    border-radius:5px;
    float:left;
    margin-left:calc(50% - 130px);
    font-weight:bold;
    font-size:2rem !important;
    padding:10px 5px 10px 5px;
    margin-bottom:20px;
    text-decoration:none;
}
.clP2PSet a:hover
{
    background-color:#353535;
    color:#F9C24E;
    text-decoration:none;
}