@import url(../css/general.css);

#header,
#footer,
#content-outer-tabs,
#content-topbar,
#skip-to-content,
.location-is-primary,
#map-container,
#refine-your-search,
#refine-your-search-top,
#content-inner-tabs,
#content tab-staff,
.noprint
{
	display:none;
}
.inner-tab {
	display:block !important;
}

/*
fonts & sizes from main CSS
*/
body {
    background: #fff;
	color:#183A29;
}
h1,h2 {
	font-weight:bold;
	margin: 1em 0;
	padding: 0;
}
h1 {
	font-size:200%;
	font-weight:bold;
	padding-top:0;
}
h2 {
	font-size:120%;
	margin: 0.5em 0;
}
h3 {
	font-size:110%; 
	font-weight:bold;
}
p {
	padding: 0 0 0.75em 0;
}
a {
	color:#00acec;
}

ul.ticked li,
ul.crossed li {
    background: none;   
    padding: 0;
}

#content {
    background-image: none;
    margin-top: 1em;
    width: 500px;
}
#doctor-details span.small {
    font-size: 0.65em;
    
}
#doctor-details {
    float: none;
    overflow: hidden;
    padding: 0;
}
#doctor-photo {
    float: none;
}
#content,
#tab-content {
    border: none;
    padding: 0;
}
h1#logo {
    margin-left: 0;
    background-color: #999;
    width: auto;
    position: static;
}
h1#logo a {
    float: none;
}

#doctor-details {
    margin-top: -25px;
}
#tab-contact h2 {
    padding-top: 0;
}
#tab-language ul {
    margin-bottom: 1em;
}
table.data {
    clear: left;
}
table.data td {
    padding: 0;
}
.inner-tab {
    margin-bottom: 10px;
    clear: left;
    overflow: hidden;
    zoom: 1;
}
.tagline,
.description,
#details-right-col .green-border {
    background: none;
    padding: 0;
}
.tagline {
    margin-bottom: 0;
}
.photo {
    display: block;
}
#content-box dl {
    background: none;   
}
#content-box dt {
    text-align: left;
    width: 105px;
}
#doctor-interests,
#doctor-procedures {
    padding-bottom: 1em;
}

td.label {
    font-weight: bold;
    width: 100px;
}
#service-profile-page p.photo {
    float: left;
    margin: 0;
    margin-right: 10px;
}
#service-overview {
    margin-bottom: 1em;
}
#service-profile-page h1,
#service-profile-page .tagline {
    margin-bottom: 0.5em;
}