/*  
Theme Name: Simple Balance 2.2.1
Theme URI: http://blogsessive.com
Description: Simple, highly customizable, well-balanced 3 column theme. More Power. More Style. Your Style!
Tags: fixed width, three columns, simple, control panel, custom layout
Author: Alex Cristache
Author URI: http://blogsessive.com
*/

/* License and other information:

- This theme is released unde Creative Commons 3.0 licence;
- You may share, modify and use it in personal or commercial projects;
- I'd appreciate it if you DO NOT remove the author information in the theme's footer;
- Under any circumstances, DO NOT remove the original author information from this CSS file (this includes Name and URL);
- If you modify the theme, please mention the original author in a comment like this one.

*/


/* General styles */
body {
	background: #fff url(img/background.png) repeat-x;
	margin: 0 auto;
	text-align: center;
	font: normal normal 12px Tahoma, Arial, Verdana, sans-serif;
	color: #444;
}

#wrap {
	margin: 0 auto;
	width: 970px;
	text-align: left;
}

a {
	color: #207f7b;
	text-decoration: none;
}

a:hover {
	color: #d90202;
}

a img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

small {
	font-size: 9px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearer {
	clear: both;
}


/* Header styles */
#header {
	width: 970px;
	overflow: hidden;
	margin-bottom: 10px;
}

.topLogo {
	width: 200px;
	float: left;
	margin-right: 20px;
	padding-top: 10px;
}

.topLogo h1, .topLogo h2 {
	font: normal normal 25px Georgia, "Times New Roman", serif;
	font-variant: small-caps;
	color: #d90202;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.topLogo h1 a, .topLogo h2 a {
	text-decoration: none;
	color: #d90202;
}

.topLogo h1 a:hover, .topLogo h2 a:hover {
	color: #207f7b;
}

.topLogo .blogDescription {
	font: normal normal 16px Georgia, "Times New Roman", serif;
	font-variant: small-caps;
	color: #207f7b;
}

.topMenu {
	width: 470px;
	float: left;
	margin-right: 20px;
	font: normal normal 14px Georgia, "Times New Roman", serif;
}

.topMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.topMenu ul li {
	margin: 0 20px 0 0;
	padding: 25px 0 0 0;
	float: left;
	border-top: 5px solid #d2ebea;
}

.topMenu ul li.current_page_item {
	border-top: 5px solid #d90202;
}

.topMenu ul li a {
	color: #207f7b;
	padding-top: 20px;
	text-decoration: none;
}

.topMenu ul li a:hover {
	color: #d90202;
}

.topSearch {
	width: 260px;
	float: right;
	padding-top: 23px;
}

.s {
	border: 1px solid #92bdbb;
	width: 200px;
	float: left;
	height: 18px;
}

.searchSubmit {
	padding: 0;
	background: none;
	border: none;
	font: normal bold 12px Georgia, "Times New Roman", serif;
	cursor: pointer;
	float: right;
	line-height: 20px;
}

/* Page structure styles */

#page {
	width: 970px;
	overflow: hidden;
}

#lsidebar {
	width: 200px;
	float: left;
	margin-right: 20px;
}

#rsidebar {
	float: right;
	width: 260px;
}

#content {
	float: left;
	width: 470px;
	margin-right: 20px;
}

/* Sidebars styles */

#lsidebar .leftPic{
	padding-top: 170px;
	background: url(img/pic-sidebar.jpg) no-repeat;
}

#lsidebar .leftPicCustomWrap {
	width: 200px;
	overflow: hidden;
}

#lsidebar .leftPicCustom {
	margin: 0;
	border: 0;
	background: none;
}

#lsidebar h2, #rsidebar h2 {
	font: normal normal 17px Georgia, "Times New Roman", serif;
	color: #d90202;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #207f7b;
}

#lsidebar ul, #rsidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#lsidebar ul ul ul, #rsidebar ul ul ul {
	margin: 4px 0 0 10px;
	padding: 0;
	list-style: none;
}

#lsidebar ul li, #rsidebar ul li {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}

#lsidebar li li, #rsidebar li li {
	margin: 0;
	padding: 4px 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
}

#lsidebar li li li, #rsidebar li li li {
	margin: 0;
	padding: 4px 0;
	list-style: none;
	border: none;
}

#lsidebar ul ul ul a, #rsidebar ul ul ul a {
	font-size: 11px;
}

#lsidebar li.rssFeed {
	background: url(img/bg-rss.gif) no-repeat;
	width: 200px;
	height: 50px;
	font: normal bold 12px Georgia, "Times New Roman", serif;
}
#rsidebar li.rssFeed {
	background: url(img/bg-rss2.gif) no-repeat;
	width: 260px;
	height: 50px;
	font: normal bold 12px Georgia, "Times New Roman", serif;
}

.textwidget {
	padding-top: 10px;
}

.rssFeed a {
	line-height: 50px;
	width: 143px;
	height: 50px;
	display: block;
	text-decoration: none;
	color: #fff;
	padding-left: 57px;
}

.rssFeed a:hover {
	color: #fffcc5;
}

.rssForm form {
	margin: 10px 0;
}

.rssEmail {
	border: 1px solid #92bdbb;
	width: 160px;
	color:#999999;
}

.rssSubmit {
	width: 77px;
	height: 30px;
	padding: 0px;
	background-image:url(img/reviews/subscribe_btn.png);
	/*background:none;*/
	border:none;
	font: normal bold 12px Georgia, "Times New Roman", serif;
	cursor: pointer;
	color: #207f7b;
	margin-top: 5px;
}

.rssForm small {
	padding: 2px;
	background: #eff7f7;
	display: block;
}

#rsidebar .ads125 {
	padding: 10px 0 0 0;
	width: 260px;
	overflow: hidden;
}

.leftBanner {
	float: left;
	margin-bottom: 10px;
}
.rightBanner {
	float: right;
	margin-bottom: 10px;
}

.advertiseHere {
	clear: both;
	display: block;
	text-align: center;
	font: normal bold 12px Georgia, "Times New Roman", serif;
	margin-bottom: 10px;
}

.google250 {
	text-align: center;
}

#wp-calendar {
	width: 100%;
	padding: 0;
	border: none;
	margin: 0;
}

#wp-calendar caption {
	padding: 4px;
	font: normal bold 12px Georgia, "Times New Roman", serif;
	color: #207f7b;
}

#wp-calendar th {
	padding: 4px;
	text-align: center;
	background: #eff7f7;
}

#wp-calendar td {
	padding: 4px;
	text-align: center;
	background: #f5f5f5;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar a {
	color: #d90202;
}

#wp-calendar a:hover {
	color: #207f7b;
}


/* Content styles */

.topAd {
	margin-bottom: 25px;
}

.archiveTitle {
	font: normal normal 14px Georgia, "Times New Roman", serif;
	color: #666;
	font-variant: small-caps;
	text-transform: capitalize;
	border-bottom: 1px solid #ddd;
}

.post {
	margin-bottom: 25px;
	width: 470px;
	overflow: hidden;
}

.postFeatured {
	margin-bottom: 25px;
	width: 450px;
	overflow: hidden;
	padding: 10px;
	background: #f5f5f5;
}

.post a, .postFeatured a {
	text-decoration: underline;
}

.postTitle h1, .postTitle h2 {
	font: normal normal 22px Georgia, "Times New Roman", serif;
	color: #d90202;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px 0;
}

.postTitle h1 a, .postTitle h2 a {
	font: normal normal 22px Georgia, "Times New Roman", serif;
	color: #d90202;
	text-decoration: none;
}

.postTitle h1 a:hover, .postTitle h2 a:hover {
	font: normal normal 22px Georgia, "Times New Roman", serif;
	color: #207f7b;
}

.postInfo {
	font-size: 11px;
}

.postContent {
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 17px;
	width: 470px;
	overflow: hidden;
}

.sizeFeatured {
	width: 450px;
}

.featHead {
	font: normal normal 14px Georgia, "Times New Roman", serif;
	color: #777;
	font-variant: small-caps;
	text-transform: capitalize;
	background: #ddd;
	padding: 3px 10px;
}

.postContent h1 {
	font: normal normal 22px Georgia, "Times New Roman", serif;
	color: #207f7b;
}

.postContent h2 {
	font: normal normal 20px Georgia, "Times New Roman", serif;
	color: #207f7b;
}

.postContent h3 {
	font: normal normal 18px Georgia, "Times New Roman", serif;
	color: #207f7b;
}

.postContent h4 {
	font: normal bold 14px Georgia, "Times New Roman", serif;
	color: #666;
	font-variant: small-caps;
	text-transform: capitalize;
}

.postContent blockquote {
	margin: 0;
	padding: 20px 20px 20px 40px;
	background: #eff7f7 url(img/bg-blockquote.gif) no-repeat;
	font: normal normal 12px Georgia, "Times New Roman", serif;
}

.postExtras {
	border-top: 1px solid #ddd;
	padding: 5px 0;
	font-size: 11px;
}

.postMeta {
	border-top: 1px solid #ddd;
	text-align: right;
	padding-top: 5px;
	font-size: 11px;
	width: 470px;
	overflow: hidden;
}

.postMetaFeatured {
	border-top: 1px solid #ddd;
	text-align: right;
	padding-top: 5px;
	font-size: 11px;
	width: 450px;
	overflow: hidden;
}

.postMeta a, .postMetaFeatured a {
	color: #d90202;
	text-decoration: none;
}

.postMeta a:hover, .postMetaFeatured a:hover {
	color: #207f7b;
}

.postLink {
	float: left;
}

.postComments a {
	background: url(img/icon-comments.gif) no-repeat 0 4px;
	padding-left: 16px;
}

.postLink a {
	background: url(img/icon-postlink.gif) no-repeat 0 1px;
	padding-left: 14px;
}

.navigation {
	width: 470px;
	font: normal normal 14px Georgia, "Times New Roman", serif;
	overflow: hidden;
}

.navigation a {
	text-decoration: none;
	margin-bottom: 25px;
	display: block;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.aligncenter {
	margin: 0 auto;
}

/* Comments styles */

.commentZone {
	margin-bottom: 25px;
}

h3#respond, h3#comments, h3#trackbacks {
	font: normal normal 18px Georgia, "Times New Roman", serif;
	color: #d90202;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
	margin: 30px 0 0 0;
}

.commentList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.commentList .reply {
	margin-bottom: 10px;
}

.commentList li.depth-1 ul.children {
	border-bottom: none;
}

.commentList li {
	overflow: hidden;
	display: block;
	padding: 10px 0 0 0;
}

.commentList li ul.children {
	overflow: hidden;
	display: block;
	padding: 10px;
	margin: 0;
	border: 1px solid #ddd;
	background: #eee;
}

.commentList li ul.children li {
	padding: 0;
	margin: 0;
}

.commentList li ul.children ul.children {
	overflow: hidden;
	display: block;
	padding: 10px;
	margin: 0;
	background: #fff;
	border: 1px solid #ddd;
}

.commentList li.depth-1 {
	border-bottom: 1px solid #ddd;
}

.commentLeft {
	float: left;
	width: 80px;
}

.commentLeft img {
	padding: 4px;
	border: 1px solid #e5e5e5;
}

.commentAuthor {
	font: normal bold 14px Georgia, "Times New Roman", serif;
}

.commentAuthor a {
	color: #d90202;
}

.commentAuthor a:hover {
	color: #207f7b;
}

.commentRight {
	float: right;
	width: 390px;
	overflow: hidden;
}

.commentList li ul.children .commentRight {
	float: right;
	width: 368px;
	overflow: hidden;
}

.commentList li ul.children ul.children .commentRight {
	float: right;
	width: 346px;
	overflow: hidden;
}

.commentRight p {
	margin: 10px 0;
}

#author, #email, #url {
	border: 1px solid #92bdbb;
}

#comment {
	border: 1px solid #92bdbb;
	width: 400px;
}

#submit {
	width: 80px;
	height: 20px;
	border: none;
	background: url(img/bg-addcomment.gif) no-repeat;
	font: normal bold 12px Georgia, "Times New Roman", serif;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.trackbackList {
	margin: 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #ddd;
}

.trackbackList li {
	padding: 4px 0 0 0;
	margin-left: 23px;
}


/* Footer styles */

#footer {
	border-top: 1px solid #ddd;
	padding-top: 5px;
	font-size: 10px;
	margin-bottom: 20px;
	width: 970px;
	overflow: hidden;
}

.footerMenu {
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footerMenu li {
	display: inline;
	margin-left: 15px;
}

/* review styles */

#page #content #reviewlist {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 470px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(img/reviews/side_border.png);
	background-repeat: repeat-y;
}
#page #content #reviewlist #imglist {
	display: inline;
	margin: 0px;
	float: left;
	width: 115px;
	height: 115px;
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-image: url(img/reviews/img_border.png);
	background-repeat: no-repeat;
	/*background-color:#00FF33;*/
}
#page #content #reviewlist #imglist img{
	margin: 7px;
	padding: 0px;
}
#page #content #reviewlist #contentlist {
	display: inline;
	float: left;
	height: auto;
	width: 325px;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
#page #content #reviewlist #footlist {
	/*background-color: #99FF33;*/
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 50px;
	width: 470px;
	background-image: url(img/reviews/bottom_border.png);
	background-repeat: no-repeat;
}
#page #content #reviewlist #contentlist #headlist {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 1%;
	width: 100%;
}
#page #content #reviewlist #contentlist #txtlist {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
	font-size: 14px;
	padding-top: 0px;
	color:#000000;
}
#page #content #reviewlist #contentlist #headlist #titlelist {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	float: left;
	height: 1%;
	text-decoration: none;
	width: 205px;
}
#page #content #reviewlist #contentlist #headlist #ratinglist {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 1%;
	width: 96px;
}
#page #content #reviewlist #footlist #lbutton {
	display: inline;
	margin: 10px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 115px;
	text-decoration:none;
}
#page #content #reviewlist #footlist #lbutton a{
	background-image:url(img/reviews/yellow_btn.png);
	background-repeat:no-repeat;
	display: inline;
	padding-top: 5px;
	float: left;
	height: 25px;
	width: 115px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	
}
#page #content #reviewlist #footlist #lbutton a:hover{
	background-image:url(img/reviews/yellow_btn2.png);

}
#page #content #reviewlist #footlist #rbutton {
	display: inline;
	margin: 10px;
	padding: 0px;
	float: right;
	height: 30px;
	width: 115px;
}
#page #content #reviewlist #footlist #rbutton a{
	background-image:url(img/reviews/purple_btn.png);
	background-repeat:no-repeat;
	display: inline;
	padding-top: 5px;
	float: right;
	height: 25px;
	width: 115px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	
}
#page #content #reviewlist #footlist #rbutton a:hover{
	background-image:url(img/reviews/purple_btn2.png);
	color:#FFFFFF;
	
}
#page #content #reviewlist #toplist {
	background-repeat:no-repeat;
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 10px;
	width: 470px;
	background-image: url(img/reviews/top_border.png);
}

/*#lsidebar #topreview #topreview_box
{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
}

#lsidebar #topreview #topreview_header #topreview_logo,
#lsidebar #topreview #topreview_header #topreview_bingobonus, 
#lsidebar #topreview #topreview_header #topreview_freegames, 
#lsidebar #topreview #topreview_header #topreview_welcomebonus
{
	font-size:12px;
	font-weight:bold;
	width: 60px;
	float: left;
	display:inline;
	text-align:center;
}
#lsidebar #topreview #topreview_header #topreview_logo
{
	width: 80px;
}
#lsidebar #topreview #topreview_box #topreview_logo
{
	width: 80px;
	float: left;
	display:inline;
	text-align:center;
	font-size:16px;
	line-height:200%;
}
#lsidebar #topreview #topreview_box #topreview_bingobonus
{
	width: 60px;
	height: 40px;
	float: left;
	display:inline;
	text-align:center;
	font-size:16px;
	line-height:200%;
}
#lsidebar #topreview #topreview_box #topreview_freegames
{
	width: 60px;
	height: 40px;
	float: left;
	display:inline;
	text-align:center;
	font-size:16px;
	line-height:200%;
}
 #topreview #topreview_box #topreview_welcomebonus
{
	width: 60px;
	height: 40px;
	float: left;
	display:inline;
	text-align:center;
	font-size:16px;
	line-height:200%;
}*/
#wp_email_capture 
{

padding-top:15px;
padding-bottom:65px;
/*padding-top:40px;
padding-bottom:40px;*/
background-image: url(img/luckystar/pic-sidebar.jpg);
background-repeat:no-repeat;

padding-left:10px;
padding-right:10px;
	
}
#wp_email_capture form li
{
	margin:0px;
	padding:0px;
	list-style:disc;
}
#wp_email_capture ul
{
	margin:10px;
	padding:0px;
}
#wp_email_capture form
{
height: 160px;
/*height: 120px;*/
	
}

#wp_email_capture #nospam
{
padding:0px;
margin: 0px;
padding-top: 8px;
color:#999999;
}
#wp_email_capture #nospam .style2 {
	font-size: x-small;
}
/*Full Review CSS Styling*/
#page #content #reviewpage {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(img/reviews/side_border.png);
	background-repeat: repeat-y;
}
#page #content #reviewpage #headpage {

	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 450px;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;

}
#page #content #reviewpage #headpage p {

}
#page #content #reviewpage #headpage #imgpage {
	display: inline;
	margin: 0px;
	float: left;
	width: 150px;
	height: 150px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 10px;
	background-image: url(img/reviews/big_img_border.png);
	background-repeat: no-repeat;
}
#page #content #reviewpage #headpage #imgpage img{
	margin: 7px;
	padding: 0px;
}
#page #content #reviewpage #headpage #headcontentpage {
	display: inline;
	float: left;
	height: auto;
	width: 290px;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#page #content #reviewpage #headpage #headcontentpage #titlepage{
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	float: left;
	height: 1%;
	width:inherit;
	margin-bottom: 5px;
	margin-left: 0px;
}
#page #content #reviewpage #headpage #headcontentpage #titlepage a{
	text-decoration: none;
}
#page #content #reviewpage #headpage #headcontentpage #ratingpage{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 1%;
	width: inherit;
	margin-bottom: 5px;
	margin-left: 0px;
}
#page #content #reviewpage #midbtn {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 50px;
	width: 470px;
	border-bottom:#E6E6E6;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-top:#E6E6E6;
	border-top-style:solid;
	border-top-width:2px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#page #content #reviewpage #footpage {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 50px;
	width: 470px;
	background-image: url(img/reviews/bottom_border.png);
	background-repeat: no-repeat;
}

#page #content #reviewpage #infopage{
	display: inline;
	float: left;
	height: auto;
	width: 450px;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
#page #content #reviewpage #infopage .postContent {
margin:0px;
	/*margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;*/
	line-height: 17px;
	width: 450px;
	overflow: hidden;
}

#page #content #reviewpage .play_btn {
	display: inline;
	margin: 10px;
	margin-left:178px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 115px;
	text-decoration:none;
}
#page #content #reviewpage .play_btn a{
	background-image:url(img/reviews/yellow_btn.png);
	background-repeat:no-repeat;
	display: inline;
	padding-top: 5px;
	float: left;
	height: 25px;
	width: 115px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
#page #content #reviewpage .play_btn a:hover{
	background-image:url(img/reviews/yellow_btn2.png);
}
#page #content #reviewpage #toppage {
	background-repeat:no-repeat;
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 10px;
	width: 470px;
	background-image: url(img/reviews/top_border.png);
}
/*Top 5 Sites CSS Styling*/
#topreview #toprev_box
{
	margin-top: 5px;
	margin-bottom: 0px;
	width: 200px;
	clear:left;
	float:left;
	height: 1%;
	border-bottom-color:#DDDDDD;
	border-bottom-style:solid;
	border-bottom-width:thin;
	padding-bottom:5px;
}
#topreview #toprev_title
{
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	height: 15px;
	text-decoration: none;
	width: 130px;
}
#topreview #toprev_rating
{
	margin: 0px;
	padding: 0px;
	float: right;
	display:inline;
	height: 15px;
	width: 69px;

}
#topreview #toprev_rating img
{
	width: 69px;
	height: 15px;
}
	
#topreview #toprev_midwrap
{
margin: 0px;
padding: 0px;
	width: 200px;
	height: 1%;
	clear: left;
	float:left;
	display: inline;
}
#topreview #toprev_midwrap p
{
margin: 0px;
padding-bottom: 5px;
padding-top: 5px;
font-size:11px;
}
#topreview #toprev_logo
{
	margin: 0px;
padding: 0px;
	width: 65px;
	height: 65px;
	float:left;
	display: inline;
}
#topreview #toprev_logo img
{
width: 60px;
height: 60px;
padding: 5px;
padding-left: 0px;
padding-top: 0px;
}
#topreview #toprev_review, #topreview #toprev_play
{
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 18px;
	width: 100px;
	font-size: 11px;
	font-weight:bold;
	text-align:center;
}
#topreview #toprev_review a{
	background-image:url(img/reviews/top5_play_btn.png);
	background-repeat:no-repeat;
	display: inline;
	padding-top: 2px;
	
	float: left;
	height: 18px;
	width: 97px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	
}
#topreview #toprev_review a:hover{
	background-image:url(img/reviews/top5_play_btn2.png);
	
}
#topreview #toprev_play a{
	background-image:url(img/reviews/top5_read_btn.png);
	background-repeat:no-repeat;
	display: inline;
	padding-top: 2px;
	margin-left: 3px;
	float: left;
	height: 18px;
	width: 97px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	
}
#topreview #toprev_play a:hover{
	background-image:url(img/reviews/top5_read_btn2.png);
	color:#FFFFFF;
	
}
#toprev_text
{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 1%;
	width: 130px;
	font-size: 12px;
	padding-top: 0px;
}

