@charset "utf-8";
/* Top Bar */
#top-bar-1 { position:relative; width:100%; }

#top-bar-1 .user-icon {
    height: 44px;
    position: absolute;
    right: 43%;
    top: 32px;
    width: 45px;
    z-index: 5;
}
#top-bar-1 .user-icon img { background-color:transparent; height:inherit; width:inherit; }

#top-bar-1 .physician-btn {
    height: 44px;
    position: absolute;
    right: 340px;
    top: 30px;
    width: 189px;
    z-index: 5;
}
#top-bar-1 .physician-btn img { background-color:transparent; height:inherit; width:inherit; }

.h-img .user-icon {
    height: 44px;
    position: absolute;
    right: 43%;
    top: 32px;
    width: 45px;
    z-index: 5;
}
.h-img .user-icon img { background-color:transparent; height:inherit; width:inherit; }

.h-img .physician-btn {
    height: 44px;
    position: absolute;
    right: 340px;
    top: 30px;
    width: 189px;
    z-index: 5;
}
.h-img .physician-btn img { background-color:transparent; height:inherit; width:inherit; }

.fc-bc-cart { display:inline; height:35px; margin:0 15px 0 0; position:relative; width:35px; }
.fc-bc-cart img { float:inherit; position:relative; }
.fc-bc-cart .fc-bc-number { background:url(../ps-physician-images/i-cart-number.png) no-repeat left top; color:#fff; font-family:OpenSans-SemiBold; font-size:12px; height:21px; line-height:21px; position:absolute; right:-8px; text-align:center; top:-23px; /*top:-3px\9;*/ width:21px; }

@media only screen and (max-width: 767px) {
	#bannerband { display:none; }
#top-bar-1 .user-icon { height: auto; margin: 2% 4% 0 0; right:30%; top: 0; width:4%; }
#top-bar-1 .user-icon img { height:auto; width:100%; }
#top-bar-1 .physician-btn { margin: 2% 0 0; right: 14%; top: 0; width: 15%; }
#top-bar-1 .physician-btn img { height:auto; width:100%; }
.h-img .user-icon { height: auto; margin: 2% 4% 0 0; right:30%; top: 0; width:4%; }
.h-img .user-icon img { height:auto; width:100%; }
.h-img .physician-btn { margin: 2% 0 0; right: 14%; top: 0; width: 15%; }
.h-img .physician-btn img { height:auto; width:100%; }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
	#bannerband { display:none; }
#top-bar-1 .user-icon { height:auto; margin:2% 0 0; right:32%; top:1%; width:4%; }
#top-bar-1 .user-icon img { height:auto; width:100%; }
#top-bar-1 .physician-btn { margin: 2% 0 0; right: 14%; top: 2%; width: 15%; }
#top-bar-1 .physician-btn img { height:auto; width:100%; }
.h-img .user-icon { height:auto; margin:2% 0 0; right:32%; top:1%; width:4%; }
.h-img .user-icon img { height:auto; width:100%; }
.h-img .physician-btn { margin: 2% 0 0; right: 14%; top: 2%; width: 15%; }
.h-img .physician-btn img { height:auto; width:100%; }
}

