
/* BODY - Adjustment for Feature */

body{
	padding: 154px 0 0 0 !important; 	/* 150px top margin */
	xbackground-image: url("/_site/test/18px_grid.gif");
	background-position: 0px 8px;
}

/* PAGE WRAPPER */

div#content{
																				xoutline: 1px solid blue;
	margin: 1em 2.875em;
}

/* NEWS ARTICLES and SORT BY ARTIST */

div#left{
	width: 66.5%;
	float: left;
																				xoutline: 1px solid red;
}

div#right{
	width: 27%;
	float: right;
						xoutline: 1px solid green;
}

/* HEADERS */

h2{
display: none;
}
/* SECTION HEADERS */

h3{
	font-weight: bold;
	padding-bottom: 1em;	/* 18px */
	height: 1em;			/* 18px */
	overflow: hidden;
	font-size: 1.125em;		/* 18px */
	xbackground-color: yellow;
}
h3 span
{
	font-weight: bold;
	font-size: 1em;		/* 18px */
	line-height: .85em;	/* ~15px - Safari & Firefox */
	float: left;
	margin-right: .5em;	/* 9px */
																				xfont-variant: small-caps;
	text-transform: Uppercase;
	letter-spacing: 1px;
	vertical-align: top;
}
h3 span strong{
	color: #999;
	letter-spacing: 0px;
}
h3 small{
	overflow: hidden;
	width: 17px;
	height: 17px;
	float: left;
	display: none;	/* Temporary Until Glue is fixed */
}
h3 small a{
	display: block;
	overflow: hidden;
	width: 17px;
	height: 17px;
	padding-left: 17px;
	background-image: url("/_site/img/rss.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}
div#right h4{
	font-size: 1em;			/* 16px */
	line-height: 1em;	/* 18px  */	
	font-weight: bold;
	text-transform: uppercase;
	text-align: justify;
	height: 1.125em;
	padding-bottom: 1.125em;
																				xoutline: 1px solid red;	
}

																				/* RINGTONES LIST */
div#left ul{
	outline: 1px solid #ecebeb;
	margin-bottom: 2.25em; /* 36px 2 Rows of 18px */
}
div#left ul li{
	clear: both;
	height: 1.125em;
	overflow: hidden;
	padding: .5625em; 		/* 9px */
	font-size: 1em;
}
div#left ul li.odd{
	background-color: #ecebeb;
}

/* New Buy Button */
div#left ul li a{
	font-size: .75em;
	display: block;
	float: left;
	background-color: #4B8190;
	padding: 1px;
}
div#left ul li a span{
	line-height: 1.5em;		/* 18px; */
	padding: 1px .75em;		/* 9px */
	background-color: #4B8190;
	border: none;
	color: #ffffff;
	cursor: pointer;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #ffffff;
	font-family: verdana;
	font-weight: bold;
	text-transform: Uppercase;
	font-size: 8px;
	letter-spacing: 1px;
	word-spacing: 2px;
	background-image: url("/_site/img/button/gradient.png");
	background-position: center center;
	background-repeat: repeat-x;
	
}
div#left ul li a:hover span{
	background-color: #89B3BF;
}
div#left ul li a:active span{
	background-color: #305F6D;
}

/* Old Buy Button */
OLD! div#left ul li a{
	font-size: .75em;
	width: 7%;
	display: block;
	float: left;
	height: 1.5em;			/* 18px */
}
OLD! div#left ul li a button{
	line-height: 1.6em;		/* 18px; */
	background-color: #2b9fb8;
	border: none;
	color: #ffffff;
	cursor: pointer;
	height: 1.5em;			/* 18px */
	display: block;
	width: 100%;
	text-align: center;
}
OLD !div#left ul li a button:hover{
	background-color: #000000;
}
/* Song Title Wrapper & Credits/Album */
div#left ul li h4{
	font-size: .75em;
	width: 91%;
	height: 1.5em;
	line-height: 1.5em;
	float: left;
	overflow: hidden;
	margin-left:2%;

}
div#left ul li h4 big,
div#left ul li h4 em
{
	float: left;
	width: 48%;
	line-height: 1.6em;		/* ~18px - Safari & Firefox */
	margin-left: 2%;
}
div#left ul li h4 big{
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
div#left ul li h4 em{
	color: #666;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
div#left ul li h4 em small{
	float: left;
	width: 10%;
	font-style: italic;
	font-family: Georgia, serif;
	color: #aaa;
	height: 1.5em;			/* 18px */
	line-height: 1.5em;		/* 18px */
	text-align: right;
	padding-right: .5em;	/* 6px */
}


																				/* SORT BY ARTIST */
div#right ul li a{
	font-size: .75em;	/* 12px */
	height: 1.5em;		/* 18px */
	line-height: 1.6em; /* ~18px - Safari & Firefox */
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	padding-left: .5em;
}
div#right ul li a:hover{
	color: #ffffff;
	background-color: #000000;
}