/* common things */

* { 
    margin: 0px; 
    padding: 0px; 
}

.classic a:hover {
    color: #cc3366;
    text-decoration: none;
}

dl.tabs dd, .block .content, .tab_data {
    overflow: hidden; 
    zoom: 1;
}

.block h1.title a.tab {
    float: left; 
    display: block;
}

.block h1.title a.tab span {
    display:block; 
    float: left; 
    cursor: pointer;
}

span.sort .selected {
    font-weight: bold;
}


/* CSS footer */

.footer_new {
	overflow: hidden;
}

.footer_new a:link,
.footer_new a:visited,
.footer_new a:active,
.footer_new a:hover{
    color: #003399; 
	text-decoration: underline;
}

.system {
    font-size: 11px;    
}

a.red:link, a.red:active, a.red:hover, a.red:visited {
	color: red;
}

.hblock {
    margin: 0px 1%;
    clear: both;
} 

.hblock.bottom {
    padding-bottom: 30px;
}    

.floathack {
    height: 1%;
}

.line {
    height: 16px;
	background: url(/img/footer/orange.gif) 0 50% repeat-x;
}

.ontop {
	font-weight: bold;
	margin-top: 30px;
}

.mark {
	background: url(/img/footer/marker_podv.gif) no-repeat center left;
	padding-left: 11px;
	margin-left: 5px;
}

.copy {
	margin-right: 12px;
	color: #333333;
}

/* popup images */
#picpvimg {
    padding: 5px;
    background: white;
    border: black 1px solid;
}

/* photo gallery script */
#popupwnd, 
div.popupwnd {
    position: fixed;
    border: 1px solid black;
    background-color: #ffffff;
    cursor: default;
    padding: 10px;
    z-index: 101;
}

iframe.popupwnd {
    position: absolute;
    border: 0;
    background-color: #ffffff;
    cursor: default;
    padding: 10px;
    z-index: 100;
}

#popupwnd div.header, 
div.popupwnd div.header {
    overflow: hidden;
    height: 30px;
    z-index: 102;
}

div.popupwnd div.waiting{
    background-image: url(/img/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 300;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height:100%;
}

#popupwnd a.browse, #popupwnd a.browse:link, #popupwnd a.browse:active, #popupwnd a.browse:visited,
div.popupwnd a.browse, div.popupwnd a.browse:link, div.popupwnd a.browse:active, div.popupwnd a.browse:visited
 {
    float: left;
    width: 40px;
    height: 27px;
    background-color: rgb(204,204,204);
    margin-left: 2px;
    text-decoration: none;
}

#popupwnd a.browse:hover,
div.popupwnd a.browse:hover {
    background-color: rgb(154,204,204);
}

#popupwnd .next,
div.popupwnd .next {
    width: 40px;
    height: 27px;
    background-image: url(/img/button_next.png);
    border: 0;
    margin: 0;
    padding: 0;
    z-index: 200;
    cursor: pointer;
}

#popupwnd .prev,
div.popupwnd .prev {
    width: 40px;
    height: 27px;
    background-image: url(/img/button_prev.png);
    border: 0;
    margin: 0;
    padding: 0;
    z-index: 200;
    cursor: pointer;
}

#popupwnd span.title,
div.popupwnd span.title {
    float: left;
    height: 27px;
    margin-left: 16px;
    margin-top: 6px;
    color: rgb(102, 102, 102);
    font-size: 11px;
}

#popupwnd a.close, #popupwnd a.close:link, #popupwnd a.close:active, #popupwnd a.close:visited,
div.popupwnd a.close, div.popupwnd a.close:link, div.popupwnd a.close:active, div.popupwnd a.close:visited {
    float: right;
    height: 27px;
    margin-right: 2px;
    margin-top: 4px;
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}


#popupwnd a.close:hover,
div.popupwnd a.close:hover {
    color: rgb(154,204,204);
}

.avatar {
    width: 75px;
    height: 75px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}

#blackout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background-image: url(/img/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 100;
    cursor: wait;
	_position: absolute;
	/*top: expression(document.getElementsByTagName( 'body' )[0].scrollTop + "px");*/
}

.one-small-recipe {
	overflow:hidden;
	zoom:1;
	border-bottom: 1px dotted #ACACAC;
	padding:5px 0;
	margin-top:5px;
}

.last-recipe {
	border-bottom:none;
}

a.pale{
    text-decoration: none;
    color: #A1A1A1;
}

.one-small-recipe .small-photo {
	float:left;
	margin-right:10px;
}

.teasers_list a{ text-decoration: none; display: block;}
.teasers_list .one_teaser a{ -height: 50px; min-height: 50px; }
.teasers_list a:hover{text-decoration: underline;}
.teaser_square{ overflow: hidden; }
.teaser_square img{ float: left; margin-right: 7px; height: 50px;}
.teaser_separator{ height: 8px; }
.teasers_list .one_teaser{
    border: 1px solid #DFE3E8;
    background-color: #E8EFFD;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.teasers_list{}



.soc_accounts{ padding: 10px;}
.soc_accounts a.socbtn{
    width: 32px;
    height: 32px;
    display: block;
    padding: 2px 0 0 35px;
    font-size:18px;
    text-decoration: none;
}

.soc_accounts a.vkontakte {
    background: url("/img/my/static/account_vkontakte.png") no-repeat scroll 0 0 #FFFFFF;
}
.soc_accounts a.facebook {
    background: url("/img/my/static/account_facebook.png") no-repeat scroll 0 0 #FFFFFF;
}
.soc_accounts a.twitter {
    background: url("/img/my/static/account_twitter.png") no-repeat scroll 0 0 #FFFFFF;
}
.soc_accounts a.google {
    background: url("/img/my/static/account_google.png") no-repeat scroll 0 0 #FFFFFF;
}
.soc_accounts a.mail_ru {
    background: url("/img/my/static/account_mail_ru.png") no-repeat scroll 0 0 #FFFFFF;
}
.soc_accounts a.odnoklassniki {
    background: url("/img/my/static/account_odnoklassniki.png") no-repeat scroll 0 0 #FFFFFF;
}

a.fileByCategory{
    font-size : 22px;
    display: inline-block;
    float: right;
    color: #0099CC !important;
}

a.fileByCategory:hover{
    text-decoration: none;
}

