@charset "utf-8";
/* CSS Document */
.patientserv-content .physician-tools {
    background-color: #dedddd;
    font-size: 0;
    margin: 0 auto 1px;
    padding: 15px 0;
    width: 1349px;
    z-index: 1000;
}
#products-top {
    background: #dedddd;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    height: 114px;
	margin:0 auto;
	padding:0 0 0 12px;
    width: 1349px;
	z-index:9999;
}
#products-top .product-icon {
	display:inline;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}
#products-top .product-divider {
    float: left;
    height: 107px;
    margin: 0;
    width: 1px;
}

#products-fixed {
    background: #dedddd;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    /*height: 114px;*/
	margin:0 auto;
	position:fixed;
	top:70px;
    width: 1349px;
	height:139px;
	z-index:10;
}
#products-fixed .product-icon {
	display:inline;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}
#products-fixed .product-divider {
    float: left;
    height: 107px;
    margin: 0;
    width: 1px;
}

img {
    border: 0 none;
}
#products {
    background: #dedddd;
    height: 139px;
	margin:0 auto;
    width: 1349px;
	background: #dedddd;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0;
	z-index:9999;
}
#products .product-icon {
	display:inline;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

#products .product-divider {
    float: left;
    height: 107px;
    margin: 0;
    width: 1px;
}

@media only screen and (max-width: 650px) {
.patientserv-content .physician-tools { padding:0; width:100%; }
#products { height:auto; width:100%; }
#products .product-icon { margin: 1%; width: 8%; }	
#products .product-icon img { height:auto; width:100%; }
#products .product-divider { display:none; }
#products-top { display:block; height:auto; width:100%; }
#products-top .product-icon { margin: 1%; width: 8%; }	
#products-top .product-icon img { height:auto; width:100%; }
#products-top .product-divider { display:none; }
#products-fixed { display:block; height:auto; padding:0; top:50px; width:100%; }
#products-fixed .product-icon { margin:1% 1% 0.3% 1%; width: 8%; }	
#products-fixed .product-icon img { height:auto; width:100%; }
#products-fixed .product-divider { display:none; }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
.patientserv-content .physician-tools { padding:1.5% 0; width:100%; }
#products { height:auto; width:100%; }
#products .product-icon { height:auto; margin:0; width:10%; }
#products .product-icon img { height:auto; width:100%; }
#products .product-divider { display:none; }
#products-fixed { display:block; height:auto; padding:0; top:50px; width:100%; }
#products-fixed .product-icon { margin:1% 0 0.5% 0; width:10%!important; }
#products-fixed .product-icon img { height:auto; width:100%; }
#products-fixed .product-divider { display:none; }	
}

