.clSearchBlock
{
    display:block;
    float:left;
    z-index:1;
}
.clFormItems  , .clSearchItems
{
    display: block;
    width: 100%;   
    float:left;
}
.clFormItems select , .clSearchItems #selPhase , .clSearchItems .clTxtBox
{
    display: block;
    float: left;
    width: 100%;
    height:50px;
    font-size: 2rem;
    background-color: #ffffff;
    margin-bottom: 5px;
    z-index:2;
    
}
.clFormItems input , .clSearchItems #btnSearch , .clSearchItems #btnEmailSubmit , .clSearchItems #btnlogin
{
    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;
}
.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:#0b4c02;
}
.clP2PSet
{
    display:block;
    float:left;
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
}
.clP2PSet a
{
    display:block;
    width:250px;
    text-align:center;
    background-color:#ff0000;
    border:solid 2px #ff0000;
    color:#FFFFFF;
    border-radius:5px;
    float:left;
    margin-left:calc(50% - 130px);
    font-weight:bold;
    font-size:2rem !important;
    padding:10px 5px 10px 5px;
    text-decoration:none;
}
.clP2PSet a:hover
{
    background-color:#FFFFFF;
    color:#ff0000;
    text-decoration:none;
}
.clIcon a span
{
    font-weight:bold;
}
.clIcon a img {
    border-radius:10px !important;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

/* Disable grayscale on hover */
.clIcon a img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}