body {
	background-color: #fbf8f4;
	color: #000;
	padding: 0;
	margin: 0 auto 10px auto;
	text-align: left;
	font-size: 12px;
	font-family: arial, verdana;
}
a:focus, a:active {
  outline: none;
}
table, td, tr, th, ul, li, img, form, h2, hr, object, param, textarea, input, select, iframe {
	font-family: arial, verdana;
	font-size: 14px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-weight:normal;
}


p {
	font-family: arial, verdana;
	margin: 10px 0;
}
input, select {
	font-size: 18px;
	padding: 4px;
	background: #fff;
	border: 1px solid #999;
}

input 
{
	border: solid 1px #BBB;
	padding: 7px;
	font: normal 13px 'Lucida Grande',Helvetica,Arial,sans-serif;
	color: #222;
	background: white url('/shared/images/input_bg.gif') repeat-x top;
	outline: 0;
	margin: 0;
	border: solid 1px #BBB;
	vertical-align: middle;
}

input:hover, input:active{
	box-shadow: 2px 2px 3px #e1e1e1;
	-moz-box-shadow: 2px 2px 3px #e1e1e1;
	-webkit-box-shadow: 2px 2px 3px #e1e1e1;
}

.searchb, .searchb:hover, .searchb:active{
	font-family: arial, verdana;
	font-size: 14px;
	padding: 0px;
	background: #fff;
	border: 1px solid #999;
	margin-top:0px!important;
	box-shadow:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}


a {
	font-family: arial, verdana;
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #000;
	text-decoration: underline;
}
p, table, td, tr, th, ul, li, img, a, form, h2, hr, object, param, iframe {
	border: none;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin: 0 0 10px 7px;
	text-align:center;	
}
.h2div {
	margin-top:10px;
	padding: 5px;
	width:923px;
	background:#FBF8F4;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #333;
	letter-spacing: 0.5px;
}
h1 .h1first {
	background: #8c8984;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 1px 9px;
	margin-right: 1px;
}
h1 .strong {
	color: #666;
}
.h1div {
	margin-top:10px;
	padding: 2px 10px;
	width:928px;
	height:30px;
	line-height:30px;
	background:#FBF8F4;
}
#navigator {
	float: right;
	font-size: 11px;
	color: #000;
	margin-right: 15px;
}
#navigator a {
	color: #666 !important;
}
.clear {
	clear: both;
}
.strong {
	font-weight: bold;
}
.top {
	margin: 0 auto;
	width: 986px;
	height: 26px;
	background: url(/shared/images/header.png) no-repeat;
	clear: both;
}
.body {
	margin: 0 auto;
	background: url(/shared/images/bodybg.png) repeat-y;
	clear: both;
}
.bottom {
	margin: 0 auto;
	width: 986px;
	height: 23px;
	background: url(/shared/images/footer.png) no-repeat;
	clear: both;
}
#container, #topcontainer {
	width: 986px;
	margin: 0 auto;
}
#topheader_old {
	background: #fff;
	border-bottom: 2px solid #bbb;
}
#loginheader {
	float:right;
	margin-right:35px;
	text-align:right;
	line-height:35px;
}
#loginheader a {
	color: #555;
}
#menu {
	padding: 20px 0 0 28px;
}
#menu a {
	font-weight: bold;
	color: #333;
}
#menu a, #submenu a {
	text-decoration: none;
}
#menu li#search {
	width: 200px;
	height: 30px;
	float: right;
	background: url(/shared/images/search.png) no-repeat;
}
#menu li#search input {
	color: #a4a4a4;
	font-size: 12px;
	margin: 4px 8px;
	width: 120px;
	height: 15px;
	border: none;
}
#menu li#search #inputimg {
	width: 20px;
	height: 20px;
	margin: 0;
	cursor: pointer;
}
#menu li {
	height: 23px;
	float: left;
}
#menu li a {
	color: #333;
	font-size:16px;
	padding: 3px 15px 3px 15px;
}
#menu li a:hover {
	background: #74c2e1;
	color: #fff;
}
#menu li.select a {
	background: #fe865d;
	color: #fff;
}
#submenu {
	margin-left: 30px;
	height: 30px;
	clear: both;
}
#submenu li {
	float: left;
	margin: 12px 2px 0 5px;
}
#submenu li a {
	color: #333;
	padding: 2px 6px;
	font-size: 14px;
}
#submenu li#img {
	cursor: default;
}
#submenu li.select a {
	background: #fe865d;
	color: #fff;
}
#submenu li a:hover {
	background: #8c8984;
	color: #fff;
}
#submenu li.select a:hover {
	background: #fe865d;
	color: #fff;
}
.button {
	text-decoration: none;
	background: #e9f1fa;
	border: 1px solid #cfccc7;
	padding: 3px 10px;
	cursor: pointer;
	color: #333 !important;
	display: inline-block;
	vertical-align: middle;
	height: 15px;
}
.button:hover {
	background: #74c2e1;
	color: #fff !important;
}
.nocol {
	padding: 0 0 10px 20px;
	width: 950px;
	font-size: 16px;
	float: left;
}
.nocol p {
	padding: 10px;
	color: #333;
}
#lcol {
	padding: 0 0 10px 30px;
	width: 500px;
	font-size: 16px;
	float: left;
}
#lcol a:hover {
	color: #666;
}
.error {
	background: url(/shared/images/error.gif) no-repeat center left;
	height: 40px;
	margin: 20px;
	padding: 0 60px !important;
	font-size: 18px;
}
.warning {
	background: url(/shared/images/warning.gif) no-repeat center left;
	height: 40px;
	margin: 20px;
	padding: 0 60px;
	font-size: 18px;
}
#rcol {
	width: 455px;
	float: right;
}
#rcol li {
	padding: 3px;
}
#rcol li a {
	color: #007baa;
}
#rcol li a:hover {
	color: #74c2e1;
}
#rcol ol {
	margin: 5px 0 5px 5px;
}
#rcol ol li {
	padding: 3px;
	margin:0;
	margin-left: 30px;
}
#rcol ol li a {
	padding:0;
	margin:0;
}
ol li {
	list-style-type: decimal;
}
.readmore {
	font-size: 12px;
	text-decoration: underline;
	color: #888;
}
#rightbanner {
	float: right;
	text-align: center;
	width: 223px;
	margin: 10px 11px 0 0;
}
#rightbanner a {
	color: #999;
}
#mainsearch {
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
	background: #fff url(/shared/images/mapbg.jpg) no-repeat;
	font-size: 24px;
	vertical-align: middle;
	width: 745px;
	height: 180px;
}
.randnum {
	width:70px;
	font-weight:bold;
	font-family:tahoma;
	vertical-align:middle;
	padding: 3px 5px;
	font-size:18px;
}
#oldbrowser {
	text-align: center;
	border: 1px solid #74c2e1;
	background: #fff;
	padding: 25px 10px;
}
.flinks {
	clear: both;
	margin: 0 auto;
	width: 950px;
	padding-left: 30px;
	color: #404040;
}
.flinks div.ul {
	float: left;
	padding-bottom: 30px;
	font-size: 10px;
}
.flinks ul {
	width:190px;
}
.flinks p {
	color:#666;
	font-size:1.2em;
}
#footer li {
	margin-left: 5px;
	border-left:1px dotted #ccc;
}
#footer li a {
	font-size: 10px;
	text-align: left;
	padding: 3px 0 3px 10px;
	color: #404040;
	text-decoration: underline;
	font-family: helvetica;
	height: 8px;
}
#footer .flinks li:hover {
	border-left:1px dotted #fe865d;
}
#footer .flinks li a:hover {
	color:#fe865d;
}
.mdname {
	width: 240px;
	display: inline-block;
}
.miles {
	float: right;
	font-style: italic;
	color: #666;
	margin-top: 2px;
	font-size: 12px;
}
.specialty {
	font-size: 12px;
}
#specialties a {
	font-size: 14px;
	color: #555;
	padding-left:10px;
	width:170px;
	height:20px;
	display:inline-block;
}
#specialties a:hover {
	color: #000;
}
.list li {
	padding: 10px 10px;
	border-bottom: #ddd 1px solid;
	clear: both;
}
.list li.altcolor {
	background: #f2f2f2;
}
.listimage {
	padding: 0px 20px 4px 0;
	margin-right: 10px;
	background: url(/shared/images/point.png) no-repeat;
}
.citylist, #statelist {
	padding-left: 20px;
}
.citylist ul {
	margin-top: 10px;
	width: 700px;
}
.citylist .mdname {
	width: 240px;
}
.citylist .specialty {
	color: #999;
	font-size: 12px;
}
.citylist li, #statelist li {
	padding: 5px 25px 5px 15px;
}
.citylist li a, #statelist li a, .list a {
	text-decoration: none;
	color: #333;
	padding:1px 2px;
}
.citylist li a:hover, #statelist li a:hover {
	color: #fff;
	background-color:#999;
	padding:1px 2px;
}
#statelist ul {
	margin: 10px 0;
	float: left;
}
#statelist li {
	font-size: 18px;
}
.box div.topleft {
	display: block;
	background: url("/shared/images/box-bg.png") top left no-repeat transparent;
	padding: 24px 0em 0em 0;
}

.box div.topright {
	display: block;
	background: url("/shared/images/box-bg.png") top right no-repeat transparent;
	padding: 24px 24px 24px 0;
	margin: -2.0em 0 0 2.0em;
}

.box div.bottomleft {
	display: block;
	height: 25px;
	margin-top: -2.0em;
	background: url("/shared/images/box-bg.png") bottom left no-repeat transparent;
}

.box div.bottomright {
	display: block;
	background: url("/shared/images/box-bg.png") bottom right no-repeat transparent;
	height: 25px;
	margin-left: 3.0em;
}
.box a {
	color: #0191c8;
}
.box h1 {
	font-size: 20px;
	margin: 0;
}
.box h1 .h1first {
	font-size: 23px;
}
.box table {
	position: relative;
	right: 14px;
}
.news {
	padding: 0 10px;
}
.news a {
	color: #0191c8;
}
.news p {
	font-size:12px;
}
.news .icons {
	float:right;
}
.news .icons .comments {
	color:#999;
	font-weight:bold;
}
.news .link {
	font-style:italic; 
}
.news p.linked {
	padding:0;
	font-size:11px;
	color: #666;
}
.news h2 {
	padding:0;
	margin:0;
	text-align: left;
}
.news h2 a, .news h2 {
	font-weight: bold !important;
	font-size: 17px !important;
	color: #0191c8 !important;
	text-decoration: none !important;
}
.news h2 a:hover {
	text-decoration: underline !important;
}
.share-buttons a {
	background: url(/shared/images/share.gif) no-repeat;
}
.share-buttons li { 
	float: left;
	padding: 0 5px;
}
.share-buttons a {
	display:block;
	overflow:hidden;
	height:14px;
	width:46px;
	color:#808080;
	font-size:7px;
	padding:33px 0 0;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
}
.share-buttons a:hover {
	text-decoration:none;
}
.share-buttons .del-icio-us a:hover {
	background-position:-138px -47px;
}
.share-buttons .del-icio-us a {
	background-position:-138px 0;
}
.share-buttons .digg a:hover {
	background-position:0 -47px;
}
.share-buttons .digg a {
	background-position:0 0;
}
.share-buttons .yahoo a:hover {
	background-position:-368px -47px;
}
.share-buttons .yahoo a {
	background-position:-368px 0;
}
.share-buttons .reddit a:hover {
	background-position:-414px -47px;
}
.share-buttons .reddit a {
	background-position:-414px 0;
}
.share-buttons .stumbleupon a:hover {
	background-position:-92px -47px;
}
.share-buttons .stumbleupon a {
	background-position:-92px 0;
}
.share-buttons .myspace a:hover{background-position:-230px -47px}.share-buttons .myspace a {
	background-position:-230px 0;
}
.share-buttons .facebook a:hover{background-position:-184px -47px}.share-buttons .facebook a {
	background-position:-184px 0;
}
.share-buttons .google a:hover{background-position:-276px -47px}.share-buttons .google a {
	background-position:-276px 0;
}
.share-buttons .twitter a:hover{background-position:-46px -47px}.share-buttons .twitter a {
	background-position:-46px 0;
}
.share-buttons .sharethis a:hover{background-position:-460px -47px}.share-buttons .sharethis a {
	background-position:-460px 0;
}
#schedule {
	clear:both;
	padding-top:7px;
	width:615px;
}
#schedule td.tblheader {
	width: 85px;
	background: #FBF8F4;
	padding: 0;
	text-align: center;
}
#schedule td.type2 {
	background: #FBF8F4;
}
#schedule td {
	text-align: right;
	padding-right: 20px;
	font-size:10px;
	border:solid 1px #FBF8F4;
	border-bottom:none;
	border-top:none;
}
#schedule td a:hover {
	color: #333;
}
#ratemd li {
	padding:7px 5px 7px 10px;
	clear:both;
}
#ratemd li .category {
	color: #555;
	font-size: 12px;
	width: 345px;
	padding-right:10px;
	display: block;
	float: left;
}
#ratemd li.altbg {
	background:#fbf8f4;
}
.starbox .stars { background: #cccccc; }
.starbox .rated .stars { background: #dcdcdc; }
.starbox .rated .hover .stars { background: #cccccc; }
.starbox .colorbar { background: #74c2e1; }
.starbox .hover .colorbar { background: #ffcc33; }
.starbox .rated .colorbar { background: #0191c8; }
.starbox .rated .hover .colorbar { background: #1e90ff; }
.starbox .ghost { background: #a1a1a1; }
.starbox .indicator { clear: both; }
.starbox .dotted .stars,
.starbox .dotted .hover .stars,
.starbox .dotted .rated .stars, 
.starbox .dotted .rated .hover .stars { background: url(/shared/images/starbox/background_dotted.gif) top left repeat-x; }
.starbox .dotted .colorbar,
.starbox .dotted .hover .colorbar,
.starbox .dotted .rated .colorbar, 
.starbox .dotted .rated .hover .colorbar { background: #000000; }
.starbox .dotted .ghost { background: #666666; }
.starbox .pointy .colorbar { background: #ffcc1c; }
.starbox .pointy .hover .colorbar { background: #ff9231; }
.starbox .inverse .stars { float: right; }
.starbox .inverse .indicator { clear: both; display: block; text-align: right; }
.criteria {
	width:150px;
	display: inline-block;
	background: #F8F8F8;
	padding: 7px;
	margin-right: 3px;
}
#asearchform {
	background: url(/shared/images/icon_search.gif) no-repeat;
	padding-left: 50px;
	margin-left: 15px;
}
#usedcriteria p {
	font-size:10px;
	color: #999;
	padding: 0;
	margin: 0;
}
#usedcriteria a {
	font-size: 12px;
}
.pages {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	clear: both;
	padding: 30px 0 0 0;
}
.pages a {
	margin:4px 5px;
	color:#999;
	padding:5px 7px;
	background-color:#fff;
	text-decoration:none;
}
.pages a:hover{
	color:#fff;
	background-color:#fe865d;
	text-decoration:none;
}
.currentStyle {
	padding: 5px 8px;
	color: #fff;
	background: #999;
}
.raten {
	float:right;
	font-size:12px;
	color:#999;
	line-height:16px;
	margin-left:5px;
}
.tip {
	padding:1px 4px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background:#99cc00;
	margin-right:5px;
}
.todo p {
	float: left;
	font-weight: bold;
	margin:0;
	padding:0;
}
.todo a {
	float: right;
}
#memprofile p {
	color: #555;
}
.editlinx {
	vertical-align:top;
	padding-left:20px;
	display:inline-block;
	width:190px;
	float:left;
}
.editlinx li a:hover {
	color:#333;
}
#added {
	overflow-y:auto;
	display:block;
	width:560px;
	height:300px;
}
#added div {
	line-height: 20px;
	height: 20px;
}
.lang {
	display: inline-block !important;
	padding-right: 10px;
}
.lang span {
	white-space: nowrap;
}
#added img {
	border:none;
	vertical-align:text-top;
	cursor: pointer;
	margin-right: 5px;
}
.testimonials {
	clear: both;
	padding-bottom: 10px;
}
.testimonials img.photo {
	border:none;
	padding: 0 5px 10px 10px;
	float: left;
}
.testimonials p {
	color: #666;
}
.testimonials .quote {
	width:295px;
	float: right;
	margin-left:0px;
}
.testimonials .quote img {
	vertical-align:bottom;
	padding-right:5px;
}
.articlelist li {
	padding: 15px 20px 30px 20px;
	clear: both;
}
.articlelist p {
	padding: 0 0 5px 0 !important;
	margin: 0 !important;
}
.articlelist li a {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 5px 0 0;
}
.articlelist h2, .articlelist h2 a {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #0191c8;
	text-decoration: none;
}
.articlelist td {
	color: #555;
	padding-right: 25px;
}
#article {
	padding: 15px;
}
#article h1 {
	font-family:'Lucida Grande',Verdana,'Lucida Sans Regular','Lucida Sans Unicode',Arial,sans-serif;
	font-size:22px;
	font-weight:bold;
	margin:10px 0;
	color: #0191c8;

}
#article h3, #article h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: left;
}
#article ul, #disorder ul {
	font-family:'Lucida Grande',Verdana,'Lucida Sans Regular','Lucida Sans Unicode',Arial,sans-serif;
	font-size:14px;
	list-style:disc outside none;
	margin-left:30px;
}
#article ol, #disorder ol {
	font-family:'Lucida Grande',Verdana,'Lucida Sans Regular','Lucida Sans Unicode',Arial,sans-serif;
	font-size:14px;
	margin-left:30px;
}
#article li p, #disorder li p {
	padding:0;
	margin:0;
}
#article li, #disorder li {
	color: #333;
}
#article ul li, #disorder ul li {
	list-style:disc outside none;
}
#article p, #disorder p {
	font-family:'Lucida Grande',Verdana,'Lucida Sans Regular','Lucida Sans Unicode',Arial,sans-serif;
	font-size:14px;
	line-height:1.4em;
	padding-top:5px;
}
#filter {
	padding: 5px;
	margin-top: 15px;
	border: 1px solid #cfccc7;
	border-right: none;
	border-left: none;
	background: #e9f1fa;
	font-size: 14px;
	color: #666;
	font-family:helvetica;
	text-align:right;
}
.randnum {
	width:70px;
	font-weight:bold;
	font-family:tahoma;
	vertical-align:middle;
	padding: 3px 5px;
	font-size:18px;
}
#commentform {
	width: 700px;
	margin: 0 auto;
}
#comments h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
}
#comments p {
	text-align: left;
}
#comments textarea {
	width: 700px;
	height: 100px;
	margin: 5px 0;
}
#comments h1 {
	margin-bottom: 15px;
}
#ratecomment {
	width: 430px;
	height: 100px;
}
.userinfo {
	float: left;
	width: 175px;
	padding-left: 10px;
}
.userinfo p {
	color: #0191c8;
	font-size: 14px;
	font-weight: bold;
}
.datetime {
	color: #333;
	font-size: 12px;
	font-weight: normal;
}
.commenttext {
	float: left;
	width: 450px;
}
.rate {
	float: right;
	font-family:helvetica;
	line-height:30px;
	font-size:12px;
	width: 56px;
}
.rate a {
	line-height:30px;
}
.showcomment {
	padding: 10px;
	border-bottom: 1px solid #cfccc7;
	border-left: 10px solid #e9f1fa;
}
.showcomment p {
	margin: 0;
	padding: 0;
}
.reply {
	border-left: 10px solid #e9f1fa;
}
.nocomment {
	border-bottom: 1px solid #cfccc7;
	background: #ff9090;
}
#cerror {
	display: none;
}
#insurancelist li {
	margin-left: 5px;
}
#insurancelist div {
	color: #555;
	margin-left: 35px;
	display:none;
	cursor: pointer;
}
.h2profile {
	font-weight: bold;
	font-size: 14px;
	color: #666;
	text-align: left;
	margin:0 0 15px 0;
}
#ask #question {
	display:block;
	margin:20px 0 0 0;
	padding:3px;
	width:590px;
	color: #999;
}
#charsleft {
	margin-top: 2px;
	font-size: 11px;
	color: #666;
}
#ask textarea {
	width:596px;
	height: 100px;
	color: #333;
}
#ask .h1div {
	width: 578px;
}
#moredetail {
	font-weight: bold;
	color: #333;
}
#ask .optional {
	color: #999;
}
#tips {
	width: 300px;
	padding: 10px;
}
#tips ul {
	background: #F8F8F8;
	padding: 10px;
	border: 1px solid #cfccc7;
}
#tips li {
	margin-left: 15px;
	list-style:disc outside none;
}
#tips h3 {
	color: #fe865d;
}
.questionlist {
	margin-left: 20px;
}
.questionlist a, #viewquestion a {
	color: #0191c8;
	font-weight: bold;
}
.questionlist li {
	padding: 5px;
	padding: 10px 50px 10px 10px;
}
.questionlist p, #viewquestion p {
	color: #667788;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
#viewquestion {
	margin: 20px;
}
#viewquestion h1 {
	color:#0191c8;
	font-size:18px;
}
#viewquestion #details {
	color: #333;
	font-size: 14px;
	margin-bottom: 15px;
}
#viewquestion #answer p {
	color: #333;
	font-size: 14px;
	margin: 20px 0;
}
#viewquestion img {
	margin: 0 0 10px 10px;
}
#disorder {
	margin: 20px;
}
#disorder h2 {
	font-size: 22px;
	background:none repeat scroll 0 0 transparent;
	border-bottom:1px solid #AAAAAA;
	color:black;
	font-weight:normal;
	text-align: left;
	margin:0;
	padding-bottom:10px;
	padding-top:20px;
	width:auto;
}
#disorder a {
	color: #0191c8;
	text-decoration: none;
}
.pbutton {
	margin-right: 3px;
	display:inline-block;
	background: url(/shared/images/profile_button.gif) no-repeat 0 5px;
	font-size: 11px;
	color: #3b5998;
	width: 75px;
	height: 20px;
	text-align: center;
	padding-top: 7px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}
.pbutton:hover {
	background: url(/shared/images/profile_button.gif) no-repeat 0 -45px;
	cursor: pointer;
}
.numviews {
	display:inline-block;
	background: url(/shared/images/numholder.gif) no-repeat center left;
	font-size: 11px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	width: 34px;
	height: 20px;
	text-align: center;
	padding: 6px 0 0 2px;
	color: #333;
}
.avgrating {
	background: url(/shared/images/ratedbg.gif) no-repeat 0 5px;
	height: 84px;
	width: 79px;
	float: left;
	margin-top: 15px;
	cursor: pointer;
}
.avgrating p {
	text-align: center;
	color: #8c8984;
	font-family: tahoma;
	padding: 0;
	margin: 0;
}
.avgrating:hover {
	background: url(/shared/images/ratedbg.gif) no-repeat 0 -96px;
}
.tooltip {
	display: none;
	background: url(/shared/images/tooltip.png) no-repeat -5px -10px;
	z-index: 100;
	position: relative;
	bottom: 80px;
	left: 63px;
	height: 314px;
	width: 508px;
}
.verified {
	float: right;
	background: url(/shared/images/verify.png) no-repeat 0 -50px;
	width: 115px;
	height: 29px;
	font-size: 16px;
	color: #1e5807;
	text-align: center;
	padding-left: 8px;
	line-height:30px;
}
.unverified {
	float: right;
	background: url(/shared/images/verify.png) no-repeat 0 0;
	width: 115px;
	height: 29px;
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-right: 8px;
	line-height:30px;
}
.cluetip-tooltipStyle h3 {
	border: none;
	background: #000;
	text-shadow: none;
	color: #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.cluetip-tooltipStyle {
	width:350px;
	background-color:#000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	z-index: 2000;
}
.cluetip-tooltipStyle .clutipMark{
	background-image: url('/shared/images/clutipMark.png');
	width: 38px;
	height: 38px;
	background-repeat: no-repeat;
	position: absolute;
	top:0px;
	left: 0px;
}
.cluetip-tooltipStyle  #cluetip-outer {
	width:350px;
	font-family: Arial;
	color: #fff;
}
.cluetip-tooltipStyle  #cluetip-title {
	background-image: url("/shared/images/clutipMark.png");
	background-position: 10px 5px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 15px 8px 50px;
	width: 285px;
}
.cluetip-tooltipStyle  #cluetip-inner {
	display:block;
	min-height:20px;
	position:relative;
	width:350px;
	font-size:12px;
	font-weight:normal;
}
.cluetip-tooltipStyle  #cluetip-inner .subtitle{
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-left:25px;
	margin-top:5px;
	width:320px;
}
.cluetip-tooltipStyle  #cluetip-inner .tooltext{
	display: block;
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding: 0 15px 10px 53px;
	width: 282px;
	line-height: 15px;
}
.cluetip-tooltipStyle  #cluetip-inner .tooltextList{
	display:block;
	float:left;
	font-size:12px;
	font-weight:normal;
	margin-left:25px;
	margin-top:10px;
	padding-left:15px;
	position:relative;
	width:305px;
}
.cluetip-tooltipStyle  #cluetip-inner .tooltextList .disk{
	font-size:45px;
	left:-5px;
	line-height:10px;
	position:absolute;
	top:3px;
}
.cluetip-tooltipStyle  #cluetip-extra {
	width:350px;
	height:20px;
}
