/*
#info {
	display: block;
	padding: 10px; margin-bottom: 20px;
	border: 1px solid #333;
	background-color: #efefef;
}
*/

.cpolist {
	list-style-type: none;
	padding: 0px;
	display: block;
}
.cpolist li {
	margin: 0px;
	padding: 8px;
	width: 100%;
}
.cpolist li .listinfo {
	border-bottom: 1px solid #dddddd;
}
.cpolist .listinfo h2, .cpoListerArtistBox h2 {
	font-size : 24px;
    color : #606060;
    font-weight : normal;
    font-family: Georgia,Times,serif;
    padding: 0px !important;
    padding-bottom: 2px;
    margin: 0px !important;
}


.cpoCont {
	border-style: solid;
	border-color: #aaaaaa;
	border-width: 1px;
	padding: 16px;
	padding-bottom: 0px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.cpoCont h4 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

.cpoImg {
	background-color: #fafafa;
	padding: 4px;
	padding-bottom: 0px;
	text-align: center;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	min-height: 225px;
}

.cpoBarCont {
	padding: 20px;
	overflow: hidden;
	max-height: 12px;
}

.cpoBarCont .cpoBar {
	/* background-color: #f9f9f9; 
	border-width: 1px;
	border-style: solid;
	*/
	border-right-color: #e1e1e1;
	border-left-color: #e1e1e1;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	height: 12px;
	/* border-color: #b3b3b3; */
	background-image: url("../../images/system/progress_bg.png");
	background-repeat: repeat-x;
}

.cpoBarCont .cpoBar .cpoBarProgress {
	/* background-color: #aff984; */
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	width: 0px;
	max-height:10px;
	background-image: url("../../images/system/progress.gif");
	background-repeat: repeat-x;
	background-position: left;
}


.discCont {
	/*min-height: 600px;*/
	padding-right: 10px;
}

.trackSelCont {
	background-color: #f5fcf3;
	padding: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 10px;
	padding-right: 0px;
	border-width: 1px;
	border-color: #ededed;
	border-style: solid;
	width: 100%;
	text-align: center;
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 
	border-radius:4px;
}

.message {
	padding: 0;
	display: inline;
}

.cpoBtn {
	padding: 4px;
	cursor: pointer;
}

.cpoImg .imgSelectorCont {
	padding-top: 10px;
	padding-bottom: 1px;
}

.filelistitem {
	font-size: 16px;
	display: inline-table;
}

.newfilelistitem {
	font-size: 16px;
	color: maroon;
	padding: 4px;
}

.filelistchecksum {
	font-size: 11px;
	color: #999999;
}

.release_form {
	width: 100%;
	padding-right: 0px;
}

#trackfile {
	display: block;
	padding: 3px;
	size: 18px;
}

.order_tracklist {
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}

.order_tracklist li {
	display: block;
	padding: 5px 5px; 
	margin: 0px;
	margin-bottom: 3px;
}

.order_tracklist li img.handle {
	margin-right: 10px;
	cursor: move;
}
.filemessage {
	padding: 4px;
	font-size: 10px;
}
.filemessage strong {
	font-size: 14px;
}

.track_filelist ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.track_filelist ul li {
	position: relative;
	padding:2px 4px 2px;
    font-size:13px;
}
.track_filelist ul li span {
	position: relative;
	padding-right: 20px;
}
.track_filelist ul li div {
	position: relative;
	display: inline-table;
	width:inherit;
	text-align: right;
}
.track_filelist ul li input {
	position: relative;
	top: 3px;
	text-align: right;
}
.expand_btn_cont {
	position: relative;
	top:-20px;
	height: 0px;
	overflow: visible;
	text-align: right;
}
.exp_message_cont {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
.exp_options_cont {
	background-color: #edf4ec;
	margin: 0px;
	padding: 8px;
}
.exp_option {
	background-color: #f1ffef;
	padding: 4px;
	border: 1px solid #afc294;
}
.exp_option h5 {
	padding: 0px;
	margin: 0px;
	font-size: medium;
}

.unmastered {
	background-color: #fcf9f6;
	padding: 0px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 10px;
	border-width: 1px;
	border-color: #edebd9;
	border-style: solid;
	text-align: left;
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 
	border-radius:4px;
}
.mastered {
	background-color: #f5fcf3;
	padding: 0px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 10px;
	border-width: 1px;
	border-color: #ededed;
	border-style: solid;
	text-align: left;
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 
	border-radius:4px;
}
.unmastered h3, .mastered h3, .unmastered h4, .mastered h4 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 4px;
}
.unmastered h4, .mastered h4 {
	font-size: 14px;
}

.leftcolList {
	border-right-width: 1px;
	border-right-color: #dddddd;
	border-right-style: solid;
	padding-top: 8px;
}
.leftcolList li {
	margin: 0px;
	padding: 8px;
	padding-right: 0;
	padding-left: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	cursor: pointer;
}
.leftcolList li.selected {
	background-color: #eef2f6;
}
.leftcolList li img {
	margin-left: 8px;
	margin-right: 6px;
}
.leftcolList h3 {
	font-size : 16px;
    color : #606060;
    font-weight : normal;
    padding: 0px !important;
    padding-bottom: 2px;
    margin: 0px !important;
}
.cpoListerArtistBox {
	background-color: #f7f6fc;
	padding: 10px;
	padding-top: 12;
	padding-bottom: 12px;
	margin-bottom: 10px;
	margin-left:8px;
	margin-right:0;
	border-width: 1px;
	border-color: #ededed;
	border-style: solid;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.cpoListerArtistBox img.us_profileimg {
	max-width: 80px;
}