body{
	padding:0;
	margin:0;
	background:url(images/main_bg.gif) 0 0 repeat-x white;
	color:#000;
	behavior:url("csshover3.htc");
}
div, h1, h2,h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}
ul{
	margin:0;
	padding:0;
}
.spacer{
	clear:both;
	font-size:0;
	line-height:0;
}
#header{
	width:921px;
	margin:0 auto;
	height:284px;
	background:url(images/header_bg.gif) 0 56px no-repeat;
	position:relative;
}
#header ul.nav{
	width:380px;
	height:49px;
	padding:0;
	margin:0;
	background:url(images/nav_div.gif) left top no-repeat;
	position:absolute;
	left:0;
	top:7px;
    list-style-type:none;
}
#header ul.nav li{
	float:left;
	padding:0 2px 0 0;
	margin:0;
	background:url(images/nav_div.gif) right top no-repeat;
}
#header ul.nav li.noImg{
	background-image:none;
	padding:0;
}
#header ul.nav li a{
	display:block;
	background:url(images/nav_bg.gif) 0 0 repeat-x #3C3C3C;
	padding:0 12px;
	font:bold 11px/49px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
}
#header ul.nav li a:hover{
	color:#D46701;
	background:url(images/nav_bg_hover.gif) 0 0 repeat-x #fff;
}
#header ul.nav li a.hover{
	display:block;
	background:url(images/nav_bg_hover.gif) 0 0 repeat-x #fff;
	padding:0 12px;
	font:bold 11px/49px Arial, Helvetica, sans-serif;
	color:#D46701;
	text-decoration:none;
	cursor:text;
}
#header img{
	position:absolute;
	left:470px;
	top:0;
	width:160px;
	height:140px;
}
#header h2{
	display:block;
	background:url(images/newsletter.gif) 0 0 no-repeat #fff;
	width:231px;
	height:34px;
	padding:23px 0 0 59px;
	font:normal 21px/27px Arial, Helvetica, sans-serif;
	color:gray;
	position:absolute;
	left:630px;
	top:0;
}
#header form{
	width:266px;
	background:url(images/newsletter_bg.gif) 0 0 repeat-x;
	height:78px;
	padding:0 12px 0 12px;
	position:absolute;
	left:630px;
	top:61px;
}
#header form input.enter{
	background:url(images/btnenter.jpg) 0 0 no-repeat #fffffe;
	width:50px;
	height:21px;
	border:none;
	cursor:pointer;
	color:#fff;
	font:bold 10px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*float:right;*/
	text-transform:uppercase;
}
#header form input.enter:hover{
	color:darkorange;
}
#header form p{
	width:148px;
	padding:0 0 0 15px;
	color:gray;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	float:left;
}
#header form a.profile{
	width:100px;
	background:url(images/link.png) 0 5px no-repeat #fff;
	padding:0 0 0 15px;
	color:#157989;
	font:bold 11px/17px Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
#header form a.nouser{
	width:100px;
	background:url(images/link.png) 0 5px no-repeat #fff;
	padding:0 0 0 15px;
	color:#157989;
	font:bold 11px/17px Arial, Helvetica, sans-serif;
	text-decoration:underline;
	float:left;
}
#header form a{
	width:148px;
	background:url(images/link.png) 0 5px no-repeat #fff;
	padding:0 0 0 15px;
	color:#157989;
	font:bold 11px/17px Arial, Helvetica, sans-serif;
	text-decoration:underline;
	float:left;
}
#header form a.abc{
    background:none;
	padding:0px;
	color:#157989;
    text-decoration:none;
    float:none;
}
#header form a:hover{
	text-decoration:none;
}
#header img.logo{
	position:absolute;
	left:0;
	top:113px;
	width:257px;
	height:66px;
}
#header p.topText{
	width:352px;
	padding:0 0 0 92px;
	background:url(images/top_text_icon.gif) 0 0 no-repeat;
	color:#FFFD75;
	font:bold 19px/26px Arial, Helvetica, sans-serif;
	background-color:inherit;
	position:absolute;
	left:474px;
	top:158px;
}
#header p.topText a{
	color:#fff;
	font:bold 13px/21px Arial, Helvetica, sans-serif;
	background-color:inherit;
	text-decoration:underline;
}
#header p.topText a:hover{
	color:#000;
	background-color:inherit;
	text-decoration:none;
}
div,table {
font:normal 14px Arial, Helvetica, sans-serif;
color:gray;
}
form {
font:normal 14px Arial, Helvetica, sans-serif;
}
input{
border:1px solid #B0C4DE;
}
textarea{
border:1px solid #B0C4DE;
}
#footer{
	width:740px;
	height:128px;
	padding:0;
	margin:0 auto;
	position:relative;
	background-color:#FDFDF0;
}
.user {
	position: relative;
	font-family: Arial;
	font-size: 11px;
	color: #1D859B;
	height: 18px;
	width: 80px;
	border-left:#808080 solid 1px;
	border-top:#808080 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-bottom:#D4D0C8 solid 1px;
	top:-1px;
}
.user span {
 background-color: #ccc;
 border: 1px solid #000;
 display: block;
 left: 0;
 padding: .25em;
 position: absolute;
 top: -1.75em;
}
.user:link span,
.user:visited span {
 visibility: hidden;
}
.user:hover span,
.user:focus span,
.user:active span {
	color: #000;
	text-decoration: none;
	visibility: visible;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#rnd_container {background: #FFFFFF; margin:1px;}
    .rnd_top, .rnd_bottom {display:block; background:#FFFFFF; font-size:1px;}
    .rnd_b1, .rnd_b2, .rnd_b3, .rnd_b4 {display:block; overflow:hidden;}
    .rnd_b1, .rnd_b2, .rnd_b3 {height:1px;}
    .rnd_b2, .rnd_b3, .rnd_b4 {background:#B0C4DE; border-left:1px solid #B0C4DE; border-right:1px solid #B0C4DE;}
    .rnd_b1 {margin:0 5px; background:#B0C4DE;}
    .rnd_b2 {margin:0 3px; border-width:0 2px;}
    .rnd_b3 {margin:0 2px;}
    .rnd_b4 {height:2px; margin:0 1px;}
    .rnd_b11, .rnd_b21, .rnd_b31, .rnd_b41 {display:block; overflow:hidden;}
    .rnd_b11, .rnd_b21, .rnd_b31 {height:1px;}
    .rnd_b21, .rnd_b31, .rnd_b41 {background:white; border-left:1px solid #B0C4DE; border-right:1px solid #B0C4DE;}
    .rnd_b11 {margin:0 5px; background:#B0C4DE;}
    .rnd_b21 {margin:0 3px; border-width:0 2px;}
    .rnd_b31 {margin:0 2px;}
    .rnd_b41 {height:2px; margin:0 1px;}
    .rnd_content {
    display:block;
    border:0 solid #B0C4DE;
    border-width:0 1px;
    padding: 4px;
    padding-top: 0px;
    background:url(images/gradient.png) repeat-x;
    color:#000000;
    text-align:left;
    }
    .rnd_content a {
    color:rgb(112,112,112);
    text-decoration:none;
    }
    .rnd_content p {
    margin-top:5px;
    text-align:justify;
    font:normal 14px Arial;
    color:gray;
    text-indent:50px;
    }
    .rnd_content p.outer {
    margin-top:0px;
    text-align:left;
    font:normal 12px Arial;
    color:gray;
    text-indent:0px;
    }
    .panelcaption{
      padding-left:5px;
      color:gray;
      font:bolder 14px Arial;
    }
#drnd_container {background: #FFFFFF; margin:1px;}
    .drnd_top, .drnd_bottom {display:block; background:#FFFFFF; font-size:1px;}
    .drnd_b1, .drnd_b2, .drnd_b3, .drnd_b4 {display:block; overflow:hidden;}
    .drnd_b1, .drnd_b2, .drnd_b3 {height:1px;}
    .drnd_b2, .drnd_b3, .drnd_b4 {background:#FFCC00; border-left:1px solid #FFCC00; border-right:1px solid #FFCC00;}
    .drnd_b1 {margin:0 5px; background:#FFCC00;}
    .drnd_b2 {margin:0 3px; border-width:0 2px;}
    .drnd_b3 {margin:0 2px;}
    .drnd_b4 {height:2px; margin:0 1px;}
    .drnd_b11, .drnd_b21, .drnd_b31, .ddrnd_b41 {display:block; overflow:hidden;}
    .drnd_b11, .drnd_b21, .drnd_b31 {height:1px;}
    .drnd_b21, .drnd_b31, .drnd_b41 {background:white; border-left:1px solid #FFCC00; border-right:1px solid #FFCC00;}
    .drnd_b11 {margin:0 5px; background:#FFCC00;}
    .drnd_b21 {margin:0 3px; border-width:0 2px;}
    .drnd_b31 {margin:0 2px;}
    .drnd_b41 {height:2px; margin:0 1px;}
    .drnd_content {
    display:block;
    border:0 solid #FFCC00;
    border-width:0 1px;
    padding: 4px;
    padding-top: 0px;
    background:url(images/gradient1.png) repeat-x;
    color:#000000;
    text-align:left;
    }
    .drnd_content a {
    color:rgb(112,112,112);
    text-decoration:none;
    }
    .drnd_content p {
    margin-top:5px;
    text-align:justify;
    font:normal 14px Arial;
    color:gray;
    text-indent:50px;
    }
    .drnd_content p.outer {
    margin-top:0px;
    text-align:left;
    font:normal 12px Arial;
    color:gray;
    text-indent:0px;
    }
    .panelcaption{
      height:30px;
      padding-left:5px;
      color:gray;
      font:bolder 14px Arial;
    }
	#menu1{
		background:#fff;
		width:178px;
		border:1px solid #cccccc;
		padding:3px;
		margin:	1px 0 0 2px;
	}
		#menu1 ul{
            list-style-type:none;
			list-style:none;
		}
			#menu1 li{
				list-style:none;
				display:block;
				border-bottom:1px solid #ffce88;
			}
				#menu1 li a{
					list-style:none;
					display:block;
					background:#fbd346 url(images/menu_006_bg.jpg) repeat-y left;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					text-decoration:none;
					padding:5px 5px 10px 15px;
				}
					#menu1 li a:hover{
						background:#f7941d url(images/menu_006_h.jpg) repeat-x top;
						color:#fff;
						text-decoration:none;
					}
				#menu1 li .current{
					list-style:none;
					display:block;
					background:#f7941d url(images/menu_006_h.jpg) repeat-x top;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					text-decoration:none;
					padding:5px 5px 10px 15px;
				}
					#menu1 li a.current, #menu li a:hover.current{
						background:#f7941d url(images/menu_006_h.jpg) repeat-x top;
						color:#fff;
						text-decoration:none;
					}
table{
text-align:left;
}
.posts{
border-right:1px solid silver;
border-top:1px solid silver;
}
.posts tr td {
border:1px solid silver;
border-right:none;
border-top:none;
padding:5px;
}
.posts tr td a{
text-decoration:none;
color:gray;
}
.headyr td{
background:url(images/tile_sub.jpg) repeat-x;
}
.clear tr td {
border:none;
padding:5px;
}
* dl{
	margin: 0;
        padding: 0;
	color:CornflowerBlue;
    }
* dt{
	 /* IE is dumb */
	clear: both;
        display: block;
        float: left;
        width: 104px;
        height: 10px;
        line-height: 10px;
        margin-right: 5px;
        font-size: 8pt;
        font-weight:700;
        text-align: right;
    }
* dd{
         /* IE is dumb */
	display: block;
        float: left;
        width: 100px;
        height: 10px;
        margin: 0 0 0px 0;
        background: url("images/g_colorbar.jpg") no-repeat;
     }
* dd div{
	background: url("images/g_colorbar2.jpg") no-repeat ;
        height: 10px;
        width: 75%;
        text-align:right;
        display: block;
		clear: both;
     }
* dd div span{
        right: -2px;
        top: -1px;
        display:block;
        /*background: url("images/g_marker.gif") left no-repeat; */
        height: 10px;
        width: 7px;
        text-align: left;
        text-indent: -999px;
        overflow: hidden;
     }
	.star-rating{
		margin-top:2px;
		list-style:none;
		margin-left:2px!important;
		padding:0px!important;
		width: 148px;
		height: 15px;
		position: relative;
		background: url(images/rating.jpg) top left repeat-x;
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:25px;
		height: 15px;
		text-decoration: none;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url(images/rating.jpg) left bottom;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:25px;
	}
	.star-rating a.two-stars{
		left:25px;
	}
	.star-rating a.two-stars:hover{
		width: 50px;
	}
	.star-rating a.three-stars{
		left: 50px;
	}
	.star-rating a.three-stars:hover{
		width: 75px;
	}
	.star-rating a.four-stars{
		left: 75px;
	}
	.star-rating a.four-stars:hover{
		width: 100px;
	}
	.star-rating a.five-stars{
		left: 100px;
	}
	.star-rating a.five-stars:hover{
		width: 125px;
	}
	.star-rating a.six-stars{
		left: 125px;
	}
	.star-rating a.six-stars:hover{
		width: 148px;
	}
	.star-rating li.current-rating{
		background: url(images/rating.jpg) left center;
		position: absolute;
		height: 15px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
#msg_container {background: #FFFFFF; margin:1px;}
    .m_top, .m_bottom {display:block; background:#FFFFFF; font-size:1px;}
    .m_b1, .m_b2, .m_b3, .m_b4 {display:block; overflow:hidden;}
    .m_b1, .m_b2, .m_b3 {height:1px;}
    .m_b2, .m_b3, .m_b4 {background:#FFFFFC; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;}
    .m_b1 {margin:0 5px; background:#CCCCCC;}
    .m_b2 {margin:0 3px; border-width:0 2px;}
    .m_b3 {margin:0 2px;}
    .m_b4 {height:2px; margin:0 1px;}
    .m_content {
    display:block;
    border:0 solid #CCCCCC;
    border-width:0 1px;
    padding: 4px;
    background:#FFFFFC;
    color:#585858;
}
	#tabs ul.tab {
		list-style: none;
		padding: 0;
		margin: 0;
		list-style-type:none;
	}
	#tabs ul.tab li {
		display: inline;
		margin: 0 2px 0 0;
	}
	#tabs ul.tab li a {
		padding: 0 1em;
		text-decoration: none;
		color: #a80;
		background: #fe5;
		font-size:16px;
	}
	#tabs ul.tab li a:hover {
		background: #fc0;
		color: #540;
	}
	#tabs #selected {
	}
	#tabs #selected a {
		padding-bottom: 2px;
		font-weight: bold;
		color: white;
		background: #fc0;
	}
	#tabsc {
		border-top: 1px solid white;
		background: #fc0;
		padding: 5px;
	}
	#tabsc div.wh {
		margin: 0;
		padding: 2px;
		background: white;
		width:100%;
	}
	#tabsc .drugs tr td {
       border:1px solid #FFCC00;
       font-weight:700;
       color:cornflowerblue;
       text-align:center;
       width:20px;
       height:20px;
	}
	#tabsc .drugs tr td:hover {
       background:cornflowerblue;
       color: white;
	}
	#tabsc .drugs tr td a{
       text-decoration:none;
       background:white;
       color:cornflowerblue;
       width:20px;
	}
	#tabsc .drugs tr td a:hover {
       background:cornflowerblue;
       color: white;
	}
	#tabsc input#name {
      border:1px solid #FFCC00;
      height:15px;
	}
	#tabsc input#btn {
      border:0px solid #FFCC00;
      background:#FFCC00;
      color: white;
      height:22px;
      width:70px;
	}
.druglink{
  text-decoration:none;
  color: gray; /*#B0C4DE;*/
}
.druglink:hover{
  color:darkorange;
}
.lzt{
margin-top:3px;
padding:5px;
border:2px solid #FFCC00;
background-color:white;
color:gray;
font-weight:700;
}
.arrowlistmenu{
width: 100%; /*width of menu*/
padding: 5px;
}
.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
width: 98%;
border-bottom: 1px solid #dadada;
}
.arrowlistmenu ul li table tr td  a{
width: 96%;
color: gray;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 14px;
cursor:hand;
}
.arrowlistmenu ul li table tr td  a:hover{ /*hover state CSS*/
color: #FFCC00;
/*background-color: #F3F3F3;*/
}
.arrowlistmenu ul li:hover{ /*hover state CSS*/
color: #FFCC00;
/*background-color: #F3F3F3;*/
}
.arrowlistmenu ul li table {
width: 100%;
}
a.flink {
color:white;
text-decoration:none;
font-size:13px;
font-weight:700;
float:left;
}
a.flink:hover {
color:#B1D632;
text-decoration:none;
}
a.slink {
color:gray;
text-decoration:none;
font-size:13px;
font-weight:bold;
}
a.slink:hover {
color:#B1D632;
text-decoration:none;
}
#menucontainer{
	/*overflow:hidden;*/
    position:absolute;
	height:33px;
	color:#E0E0E0;
	background:#143D55;
	width:1000px;
	/*width:100%;*/
	top:239px;
	/*font-family:Helvetica,Arial,Verdana,sans-serif;*/
	}
#menunav{
	position:relative;
	height:33px;
	font-size:12px;
	font-weight:bold;
	background:#fff url(images/menu_bg_new.gif) repeat-x bottom left;
	padding:0 0 0 0px;
	}
#menunav ul.mm{
	list-style-type:none;
	width:auto;
    float:left;
	}
#menunav ul.mm li{
	display:block;
    float:left;
    width:auto;
	margin:0 1px;
	}
#menunav ul.mm li a{
	display:block;
	float:left;
    color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:33px;
	}
#menunav ul.mm li a span{
	padding:12px 15px 0 0;
	height:21px;
	float:left;
	font-size:12px;
    }
#menunav ul.mm li a:hover{
	color:#fff;
	background:transparent url(images/menu_bg-OVER.gif) repeat-x bottom left;
	}
#menunav ul.mm li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;
	}
#menunav ul.mm li a.currmenu,#menunav ul.mm li a.currmenu:hover{
	color:#fff;
	background:#1D6893 url(images/menu_left-ON.gif) no-repeat top left;
	}
#menunav ul.mm li a.currmenu span{
	/*display:block;
	padding:10px 20px 0 0;
	width:auto;*/
    color:rgb(74,115,138);
	background:#1D6893 url(images/menu_right-ON.gif) no-repeat top right;
	/*height:33px;*/
	}
.float_left {
float:left;
}
.float_right {
float:right;
}
/* Adjust this width to fit your needs */
.container {
width:192px;
}
.container_head {
height:30px;
background-image:url(images/sidebar_center.jpg);
}
/* To Center align the title add: text-align:center; */
.container_head_text {
height:23px;
padding:7px 0 0 0;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:16px;
font-weight:bold;
}
.container_content {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:5px;
color:#666666;
border-width: 1px 1px 1px 1px;
border-spacing: 0px;
border-style: none solid solid solid;
border-color: #E7E7E7;
}
.container_content p{
	width:auto;
	padding:0 0 0 15px;
	color:gray;
	font:normal 13px Arial, Helvetica, sans-serif;
	text-decoration:none;
    text-indent:20px;
}
.arrowlistmenu1{
width: 180px; /*width of accordion menu*/
}
.arrowlistmenu1 .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: gray;
background: black url(images/sidebar_center.jpg) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: pointer;
height:22px;
}
.arrowlistmenu1 .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/titlebar-active.png);
}
.arrowlistmenu1 ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu1 ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu1 ul li a{
color: #A70303;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 12px;
color: gray;
}
.arrowlistmenu1 ul li:hover a{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
cursor:hand;
cursor: pointer;
}
.gallery_img
{opacity:0.6;
 filter:alpha(opacity=60);
}
.gallery_img:hover
{opacity:1.0;
 filter:alpha(opacity=100);
 cursor:pointer;
 cursor:hand;
}
a.gall_link{
color:silver;
}
a.gall_link:hover
{
color:gray;
cursor:pointer;
cursor:hand;
}
   #wrap {
      width: 97%;
      margin-left:5px;
       }
   .tabbed-box {
      width: 100%;
      background: #fff url(images/vk_back.jpg) repeat-x bottom;
      border: 1px solid #ddd; }
   .tabbed-box .tabs li {
      list-style: none;
      float: left; }
   .tabbed-box .tabs li a.link {
      display: block;
      width: 306px;
      padding: 5px 0;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      color: #888;
      background:url(images/gradient.png) repeat-x bottom ;
      border-left: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      font-size:12px;}
   .tabbed-box .tabs li:first-child a.link {
      border-left: none; }
   .tabbed-box .tabs li a.link:hover {
      color: #FFCC00; }
   .tabbed-box .tabs li a.link:focus {
      outline: none; }
   .tabbed-box .tabs li a.active {
      background: #fff;
      color: #FFCC00;
      font-size:14px;
      border-bottom: 1px solid #fff; }
   .tabbed-content {
      padding: 2px 2px 2px 2px;
      display: none; }
.mmenu{ width: 220px;
height:600px;
/*background: url(images/benhogangolfswing910.jpg) no-repeat;*/
}
.mmenu ul{ padding: 0;
margin: 0;
list-style-type: none;
padding:10px 0 0 0;
}
.mmenu a{background: url(images/center_transparent802.png);
background-position:bottom;
font-size:12px;
font-family:Verdana, Arial;
font-style:normal;
font-weight:bold;
display: block;
width:221px;
color: darkorange;
text-decoration: none;
padding-top:2px;
padding-bottom:4px;
text-align:center;
margin:5px auto 5px auto;
}
.mmenu a:hover{ color: #FFCC00;
background: url(images/center_transparent802.png);
}
.mwrapper{padding:0px}
ul.vk_tabbed {
	list-style-type: none;
	border-bottom: 1px #999999 solid;
	padding-bottom: 10px
	}
ul.vk_tabbed li {
	display: inline;
	margin-right: 5px;
	}
ul.vk_tabbed li a {
	color:#999999;
	text-decoration: none;
	background: #f7f7f7;
	border: 1px #CCCCCC solid;
	border-bottom: none;
	padding: 10px 14px;
	}
ul.vk_tabbed li a.selected {
	color:#666666;
	background:#FFFFFF;
	border: 1px #999999 solid;
	border-bottom: 1px #FFFFFF solid;
	/*padding: 14px 14px 10px 14px;*/
	}
ul.vk_tabbed li a:hover {
	/*padding: 14px 14px 10px 14px;*/
	}
input.search_all{
	width:240px;
	height:20px;
	padding:0;
	margin:0;
	position:absolute;
	left:222px;
	top:28px;
}
.search_all_div{
	width:240px;
	height:20px;
	padding:0;
	margin:0;
    color:white;
	position:absolute;
    font-size:10px;
	left:222px;
	top:12px;
}
.search_all_rez{
	width:240px;
	min-height:20px;
    height:auto;
	padding:0;
	margin:0;
	background-color:white;
    color:gray;
	position:absolute;
    font-size:10px;
	left:222px;
    border-left:1px solid #B0C4DE;
    border-right:1px solid #B0C4DE;
    border-bottom:1px solid #B0C4DE;
	top:49px;
    z-index:1000;
    display:none;
}
.search_all_rez ul{
list-style-type: none;
}
table.calendar {
border:1px solid silver;
top:5px;
}
table.calendar tr.header td {
background:url(images/tile_sub.jpg) repeat-x;
text-align:center;
height:20px;
border-top:1px solid silver;
border-bottom:1px solid silver;
border-right:1px solid silver;
padding:3px;
}
table.calendar tr.days td{
height:45px;
background-color:white;
cursor:pointer;
padding:2px;
}
table.calendar tr.days td div{
height:100%;
width:98%;
background-color:white;
cursor:pointer;
border:1px solid silver;
font-size:10px;
position:relative;
}
table.calendar tr.days td div:hover{
height:99%;
width:97%;
cursor:hand;
border:1px solid gray;
color:gray;
font-size:11px;
}
.btn_cal{
background-color:white;
cursor:pointer;
height:24px;
}
.btn_cal:hover{
background-color:#FFEEBA;
cursor:hand;
}
.descr p {
text-indent:20px;
}
.anket_button {
height:22px;
background:url(images/gradbutton.png) repeat-x;
}
.anket_button:hover {
height:22px;
border:1px solid darkorange;
}
.check:hover{
cursor:hand;
}
#header99 {
width:160px;
height:25px;
position:relative;
background:#f7f7f7;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border:1px solid gray;
}
#menu99 {
margin:0px;
padding:0px;
position:absolute;
top: 0px;
display:block;
color:black;
}
#menu99 > li {
list-style-type:none;
float:left;
display:block;
margin:0px 0px;
position:relative;
padding:5px;
width:160px;
color:black;
}
#menu99 > li:hover ul {
display:block;
color:black;
}
#menu99 > li:hover {
color:black;
background-color:#f7f7f7;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border:1px solid gray;
}
#menu99 li ul {
margin:0px;
padding:0px;
display:none;
color:black;
}
#menu99 li ul li {
list-style-type:none;
margin:10px 0 0 0;
font-size:11px;
color:black;
}
#menu99 li ul li a {
display:block;
padding:5px 10px;
color:black;
text-decoration:none;
font-weight:normal;
}
#menu99 li ul li:hover a {
background-color:silver;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
#menu99 li span {
cursor:pointer;
margin:0px 10px;
font-weight:normal;
color:black; font-size:11px;
text-decoration:underline;
}
.list_right {
 float: none;
 padding:0px;
 background:#F5F5DC;
 width:auto;
 height:100%;
 border-right:1px solid gray;
 color:gray;
}
.loginmove:hover{
cursor: hand;
}
#usermenu {
	position: relative;
	margin-left: 0px;
	background:white;
	z-index:900;
}
#usermenu a {
	display: block;
	margin-top: -5px;
	margin-left: -5px;
	width: 30px;
	background:white;
	border:none;
}
#usermenu ul {
	list-style-type: none;
	padding-top: 0px;
	background:white;
}
#usermenu li {
	float: left;
	position: relative;
	padding: 3px 0;
	text-align: center;
	background:white;
}
#usermenu ul.sub-menu {
	display: none;
	position: absolute;
	top: 20px;
	left: -10px;
	padding: 10px;
	z-index: 910;
	background:white;
}
#usermenu ul.sub-menu li {
	text-align: left;
	background:white;
}
#usermenu li:hover ul.sub-menu {
	display: block;
	z-index:900;
	border: 1px solid #ececec;
}
.list_like_rez{
	width:260px;
    max-height:300px;
    min-height:300px;
    height:auto;
	padding:0px;
    left:-100px;
	margin:0px;
    overflow-y: scroll;
	background-color:white;
    color:gray;
	position:absolute;
    font-size:10px;
	left:2px;
    border:1px solid #B0C4DE;
    margin-top:26px;
    z-index:1000;
    display:none;
}
.list_like_rez ul{
list-style-type: none;
}

.wide_visitka{
text-align:left;
font-size:11px;
padding:5px;
width:290px;
height:160px;
background:url(images/vk_back.jpg) repeat-x left bottom;
border:1px ridge white;
-webkit-box-shadow: rgba(0, 0, 128, 0.246094) 2px 2px 2px;
-moz-box-shadow: rgba(0, 0, 128, 0.246094) 2px 2px 2px;
}

.wide_small{
text-align:left;
font-size:10px;
padding:2px;
width:162px;
height:75px;
background:url(images/vk_back.jpg) repeat-x left bottom;
border:1px ridge white;
-webkit-box-shadow: rgba(0, 0, 128, 0.246094) 2px 2px 2px;
-moz-box-shadow: rgba(0, 0, 128, 0.246094) 2px 2px 2px;
}

#userbar{
margin-left:17px;
}
#userbar .usermenu{
margin:0; border:0; padding:0; list-style:none;
}
#userbar .usermenu li {

background:white;
height:30px;
float:left;
border:solid 1px #c9dea1;
}
#userbar .usermenu li a{
color:105cbe;
text-decoration:none;
padding:0 10px;
height:30px;
line-height:30px;
width:165px;
display:block;
float:left;
padding:0 26px 0 10px;
background:#e3edef;
}
#userbar .usermenu li a:hover{

}
#userbar ul .submenu {
border:solid 1px #c9dea1;
border-top:none;
background:#FFFFFF;
position:relative;
top:1px;
width:185px;
padding:6px 0;
clear:both;
z-index:999;
display:none;
}
#userbar ul .submenu li{
background:none;
display:block;
float:none;
margin:0 6px;
border:0;
height:auto;
line-height:normal;
border-top:solid 1px #DEDEDE;
}
#userbar .submenu li a{
background:none;
display:block;
float:none;
width:160px;
padding:6px 6px;
margin:0;
border:0;
height:auto;
color:#105cbe;
line-height:normal;
}
#userbar .submenu li a:hover{
background:#e3edef;
}

#userbar ul .submenu2 {
border:solid 1px #c9dea1;
background:#FFFFFF;
position:absolute;
left:185px;
top:0px;
width:185px;
padding:6px 0;
clear:both;
z-index:1999;
display:none;
}
#userbar ul .submenu2 li{
background:none;
display:block;
float:none;
margin:0 6px;
border:0;
height:auto;
line-height:normal;
border-top:solid 1px #DEDEDE;
}
#userbar .submenu2 li a{
background:none;
display:block;
float:none;
width:160px;
padding:6px 6px;
margin:0;
border:0;
height:auto;
color:#105cbe;
line-height:normal;
}
#userbar .submenu2 li a:hover{
background:#e3edef;
}


