    

/* -- Basics -- */
html, body, div, p, li, ul, ol, menu, form, fieldset, h1, h2, h3, h4, h5, h6   { margin: 0; padding: 0; list-style: none; }

html          { background: #251912 url('../images/bg-main.jpg') 50% 0 no-repeat; }
body		      { font: normal 62.8%/1.3 Arial, Helvetica, sans-serif; background: #251912 url('../images/bg-body.gif'); color: #c3a184; padding: 10px 0; }
*>body        { background: url('../images/bg-body.png'); }
a			        { color: #a1555a; }
a:hover	      { text-decoration: none !important; color: #c3a184;}
a img   	    { border:0; }
img           { border: 1px #d5d2d2 solid; }
input
select,
textarea      { font-family: Arial, lucida, sans-serif; font-size: 1em; vertical-align: middle; }
input, 
textarea	    { background: #8f8c8c; padding: 2px 0; margin: 0; border: 1px solid #676464; }
button	      { vertical-align: middle; margin: 0; padding: 0; height: 18px; border: none; text-decoration: underline; font-weight: bold; color: #00CCFF; cursor: pointer; }
.submit       { width: auto !important; overflow: visible; background-color: #312b2a; border: 1px solid #000 !important; padding: 0 5px; color: #fff; font-weight: bold; }

h1, .h1	{ font-size: 2em; }
h2, .h2	{ font-size: 1.6em; }
#contentBlock h2 { margin:1.2em 0 -0.2em 0;}
h3	{ font-size: 1.4em; }
h4	{ font-size: 1.2em; }
h5	{ font-size: 1.1em; }
h6	{ font-size: 1em; }
p   { line-height: 20px; }

h1, h2, h3, h4, h5, h6, .h1, .h2  { color: #a1555a; }

table           { border-collapse: collapse; width: 100%; }
table th        { text-align: left; }
table td.right  { padding-left: 5px; }
table th.right  { padding-left: 5px; }
table td.left   { padding-right: 5px; }
table th.left   { padding-right: 5px; }

blockquote  { margin: 0; padding: 10px 20px; color: #333; line-height: 1.6; font-family: Georgia, serif; }
fieldset    { border: 0 !important; }

/*img, div, td { behavior: url('../js/iepngfix.htc'); }*/

/* -- Icons list -- */
.ico              { padding-left: 15px; }
.ico-breezy       { background: url('../images/ico/ico-breezy.gif') 2px 0 no-repeat; padding: 2px 0 2px 25px; }
.ico-breezy:hover { background: url('../images/ico/ico-breezy-hover.gif') 2px 0 no-repeat; }
.ico-date         { background: url('../images/ico/ico-date.gif') 0 50% no-repeat; }

/* -- User friendly features -- */
.hidden   { display: none; }

/* -- Basics layout -- */
#view     { position: relative; }
#head     { font-size: 1.2em; }
#content  { font-size: 1.2em; overflow:hidden;}
#foot     { font-size: 1.2em; clear: both; }

/* -- Logo constructs -- */
#logo .block  { position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor: pointer; text-decoration: none !important; }
/*#logo .h1      { font-size: 2.8em; font-weight: normal; margin: 6px 0 0 8px; color: #fff; text-align:left;}*/
#logo .h1      { display:none;}
#logo .h2      { color: #cfe4e9; font-weight: normal; line-height: 12px; font-size: 1.3em; text-align:left;}
#logo *       { font-family: Georgia, "New York CE", utopia, serif; cursor: pointer; }

/* -- Main classes -- */
.fr		    { float: right !important; }
.fl		    { float: left !important; }
.clear    { clear: both !important; }
.right	  { text-align: right !important; }
.left		  { text-align: left !important; }
.center	  { text-align: center !important; }
.last		  { margin-right: 0 !important; margin-bottom: 0 !important; border-bottom: none !important; }
.small	  { font-size: .90em; }
.big      { font-size: 1.5em; }
.item     { margin-bottom: 1.5em; clear: both; }
.info     { margin: 2px 0 6px !important; }
.col1     { width: 49%; float: left; }
.col2     { width: 49%; float: right; }

/* -- Layout constructs -- */
#view       { width: 898px; margin: 0 auto; padding: 0 20px 20px; background: url('../images/bg-view.png'); border: 1px #685952 solid; border-width: 1px 0; }
#logo       { position: relative; height: 164px; overflow: hidden; background: #46691d url('../images/bg-logo.jpg') no-repeat; text-align: center; clear: both; }
#content    { padding: 35px 10px; }
#foot       { clear: both; height: 53px; background: url('../images/bg-foot.png'); /*background-color: #19110c;*/ }

/* -- Main Menu -- */
#mainMenu li                { position: relative; float: left; margin: 0 10px; top: -1px; }
#mainMenu li a              { display: block; float: left; color: #dbebf2; padding: 22px 8px 15px; height: 20px; text-decoration: none; }
#mainMenu li a:hover,
#mainMenu li a.active       { border-top: 1px #fff solid; color: #fff; padding-top: 21px; } 

/* -- Right (submenu) block -- */
#menuBlock                      { width: 200px; float: right; }
#menuBlock .box                 { margin-bottom: 50px; }
#menuBlock .box h3              { margin-bottom: 16px; color: #cfb6aa; }
#menuBlock .subMenu ul          { margin-left: 5px; border-left: 1px #685952 solid; }
#menuBlock .subMenu li          { margin-left: -1px; }
#menuBlock .subMenu li a        { display: block; padding: 6px 20px; height: 14px; color: #dbebf2; text-decoration: none !important; }
#menuBlock .subMenu li a.active,
#menuBlock .subMenu li a:hover  { border-left: 1px #fff solid; padding-left: 19px; color: #fff; }
#menuBlock .boxText h3          { padding-left: 0 !important; }

/* -- Left (content) block -- */
#contentBlock                   { float: left; width: 630px;overflow:hidden; }
#contentBlock .item             { position: relative; padding: 0 15px; width: 490px; left: 110px; border-left: 1px #685952 solid; margin-bottom: 4em; }
#contentBlock .item p           { margin-top: 15px; }
#contentBlock .item .info       { position: absolute; top: 2px; left: -135px; width: 100px; }
#contentBlock .item > .info     { left: -120px; }
#contentBlock .item .info,
#contentBlock .item .info *     { padding: 0 !important; margin: 0 0 10px !important; text-align: right; color: #a1555a; text-decoration: underline; list-style: none; background: none; }
#contentBlock .item .tag,
#contentBlock .item .tag *      { color: #d63751; }
#contentBlock .noBorder         { border: none; overflow: hidden; }
#contentBlock img               { margin: 8px; }
#contentBlock a.left img        { margin-left: 0; }
#contentBlock a.right img       { margin-right: 0; }
#contentBlock ul,
#contentBlock ol,
#contentBlock table             { margin-top: 2em; }
#contentBlock table td,
#contentBlock table th          { border-width: 1px 0; padding:5px 3px; }
#contentBlock table .first td,
#contentBlock table .first th,
#contentBlock table .last td,
#contentBlock table .last th    { border: none; }
#contentBlock table .even td,
#contentBlock table .even th    { background: url('../images/bg-foot.png'); }

/* -- Lists -- */
#contentBlock ul,
#contentBlock ol                { padding-left: 20px; margin-top: 1em !important; }
#contentBlock ul li             { padding-left: 20px; margin: 10px 0; background: 0 .3em url('../images/bg-list.gif') no-repeat; }
#contentBlock ol li,
#menuBlock .boxText ol li       { margin: 3px 0 3px 10px; padding: 0; list-style: decimal; }
#menuBlock .boxText ul
#menuBlock .boxText ol          { padding-left: 10px; }
#menuBlock .boxText ul li       { margin: 3px 0; list-style: disc; }

/* -- Footer part -- */
#foot p       { padding: 18px 15px 0; }
#foot *       { color: #dbebf2; }
#foot a:hover { color: #fff; }

/* -- Images -- */
.imageOver2 {
	background: #000;	
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}
.imageOut2 {
	background: url('../images/frame.gif') no-repeat 0 0;	
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.topcasinos {border:1px solid #8f8f70; width:98%;}
.topcasinos td { border:1px dashed #8f8f70; border-width:0 0 1px 0; padding:8px 2px 8px 0;}
.topcasinos thead td { border:1px solid #8f8f70; border-width:0 0 1px 0;}
.topcasinos thead td.hdr {background-color:#8f8f70; color:#fff; text-align:center;}

#top {}
#top .h1      { width:375px; height:57px; margin:10px auto; display:block; background:url(../images/logo.png) 50% 50% no-repeat; text-indent:-5000px;}

#contentBlock .reviewblock { border:1px solid #685952;}
#contentBlock .reviewblock H3 {border-bottom:1px solid #685952; background: url(../images/bg-body.png) repeat scroll 0 0;}
#contentBlock .features img {margin:0 0 0 8px; vertical-align: middle;}
#contentBlock .features span { font-weight:bold;}

#inner #contentBlock {width:678px;}
#inner #contentBlock .item {float:right; width:456px; padding:0 10px; position:static; clear:none;}
#inner #contentBlock .itemleft {float:left; width:200px;}
#inner #menuBlock {padding-left:20px; width:180px;}

.featured {background:url(../images/bg-main.jpg) 50% 0; margin:0 15px; text-align:center; padding:8px 0;}
.featured .feat_img {display:block; width:120px; margin:0 auto;}
.featured .feat_img img {margin:0 !important;}
.featured .feat_txt {display:block; margin-bottom:4px; color:#EFE5E0; font-size:14px; font-weight:bold;}

.featured h3 {color:#EFE5E0; margin:0 0 8px 0;}

#searchfield {width:140px;}
#searchbox {margin-left:4px;}
.rss {margin:26px 0;}
.rss a {display:block; width:80px; height:80px; background:url(../img/rss.gif) 0 0 no-repeat; margin:0 auto;}
.feedback {font-weight:bold;}
#contentBlock .item p a {text-decoration:none; color:#9F694F;}

.mp-center-wrap{overflow:hidden;margin:15px 0;}
	.rel-links, .roulette {background:#382419 url(../img/rel-links-bg.gif) repeat-x 0 0;}
		.rel-links p, .roulette p {margin:4px 0 !important;line-height:16px;}
		.rel-links img, .roulette img{margin:0 !important;}
	.rel-links {width:198px; float:left;margin:0 5px 0 0;padding:12px;}
	.roulette {padding:10px}
	.roulette img {width:160px; height:63px}
		
.reviewblock{border:none !important;overflow:hidden;}
	.reviewblock h3{border-bottom:none !important;background:none !important;margin:0 0 8px 0;}
	.reviewblock div{float:left;width:131px;}
		.reviewblock a img{margin:0 !important;}
		.reviewblock h3 img{margin:0 0 0 8px !important;}
	.central-casino{margin:0 30px;}

.rel-site-bot{margin:25px 0 0 0;}	
.rel-site-bot h3{margin:0 !important;}
.rel-site-bot p{margin:3px 0 !important;}
.rel-site-bot img{border:none;}

.rel-links h3 a, .roulette h3 a {text-transform:capitalize}