/* colorize */
/* big div sections */
@import url('rate.css');
@import url('trackback.css');
@import url('upload_menu.css');

.upload {
    /*margin: 15px 0px 4px 0px; */
    padding: 4px;
    border-bottom: 1px solid #63ff3b;
}
.upload_name {
	font-size: 100%;
}
.upload_avatar {
    width: 95px;
    height: 95px;
    float: left;
    margin-right: 8px;
}
.upload_info {
    width: 340px;
    float: left;
}
#remix_info {
    width: 250px;
    float: left;
	margin-left: 12px;
    margin-top:15px;
}
.list_menu {
    float: left;
    width: 75px;
	border: 1px dotted;
	padding: 4px 0px 0px 4px;
	margin-right: 4px;
}

/* other stuff */

.lic_link {
    float: right;
    margin-right: 12px;
}
.upload_date {
    color: #888;
}
.list_menu a {
    display: block;
	margin-bottom: 4px;
}
.remix_link {
    font-weight: bold;
}
.remix_more_link {
    font-style: italic;
}
#remix_info h2 {
 	text-transform: lowercase;
	letter-spacing: 0.3em;
	display: block;
	text-align: left;
	border-bottom: 1px solid #AAA;
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-size: 11px;
	font-weight: normal;
}
.playerdiv {
    white-space: nowrap;
}
.playerlabel {
    display: block;
    float: left;
}

.taglinks {
   padding: 5px;
}

div#user_tags_filter {
	margin-left: 3%;
}
div#user_tag_target {
	display: inline;
}
a.upload_flag {
	float: right;
	margin-right: 12px;
}

a.upload_review_link {
	padding-left: 14px;
	height: 13px;
	background: url('../images/comments.gif') top left no-repeat;
	
}

a.instareview_btn {
	text-decoration: none;
	background: url('../images/pencil.png') top left no-repeat;
	width: 16px;
	height: 16px;
	display: block; 
	float: right;
	margin-right: 4px;
}

a.instareview_btn:hover {
	text-decoration: none;
	background: url('../images/pencil_add.png') top left no-repeat;
}

.review_pre {
	width: 475px;
	height: 150px;
	margin: 0px auto;
	overflow: scroll;
	background-color: white;
}
.review_pre_user {
	font-weight: bold;
	margin: 1em 0px 0px 0px;
}
.review_pre_date {
	font-style: italic;
	color: #777;
}
.review_pre_text {
	width: 410px;
	margin: 4px auto;
	padding-left: 1.5em;
}

