/*--------------------------------------------------------------------------------------------------
Basic Style Sheet (all browsers)

version:	1
author:		Damien van Holten
email:		damien@reaact.net
website:	http://www.reaact.net / http://www.damienvanholten.com
--------------------------------------------------------------------------------------------------*/

body
{
	font-size: 82.5%;
	background: url(../images/bg-body.gif) 50% 0 repeat-y #353535;
	color: #fff;
}
 
*
{
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	border: none;
}

:focus
{
	outline: none;
}

/* Typography
--------------------------------------------------------------------------------------------------*/

hr
{
	display: none;
}

abbr
{
	border-bottom: 1px dotted #777;
}

a:link,
a:visited
{
	color: #fff;
	text-decoration: underline;
}

a:hover,
a:active
{
}

ul
{
	list-style: none;
	line-height: 1.3em;
}

p
{
	line-height: 1.3em;
	padding-bottom: 20px;
}

.blue
{
	color: #49adf9;
}

p.rate
{
	font-size: 11px;
	margin: 0 auto;
}

p.rate img
{
	margin-bottom: -3px;
}

h1
{
	margin-bottom: 0.5em;
}

h3
{
	font-size: 1.2em;
	color: #fff;
	padding-bottom: 0.5em;
}

h4
{
	clear: both;
	font-size: 1em;
	color: #49adf9;
	padding: 5px;
	background: #393939;
	/* border-bottom: 1px solid #393939; */
	margin-bottom: 5px;
}

.sidebar_switch_profile h4
{
	margin-bottom: 5px;
	clear: both;
	font-size: 1em;
	color: #49adf9;
	padding-left: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #393939;
	background: transparent;
}

dl dt
{
	font-weight: bold;
}

dl dt,
dl dd
{
	line-height: 1.3em;
}

dl dd
{
	margin-bottom: 0.7em;
}

/* Styled links
--------------------------------------------------------------------------------------------------*/

a.actionlink:link,
a.actionlink:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 3px 0 0 26px;
	line-height: 26px;
}

a.actionlink:hover,
a.actionlink:active
{
	font-weight: bold;
	text-decoration: underline;
	color: #49adf9;
}

a.actionlink.download
{
	background-image: url(../images/icon-download.gif);
}

a.actionlink.add
{
	background-image: url(../images/icon-add.gif);
}

a.actionlink.send
{
	background-image: url(../images/icon-send.gif);
}

a.actionlink.back
{
	background-image: url(../images/icon-back.gif);
}

a.actionlink.restart
{
	background-image: url(../images/icon-restart.gif);
}

a.actionlink.playlist
{
	background-image: url(../images/icon-playlist.gif);
}


/* Generic classes
--------------------------------------------------------------------------------------------------*/

.clear
{
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}


.index_slide
{
	text-align: right;
	border: 1px solid #757575;
	width: 520px;
	float: right;
}

.a_center
{
	text-align: center;
}

.adlink_center
{
	text-align: center;
	margin-bottom: 15px;
}

/* Generic forms
--------------------------------------------------------------------------------------------------*/

textarea,
input.txt-field
{
	background: url(../images/bg-input.gif) 0 0 repeat-x #fff;
	font-size: 13px;
	border: 1px solid #626262;
	color: #333;
	padding: 2px 3px;
}

textarea
{
	height: 70px;
}

textarea:focus,
input.txt-field:focus
{
	border: 1px solid #49adf9;
}

.warning
{
	font-size: 12px;
	background: #595959;
	padding: 7px;
	border: 3px solid #535353;
	margin-bottom: 15px;
}

.warning p
{
	color: #fff;
	padding: 0;
}


/* Generic forms - Search box
--------------------------------------------------------------------------------------------------*/

#search_box
{
	background: url(../images/bg-wallpapertheme.gif) 0 0 repeat-x #464646;
	border: 1px solid #222;
	border-bottom: 2px solid #222;
	margin-bottom: 10px;
	padding: 10px 15px 0 15px;
}

#search_box .listings_form
{
	border: 0;
	padding: 0;
}

#search_box .listings_form .list_select
{
	float: left;
	margin-right: 10px;
	width: 105px;
}

#search_box .listings_form select.select_small
{
	padding: 2px 3px;
	width: 105px;
}

#search_box .listings_form input.listings_go
{
	float: left;
	padding-top: 16px;
}

#search_box .listings_form label
{
	color: #DDDDDD;
	font-size: 12px;
	font-weight: bold;
}

#search_box .listings_form p.meta
{
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
	color: #bbb;
}

/* Generic forms - registration
--------------------------------------------------------------------------------------------------*/

.standard_form, .send_message_form
{
	border: 1px solid #393939;
	padding: 10px 20px 5px 20px;
	margin: 0 0 15px 0;
}

.standard_form .read_left, .send_message_form .read_left
{
	color: #aaa;
	width: 125px;
	float: left;
	padding-bottom:5px;
	margin-bottom: 10px;
}

.standard_form .read_right, .send_message_form .read_right
{
	float: left;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.standard_form p, .send_message_form p
{
	margin: 9px 0 15px 0;
}

.send_message_form p.read_message
{
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	color: #aaa;
}

.standard_form p.message_t, .send_message_form p.message_t
{
	margin: 9px 0 10px 0;
	padding-bottom: 5px;
}

.standard_form p label, .send_message_form p label
{
	color: #aaa;
	width: 170px;
	float: left;
}

p.note
{
	font-size: 11px;
	margin-left: 170px;
	margin-bottom: 0;
}

p.note img
{
	display: block;
	margin: 0 0 4px 0;
}

p.internal_label
{
	color: #aaa;
	padding: 0;
	line-height: 15px;
}

.standard_form p input.input_normal, .send_message_form p input.input_normal
{
	float: left;
	background: url(../images/bg-input.gif) 0 0 repeat-x #fff;
	font-size: 13px;
	border: 1px solid #626262;
	color: #333;
	padding: 2px 3px;
	width: 300px;
}

.standard_form p input.input_security
{
	float: left;
	background: url(../images/bg-input.gif) 0 0 repeat-x #fff;
	font-size: 13px;
	border: 1px solid #626262;
	color: #333;
	padding: 2px 3px;
	width: 145px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.standard_form p img.security_image
{
	float: left;
	margin-right: 15px;
}

.standard_form input.submit_button
{
	margin: 0 0 10px 170px;
}

.send_message_form input.submit_button
{
	margin: 0 0 10px 190px;
}

.standard_form p select
{
	float: left;
	font-size: 13px;
	border: 1px solid #626262;
	color: #333;
	padding: 2px 3px;
	width: 308px;
}

.standard_form p select.select_small
{
	margin-right: 7px;
	width: 98px;
}

.standard_form p input:focus
{
	border: 1px solid #49adf9;
}

#textp
{
	margin: 0;
	padding-bottom: 5px;
}

.standard_form textarea
{
	width: 470px;
	height: 170px;
	padding: 2px 3px;
}

.standard_form textarea.small_textarea
{
	width: 300px;
	height: 70px;
	padding: 2px 3px;
}

.send_message_form textarea
{
	width: 470px;
	height: 230px;
	padding: 2px 3px;
	margin-top: 5px;
	border: 1px solid #393939;
}

.send_message_form .message_read
{
	padding: 5px;
	color: #fff;
	background: #393939;
	margin-bottom: 10px;
}

.send_message_form .message_read p
{
	padding: 3px;
	margin: 0;
}

.send_message_form .message_read_title
{
	color: #aaa;
	padding-bottom: 10px;
}

/* details and profile comments form
--------------------------------------------------------------------------------------------------*/

.comment_form
{
	margin: 0 0 15px 0;
}

.comment_form textarea
{
	width: 95%;
	height: 100px;
	padding: 2px 3px;
	background: #393939;
	color: #ddd;
}

/* View profile pages
--------------------------------------------------------------------------------------------------*/

.profile_box_sidebar
{
	text-align: center;
}

.profile_box_sidebar img
{
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #2f2f2f;
	background: url(../images/bg-wallpapertheme.gif) 0 0 repeat-x #464646;
}

.profile_box_sidebar p.quote
{
	font-style: italic;
	font-family: georgia, times, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #eee;
}

table#user_details
{
	width: 100%;
	background: url(../images/bg-wallpapertheme.gif) 0 0 repeat-x #464646;
	border: 1px solid #777;
	margin-bottom: 15px;
	padding: 8px;
}

table#user_details tr th
{
	text-align: left;
	font-weight: bold;
}

table#user_details tr th,
table#user_details tr td
{
	padding: 6px 2px;
	border-bottom: 1px solid #777;
}

table#user_details tr td.type
{
	color: #ccc;
}

table#user_details tr.last_child th,
table#user_details tr.last_child td
{
	border: 0;
}

/* Layout
--------------------------------------------------------------------------------------------------*/

#header
{
	padding: 15px 0 0 0;
}

#header h4
{
	float: left;
	border: 0;
	display: block;
	height: 81px;
	width: 230px;
	background: url(../images/img-logo-cellmind.gif) 0 0 no-repeat;
	text-indent: -999em;
	padding: 0;
	margin-bottom: 0;
	margin-right: 10px;
}

#header h4 a
{
	text-decoration: none;
	display: block;
	height: 81px;
	width: 230px;
}

.toolbox
{
/*  float: right;
	width: 550px; */
	padding: 0;
}

.toolbox p
{
	text-align: right;
	margin: 0 0 20px 0;
	padding: 0;
}

.toolbox h1
{
	padding: 0;
	padding-left: 10px;
	color: #999999;
	font-size: 22px;
	margin: 0;
}

.toolbox a:link,
.toolbox a:visited
{
	padding-left: 5px;
	text-decoration: none;
	color: #8a8a8a;
}

.toolbox a:hover,
.toolbox a:active
{
	text-decoration: underline;
	color: #49adf9;
}

.toolbox .message_header
{
	text-align: right;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 1.3em;
	color: #8a8a8a;
}

.toolbox .message_header a:link,
.toolbox .message_header a:visited
{
	padding-left: 0;
	color: #ffffff;
}

.toolbox .message_header a:hover,
.toolbox .message_header a:active
{
	padding-left: 0;
	color: #49adf9;
}

.toolbox input,
.toolbox label
{
	float: left;
	margin-right: 5px;
}
.toolbox label
{
	padding-top: 3px;
}

.toolbox form
{
	float: right;
}

#wrapper
{
	background: url(../images/bg-content.gif) 100% 0 no-repeat;
	width: 860px; /* 860 */
	margin: 0 auto;
}

#navigation_wrapper
{
	margin: 5px 0 5px 0;
	border-top: 1px solid #3d3e40;
	border-bottom: 1px solid #3d3e40;
}

#navigation
{
	border-top: 4px solid #2a2a2a;
	border-bottom: 4px solid #2a2a2a;
	background: url(../images/bg-navigation.gif) 0 100% repeat-x #49adf9;
}

#navigation ul
{
	padding: 0 15px;
}

#navigation ul li
{
	padding: 10px 0;
	float: left;
	margin-right: 16px;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#navigation ul li a:hover,
#navigation ul li a:active,
#navigation ul li a.current:link,
#navigation ul li a.current:visited,
#navigation ul li a.current:hover,
#navigation ul li a.current:active
{
	text-decoration: underline;
}

#navigation input,
#navigation label
{
	float: left;
	margin-right: 5px;
}
#navigation label
{
	padding-top: 3px;
}

#navigation form
{
	float: right;
	margin-top: 8px;
	margin-right: 5px;
}

#breadcrumbs
{
	margin: 2px 0 20px 0;
	color: #8a8a8a;
}

#breadcrumbs a:link,
#breadcrumbs a:visited
{
	text-decoration: none;
	color: #49adf9;
}

#breadcrumbs a:hover
{
	text-decoration: underline;
}

.main_content
{
	float: left;
	width: 530px;
}

.main_content_switch
{
	float: right;
	width: 530px;
}

.main_content_full
{
	width: 830px;
}

.sidebar
{
	float: right;
	width: 302px;
	margin-top: 4px;
}

.sidebar_switch
{
	float: left;
	width: 302px;
}

.sidebar_switch_profile
{
	float: left;
	background: url(../images/bg-wallpapertheme.gif) 0 0 repeat-x #464646;
	padding: 15px 15px 0 15px;
	width: 270px;
}

.sidebar ul li,
.sidebar_switch ul li,
.sidebar_switch_profile ul li
{
	float: left;
	border-bottom: 1px solid #393939;
	padding: 5px 0;
	width: 150px;
}

.sidebar ul li.clear,
.sidebar_switch ul li.clear,
.sidebar_switch_profile ul li.clear
{
	border: none;
	height: 15px;
}

.sidebar ul li a:link,
.sidebar ul li a:visited,
.sidebar_switch ul li a:link,
.sidebar_switch ul li a:visited,
.sidebar_switch_profile ul li a:link,
.sidebar_switch_profile ul li a:visited
{
	color: #d6d6d6;
	text-decoration: none;
}

.sidebar ul li a:hover,
.sidebar ul li a:active,
.sidebar_switch ul li a:hover,
.sidebar_switch ul li a:active,
.sidebar_switch_profile ul li a:hover,
.sidebar_switch_profile ul li a:active
{
	color: #fff;
	text-decoration: underline;
}

.article_sidebar
{
	border-bottom: 1px solid #393939;
	padding: 5px 0;
	margin-bottom: 5px;
}

.article_sidebar a, .article_sidebar a:visited
{
	color: #d6d6d6;
	text-decoration: none;
}

.article_sidebar a:hover
{
	color: #fff;
	text-decoration: underline;
}

img.mobsite_sidebar
{
	margin-bottom: 20px;
}

.ringembed_sidebar
{
	margin-bottom: 20px;
}

.ringembed_sidebar span
{
	margin-top: 5px;
	float: right;
	margin-bottom: 20px;
}

.create_sidebar
{
	width: 250px;
	padding: 5px;
	padding-left: 55px;
}

.create_sidebar h4
{
	margin: 0;
	border-bottom: 0px solid #393939;
	padding: 0px;
	padding-bottom: 1px;
	background: transparent;
}

.sidebar_line
{
	margin-top: 7px;
	margin-bottom: 9px;
	border-bottom: 1px solid #393939;
	height: 2px;
	font-size: 1%;
}

.sidebar_spacing
{
	margin-top: 10px;
	margin-bottom: 10px;
	height: 2px;
	font-size: 1%;
}

.create_sidebar p
{
	margin: 0;
	padding: 0;
}

.create_sidebar a, .create_sidebar a:visited
{
	margin: 0;
	padding: 0;
	color: #49adf9;
}

.create_sidebar a:hover
{
	margin: 0;
	padding: 0;
	color: #fff;
}

.google_sidebar 
{
	width: 300px;
	margin-bottom: 20px;
}

.theme_image
{
	float: left;
	width: 230px;
	height: 290px;
	padding: 10px;
	background: #393939;
	margin-bottom: 25px;
}

/* rotator is used for the slideshow for the themes that have more than 1 screenshot */
#rotator
{
	overflow: hidden;
	margin: 0px auto;
	position: relative;
}

.specs_image
{
	float: left;
	width: 275px;
	height: 290px;
	padding: 10px;
	background: #393939;
	text-align: center;
	margin-bottom: 25px;
}

.theme_image p, .specs_image p
{
	padding-bottom: 0;
}

.theme_image img.theme, .rotator img.theme, .specs_image img.theme
{
	padding: 6px;
	border: 1px solid #2f2f2f;
	background: url(../images/bg-wallpapertheme.gif) 0 0 repeat-x #464646;
	margin: 5px 0 10px 0;
}

.theme_information
{
	padding: 10px;
	float: right;
	width: 228px;
	height: 288px;
	border: 1px solid #393939;
	margin-bottom: 25px;
}

.specs_information
{
	padding: 10px;
	float: right;
	width: 195px;
	height: 278px;
	border: 1px solid #393939;
	margin-bottom: 25px;
}

/* Layout - comment
--------------------------------------------------------------------------------------------------*/

.comment
{
	border: 1px solid #393939;
	margin-bottom: 15px;
}

.comment p,
.comment .comment_meta p
{
	padding: 0;
	margin: 0;
}

.comment .comment_meta
{
	background: #393939;
	padding: 5px 12px;
}

.comment .comment_meta .left
{
	color: #969696;
}

.comment .comment_meta .left a
{
	text-decoration: none;
	font-weight: bold;
	color: #49adf9;
	margin-right: 3px;
}

.comment .comment_meta .right a
{
	font-size: 11px;
	color: #969696;
}

.comment .comment_info
{
	clear: both;
	padding: 8px 12px;
}

#leave_comment
{
	margin: 0 0 15px 0;
}

#leave_comment textarea
{
	width: 520px;
	margin: 0 0 5px 0;
}

/* Layout - meta
--------------------------------------------------------------------------------------------------*/

#meta_headers
{
	clear: both;
	margin: 0 0 0 20px;
}

#meta_headers h5
{
	font-size: 15px;
	float: left;
	margin: 20px 15px 7px 0;
	width: 194px; /* 190 */
	font-weight: normal;
}


#meta
{
	clear: both;
	margin: 0 0 20px 0;
	/* background: url(../images/bg-meta.gif) 0 0 no-repeat #49adf9; */
	background: #2885f5;
	padding: 15px 0 15px 20px;
}

#meta ul
{
	line-height: 1.6em;
	float: left;
	margin-right: 15px;
	width: 194px;
}

#meta ul.last_child
{
	margin-right: 0;
}

/* Layout - footer
--------------------------------------------------------------------------------------------------*/

#footer
{
	clear: both;
	padding-top: 1em;
	border-top: 1px solid #3d3e40;
}

#footer p
{
	text-align: center;
	padding: 0 0 15px 0;
	color: #46a2e7;
}

#footer p a
{
	color: #46a2e7;
}

/* My additions
--------------------------------------------------------------------------------------------------*/


/* details code */

#details_title h1
{
	margin-bottom: 0.5em;
	font-size: 22px;
}

.box_1px
{
	border: 1px solid #393939;
	margin-bottom: 25px;
	padding: 10px;
}

.box_1px a
{
	text-decoration: none;
	font-weight: bold;
	color: #49adf9;
	margin-right: 3px;
}

.box2_1px
{
	margin-bottom: 15px;
}

.box2_1px a
{
	text-decoration: none;
	font-weight: bold;
	color: #49adf9;
	margin-right: 3px;
}

.details_simbox_l, .details_simbox_r
{
	float: left;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
}

.details_simbox_r
{
	margin-left: 15px;
}
	
.info_popup
	{
	width: 350px;
	text-align: center;
	padding: 5px;
	border: 2px solid #f5f5f5;
	background: #393939;
	}
	
.info_popup a
	{
	color: #eee !important;
	}
	
.info_popup a:visited
	{
	color: #eee !important;
	}
	
.info_popup a:hover
	{
	color: #49adf9 !important;
	}
	
.exit
	{
	padding: 0;
	margin: 0 auto;
	width: 60px;
	}

/* listing code */

.list_image_box
{
	float: left;
	text-align: center;
	margin-bottom: 25px;
	/* for firefox its 29 but for IE 6 its 20 */
	margin-left: 29px;
}

.list_image_box p, .details_simbox_l p, .details_simbox_r p
{
	padding-bottom: 3px;
	padding-top: 1px;
}

.list_image_box, .details_simbox_l, .details_simbox_r
{
	padding: 6px;
	padding-bottom: 3px;
	border: 1px solid #202020;
	background: url(../images/bg-wallpapertheme.gif) 0 0 repeat-x #464646;
}

.list_user a, .list_user span
{
	text-decoration: none;
	color: #49adf9;
}

.list_user span.inactive
{
	text-decoration: none;
	color: #ff0000;
}

.add_box_inner
{
	margin: 0 auto;
	margin-bottom: 15px;
	width: 470px;
}

/* themes_overview
--------------------------------------------------------------------------------------------------*/

#themes_overview 
{
	margin-left: 28px;
}

#themes_overview .theme_box
{
	width: 130px;
	text-align: center;
	padding: 6px;
	border: 1px solid #2f2f2f;
	background: url(../images/bg-wallpapertheme.gif) 0 0 repeat-x #464646;
	margin: 0 20px 20px 0;
	float: left;
}

#themes_overview .theme_box a img
{
	padding: 1px;
}

#themes_overview .theme_box a:hover img
{
	border: 1px solid #888;
	padding: 0;
}

#themes_overview img.img_rating
{
	margin-top: 4px;
}

.profile_add_box_inner
{
	margin-bottom: 15px;
}

/* info box at the bottom of some pages */

.info
{
	background: url(../images/bg-infobox.gif) 100% 0 no-repeat;
	padding: 10px 10px 0 10px;
	border-left: 1px solid #3d4a54;
	border-bottom: 1px solid #3d4a54;
}

.info h4
{
	margin: 0;
	padding: 0;
	border: none;
}

.info p
{
	padding-bottom: 10px;
}

/* pagination */

.pagination-box
{
	float: right;
	margin: 0px 13px 20px 0px;
}



/* need to asign */

.featured
{
	margin-bottom: 15px;
}

#top_ad
{
	border: 1px solid #393939;
	width: 728px;
	height: 90px;
	margin: 0px auto;
	margin-bottom: 20px;
}

/* ol terms and conditions */

.main_content ol
{
	margin-left: 25px;
	line-height: 1.5em;
}

/* Ringtone creator code */

.ringtone_box
{
	border: 1px solid #505050;
	margin-bottom: 25px;
	padding: 3px;
}

.ring_created_left
{
	float: left;
	width: 150px;
	height: 169px;
	padding: 10px;
	background: #393939;
	text-align: center;
	margin-bottom: 25px;
}

.ring_created_left img.ring_image
{
	padding: 6px;
	border: 1px solid #2f2f2f;
	background: url(../images/bg-wallpapertheme.gif) 0 0 repeat-x #464646;
	margin: 5px 0 5px 0;
}

.ring_created_right
{
	padding: 10px;
	float: right;
	width: 308px;
	height: 168px;
	border: 1px solid #393939;
	margin-bottom: 25px;
}

.ring_created_right p
{
	padding-bottom: 15px;
}

.ring_add_form
{
}

.ring_add_form p label
{
	color: #aaa;
	width: 120px;
	float: left;
}

.ring_add_form p input.input_normal
{
	float: left;
	background: url(../images/bg-input.gif) 0 0 repeat-x #fff;
	font-size: 13px;
	border: 1px solid #626262;
	color: #333;
	padding: 2px 3px;
	width: 175px;
	margin-bottom: 15px;
}

.ring_add_form input.submit_button
{
	margin: 0 0 0 120px;
}

.ring_add_form p select
{
	float: left;
	font-size: 13px;
	border: 1px solid #626262;
	color: #333;
	padding: 2px 3px;
	width: 183px;
	margin-bottom: 15px;
}


/* User account code */

/* Subnav profile pages
--------------------------------------------------------------------------------------------------*/

ul.user_menu
{
	background: url(../images/bg-wallpapertheme.gif) 0 0 repeat-x #464646;
	border: 1px solid #222;
	border-bottom: 2px solid #222;
	margin-bottom: 15px;
	padding: 10px;
	text-align: center;
}

ul.user_menu li
{
	display: inline;
	margin: 0 8px;
}

ul.user_menu li a.current
{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.picker
{
	margin-bottom: 14px;
	height: 220px;
	width: 464px;
	overflow: auto;
	padding: 6px;
	border: 1px solid #c3c3c3;
	background: url(../images/bg-input.gif) 0 0 repeat-x #fff;
}

.picker img
{
	padding: 2px;
	border: 1px solid #c7c7c7;
	margin: 1px;
	cursor: pointer;
}

.picker img:hover
{
	border: 1px solid #888;
}

/* User Menu b */

.user_menub
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.user_menub span
{
	padding: 6px;
	border: 1px solid #202020;
	background: #393939;
	font-size: 14px;
	color: fff;
}

.user_menub a
{
	padding-left: 7px;
	padding-right: 7px;
}

.user_menub a, .user_menub a:visited
{
	text-decoration: none;
}

.user_menub a:hover, .user_menub a.current:link, .user_menub a.current:visited, .user_menub a.current:hover, .user_menub a.current:active
{
	text-decoration: underline;
}

.user_menub a.current
{
	color: #49adf9;
}




/* User Messages code
------------------------------------------------------------ */


.message_details, .message_details2
{
	float: left;
	padding: 3px;
	padding-left: 35px;
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #222222;
	border-right: 1px solid #3e3e3e;
	width: 450px;
	height: 36px;
}

.message_details, .message_select
{
	background: #343434;
}

.message_details2, .message_select2
{
	background: #2f2f2f;
}

.message_details p, .message_details2 p
{
	font-size: 12px;
	padding-bottom: 1px;
	font-weight: bold;
}

.new_message
{
	font-size: 11px;
	font-weight: normal;
	color: #66cc00;
	padding-left: 5px;
}

.message_details p a, .message_details p a:visited, .message_details p a:hover, .message_details2 p a, .message_details2 p a:visited, .message_details2 p a:hover
{
	text-decoration: none;
	color: #49adf9;
}

.message_details span, .message_details2 span
{
	font-size: 11px;
}

.message_details span a, .message_details span a:visited, .message_details span a:hover, .message_details2 span a, .message_details2 span a:visited, .message_details2 span a:hover
{
	color: #b4e378;
	text-decoration: none;
}

.message_select, .message_select2
{
	float: left;
	text-align: center;
	padding: 4px;
	padding-top: 10px;
	border: 1px solid #393939;
	border-bottom: 0px solid #393939;
	width: 25px;
	height: 28px;
	
}

.message_bottom, .locklist_bottom, .list_bottom
{
	float: left;
	text-align: right;
	padding: 4px;
	padding-bottom: 7px;
	width: 516px;
	height: 14px;
	
}


/* User profile
--------------------------------------------------------------------------------------------------*/

.profile_image
{
	float: left;
	width: 115px;
	margin-bottom: 15px;
}

.profile_image img
{
	border: 3px solid #525252;
}

.profile_content
{
	width: 400px;
	float: left;
	margin-bottom: 15px;
}

.profile_content h3
{
	font-size: 22px;
	padding-bottom: 6px;
}

.profile_option,
.profile_option_alt
{
	float: left;
	width: 235px;
	margin-bottom: 15px;
	color: #bbb;
	font-size: 11px;
	padding: 10px;
	border: 1px solid #555;
}

.profile_option:hover,
.profile_option_alt:hover
{
	border: 1px solid #54acff;
	background: url(../images/bg-navigation.gif) 0 0 repeat-x #54acff;
}

.profile_option_alt
{
	float: right;
}

.profile_option a,
.profile_option_alt a
{
	font-size: 13px;
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
}

.profile_option:hover a,
.profile_option_alt:hover a
{
	color: #000;
}

.profile_option a.subline,
.profile_option_alt a.subline
{
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #bbb;
}

.profile_option:hover a.subline,
.profile_option_alt:hover a.subline
{
	color: #333;
}

.profile_option p,
.profile_option_alt p
{
	display: block;
	padding-bottom: 0;
}

.profile_option:hover p,
.profile_option_alt:hover p
{
	color: #333;
}


/* locker code start with the header titles
------------------------------------------------------------ */

.locktitle_name, .locktitle_date, .locktitle_type, .locktitle_download, .locktitle_select
{
	float: left;
	border: 0;
	color: #aaaaaa;
}

.locktitle_name
{
	width: 210px;
}

.locktitle_date
{
	width: 110px;
}

.locktitle_type
{
	width: 75px;
}

.locktitle_download
{
	width: 80px;
	text-align: center;
}

.locktitle_select
{
	width: 47px;
	text-align: center;
}

.locktitle_name p, .locktitle_date p, .locktitle_type p, .locktitle_download p, .locktitle_select p
{
	font-size: 12px;
	padding: 5px;
	padding-bottom: 1px;
}


/* locker code now the listing code
------------------------------------------------------------ */


.locklist_name, .locklist_date, .locklist_type, .locklist_download, .locklist_select, .locklist_name2, .locklist_date2, .locklist_type2, .locklist_download2, .locklist_select2
{
	float: left;
	padding: 3px;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #222222;
	height: 21px;
}

.locklist_name, .locklist_date, .locklist_type, .locklist_download, .locklist_select
{
	background: #343434;
}

.locklist_name2, .locklist_date2, .locklist_type2, .locklist_download2, .locklist_select2
{
	background: #2f2f2f;
}

.locklist_name, .locklist_name2
{
	width: 200px;
	border-left: 1px solid #222222;
	border-right: 1px solid #3e3e3e;
}

.locklist_date, .locklist_date2
{
	width: 100px;
	border-left: 1px solid #222222;
	border-right: 1px solid #3e3e3e;
}

.locklist_type, .locklist_type2
{
	width: 65px;
	border-left: 1px solid #222222;
	border-right: 1px solid #3e3e3e;
}

.locklist_download, .locklist_download2
{
	width: 70px;
	text-align: center;
	border-left: 1px solid #222222;
	border-right: 1px solid #3e3e3e;
}

.locklist_select, .locklist_select2
{
	width: 38px;
	text-align: center;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	padding-top: 5px;
	padding-left: 3px;
	height: 16px;
}

.locklist_select input, .locklist_select2 input
{
	padding: 0;
	margin: 0;
}

.locklist_name p, .locklist_date p, .locklist_type p, .locklist_download p, .locklist_select p, .locklist_name2 p, .locklist_date2 p, .locklist_type2 p, .locklist_download2 p, .locklist_select2 p
{
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 0px;
}








/* lists code start with the header titles
------------------------------------------------------------ */

.listtitle_name, .listtitle_profile, .listtitle_message, .listtitle_select
{
	float: left;
	border: 0;
	color: #aaaaaa;
}

.listtitle_name
{
	width: 225px;
}

.listtitle_profile
{
	width: 130px;
}

.listtitle_message
{
	width: 115px;
}

.listtitle_select
{
	width: 47px;
	text-align: center;
}

.listtitle_name p, .listtitle_profile p, .listtitle_message p, .listtitle_select p
{
	font-size: 12px;
	padding: 5px;
	padding-bottom: 1px;
}


/* lists code now the listing code
------------------------------------------------------------ */


.list_name, .list_profile, .list_message, .list_select_list, .list_name2, .list_profile2, .list_message2, .list_select_list2
{
	float: left;
	padding: 3px;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #222222;
	height: 21px;
}

.list_name, .list_profile, .list_message, .list_select_list
{
	background: #343434;
}

.list_name2, .list_profile2, .list_message2, .list_select_list2
{
	background: #2f2f2f;
}

.list_name, .list_name2
{
	width: 215px;
	border-left: 1px solid #222222;
	border-right: 1px solid #3e3e3e;
}

.list_profile, .list_profile2
{
	width: 120px;
	border-left: 1px solid #222222;
	border-right: 1px solid #3e3e3e;
}

.list_message, .list_message2
{
	width: 105px;
	border-left: 1px solid #222222;
	border-right: 1px solid #3e3e3e;
}

.list_select_list, .list_select_list2
{
	width: 37px;
	text-align: center;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	padding-top: 5px;
	padding-left: 3px;
	height: 16px;
}

.list_select_list input, .list_select_list2 input
{
	padding: 0;
	margin: 0;
}

.list_name p, .list_profile p, .list_message p, .list_select_list p, .list_name2 p, .list_profile2 p, .list_message2 p, .list_select_list2 p
{
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 0px;
}




/* user playlist listing code code starting with title code */

.plist_title_track, .plist_title_name, .plist_title_category, .plist_title_uploader, .plist_title_select
{
	float: left;
	border: 0;
	color: #aaaaaa;
}

.plist_title_track
{
	width: 40px;
}

.plist_title_name
{
	width: 200px;
}

.plist_title_category
{
	width: 125px;
}

.plist_title_uploader
{
	width: 115px;
}

.plist_title_select
{
	width: 45px;
	text-align: center;
}

.plist_title_track p, .plist_title_name p, .plist_title_category p, .plist_title_uploader p, .plist_title_select p
{
	font-size: 12px;
	padding: 5px;
	padding-bottom: 1px;
}

/* now the listing part of the playlist code */

.plist_track, .plist_name, .plist_category, .plist_uploader, .plist_select, .plist_track2, .plist_name2, .plist_category2, .plist_uploader2, .plist_select2
{
	float: left;
	padding: 3px;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #222222;
	height: 21px;
}

.plist_track, .plist_name, .plist_category, .plist_uploader, .plist_select
{
	background: #343434;
}

.plist_track2, .plist_name2, .plist_category2, .plist_uploader2, .plist_select2
{
	background: #2f2f2f;
}

.plist_track, .plist_track2
{
	width: 30px;
	border-left: 1px solid #222222;
	border-right: 1px solid #3e3e3e;
	text-align: center;
	font-weight: bold;
}

.plist_name, .plist_name2
{
	width: 190px;
	border-left: 1px solid #222222;
	border-right: 1px solid #3e3e3e;
}

.plist_category, .plist_category2
{
	width: 115px;
	border-left: 1px solid #222222;
	border-right: 1px solid #3e3e3e;
}

.plist_uploader, .plist_uploader2
{
	width: 105px;
	border-left: 1px solid #222222;
	border-right: 1px solid #3e3e3e;
}

.plist_select, .plist_select2
{
	width: 35px;
	text-align: center;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	padding-top: 5px;
	padding-left: 3px;
	height: 16px;
}

.plist_select input, .plist_select2 input
{
	padding: 0;
	margin: 0;
}

.plist_track p, .plist_name p, .plist_category p, .plist_uploader p, .plist_track2 p, .plist_name2 p, .plist_category2 p, .plist_uploader2 p
{
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 0px;
}




/* User upload code */

.upload_choose
{
	padding: 5px;
	padding-bottom: 7px;
	padding-left: 80px;
}

.upload_choose_line
{
	border-bottom: 1px solid #393939;
	height: 8px;
	margin-bottom: 12px;
}

.upload_choose a
{
	text-decoration: underline;
	font-weight: bold;
}

.upload_choose a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #49adf9;
}

.upload_choose p
{
	padding-bottom: 0px;
}


/* Other User Code */

.important
{
	border: 1px solid #c50511;
	padding: 10px 5px 10px 40px;
	background: url(../images/icon-important.gif) 7px 50% no-repeat #2a2a2a;
	margin: 10px 0 40px 0;
	font-weight: bold;
}

.green_success
{
	/* border: 1px solid #72b249; */
	padding: 10px 5px 10px 35px;
	background: url(../images/icon-success.gif) 1px 50% no-repeat #2a2a2a;
	margin: 10px 0 10px 0;
	font-weight: bold;
}
	
	

/*------------------- Ajax rating star system ------------------*/


#ratetext
	{
	display: block;
	padding-bottom: 4px;
	margin-left: 13px;
	margin-bottom: 4px;
	float: left;
	}
	
#ratingblock
	{
	display: block;
	padding-bottom: 4px;
	margin: 0 auto;
	margin-bottom: 4px;
	float: left;
	}
	
#ratingblock p
	{
	margin: 0 auto;
	margin-bottom: 4px;
	padding: 3px 0 0 0;
	}

.loading
	{
	height: 17px;
	background: url('../images/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating
	{ /* the UL */
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	height: 17px;
	position: relative;
	background: url('../images/starrating.gif') top left repeat-x;		
	}

.unit-rating li
	{
	text-indent: -90000px;
	padding: 0px;
	margin: 0px;
	float: left;
	}
	
.unit-rating li a
	{
	outline: none;
	display: block;
	width: 18px;
	height: 17px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 18;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover
	{
	background: url('../images/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:18px;}
.unit-rating a.r2-unit{left:18px;}
.unit-rating a.r2-unit:hover{width: 36px;}
.unit-rating a.r3-unit{left: 36px;}
.unit-rating a.r3-unit:hover{width: 54px;}
.unit-rating a.r4-unit{left: 54px;}	
.unit-rating a.r4-unit:hover{width: 72px;}
.unit-rating a.r5-unit{left: 72px;}
.unit-rating a.r5-unit:hover{width: 90px;}
.unit-rating a.r6-unit{left: 90px;}
.unit-rating a.r6-unit:hover{width: 108px;}
.unit-rating a.r7-unit{left: 108px;}
.unit-rating a.r7-unit:hover{width: 126px;}
.unit-rating a.r8-unit{left: 126px;}
.unit-rating a.r8-unit:hover{width: 144px;}
.unit-rating a.r9-unit{left: 144px;}
.unit-rating a.r9-unit:hover{width: 162px;}
.unit-rating a.r10-unit{left: 162px;}
.unit-rating a.r10-unit:hover{width: 180px;}

.unit-rating li.current-rating
	{
	background: url('../images/starrating.gif') left bottom;
	position: absolute;
	height: 17px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
	
	

/*------------------- start of ringtone skin code ------------------*/



.ringtone_skinL {
	float: left;
	width: 300px;
	height: 75px;
	border: 1px solid #393939;
	border-right: 0px solid #393939;
	margin-bottom: 20px;
	padding: 10px;
	padding-top: 20px;
}

.ringtone_skinR {
	float: left;
	width: 190px;
	height: 95px;
	border: 1px solid #393939;
	margin: 0;
	margin-bottom: 20px;
	padding: 5px;
}

.ringtone_skinR img {
	border: 2px solid #000;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.ringtone_skinR select {
	margin-top: 3px;
	margin-bottom: 8px;
}

.ringtone_skinR input {
	margin-top: 3px;
	padding: 3px;
}

/*-------------------- copy to clipboard code ---------------*/


#d_clip_button_1,
#d_clip_button_2,
#d_clip_button_3,
#d_clip_button_4,
#d_clip_button_5,
#d_clip_button_6,
#d_clip_button_7,
#d_clip_button_8,
#d_clip_button_9,
#d_clip_button_10{
	text-align: center;
	border: 1px solid black;
	background-color: #393939;
	margin-bottom: 4px;
	margin-top: 0px;
	padding: 2px;
}

#d_clip_button_1.hover,
#d_clip_button_2.hover,
#d_clip_button_3.hover,
#d_clip_button_4.hover,
#d_clip_button_5.hover,
#d_clip_button_6.hover,
#d_clip_button_7.hover,
#d_clip_button_8.hover,
#d_clip_button_9.hover,
#d_clip_button_10.hover{
	background-color: #4a4a4a;
	border: 1px solid #4dabf5;
}

#d_clip_button_1.active,
#d_clip_button_2.active,
#d_clip_button_3.active,
#d_clip_button_4.active,
#d_clip_button_5.active,
#d_clip_button_6.active,
#d_clip_button_7.active,
#d_clip_button_8.active,
#d_clip_button_9.active,
#d_clip_button_10.active{
	background-color: #4a4a4a;
	border: 1px solid #4dabf5;
}
	
	

/*------------------- pagination system ------------------*/


.pages_num {
	padding: 10px;
	font-weight: bold;
}

.pages_num a{
	text-decoration: none;
	/*
	background: url(../images/empty_num.gif);
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #393939;
	background-color: #2a2a2a;
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 4px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	color: #ffffff;
}

.pages_num a:hover{
	color: #49adf9;
	text-decoration: none;
}

.pages_num a:visited{
	text-decoration: none;
}

.total_pages {
	text-decoration: none;
	/*
	background: url(../images/empty_num.gif);
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #393939;
	background-color: #2a2a2a;
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 4px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	color: #ffffff;
}

.pages_num b{
	text-decoration: none;
	/*
	background: url(../images/selected_num.gif);
	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #393939;
	background-color: #393939;
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 4px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	color: #49adf9;
}
