﻿body {
    background-color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    color: Black;
}

#divShadowHeader {
    background-image: url(images/master/Untitled.png);
    background-repeat: repeat-y;
    background-color: #FFFFFF;
    width: 872px;
    height: 13px;
    margin: 0px auto;
}

#divShadowBody {
    background-image: url(images/master/Untitled.png);
    background-repeat: repeat-y;
    width: 872px;
    margin: 0 auto;
}

#divBody {
    text-align: left;
    width: 860px;
    padding-left: 6px;
    padding-right: 6px;
}

    /*#divBody a {
        color: #000000;
        text-decoration: none;
    }

        #divBody a:hover {
            color: #555555;
        }*/

#divShadowFooter {
    background-image: url(images/master/Untitled.png);
    background-repeat: no-repeat;
    width: 872px;
    height: 13px;
    margin: 0 auto;
}

#Header {
    width: 860px;
    height: 98px;
    background-image: url(images/header/Header.jpg);
}

#Footer {
    width: 860px;
    height: 82px;
            background: #252525;
}

    #Footer .Everidis {
        display: inline-block;
        float: left;
        position: relative;
        left: 13px;
        top: 36px;
        width: 80px;
        height: 30px;
    }

    #Footer div {
        display: inline-block;
        float: left;
        position: relative;
        left: 30px;
        top: 35px;
        font-size: 8pt;
    }

    #Footer .Content {
        display: inline-block;
        float: left;
        position: relative;
        left: 25px;
        top: 38px;
        	color:#ffffff;
        font-size: 8pt;
        font-family: 'Open Sans', sans-serif;
    }

#HomeEveridisHCP {
    width: 852px;
    height: 517px;
}

#IndexImage {
    width: 860px;
    height: 286px;
}

#Index {
    background-image: url(images/home/HomePage_StaticImage.jpg);
    background-position: top;
    background-repeat: no-repeat;
    width: 860px;
    height: 286px;
}

    #cartinfo {
	overflow:hidden;
	z-index:1;
	position:absolute;
	top:31px;
	left:575px;
	padding-right:0px;
	text-align:right;
	color:#05173C;
	font:bold 11px Arial,Verdana,Sans-serif;
	display:inline;
}
.product-image {
    width:100%;
    max-width:155px;
}
.col-md-4 .product-wrapper {
    background: #FAFAFA;
    border: 1px solid #c6e4e4;
    margin-bottom: 8px;
    padding: 10px;
    min-height: 264px;
    height: calc(100% - 8px);
}

/* Reduce Bootstrap Gutter Size */
@media (min-width: 768px) 
{ 
    .narrow-gutters div[class^="col"]{padding-left:5px; padding-right:5px;}
}

.checkboxes {padding-top:4px;}
.checkboxes input[type="checkbox"] {
	width:8%;
	text-align:right;
	transform:scale(1.1);
}
.checkboxes label {
    width: 90%;
    display: inline-block; 
    vertical-align: top;
    font-size:.95em;
}
