/*
 * Global
 */
 
 #atff {display: none !important;}
 
body, html {
	background: white url(../images/public/inner-body.gif) repeat-x 0px 95px;
	font: 12px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	color: #000000;
}
 
body.application {
	background: white url(../images/public/body.jpg) repeat-x 0px 363px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
}

h2 {
	font-size: 18px;
	font-family: Georgia;
	color: #1ca4cf;
}

hr {
	color: #e1e1e1;
	background: #e1e1e1;
	line-height: 1px;
	height: 1px;
	border: 0px;
	border-bottom: 1px solid #ffffff;
}

.top15 {
	margin-top: 15px;
}

input,
textarea,
button {
	font-size: 11px;
}

a {
	color: #000000;	
}

.clear {
	clear: both;
}

.hide {
	display: none;	
}


/*
 * Master elements
 */
 
#wrapper {
	width: 980px;
	margin: 0 auto;
}

#logo {
	float: right;
	width: 245px;
}

#logo span {
	background: #676767;
	padding-left: 20px;
	display: block;
	height: 33px;
	line-height:15px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

.head_accent {
	width: 730px;
	height: 250px;
	border-right: 1px dashed #CBCBCB;	
	position: relative;
	overflow: hidden;
	float: left;
	/*new*/
	top: -14px;
	overflow: visible;
}

.info_wrapper {
	float: right;
	width: 347px;
}

body.application .header {
	height: 363px;
	overflow: hidden;
}

.head_accent img.bigimage {
	float: left;
	margin-right: 5px;
	cursor: pointer;
}

.head_accent span ,
.head_small_accent span {
	font-size: 10px;
	color: #1ca4cf;
	display: block;
}

.head_accent h1 {
	font-size: 34px;
	font-family: Georgia;
	margin-bottom: 10px;
}

.head_accent h1 a {
	text-decoration: none;
	line-height: 30px;
	display: block;
}


.head_accent p {
	height: 75px;
	overflow: hidden;
	font-size : 14px;
}

.head_accent ul {
	padding-top: 15px;
	border-top: 1px dashed #ebebeb;
	/*margin: 15px 20px 0px 0px;*/
	/*margin: 15px 25px 0 378px;*/
	position: absolute;
	bottom: -6px;
	right: 12px;
}
.head_accent li {
	float: left;
	margin-right: 4px;
	position: relative;
}

.head_accent li.selected{
	top:-5px;
}

.head_accent li a img {
	border: 1px solid #ebebeb;
	width : 78px;
}

.head_accent li.last {
	margin-right: 0px;
}

.head_small_accent {
	float: right;	
	width: 240px;
	overflow: hidden;
}

.head_small_accent a {
	text-decoration: none;
	font-size: 16px;
}

.head_small_accent a:hover {
	text-decoration: underline;
}

.head_small_accent img {
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}

.head_small_accent div {
	clear: left;
	overflow: hidden;
	width: 240px;
	height: 105px;
	margin-top: 5px;
}

.head_small_accent div.first {
	border-bottom: 1px dashed #DBDBDB;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#menu {
	float: left;
	/*background: #1ca4cf;*/
	width: 980px;
}

#menu li {
	float: left;
	background: url(../images/public/separator.jpg) no-repeat right center;
	padding-right: 10px;
	padding-left: 10px;
	height: 32px;
	line-height: 32px;
}

#menu li.last {
	background: none;
}

#menu li.search{
	position: relative;
	top: 7px;
	float: right;
	padding-right: 0px;
}

#menu li.search input {
	float: left;
	width: 213px;
	height: 18px;
	border: 1px solid black;
}

#menu li a {
	color: #ffffff;
	font-size: 15px;
	font-family: Georgia;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#menu li a.active {
	background: url(../images/public/active.jpg) no-repeat center bottom;
}

#menu li.search a {
	width: 86px;
	float: left;
	height: 20px;
	line-height: 20px;
	text-align:center;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	color: #515151;
	background: url(../images/public/search.jpg) no-repeat left top;
}

/*
 * Page elements
 */


/* Text boxes */
.text {
	margin-top: 10px;
}

	.text strong {
		font-weight: bold;
	}
	
	.text em {
		font-style: italic;
	}
	
	.text p {
		/*text-indent: 5px;*/
		padding-bottom: 5px;
	}
	
	.text h1,
	.text h2,
	.text h3 {
		font-size: 17px;
		padding-bottom: 5px;
	}
	
	.text h4 {
		font-size: 15px;
	}
	
	.text h5 {
		font-size: 14px;
	}
	
	.text h6 {
		font-size: 12px;
	}

#content {
	margin-top: 40px;
	position: relative;
}

.application #content {
	margin-top: 25px;
}	

#breadcrumbs {
	width: 100%;	
	margin-top: 1px;
	clear: both;
}

#breadcrumbs li {
	float : left;
	background: #666666 url(../images/public/breadcrumb.gif) no-repeat left center;	
	
	padding-left: 20px;
	padding-right: 10px;
}

#breadcrumbs li.home {
	background: none;
}
#breadcrumbs li.last {
	padding-right: 0px;
}

#breadcrumbs li a ,
#breadcrumbs li {
	color: #CCCCCC;
	text-decoration: none;
	line-height: 22px;
	height: 22px;
	display: block;
}

#breadcrumbs li.last a {
	background: url(../images/public/breadcrumb_last.gif) no-repeat right center;	
	padding-right: 15px;
}
	
.left_part {
	float: left;
	width: 660px;
}

.right_part {
	float: right;
	width: 300px;	
	/*border-bottom: 1px solid #cedce9;*/
}

.latest-news {
	float: left;
	width: 51%;
}
.latest-news.wide {
	width : auto;
}

.latest-news.wide h2 {
	min-width: 600px;
}

.latest-news.wide.video{
	width: 600px;
}    

.latest-news.wide.magazine {
	width: 630px;
}



.latest-news.wide.magazine div {    
  clear:none;
  float:left;
  height:170px;
  margin-right:12px;
  margin-top:10px;
  min-height:1px;
  overflow:visible;
  width:300px;
}

.latest-news.wide.magazine h2 a{
  font-size: 15px !important;
}


.latest-news.wide.magazine img {
	float: left;
	margin-right: 10px;
}

.latest-news div {
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
	min-height: 100px;
}

.latest-news.wide div {
	height: auto;
	min-height: 110px;
}

.latest-news div img ,
.accent-analyses .small_accents div img {
	vertical-align: top;
}

table.image_holder {	
	border: 2px solid #ebebeb;
	text-align: center;	
	vertical-align: middle;
}

.latest-news div table.image_holder ,
.accent-analyses .small_accents div table.image_holder {
	width: 135px;
	height: 105px;
	margin-right: 12px;
	float: left;
}

.gallery table.image_holder {
	width: 660px;
	height: 315px;
}

.accent-analyses .small_accents table.image_holder {
	width: 139px !important;
}

.latest-news table.image_holder {
	width: 139px !important;
}

.accent-analyses table.image_holder {
	width: 320px;
	height: 210px;
}

.latest-news div h2 a ,
.accent-news div h2 a ,
.accent-news div h3 ,
.accent-analyses .small_accents div h2 a
{
	font-size: 17px;
	font-family: Georgia;	
	text-decoration: none;
}

.application .accent-news div h3 {
  margin-top: 5px;
}

.latest-news div h2 a:hover ,
.accent-news div h2 a:hover ,
.accent-analyses .small_accents div h2 a:hover
{
	text-decoration: underline;
}

.accent-news div h2 a {
	font-size: 21px;
}


.latest-news div span , 
.accent-analyses .small_accents div span{
	color: #1ca4cf;
	font-size: 10px;
	font-weight: bold;
}


.accent-news {
	float: right;
	width: 45%;
}

.accent-news div {
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
	margin-top: 2px;
	height: 110px;
}

.application .accent-news div {
  height: 96px;
}

.accent-news div span {
	color: #ffffff;
	font-size: 10px;
	background: url(../images/public/date.jpg) no-repeat left top;
	width: 90px;
	display: block;
	text-align: center;
	line-height: 17px;
	height: 22px;
}

.accent-analyses {
	margin: 10px 0px 20px 0px;
}

.accent-analyses .top_accent {
	width: 320px;
	background :#ebebeb;
	float : left;
}


.accent-analyses .top_accent span {
	color: #1ca4cf;
	font-size: 10px;
	font-weight: bold;
}

.accent-analyses .top_accent h3 a{
	font-size: 16px;
	font-family: Georgia;	
	font-weight: bold;
	text-decoration: none;
}

.accent-analyses .top_accent h3 ,
.accent-analyses .top_accent span ,
.accent-analyses .top_accent p {
	margin-left : 15px;
}

.accent-analyses .top_accent p {
	margin-bottom: 40px;
}

.accent-analyses .small_accents{
	float: right;
	width: 320px;
}

.accent-analyses .small_accents div {
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
	height: 110px;
}

h2.padd {
	border-bottom: 5px solid #d7d7d7;
	padding-bottom: 5px;
}

.forum-accent ul {
	float: left;
	width: 315px;
	margin-top: 15px;
}

.forum-accent ul.right {
	float: right;
}

.forum-accent ul li {
	padding-left: 10px;
	margin: 0px 5px 30px 0px;
	background: url(../images/public/forum-accent.jpg) no-repeat left center;
}

.forum-accent ul li a {
	text-decoration: none;
}

.forum-accent ul li a:hover {
	text-decoration: underline;
}

.most-read ul {
	border-bottom: 1px solid #cedce9;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.most-read ul li {
	/*height: 30px;*/
	/*line-height: 30px;*/
	padding-left: 10px;
	background: url(../images/public/most-read.gif) no-repeat 0px 5px;
	list-style-type: none !important;
}

.most-read ul li a {
	text-decoration : none;
}

.most-read ul li a:hover {
	text-decoration : underline;
}

.right_part h2.padd {

}

.back {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #004a8f;
}


.prev_next_news a {
	width: 325px;
	text-decoration: none;
}

.prev_next_news a span {
	position: relative;
	top: 7px;
	font-size: 40px;
}

.prev_next_news a.left {float: left;}
.prev_next_news a.right {float: right;text-align: right;}

.right_part h2.padd a {
	width: 52px;
	height: 16px;
	float: right;
	background: url(../images/public/archive.gif) no-repeat right center;
	font-size: 11px;
	text-decoration: underlined;
	color: #000000;
	margin-top: 11px;
	text-align: center;
}

.right_part .magazine {
	background: #f4f4f4;
	padding-left: 5px;
	height: 235px;
	overflow: hidden;
	margin: 1px 0px 15px 0px;
}

.right_part .magazine p a {
	text-decoration: none;
}

.right_part .magazine .read_more {
	float: right;
	margin-right: 10px;
	display: inline;
}

.right_part .magazine img {
	float: left;
	margin-right: 10px;
}

.right_part .magazine h3 {
	padding: 5px 0px 10px 0px;
	font-size: 14px;
	font-family: Georgia;
	font-weight: bold;
}

.right_part .video_review , 
.right_part .newsletter,
.right_part .tag_cloud {
	margin: 1px 0px 15px 0px;
}

.tag_cloud a {
	text-decoration: none;
}

.tag_cloud a.xsmall {color: gray;font-size: 9px;}
.tag_cloud a.small {font-size: 11px;color: gray;}
.tag_cloud a {font-size: 13px;}
.tag_cloud a.large {font-size: 18px;}
.tag_cloud a.xlarge {font-size: 24px;font-weight: bold;}

form.poll  {
	
	margin: 5px 10px 15px 10px;
}

form.poll .input {
	margin-bottom: 5px;
}

form.poll p {
	margin-bottom: 15px;
}

form.poll .actions{
	text-align: center;
}

form.poll input {
	height: 20px;
	float: left;
}

form.poll label {
	height: 20px;
	line-height: 18px;
	padding-left: 20px;
	display: block;
}

form.poll a.vote {
	width: 86px;
	margin: 0 auto;
	display: block;
	height: 20px;
	text-decoration: none;
	line-height: 20px;
	text-align:center;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	color: #515151;
	background: url(../images/public/search.jpg) no-repeat center center;
}

.buy {
	width: 70px !important;
	height: 26px !important;
	padding: 4px 0 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/public/buy.gif) no-repeat 72px center #1CA3D0;
	display: block;
	float: left;
	margin-top: 30px;
	font-family: "Trebuchet MS",Tahoma,Geneva,sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.mag_cover {
	float: left;
	margin-right: 16px;
}

.banner {
text-align: center;
}

.banner.top {
	height: 95px;
}

.banner.bottom {
	text-align: center;
	margin-bottom: 30px;
}

.footer_logos {
	text-align: center;
	margin-bottom: 10px;
}
.footer_logos a {
	margin: 0px 5px 0px 5px;
}

#footer {
	background: url(../images/public/footer/footer.gif) repeat-x left top;
	height: 100px;
	padding-top: 6px;
}

#footer em {
	float: left;
}

#footer ul li {
	float: left;
}
#footer ul li a {
	margin: 0 5px;
}

#footer ul li a.active {
	text-decoration: none;
}

#footer_wrapper {
	width: 980px;
	margin: 0 auto;
}

#footer , #footer a {
	color: #FFFFFF;
}

#footer span {
	float: right;
}

.date{
	width: 100%;
	background: url(../images/public/date.gif) no-repeat 95px 6px;
	color: #1ca4cf;
	font-size: 10px;
	height: 11px;
	
}

.sub_categories_filter {
	float: left;
	margin-bottom: 10px;
	margin-top: 3px;
}

#sub_categories_filter {
	width: 200px;
}

ol.paginator {float: right;margin-top: 1px;}


ol.paginator li {
	float: left;
	list-style-type: none !important;
}

ol.paginator li a {
	display: block;
	margin-left: 2px;
	padding : 3px 7px 3px 7px;
	/*background: #d1deeb;*/
	background: #484A4C;
	font-size: 15px;
	font-family: Tahoma;
	line-height: 15px;
	color: white;
	text-decoration: none;
}


ol.paginator li a.active {
	background: #1CA4CF;
}

.gallery {
	width: 660px;
	/*margin: 10px auto;*/
}
.gallery img.selected {
	vertical-align:top;
}

.gallery_controll {
	min-height: 52px;
	padding: 5px 0px;
	background: #ebebeb;
	width: 660px;
	clear: both;
	overflow: hidden;
}

.gallery_controll li {
	float: left;
	display: inline;
	margin-left:10px;
	padding: 5px 0px 0px 0px;
	margin-top: 2px;
}

.gallery_controll li.active {
	 background: url(../images/public/active-gallery.gif) no-repeat center top;
	
}

.gallery_controll li.active img  {
	 border: 2px solid  #C6C6C6;
}

.article {
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 10px;
	font-family: Georgia;
}

#svejo {
	float: right;
}

#share {
	margin-top: 35px;
	float: left;
}


.comments ul {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.comments ul li {
	margin: 0px 5px 15px 0px;
	
	position:relative;
	border-bottom: 1px dashed gray;
	padding-bottom: 15px;
}

.comments ul li.last {
	border-bottom: none;
}

.comments ul li div {
	background: url(../images/public/forum-accent.jpg) no-repeat left center;
	padding-left:10px;
}

.comments span strong {
	margin-right: 5px;
	background: url(../images/public/user.gif) no-repeat left center;
	padding-left: 15px;
}

.comments ul li em {
	position: absolute;
	background: url(../images/public/comment.gif) no-repeat center bottom;
	height: 22px;
	top: 0px;
	right: 0px;
	line-height: 20px;
	padding: 0px 6px;
}

.comment_form {
	background: #f2f6f9;
	padding: 10px 0px 0px 9px;
	border-bottom: 1px solid #cedce9;
}

.comment_form label {
	font-weight: bold;
	display: block;
	margin: 15px 0px 5px 0px;
}

.comment_form input {
	width: 450px;
	border: 1px solid #d0d0d1;
	height: 22px;
	line-height: 22px;
}

.comment_form textarea {
	width: 640px;
	height: 175px;
	border: 1px solid #d0d0d1;
	overflow:auto;
}
.comment_form .actions {
	text-align: center;
	padding: 20px;
}

.comment_form .actions a{
	width: 86px;
	margin: 0 auto;
	display: block;
	height: 20px;
	text-decoration: none;
	line-height: 20px;
	text-align:center;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	color: #515151;
	background: url(../images/public/search.jpg) no-repeat center center
}

.comment_form #code {
	float: left;
}

.comment_form input#security_code {
	font-size:30px;
	height:38px;
	line-height:40px;
	margin-left: 5px;
	width:120px;
	text-transform: uppercase;
}

.comment_form ul.errors li strong {
	font-weight: bold;
}

span.subtitle {
	font-size: 10px;
	color: #999999;
}

h2.title {
	margin: 10px 0px 0px;
	font-size: 25px;
}

.magazine_pages {
	clear: both;
	overflow: hidden;
	margin: 10px auto 15px auto;
}

.magazine_pages a {
	display: block;
	font-size: 18px;
	padding-left: 40px;
	padding-top: 5px;
	background: url(../images/public/pdf_icon.gif) no-repeat top left;
}

/* Flash messages */
#flash_messages {
	display: block;
	width: 980px;
	background: black;
	color: white;
	margin-bottom: 10px;
}

	#flash_messages ul {
		width: 980px;
		margin: 0 auto;
		padding: 3px 0;
		font-size: 11px;
	}
	
	#flash_messages li {
		padding: 2px 15px;
	}
	
		#flash_messages .close {
			float: right;
			overflow: hidden;
			padding: 0;
			margin-right: 5px;
			line-height:  15px;
			height: 15px;			
			cursor: pointer;
		}
/* End Flash messages*/
.vote {
	width: 600px;
	margin: 15px auto 25px auto;
}
.vote .color {
	background: #d7d7d7;
	display: block;
	height: 10px;
	width: 0px;
}

#newsletter {
	background: #f2f6f9;
	padding: 10px 0px 10px 10px;
	margin: 10px;
}

#newsletter .input {
	clear: both;
	overflow: hidden;
	height: 45px;
}

#newsletter .input input {
	width: 300px;
	border: 1px solid #EEEEEE;
}

#newsletter .input label {
	float: left;
	width: 100px;
}

#newsletter .input img {
	float: left;
	margin-right: 10px;
}

#newsletter .input #captcha {
	height: 38px;
	line-height: 38px;
	font-size: 30px;
	width:80px;
	text-transform: uppercase;
}


#newsletter a.actions ,
#categories a.actions{
	width: 86px;
	margin-top: 10px;
	display: block;
	height: 20px;
	text-decoration: none;
	line-height: 20px;
	text-align:center;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	color: #515151;
	background: url(../images/public/search.jpg) no-repeat center center;
}

#categories a.actions {
	margin-left: 10px;
	margin-bottom: 10px;
}


.newsletter_categories h2 {
	float: left;
	font-size: 15px;
	margin-left: 50px;
	display: inline;
	cursor: pointer;
}

.newsletter_categories h2.active{
	font-weight: bold;
}

form#categories {}

form#categories .subcategories {
	margin-bottom : 10px;
	background: #f2f6f9;
	padding: 10px 0px 10px 10px;
	margin: 10px;
	display: none;
}

form#categories .subcategories.active {
	display: block;
}

.search_content {
	min-height: 50px !important;
}

.search_content .highlight {
	color: white;
	background: #0D4D6F;
	padding: 2px;
	margin: 2px;
}

#peel-banner {
    height: 300px;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    z-index: 999;
}

/* Filter*/

.filter {
	background: #d7d7d7;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px 5px 0px 5px;
	width: 648px;
	border: 1px solid #DDECFA;
}

.filter a.submit{
	width: 86px;
	float: left;
	height: 20px;
	line-height: 20px;
	text-align:center;
	text-decoration: none;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	color: #515151;
	background: url(../images/public/search.jpg) no-repeat left top;
}

.filter td {
	padding-right: 10px;
	padding-bottom: 5px;
}

.filter label {
	padding-right: 5px;	
	width: 60px;
	float: left;
}

.text li {
  list-style-position: inside !important;
  list-style-type: disc !important;
}

#redirect {
	margin: 260px auto;
	font-size: 18px;
	text-align: center;
}

#redirect a {
	color: #1ca4cf;
}
