
/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #444;
	background: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height: 1.5;
}

body.narrow {
}

body.wide {
}


/* Normal link */
a {
	color: #3f89c3;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #fab301;
	text-decoration: none;
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar {
}

/* Heading */
h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.5em;
	color:#3f89c3;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
}

p {
	margin: 5px 0 10px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	padding-left: 35px;
	background: url(../img/bullet-l.gif) no-repeat 22px 6px;
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border: 0;
	height: 1px;
	background: url(../img/seperato.gif) repeat-x;
}

a img {
	border: none;
}

td, div {
	font-size: 1em;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #F4A94F;
	background: #F2F2F2;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px;
	background: url(../img/quote000.gif) 10px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}
 
.dropcap {
	float: left;
	padding: 3px 3px 0 0;
	display: block;
	color: #5A5A5A;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 22px;
	color: #CC0000;
	background: url(../img/bullet-e.gif) no-repeat top left;
}

.message {
	padding-left: 22px;
	color: #3F89C3;
	background: url(../img/bullet-i.gif) no-repeat top left;
}

.tips {
	padding-left: 22px;
	color: #D79546;
	background: url(../img/bullet-t.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted;
	background: #F2F2F2;
	font-weight: bold;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px/normal Tahoma, Arial, sans-serif;
	color: #5A5A5A;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button {
	color: #5A5A5A;
}

html>body .button {
	padding: 0 5px;
	color: #5A5A5A;
}

.inputbox {
	border: 1px solid #D8D9DB;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #C0C0C0;
}

/* MODULE
--------------------------------------------------------- */
div.module h3 {
	margin: 0 0 5px;
	font-size: 1em;
	color: #3F89C3;
	text-transform: uppercase;
}

div.module {
	margin-bottom: 8px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../img/box-br00.gif) no-repeat bottom right;
}

div.module div {
	padding: 0;
	background: url(../img/box-bl00.gif) no-repeat bottom left;
}

div.module div div {
	padding: 0;
	background: url(../img/box-tr00.gif) no-repeat top right;
}

div.module div div div {
	padding: 4px 6px 6px;
	background: url(../img/box-tl00.gif) no-repeat top left;
}

div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

/* MODULE HILITE GREEN
--------------------------------------------------------- */
div.module-blue h3,
div.module-green h3,
div.module-orange h3 {
	text-transform: uppercase;
	font-size: 1em;
	margin: 0 0 5px;
}

div.module-green {
	margin-bottom: 12px;
	padding: 0;
	width: 97.5%;
	background: url(../img/box-br-g.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-green a {
	color: #FFFFFF;
}

div.module-green div {
	padding: 0;
	background: url(../img/box-bl-g.gif) no-repeat bottom left;
}

div.module-green div div {
	padding: 0;
	background: url(../img/box-tr-g.gif) no-repeat top right;
}

div.module-green div div div {
	padding: 9px 15px 15px;
	background: url(../img/box-tl-g.gif) no-repeat top left;
}

/* MODULE HILITE BLUE
--------------------------------------------------------- */
div.module-blue {
	margin-bottom: 12px;
	padding: 0;
	width: 97.5%;
	background: url(../img/box-br-b.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-blue a {
	color: #FFFFFF;
}
div.module-blue a:hover {
	color: #fab301;
}


div.module-blue div {
	padding: 0;
	background: url(../img/box-bl-b.gif) no-repeat bottom left;
}

div.module-blue div div {
	padding: 0;
	background: url(../img/box-tr-b.gif) no-repeat top right;
}

div.module-blue div div div {
	padding: 6px 8px 8px;
	background: url(../img/box-tl-b.gif) no-repeat top left;
}
div.module-blue div div div div {
	padding: 0;
	background: none;
}

/* MODULE HILITE ORANGE
--------------------------------------------------------- */
div.module-orange {
	margin-bottom: 12px;
	padding: 0;
	width: 97.5%;
	background: url(../img/box-br-o.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-orange a {
	color: #FFFFFF;
}

div.module-orange div {
	padding: 0;
	background: url(../img/box-bl-o.gif) no-repeat bottom left;
}

div.module-orange div div {
	padding: 0;
	background: url(../img/box-tr-o.gif) no-repeat top right;
}

div.module-orange div div div {
	padding: 9px 15px 15px;
	background: url(../img/box-tl-o.gif) no-repeat top left;
}

#leftcol div.module-blue,
#leftcol div.module-green,
#leftcol div.module-orange, 
#rightcol div.module-blue,
#rightcol div.module-green,
#rightcol div.module-orange {
	width: 100%;
	float: left;
	clear: both;
}

/* JOOMLA STYLE
--------------------------------------------------------- */

#leftcol .article_seperator, #rightcol .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 18px;
	background: url(../img/arrow-of.gif) no-repeat 7px 7px;
}

table.contenttoc th {
	padding: 1px 4px;
	background: #3F89C3;
	color: #FFFFFF;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.adminform textarea {
	width: auto; /*Control the Frontend Editor area width*/
}

.adminform textarea.inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	padding-left: 13px;
	display: block;
	text-transform: uppercase;
}

td.buttonheading {
	padding: 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	margin: 0 0 15px;
	font-size: 2em;
	line-height: normal;
	padding: 2px 0 3px;
	background: url(../img/seperato.gif) repeat-x bottom;
	color: #3F89C3;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 1.5em;
}

.contentheading {
	font-size: 1.7em;
	color: #3F89C3;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
	color: #3F89C3;
}

a.readon {
	text-decoration: none;
	padding-left: 15px;
	background: url(../img/readon-b.gif) left center no-repeat;
	font-weight: bold;
	color: #3F89C3;
}

a.readon:hover, a.readon:active, a.readon:focus {
	text-decoration: none!important;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding-bottom: 10px;
	line-height: 10px;
}

.modifydate {
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	margin: 8px 15px 0 0!important;
	margin: 8px 5px 0 0;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 2px;
	padding: 1px 2px;
	color: #8F8F8F;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
}

.pagenavbar {
	padding-left: 14px;
	background: url(../img/pages000.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../img/pages000.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 5px;
	background: #3F89C3;
	color: #FFFFFF;
	font-weight: bold;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 5px;
	background: url(../img/seperato.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 5px;
	background: url(../img/seperato.gif) repeat-x bottom;
}

.small {
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	border: 1px solid #FFFFFF;
	text-align: center;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#header,
#topstory,
#spotlight,
#container,
#footer {
	margin: 0 auto;
	width: 920px;
	text-align: left;
}

.wide #header,
.wide #topstory,
.wide #spotlight,
.wide #container,
.wide #footer {
	width: 950px;
}

.auto #header,
.auto #topstory,
.auto #spotlight,
.auto #container,
.auto #footer {
	width: 90%;
}

#containerwrap {
	border: 1px solid;
}

#container {
	padding: 0 0 10px;
}

/* HEADER
--------------------------------------------------------- */
#header {
	text-align: left;
	line-height: normal;
	background: url(../img/header-b.gif) top left no-repeat;
}

#header h1 {
	font-size: 2em;
	height: 70px;
	border-bottom: 1px solid #FFFFFF;
}

#header h1 img {
	margin-top: 13px;
	float: left;
}


/* TOP NAVIGATION
----------------------------------------------------------- */
#topnav-wrap {
	background: url(../img/topnav-l.gif) top left no-repeat #3F89C3;
	height: 29px;
	display: block;
	padding-left: 10px; 
}

#topnav {
	background: url(../img/topnav-r.gif) top right no-repeat #3F89C3;
	height: 29px;
	line-height: 29px;
	padding: 0;
	display: block;
}

#topnav ul.menu1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topnav ul.menu1 li {
	margin: 0;
	padding: 0;
	display: inline;
}

#topnav ul.menu1 a {
	display: block;
	float: left;
	padding: 0 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

#topnav ul.menu1 a:hover, #topnav ul.menu1 a.active {
color:#fab301;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#mainnav {
	
	clear: both;
	
	margin-bottom:10px;
}

#mainnav a {
	font-size: 10px;
	padding: 4px;
	display: block;
	color: #5A5A5A;
	text-decoration: none;
	background: url(../img/seperato.gif) repeat-x bottom;
}



/* BANNER
--------------------------------------------------------- */
#topstory {
	margin: 10px auto;
}

#banner {
	overflow: hidden;
	border-bottom: 5px solid #3F89C3;
	height: 160px;
	background: url(../img/a0000000.jpg) top left no-repeat;
	margin-bottom:10px;
}

/* SPOTLIGHT
--------------------------------------------------------- */
#botslwrap {
	border-bottom: 1px solid #C0C0C0;
	padding: 20px 0;
	clear: both;
}

#botsl {
}

#botsl .box {
	float: left;
	overflow: hidden;
}

#botsl .box h3 {
	color: #3F89C3;
	margin-bottom: 5px;
	font-size: 1em;
	text-indent: 3px;
	text-transform: uppercase;
}

#botsl .box div.moduletable {
}

#botsl .box ul {
	padding: 0;
	margin: 0!important;
}

#botsl .box li {
	padding: 0;
	margin: 0;
	background: none;
	width: 100%;
}

#botsl .box a {
	color: #8F8F8F;
}

#botsl .box li a {
	padding: 4px;
	background: url(../img/seperato.gif) left bottom repeat-x;
	width: 90%; /*This is required for IE6*/
	display: block;
	text-decoration: none;
}

#botsl .box li a:hover,
#botsl .box li a:active,
#botsl .box li a:focus {
	color: #5A5A5A;
	text-decoration: none;
}

#botsl .box td {
	padding: 0;
}

#botsl .box  .article_seperator {
	display: none;
}

#botsl .box-ended {
	margin-right: 0!important;
	float: right;
}

#spotlight {
	margin: 10px auto 0;
}

#spotlight .box {
	float: left;
	overflow: hidden;
}

#spotlight .box h3 {
	margin-bottom: 5px;
	font-size: 1em;
	text-indent: 3px;
}

#spotlight .box div.moduletable {
}

#spotlight .box ul {
	padding: 0;
	margin: 0!important;
}

#spotlight .box li {
	padding: 0;
	margin: 0;
	background: none;
}

.box-centered {
	text-align: center!important;
}

.box-centered div.moduletable,
.box-centered div.module-orange,
.box-centered div.module-green,
.box-centered div.module-blue {
	margin-left: auto!important;
	margin-right: auto!important;
	text-align: left;
}

#spotlight .box-ended div.moduletable,
#spotlight .box-ended div.module-orange,
#spotlight .box-ended div.module-green,
#spotlight .box-ended div.module-blue {
	margin-right: 0!important;
	float: right;
}

.box-fulled div.moduletable,
.box-fulled div.module-orange,
.box-fulled div.module-green,
.box-fulled div.module-blue {
	width: 100%!important;	
}

/* PATHWAY
---------------------------------------------------------*/
#pathway {
	margin: 0 0 4px 0;
	color:#777;
	font-size:8pt;
}

#pathway a {
	padding-right: 22px;
	background: url(../img/slash000.gif) no-repeat center right;
	color:#777;
}

#pathway a:hover, #pathway a:active {
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#mainbody, #mainbody-fl, #mainbody-fr, #mainbody-f {
	margin: 10px 0;
}

#mainbody {
	float: left;
	width: 80%;
}

#mainbody #content {
	float: right;
	width: 70%;
	padding-right: 5px;
}

#mainbody-fl {
	float: left;
	width: 80%;
}

#mainbody-fl #content {
	float: left;
	width: 97.5%;
}

#mainbody-fr{
	float: left;
	width: 100%;
}

#mainbody-fr #content {
	float: right;
	width: 581px;
	padding-right:20px;
}

#mainbody-fr #leftcol {
	width: 150px;
}

#mainbody-fr #rightcol {
width:150px;
margin:0;
}

#mainbody-f {
	float: left;
	width: 100%;
}

/* LEFT COLUMN
--------------------------------------------------------- */
#leftcol {
	float: left;
	width: 25%;
}

/* RIGHT COLUMN
--------------------------------------------------------- */
#rightcol {
	float: right;
	width: 20%;
	margin: 10px 0;
}

/* FOOTER
--------------------------------------------------------- */
#footer {
	clear: both;
	border-top: 5px solid #D8D9DB;
}

#bottomline {
	float: left;
	padding: 10px 5px 30px;
	color: #8F8F8F;
}

#bottom_menu {
float: right;
	padding: 10px 5px 30px;
	color: #8F8F8F;

}
#bottom_menu ul {list-style:none;}
#bottom_menu li  {background:none; display:inline;}

#bottomline a, #bottom_menu li a {
	color: #8F8F8F;
}


#cert {
	padding: 20px 5px 30px;
	float: right;
}

#cert a {
	padding-left: 5px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
}

#mod_login_password, #mod_login_username {
	width: 90%;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_remember {
	border: none;
	background: none;
}


/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* JA CoolAds Module */
#coolads {
	height: 0;
	overflow: hidden;
	position: relative;
}

#coolads-container {
	overflow: hidden;
	margin-right: 5%;
}

#coolads-container div.moduletable {
	overflow: hidden;
}



#cssmenu {
	margin: 0; /* all lists */
	padding: 0;
	line-height: normal;
}

#cssmenu li {
	margin: 0; /* all list items */
	padding: 0;
	background: none;
	cursor: pointer;
}

#cssmenu li a {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../img/bullet-m.gif) no-repeat left bottom #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	color: #8F8F8F;
	display: block;
	height: 25px;
	line-height: 25px;
	overflow:hidden;
}

#cssmenu li a:hover {
	color: #3F89C3;
	background: url(../img/bullet-m.gif) no-repeat left top #FFFFFF;
}

#cssmenu li a.active,
#cssmenu li a.current,
#cssmenu li a.active:hover,
#cssmenu li a.active:active {
	color: #3F89C3;
	background: url(../img/bullet-m.gif) no-repeat left top #FFFFFF;
	font-weight: bold;
}


#cssmenu li:hover,
#cssmenu li.sfhover {
	color: #3F89C3;
	background: url(../img/bullet-m.gif) no-repeat left top #FFFFFF;
}

#cssmenu ul li:hover, #cssmenu ul ul li:hover,
#cssmenu ul li.sfhover, #cssmenu ul ul li.sfhover {
	color: #3F89C3;
	background: none;
}

#cssmenu ul li a,
#cssmenu ul ul li a {
	padding: 0 10px;
	background: none;
	font-weight: normal;
}




#logo { padding:8px 0;}
#logo a { display:block; height:66px; width:100%; background:url(../img/logo.gif) 50% 2px no-repeat; overflow:hidden; cursor:pointer;}
#logo a h1 { margin:0; padding:90px 0 0 0;}

table.blog .article_seperator {
	display: block;
	height: 20px;
	background: url(../img/seperato.gif) repeat-x center;
}

.bottombanners { text-align:center;}

#content table { border-collapse:collapse;}
#content table td { padding:3px 3px; border:1px solid #999;}
#content table thead td {background-color:#eee; font-weight:bold;}

#content .topcasinos {border:1px solid #c0c0c0; width:98%;}
#content .topcasinos td { border:1px dashed #c0c0c0; border-width:0 0 1px 0;}
#content .topcasinos thead td { border:1px solid #c0c0c0; border-width:0 0 1px 0;}
#content .topcasinos thead td.hdr {background-color:#3f89c3; color:#fff; text-align:center;}

#content p { margin:0.6em 0;}
#content h3 { margin:0.8em 0 -0.3em 0;}
#content h4 { margin:0.6em 0 -0.4em 0;}
#content h5 { margin:0.6em 0 -0.5em 0;}

.piclink { display:block; width:16px; height:16px; overflow:hidden; background-position:0 0; background-repeat:no-repeat;}
.piclink span {display:block; padding-top:17px;}

#leftcol { line-height:1.2;}
#leftcol h3, #leftcol h4 { text-align:center; margin:0; padding:0;}
#leftcol h3 {  color: #3f89c3; margin-bottom:4px;}
#leftcol .pic {text-align:center;}
#leftcol .pic img { border:0 none; margin:4px 0;}

ul.toplist { list-style:none; margin:0; padding:0.3em 0;}
ul.toplist li {margin:4px 0; padding:0; background:none}
ul.toplist li img { border:0 none;}
ul.toplist li span { display:none;}
ul.toplist li a {text-decoration:none;}
ul.toplist li a b {text-decoration:none; font-weight:normal;}

.h { color:#f00;}
.d { color:#f00; font-family:"Times New Roman", Times, serif; font-size:115%;}

.block { margin:10px 0; border: 1px solid #c0c0c0;}
.block H4 {background-color:#3f89c3; color:#fff; font-size:11pt; padding:2px 8px;}
.block H4 a:link, .block H4 a:visited { color:#fff; text-decoration:none}
.block H4 a:hover { color:#fff; text-decoration:none;}
.block .pic { width:145px; margin-right:-145px; float:left; text-align:center;}
.block .pic img { margin:10px 0; border:0 none;}
.block .text { margin-left:145px; padding:0 5px 0 0;} 
.block .bottom { height:1px; clear:left; overflow:hidden;}

#rightcol h3 { font-size:14px; text-align:center;}

#content hr {clear:both; margin:14px 0;}
.bookspic {margin:10px 14px 14px;}

.poker-odds-calc {height:29px; padding:0 0 0 25px; background:url(../img/icon_cards.png) 0 4px no-repeat; float:left;}
.poker-odds-calc a {color:#fff; display:block; font-weight:bold; padding:0 25px 0 0; background:url(../img/icon_cards2.png) 100% 4px no-repeat;}

.poker-poll {float:left; margin-left:100px; padding:0 0 0 25px; background:url(../img/icon_survey.png) 0 4px no-repeat;}
.poker-poll a {color:#fff; display:block; font-weight:bold; padding:0 25px 0 0; background:url(../img/icon_survey.png) 100% 4px no-repeat;}

#poker-survey ul {width:480px;}
#poker-survey ul li {clear:left; overflow:hidden; zoom:1; margin-bottom:20px;}
#poker-survey ul li label {display:block; float:left;}
#poker-survey ul li select {display:block; float:right; padding:0 0 0 0px; font-size:12px; min-width:50px;}
#poker-survey ul li h4 {margin:0 0 4px 0;}

.addthis_button {float:right; margin:6px 8px 0 0;}

#content a {text-decoration:none; color:#13649F;}
#content #pathway a {text-decoration:none;}

.content-block p{background-color:#3F89C3; color:white; border:1px groove #eee; padding:10px;}


.bb-block{border:3px solid #3f89c3;position:relative;z-index:10;text-align:justify;width:235px;float:right;margin:61px 0 0 0;}
.bb-block h3 a {text-transform:capitalize}
.tl {
background-position:0 0;
left:-3px;
top:-3px;
}
.tr {
background-position:100% 0;
right:-3px;
top:-3px;
}
.bl {
background-position:0 100%;
bottom:-3px;
left:-3px;
}
.br {
background-position:100% 100%;
bottom:-3px;
right:-3px;
}
.tl, .tr, .bl, .br {
background-image:url(../img/blue-corners.gif);
background-repeat:no-repeat;
height:7px;
position:absolute;
width:7px;
z-index:1;
}
.bb-content {
overflow:hidden;
padding:0px 9px;
}
.bb-content img{margin:15px 0 0 0;}

.table-wrapper{overflow:hidden;margin:-60px 0 0 0;width:585px;}
#butler{overflow:hidden;}

.mp-bot-wrapper{overflow:hidden;margin:10px 0 0 0;}
	.mp-bot-left-block{float:left;width:330px;text-align:justify;}
		.mp-bot-left-block img{margin:0.6em 0 0 0.6em;}
		
#leftcol .bb-block {margin:0; width:auto}
#leftcol .bb-block img {width:33px; height:32px; margin:0 3px 0 0; float:left;}