/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 4, 2014, 10:16:41 PM
    Author     : IsoftDev
*/

.content { border:1px solid grey; font-family: Arial, Helvetica, sans-serif; }
.header { overflow:hidden; padding:0 25px;}
.category_title { float:right; }
.category_title p { font-family: Arial; font-size: 18px; color:#2E3192;  }
.category_title p a:hover { text-decoration: none; }
.category_title p a:hover { text-decoration:underline; }

.category_title .vendorLogo { text-align:center; border:1px solid black; vertical-align:middle;}
.vendorLogo img { vertical-align: middle;}

.header_info {font-family: Arial, sans-serif; color: #000; padding:0 20px;}
.header_info h1 { font-weight: bold; font-size: 24px; margin:0; padding:0; }
.header_info p { font-size:18px; font-weight: normal; margin:0; padding:0; }
.header_info a { color: #2E3192; font-weight:bold; text-decoration: none; }
.header_info a:hover { text-decoration: underline; }

.social_media {margin: 0px; }  



a.categories {
    text-decoration: none; 
    color: #2E3192;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}
a.categories:hover { text-decoration: underline; }


.related_links { font: bold 12px arial,sans-serif; color: #000; }
.related_links a { font: normal 14px arial,sans-serif; color: #2E3192; text-decoration: none; }
.related_links a:hover { text-decoration: underline; color: #2E3192; }

#moreinfoBody{
    background-color: #ffffff;
}

@media(min-width:768px){
    .moreinfo_content { background-color: #E5E5E5; font-size:14px; font-family: Arial, sans-serif; color:#000; padding: 10px 25px;}
    .padding-left-10{
        padding-left: 10px;
    }

    .padding-right-10{
        padding-right: 10px;
    }

    .padding-right-25{
        padding-right: 25px;
    }

    .padding-left-10{
        padding-left: 25px;
    }    
}

@media(max-width:768px){
    .moreinfo_content { background-color: #E5E5E5; font-size:14px; font-family: Arial, sans-serif; color:#000;}
    .padding-left-10{
        padding-left: 2px;
    }

    .padding-right-10{
        padding-right: 2px;
    }

    .padding-right-25{
        padding-right: 5px;
    }

    .padding-left-10{
        padding-left: 5px;
    }    
}

.bx-wrapper img {
    margin: 0 auto;
}

ul.slider2 li{
    left:0px;
}