/* Global styles */

html{
	font-size:11px;
	overflow-x: auto;
}

body{
	background: #d7cec5 url(../../../images/frontend/playingtease/background.gif) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4f4f4f;
	text-align: left !important;
	margin: 0;
	padding: 0;
}

/* Global link styles */

a:link,
a:active,
a:visited,
a:hover{
	color: #2f2f2f;
	text-decoration: underline;
}

a:hover{
	color: #6b5945;
	text-decoration: underline;
}

img{
	border: 0; /* stops linked images having borders */
}


/* Sticky footer */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#wrap_in {padding-bottom: 66px;}  /* must be same height as the footer */

#footer_box {
	position: relative;
	margin-top: -70px; /* negative value of footer height */
	/* height: 83px; */
	height: 70px;
	clear: both;
	border-top: 1px solid #5d4c39;
	background: #7e664d;
	color: #282828;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Index table classes */
.hide{
	display: none;
}
.i_table{
	width: 100%;
}
.i_td_l{
	width: 33%;
	padding-right: 10px;
}
.i_td_r{
	width: 33%;
}

#float_r{
	float: right;
	/* margin-top: -5px; */
}
#float_r a:link,
#float_r a:active,
#float_r a:visited{
	text-decoration: none;
}

#float_r a:hover{
	text-decoration: underline;
}

/* Default table widths */

table{
	width: 100%;
}

td{
	vertical-align: top;
	font-size: 11px;
}

/* Container and main design */

#container{
	width: 990px;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 0;
}

#banner{
	height: 142px;
	background: #000 url(../../../images/frontend/playingtease/banner.jpg) no-repeat 0 0;
}

a#logo{
	float: left;
	height: 141px;
	width: 550px;
	display: block;
	outline: none;
	text-indent: -9999px;
}

.top_bar{
	background: #8c7d6e;
	border-bottom: 1px solid #665748;
	border-top: 1px solid #9b8d7f;
	color: #ddd8d4;
	padding: 8px;
}

.top_bar p.top_user{
	padding: 0;
	margin: 0;
	border: 0;
}

.top_bar a:link,
.top_bar a:active,
.top_bar a:visited,
.top_bar a:hover{
	color: #ddd8d4;
	text-decoration: none;
}

.top_bar a:hover{
	color: #fff;
	text-decoration: underline;
}

#top_search{
	float: right;
	margin-top: -5px;
	padding-right: 15px;
	padding-top: 11px;
}

#top_search input.top_input{
	border: 1px solid #8c7d6e;
	background: #bdb5ac;
	color: #272727;
	padding: 4px;
	height: 13px;
	font-size: 10px;
	width: 180px;
	margin: 0;
	vertical-align: middle;
}

#top_search input.top_btn{
	border: 1px solid #8c7d6e;
	background: #bdb5ac;
	margin: 0;
	font-size: 0;
	padding: 3px 10px 2px 10px;
	vertical-align: middle;
}

#banner_text/*,
#banner_sdw*/{
	padding: 10px 0 0 40px;
	font-size: 40px;
	color: #515151;
	font-weight: bold;
	letter-spacing: -3px;
}
#banner_text span{
	color: #328ccc;
}
/*
#banner_sdw{
	color:#000;
}*/

/*
#top_search{
	background: url(../../../images/frontend/playingtease/search_bg.jpg) no-repeat 0 0;
	height: 51px;
	padding: 8px 0 0 0;
	width: 248px;
	float: right;
	margin: 20px 30px 0 0;
	text-align:center;
	color: #FFF;
	font-weight: bold;
}*/


/* Tabs */

#tabs{
	font-size: 12px;
    color: #FFF;
    font-weight: bold;
	height: 36px;
	overflow: hidden;
	background: #6b5945;
	border-bottom: 1px solid #4c3c2c;
	border-top: 1px solid #82725f;
}

#tabs ul{
	list-style-type: none;
	margin:0;
	padding:0;
}

#tabs li{
	display:inline;
	margin:0;
	padding:0;
}

#tabs a:link,
#tabs a:active,
#tabs a:visited,
#tabs a:hover{
	float: left;
	line-height: 36px;
	/*background: url(../../../images/frontend/playingtease/tabs.gif) no-repeat 0 -33px;*/
	margin: 0;
	/*margin-left: 1px;
	padding: 0 0 0 6px;*/
	text-decoration: none;
	text-shadow: #413223 0px -1px 0px;
}

#tabs a:link span,
#tabs a:active span,
#tabs a:visited span,
#tabs a:hover span{
	float: left;
	display: block;
	/*background: url(../../../images/frontend/playingtease/tabs.gif) no-repeat 100% -33px;*/
	padding: 0px 19px 0px 19px;
	font-weight: bold;
	color: #fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

/* Hover */

#tabs a:hover{ background: #776552; cursor: pointer; }
/*#tabs a:hover span{ background-position: 100% -66px; color: #515151; cursor: pointer; }*/

/* Active tab */

#tabs a.active:link,
#tabs a.active:active,
#tabs a.active:visited,
#tabs a.active:hover{
	background: #776552;
	color: #fff;
}
/*
#tabs a.active:link span,
#tabs a.active:active span,
#tabs a.active:visited span,
#tabs a.active:hover span{ 
	background-position:100% 0; 
	color: #fff;
}*/

#upload{
	float: right;
	padding: 8px 8px 0 0;
}

#tab_end{
	background: #525252 url(../../../images/frontend/playingtease/dark_bar.gif) repeat-x 0 0;
	padding: 8px;
	color: #fff;
	text-align:center;
}

#tab_end a:link,
#tab_end a:active,
#tab_end a:visited,
#tab_end a:hover{
	color: #cfcfcf;
	text-decoration: none;
}

#tab_end a:hover{
	color: #ffffff;
	text-decoration: underline;
}

#content{
	padding: 8px;
}

.border{
	border: 1px solid #745e46;
	background: #dad6d1 url(../../../images/frontend/playingtease/gradient.gif) repeat-x 0 100%;
}

.header,
.m_header,
.maintitle{
	background: #81694f url(../../../images/frontend/playingtease/maintitle.gif) repeat-x 0 100%;
	padding: 10px;
	font-size: 12px;
	color: #ede6dd;
	font-weight: bold;
	text-shadow: #493c2c 0px -1px 0px;
	border: 1px solid #a08462;
	border-bottom: 0;
}

.header span.cat,
.m_header span.cat,
.maintitle span.cat{
	float:right;
	color: #ede6dd;
	font-weight:bold;
}

.m_header a:link,
.m_header a:active,
.m_header a:visited,
.m_header a:hover,
.header a:link,
.header a:active,
.header a:visited,
.header a:hover,
.maintitle a:link,
.maintitle a:active,
.maintitle a:visited,
.maintitle a:hover{
	color: #ede6dd;
	text-decoration: none;
}

.m_header a:hover,
.header a:hover,
.maintitle a:hover{
	text-decoration: underline;
}

.header img{
	vertical-align: middle;
}

.main_content{
	padding: 8px;
}

#footer_col{
	width: 100%;
	margin: 6px 0 2px 0;
}

#footer_col td{
	width: 25%; /* 100% divided by number of columns */
	border-right: 1px dotted #5d4c39;
	padding: 5px 5px 5px 15px;
}

#footer_col td.end{
	border: 0;
}

#footer_col a:link,
#footer_col a:active,
#footer_col a:visited{
	color: #e4d9cd;
}

#footer_col a:hover{
	color: #fff;
}

.copyright{
	text-align: right;
	line-height: 20px;
	padding: 8px 0 0 0;
	font-weight: bold;
}

.copyright a:link,
.copyright a:active,
.copyright a:visited,
.copyright a:hover{
	color: #328ccc;
	text-decoration: none;
}

.content{
	padding: 8px;
}

.box{
	border: 1px solid #745e46;
	background: #dad6d1 url(../../../images/frontend/playingtease/gradient.gif) repeat-x 0 100%;
	padding: 10px;
	margin: 5px 0 5px 0;
}

.box2{
	border: 1px solid #745e46;
	background: #dad6d1 url(../../../images/frontend/playingtease/gradient.gif) repeat-x 0 100%;
	padding: 10px;
	height: 330px;
	margin: 5px 0 5px 0;
}

.title{
	border-bottom: 1px solid #c4bbb1;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:5px;
}

.title a:link,
.title a:active,
.title a:visited,
.title a:hover{
	text-decoration: none;
}

.title span{
	font-size: 11px;
	font-weight: normal;
	float: right;
}

.box img.img{
	border: 2px solid #868686;
	margin: 0 12px 8px 0;
}



/* Pagination */

/**** page links **********************************************/
#pageLinks{
	padding: 10px 0 3px 0;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}
	#pageLinks em{
		font-style: normal;
		padding: 1px 4px 2px 4px;
		background: #7e664d;
		color: #fff;
		text-decoration: none;
		border: 1px solid #5d4c39;
	}
	#pageLinks a:link,
	#pageLinks a:active,
	#pageLinks a:visited,
	#pageLinks a:hover{
		padding: 1px 4px 2px 4px;
		border: 1px solid #aeaaa5;
		color: #2f2f2f;
		background: #cdc8c2;
		text-decoration: none;
	}
	#pageLinks a:hover{
		background: #bfbbb5;
		text-decoration: none;
	}
		

/* Left navigation styles */

.lnav{
	border: 1px solid #515151;
	background: #d8d8d8;
}
.lnav a:link,
.lnav a:active,
.lnav a:visited,
.lnav a:hover{
	text-decoration: none;
}

.lnav_l,
.lnav_d{
	background-color: #d8d8d8;
	background: url(../../../images/frontend/playingtease/nav.gif) no-repeat 10px 50%;
	display: block;
	padding: 3px 0 3px 25px;
}
.lnav_d{
	background-color: #dbd8d3;
}

.lnav_e{
	background-color: #d8d8d8;
	background: url(../../../images/frontend/playingtease/nav.gif) no-repeat 10px 50%;
	padding: 3px 0 3px 25px;
}

/* Side navigation */                                                /* Why so many???? */

#search_nav{
	width: 250px;
	vertical-align: top;
	padding-right: 8px;
}

#group_nav{
	width: 300px;
	vertical-align: top;
	padding-right: 8px;
}

#profile_nav{
	width: 250px;
	vertical-align: top;
	padding-right: 8px;
}

#media_nav{
	width: 50%;
	vertical-align: top;
	padding-left: 4px;
}

#media_nav2{
	width: 50%;
	vertical-align: top;
	padding-right: 4px;
}

#nav{
	width: 180px;
	vertical-align: top;
	padding-right: 8px;
}




/* Other */

.clear{
	clear: both;
}

input,
textarea,
select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	border: 1px solid #969696;
	color: #878787;
}

select{
	padding: 1px;
}

.input,
.button{
	border: 1px solid #5d4c39;
	padding: 3px;
	background: #FFF;
	color: #878787;
	font-size: 11px;
	margin: 1px;
	display: inline;
}

.button{
	background: #7e664d;
	border: 1px solid #5d4c39;
	padding: 2px 4px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.button:hover{
	background: #8c755e;
}

/* Admin only styles */

a.admin_button:link,
a.admin_button:active,
a.admin_button:visited,
a.admin_button:hover{
	padding: 5px;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	margin: 1px;
	background: #7e664d;
	border: 1px solid #5d4c39;
	width: auto;
	vertical-align: middle;
	float: right;
	text-align: center;
	display: block;
	text-decoration: none;
}
a.admin_button:hover{
	background: #8c755e;
	
}

.admin_button img{
	vertical-align: middle;
	border:0;
}

.fm_des{
	background: #d8d8d8;
	border-bottom: 1px solid #666664;
	padding: 4px;
	margin: 4px 0 4px 0;
}

.shadetabs{
	height: 25px;
	position: relative;
	top: 1px;
	overflow: hidden;
	font-weight: bold;
}
.shadetabs ul{
	margin:0;
	padding:0;
	list-style-type: none;
	text-align: left;
}

.shadetabs li{
	display: block;
	float: left;
	margin: 0;
	margin-right: 1px;
	padding: 0 0 0 5px;
	background: url(../../../images/frontend/playingtease/tabs_small.gif) no-repeat 0 0;
}

.shadetabs li a:link,
.shadetabs li a:active,
.shadetabs li a:visited,
.shadetabs li a:hover{
	text-decoration: none;
	padding: 6px 10px 6px 5px;
	display: block;
	float: left;
	color: #2f2f2f;
	background: url(../../../images/frontend/playingtease/tabs_small.gif) no-repeat 100% 0;
}

.shadetabs li a:visited{
	color: #2f2f2f;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #2f2f2f;
}

.shadetabs li.selected{
	background: url(../../../images/frontend/playingtease/tabs_small.gif) no-repeat 0 -25px;
}

.shadetabs li.selected a:link,
.shadetabs li.selected a:active,
.shadetabs li.selected a:visited,
.shadetabs li.selected a:hover{ 
	background: url(../../../images/frontend/playingtease/tabs_small.gif) no-repeat 100% -25px;
	text-decoration: none;
	color: #2f2f2f;
}

.contentstyle{
	border: 1px solid #745e46;
	background: #dad6d1 url(../../../images/frontend/playingtease/gradient.gif) repeat-x 0 100%;
	margin-bottom: 1em;
	padding: 10px;
	clear: both;
	height: 320px;
}


.thumb{
	border: 1px solid #437181;
	margin: 2px;
}

.progress{
	background:#FFF;
	border:1px solid #000;
	width:300px;
	height:12px;
	text-align:left;
}
.progress_in{
	background:#EEAE1D;
	border-right:1px solid #000;
	height:100%;
	line-height:12px;
}
.radio {
	border:0;
	padding:0;
}

.media_title{
	font-size: 18px;
	text-align: left;
}
.media_title span{
	float:right;
}

.row_l,
.row_d{
	background-color: #E6EAEB;
	background: url(../../../images/frontend/playingtease/nav.gif) no-repeat 10px 50%;
	display: block;
	padding: 3px 0 3px 25px;
}
.row_d{
	background-color: #DCDEDD;
}

/* TOP FRIEND ARRANGE BOXES */

#boxes {
	font-family: Arial, sans-serif;
	list-style-type: none;
	margin: 10px;
	padding: 4px;
}
#boxes  li {
	cursor: move;
	position: relative;
	float: left;
	margin: 2px 2px 0px 0px;
	border: 1px solid #000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E5E5E5;
}
.handle {
	font-size: 14px;
	font-family: Arial, sans-serif;
	border: 1px solid #aaa;
	cursor: move;
	height: 14px;
	border-width: 0px 0px 1px 0px;
	background: #E5E5E5;
	color: #eee;
	padding: 2px 6px;
	margin: 0px;
}
div.topFriendslabel {
	font-size: 18px;
	width:776px;
	position: relative;
	display: block;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0 ;
}

/* PLAYLIST ARRANGE BOXES */

#pl_boxes {
	font-family: Arial, sans-serif;
	list-style-type: none;
	margin: 10px;
	padding: 4px;
}

#pl_boxes  li {
	cursor: move;
	position: relative;
	float: left;
	margin: 5px 5px 0px 0px;
	border: 1px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E5EBEB;
}

/* FORM BOX */

.form_box {
	border-width:1px;
	border-color:#9f9689;
	border-style:solid;
	margin:2px 0 10px 0;
	padding:1px;
	padding-top:5px;
}

.form_box legend {
	color:#2f2f2f;
	font-weight:bold;
	margin-left:20px;
}

.form_box table td {
	padding:4px;
	vertical-align:top;
}

.small_br {
	display:block;
}


/* VIEW SELECT */

.view_select {
	float:right;
	padding-top:5px;
	padding-bottom:5px;
}

.view_select a:link,
.view_select a:active,
.view_select a:visited,
.view_select a:hover {
	text-decoration:none;
}

/* SMALL TEXT */

.small_desc {
	font-size: 10px; 
	padding: 5px 0 5px 3px;
}

.img_border {
	border: 2px solid #437181;
	margin: 0 12px 8px 0;
}

.tag_cloud {
}

.tag_cloud a:link,
.tag_cloud a:active,
.tag_cloud a:visited,
.tag_cloud a:hover {
	text-decoration:none;
}


/* PICTURE COMMENTS */

.pic_comments{
	margin: 0 auto 0 auto;
	width: 85%; /* Change width to change entire width of picture comments */
	text-align: left;
}

.pic_comments table{
	width:100%;
	text-align:left;
	background-color:#D5D5D5;
}

.pic_comments table td {
	background-color:#F5F5F5;
}


/* Alternating table rows */

.main_row_color {
	background-color:#7f674d;
	color:#ffffff;
}

.row1_color {
	background-color:#e9e7e4;
}

.row2_color {
	background-color:#dbd8d3;
}

.content_table{
	width:100%;
	text-align:left;
	background-color:#7f674d;
}

.secret_playing_table{
	width:70%;
	text-align:left;
	background-color:#7f674d;
}

.admin_table{
	width:100%;
	text-align:left;
	background-color:#7BA0B2;
}

.admin_msg {
	border:1px solid #7497A4; 
	padding:5px; 
	background-color:#F5F6F8;
}

.admin_msg_info {
	border:1px solid #7497A4; 
	padding:5px; 
	background-color:#F5F6F8;
}

.admin_msg_green {
	border:1px solid #7497A4; 
	padding:5px; 
	background-color:#F5F6F8;
}

.admin_msg_red {
	border:1px solid #7497A4; 
	padding:5px; 
	background-color:#F5F6F8;
}

/* BULLETNS */

#bulletinb {
	width:600px;
	border:1px solid #b7b3ad;
	background-color:#e5e3e0;
	border-collapse:collapse;
	margin-bottom:.5em;
}
#bulletinb th{
	width:14%;
	background-color:#c7c3bc;
	color:#000;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	border-right:1px solid #b7b3ad;
}
#bulletinb td,
#bulletinb th{
	padding:5px; 
	vertical-align:top;
	border-bottom:1px solid #b7b3ad;
}

#bulletinb img{
	border:0;
}

.result_msg {
	border:1px solid #969696; 
	padding:5px; 
	background-color:#F5F6F8;
}

/* MEDIA DISPLAY */

.media_box1,
.media_box2{
	background: #E5E9EC;
	padding: 10px;
	margin: 5px 0 5px 0;
	line-height: 15px;
}

.media_box2{
	background: #D1DCDF;
}

.media_img2{
	border: 2px solid #437181;
	background: #fff;
	padding: 1px;
	margin: 0 12px 8px 0;
}

.media_desc{
	padding-bottom:5px;
}

.greyb {
	color:#4f4f4f;
	font-weight:bold;
}

.commentEntry {

}

.commentHead {
	border-top: 1px solid #d7d3ce;
	border-bottom: 1px solid #b8b4ae;
	background: #cdc8c2;
	padding: 6px;
}

.commentHeadHighlight {
	border-top: 1px solid #d7d3ce;
	border-bottom: 1px solid #b8b4ae;
	background: #cdc8c2;
	padding: 6px;
}

.commentBody {
	padding: 6px 6px 12px 6px;
	border-bottom: 1px solid #c4bbb1;
}

.media_options {
	border: 1px solid #745e46;
	background: #dad6d1 url(../../../images/frontend/playingtease/gradient.gif) repeat-x 0 100%;
	padding: 5px;
}

.media_icons {
	width:80%;
}

.media_icons td {
	text-align:left;
	padding:3px 3px 3px 10px;
	vertical-align:middle;
}

.media_icons td img {
	vertical-align:middle;
}

.media_user_details{
	border-bottom: 1px solid #c4bbb1;
	padding:8px;
}

.media_user_details img{
	width: 58px;
	height: 43px;
	border: 1px solid #000;
	float: left;
}
.media_user_details div{
	line-height: 15px;
	padding-left:8px;
	margin-left:60px;
}

.media_info {
	line-height: 15px;
}

.media_info_box {
	border-bottom: 1px solid #c4bbb1;
	margin-bottom:8px;
	padding-bottom:8px;
}

.media_ajax_list {
	width:100%;
}

.media_ajax_list td {
	border-bottom: 1px solid #c4bbb1;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	line-height: 15px;
}

.media_ajax_list td img{
	width: 90px;
	height: 70px;
	border: 0;
}

.wide_thumb{
	width: 90px;
	height: 54px;
	overflow: hidden;
	border: 1px solid #000;
}

.member_thumb {
	border: 1px solid #2f2f2f;
	margin: 2px;
}

.media_thumb{
	border: 1px solid #2f2f2f;
	margin: 2px;
}

.media_thumb_detailed{
	border: 1px solid #2f2f2f;
	margin: 0 12px 8px 0;
}

.group_thumb{
	border: 1px solid #2f2f2f;
	margin: 0 12px 8px 0;
}

.group_thumb_div{
	width: 90px;
	height: 70px;
	overflow: hidden;
	border: 1px solid #2f2f2f;
	margin: 2px;
	text-align:center;
}

.group_thumb_div img{
	margin:-10px 0 0 -15px;
}

.pic_thumb{
	border: 1px solid #2f2f2f;
	margin: 0 12px 8px 0;
}

.line_seperator{
	border-bottom: 1px solid #c4bbb1;
	padding: 5px 3px 5px 3px;
	margin-bottom:5px;
}

.group_forum_table{
	width:100%;
	text-align:left;
	background-color:#7f674d;
}

.group_forum_avatar{
	width: 58px;
	height: 43px;
	border: 1px solid #000;
}

.dropmenudiv{
	position:absolute;
	border:1px solid #665748;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
}

.dropmenudiv a:link,
.dropmenudiv a:active,
.dropmenudiv a:visited,
.dropmenudiv a:hover{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #d5d3d1;
	padding: 1px 0;
	text-decoration: none;
	text-align:left;
	background-color: #eeece9;
	color:#2f2f2f;
}

.dropmenudiv a:hover{
	/*background-color: #7f674d;
	color:#FFFFFF;*/
	background-color: #dbd9d7;
	color:#2f2f2f;
}


/* INDEX MEDIA SELECT LINKS */

.media_tabs_bar{
	min-height: 30px;
}

.index_media_links a:link,
.index_media_links a:active,
.index_media_links a:visited,
.index_media_links a:hover{
	text-decoration: none;
	font-weight: 100;
}

.index_media_links a.selected:link,
.index_media_links a.selected:active,
.index_media_links a.selected:visited,
.index_media_links a.selected:hover{
	font-weight: bold;
}

.group_table {
	width:1%;
}

.group_table td {
	width:1%;
	padding:3px 15px 3px 15px;
}

/* VERSION 2.1 */

/* PAID PACKAGES */

.pack_progress{
	background:#FFF;
	border:1px solid #000;
	width:200px;
	height:8px;
	text-align:left;
	overflow:hidden;
	position:relative;
}
.pack_progress_in{
	background:#328ccc;
	height:100%;
	line-height:8px;
	padding:0;
	position:relative;
}

#pack_nav{
	width: 250px;
	vertical-align: top;
	padding-right: 8px;
}

.pack_box {
	border:1px solid #969696; 
	padding:5px; 
	background-color:#F5F6F8;
	height:120px;
	margin:2px;
}

.pack_box_con {
	float:left;
	width:33.33%;
}

.lnav_sel{
	background-color: #d8d8d8;
	background: url(../../../images/frontend/playingtease/nav.gif) no-repeat 10px 50%;
	display: block;
	padding: 3px 0 3px 25px;
	font-weight:bold;
}

.result_alert {
	color:#FFFFFF; 
	border:1px solid #AF3646; 
	background-color:#BF3B50;
	padding:5px; 
}

.main_title {
	color:#328CCC;
	font-weight:bold;
}

.mresponse_table {
	width:1%;
}

.mresponse_table td {
	width:1%;
	padding:3px 20px 3px 20px;
}

.media_response_text {
	text-align:center;
}

.media_list_info {
	float:right;
	width:175px;
	margin:0 5px 0 5px;
	padding-left:5px;
	white-space:nowrap;
	border-left:1px solid #c4bbb1;
	line-height:15px;
}

.media_list_desc {
	padding-bottom:5px;
	height:48px;
	margin-right:5px;
	overflow-y:hidden;
}


.media_idx{
	float: left;
	width: 130px;
	height: 165px;
	overflow: hidden;
	padding: 6px 2px 0 2px;
	line-height: 100%;
}

.media_idx2{
	float: left;
	width: 120px;
	height: 160px;
	overflow: hidden;
	padding: 6px 7px 0 0px;
	line-height: 100%;
}	

.media_idx img{
	vertical-align: top;
}

.media_idx_desc{
	display: block;
	background: url(../../../images/frontend/play/trans65.png) repeat;
	color: #fff;
	height: 90px;
	overflow: hidden;
	cursor: pointer;
}

.media_idx_desc span{
	padding: 3px;
	display: block;
}

.media_idx_desc .date{
	border-bottom: 1px solid #737373;
	font-size: 9px;
}

.media_idx .title_idx{
	font-size: 12px;
	padding: 2px 0 2px 2px;
	border-bottom: 1px dotted #cfcfcf;
}

.media_idx_info{
	line-height: 150%;
}

a.media_idx_thumb{
	overflow: hidden;
	display: block;
	border:3px double #cfcfcf;
	text-decoration: none;
	line-height: 100%;
	position: relative;
	width: 120px;
	height: 90px;
}

a.media_idx_thumb:hover .media_idx_desc{
	position: relative;
	top: -90px;
	text-decoration: none;
	font-size: 10px;
}

select.menu {
	border: 1px solid #8c7d6e;
	background: #bdb5ac;
	color: #272727;
	padding: 4px;
	font-size: 10px;
	width: 180px;
	margin: 0;
	vertical-align: middle;
}


/* Slider Start */
a.lg{ color:#D3D3D3; text-decoration:none; font-size:37px; line-height:133px; }

#SlideItMoo_info_outer,
#SlideItMoo_info_inner,
#SlideItMoo_info_items .info_item{
	width:550px;
	height:200px;
	padding-right: 20px;
	padding-left: 5px;
}

#SlideItMoo_info_outer{
	width:580px;
}

#SlideItMoo_info_outer { 
	display:block; 
	position:relative; 
	margin:0px auto 0px; 
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-webkit-border-radius:7px;
}
#SlideItMoo_info_inner { 
	position:relative ; 
	overflow:hidden ; 
	margin:0px auto 0px;  
}
#SlideItMoo_info_items {
	display:block; 
	position:relative; 
}

#SlideItMoo_info_items .info_item{
	display:block; 
	position:relative;
	float:left;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4f4f4f;
}
	#SlideItMoo_info_items .info_item a.more{
		display:block;
		position:absolute;
		bottom:10px;
		right:0px;
		color:#ddd8d4;
		text-decoration:none;
		text-transform:uppercase;
		background:#8c7d6e;
		padding:3px 10px;
		border:1px #9b8d7f solid;
		-moz-border-radius:5px;
	}

#SlideItMoo_info_items .info_item a img{
	border:3px #d1d0ce solid;
	padding:3px;
	background:#fff;
	-moz-border-radius:5px;
	margin:20px 10px;
	margin-left:0px;
}

#SlideItMoo_info_items .info_item img {
	float:left;	
	margin-right:15px;
}

#SlideItMoo_info_items .info_item h1{
	color:#2f2f2f;
	text-align:left;
	font-size:20px;
	padding:5px 0px 0px;
}

.SlideItMoo_forward,
.SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:280px; 
	bottom:0px; 
	right:5px; 
	background:url(../../../addons/slider/images/slideitmoo_forward.png) no-repeat center;  
	z-index:9999;
}
.SlideItMoo_back { 
	left:5px;
	background:url(../../../addons/slider/images/slideitmoo_back.png) no-repeat center;  
}
/* Slider End */


.top_game{
	padding: 10px;
	background-color: #c7c1b9;
}
.top_game2{
	background-color: #c7c1b9;
}


	.suggestionsBox {
		position: relative;
		left: 693px;
		margin: 10px 0px 0px 0px;
		width: 223px;
		background-color: #c3c9ce;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #5e666e;
	}
