

/* brTip */
div.brTip-box {
	background: #FFF;
	display: none;
	position: absolute;
	padding:2px;
	z-index:1000;
}
div.brTip-title {
	background: #6E92B6;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 0px;
	text-align: center;
}
div.brTip-content {
	color: #333;
	margin: 0;
	padding: 0;
	font-size:11px;
	text-align: justify;
}

div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalFull div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalFull div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalFull div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}
div#nyroModalFull div#nyroModalWrapper a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../img/close.gif) no-repeat;
	outline: 0;
}
div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent {
	padding: 5px;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent img {
	vertical-align: baseline;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev {
	left: 0;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev:hover {
	background: url(../img/prev.gif) left 20% no-repeat;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext {
	right: 0;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext:hover {
	background: url(../img/next.gif) right 20% no-repeat;
}

html, body, div, form, p {
	margin: 0;
	padding: 0;
}
body{
	color: #fff;
	font-family: arial;
	font-size: 12px;
}
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}
.fl { float: left; }
.fr { float: right; }
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
h1 { font-size: 2em; margin: .67em 0; }
h2 { font-size: 1.5em; margin: .75em 0; }
h3 { font-size: 1.17em; margin: .83em 0; }
h4 { margin: 1.12em 0;}
h5 { font-size: .83em; margin: 1.5em 0; }
h6 { font-size: .75em; margin: 1.67em 0; }
h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bolder;
}
img { border:0; }
a:active, a:focus { outline: none; }
input, textarea, select{
	outline: none;
}

/* ------------------------------------------------- Paging */
div.paging {
	margin-bottom:10px;
	margin-top:5px;
	clear:both;
	font: 11px verdana;
}
* html div.paging { display: inline;}
div.paging div.disabled {
	display:none;
}
div.paging span {
	display:block;
	float:left;
	list-style-type: none;
	margin-left:2px;
	color:#000;
}
div.paging a, div.paging span.current {
	padding:3px 6px 3px 6px;
	display: block;
	float:left;
	height:13px;
	font-weight:bold;
	line-height:13px;
	text-decoration:none;
	border:1px solid #bfc0c2;
	color: #000;
	font: 11px verdana;
}
div.paging span.current {
	font-weight: bold;
}
div.paging span a:hover, div.paging span.current {
	background-color:#00adef;
	color:#000;
}
/* ------------------------------------------------- End Paging */

/* ------------------------------------------------- Errors */
div#messagesOuter{
	position: fixed;
	z-index:10000;
	background-color: #26150e;
	border: 2px solid #F00;
	right: 7px;
	top: 90px;
	color: #fff;
}
div#messagesOuter .in{
	background: transparent;
	border-bottom: 1px solid #666;
}
div#messagesOuter a{
	display: block;
	width: 12px;
	height: 12px;
	color: #fff;
	line-height: 12px;
	padding: 5px;
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
}
div#messagesOuter a:hover{
	color: #F00;
}
* html div#messagesOuter{
	position: absolute; 
	top: expression(90+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); 
	right: expression(7+((e=document.documentElement.scrollRight)?e:document.body.scrollRight)+'px');} 
}
div#messages{
	padding: 5px;
}
div#messages div.errors p{
	padding: 5px;
	margin: 0px;
}
div.message {
	padding: 5px;
}
.form-error, div.error input, div.error textarea{
	border-color: #900;
	border-style: dotted;
	background-color: #f99;
}
.error {
	font-family: Courier, monospace;
	padding: 0;
	margin: 0;
}
p.error em {
	color: #000;
	font-weight: normal;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
}
.success {
	background-color: green;
	color: #FFF;
}
/* ------------------------------------------------- End Errors */

table.cake-sql-log{
	background: #fff;
	border: 1px solid #000;
	border-collapse: collapse;
	color: #000;
}
table.cake-sql-log td{
	border: 1px solid #000;
}

body {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a.active, a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	width: 995px;
	min-height: 160px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 13px;
	z-index: 25;	
}

/* Menu */

#menu {
}

/* Content */

#content {
	width: 995px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 20;
}
#left_column{
	width: 780px;
	float: left;
}
#right_column{
	float: right;
	width: 202px;
	padding: 0px;
}

/* Footer */

#footer {
	clear: both;
	width: 995px;
	margin: 2px auto 15px;
	padding: 0px 0;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: smaller;
}
#footer p img{
	vertical-align: middle;
}

#header div.banner{
	height: 105px;
	width: 100%;
}
#player{
  position: absolute;
  top: 145px;
  right: 0px;
}
#search{
	position: absolute;
	bottom: 3px;
	right: 3px;
}
#search a{
	vertical-align: bottom;
}
#search a img{
	vertical-align: bottom;
}
#search input{
    -moz-border-radius: 9px 9px 9px 9px;
    border-radius: 3px;
    border: 1px solid #928F91;
    font-size: 15px;
    height: 20px;
    margin-left: 2px;
    padding-left: 12px;
    vertical-align: text-bottom;
    width: 183px;
}

#header div.menu,
#footer div.menu{
	height: 27px;
	background-color: #fff;
	padding-top: 4px;
	position: relative;
	color: #000000;
	font-size: 19px;
	padding-left: 10px;
	margin-top: 10px;
}
#header div.menu a,
#footer div.menu a{
	text-decoration: none;
	color: #000000;
	font-size: 19px;
	margin-left: 3px;
	margin-right: 3px;
}
#header div.menu a:hover,
#footer div.menu a:hover,
#header div.menu a.active,
#footer div.menu a.active{
	color: #33c0f0;
}

#header div.menu div.popup {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    padding: 13px;
    position: absolute;
    right: 220px;
    top: 25px;
    width: 100px;
    z-index: 100;
}

#header div.menu div.right,
#footer div.menu div.right{
	position: absolute;
	right: 0;
	bottom: 10px;
}
#header div.menu div.right a,
#footer div.menu div.right a{
	font-size: 12px;
	margin-left: 0px;
}
#footer div.copyright{
	font-size: 10px;
	text-align: left;
	padding-left: 525px;
}
#footer div.menu{
	margin-top: 4px;
}
#slideshow{
/*	border: 1px solid #b1b2b4; */
	background: url(../img/slideshow_border.gif) top left no-repeat;
	width: 682px;
	height: 402px;
	padding: 1px;
	position: relative;
}
#slideshow div.events{
	height: 20px;
	background: url(../img/events_bg.gif) left top repeat-x;
}
#slideshow div.links {
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: 30px;
	cursor: pointer;
}
#slideshow div.links div.row{
	margin-bottom: 3px;
	position: relative;
	float: left;
	clear: left;
	white-space: nowrap;
	background: url(../img/triangle_slideshow.png) left top no-repeat;
}

#slideshow div.links div.nr{
	color: #000;
	font-size: 18px;
	float: left;
	height: 28px;
	width: 43px;
	position: relative;
/*	padding: 5px 16px 5px 16px; */
}
#slideshow div.links div.nr span{
	position: absolute;
	display: block;
	width: 43px;
	text-align: center;
	top: 5px;
	left: 0;
}
#slideshow div.links div.title{
	float: left;
	clear: right;
	padding-top: 4px;
	*padding-top: 6px;
	white-space: nowrap;
	color: #000;
	font-size: 19px;
	display: none;
	text-transform: uppercase;
	background: url(../img/slideshow_arrow.png) 10px 9px no-repeat;
}
#slideshow div.links div.title span{
	padding: 0 55px 0 25px;
	*display: block;
}
#slideshow div.links *{
	cursor: pointer;
	outline: none;
}                       
#slideshow div.images a,
#slideshow div.images a img,
#slideshow div.images{
	height: 400px;
	width: 680px;
}

#infobox1{
	width: 300px;
	height: 400px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
}
#weather_info{
	height: 170px;
	font-size: 10px;
	position: relative;
}
#weather_info #windsMapLink{
	display: block;
	position: absolute;
	right:0;
	bottom: 15px;
	background-color: #fff;
	z-index: 10;
}
#weather_info img{
	border: 2px solid #fff;
	display: block;
}
#weather_info img.windsMap{
	display: none;
}
#weather_info img.windsMap.slide1{
	display: block;
}
#boxesLinks{
	float: left;
	width: 260px;
	position: relative;
}
#boxesSponsoredLinks{
	float: left;
	width: 244px;
}
#boxesIndex{
	float: left;
	width: 260px;
	margin-right: 0px !important;
}
#boxes{
	min-height: 170px;
	font-size: 10px; 
}
#boxes div.box{
	margin-right: 8px;
}
#boxes div.box a{
	color: #fff;
	text-decoration: none;
}
#boxes div.box a:hover{
	text-decoration: underline;
}
#boxes div.box span.cyan{
	color: #33c0f0;
}
#boxes h2 {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #33c0f0;
    font-size: 12px;
    height: 20px;
    margin-bottom: 18px;
    opacity: 0.89;
    padding-left: 8px;
    padding-top: 5px;
}
#boxesLinks h3.heading{
	border: 1px solid #4c4c4c;
	background: url(../img/button_arrow_down.png) 228px 50% no-repeat;
	height: 17px;
	padding-left: 8px;
	padding-top: 7px;
	margin: 0 0px 5px 0;
	color: #33c0f0;
	cursor: pointer;
	text-transform: uppercase;
}
#boxesLinks ul{
	z-index: 12;
	position: absolute;
	border: 1px solid #4c4c4c;
	width: 75%;
	padding-left: 5px;
	font-size: 12px;
	background-color: #000;
	list-style: none;
	display: none;
	margin-top: -2px;
	margin-left: 3px;
}
#boxes #boxesLinks ul a{
	color: #33c0f0;	
}

#boxesAds{
	position: absolute;
	right: 0px;
	top: 410px;
	text-align: right;
	z-index: 5;
	width: 202px;
}
#boxesAds h2{
	font-size: 10px;
	text-align: right;
	color: #fff;
	background: url(../img/box_heading_bg.gif) repeat-x;
	height: 17px;
	margin: 0;
	padding-right: 12px;
	padding-top: 18px;
	padding-bottom: 10px;
}
#infobox1 h3.heading{
	border: 1px solid #4c4c4c;
	background: url(../img/button_arrow_down.png) 267px 50% no-repeat;
	height: 17px;
	padding-left: 8px;
	padding-top: 7px;
	margin: 0;
	color: #33c0f0;
	font-size: 11px;
	cursor: pointer;
}
#infobox1 ul{
	z-index: 12;
	position: absolute;
	border: 1px solid #4c4c4c;
	width: 75%;
	padding-left: 5px;
	font-size: 12px;
	background-color: #000;
	list-style: none;
	display: none;
	margin-top:0px;
}
#infobox1 ul a{
	color: #33c0f0;	
}
#infobox1 iframe{
	margin-top: 13px;
	margin-bottom: 13px;
}
#read_online{
	padding-bottom: 30px;
}
#read_online h3{
	margin: 0;
	padding: 8px 0 0 8px;
	color: #e64f37;
	font-size: 12px;
}
#share {
	background: url(../img/share_bg.gif) no-repeat;
	width: 748px;
	height: 44px;
	margin-bottom: 6px;
}
#share div.addthis_toolbox{
	padding-left: 100px;
	padding-top: 13px;
}
#floating_right{
	float: right;
	margin-left: 44px;
	margin-bottom: 30px;
	padding-top: 12px;
	width: 242px;
}
#floating_right h3.subtitle{
  font-size:1.17em;
  margin:0.83em 0;
}
#related{
	background: url(../img/related_middle.gif) left top repeat-y;
}
#related h2.title{
	cursor: pointer;
	margin: 0px;
	background: url(../img/related_top.gif) left top no-repeat;
	height: 28px;
	width: 242px;
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
	text-align: center;
}
#related div.content{
	width: 218px;
	min-height: 204px;
	padding: 18px 12px 18px 12px;
	background: url(../img/related_bottom.gif) bottom left no-repeat;
}
#related div.content a{
	color: #00a8ed;
}
#month_video{
	border: 1px solid #4C4C4C;
}
.st_facebook_custom{
	background: url(../img/facebook_button-56.png) no-repeat scroll left top transparent;
    padding:0px 135px 45px 0;
    cursor: pointer;
}
.st_twitter_custom{
	background: url(../img/tweet_button-56.png) no-repeat scroll left top transparent;
    padding:0px 135px 45px 30px;
    cursor: pointer;
}

.fb_iframe_widget{
	background: url("../img/content_bg.jpg") repeat scroll 0 0 transparent;
} 

body {
	background-color: #010101;
}
div.view{
	background: url("../img/content_bg.jpg") repeat scroll 0 0 transparent;
	min-height: 610px;
	margin-bottom: 0px;
	color: #060606;
	padding: 25px 15px;
/* 	line-height: 1.4em;*/
}
div.view h1.title{
	margin: 0px;
	font-size: 22px;
	color: #33c0f0;
	position: relative;
	margin-bottom: 5px;
}
div.view h1.title a{
	color: #33c0f0;
}
div.view h1.title a.logout{
	font-size: 10px;
	position: absolute;
	left: 410px;
	top: 5px;
	text-decoration: none;
}
div.posts div.input_controls{
	position: relative;
}
div.posts div.input_controls div.input.textarea{
	height: 153px;
	width: 490px;
}
div.posts textarea{
	color: #38bfef;
}
div.posts div.input_controls textarea{
	width: 458px;
	height: 150px;
	border: none;
	background: none;
}
div.posts div.tags textarea{
	width: 352px;
	height: 54px;
	border: none;
	background: none;
}
div.posts div.tags div.input.textarea{
	margin-top: 7px;
	background: url(../img/textarea_small_bg.jpg) left top no-repeat;
	padding: 1px;
	height: 56px;
	width: 354px;
}
#add_images {
	color: #38bfef;
}
div.posts div.author_image{
	position: absolute;
	top: -5px;
	left: 330px;
}
div.posts div.author_image a{
	color: #000;
	font-size: 9px;
	padding-bottom: 2px;
}
div.posts div.author_image img.image{
	border: 1px solid #7e7f81;
}
div.posts div.author_image div.fileinput_mask{
	margin-top: 0px;
	position: absolute;
	top: 3px;
	left: 65px;
	display: none;
}
div.view div.text{
	padding-top: 14px;
	font-size: 15px;
	line-height: 130%;
}
div.view span.cyan{
	color: #33c0f0;
}

div.view.page.contacts label{
	width: 120px;
	float: left;
}
div.view.news.open div.text{
  float: left;
  width: 450px;
}
div.view.galleries.open h1.title {
/* div.view.news.open h1.title{ */
	margin: 0px;
	font-size: 16px;
	text-transform:uppercase;
	color: #060606;
	padding-bottom: 3px;
	padding-top: 30px;
	background: url(../img/subtitle_bg.jpg) bottom left no-repeat;
}
div.view.search h1.title{
	margin: 0px;
	font-size: 16px;
	text-transform:uppercase;
	color: #33c0f0;
	padding-bottom: 3px;
	padding-top: 30px;
	background: url(../img/subtitle_bg.jpg) bottom left no-repeat;
}
div.view.search div.item a{
	color: #0000FF;
	font-size: 14px;
	text-transform: capitalize;
}
div.view.posts{
	position: relative;
}
div.view.posts h1.subtitle{
	font-size: 18px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
div.view.posts h2.subtitle{
	font-size: 12px;
	margin-top: 5px;
}
div.view.posts div.item{
	position: relative;
	padding-bottom: 6px;
	margin-bottom: 12px;
}
div.view.posts.videos div.item div.text{
	width: 250px;
	left: 435px;
}
div.view.posts.videos div.item{
	background: none;
}
div.view.posts div.item a.title{
	color: #30b9f2;
	font-size: 14px;
	text-transform: uppercase;
}
div.view.posts div.item a img{
	border: 1px solid #aaa8a5;
}
div.view.posts div.item a.more{
	color: #953936;
}
#poweredBySearchLightbox{
	position: absolute;
	right: 7px;
	top: 11px;
}
#poweredBySearchVideobox{
	position: absolute;
	right: 7px;
	top: 100px;
}
#postCategory h3.heading{
	background: url(../img/posts_drop_menu.gif) left top no-repeat;
	height: 19px;
	padding-left: 8px;
	padding-top: 4px;
	margin: 7px 5px 5px 0;
	color: #3ac3f4;
	cursor: pointer;
	width: 310px;
	font-weight: normal;
	text-transform: uppercase;
}
#postCategory ul{
	z-index: 12;
	position: absolute;
	border: 1px solid #2b2d2c;
	width: 250px;
	padding-left: 5px;
	font-size: 12px;
	background-color: #2b2d2c;
	list-style: none;
	display: none;
	margin-top: -2px;
	margin-left: 3px;
}
#postCategory ul a, #postCategory ul li{
	color: #3ac3f4;	
}

div.fade_line{
	height: 2px;
	background: url(../img/subtitle_bg.jpg) left bottom no-repeat;
	border: 0;
}
div.fade_line.small{
	width: 400px;
	background-position: right bottom;
}
div.fade_line.smaller{
	width: 500px;
	background-position: right bottom;
}
#EditMyBlogs a{
	color: #000;
}
div.view div.input.text{
	padding-top: 0px;
}
div.view br{
	font-size: 8px;
}
div.view div.input.text input, 
div.view div.input.password input{
	border: 1px solid #a6a6a6;
	-moz-border-radius: 8px;
	-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: none;
	width: 330px;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	margin-bottom: 7px;
}
div.view.save_profile label{
	display: block;
}
div.posts button{
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}
div.posts div.input.select{
	margin-top:7px; 
}
div.posts select{
	color: #3ac3f4;
}
div.posts div.bottom_text{
	background: url(../img/posts_conditions_bg.jpg) left top no-repeat;
	height: 134px;
	width: 378px;
	padding: 6px;
	overflow: auto;
	margin-top: 15px;
	margin-bottom: 14px;
}
div.posts a.red{
	color: #a92228;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
}
/* ------- maskata na file kontrolata */
div.fileinput_mask {
	margin-top:10px;
	position:relative;
	overflow:hidden;
	width:260px;
}

div.fileinput_mask div.fileinputs {
	position: relative;
	margin-top:4px;
	height:24px;
}

div.fileinput_mask div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 257px;
}

div.fileinput_mask input.file {
	position: absolute;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	width:260px;
	height:21px;
	right:15px;
}
div.fileinput_mask div.fakefile input {
	background:url(../img/select.jpg) top left no-repeat;
	color:#66c6ed;
	font-weight: bold;
	width:167px;
/*	height:19px; */
	height: 17px;
	*height:22px;
	border:0;
/*	padding-top:3px; */
	padding-top:5px;
	*padding-top:0px;
	padding-left:3px;
	*padding-left:4px;
	font-size: 11px;
	line-height: 21px;
}

div.fileinput_mask div.fakefile img {
	position:absolute;
	top:0px;
	*top:1px;
	right:0px;
}
.send_form div.fileinput_mask {
	margin-top:0px;
}
.right_picture div.fileinput_mask {
	margin-top:-5px;
	width:160px;
}

div.view.videos.galleries div.item{
	position: relative;
	background: url(../img/subtitle_bg.jpg) 1px bottom no-repeat;
	padding-bottom: 6px;
	margin-bottom: 12px;
}
div.view.videos h1.title{
	text-transform: uppercase;
}

div.view.magazines h1.title{
	color: #42ab48;
	font-size: 22px;
	margin-left: 7px;
}
div.view.magazines h1.title.sub{
	color: #38baec;
	font-size: 14px;
}
div.view.magazines div.fade_line{
	margin-left: 7px;
}
#readMagazine{
	float: left;
}
#readMagazine img{
	border: 2px solid #8b8b8b;
}
div.view.magazines div.magazine_download{
	width: 415px;
}
div.view.magazines a.covers{
	margin-right: 5px;
}
div.view.magazines a.covers img{
	border: 1px solid #7e7e80;
}
div.view.magazines div.download{
	margin-top: 7px;
	margin-bottom: 5px;
}
/*
div.view.contacts{
	background-image: url(../img/contact_bg.gif); 
	background-position: 10px 10px;
	background-repeat: no-repeat; 
}
div.view.contacts input, div.view.contacts textarea{
	font-size: 12px;
	color: #32bdee;
}
*/

/*#comments div.input.textarea,
div.view.contacts div.input.textarea{
	background: url(../img/textarea_bg.gif) left top no-repeat;
	padding: 1px;
}
*/
#comments textarea,
div.view.contacts textarea{
	border: 1px solid #a6a6a6;
	-moz-border-radius: 8px;
	-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: none;
	width: 330px;
	height: 170px;
	padding: 3px 2px;
}
#comments h2{
	margin-bottom: 8px;
}

#comments h1.ctitle{
	padding-left: 14px;
	font-size: 14px;
	color: #33c0f0;
}
#comments div.item{
	padding-left: 14px;
	margin-top: 6px;
	background: url(../img/h_line.png) 1px top no-repeat;	
    font-size: 15px;
    line-height: 130%;
    padding-top: 20px;
}
div.view.page.terms div.fade_line{
	width: 507px;
	background-position: right top;
}
div.view.page.terms div.text{
	width: 485px;
}
div.news h1.title,
h2.title{
	background: url(../img/h_line.png) bottom left no-repeat;
	margin-left: -5px;
	margin-bottom: 0px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 24px;
	color: #000000;
}
h2.title a{
	font-size: 24px;
	color: #000000;
}
h2.title a:hover{
	text-decoration: none;
}
h3.subtitle{
	font-size: 12px;
	color: #33c0f0;
	margin-top: 5px;
	margin-bottom: 15px;
	font-weight: normal;
}

.subscribe div.form{
	
}
.subscribe div.form div.input.text label{
	display:inline-block;
	width: 100px;
	text-align: right;
	margin-right: 15px;
}
.subscribe div.form div.input.checkbox {
	margin-left: 112px;
}
.subscribe .agree_text{
	margin-left: 115px;
}
.subscribe div.form div.input.submit {
	margin-left: 115px;
}
a.commentReply{
	color: #000;
	font-style: italic;
	font-size: 11px;
	line-height: 30px;
}
span.postedOn{
	font-style: italic;
	font-size: 11px;
}

div.comments span.name{
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
}

.commentsLink {
    color: #000000;
    display: inline-block;
    line-height: 34px;
    vertical-align: text-bottom;
}
div.view div.input.text.captcha{
	float: left;
	width: 272px;
}
#comments div.input textarea{
	margin-bottom: 15px;
}
div.view div.item div.input.text.captcha{
	width: 202px;
}
div.view div.input.text.captcha img{
	float: left;
	margin-right: 10px;
}
div.view div.input.text.captcha input{
	width: 60px;
	float: left;
}

div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;
  z-index: 20;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current { 
  background-color: #CDD8E4;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

/*label {
    display: block;
} */
.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 10px 0px;
  padding-left:5px;
  font-family:Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #3AC3F4;
/*  font-size:0.8em;*/
  height: 21px;
  width : 286px; 
  display : block;
  text-align:left; 
  background: url('../img/input_select_bg.jpg') left top no-repeat;
  /*height:18px;*/
  cursor: pointer;
  border: none;
}

select {
	background: url('../img/input_select_bg.jpg') right top no-repeat;
}


