/* * template_css.css. Используется для описания * элементов раскладки шаблона, уникальных стилей * * @package     Joostina * @subpackage  templates/NewLine2 * @version     $Id: template_css.css 29-09-2009 12:17 ZaiSL $;
*/
@import "reset.css";
@import "base.css";
@import "modules.css";
@import "menu.css";
@import "components.css";
html {
	height: 100%;
	width: 100%;
}
body.mainpage, body.inside {
	height: auto;
	position: relative;
	text-align: center;
	width: 100%;
}
/*.main_wrap {
	background: url(../images/layout/header_left.png) no-repeat top left;
	padding: 0 0 40px 0;
	position: relative;
	height: auto;
	min-height: 100%;
}*/
.wrapper {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 998px;
}
.header {
	background: url(../images/layout/header.jpg) no-repeat 34% 0px;
	position: relative;
	margin: 0 0 20px 0;
	height:170px;
}

.header_center {
	height: 46px;
	margin: 0 0 0 698px;
	padding: 50px 0 0 0;
	width: 28%;
}
.header_desc {
	position:absolute;
	top:55px;
	height: 70px;
	margin-left:430px;
	width: 250px;
	font: normal 11px/13px "Tahoma";
}
.header_right {
	position: absolute;
	right: 0px;
	top: 15px;
	width: 330px;
}

.header_login {
	position: absolute;
	right: 33px;
	top: 90px;
	width: 1000px;
}

a#logo {
	background: url(../images/logo.png) no-repeat top left;
	cursor: pointer;
	display: block;
	height: 157px;
	left: 0px;
	position: absolute;
	text-decoration: none;
	top: 20px;
	left:20px;
	width: 285px;
}
a.navbar:link, a.navbar:visited {
	margin: 0 10px  0 0;
	text-decoration: none;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a.navbar {
	background: url(../images/layout/arrow.png) no-repeat left;
	padding-left:14px;
	padding-top:0px;
}

.content {
	float:right;
	width: 528px;
	position: relative;
	top:17px;
	right:25px;
}
.col-1 {
	float: left;
	position: relative;
	top:17px;
	left:10px;
	width: 210px;;
}
.col-2 {
	float: right;
	position: relative;
	top:17px;
	right:10px;
	width: 210px;
}
.bottom {
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	padding: 12px 0 12px 0;
	width: 1004px;
}
.footer_text, a.footer_text:link, a.footer_text:visited{
	color:#FFF;
}
.footer {
	background: url(../images/layout/footer_bg.png) repeat-x top left;
	bottom: 0px;
	clear: both;
	position: relative;
	height:135px;
}
a#about {
	background: url(../images/joostina_mini.png) no-repeat top left;
	float: left;
	padding: 0 0 0 38px;
	line-height: 28px;
	margin: 15px 0 0 0;
}
.block_w1, .block_w2, .block_w3 {
	float: left;
	margin: 0 0 10px 0;
	display: inline;
}
.block_w1 {
	width: 98%;
}
.block_w2 {
	width: 48%;
}
.block_w3 {
	width: 32%;
}
.block_w3.w25 {
	width: 25%;
}
.block_w3.w35 {
	width: 35%;
}
.block_w2.w25 {
	width: 25%;
}
.block_w2.w35 {
	width: 70%;
}
.block_w1.w25, .block_w1.w35 {
	width: 95%;
}
/* -----------------------------------------Первый блок (user1, user2, user3) */
.block1 {
	border-bottom: 1px solid #CCC;
	padding: 15px;
	margin: 0 0 15px 0;
	overflow: hidden;
}
.block1 .moduletable {
	padding: 5px 10px 5px 2px;
}
.block1 h3 {
	font-size: 24px;
}
/* -----------------------------------------Второй блок (user4, user5, user6) */
.block2 .moduletable {
	margin: 0 10px 0 0;
	padding: 5px 10px 5px 2px;
}
.block2 h3 {
	background: url(../images/layout/h3_bg.png) no-repeat left;
	color: #777777;
	font-size: 20px;
	padding: 10px 2px 10px 42px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
/* ----------------------------------------Третий блок (user7, user8, user9) */
.block3 {
	background: url(../images/layout/block3_bg_top.jpg) repeat-x top left;
	clear: both;
	overflow: hidden;
	padding: 3px 10px 15px 0;
}
.block3_bottom {
	background: url(../images/layout/block3_bg_bottom.jpg) repeat-x bottom left;
	overflow: hidden;
	padding: 0 0 0 10px;
}
.block3 .moduletable {
	margin: 0 10px 0 0;
	padding: 5px 5px 5px 2px;
}
.block3 h3 {
	color: #626262;
	font-size: 20px;
	padding: 0 0 10px 0;
}
/* -----------------------------------------------------Дополнительные стили */
.marker_round, .marker_round li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.marker_round {
	margin: 10px 0 20px 0;
}
.marker_round li {
	font-size: 11px;
	overflow: hidden;
}
.marker_round strong {
	background: url(../images/layout/ol_big.png) no-repeat top left;
	color: #FFF;
	display: block;
	float: left;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 3px 6px 4px 0;
	text-align: center;
	width: 30px;
}
a.readmore_big {
	display: block;
	width: 195px;
	color: #404040;
	font-size: 18px;
}
a.news:link, a.news:visited{
	float:right;
	color:#AD0707;
	text-decoration:underline;
	background-image: url(../images/elements/jc_blog.gif);background-repeat: no-repeat;
	padding-left:15px;
}
a.news:hover{
	text-decoration:none;
}

/* ---------------------------------Маркированный список с большими маркерами */
ul.bigred {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.bigred li {
	background: url(../images/layout/big_marker.png) no-repeat top left;
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0 0 0 40px;
}

.highlight{
	color: red;
}
