@charset "UTF-8";
/* CSS Document */


select, textarea, input[type=button] {
	font-size: 11px;
}

button {
	font-size: 11px;
	font-weight: bold;
}

.widgetBox {
	float: left;
	width: 270px;
	height: 0 auto;
	margin: 10px 24px 10px 0;
}
.widgetBox_last {
	margin: 10px 0 10px 0 !important;
}
.widgetBox .content {
	margin: 0 auto;
	padding: 5px 15px 5px 15px;
	border: 1px solid #CCCCCC;
}
.widgetBox h3.title {
	background: transparent url(../images/slidebox_tile.gif) repeat-x scroll right top;
	color: #FFFFFF;
	text-transform: capitalize;
	font-size: 12px;
	line-height: 31px;
	margin: 0;
	padding: 0 15px;		
}
.log {
	color: #999999;
	clear: both;
	margin-left: 5px;
	width: 60%;
}
br.clear {
	padding: 0;
	margin: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	display: block;
}

img {
	border: 0;
}

#location {
	font-size: 10px;
	margin: 10px 0;
	font-weight: bold;
}
#location_right {
	font-size: 10px;
	margin: 10px 0;
	font-weight: bold;
	text-align: right;
}

/***************************
	BROADCAST PAGES
	BROADCAST PAGES
***************************/

#broadcast_location {
	font-size: 10px;
	margin: 10px 0;
	font-weight: bold;
}

#broadcast_share {
	margin-top: 20px;
}	
#broadcast_share p {
	font-size: 12px;
}	
#broadcast_phonenumfields {
	margin-left: 20px;
	padding-top: 10px;
}

#broadcast_invite {
	margin-top: 20px;
}
#broadcast_invite_msg {
	width: 60%;
	float: left;	
}
#broadcast_invite_msg p {
	padding: 10px 0;
}
#broadcast_invite_address {
	width: 30%;
	float: left;
	margin-left: 20px;
	padding-left: 30px;
	border-left: 1px dotted #CCCCCC;	
}

#broadcast_badges {
	margin-top: 20px;
}
#broadcast_badges_upload {
	float: left;
	width: 570px;
	padding: 10px 0;
}
#broadcast_badges_currav {
	float: right;
	width: 250px;
	background: transparent url(../images/bg_reg_tandc.png) 0 0 repeat-x;
	min-height: 350px;
	padding: 10px;
}
#broadcast_badges_file {
	float: left;
	width: 200px;
	margin-left: 30px;
}
#broadcast_badges_bgcol {
	float: left;
	border-right: 1px dotted #CCCCCC;
}
p.broadcast_badges_currbadgeimg {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	height: 200px;
	width: 200px;
	margin: 20px auto;	
	text-align: center;
	line-height: 200px !important;
}
#broadcast_badges_banner {
	margin: 0 auto;	
	padding: 20px 0;
}
#broadcast_badges_banner div.banner p.banner_image {
	float: left;
}
#broadcast_badges_banner div.banner p.banner_code {
	float: right;
}
#broadcast_badges_banner div.banner img {
	border: 2px solid #CCCCCC;
}
#broadcast_divider {
	margin: 25px 0;	
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	line-height: 1px;
	font-size: 0px;
}

#broadcast_facebook_options {
	margin-top: 20px;
}

/***************************
	END BROADCAST PAGES
***************************/



/***************************
	BROADCAST SIDEBAR
***************************/

 #broadcast {
	float: right;
	width: 200px;
	border: 1px solid #CCCCCC;
	margin: 82px 25px 0 0;
	padding: 0;
}
#broadcast h3 {
	background: #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0 ;
	padding: 0 5px;
	line-height: 30px;
}
#broadcast h3 a {
	color: #FFFFFF;
}

/***************************
	END BROADCAST SIDEBAR
***************************/




/**************************
	DASHBOARD
**************************/

#dashboard {
	margin-top: 10px;
	width: 100%;
}
#dashboard p.dashboard_row_divider {
	border-bottom: 2px solid #E9E9E9;
	font-size: 0;
	line-height: 0;
	margin: 4px 0;
	padding: 0;
	width: inherit;
}
ul.dashboard_row {
	margin: 0;
	padding: 0;
	height: 100px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
ul.dashboard_row li {
	float: left;
	width: 285px;
	height: 100px;
}
ul.dashboard_row li span {
	font-size: 20px;	
	font-weight: bold;
	padding: 20px 0 20px 35px;
	width: 50%;
	float: left;
	line-height: normal;
}
ul.dashboard_row li span.icon {
	padding: 18px 0;		
	margin-right: 12px;			
	width: auto;
}
ul.dashboard_row li a {
	color: #555555;
	text-decoration: none;
}
ul.dashboard_row li a:hover {
	color: #2C84B1;
	color: #B61717;
	text-decoration: none;
}


#dashboard_panels {
	margin: 0 auto;
	margin-top: 30px;
	width: 810px;
}
div.dashboard_panel {
	width: 250px;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
div.last {
	margin-right: 0;
}
div.dashboard_panel div.dashboard_panel_contents {
	width: inherit;
	border: 1px solid #CCCCCC;
	border-top: 0;
}
div.dashboard_panel h3 {
	background-color: #333333;
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	font-size: 12px;
	width: 242px;
}
div.dashboard_panel h3.yellow {
	background-color: #FFC20E;
	color: #333333;
}
div.dashboard_panel h3.blue {
	background-color: #003399;
}

ul.dashboard {	
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.dashboard li {
	border-bottom: 1px dotted #CCCCCC;
	line-height: 30px;
	height: 30px;
	padding: 0 !important;
	margin: 0;
}
ul.dashboard li.last {
	border: 0;
}
ul.dashboard li a:hover {
	background-color: #F0F0F0;
}
ul.dashboard li a {
	/*background: transparent url(http://images.apple.com/downloads/images/sidebar_linkarrow188.png) no-repeat scroll 0 0;*/
	display: block;
	padding: 0 8px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	height: 30px;
}
ul.dashboard li a img {
	vertical-align: middle;
	border: 0;
	width: 25px;
	height: 25px;
	margin-right: 5px;
}

/**************************
	END DASHBOARD
**************************/




/**************************
	MYREWARDS
**************************/

#myrewards {
	width: 100%;
	overflow: hidden;
}
#myrewards_contents {
	width: 1600px;	
	padding: 1px;
}

#myrewards_listing {
	width: 490px;	
	float: left;
}

#myrewards_redeem {
	width: 740px;
	padding: 0;
	float: left;
	min-height: 330px;
	background-color: #FFFFFF;
}
#myrewards_redeem_contents {
	float: left;
	width: 270px;
}
#myrewards_redeem_slider {
	height: inherit;
	min-height: 330px;
	background: #f3f3f3 url(../images/bg_myrewards_slider.png) no-repeat;
	width: 30px;
	float: left;
	margin: 0 29px;
	border-left: 1px dotted #CCCCCC;
}
#myrewards_redeem_details {
	width: 270px;
	margin-right: 30px;
	float: left;
}
#myrewards_redeem_survey {
	width: 325px;
	/*width: 690px;*/
	float: left;
	display: none;
}
#myrewards_redeem_method_summary_contents {
	border-bottom: 1px dotted #CCCCCC;
	width: 100%;
}

#myrewards_redeem_mailing, #myrewards_redeem_paypal {
	display: none;
}

table.rewards {
	width: 100%;
	padding: 0;
	margin: 0 auto 1.5em auto;
	margin: 0;
	border-collapse:collapse;
	border: 1px solid #FFCC00;
	min-height: 300px;
}
table.rewards th {
	font: bold 10px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 4px 12px 2px 12px;
	vertical-align:middle;
	border-bottom: 1px solid #FFCC00;
	background: #CAE8EA url(../images/table/bg_header.jpg) no-repeat;
}
table.rewards tfoot tr th {
	/*background: #000000;
	color: #999999;*/
}
table.rewards tr.c1 {
	/*background-color: #eeeeee;*/
}
table.rewards td img {
	margin: 0;
	padding: 0;
	border: 0;
}
table.rewards td {
	font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 12px 6px 12px;
	color: #4f6b72;
}
table.rewards td.container {
	font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	color: #4f6b72;
}


/**************************
	END MYREWARDS
**************************/



/**************************
	CALL HISTORY
**************************/
#callhistory {
	width: 650px;
	float: left;
	margin-bottom: 25px;
}

#callhistory_panel {
	width: 100%;
	margin: 0;
	padding: 0;
}
#callhistory_panel_contents {
	max-height: 440px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #ccc;
	border-top: none;
}
#callhistory_panel DIV.columns {
	background-color: #000;
	width: 100%;
	overflow: auto;
	background: #000 url(../images/slidebox_tile.gif) repeat-x;
}
#callhistory_panel DIV.columns DIV.column_header {
	color: #FFF;
	/*text-transform: uppercase;*/
	line-height: 31px;
	display: inline-block;
	margin: 0;
	padding: 0;
	float: left;
	font-weight: bold;
	font-size: 13px;
}
#callhistory_panel DIV.column_header {
	display: inline-block;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 11px;
}

#callhistory_panel DIV.stars {
	width: 30px;
	text-align: center;
}
#callhistory_panel DIV.contact {
	width: 190px;
	font-size: 11px;
	text-align: left;
}
#callhistory_panel DIV.actions {
	width: 210px;
	padding-top: 6px;
}
#callhistory_panel DIV.time {
	width: 130px;
}
#callhistory_panel DIV.more {
	width: 45px;
	line-height: 40px;
}
#callhistory_panel DIV.row_c0 {
	padding: 4px 0;
	border-bottom: 1px dotted #ccc;
	overflow: auto;
}
#callhistory_panel DIV.row_c1 {
	background-color: #efefef;
	padding: 4px 0;
	border-bottom: 1px dotted #ccc;
	overflow: auto;
}
#callhistory_panel SPAN.contact_name {
	font-size: 14px;
	color: #003399;
	font-weight: bold;
	text-overflow: ellipsis;
	display: inline-block;
	max-width: 175px;
	overflow: hidden;
}
#callhistory_panel SPAN.contact_num {
	font-size: 14px;
	color: #B61717;
	font-weight: bold;
}

#callhistory_panel DIV.collapse {
	border: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0;
}
#callhistory_panel DIV.collapse_content {
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

DIV.morecallhistory {
	float: left;
	width: 300px;
}
DIV.ringbacksdetails {
	float: left;
}

DIV.morecallinfo {
	margin: 8px;
}

TABLE.callersRingbacksMini {
	width: 240px;
	border: 1px solid #cccccc;
	padding: 0;
	margin: 0 auto 1.5em auto;
	border-collapse:collapse;
}
TABLE.callersRingbacksMini thead {
	border: 0;
}
TABLE.callersRingbacksMini th {
	font: bold 10px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 4px 12px 2px 12px;
	vertical-align:middle;
	border-bottom: 1px solid #cccccc;
	background: #CAE8EA url(../images/table/bg_header_gray.jpg) no-repeat;
}
TABLE.callersRingbacksMini td img {
	margin: 0;
	padding: 0;
	border: 0;
}
TABLE.callersRingbacksMini td {
	font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 12px 2px 12px !important;
	color: #666666 !important;
	text-align: left !important;
	border-bottom: 1px dotted #cccccc !important;
	text-overflow: ellipsis;
}

DIV.contact_nameblock, DIV.contact_numblock {
	display: none;
}
DIV.contact_nameblock INPUT {
	font-size: 10px;
}
DIV.contact_nameblock INPUT.contact_name {
	width: 110px;
	color: #CCCCCC;
}

DIV.actions_dropdown {
	width: 160px;
	float: left;
}
DIV.actions_dropdown_trigger {
	width: 140px;
	height: 24px;
	text-align: left;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	padding: 0 10px;
}
DIV.actions_dropdown_trigger span {
	float: left;
}
DIV.actions_dropdown_trigger a {
	color: #000000;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
}
DIV.actions_dropdown_trigger img {
	float: right;
}
UL.actions_dropdown {	
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: none;
	background-color: #FFFFFF;
	width: 160px;
	border: 1px solid #ccc;
	border-top: 0;
	position: absolute;	
}
UL.actions_dropdown_wide {
	width: 480px;
	border-top: 1px solid #ccc;
}
UL.actions_dropdown li {
	border-bottom: 1px dotted #CCCCCC;
	line-height: 30px;
	height: 30px;
	text-align: left;
	padding: 0 !important;
	margin: 0;	
	width: 160px;
	float: left;
}
UL.actions_dropdown li.first {
	font-weight: bold;
	color: #000000;
}
UL.actions_dropdown li.first span {
	margin: 0 10px;
}
UL.actions_dropdown li.last {
	border: 0;
}
UL.actions_dropdown li.mask {
	opacity: 0.3;
}
UL.actions_dropdown li a:hover {
	background-color: #F0F0F0;
}
UL.actions_dropdown li a {
	display: block;
	padding: 0 8px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
UL.actions_dropdown li a img {
	vertical-align: middle;
	border: 0;
	width: 25px;
	height: 25px;
	margin-right: 5px;
}
.invite_widget {
	margin: 10px;
}	



/**************************
	END CALL HISTORY
**************************/




/**************************
	CONTACT US
**************************/

h3.section_title {
	color: #B61717;
	font-size: 13px;
	margin: 0 0 8px 0;
	padding: 0;
	line-height: normal;
}
#mainContent div.msg_section {
	margin-top: 10px;
	float: left;
	padding: 10px;
	height: 260px;
}
#contactus div.bg_contactus_three {
	background: transparent url(../images/bg_reg_tandc.png) 0 0 repeat-x;
}
#contactus #contactus_one {
	height: inherit;
	width: 275px;
	border-right: 1px dotted #CCCCCC;
}
#contactus #contactus_two {
	height: inherit;
	width: 300px;
	margin-left: 18px;
}
#contactus #contactus_three {
	height: 380px;
	width: 200px;
}

#features {
	margin: 0 auto;
	width: 400px;
}





/**************************
	GLOBAL STYLES
**************************/

#loggedin_info {

}	
#loggedin_info p {
	font-size: 10px;
}
#loggedin_info span.private_label, #loggedin_info span.brring_label, #loggedin_info span.balance_label {
	font-size: 9px;
	color:#CCCCCC;
}
#loggedin_info span.brring_num {
	color: #B61717;
}
#loggedin_info span.private_num {
	color: #333333;
}
#loggedin_info span.logout a {
	color: #CCCCCC;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
}

#login_container {
	width: 260px;
	margin: 20px auto;
}
#btn_signin {
	width: 120px;
	font-weight: bold;
}
#login_footer {
	width: 260px;
	position: absolute;
	bottom: 15px;
}
#login_footer p {
	font-size: 11px;
	font-weight: bold;
}

#verify_container {
	width: 260px;
	margin: 20px auto;
	background: none;
}




/* DEFAULTS */

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.smaller {
	font-size: smaller;
}
.xsmall {
	font-size: xx-small;
}
.bold {
	font-weight: bold;
}
.red {
	color: #B61717;
}
.blue {
	color: #069;	
}
.green {
	color: #093;	
}

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

ul.form_reg li {
	width: 280px;
	margin: 0 10px 5px 0;
	float: left;
	clear: both;
}
ul.form_reg li.float {
	width: 45%;
	margin: 0 10px 5px 0;
	clear: none;
}
ul.form_reg li.float_third {
	width: 30%;
	margin: 0 10px 5px 0;
	clear: none;
}
ul.form_reg li.flex {
	width: auto;
	margin: 0;
}
ul.form_reg li.flex_pad {
	width: auto;
	margin: 0 10px 5px 0;	
}
ul.form_reg li.float_user, ul.form_reg li.float_pass {
	width: 118px;
	clear: none;
}
ul.form_reg li.float_pass {
	float: right;
}
ul.form_reg li.separator {
	border-top: 1px dotted #CCCCCC;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}
ul.form_reg li label {
	display: block;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	color: #454545;
}
ul.form_reg li div span {
	float: left;
}
ul.form_reg li label.sub {
	color: #999999;
	font-size: 9px;
	font-weight: normal;
	display: inline;
	text-align: left;
}
ul.form_reg li div input {
	margin-right: 4px;
	width: 140px;
}
ul.form_reg li div input.radio {
	width: 20px;
	margin: 0 0 0 5px;
	padding: 0;
	height: auto;
	line-height: normal;
}
ul.form_reg li div input.first {
	width: 90px;
}
ul.form_reg li div input.last {
	width: 135px;
}
ul.form_reg li div input.first_small {
	width: 70px;
}
ul.form_reg li div input.last_small {
	width: 90px;
}
ul.form_reg li div input.medium {
	width: 230px;
}
ul.form_reg li div input.small {
	width: 80px;
}
ul.form_reg li div input.signin {
	width: 115px;
}
ul.form_reg textarea.medium {
	width: 260px;
}
p.buttons {
	padding-top: 10px;
	width: 90%;
	text-align: center;
}
p.buttons input, p.buttons select {
	margin: 5px;
}






/**************************
	PAGINATION LIST STYLES
**************************/
ul.fdtablePaginater {
	display:table;
	list-style:none;
	padding:0;
	margin:5px auto;
	text-align:center;
	height:2em;
	width:auto;
	margin-bottom:2em;
}
ul.fdtablePaginater li {
	display:table-cell;
	padding-right:4px;
	color:#666;
	list-style:none;
	-moz-user-select:none;
	-khtml-user-select:none;
}
ul.fdtablePaginater li a.currentPage {
	border-color:#a84444 !important;
	color:#000;
}
ul.fdtablePaginater li a:active {
	border-color:#222 !important;
	color:#222;
}
ul.fdtablePaginater li a,
ul.fdtablePaginater li div {
	display:block;
	width:2em;
	font-size:1em;
	color:#666;
	padding:0;
	margin:0;
	text-decoration:none;
	outline:none;
	border:1px solid #ccc;
	font-family:georgia, serif;
}
ul.fdtablePaginater li div {
	cursor:normal;
	opacity:.5;
	filter:alpha(opacity=50);
}
ul.fdtablePaginater li a span,
ul.fdtablePaginater li div span {
	display:block;
	line-height:2em;
	border:1px solid #fff;
	background:#fff url(../images/table/gradient.gif) repeat-x 0 -20px;
}
ul.fdtablePaginater li a {
	cursor:pointer;
}
ul.fdtablePaginater li a:focus {
	color:#333;
	text-decoration:none;
	border-color:#aaa;
}
.fdtablePaginaterWrap {
	text-align:center;
	clear:both;
	text-decoration:none;
}
ul.fdtablePaginater li .next-page span,
ul.fdtablePaginater li .previous-page span,
ul.fdtablePaginater li .first-page span,
ul.fdtablePaginater li .last-page span {
	font-weight:bold !important;
}
/* Keep the table columns an equal size during pagination */
td.sized1 {
	width:16em;
	text-align:left;
}
td.sized2 {
	width:10em;
	text-align:left;
}
td.sized3 {
	width:7em;
	text-align:left;
}
tfoot td {
	text-align:right;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}
#visibleTotal {
	text-align:center;
	letter-spacing:auto;
}
* html ul.fdtablePaginater li div span,
* html ul.fdtablePaginater li div span {
	background:#eee;
}
tr.invisibleRow {
	display:none;
	visibility:hidden;
}
p.paginationText {
	font-style:oblique;
}		
/**************************
	END PAGINATION STYLES
**************************/


/**************************
	HELP PAGES
**************************/
		
DIV#faqs {
	margin-top: 20px;	
}
DIV#faqs H3.toggler {
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;	
	color: #0C3;
}
DIV#faqs DIV.element P {
	padding: 4px 8px;
	font-size: 12px;
	padding-bottom: 30px;
}
	
	
 
/*********************************
* MESSAGE BOXES
*********************************/

.errormsg {
	border: 1px solid #FF0033;
	background-color: #FADEE0;
	padding: 5px;
	margin: 5px 5px 15px 5px;
}
.errormsg .msgtitle {
	font-weight: bold;
	font-size: 11px !important;
	margin-bottom: 6px;
}
.errormsg .msg {
	font-size: 11px !important;
	margin-bottom: 2px;
}
.errormsg ul {
	margin-bottom: 2px;
}
.errormsg ul li {
	font-size: 10px;
	padding: 2px !important;
	line-height: normal;
	margin: 0;
}
div.successmsg {
	border: 1px solid #FFD700;
	background-color: #FFFFDD;
	padding: 5px;
	margin: 5px 5px 10px 5px;
}
div.successmsg p.msgtitle {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 11px !important;
}
div.successmsg p.msgtitle select {
	padding: 0;
	margin: 0;
	font-size: 10px !important;
}

.error-box {
	border: 1px solid #FF0033;
	background-color: #FADEE0;
	padding: 5px;
}
.error-box .error-box-title {
	font-weight: bold;
}	




/***********************************
INDEX STYLES
***********************************/

DIV#promoArea {
	float: left; width: 420px; height: 180px; margin-top: 30px; border: 2px solid #666;	
}
DIV#loginArea {
	float: right; width: 400px;	
}
DIV#ringbacksArea {
	float: left; width: 600px; padding-top: 15px;
}
DIV#loginAreaLogo {
	background: transparent url(../images/logo.png) 0 0 no-repeat; width:216px; height: 100px;
}
DIV#loginContent {
	padding-top: 5px;	
}
P#p_loginToAccount {
	font-weight: bold; font-size: 15px;
}
P#p_loginFields {
	margin-bottom: 4px;
}
P#p_loginOptions {
	font-size: 10px; font-weight: bold;
}
P#p_loginLearnMore {
	font-size:12px; font-weight: bold; padding-top: 10px;
}
DIV#ringbacksMostPopular {
	background: transparent url(../images/bg_ringback_listing.png) 0 0 no-repeat; width:271px; height: 290px; float:left;
}
DIV#ringbacksNewest {
	background: transparent url(../images/bg_ringback_listing.png) 0 0 no-repeat; width:271px; height: 290px; float: left; margin-left: 26px;
}
DIV#ringbacksNewest H3, DIV#ringbacksMostPopular H3 {
	background: transparent url(../images/bg_ringback_listing_header.png) 0 0 no-repeat; height: 29px; line-height: 29px; color: #EEE; padding-left: 15px; position: relative;
}
DIV#ringbacksNewest H3 span, DIV#ringbacksMostPopular H3 SPAN {
	float: right; color: #7BB5D7; font-size: 9px; position: absolute; right: 10px; top: 0px;
}
DIV#ringbacksNewest DIV.ringbacksListingContent, DIV#ringbacksMostPopular DIV.ringbacksListingContent {
	padding: 0;	
}	
DIV#ringbacksNewest DIV.ringbacksListingContent UL, DIV#ringbacksMostPopular DIV.ringbacksListingContent UL {
	clear: both; margin: 0px; list-style-type: none; list-style-image: none; padding: 0; width: 270px;
}
DIV#aboutBrringArea {
	float: right; width: 400px; padding-top: 20px;
}
LI.publicRingbackListingElement {
	border-bottom: 1px solid #ababab; height: 37px; padding: 3px 15px 2px 15px; line-height: 1.5em; position: relative;	
}
LI.publicRingbackListingElement SPAN.el_ratings {
	font-size: 10px;
}
LI.publicRingbackListingElement SPAN.el_preview {
	position: absolute; right: 16px; top: 10px;
}
DIV#ringbacksNewest DIV.ringbacksListingContent UL LI.last, DIV#ringbacksMostPopular DIV.ringbacksListingContent UL LI.last {
	border-bottom: 0;
}



/***********************************
NEW EXCHANGE STYLES
***********************************/

DIV#exchange_quicklinks, DIV#exchange_categories {
	background: transparent url(../images/bg_exchange_cat_bg.png) 0 0 no-repeat; width:178px;	
}
DIV#exchange_quicklinks H3, DIV#exchange_categories H3 {
	background: transparent url(../images/bg_exchange_cat_header.png) 0 0 no-repeat; height: 29px; line-height: 29px; color: #EEE; padding-left: 15px; position: relative;
}
DIV#exchange_quicklinks DIV.exchangeListingContents, DIV#exchange_categories DIV.exchangeListingContents {
	overflow: auto; padding: 0; background: transparent url(../images/bg_exchange_cat_bottom.png) bottom left no-repeat;
}
DIV#exchange_quicklinks DIV.exchangeListingContents UL, DIV#exchange_categories DIV.exchangeListingContents UL {
	clear: both; margin: 0px; list-style-type: none; list-style-image: none; padding: 0; width: 177px;
}
DIV#exchange_quicklinks DIV.exchangeListingContents UL LI, DIV#exchange_categories DIV.exchangeListingContents UL LI {
	border-bottom: 1px solid #ababab; height: 18px; padding: 3px 15px 0px 15px; line-height: 1.2em; position: relative;	font-weight: bold; font-size: 11px;
}
DIV#exchange_quicklinks DIV.exchangeListingContents UL LI A, DIV#exchange_categories DIV.exchangeListingContents UL LI A {
	color: #333;	
}
DIV#exchange_quicklinks DIV.exchangeListingContents UL LI.last, DIV#exchange_categories DIV.exchangeListingContents UL LI.last {
	border-bottom: 0;
	padding-bottom: 2px;
}

DIV#exchange_recentlyadded, DIV#exchange_whatshot {
	margin-bottom: 16px;	
}
DIV#exchange_recentlyadded H3, DIV#exchange_whatshot H3, DIV#exchange_category_holder H3 {
	background: transparent url(../images/bg_exchange_blue_header_left.png) 0 0 no-repeat; height: 29px; line-height: 29px; color: #EEE; padding-left: 15px; position: relative;		
}
DIV#exchange_recentlyadded H3 SPAN, DIV#exchange_whatshot H3 SPAN, DIV#exchange_category_holder H3 SPAN {
	background: #FFFFFF url(../images/bg_exchange_blue_header_right.png) right no-repeat; height: 29px; width: 22px; line-height: 29px; color: #EEE; float: right;
}
DIV.exchange_ringback_holder {
	border: 2px solid #CCC;
	border-top: 0;
}


DIV#exchange_ringback_detail {
	width: 229px; float: left; margin: 0 45px 0 15px; background: #FFF url(../images/bg_exchange_ringback_detail_bottom.png) bottom no-repeat;
}
DIV#exchange_ringback_detail H3 {
	background: transparent url(../images/bg_exchange_header_red.png) 0 0 no-repeat; height: 29px; line-height: 29px; color: #EEE; padding-left: 15px; position: relative;	
}
DIV#exchange_ringback_detail H3 SPAN {
	background: #FFF url(../images/bg_exchange_header_red.png) right no-repeat; height: 29px; width: 22px; line-height: 29px; color: #EEE; float: right;
}
DIV#exchange_ringback_detail DIV.exchange_ringback_info {
	border: 2px solid #c7c7c7; border-top: 0; border-bottom: 0; margin-bottom: 11px; padding: 10px 4px 10px 15px;
}
DIV#exchange_ringback_detail DIV.exchange_ringback_info_top_left {
	float: left; font-size: 12px; 
}
DIV#exchange_ringback_detail DIV.exchange_ringback_info_top_right {
	float: right; text-align: center; font-size: 11px; line-height: normal;
}
DIV#exchange_ringback_detail DIV.exchange_ringback_info_top_right P {
	line-height: normal;	
}
DIV#exchange_ringback_detail DIV.exchange_ringback_info_bottom {
	font-size: 11px;
}
DIV#exchange_ringback_comments {
	width: 360px; float: right;
}
DIV#exchange_ringback_detail DIV.exchange_ringback_info_bottom A.toggle_ringback_shared, 
DIV#exchange_ringback_detail DIV.exchange_ringback_info_bottom A.toggle_ringback_playlist {
	padding: 4px 0px 3px 25px; background: transparent url(../images/toggle_circle_unchecked.png) 0 0 no-repeat; height: 23px; line-height: 23px; font-weight: bold; color: #333;	
}
DIV#exchange_ringback_detail DIV.exchange_ringback_info_bottom A.checked {
	padding: 4px 0px 3px 25px; background: transparent url(../images/toggle_circle_redcheck.png) 0 0 no-repeat; height: 23px; line-height: 23px; font-weight: bold; color: #333;	
}
DIV#exchange_ringback_detail DIV.exchange_ringback_info_bottom A.toggle_ringback_shared:hover, 
DIV#exchange_ringback_detail DIV.exchange_ringback_info_bottom A.toggle_ringback_playlist:hover {
	text-decoration: none;
}
P.exchange_ringback_rating_sizedown {
	margin: 0; padding: 0 !important;
}
P.exchange_ringback_rating_sizedown SPAN IMG {
	width: 14px;	
}
DIV#exchange_ringback_more {
	padding: 45px 0 15px 15px; overflow: auto;
}
DIV#exchange_ringback_related, DIV#exchange_ringback_alsoliked {
	width: 302px; margin: 0; padding: 0; float: left;
}
DIV#exchange_ringback_alsoliked {
	float: right;	
}
DIV#exchange_ringback_related H3, DIV#exchange_ringback_alsoliked H3 {
	background: transparent url(../images/bg_exchange_header_silver.png) 0 0 no-repeat; height: 29px; line-height: 29px; color: #EEE; padding-left: 15px; position: relative;		
}
DIV#exchange_ringback_related H3 SPAN, DIV#exchange_ringback_alsoliked H3 SPAN {
	background: #FFF url(../images/bg_exchange_header_silver.png) right no-repeat; height: 29px; width: 22px; line-height: 29px; color: #EEE; float: right;
}
DIV#exchange_ringback_related DIV.exchange_ringback_more_content, DIV#exchange_ringback_alsoliked DIV.exchange_ringback_more_content {
	width: 300px; border: 1px solid #CCCCCC; min-height: 170px; max-height: 170px; overflow-y: scroll; overflow-x: hidden;
}


DIV.ringback_display_tableview {
	border-bottom: 1px dotted #ccc; margin: 0; padding: 4px 10px 4px 10px; overflow: auto;
}
DIV.ringback_display_tableview P.btn_preview {
	float: left; padding: 4px 0 2px 0 !important; margin: 0;
}
DIV.ringback_display_tableview P.details {
	float: left; width: 120px; padding: 4px 0 0 12px !important; margin: 0; line-height: normal !important;
}
DIV.ringback_display_tableview P.details A {
	font-size: 9px;
}
DIV.ringback_display_tableview P.rating {
	float: right; width: 74px; font-size: 11px; text-align: center; padding: 0 !important; margin: 0;
}
DIV.ringback_display_tableview P.rating IMG {
	width: 13px;	
}