/* CSS Document */

body {
/*background-image:url(images/background_greycolumn.gif);*/
background-color:#000;
}

/* main nav bar, ringtone key row, nex|prev bars, WALLPAPER background */
#navigation, thead tr td, .subnav, #wallpapers, tr.subnav td {
	background: #b6bbbe;
	border: #000;
	color: #000;
}

thead tr td {
	color: #000;
	font-weight:bold;
}

.subnav, tr.subnav td {
	border-bottom: 4px solid #000;
}
#navigation a {
	background: #000000;
	color: #b6bbbe;
}

.submitbtn{
	background: #000000;
	color: #b6bbbe;
}
#navigation a:hover, .submitbtn:hover {
	background: #b6bbbe;
	color: #000000;
} 

/* RINGTONE and WALLPAPER header*/
#ringtoneholder h2, #wallpaperholder h2{
	color:#000;
}

 thead tr td{
	border-bottom: 2px solid #fff;
	
}
/* RINGTONE ROW COLOR ONE */
.bold{
	font-size:11px;
	font-weight:bold;
	
}
tr td{
	background: #767d81;
}
/* alternating row color */
tr.alt td{
	background: #9fa4a7;
}
input.submitbtn, input#submitbtn, form {
	float: left;
}
/* BUY LINK */
td a{
	color: #000;
}
td a:hover{
	background: #000000;
	color: #e6e6e6;
}
/* NEXTPREV BUTTONS*/
tr.subnav td, .subnav{
	color: #000;
	font-weight:bold;
	font-size: 12px;
	border-bottom: 4px solid #000;
}

.prevURL,.nextURL{
	font-size:12px;
	font-weight:bold;
}
.subnav a, tr.subnav td a {
	color: #000;
}
.subnav a:hover, tr.subnav td a:hover{
	background: #000;
	color: #b6bbbe;
}

.inputbox{
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #D0D7F0;
	background-color: #b6bbbe;
}
 .imgbox
{
	float:left;
	width:80px;
	height:80px;
	color: #000000;
	
	margin-left:8px;	
	margin-top:10px;
}

.imgbox a
{
	margin-top:2px;
	float:right;
	color:#000;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
}

.imgbox a img
{
	width: 80px;
	height: 80px;
	border: 0px;
	
	border-color:#767d81
}
#wallpaperTable  {
	background-color: #b6bbbe;
	border-bottom: 4px solid #000;
}


#wallpaperTable tr td{
	border-bottom: 0px;
	background-color: #b6bbbe;
	
}