/* layout */

body {
  margin: 0;
  padding: 0;
  min-width: 1000px;      
  padding-top: 10px;
  padding-bottom: 20px;
}
#page {
   margin: 0 auto;
   width: 95%;
   background:#fff;
   min-width: 1000px;   
}
.sections {
	width: 100%;
	padding: 0;
	min-height: 0;
}
.block {
	margin: 5px;
	padding: 5px;
}
.section .block {
	padding: 10px;
}
.section.width49 {
	width: 50%;
}

.section.width33 {
	width: 16,5%;
}

#middlecontainer {
margin: 0 auto;
}

#sidebar-left, #sidebar-right {
	width: 216px;
	float:left;
	z-index: 2;
	position: relative;
}
#main {
float: left;
width:100%;
}
body.sidebar-left #main {
	margin-left: -216px;
	margin-right: 0;
}
body.sidebar-right #main {
	margin-right: -216px;
	margin-left: 0;
}

body.sidebars #main {
	margin-left: -216px;
	margin-right: -216px;
}

body.sidebar-left #squeeze {
	margin-left: 216px;
	margin-right: 0;
}

body.sidebar-right #squeeze {
	margin-right: 216px;
	margin-left: 0;
}

body.sidebars #squeeze {
	margin-left: 216px;
	margin-right: 216px;
}

#squeeze {
	padding: 5px 9px;
	*padding: 5px 35px 15px 5px;    /* IE6 + 7, doesn't work in IE8/9 as IE7 */
_padding: 5px 35px 15px 5px;    /* IE6 */
padding: 5px 35px 15px 5px\0/IE8+9; /* IE8 + 9 + IE10pp4  */
padding: 5px 35px 15px 5px \0/IE9;   /* IE9 + IE10pp4 */
margin-top:-2px;
}

/* various overrides */

tbody {
   border: none;
}

/* typography */

body {
  font-size: 82%;
  font-family:  Arial, Verdana, sans-serif;
  line-height: 130%;
  color: #000;
  background-color: #fff;
}

tr.odd td, tr.even td {
  padding: 0.3em;
}

tr.odd {
background: #eee;
}

tr.even {
background: #ccc;
}

h1, h2, h3, h4, h4 {
	padding-bottom: 5px;
	margin: 10px 0;
	line-height:125%;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 125%;
}

h3 { 
   font-size: 110%;
}

.content h3 {
	color:#005379;
}

h4 {
	font-size:  100%;
}

#main h2.title {
   font-size: 120%;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}

/* links */

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* elements */

fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}

table {
  font-size: 1em;
}


/* drupal elements */

#mission {
  font-weight:bold;
  text-align:center;
  padding: .5em 1em;
  margin-top:20px;
  margin-bottom:20px;
  font-size: 85%;
}

.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  color: #222;
}

.comment .links {
  margin-bottom: 0;
}
.node .links {
	font-size:92%;
}

.clr {
	clear: both;
}

/* Secondary links */

#secondary {
}

#secondary ul {
  margin:0;
  padding:0;
  list-style:none;
}
#secondary li {
  margin:0;
  padding:0;
  display:inline;
}

#secondary li a {
  float:left;
  display:block;
  font-size: 90%;
  padding:0px 14px 0px 14px;
}

#secondary a:hover {
  text-decoration: none;
}

#secondary a.active {
  font-weight:bold;
}

ul.links li {
  padding: 0;
}
ul.links li.first {
  border: none;
}

a.readon,
a:hover.readon {
	margin-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;

	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}

.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}

#footer-region {
  text-align: center;
  font-size:82%
}

#footer-message {
  text-align: center;
  margin:0;
  font-size: 90%;
  padding: 1em;
}
  
#footer-message a {
  font-weight:bold;
}

div#breadcrumb {
  clear: both;
  font-size: 80%;
  padding-top: 3px;
}

.title, .title a {
  margin: 0 auto;
}
.submitted {
  font-size: 0.8em;
}
.links a {
}

.block .title {
  margin-bottom: .25em;
}

.node {
  margin: .5em 0 2em 0;
  /*width:100%;*/
}
.sticky {
  padding: .5em;
  background-color: #e6f6ff;
  border: dotted 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy a {
  font-size: 0.8em;
  background:#FFFFFF;
  padding:2px 7px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.node .picture {
  float: right;
  margin: 0.5em;
}
.comment {
  padding: .5em;
  margin-bottom: 1em;
}

.comment .title a {
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  float: right;
  margin: 0.5em;
}

#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  padding: 5px 8px 5px;
  margin: 0;
}

/* new */

.section {
	float: left;
}

#section1, #section2 {
  padding-top: 10px;
  margin-top: 10px;
  border: 1px solid #ccc;
}

#content-top h2, #content-top h2.title,
#content-bottom h2, #content-bottom h2.title {
	font-size:125%;
}

/* custom typography styles */
span.alert,
span.help,
span.info,
span.note,
span.info,
span.errormsg,
span.xfer {
	display: block;
	padding: 10px 10px 10px 10px;
	margin: 0 10px;
}

span.alert {
	background-color: #F3CECE;
	border-top: 2px solid #d04040;
	border-bottom: 2px solid #d04040;
}

span.errormsg {
	background-color: #F3CECE;
	border-top: 2px solid #d04040;
	border-bottom: 2px solid #d04040;
}

span.help {
	background-color: #CADAEF;
	border-top: 2px solid #3060a0;
	border-bottom: 2px solid #3060a0;
}

span.note {
	background-color: #F8EFD0;
	border-top: 2px solid #E6CC62;
	border-bottom: 2px solid #E6CC62;
}

span.info {
	background-color: #F8EFD0;
	border-top: 2px solid #E6CC62;
	border-bottom: 2px solid #E6CC62;
}

span.xfer {
	background-color: #DDF8EB;
	border-top: 2px solid #20a060;
	border-bottom: 2px solid #20a060;
}

pre {
	padding:10px;
	background:#F8F8F8 none repeat scroll 0%;
	border:1px solid #C0C0C0;
	margin: 10px 0;
}

blockquote {
	padding: 10px 10px 10px 30px;
	font-style:italic;
	font-size:110%;
	line-height:130%;
	color: #555;
	margin: 15px;
	background: transparent url(images/blockquote.gif) no-repeat scroll 0 5px;
}

/* from blue.css */

body {
  color: #292929;
}

a:link,
a:visited,
.title, .title a,
.submitted,
.links,
.node .taxonomy,
#aggregator .news-item .categories, #aggregator .source, #aggregator .age,
#forum td .name,
div.admin-panel .description {
  color: #104A91;
}

a:hover {
  color: #960B19;
}


/* Menu styles */

#secondary {
  background: #6C8CB5;
	border-top:1px solid #999999;
}

#secondary li a {
  color: #fff;
  background: #6C8CB5;
	border-right:1px solid #999999;
}

#secondary a:hover,
#secondary a.active {
  background: #104A91;
}

#mission {
  border: solid 1px #104A91;
  color: #000;
}

.comment {
  border: 1px solid #104A91;
}


#profile .profile {
  border: 1px solid #104A91;
}

/* another son of suckerfish...
http://www.htmldog.com/articles/suckerfish/dropdowns/
http://www.alistapart.com/articles/horizdropdowns
*/

#suckerfishmenu	.block {
  margin-bottom: 0;
  padding-bottom: 0;
}
#suckerfishmenu	.block, #suckerfishmenu	.box {
  padding: 0;
}

#suckerfishmenu	h2 {
  display: none;
}

#suckerfishmenu	 {
  line-height: 28px;
  background: #104a91;
}

#suckerfishmenu .block {
  border: none;
  margin: 0;
  padding: 0;
}

#suckerfishmenu	 ul.menu { /* top level ul */
  padding: 0 0 0 0px;
  list-style: none;
  z-index: 3;
  display: inline;
} 

#suckerfishmenu	 a {
  background: #104a91;
  color: #fff;
  display: block;
  padding: 0px 14px 0px 14px; /* padding between menu elements */
  text-decoration: none;
  font-size: 95%;
  font-weight: bold;
  border-right: #999 solid 1px;
}

#suckerfishmenu	 a:active,
#suckerfishmenu	 a:hover {
  background: #6C8CB5;
  text-decoration: none;
  border-right: #999 solid 1px;
}

#suckerfishmenu	 li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  height: 1%;
}


/* second-level lists */

#suckerfishmenu	 ul.menu ul {
  padding: 0;
  margin-left: -1px;
  list-style: none;
  background: #999;
}

#suckerfishmenu	 ul.menu li ul {
  position: absolute;
  width: 200px;
  left: -999em; /* to hide menus because display: none isn't read by screen readers */
}


#suckerfishmenu	 ul.menu li li {
  float: left;
  width: 200px;
  margin-bottom: 1px;
}


#suckerfishmenu	 ul.menu li li a:link,
#suckerfishmenu	 ul.menu li li a:visited {
  color: #fff;
  background: #104a91;
  width: 170px;
  border-bottom: 1px #104a91 solid;
  border-left: 1px #999 solid;
  font-weight: normal;
}

#suckerfishmenu	 ul.menu li li.expanded a {
	background: #104a91 url(images/menu_arrow.png) 100% 50% no-repeat;
}

#suckerfishmenu	 ul.menu li li.expanded a:active,
#suckerfishmenu	 ul.menu li li.expanded a:hover {
	background: #6C8CB5 url(images/menu_arrow.png) 100% 50% no-repeat;
}

#suckerfishmenu	 ul.menu li ul a:active,
#suckerfishmenu	 ul.menu li ul a:hover {
  background: #6C8CB5;
  text-decoration: none;
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu a {
  background: #104a91;
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu a:active,
#suckerfishmenu	 ul.menu li li.expanded ul.menu a:hover {
  background: #6C8CB5;
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu li.expanded a {
	background: #104a91 url(images/menu_arrow.png) 100% 50% no-repeat;
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu li.expanded a:active,
#suckerfishmenu	 ul.menu li li.expanded ul.menu li.expanded a:hover {
	background: #6C8CB5 url(images/menu_arrow.png) 100% 50% no-repeat;
}

#suckerfishmenu	 ul.menu li li {
}

#suckerfishmenu	 ul.menu li ul a {
  color: #fff;
  width: 200px;
  line-height: 24px;
  font-size: 95%;
}

#suckerfishmenu	 ul.menu li ul a:active,
#suckerfishmenu	 ul.menu li ul a:hover {
  color: #fff;
  background: #6C8CB5;
  text-decoration: none;
}

/* margin for pullouts */
#suckerfishmenu	 ul.menu li ul ul {
  margin: -25px 0px 0px 199px;
}

#suckerfishmenu	 ul.menu li:hover ul ul, #suckerfishmenu	 ul.menu li:hover ul ul ul, #suckerfishmenu	 ul.menu li.sfhover ul ul, #suckerfishmenu	 ul.menu li.sfhover ul ul ul {
  left: -999em;
}

#suckerfishmenu	 ul.menu li:hover ul, #suckerfishmenu	 ul.menu li li:hover ul, #suckerfishmenu	 ul.menu li li li:hover ul, #suckerfishmenu	 ul.menu li.sfhover ul, #suckerfishmenu	 ul.menu li li.sfhover ul, #suckerfishmenu	 ul.menu li li li.sfhover ul {
  left: auto;
}

/* third level menus */

#suckerfishmenu	 ul.menu li ul ul ul{
  margin: -25px 0 0 199px;
}

#suckerfishmenu	 ul.menu ul li:hover ul ul, #suckerfishmenu	 ul.menu ul li:hover ul ul ul, #suckerfishmenu	 ul.menu ul li.sfhover ul ul, #suckerfishmenu	 ul.menu ul li.sfhover ul ul ul {
  left: -999em;
}

#suckerfishmenu	 ul.menu ul li:hover ul, #suckerfishmenu	 ul.menu ul li li:hover ul, #suckerfishmenu	 ul.menu ul li li li:hover ul, #suckerfishmenu	 ul.menu ul li.sfhover ul, #suckerfishmenu	 ul.menu ul li li.sfhover ul, #suckerfishmenu	 ul.menu ul li li li.sfhover ul {
  left: auto;
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu li.expanded ul.menu li a { background: #104a91; }
#suckerfishmenu	 ul.menu li li.expanded ul.menu li.expanded ul.menu li a:active, #suckerfishmenu ul.menu li li.expanded ul.menu li.expanded ul.menu li a:hover { 
	background: #6C8CB5;}

#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu li.expanded a { 	background: #104a91 url(images/menu_arrow.png) 100% 50% no-repeat; }
#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu li.expanded a:active, #suckerfishmenu ul.menu li li.expanded ul.menu li ul.menu li.expanded a:hover { 
	background: #6C8CB5 url(images/menu_arrow.png) 100% 50% no-repeat;}

#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu a {   background: #104a91; }
#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu a:active, #suckerfishmenu ul.menu li li.expanded ul.menu li ul.menu a:hover {   background: #8D1019; }


#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu li.expanded li ul.menu li.expanded a { 	background: #104a91 url(images/menu_arrow.png) 100% 50% no-repeat; }
#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu li.expanded li ul.menu li.expanded a:active, #suckerfishmenu ul.menu li li.expanded ul.menu li ul.menu li.expanded li ul.menu li.expanded a:hover { 
	background: #6C8CB5 url(images/menu_arrow.png) 100% 50% no-repeat;}

#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu li ul.menu a {   background: #104a91; }
#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu li ul.menu a:active, #suckerfishmenu ul.menu li li.expanded ul.menu li ul.menu li ul.menu a:hover {   background: #6C8CB5; }

/****************************************************************************************/
/*********************************************** CUSTOMIZATION  *************************/
/****************************************************************************************/


#header, #content {
  width: 100%;
overflow:hidden;
}

#header {
background:transparent url(images/topback.jpg) repeat-x top left;
}

img#logo  {
  margin: 0;
}

#logo {
float:left;
}

#header-image {
float:right;
clear:right;
}

#header .block {
  text-align: center;
}

.clear-block {
display:inline-block;
}

.clear-block {
display:block;
}

#primary {
  line-height: 34px;
background:url(images/top01.gif) repeat-x left top;
text-align:center;
margin:0 15px;
}

#primary-left {
background:url(images/top01l.gif) no-repeat left top;
}

#primary-right {
background:url(images/top01r.gif) no-repeat right top;
}

#primary ul {
  padding:0;
  margin:0;
  list-style:none;
}

#primary li {
  display:inline;
}

#primary a {
  padding:0 42px;
  font-size: 95%;
text-transform:uppercase;
color:#555;
}

#primary a {
}

#primary a:hover {
  text-decoration: underline;
color:#005379;
}

#primary a.active {
}

#dpm {
background:transparent url(images/top01.gif) repeat-x left top;
line-height:34px;
text-align:center;
text-transform:uppercase;
margin:0 11px;
}

#dpm a {
padding:0 2.8% 0 2%;
color:#999;
text-decoration:none;
border-right:1px solid;
font-size:80%;
font-family:tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
}

#dpm a:hover {
color:#005379;
border-right:1px solid #005379;
}

#dynamic-persistent-menu-menu87 a
{
border:none;
}

#dynamic-persistent-menu-menu87 a:hover
{
border:none;
}

#dpm_left {
background:transparent url(images/top01l.gif) no-repeat left top;
margin:0 -11px;
}

#dpm_right {
background:transparent url(images/top01r.gif) no-repeat right top;
}

#dpm_sub {
height:0.0000000000001em;
text-align:center;
}

#dpm_sub a{
padding:0 10px;
color:#555;
}

#dpm_sub a:hover {
color:#333;
}






/******************************** BLOCKS BACKGROUND *******************************************/
/******************************** grey blocks **********************************************/
#block-top-user-1 {
background:#eeeeee;
width:196px;
font-size:85%;
}
#block-top-user-1 h2{
text-align:center;
color:#666;
font-weight:normal;
font-size:120%;
text-transform:uppercase;
border-bottom:1px solid #666;
}
#block-top-user-1 a{
color:#444;
}
#block-top-user-1 a:hover{
color:#c70000;
}

#block-top-user-0, #block-top-user-2, #block-top-user-3 {
background:#eeeeee;
width: 196px;
}
#block-top-user-0 h2{
text-align:center;
color:#666;
font-weight:normal;
font-size:100%;
text-transform:uppercase;
border-bottom:1px solid #666;
}
#block-top-user-0 a{
color:#444;
}
#block-top-user-0 a:hover{
color:#c70000;
}
#block-top-user-2 h2{
text-align:center;
color:#666;
font-weight:normal;
font-size:100%;
text-transform:uppercase;
border-bottom:1px solid #666;
}
#block-top-user-2 ul {
font-size:85%;
padding-left:0.4em;
}
#block-top-user-2 a{
color:#444;
}
#block-top-user-2 a:hover{
color:#c70000;
}
#block-top-user-3 h2{
text-align:center;
color:#666;
font-weight:normal;
font-size:100%;
text-transform:uppercase;
border-bottom:1px solid #666;
}
#block-top-user-3 .content{
font-size:85%;
padding-left:0.6em;
}
#block-top-user-3 h3{
margin:5px 0 -1px 0;
}
#block-top-user-3 ul{
padding-left:0;
}
#block-top-user-3 a{
color:#444;
}
#block-top-user-3 a:hover{
color:#c70000;
}

#block-top-menu-152 {
background:#eeeeee;
}
#block-top-menu-152 h2{
text-align:center;
color:#666;
font-weight:normal;
font-size:100%;
text-transform:uppercase;
border-bottom:1px solid #666;
}
#block-top-menu-152 a{
color:#444;
}
#block-top-menu-152 a:hover{
color:#c70000;
}

#block-top-menu-93 {
background:#eeeeee;
}
#block-top-menu-93 a{
color:#444;
}
#block-top-menu-93 a:hover{
color:#c70000;
}
#block-top-block-43, #block-top-block-44, #block-top-block-50,
#block-top-block-55 {
background:#eeeeee;
text-align:center;
}
#block-top-block-44, #block-top-block-50, #block-top-block-55 {
font-size:85%;
}
#block-top-block-43 .content {
height:40px;
}

#block-bottom-block-36, #block-bottom-block-43, #block-bottom-block-44, 
#block-bottom-block-50, #block-bottom-block-55, #block-bottom-vbbirthdays-0,
#block-bottom-vbforumblocks-7 {
	height:0;
}

#block-top-block-27 {
background:#eeeeee;
}

#block-top-block-32, #block-top-block-58 {
	background:url(images/zootaxiback.gif) top left no-repeat;
	margin-bottom:0;
	margin-top:3px;
}

#block-top-block-40, #block-top-block-42,
#block-top-block-45, #block-top-block-51, 
#block-top-block-54, #block-top-block-57 {
	background:#e9f5fe;
	font-size:85%;
}
#block-top-block-45, #block-top-block-46,
#block-top-block-47, #block-top-block-49,
#block-top-block-52, #block-top-block-57 {
	padding:0;
}
#block-top-block-45 p, #block-top-block-46 p,
#block-top-block-49 p, #block-top-block-57 p {
	padding:0;
	margin:0;
	line-height:100%;
}

#block-top-block-41 {
	background:#d2ebfc url(images/attention1.png) 8px bottom no-repeat;
	font-size:85%;
}
#block-top-block-54 {
	background:#e9f5fe url(images/clock.png) right bottom no-repeat;
}
#block-top-block-40 h2, #block-top-block-42 h2, 
#block-top-block-51 h2, #block-top-block-54 h2 {
text-align:center;
color:#666;
font-weight:normal;
font-size:120%;
text-transform:uppercase;
border-bottom:1px solid #666;
}

#block-top-vbforumblocks-2 {
background:#eeeeee;
}
#block-top-vbforumblocks-2 h2{
text-align:center;
color:#666;
font-weight:normal;
font-size:100%;
text-transform:uppercase;
border-bottom:1px solid #666;
}
#block-top-vbforumblocks-2 ul, #block-top-vbforumblocks-7 ul {
	padding-left: 0.2em;
}
#block-top-vbpm-0 ul {
	padding-left:0;
}
#block-top-vbforumblocks-2 a, #block-top-vbforumblocks-7 a {
	color:#444;
	font-size: 85%;
}
#block-top-vbbirthdays-0 .content, #block-top-vbpm-0 .content {
	color:#444;
	font-size: 85%;
	padding-left: 0.6em;
}
#block-top-vbpm-0 h3 {
	margin: 5px 0 -1px;
}
#block-top-vbforumblocks-2 a:hover{
color:#c70000;
}

#block-top-vbforumblocks-4 {
background:#eeeeee;
}
#block-top-vbforumblocks-4 h2{
text-align:center;
color:#666;
font-weight:normal;
font-size:100%;
text-transform:uppercase;
border-bottom:1px solid #666;
}
#block-top-vbforumblocks-4 a{
color:#444;
}
#block-top-vbforumblocks-4 a:hover{
color:#c70000;
}

#block-top-vbforumblocks-5 {
background:#eeeeee;
}
#block-top-vbforumblocks-5 h2{
text-align:center;
color:#666;
font-weight:normal;
font-size:100%;
text-transform:uppercase;
border-bottom:1px solid #666;
}
#block-top-vbforumblocks-5 a{
color:#444;
}
#block-top-vbforumblocks-5 a:hover{
color:#c70000;
}

#block-top-vbforumblocks-6 {
background:#eeeeee;
}
#block-top-vbforumblocks-6 h2{
text-align:center;
color:#666;
font-weight:normal;
font-size:100%;
text-transform:uppercase;
border-bottom:1px solid #666;
}
#block-top-vbforumblocks-6 a{
color:#444;
}
#block-top-vbforumblocks-6 a:hover{
color:#c70000;
}

#block-top-vbforumblocks-7 {
background:#eeeeee;
}
#block-top-vbforumblocks-7 h2{
text-align:center;
color:#005379;
font-weight:normal;
font-size:100%;
text-transform:uppercase;
border-bottom:1px solid #666;
}
#block-top-vbforumblocks-7 a{
color:#444;
}
#block-top-vbforumblocks-7 a:hover{
color:#c70000;
}

#block-top-vbbirthdays-0 {
background:#eeeeee;
}
#block-top-vbbirthdays-0 h2{
text-align:center;
color:#666;
font-weight:normal;
font-size:100%;
text-transform:uppercase;
border-bottom:1px solid #666;
}
#block-top-vbbirthdays-0 a{
color:#444;
}
#block-top-vbbirthdays-0 a:hover{
color:#c70000;
}

#block-top-vbpm-0 {
background:#eeeeee;
width:196px;
}
#block-top-vbpm-0 h2{
text-align:center;
color:#666;
font-weight:normal;
font-size:100%;
text-transform:uppercase;
border-bottom:1px solid #666;
}
#block-top-vbpm-0 a{
color:#444;
}
#block-top-vbpm-0 a:hover{
color:#c70000;
}

#block-top-block-25 {
background:#eeeeee;
}
#block-top-block-25 h2{
text-align:center;
color:#666;
font-weight:normal;
font-size:100%;
text-transform:uppercase;
border-bottom:1px solid #666;
}

#block-top-menu-93 h2, #block-top-block-43 h2, 
#block-top-block-44 h2, #block-top-block-50 h2, #block-top-block-55 h2 {
text-align:center;
color:#666;
font-weight:normal;
font-size:100%;
text-transform:uppercase;
border-bottom:1px solid #666;
}

#block-top-block-44 h2, #block-top-block-50 h2, #block-top-block-55 h2 {
font-size:120%;
}

#block-bottom-block-25, #block-bottom-block-27, 
#block-bottom-block-29, #block-bottom-block-32,
#block-bottom-block-35, #block-bottom-block-40, 
#block-bottom-block-41, #block-bottom-block-42, 
#block-bottom-block-45, #block-bottom-block-46,
#block-bottom-block-47, #block-bottom-block-49,
#block-bottom-block-51, #block-bottom-block-54,
#block-bottom-block-57, #block-bottom-block-58 {
height:0;
}

#block-bottom-vbforumblocks-2{
height:0;
}
#block-bottom-user-3{
height:0;
}
#block-bottom-vbpm-0{
height:0;
}
#block-bottom-user-2{
height:0;
}


#block-top-block-31 {
background:#eeeeee;
}
#block-top-block-31 h2{
text-align:center;
color:#666;
font-weight:normal;
font-size:100%;
text-transform:uppercase;
border-bottom:1px solid #666;
}
#block-top-block-31 a{
color:#444;
}
#block-top-block-31 a:hover{
color:#c70000;
}

#block-bottom-block-31{
height:0;
}
#block-top-block-33 {
background:#eeeeee;
}
#block-top-block-33 h2{
text-align:center;
color:#666;
font-weight:normal;
font-size:100%;
text-transform:uppercase;
border-bottom:1px solid #666;
}

#block-top-block-34 {
background:#eeeeee;
}
#block-top-block-34 h2{
text-align:center;
color:#666;
font-weight:normal;
font-size:100%;
text-transform:uppercase;
border-bottom:1px solid #666;
}
#block-top-block-34 a{
color:#444;
text-decoration:underline;
}
#block-top-block-34 a:hover{
color:#c70000;
}

#block-bottom-block-34{
height:0;
}

#block-top-block-35 {
background:#d2ebfc url(images/attention.jpg) 8px 8px no-repeat;
}
#block-top-block-35 h2{
text-align:center;
color:#666;
font-weight:normal;
font-size:100%;
text-transform:uppercase;
border-bottom:1px solid #666;
}

/******************************** white blocks ****************************/
#block-top-menu-2 {
background:url(images/block-bg-top.gif) no-repeat left top;
margin:0;
padding-left:15px;
padding-top:10px;
}

#block-bottom-menu-2 {
background:url(images/block-bg-bottom.gif) no-repeat left bottom;
}

#block-mid-menu-2 {
margin-left:5px;
}

#block-top-menu-325 {
background:url(images/block-bg-top.gif) no-repeat left top;
margin:0;
padding-left:15px;
padding-top:10px;
}

#block-bottom-menu-325 {
background:url(images/block-bg-bottom.gif) no-repeat left top;
height: 18px;
}

#block-mid-menu-325 {
margin-left:5px;
}

#block-bottom-menu-93 {
height:0;
}

#block-top-search-0 {
background:url(images/block-bg-top.gif) no-repeat left top;
margin:0;
padding-left:0px;
padding-top:15px;
text-align:center;
}

#block-bottom-search-0 {
background:url(images/block-bg-bottom.gif) no-repeat left top;
height:21px;
}

#block-mid-search-0 {
margin-left:5px;
}

#block-top-block-1 {
	padding-top:3px;
}

#block-top-block-29 {
background:url(images/reception2.gif) no-repeat left top;
height:65px;
padding:10px 0 0 15px;
margin-top:3px;
}
#block-top-block-29:hover{
background:url(images/reception3.gif) no-repeat left top;
height:65px;
padding:10px 0 0 15px;
}
#block-top-block-29 a{
color:#666;
font-weight:bold;
font-size:110%;
}
#block-top-block-29 a:hover{
color:#c70000;
}


/******************************** ICONS FOR MENU ITEMS ***************************************/

#block-top-menu-325 li{
list-style-image:none; 
list-style-type:none; 
margin:0 0 0 -20px; 
padding:1em 0;
}

#block-top-menu-325 li a {
padding:1em 0 1em 4em; 
margin:0;
}

li#m-i-94 a{
background:url(images/left01.gif) no-repeat left center;
}
li#m-i-94 a:hover{
background:url(images/left01a.gif) no-repeat left center;
}

li#m-i-96 a{
background:url(images/left02.gif) no-repeat left center;
}
li#m-i-96 a:hover{
background:url(images/left02a.gif) no-repeat left center;
}

li#m-i-71 a{
background:url(images/left03.gif) no-repeat left center;
}
li#m-i-71 a:hover{
background:url(images/left03a.gif) no-repeat left center;
}

li#m-i-326 a{
background:url(images/left04.gif) no-repeat left center;
}
li#m-i-326 a:hover{
background:url(images/left04a.gif) no-repeat left center;
}

li#m-i-107 a{
background:url(images/left05.gif) no-repeat left center;
}
li#m-i-107 a:hover{
background:url(images/left05a.gif) no-repeat left center;
}

li#m-i-104 a{
background:url(images/left06.gif) no-repeat left center;
}
li#m-i-104 a:hover{
background:url(images/left06a.gif) no-repeat left center;
}

li#m-i-327 a{
background:url(images/left07.gif) no-repeat left center;
}
li#m-i-327 a:hover{
background:url(images/left07a.gif) no-repeat left center;
}

li#m-i-364 a{
background:url(images/left08.gif) no-repeat left -44px ;
}
li#m-i-364 a:hover{
background-position: left -1px;
}
li#m-i-366 a{
background:url(images/left09.gif) no-repeat left -44px ;
}
li#m-i-366 a:hover{
background-position: left 0;
}
#squeeze-inner {
background:#e9f5fe;
padding:10px 15px 0 15px;
*width:100%;    /* IE6 + 7, doesn't work in IE8/9 as IE7 */
_width:100%;     /* IE6 */
width:100%\0/IE8+9; /* IE8 + 9 + IE10pp4  */
width:100% \0/IE9; }  /* IE9 + IE10pp4 */
}

/************************* OTHER ****************************/
/***************** footer **********************/
#block-mid-block-10 {
margin:-1em 0 -2em 0;
}

#block-mid-block-1 {
background:url(images/footer.gif) repeat-x left top;
}

/****************** additional regions *********/
#bottom1 {
width:49%;
}
#bottom2 {
width:50%;
float:right;
}
#section3 {
text-align:center;
}
#top1 {
width:49%;
margin-top:2px;
}
#top2 {
width:50%;
float:right;
margin-top:2px;
}
#section4 {
text-align:center;
}


/**************** imaged menu blocks ************/
#block-top-menu-328 {
background: url(images/gradient.gif) no-repeat left top;
height:180px;
width:70%;
margin:0;
padding-left:0;
padding-right:0;
}
#block-mid-menu-328 {
background:url(images/tyh.jpg) no-repeat right top;
margin-right:3px;
}
#block-top-menu-328 h2.title{
color:#005379;
border-bottom:solid 2px #005379;
text-transform:uppercase;
font-size:94%;
font-weight:normal;
}
#block-top-menu-328 a {
display:block;
height:1.2em;
padding-left:25px;
color:#555;
padding-top:0px;
padding-bottom:3px;
}
#block-top-menu-328 a:hover {
display:block;
background:#fff url(images/arrow.gif) no-repeat -9px center;
color:#960B19;
}
#block-top-menu-328 ul{
padding-left:0;
padding-right:0;
padding-top:.2em;
line-height:normal;
}
#block-top-menu-328 li {
list-style-type:none;
list-style-image:none;
padding:0.5px 0;
margin-left:0;
margin-right:0;
}

/*************************/
#block-top-menu-334 {
background: url(images/gradient.gif) no-repeat left top;
height:180px;
width:70%;
margin:-20px 0;
padding-left:0;
padding-right:0;
}
#block-mid-menu-334 {
background:url(images/kar.jpg) no-repeat right top;
margin-right:3px;
}
#block-top-menu-334 h2.title{
color:#005379;
border-bottom:solid 2px #005379;
text-transform:uppercase;
font-size:94%;
font-weight:normal;
}
#block-top-menu-334 a {
display:block;
height:1.2em;
padding-left:25px;
color:#555;
padding-top:0px;
padding-bottom:3px;
}
#block-top-menu-334 a:hover {
display:block;
background:#fff url(images/arrow.gif) no-repeat -9px center;
color:#960B19;
}
#block-top-menu-334 ul{
padding-left:0;
padding-right:0;
padding-top:.2em;
}
#block-top-menu-334 li {
list-style-type:none;
list-style-image:none;
padding-left:0;
padding-right:0;
margin-left:0;
margin-right:0;
}

/*************************/
#block-top-menu-341 {
background: url(images/gradient.gif) no-repeat left top;
height:180px;
width:70%;/**/
margin:0;
padding-left:0;
padding-right:0;
}
#block-mid-menu-341 {
background:url(images/sap.jpg) no-repeat right top;
margin-left:3px;
}
#block-top-menu-341 h2.title{
color:#005379;
border-bottom:solid 2px #005379;
text-transform:uppercase;
font-size:94%;
font-weight:normal;
}
#block-top-menu-341 a {
display:block;
height:1.2em;
padding-left:25px;
color:#555;
padding-top:0px;
padding-bottom:3px;
}
#block-top-menu-341 a:hover {
display:block;
background:#fff url(images/arrow.gif) no-repeat -9px center;
color:#960B19;
}
#block-top-menu-341 ul{
padding-left:0;
padding-right:0;
padding-top:.2em;
}
#block-top-menu-341 li {
list-style-type:none;
list-style-image:none;
padding-left:0;
padding-right:0;
margin-left:0;
margin-right:0;
}

/*************************/
#block-top-menu-346 {
background: url(images/gradient.gif) no-repeat left top;
height:180px;
width:70%;
margin:-20px 0;
padding-left:0;
padding-right:0;
}
#block-mid-menu-346 {
background:url(images/vas.jpg) no-repeat right top;
margin-left:3px;
}
#block-top-menu-346 h2.title{
color:#005379;
border-bottom:solid 2px #005379;
text-transform:uppercase;
font-size:94%;
font-weight:normal;
}
#block-top-menu-346 a {
display:block;
height:1.07em;
padding-left:25px;
color:#555;
padding-top:0px;
padding-bottom:3px;
}
#block-top-menu-346 a:hover {
display:block;
background:#fff url(images/arrow.gif) no-repeat -9px center;
color:#960B19;
}
#block-top-menu-346 ul{
padding-left:0;
padding-right:0;
padding-top:.2em;
}
#block-top-menu-346 li {
list-style-type:none;
list-style-image:none;
padding:0;
margin-left:0;
margin-right:0;
}


/******************** coloured buttons on top *************************/
table#start
{
margin-top:0;
margin-bottom:0;
}

td#start{
text-align:center;
}


a#start_red{
color:#1c2f45;
text-decoration:none;
background:url(images/red.png) repeat-x;
padding:5px 20px 5px 20px;
margin-left:-7px;
}

a#start_red:hover{
color:#1c2f45;
text-decoration:none;
outline: none;
background:url(images/red_active.png) repeat-x;
}
a#start_red:active {
padding:4px 19px 4px 21px;
outline: none;
}
a#start_green{
color:#1c2f45;
text-decoration:none;
background:url(images/green.png) repeat-x;
padding:5px 20px 5px 20px;
margin-left:-7px;
}

a#start_green:hover{
color:#1c2f45;
text-decoration:none;
outline: none;
background:url(images/green_active.png) repeat-x;
}
a#start_green:active {
padding:4px 19px 4px 21px;
outline: none;
}
a#start_blue{
color:#1c2f45;
text-decoration:none;
background:url(images/blue.png) repeat-x;
padding:5px 20px 5px 20px;
margin-left:-7px;
}

a#start_blue:hover{
color:#1c2f45;
text-decoration:none;
outline: none;
background:url(images/blue_active.png) repeat-x;
}

a#start_blue:active {
padding:4px 19px 4px 21px;
outline: none;
}

a#sotrlink{
color: #ffffff;
font-size: 12pt;
text-decoration: none;
font-family: Arial, Tahoma, Verdana,sans-serif;
background-image:url(images/fon.gif) ;
padding: 5px 20px 5px 20px;
margin-left:-3px;
}
a#sotrlink:hover {
color: #ffffff;
font-size:12pt;
text-decoration:none;
font-family: Arial, Tahoma, Verdana,sans-serif;
background-image:url(images/fon_on.gif);
padding: 5px 20px 5px 20px;
}


div.metadata {
background:#d1e8fa;
padding:5px 5px 2% 5px;
margin:0 0 1em 0;
text-align:center;
}
div.metadata input {
width:96%;
font-size:92%;
}
div.metadata h5 {
margin:0.5em 0;
color:#005379;
}
.likebuttons {
width:100%;
text-align:center;
}
.likebuttons h5 {
margin-bottom:2px;
}
p.i {
text-indent:8%;
}

.incut-right{
float:right;
width:30%;
background:#ffee98;
margin:0 7% 2% 5%;
border:1px solid;
padding:7% 3% 3% 4%;
background-image:url(http://www.bkvet.ru/files/pictures/knopka1.png);
background-repeat:no-repeat;
background-position: 0% 0%;
}
.simple_incut_left{
float:left;
width:30%;
background:#dfedf7;
margin:0 5% 2% 5%;
padding:4% 3% 3% 4%;
border:solid 1px;
}

.alsoread{
float:right;
background:#d4e4ff;
margin:0 3%;
border:1px dotted #c0cdff;
padding:0 0 10px 0;
line-height:1.2;
}

.alsoread a{
display:block;
padding:4px 10px;
}

.alsoread a:hover{
background:#fff;
}

#newrubrik{
margin-left:5%;
}

#price{
font-size:16px;
color:#3366ff;
font-weight:bold;
text-decoration:underline;
}

legend#legend {
font-size:130%;
}

p#i{
text-indent:8%;
}

p#q{
background:#dae9ff;
margin:0 3% 3% 3%;
padding:3% 3% 2% 4%;
border:solid 1px;
}

h1.title {
font-weight:normal;
color:#005379;
}

h2.title {
font-weight:normal;
color:#005379;
}


/******************* Bob native front menu***********/

.bigtop {
	width:10%;
}
.bigtop p, .bigtop br {
	display:none;
	height:0;
	line-height:0;
}
.bigtop div {
	width:100%;
	padding-top: 73px;
	padding-bottom: 6px;
	text-align:center;
	font-size:11px;
	cursor:pointer;
	text-decoration:none;
	color:#999;
	margin-top:20px;
	margin-bottom:12px;
	*margin-top:15px;
	*margin-bottom:10px;
}

.bigtop a{
	outline:none;
}

.bigtop div:hover, .bigtop a:hover {
text-decoration:none;
color:#005379;
}

.mn1 {
	background:center top no-repeat url(images/b1c.gif);
}

.mn1:hover {
	background:center -96px no-repeat url(images/b1c.gif);
}

.mn2 {
	background:center top no-repeat url(images/b2c.gif);
}

.mn2:hover {
	background:center -96px no-repeat url(images/b2c.gif);
}

.mn3 {
	background:center top no-repeat url(images/b3c.gif);
}

.mn3:hover {
	background:center -96px no-repeat url(images/b3c.gif);
}

.mn4 {
	background:center top no-repeat url(images/b4c.gif);
}

.mn4:hover {
	background:center -96px no-repeat url(images/b4c.gif);
}

.mn5 {
	background:center top no-repeat url(images/b8c.gif);
}

.mn5:hover {
	background:center -96px no-repeat url(images/b8c.gif);
}

.mn6 {
	background:center top no-repeat url(images/b6c.gif);
}

.mn6:hover {
	background:center -96px no-repeat url(images/b6c.gif);
}

.mn7 {
	background:center top no-repeat url(images/b7c.gif);
}

.mn7:hover {
	background:center -96px no-repeat url(images/b7c.gif);
}

.mn8 {
	background:center top no-repeat url(images/b9a.gif);
}

.mn8:hover {
	background:center -96px no-repeat url(images/b9a.gif);
}
.mn10 {
	background:center top no-repeat url(images/b10c.gif);
}

.mn10:hover {
	background:center -96px no-repeat url(images/b10c.gif);
}

/***** Horisontal menu with big icons on front page *******/
#frontmenu {
margin:-3em 0 -2.5em 0;
}

.caption {
	padding:0 4px 4px 0;
	border-bottom:#fff 1px solid;
	border-right:#fff 1px solid;
	margin: 3px 13px 0 13px;
}

/*********************** TEMPORARY CSS ************************/

a#smallbutton {
	font-size: 92%; 
	padding: 2px 10px;
	background: #005379;
	color: #FFF;
	text-decoration: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
}

a.codeButton:hover { text-decoration:none; color:#005379; }

.bigbutton {
	background:#fff;
	padding: 5px 14px 3px;
	font-weight: bold;
	margin: 10px 0;
	text-decoration: none;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
}

.bigbutton:hover {
	cursor:pointer;
}
.bordedtable {
	border-collapse: separate !important;
}
.bordedtable td {
	border-bottom: 1px #666 solid;
}

.bordedtable tr td.lb {
	border-left: 1px #666 solid;
}
.pricehead {
	background-color:#069;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size:92%;
	padding-bottom:3px;
}
#webform-client-form-574 {
	font-size:90%;
}
#webform-client-form-574 .form-item, #webform-client-form-574 .form-checkboxes, #webform-client-form-574 .form-radios {
	margin-top:0.5em;
	margin-bottom:0.5em;

}
#webform-client-form-574 input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#webform-client-form-574 .form-text {
	width:96%;
}
#webform-client-form-574 #formtd .form-text {
	width:98%;
}
#webform-client-form-574 #formtd .resizable-textarea {
	width:98%;
}
#webform-client-form-574 .container-inline .form-text {
	width:auto;
}

#webform-client-form-574 {
	font-size:90%;
}

#webform-client-form-574 .form-item, #webform-client-form-574 .form-checkboxes, #webform-client-form-574 .form-radios {
	margin-top:0.5em;
	margin-bottom:0.5em;

}
#webform-client-form-595 input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#webform-client-form-595 .form-text {
	width:96%;
}
#webform-client-form-595 #formtd .form-text {
	width:98%;
}
#webform-client-form-595 #formtd .resizable-textarea {
	width:98%;
}
#webform-client-form-595 .container-inline .form-text {
	width:auto;
}
#webform-client-form-595 {
	font-size:90%;
}
#webform-client-form-595 .form-item, #webform-client-form-595 .form-checkboxes, #webform-client-form-595 .form-radios {
	margin-top:0.5em;
	margin-bottom:0.5em;
}
#webform-client-form-598 input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#webform-client-form-598 .form-text {
	width:96%;
}
#webform-client-form-598 #formtd .form-text {
	width:98%;
}
#webform-client-form-598 #formtd .resizable-textarea {
	width:98%;
}
#webform-client-form-598 .container-inline .form-text {
	width:auto;
}
#webform-client-form-598 {
	font-size:90%;
}
#webform-client-form-598 .form-item, #webform-client-form-598 .form-checkboxes, #webform-client-form-598 .form-radios {
	margin-top:0.5em;
	margin-bottom:0.5em;
}
#webform-client-form-713 .form-item label, #webform-client-form-713 legend {font-size:110%;}
#webform-client-form-713 .form-item label {padding-top:13px;}
#webform-client-form-713 .webform-component-select:first-child .form-item label {padding-top:3px;} 
#webform-client-form-713 .form-item label.option {padding-top:0;}
#webform-client-form-713 legend a {padding-left: 18px; padding-right:5px; font-weight:bold;}
#webform-client-form-713 .description {clear:both;} 
#webform-client-form-713 .form-radios label {font-size:90%;}
#webform-client-form-713 .form-radios {margin-top:0;}
#webform-client-form-713 .form-item {margin:0;}
#webform-client-form-713 .form-radios .form-item {float:left; padding-left:11px; margin-top:4px; margin-bottom:0;}
#webform-client-form-713 .webform-component-select {clear:both;}
#webform-client-form-713 .resizable-textarea {margin-top:5px;}
#webform-client-form-713 #edit-submitbutton {font-size:19px; color:#fff; background:#00628e; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; padding: 2px 26px; border:none; -webkit-box-shadow: 2px 2px 5px 0px rgba(255,255,255,1); -moz-box-shadow: 2px 2px 5px 0px rgba(255,255,255,1); box-shadow: 2px 2px 5px 0px rgba(255,255,255,1);}
#webform-client-form-713 .form-submit:hover {cursor:pointer;}
#webform-client-form-713 #edit-submitbutton:hover {background:#0378ad; }
.facebook {outline:none;}
div #vk_like {width:90px !important;}

/*********************** NEW DOCTORS ***********************/
.mem {width:100px; float:left; display:inline-block; padding:5px 3px 5px 13px; text-align:center; min-height:230px; font-size: 85%;	line-height:130%;}
.mem img {border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; width:100px; height:100px;}
.place {background-color: #fff; border: none; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; box-shadow: 1px 1px 4px 1px #888; display: inline-block; float: left; margin: 0 8px 11px; padding: 5px 25px;}
.place:hover, .parts:hover {box-shadow: 1px 1px 4px 1px #208cfb; -moz-box-shadow:1px 1px 4px 1px #208cfb; -webkit-box-shadow:1px 1px 4px 1px #208cfb; cursor:pointer;}
.parts {border-radius: 6px;	-webkit-border-radius: 6px;	-moz-border-radius: 6px; box-shadow: 1px 1px 4px 1px #888; cursor: pointer; border: none; width:150px; padding:5px 5px 5px 44px; margin:0 0 10px; font-size:85%; height:73px; line-height:105%; text-align:left; background:url(images/icons.png) no-repeat #FFF; word-wrap:break-word;}
.selected {background-color:#e9f5fe; box-shadow:1px 1px 4px 1px #208cfb; -moz-box-shadow:1px 1px 4px 1px #208cfb; -webkit-box-shadow:1px 1px 4px 1px #208cfb;}
.doctor-info {background:url(images/arrows02.png) no-repeat top left #e9f5fe; font-size: 14px; max-width: 390px; height: 400px; line-height: 25px; padding: 124px 10px 0;}
.doctor-round {background: #e9f5fe; border: 20px solid #fff; border-radius: 50%; height: 200px; overflow: hidden; padding: 20px; text-align: center; vertical-align: middle; width: 200px; float:right; -moz-box-shadow:2px 2px 4px rgba(0,0,0,0.3); -webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.3); box-shadow:2px 2px 4px rgba(0,0,0,0.3);}