#commissionsBody {
    /*width:739px;*/	
	border-top:1px solid #fff;
	/*background:url("/common/imgs/bg_commissions_body.gif") repeat-y;*/
}

#leftNav {
	float:left;
	width:165px;
	padding:20px 17px;
	font-size:11px;
}

#leftNav a:link,
#leftNav a:visited,
#leftNav a:hover,
#leftNav a:active {
	color:#ffffff;
}

#leftNav .divLine {
	border-bottom: 1px solid #CBC6F4;
	padding:2px;
} 
#rightBody .divLine {
	border-bottom: 1px solid #A9BBD7;
	padding:2px;
} 


.linkGroup {
	margin:5px 0 0;
}

.linkText {
	font-size:14px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}

 .linkGroupContent a:link, 
 .linkGroupContent a:visited,
 .linkGroupContent a:active,
 .linkGroupContent a:active {
	font-weight:bold;
	text-decoration:underline;
}

 .linkGroupContent ul {
	margin:0 0 25px;
	padding:0;
	list-style:none;
}

 .linkGroupContent ul li {
	padding:10px 0 2px;
}

 #rightBody {
	float:left;
	width:540px;
	font-size:11px;
}
#rightBody a:link,
#rightBody a:visited,
#rightBody a:hover,
#rightBody a:active {
	font-size:11px;
	color:#5678B0 !important;
	text-decoration:underline;
	font-weight:normal !important;
}
 #rightBodyContent {
	padding:25px 23px;
	/*width:494px;*/
	color:#000000;
}

 #rightBody p {
	margin:0 0 15px;
	color:#000000;
}
 #rightBody p.release,  #rightBody p.year {
	margin:15px 0px 15px 15px;
	color:#000000;
}
 #rightBody p.year {
	font-size:14px;
	font-weight:bold;
}
/* large release on listing page*/
#latestRelease {
	background-color:#F8F7F7;
	border:1px solid #8397BA;
	/*width:492px;*/
}
#latestRelease .header {
	clear:both;
	background-color:#4E70B7;
	color:#ffffff;
	font-size:16px;
	padding:10px 21px;
	font-weight:bold;
}

#latestRelease .photo, #releaseDetailMain .photo {
	float:left; 
	width:181px; 
	padding:15px 0 15px 15px;
}
.photo img {
	border:1px solid #878686 !important;
}
#latestRelease .content, #releaseDetailMain .content {
	float:left; 
	padding:15px 15px 15px 15px;
	font-size:14px;
	color:#000;
}
#latestRelease h1, #releaseDetailMain h1 {
	font-size:18px;
	margin:0;
}
#latestRelease .title, #releaseDetailMain .title {
	font-size:14px;
	font-weight:normal;
	color:#000;
}
#latestRelease .date, #releaseDetailMain .date {
	font-size:12px;
	padding:8px 0 9px;
	color:#737272;
	font-weight:bold;
}

#latestRelease .details {
	clear:both;
	padding:10px 0;
}

/* small release with photo on listing page*/

.regularRelease {
	/*width:494px;*/
	padding:22px 0;
	border-bottom:1px solid #A9BBD7;
}
*:first-child+html .regularRelease { /* ie 7 hack */
	padding-bottom:0;
}
.regularRelease .photo {
	float:left; 
	width:98px; 
	padding:0 0 0 15px;
}
.regularRelease .content {
	float:left; 
	padding-left:21px;
	font-size:12px;
	color:#000;
	width: 359px;
}
.regularRelease h1 {
	font-size:14px;
	margin:0;
}
.regularRelease .title {
	font-size:12px;
	font-weight:normal;
	color:#000;
}
.regularRelease .date {
	font-size:12px;
	padding:8px 0 12px;
	color:#737272;
	font-weight:bold;
}
.regularRelease .details {
	clear:both;
	font-size:11px;
	padding-top:25px;
}
.regularRelease a.details {
	margin-left:14px;
}

/* detail page */
#releaseDetailMain {
	border-top:1px solid #8397BA;
	border-bottom:1px solid #8397BA;
	/*width:494px;*/
}

/* bio page */
#bio {
	padding-right: 20px;
}

#bio .hdr {
	font-size:15px;
	font-weight:bold;
}

#bio .bioInfo {
	margin-top: .2em;
	margin-bottom:15px;
	margin-right:14px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a9bbd7;
	border-bottom-color: #a9bbd7;
	padding-top: 1em;
	padding-bottom: .5em;
	padding-right: 9px;
	float:left;
	display:inline;
	width:179px;
	font-size:11px;
}

#bio .bioInfo img {
	margin-bottom:10px;
}

#bio .bioInfoHdr {
	clear:both;
	margin-left:5px;
	margin-bottom:2px;
	font-weight:bold;
	font-size:12px;
	color:#4e70b7;
}

#bio .bioInfo ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-left:10px;
	margin-bottom:5px;
}

#bio .bioInfo ul li {
	background:url(../imgs/commissions/blt_detail_arrow.gif) no-repeat 0px 2px;
	padding:0px 0px 6px 10px;
	margin:0px 0px 0px 5px;
}

/* left side of detail page */
#releaseDetailsLeft {
	width:298px; 
	float:left; 
	margin:15px 15px 0 15px;
	line-height:20px;
}
* html #releaseDetailsLeft { /* IE 6 hack for double margin with a float problem */
	margin-left:7px;
}
#releaseDetailsLeft h2 {
	margin:0px 0px 15px 0px;
	font-size:14px;
}
#releaseDetailsLeft h3 {
	margin:15px 0px 5px 0px;
	font-size:11px;
}

/* sidebar on right side of detail page*/
#sidebar {
	background-color:#F8F7F7;
	border:1px solid #8397BA;
	width:170px;
}
#sidebar .sideBarHeader {
	clear:both;
	background-color:#4E70B7;
	color:#ffffff;
	font-size:12px;
	padding:3px 5px;
	font-weight:bold;
}

#sidebar .sideBarContent {
	float:left; 
	padding:5px 5px 5px 5px;
	font-size:11px;
	color:#000000;
}
#sidebar .sideBarContent ul {
	margin:0;
	padding:0;
	list-style:none;
	
}
#sidebar .sideBarContent ul li {
	background:url(../imgs/commissions/blt_detail_arrow.gif) no-repeat 0px 2px;
	padding:0 0 6px 10px;
	margin:0;
}


/* right side of detail page */
#releaseDetailsRight {
	width:166px;
	margin-top:15px; 
	float:left;
}
#releaseDetailsRight div.photo {
	margin-bottom:14px;
}

#detailLinks {
	background-color:#A8B9DC; 
	padding:15px;
	margin-bottom:14px;
}
#detailLinks ul {
	margin:0;
	padding:0;
	list-style:none;
	
}
#detailLinks ul li {
	background:url(../imgs/commissions/blt_detail_arrow.gif) no-repeat 0px 2px;
	padding:0 0 6px 10px;
	margin:0;
}

/* complete list */
.release {
	color:#5678B0 !important;
}

.releaseComposer {
	font-weight:bold;
	font-size:12px;
}

.releaseWork {
	font-weight:bold;
	font-size:12px;
}

.releaseCommission {
	font-size:11px;
	font-weight:normal;
}

.releaseType {
	font-size:11px;
	font-weight:normal;	
}

.releaseInfo {
	padding-bottom:9px;
}

.releaseDate {
	font-size:12px;
	font-weight:normal;
	padding-right:7px;
}

/* general styles */
h1 {
	font-size:18px;
	font-weight:normal;
	margin-top:0;
}

img {
	border:0;
}
.clearer {
	clear:both;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
}

.dwnldBrdr {
	margin-top:20px;
	border:1px solid #999999;
	width:105px;
	height:17px;
	margin-bottom:5px;
}

.dwnldInnerBrdr {
	border:1px solid #ffffff;
	width:103px;
	height:15px;
}

.dwnldBtn {
	width:101px;
	height:13px;
	background-color:#e257bd;
	overflow:hidden;
	text-align:center;
	border:1px solid #d247ac;
}

.dwnldBtn a, .dwnldBtn a:active, .dwnldBtn a:visited, .dwnldBtn a:hover {
	color:#ffffff !important;
	font-size:9px;	
	font-weight:bold;
	font-family:arial;
	position:relative;
	top:1px;
	text-decoration:none;
	display:block;
}
