/**
* table layout
*/
table.featuredTracks, table.bestSelling {
	width: 334px;
	color: #FFFFFF;
	font-weight: bold;
}

/**
* two column
*/
.genreTwoColumn {
	width: 334px;
	float: left;
	color: #fff;
}

.gLeft {
	margin: 5px 10px;
	width: 85px;
	float: left;
	display: inline;
	}

.gRight {
	float: left;
	width: 229px;
	margin: 5px 0;
	}
	
.gRight p {
	margin: 0;
	padding: 0 10px 0 0;
	}
	
.gLeft img.featuredImage {
	margin: 0 !important;
	}
	
.gLeft .star {
	float: left;
	display: inline;
	margin: 0 0 5px 0;
	}

.gLeft .paper, .gLeft .speaker {
	float: left;
	margin: 0 0 5px 7px;
	}

/**
* browse bar
*/
div.browseBar {
	width: 670px;
	height: 42px;
	line-height: 42px;
	position: relative;
	background: url(/site/default/staticimg/titles/checkoutInfoBar.gif);
}

div.browseBar p { padding: 0 10px 0 10px; }
div.browseAll {
	top: 0;
	right: 0;
	position: absolute;
}

/**
* tops and bottoms
*/
.lightTop,
.lightBottom {
	height: 5px;
	width: 334px;
	line-height: 5px;
	font-size: 1px;
	background: url(/site/default/staticimg/redboxes/334/lightTop.gif) no-repeat;
}

.lightBottom { background: url(/site/default/staticimg/redboxes/334/lightBottom.gif)  no-repeat; }

/**
* buttons
*/
.gLeft div.star,
.gLeft div.speaker {
	float: left;
	display: inline;
	margin: 0 5px 5px 0;
}

.gLeft div.paper {
	float: left;
	margin: 0 0 5px;
}

div.browseBar div.greenArrow {
	float: left;
	margin: 10px 0 0 0;
}

div.greenArrow { float: right; }

div.view {
	float: left;
	margin: 10px 10px 0 0;
}

/**
* general
*/
div.divSpacerRight {
	width: 2px;
	float: left;
	font-size: 1px;
}

table.featuredTracks p, table.bestSelling p { margin: 5px 10px 0 0; }
img.featuredImage {	margin: 5px 10px 10px 10px; width: 85px; height: 85px; }
img.host { margin: 0 10px 0 0; }
p.host { margin: 0 0 10px; }
.highlight { margin: 0; padding: 0; }

/**
* faux columns bit
*/
div#fauxColumns { background: url(/site/default/staticimg/fauxColumns/fourColumn.gif) repeat-y; }
div#fauxColumnsBottom {	background: url(/site/default/staticimg/fauxColumns/fourColumnBottom.gif); }
