
/*****************
DETAILS

**************/

#container { position:relative; height:20px;display: block; width: 230px; }
#container > * { position:absolute; height:20px; margin-top: 0px; left:0; top:0; }

#loader {display:none;padding-left:20px; background:url(Images/crystal-arrows.gif) no-repeat center left;}
#successmessage { display: none; font-size: bold;}

#mediaDetails { padding: 0px 7px 7px 7px; }

#MediaDescription, #MediaShortDescription
{
	width: 430px;
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#MediaShortDescription { font-weight: bold;}


#mediaDetails  #title1 {
 display: block;
/* height: 22px; */
 width: 90%;
}

.content_title {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

#VideoPane,
#VideoPane_Wrapper
{
	width: 430px;
	margin-top: 0px;
}

#detail-box
{
	background-color: #D6D6D3;
	border: 1px solid #8F8D8D;
	width: 416px;
	padding: 6px;
	min-height: 100px;
}

* html #detail-box
{
	min-height: 85px;
	width: 430px;
	margin: 0pxM
}

#detail-box .left
{
  float: left;
  margin-right: 10px;
}


#detail-box li
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left: 0px;
}

#detail-box ul li
{
	margin-bottom: 3px;
}

#ExternalCode
{
	width: 427px;
	font-weight: normal;
}

#ExternalCode h3 { color:#666666; font-size:1.1em; font-weight:bold; margin:0 0 5px }

#mediacomments 
{
    background: none repeat scroll 0 0 #D6D6D3;
	border: 1px solid #8F8D8D;
    max-width: 416px; /*500px;*/
    padding: 10px;
	margin: 24px 0 0 0;
}

#mediacomments h3
{ 
    color: #000000;
    font-size: 16px;
    margin-bottom: 25px;
}

#mediacomments .commentsubject
{
}


#mediacomments ul {
    list-style: none outside none;
}

.commentlist .children {
    margin-bottom: 10px;
}

li.comment {
    background: none repeat scroll 0 0 transparent;
    list-style: none outside none !important;
    margin: 0 !important;
    padding-left: 0 !important;
}

.commentlist .commentbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #8F8D8D;
    margin-bottom: 10px;
    min-height: 80px;
    overflow: hidden;
    padding: 15px; /* 150px 15px 15px; */
    position: relative;
}

.commentbox .commentcommands
{
    display: block;
    margin: 28px 0 0 0;
}

/* .commentlist .children > li */
.commentlist .children li {
    background: url("images/li-left.png") no-repeat scroll 0 20px transparent;
    border-left: 1px solid #8F8D8D;
    list-style: none outside none;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 30px !important;
}

.commentlist .commentmeta {
    color: #989898;
    margin: 0 0 24px 0;
}

#addcommentform 
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DFDFDF;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 15px;   
}

#addcommentform  p { width: 100%; }

#addcommentform textarea {
    background: none repeat scroll 0 0 #FDFDFD;
    border: 1px solid #D6D6D6;
    font-size: 12px;
    padding: 6px 3px;
    width: 100%;
}

#addcommentform label {
    color: #5D5D5D;
    display: block;
    font-family: Helvetica,Arial;
    font-size: 13px;
    padding-bottom: 10px;
}

#addcommentform input {
    background: none repeat scroll 0 0 #FDFDFD;
    border: 1px solid #D6D6D6;
    font-size: 12px;
    padding: 6px 3px;
    width: 100%;
}

#addcommentform .parentid { display: none; }

