﻿.setWidth, .inner
{
    width: 986px;
}

.topBanner
{
    margin-bottom: 15px;
}

.column 
{
    float: left;
}

.left.column
{
    width: 270px;
    margin-right: 26px;
}

.middle.column
{
    width: 378px;
    margin-right: 26px;
}

.right.column
{
    width: 286px;
}

/* left toggle block -> */
	.left .toggleBlock 
	{
		width: auto;
		margin-bottom: 10px;
	}

	.left .toggleBlock .name a
	{
		font-weight: bold;
		color: #0063e2;
		text-decoration: none;
	}

	.left .toggleBlock .info a
	{
		text-decoration: none;
		color: #000;
	}

	.left .toggleBlock .total 
	{
		float: right;
	}

	.left .toggleBlock .caption 
	{
		margin: 0;
	}

	.left .toggleBlock .container 
	{
		padding: 0 15px;
	}
/* <- left toggle block */

/* news -> */
	.titledBlock.newsContainer .title 
	{
		padding: 0px;
	}
	
	.firstNews .right 
	{
		width: auto;
	}

	.firstNews .right .title,
	.firstNews .right .info
	{
		padding-left: 75px;
		width: auto;
	}

	.firstNews .right .date
	{
		margin-top: 5px;
	}

	.firstNews .right .title 
	{
		line-height: 1;
		height: auto;
	}

	.firstNews .right .title a
	{
		text-decoration: none;
	}

	.firstNews .text 
	{
		margin-top: 25px;
		margin-bottom: 5px;
	}

	.newsContainer .news .item
	{
		margin-bottom: 5px;
	}
/* <- news */

/* sale of the day -> */
	.saleOfTheDay .container,
	.saleOfTheDay b,
	.saleOfTheDay .head,
	.saleOfTheDay .body {
		background-color: #e1f5d1;
	}
/* <- sale of the day */

/* project of the day -> */	
	.projectOfTheDay .container,
	.projectOfTheDay b,
	.projectOfTheDay .head,
	.projectOfTheDay .body {
		background-color: #ffefc9;
	}
/* <- project of the day */

/* hub of the day -> */	
	.hubOfTheDay .container,
	.hubOfTheDay b,
	.hubOfTheDay .head,
	.hubOfTheDay .body {
		background-color: #c6edf7;
	}
/* <- hub of the day */

/* person of the day -> */	
	.personOfTheDay .container,
	.personOfTheDay b,
	.personOfTheDay .head,
	.personOfTheDay .body {
		background-color: #c6edf7;
	}
/* <- person of the day */

/* agenda -> */
	.agenda
	{
		margin-top: 10px;
	}
	
	.agenda .title
	{
		font-size: 18px;
	}
	
	.agenda .item 
	{
		margin-top: 10px;
		border-bottom: solid 1px #c0c0c0;
		padding-bottom: 5px;
	}
	
	.agenda .item .time 
	{
		float: left;
		width: 80px;
		padding: 5px 10px;
		background-color: #ec9e08;
		color: #fff;
		font-weight: bold;
		margin-right: 15px;
	}
	
	.agenda .item .title
	{
		font-size: 12px;
		font-weight: bold;
		margin-left: 115px;
	}
/* <- agenda */

.translationsMap 
{
    width: 378px;
    height: 354px;
    background: url("/content/images/kreatovo/translations_map.png") no-repeat top left;
    position: relative;
}

.translationsMap .marker
{
    position: absolute;
    width: 40px;
    height: 34px;
    cursor: pointer;
}

.translationsMap .marker.normal 
{
    background: url("/content/images/kreatovo/marker_live_gray.gif") no-repeat top left;
}

.translationsMap .marker.high 
{
    background: url("/content/images/kreatovo/marker_live_red.gif") no-repeat top left;
}

.translationsMap .popup 
{
    position: absolute; 
}

.translationsMap .popup .topLeft
{
    background: url('/content/images/kreatovo/translation_popup_tl_bg.png') no-repeat top left;
    padding-left: 5px;
}

.translationsMap .popup .topRight
{
    background: url('/content/images/kreatovo/translation_popup_tr_bg.png') no-repeat top right;
    padding-right: 5px;
}

.translationsMap .popup .line 
{
    background-color: #ff000c;
    height: 5px;
}

.translationsMap .popup .bottomLeft
{
    background: url('/content/images/kreatovo/translation_popup_bl_bg.png') no-repeat bottom left;
    padding-left: 5px;
}

.translationsMap .popup .bottomRight
{
    background: url('/content/images/kreatovo/translation_popup_br_bg.png') no-repeat bottom right;
    padding-right: 5px;
}

.translationsMap .popup .content 
{
    background-color: #ff000c;
    color: #fff;
}

.translationsMap .popup .content .label 
{
    font-weight: bold;
}

.translationsMap .popup .content .close 
{
    width: 7px;
    height: 7px;
    background: url("/content/images/kreatovo/translation_popup_close_button_bg.png") no-repeat;
    float: right;
}

/* last video -> */
    .videoToggleBlock
    {
        margin-top: 10px;
        color: #fff;
    }

    .videoToggleBlock a
    {
        color:  #fff;
    }

    .videoToggleBlock .container,
    .videoToggleBlock b,
    .videoToggleBlock .head,
    .videoToggleBlock .body {
        background-color: #546f2c;
    }

    .videoToggleBlock .head span
    {
        float: right;
        font-size: 12px;
        display: block;
        margin-top: 4px;
    }

    .videoToggleBlock .head span a 
    {
        color: #fff;
        text-decoration: none;
    }

    .videoToggleBlock .video 
    {
        float: left;
        margin-right: 6px;
        text-align: center;
        width: 105px;
    }

    .videoToggleBlock .video img
    {
        border: solid 1px #a7b492;
    }
/* <- last video */

/* last albums -> */
    .albumsToggleBlock
    {
        margin-top: 10px;
        color: #fff;
    }

    .albumsToggleBlock a
    {
        color:  #fff;
    }

    .albumsToggleBlock .container,
    .albumsToggleBlock b,
    .albumsToggleBlock .head,
    .albumsToggleBlock .body {
        background-color: #c1a800;
    }

    .albumsToggleBlock .head span
    {
        float: right;
        font-size: 12px;
        display: block;
        margin-top: 4px;
    }

    .albumsToggleBlock .head span a 
    {
        color: #fff;
        text-decoration: none;
    }

    .albumsToggleBlock .album 
    {
        float: left;
        margin-right: 6px;
        text-align: center;
        width: 105px;
    }

    .albumsToggleBlock .album img
    {
        border: solid 1px #e0d480;
    }
/* <- last albums */
