﻿@charset "utf-8";

#PortalLeftColumn{
  width:230px;
  float:left;
  }
  
#PortalRightColumn{
  padding:10px 0 0 0;
  width:640px;
  float:left;
  }
  
#PortalRightAreaLeft{
    float:left;
    width:405px;
}
#PortalRightAreaRight{
    float:left;
    width:225px;
}

.portalLeftArea{
    position: relative;
    top:-120px;
    width:200px;
    margin:0 auto;
    }

/* **************************************************************-************************************************************** */

.portalWrap{
    float:left;
    margin:10px 0 0 0;
}

#ShareDiaries h1{
    font-size:1.0em;
    font-weight:normal;
}

/* grayArea */

 .areaWrapGradeDark{
    background: transparent url("/images/interface/grade_dark.gif") repeat-x 0 100%;
    width:400px;
}

 .titleTop{
    background: #B9B9B9 url("/images/interface/waku_title_top.gif") no-repeat 0 0;
    width:400px;
}

 .titleTop h2{
    color:#fff;
    padding-top:4px;
}



 .grayAreaTop{
    background: transparent url("/images/interface/waku_10_top.gif") no-repeat 0 0;
    height:9px;
    width:400px;
}

.grayArea{
    border-left:2px solid #B1B1B1;
    border-right:2px solid #B1B1B1;
    width:396px;
    font-size:1.2em;
}

 .grayAreaBottom{
    background: transparent url("/images/interface/waku_10_bottom.gif") no-repeat 0 100%;
    height:9px;
    width:400px;
}

/* grayArea_half */
 .areaWrapGradeDark_half{
    background: transparent url("/images/interface/grade_dark.gif") repeat-x 0 100%;
    width:200px;
}

 .titleTop_half{
    background: #B9B9B9 url("/images/interface/waku_title_top.gif") no-repeat 0 0;
    width:200px;
}
 .titleTop_half_right{
    background: #B9B9B9 url("/images/interface/waku_title_top.gif") no-repeat 100% 0;
    width:200px;
}

 .titleTop_half_right h2,
 .titleTop_half h2{
    color:#fff;
    padding:4px;
}

 .titleTop_half h2 a{
     color:#FFF;
     background: transparent url("/images/icon/list_primary.png") no-repeat 0 50%;
     padding-left:15px;
}

 .titleTop_half .titleheight{height:20px;}
 
 .grayAreaTop_half{
    background: transparent url("/images/interface/waku_10_top.gif") no-repeat 0 0;
    height:9px;
    width:200px;
}

.grayArea_half{
    border-left:2px solid #B1B1B1;
    border-right:2px solid #B1B1B1;
    width:196px;
    font-size:1.2em;
}

 .grayAreaBottom_half{
    background: transparent url("/images/interface/waku_10_bottom_half.gif") no-repeat 0 100%;
    height:9px;
    width:200px;
}

/* grayArea parts */
.grayArea ul,
.grayArea_half ul{
    padding:5px;
}
.grayArea li,
.grayArea_half li{
    clear:both;
    text-align:left;
    margin-bottom:10px;
}



/* **************************************************************-************************************************************** */

#DiaryGallary p{
    float:left;
	background:#FFF;
	border:1px solid;
	border-color:#EEE #999 #999 #EEE;
	padding:1px;
	margin:3px;
}

#DiaryGallary p:hover{
	border-color:#FF9ABB #DD86A4 #DD86A4 #FF9ABB;
}

#DiaryGallary span a{
    display:block;
    padding:10px;
    width:100px;
    height:57px;
    background: transparent url("/images/tmp/diary.png") no-repeat 50% 50%;
}

#PortalQA .answer{
    clear:both;
    background:url(/images/interface/answer.gif) no-repeat 0 100%;
    padding:6px 0 5px 20px;
}

#PublishDiaries .morelink{
    text-align: right;
    padding-right:23px;
    margin-right:5px;
}

/* **************************************************************-************************************************************** */

.ponuda-box h2{
    background:url(/images/interface/boxPink_top.gif) no-repeat 0 10px;
}
.ponuda-box span{
    background:#aaa;
    padding:2px 5px;
}
.ponuda-box {
    width:444px;
    background:url(/images/interface/boxPink_bot.gif) no-repeat 0 100%;
}
/*
<div class="ponuda-box">
<h2><span>A</span></h2>
 <p>B</p> 
</div>
*/
