.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;
}
.clSideTitle
{
    font-size:1.5rem;
    text-align:left;
    color:#000000;
}
.clSearchBox
{
    display:block;
    border:solid 3px #090909;
    height:150px;
    background-image:url('../../media/photo-155.jpg');
}
.clSearchBox .clSearchBtn
{
    background-color:#5A49F8 !important;
    font-size:1rem !important;
}
.clSearchResults
{
    display:block;
    width:100%;
}
.clSearchResults h1
{
    display:block;
    width:100%;
    margin:10px 5px 15px 5px;
    font-size:2rem;
}
.clSearchResults #dvList
{
    display:block;
    float:left;
}
.clSearchResults #dvList div
{
    display:block;
    margin-bottom:10px;
    float:left !important; 
}
.clSearchResults #dvList img
{
    float:left;
    margin-top:15px;
}
.clSearchResults #dvList a
{
    display:block;
    float:left;
    font-size:1rem !important;
    margin-bottom:10px;
    line-height: normal;
}
.clSearchResults #dvList a br
{
    margin:0px 0px 0px 0px;
}
.clOrderForm
{
    display:block;
    float:left;
}
.clOrderForm div
{
    display:block;
    float:left;
    padding-right:10px;
}
#imgHeader
{
    max-width:150% !important;
}
@media only screen and (max-width: 1000px) {
  #imgHeader
    {
        max-width:100% !important;
    }
}
.clTopDesc
{
    width:100%;
}
@media only screen and (min-width: 1200px) {
  .clTopDesc
    {
        width:50%;
        margin-left:40%;
    }
  .clTopDesc h1
    {
        font-size:2rem !important;
    }    
}
.clBasketButton
{
    display:block;
    width:90px;
    float:left;
    max-height:30px !important;
}
.clBasketButton a , .clBasketButton img
{
    display:block;
    width:29px;
    text-align:center;
    margin:0px 0px 0px 0px !important;
    float:left;
    text-decoration:none;
    font-weight:bold;
    font-size:24px;
    height:30px;
    color:#5A49F8;
}
.clP2PSet
{
    display:block;
    float:left;
    width:100%;
    margin-top:20px;
}
.clP2PSet a
{
    display:block;
    width:250px;
    text-align:center;
    background-color:#5A49F8;
    border:solid 2px #5A49F8;
    color:#FFFFFF;
    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:#FFFFFF;
    color:#5A49F8;
    text-decoration:none;
}