/* CLASES STARTS */
#LeftContent .InfoBox {
	padding: 0 10px 0 10px;
	background: none;
}
.InfoBox a {
	color: #0CF;
}
.InfoBox a:hover {
	color: #FFF;
}

span.obligarory {
	color: #F00;
	font-weight:bold;


}

.imgBorder {
	background-color: #a4a4a4;
	border: 1px solid #fff;
	padding: 1px;
	max-width: 100px;
}

.imgBorder2 {
	background-color: #a4a4a4;
	border: 1px solid #fff;
	padding: 1px;
}

.bgContent {
	background: url(../images/internal/infobox_bg.jpg) top repeat-x #343434;
}
.downImage {
	background: url(../images/internal/downBox1.png) no-repeat bottom left;
	padding: 0 0 13px 0;
}

.InfoBox .imgBorder {
	float:left;
}
span.titleSpace {
	
}
.eTitle {
	width: 509px;
	float: right;
}
.eTitle2 {
	width: 466px;
	float: right;
}

.eTitle2 h2,
.eTitle h2 {
	padding: 0 0 5px 10px;
}


.topLine {
	border-top: 1px solid #999;
}
.lowLine {
	border-bottom: 1px solid #484848;
}

p.topLine {
	padding: 5px 10px 5px 10px;
}

.eTitle2 p,
.eTitle p {
	border-top: 1px solid #999;
	padding: 3px 0 5px 10px;
	line-height: 16px;
}

/* CLASES ENDS */

.TitleHolder {
	border-bottom: 1px solid #484848;
	padding: 0 0 10px 0;
}

#LeftContent {
	width: 651px;
	float: left;
}

.simpleContent img {
	float: left;
	padding: 5px 15px 15px 0;
	clear: both;
	max-width: 250px;
}
.simpleContent2 img {
	float: left;
	padding: 0 0 15px 0;
	clear: both;
	max-width: 605px;
}

.simpleContent2,
.simpleContent p {
	padding-bottom: 10px;
}

/* RIGHT CONTENT STARTS */
#RightContent {
	width: 272px;
	float: right;
}

#RightContent .InfoBox {
	min-height: 500px;
	background: url(../images/internal/infobox_bg.jpg) top repeat-x #343434;
	padding: 0 10px 0 10px;
}
#RightContent .InfoBox h2 {
	padding-bottom: 15px;
}
#RightContent .InfoBox h3{
	border-bottom: 1px solid #484848;
	border-top: 1px solid #999;
	font-size: 16px;
	color: #fff;
	padding: 10px 0 10px 10px;
	cursor: hand;
	cursor: pointer;
}

/**/

.menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	cursor: hand;
	cursor: pointer;
	background: url(../images/internal/sub_menu.png) no-repeat right;
}

.openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background: url(../images/internal/sub_menu_select.png) no-repeat right;
}

/**/

.InfoBox ul.list li {
	color:#ccc;
}

.InfoBox ul.list li.option {
	border-bottom: 1px solid #484848;
	border-top: 1px solid #999;
	padding: 5px 0 5px 10px;
	font-size: 12px;
	line-height: 14px; /* ------------> 15 */
}

.InfoBox ul.list li.option a {
	line-height: 14px;
	display:block;
	color: #81B8C9;
	padding: 0;   /* ----------------- 0 0 5 0*/
}

.InfoBox ul.list li.option a:hover {
	color: #0CF;
}

.InfoBox ul.list li.entries {
	border-bottom: 1px solid #484848;
	border-top: 1px solid #999;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
}
.InfoBox ul.list li.entries a.entrie {
	background:#000;
	display:block;
	padding: 5px 0 5px 0;
	color: #CCC;
	text-align: center;
}

.InfoBox ul.list li.entries a.entrie:hover {
	color: #09F;
}

/* RIGHT CONTENT ENDS */


/* COMMENTS STARTS */

#CommentsHolder{
	padding: 5px 0 5px 0;
	
}

.UserComment {
	padding: 0 0 5px 0;
}

.UserComment img.imgBorder {
	float: left;
	max-width: 100px;
}

.comment {
	width: 547px;
	float: right;
}

.comment .simpleContent {
	width: 520px;
	float:right;
}

.comment h3 {
	background: url(../images/internal/comment_top.jpg) no-repeat left bottom;
	padding: 8px 0 0 40px;
	line-height: 25px;
	font-size: 16px;
	color: #4c4c4c;
	border: none;
}

.comment h3 span.commentNumber {
	color: #09F;
	font-size: 24px;
}

.InfoComment {
	width: 492px;
	padding: 0 10px 0 10px;
	float: right;
	background: #063;
	border-left: 4px solid #a9a9a9;
	border-right: 4px solid #a9a9a9;
	background: url(../images/internal/comment_bg.jpg) repeat-x bottom;
	min-height: 45px;
}

.InfoComment p {
	color: #333;
}

.InfoComment p.commentDate {
	text-align: right;
	color: #999;
}

.InfoComment a {
	color: #ff6c00;
}

.InfoComment a:hover {
	color: #09F;
}

.comment img.down {
	float:right;
}
/* COMMENTS ENDS */

#CommentsForm {
	color: #333;
}
#CommentsForm p{
	color: #333;
}

#CommentsForm textarea.commentArea {
	width: 638px;
	padding: 5px;
	font-size: 12px;
}

.btnInput  {
	width: 97px;
	height: 24px;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	background: url(../images/default/loginBtn.png) left;
	text-align:center;
}

p.spaceInput {
	padding: 5px 0 5px 0;
}

p.spaceInput2 {
	padding: 0 0 5px 0;
}

.btnInput:hover {
	background-position: right;
	color: #000;
}





/*
#UnlogName,
#UnlogEmail {
	padding: 0;
}
*/
#CommentsForm p.NameUnlog,
#CommentsForm p.EmailUnlog {
	height: 27px;
	line-height: 24px;
	width: 260px;
}

#CommentsForm .UnlogName,
#CommentsForm .UnlogEmail {
	text-transform: none;
	font-size: 11px;
	height: 26px;
	line-height: 24px;
	text-align: left;
	padding: 0 5px 0 0;
}

#CommentsForm input.UnlogName,
#CommentsForm input.UnlogEmail {
	font-size: 12px; 
	color: #414040;
	padding: 0 10px 0 10px;
	float: right;
	display: block;
	border: none;
	margin: 0;
	width: 184px;
	height: 27px;
	background: url(../images/default/login_form_bg.png) no-repeat 0 0;
}

#facebookHold {
	padding: 10px 0 0 0;
	border-top: 1px solid #999;
}

#facebookShow {
	background: #FFF;
	padding: 5px;
}





