/* 
    Document   : views
    Created on : 22.10.2011, 12:37:00
    Author     : alexd
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/*блоки на главной*/
.views-field-field-image-fid{
    float: left;
    padding-top:11pt;
	margin: 3px 3px 0 0;
}
.views-field-title a h3 {
	padding-top:11pt;
	color: #3E81A8;
    text-decoration: none;
}
.views-field-title h3{
    font-size: 11pt;
}
.views-field-teaser{
    font-size: 11pt;
    color: black;
}

#block-views-newspanel_pane_1 .art-blockcontent-body {
    padding: 0;
}
#block-views-newspanel_pane_1 .art-blockcontent{
    border: none;
}

#block-views-newspanel_pane_1 .art-blockheader h3.t, 
#block-views-news-block_1  .art-blockheader h3.t,
#block-views-news-block_2  .art-blockheader h3.t,
#block-block-1 .art-blockheader h3.t{
    text-shadow:none;
    color: black;
    background: url('../images/bg/block_header_yellow.png') right 0 no-repeat;
}

#block-aggregator-category-1 .art-blockheader h3.t{ 
    background: url('../images/bg/block_header_darkgreen.png') right 0 no-repeat;
}
#block-menu_block-1 .art-blockheader h3.t{
    background: url('../images/bg/block_header_blue.png') right 0 no-repeat;
}
#block-menu_block-1 .art-blockcontent-body ul li{
  background-image: url('../images/block_bullets_blue.png');
}

#block-currencies-0 .art-blockheader h3.t{
    background: url('../images/bg/block_header_lilac.png') right 0 no-repeat;
}

.view-news .views_slideshow_singleframe_main .views-field-teaser{
    position: relative;
    top: -50px;
    left: 10px;
    color: white;
    font-size: 9pt;
    width: 560px;
}

.view-news .views_slideshow_singleframe_main .views-field-teaser a{
    color: white;
    text-decoration: underline;
}