/* Finder & Side Nav css class for variation */

#finder {
	height: 93px;
	width: 196px;
	position: relative;
	top: 0px;
	float:right;
	margin-right:0px;
	background: transparent url('../PublishingImages/bg_physicianSearch.png') left top no-repeat;
	z-index: 10;
	display: block;
	text-decoration: none;
}

#sideNav dt a {
	height: 60px;
	width: 180px;
	outline: none;
	display: block;
	background: #fff url('../PublishingImages/icon_secondaryNav_left.png') no-repeat left top;
}

#leftSidebar .logo_myNotebook h1 {
	display: none;
}
#leftSidebar .logo_myNotebook {
	margin-top: 20px;
	width: 270px;
	height: 50px;
	background: #fff url('../PublishingImages/logo_myNotebook.png') no-repeat center top;
}

#notebook #tabs {
	float: left;
	margin: 70px 0 0 26px;
	width: 34px;
	height: 480px;
}
#notebook #tabs ul {
	list-style: none;
	margin: 0;
}
#notebook #tabs li a {
	border: 0;
	outline: 0;
	cursor: pointer;
	display: block;
	width: 38px;
	height: 115px;
	background: transparent url('../PublishingImages/tabs_notebook.png') no-repeat left top;
}
#notebook #tabs .favorites a {
	background-position: 0 0;
}
#notebook #tabs .favorites .current {
	background-position: -38px 0;
}
#notebook #tabs .searches a {
	background-position: 0 -115px;
}
#notebook #tabs .searches .current {
	background-position: -38px -115px;
}
#notebook #tabs .questions a {
	background-position: 0 -230px;
}
#notebook #tabs .questions .current {
	background-position: -38px -230px;
}
#notebook #tabs li a span {
	display: none;
}
.cscList hr 
{
    margin: 0 !important;
}
.cscList tr td 
{
    padding: 5px 0px;
}
