/* CSS Document 
Autor: Liviu Jurubita
juru@protv.ro 
copyright PRO TV S.A. 2010
*/

body{
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:62.5%;
	margin:0;
	padding:0;
}

img, ul, ol, li, h1, h2, h3 {border:0; margin:0; padding:0;}

a{
	text-decoration:none;	
}

a:hover{
	text-decoration:underline;	
}

.clear{
	clear:both;	
	float:none;
	height:0px;
	overflow:hidden;
}



/* clearfix --------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


.container{
	margin:0px auto;
	width:100%;	
}

/* START HEADER
------------------*/
.headerTop, .banner728x90, .meniu, .plusMinus, .comentariiLeft, .comentariiRight, .whiteLeft2Cols, .whiteRight, .paginationControl, .tagCloudTop, .tagCloud, .tagCloudBottom, .mediaprolinks, .footer{
	visibility:hidden;
	display:none;
}

.breadcrumbs {
border-bottom:1px dotted #CCCCCC;
display:block;
height:20px;
margin:0 20px;
padding-top:10px;
}

.breadcrumbs li {
	color:#999;
	display:block;
	float:left;
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
	font-weight:bold;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-right:10px;
}

.articleBar{
	border-bottom:1px dotted #CCCCCC;
	color:#999;
	font-family:Verdana,Geneva,sans-serif;
	font-size:10px;
	line-height:16px;
	margin:0 20px 10px;
	padding:12px 0;
}

.whiteLeft2ColsCategory h1 {
	color:#000;
	font-family:Verdana,Geneva,sans-serif;
	font-size:2.8em;
	font-weight:normal;
	margin:15px 20px;
}

.whiteLeft2ColsCategory .lead, .whiteLeft2ColsCategory .lead p {
	color:#000;
	font-family:Verdana,Geneva,sans-serif;
	font-size:1.6em;
	font-weight:bold;
	line-height:1.4em;
	margin:15px 20px;
}

.contentArticle{
	color:#000;
	font-family:Verdana,Geneva,sans-serif;
	font-size:1.2em;
	font-weight:normal;
	line-height:1.4em;
}

.dotUp {
	border-top:1px dotted #CCCCCC;
	margin:10px 20px 0;
	padding:15px 0;
}

.copyright{
	display:block;	
}