@import url('header.css');
@import url('navigation.css');
@import url('small_content.css');
@import url('main_content.css');
@import url('article.css');
@import url('footer.css');
@import url('poll_results.css');
@import url('archive.css');
@import url('gadgets.css');
@import url('simple.css');
@import url('/static/bg/shared/css/header_brand_microsites.css');

/* START: Reset CSS  */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal; 
	margin: 0; 
	padding: 0; 
}

body { 
	background: #000000 url(/static/bg/shared/img/branding_svetovno.jpg) no-repeat center 0px;
}

html { background: url(/static/bg/microsites/profm/img/tile.jpg) center #ffffff }

body {
	 background: #9BECFD url(/static/bg/microsites/profm/img/backgrounds/branding_profm_02.jpg) no-repeat center 24px !important;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

fieldset, img, abbr, acronym {  
	border: 0; 
}

a:active, a:focus { 
	outline: 0;
}

address, caption, cite, code, dfn ,th, var { /*, em*/
	font-style: normal;
	font-weight: normal; 
}

ol, ul { 
	list-style: none;
} 

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END: Reset CSS */

a {
	color: #349dc3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* START: Main positions */
#container {
	width: 899px;
	margin: 0 auto;
	/* background: url(/static/bg/microsites/profm/img/backgrounds/site_background.jpg) no-repeat #f7f7f7;  */
	background: transparent url(/static/bg/microsites/profm/img/backgrounds/profm_white_bgr.gif) no-repeat 0 220px ;
}

#header {
	position: relative;
	width: 899px;
	height: 215px;
	margin: 0;
}

#navigation {
	width: 899px;
	background: url(/static/bg/microsites/profm/img/backgrounds/navigation_background.jpg) no-repeat;
}

#content {
	/*float: left;*/
	width: 872px;
	margin: 0 0 0 14px;
}

#content #main_content {
	float: left;
	width: 551px;
	margin: 0;
}

#content #small_content {
	float: right;
	width: 300px;
}

#footer {
	width: 872px;
	background: #fff;
	margin: 0 0 0 14px;
}
/* END: Main positions */

/* START: Breadcrumb */
.breadcrumb { display: none;}

.breadcrumb .breadcrumb_primary {}

.breadcrumb .breadcrumb_secondary {}

.breadcrumb .breadcrumb_content {}

.breadcrumb .breadcrumb_content li {}

.breadcrumb .breadcrumb_content li:first-child {}

.breadcrumb .breadcrumb_content li a {}

.breadcrumb .breadcrumb_content li a:hover {}
/* END: Breadcrumb */

/* START: Textual content (simple background) */
.textual_content {
	width: 551px;
	overflow: hidden;
}

.textual_content .textual_content_primary {
	display: none;
}

.textual_content .textual_content_secondary {
	display: none;
}

.textual_content .textual_content_content {
	width: 551px;
	padding: 1px 0 1px 0;
}
/* END: Textual content (simple background) */

/* START: Media */
/* START: Media box basic */
.media_box {
	width: 521px;
	color: #000;
	background: #ebebeb;
	margin: 10px auto;
	padding: 3px 3px 3px 3px;
}

.media_box a {
	color: #cb102f;
	text-decoration: underline;
}

.media_box a:hover {
	color: #cb102f;
	text-decoration: none;
}

.media_box .media_box_primary {
	display: none;
}

.media_box .media_box_secondary {
	display: none;
}

.media_box .media_box_content {
	padding: 0px;
}

.media_box .media_box_content h2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.media_box .media_box_content h3 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0 6px 0;
}
/* END: Media box basic */

/* START: Media video */
.media_box .media_box_content .player {
	margin: 0;
}

.media_box .media_box_content input {
	width: 464px;
	font-size: 11px;
	margin: 0 0 0 7px;
}
/* END: Media video */

/* START: Media related videos */
.media_box .media_box_content li {
	float: left;
	width: 120px;
	font-size: 11px;
	color: #fff;
	margin: 4px 0 0 7px;
}

.media_box .media_box_content li h3 {
	font-size: 12px;
	color: #3993b3;
}

.media_box .media_box_content li h3 a {
	color: #3993b3;
	text-decoration: none;
}

.media_box .media_box_content li h3 a:hover {
	text-decoration: underline;
}

.media_box .media_box_content li .media_box_time {
	font-size: 11px;
	color: #33183f;
	font-weight: normal;
}
/* END: Media related videos */
/* END: Media */

/* START: Others */
.clear { clear: both; height: 1px; overflow: hidden }

.embed_video { margin: 7px 0 0 0; }

.divider7px_horizontal {
	height: 7px;
	clear: both;
}

.divider7px_vertical {
	float: left;
	width: 7px;
	height: 1px;
}
/* END: Others */

/* START: Page lister */
.pagelister {
	padding: 0 0 0 30px;
	margin: 8px;
}

.pagelister .normal {
}
/* END: Page lister */
