body {
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

#container {
	width: 970px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

#header {}

#content { width: 970px; }

#dynamic_box_left {
	margin: 0;
	float: left;
	
}

#dynamic_box_center {
	float: left;
}

#dynamic_box_right {
	margin: 0;
	float: right;
}

#content_footer {clear: both;}

#footer {
	clear: both;
	padding-left: 20px;
	background-color: #d6d6d6;
	background-image: url(../img/t11_footer_left_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/*********deafault layout**********/
#layout_default div#dynamic_box_right        {width: 280px;}
#layout_default div#dynamic_box_left         {
	width: 180px;
	
}
#layout_default div#dynamic_box_center       {width: 510px;}

/********** two column *************/
#layout_two_column div#dynamic_box_right     {width: 320px;}
#layout_two_column div#dynamic_box_left      {display:none;}
#layout_two_column div#dynamic_box_center    {width: 670px;}

/************ three columns ***************/
#layout_three_columns div#dynamic_box_right  {width: 190px;}
#layout_three_columns div#dynamic_box_left   {width: 190px;}
#layout_three_columns div#dynamic_box_center {width: 610px;}

/************ equal ***************/
#layout_equal div#dynamic_box_right   {width: 330px;}
#layout_equal div#dynamic_box_left    {width: 330px;}
#layout_equal div#dynamic_box_center  {width: 330px;}

/************ equal rights ***************/
#layout_equal_rights div#dynamic_box_right   {width: 260px;}
#layout_equal_rights div#dynamic_box_left    {width: 470px;}
#layout_equal_rights div#dynamic_box_center  {width: 260px;}

/************ non equal ***************/
#layout_non_equal div#dynamic_box_right      {width: 320px;}
#layout_non_equal div#dynamic_box_left       {width: 420px;}
#layout_non_equal div#dynamic_box_center     {width: 250px;}


/************* CONTENT FEATURES *****************/
#content_features_left { float: left;}

#content_features_right { float: left;}

.features_equal_default { width: 100%; overflow: hidden;}

/*********** equal_default *********************/
.features_equal_default #content_features_left       {width: 342px;}
.features_equal_default #content_features_right      {width: 510px;}

/*********** equal *********************/
.features_equal #content_features_left       {width: 495px;}
.features_equal #content_features_right      {width: 495px;}

/*********** left *********************/
.features_left #content_features_left        {width: 680px;}
.features_left #content_features_right       {width: 310px;}

/*********** right *********************/
.features_right #content_features_left       {width: 310px;}
.features_right #content_features_right      {width: 680px;}

/*********** equal_three *********************/
.features_inside .content_features_col       {width: 223px; float: left;}

/*********** inside *********************/
.features_inside                              {width: 670px; overflow: hidden;}
.features_inside #content_features_left       {width: 335px;}
.features_inside #content_features_right      {width: 335px;}



/******************** LAYOUT BOXES********************/

#main_news_box {float: left;}

.main_news_box_row {width: 100%; overflow: hidden;}

.main_news_category { 
	float:left; 
	display: inline;
	width:295px; 
	margin: 6px; /****styles****/
}

.category_news_category { 
	float:left; 
	display: inline;
	width:233px; 
	margin: 6px; /****styles****/
}
body {
	background: #f2f3f3 url(../img/t11_body_bg.gif) top repeat-x;
	
	
}

/*************** GLOBAL STYLES *************************************************************************************************************************/
/******************************************************************************************************************************************************/

#container {
	background: #fff url(../img/t11_content_bg.gif) left top repeat-y;
	color: #494949;

}

#content { }

#container div#footer div.bottom_corners { }

/*** Global anchor styles ***/

a {color:#000; text-decoration: none;}

a:hover {text-decoration: underline;}

a img {border: none;}

/*** Global list styles ***/

ul { padding: 0; margin: 0;}

ul li { list-style-type: none;}

/*** Global heading styles ***/

h1, h2, h3, h4 { font-family: Arial, Helvetica, sans-serif; margin: 0px;}

h1 { font-size: 18px; font-weight: normal; }

h1 a { color: #C90404;}

h2, h3 {font-size: 12px; padding-bottom: 4px;}

h2 a:hover, h3 a:hover {color: #C90404;}

h4 {}

h4 a {}
p{
	margin-top: 5px;
	margin-bottom: 5px;
}

/*** Global box styles ***/

.box .box_title { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

/*************** HEADER STYLES *************************************************************************************************************************/
/******************************************************************************************************************************************************/

/*** Static pages navigation ***/

.box_pages { /*** static pages list holder ***/
	padding: 7px 0px 8px;
	background-color: #dfeaf3;
	background-image: url(../img/t11_box_pages_bg.gif);
	background-repeat: repeat-x;
}

.box_pages li { /*** static pages list ***/
	display: inline;
}

.box_pages a {padding: 7px 8px 8px;}

.box_pages a:link, .box_pages a:visited {
	color: #efeeee;
	text-decoration: none;
	border-right: 1px solid #b01303;
}

.box_pages a:hover {
	color: #2e2e2e;
	text-decoration: none;
}

/*** Search box ***/

.search { 
	padding: 6px;
	text-align: right;
	position: absolute;
	top: 79px;
	right: 10px;
	color: #444;
}

*:first-child+html .search {top: 78px;} /* IE 7 hack */

.search a {color: #000;}

.search button {
	width: 50px;
	height: 20px;
	margin-left: 6px;
	border: none;
	font-size: 12px;
	font-weight: normal;
	color: #fff; 
	background: url(../img/search_button.gif) no-repeat;
}


/*************** LEFT COLUMN STYLES ********************************************************************************************************************/
/******************************************************************************************************************************************************/

#box_left_holder { padding: 0px 10px 10px;}

#dynamic_box_left div.box {margin-bottom: 12px;}

#dynamic_box_left div.box_title {
	background: url(../img/t11_left_boxes_title.gif) top left no-repeat;
	color:#3b3b3b;
	font-weight: normal;
	font-size: 18px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 10px;
}

#dynamic_box_left div.box_body {}

/*** Section box (navigation list) ***/

#box_sections div.box_body { border-bottom: none; margin-bottom: 30px;border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedfe0;}

#box_sections li { 
	border-bottom: 1px solid #eaeaea; 
	padding: 1px 0px;
	
}

#box_sections li ul li {
	border-bottom: none;
	font-variant: normal;
	font-size: 11px;
	padding-left: 6px;
	
}

#box_sections li a {
	color: #616060;
	display: block;
	background: url(../img/t11_menu_bullet.gif) 3px 50% no-repeat;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 15px;
}

#box_sections li a:hover { 
	color: #FFFFFF;
	text-decoration: none;
	background-color: #fb2323;
	background-image: none;
	
}

#box_sections li ul li a { background: none; }

#box_sections li ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #fb2323;
	background-image: none;
}

/*************** CONTENT STYLES ************************************************************************************************************************/
/******************************************************************************************************************************************************/

#box_center_holder {padding: 10px;}

#box_center_holder h1 {
	font-size: 24px;
	padding-bottom: 1px;
	margin-bottom: 12px;
	border-bottom: 1px solid #c9c9c9;
	padding-top: 2px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

#box_center_holder div.category_headline {
	width: 98%;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dadada;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

#box_center_holder div.category_headline h2 a { color: #ed2024; font-size: 20px; font-weight: bold;font-family:Tahoma, Arial, Helvetica, sans-serif;}

#box_center_holder div.category_headline h2 a:hover { color: #558fbb; text-decoration: none; }

#box_center_holder div.category_headline div.image {
	float: left;
	padding: 2px;
	background-color: #ededee;
	border: none;

	margin-right: 10px;
	margin-bottom: 6px;
	
}

#box_center_holder div.category_headline div.summary {
	line-height: 18px;
}

div.article_link {display: inline; padding-left: 4px;}

div.article_link a {color: #ff5a5a;}

div.article_link a span { color: #ed2024; text-decoration: none; }

div.article_link a:hover span { color: #ff5a5a; text-decoration: none; }

div.box_body div.image { 
	float: left;
	margin: 2px 6px 4px 0px;
	border: 2px solid #ededee;
}

.short_holder {
	width: 100%;
	overflow: hidden;
	line-height: 1.5em;
	
}

.short_holder h2 a {
	color: #558fbb;
	font-weight: normal;
	font-size: 18px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

.short_holder h2 a:hover { color: #505050; text-decoration: none; }

.short { /*** Global summary styles ***/
	margin-bottom: 4px;
	padding: 10px 10px 0px 10px;
}

.short_index { /*** Global summary styles ***/
	margin: 10px 10px 10px 10px;
	padding: 10px; 
	background: url(../img/t11_short_bg_index.gif) bottom left repeat-x;
}

.short_holder_index { width: 100%; overflow: hidden;}

.short_holder_index h2 a {
	color: #00436d;
	font-size: 18px;
	font-weight: bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

.short_holder_index h2 a:hover {
	color: #595959;
	text-decoration: none;
	
}

.short_holder_index .summary { line-height: 1.5em; }

div.short_holder_index div.image {
	float: left;
	margin: 2px 10px 2px 2px;
	border: 3px solid #707070;
}

/*** Article summaries heights ***/
#latest_news div.short{height:130px;}


/*** Main news styles ***/


.category_news_category div.box_title2 {
	background: url(../img/t11_center_boxes_title.gif) top left no-repeat;
	padding: 6px 0px 12px 25px;
	margin-bottom: 6px;
}

.category_news_category div.box_title2 h4, .category_news_category div.box_title2 h4 a { 
	font-size: 16px; 
	color: #181818;
	margin-bottom: 4px;
}

.category_news_category div.box_title2 h4, .category_news_category div.box_title2 h4 a:hover {
	color: #181818;
	text-decoration: none;
}

#category_news_box div.box_title {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
	background-image: url(../img/t11_bottom_boxes_title.gif);
	background-repeat: no-repeat;
}

/*** Category links ***/

#category_news_box div.box_title h4, #category_news_box div.box_title h4 a {
	font-size: 22px;
	color: #363636;
	margin-bottom: 4px;
	font-weight: normal;
	
}

#category_news_box div.box_title h4, #category_news_box div.box_title h4 a:hover {
	color: #709bbf;
	text-decoration: none;
	
}

/*** Subcategory links ***/
#category_news_box div.box_title span { color: #000; font-size: 11px; padding: 0px 1px; }

#category_news_box div.box_title span a { color: #C90404;}

#category_news_box div.box_title span a:hover { color: #000;}

#category_news_box div.box_body ul { padding: 0px 6px;}

#category_news_box div.box_body ul li {
	padding: 1px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c3d5e4;
}

#category_news_box div.box_body ul li a {
	display: block;
	color: #396182;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-image: url(../img/icon_paper.gif);
	background-repeat: no-repeat;
	background-position: 6px 8px;
}

#category_news_box div.box_body ul li a:hover {
	color: #FFF;
	background-color: #86a9c5;
}

/*** Category page ***/

#category_holder div.subcategory_list div.box_body { padding: 6px;}

#category_holder div.short { margin-bottom: 12px; padding-bottom: 12px;}

/*** Article styles ***/

.box_breadcrumb { padding: 6px 0px; color: #999; border-bottom: 1px solid #acadad;}

.box_breadcrumb a {color: #306e9e; padding-right: 4px;}

#article_holder h1 { font-size: 24px; color: #494949; padding: 8px 0px 4px 0px; margin-bottom: 4px; border-bottom: 1px solid #c9c9c9;font-family:Tahoma, Arial, Helvetica, sans-serif;}

#article_holder div.article_metadata {
	margin-bottom: 4px;
	background-image: url(../img/icon_pen.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: left 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
#article_holder div.article_metadata a{
	color: #858585;
	
}
#article_holder div.article_metadata span.metadata_time {
	font-size: 12px;
	color: #01a59f;
	padding-left: 5px;
}

#article_holder div.font_size { font-size: 12px; text-align: right; margin-bottom: 12px; float: right;}

#article_holder div.font_size img { vertical-align: bottom; padding-left: 3px;}

#article_holder div.image {
	float: left; 
	margin-right: 10px; 
	border: 2px solid #ededee;
	background-color: #ededee;
	color: #727272;
}

#article_holder div.image span.image_caption { font-size: 11px; line-height:normal;}

#article_holder div#article_body { line-height: 18px; width: 100%; overflow: hidden; margin-bottom: 12px;}

#article_holder div#article_body h1, 
#article_holder div#article_body h2, 
#article_holder div#article_body h3, 
#article_holder div#article_body h4, 
#article_holder div#article_body h5, 
#article_holder div#article_body h6 { font-family: Arial, Helvetica, sans-serif;}

#article_holder div#article_body a { color: #666; text-decoration: underline; }

#article_holder div#article_body a:hover { color: #999; text-decoration: none; }

#article_holder div.content_attachment { padding:6px; text-align:right; font-size: 11px;}

#article_holder div.content_attachment img { vertical-align: bottom;}

#article_holder div.content_attachment a {color: #C90404;}

/*** Article social bookmarks ***/

#box_social_bookmarks {
	color: #555555;
	background-color: #f2f2f3;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 16px;
	background-image: url(../img/icon_add.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#box_social_bookmarks a { color: #3f68a0; text-decoration: none; }

#box_social_bookmarks a:hover { color: #4c4c4d; }

#box_social_bookmarks img { vertical-align: middle;}

/*** Article comments ***/

.comment_block h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #01a59f;
	padding: 6px;
	margin: 6px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e0e0e0;
}

#comment_list {
	border: 2px solid #e9eaec;
	padding: 7px;
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #ebf7f7;	
}

#comment_list div.comment_holder { margin-bottom: 20px;} 

#comment_list div.comment_header {
	padding-bottom: 6px;
	font-size: 12px;
	background-color: #fff;
	padding-top: 2px;
	padding-left: 4px;
}

#comment_list div.comment_header a { color: #1f679f; font-weight: bold;}

#comment_list div.comment_body_holder {padding: 6px; background: url(../img/t11_ads2_bg.gif) bottom right no-repeat; border-top: 1px solid #ebf7f7; background-color: #fff;}

#comment_list div.comment_body {width: 100%; overflow: hidden; }

#comment_list div.comment_body img { float: left;}

#comment_list div.comment_body div.comment_text { color: #5f5e5e; margin-left: 40px; padding: 0px 12px 10px 10px;}

#comment_list div.comment_report { float: right;}

/*** Pagination ***/

#box_pagination { padding: 6px; margin: 6px 0px; background: #f2f2f2; color: #747475;}

#box_pagination span.pagination { float:right; font-weight: bold;}

#box_pagination span.pagination a { font-weight: normal; color: #e92424;}

#box_pagination span.pagination_total {color: #01a59f;}

/*** Archive calendar ***/

#box_calendar table caption { 
	font-weight: bold; 
	background-color: #555;
	border-bottom: 1px solid #333; 
	padding: 6px 0px;
	margin-bottom: 6px;
}

#box_calendar table caption a {color: #C90404;}

#box_calendar table caption span { cursor: pointer; padding: 0px 4px;}

#box_calendar table td { background-color: #555; text-align: center; padding: 1px 2px;}

/*************** RIGHT COLUMN STYLES *******************************************************************************************************************/
/******************************************************************************************************************************************************/

#box_right_holder {/*stilovi za desnu kolonu, padinzi, margine...*/
	background-image: url(../img/t11_right_bg.gif);
	background-repeat: repeat;
}

/*** Boxes ***/

#dynamic_box_right div#box_right_holder { padding: 10px; margin-right: 10px;}

#dynamic_box_right .box div.box_title {
	color: #646464;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	padding: 6px 8px;
	border-bottom: 1px solid #d8e0f1;
}

#dynamic_box_right .box_tabs div.box_title {padding: 6px 0px 0px 0px; background: #fff;}

#dynamic_box_right .box .box_title_holder {
}

/* Hides from IE5-mac \*/
* html #dynamic_box_right .box .box_title_holder { height: 1%;}
/* End hide from IE5-mac */


#dynamic_box_right .box {
	margin-bottom: 6px;
	background-color: #FFFFFF;
	background-position: top;
}

#dynamic_box_right .box .box_body {
}

#dynamic_box_right .box .box_body div.box_content {padding: 6px 12px 12px 12px;  }

#dynamic_box_right .box .box_body div.box_content a { color: #0162a0; }

#dynamic_box_right .box .box_body div.box_content a:hover { color: #f41841; }

/* Hides from IE5-mac \*/
* html #dynamic_box_right .box .box_body { height: 1%;}
/* End hide from IE5-mac */

/********** Lists ***************/

#dynamic_box_right div.box_body ul li {
	padding: 1px 0px;
}

#dynamic_box_right div.box_body ul li a {
	display: block; 
	padding: 4px 4px 4px 14px; 
	background: url(../img/t11_menu_bullet.gif) 3px 8px no-repeat;
	color: #0162a0;
}

#dynamic_box_right div.box_body ul li a:hover { color: #f41841; text-decoration: none; }

/*** Tabs ***/

.tabs {
	font-size:14px;
	line-height:normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
ul.tabs{
	margin:0;
	padding:4px 0 4px 0px;
	list-style:none;
}
.tabs li {
	display:inline;
	margin:0;
	padding:0;
}
	  
.tabs a {
	margin: 0px 1px 0px 0px;
	padding:10px 0 4px 4px;
	text-decoration:none;
	
}

*:first-child+html .tabs a {padding:0 0 0 4px;} /* IE 7 hack */

/* Hides from IE5-mac \*/
* html .tabs a {padding:0 0 0 4px;}
/* End hide from IE5-mac */

.tabs a span {
	padding:10px 8px 4px 4px;
	color:#949494;
	
}

.tabs a:hover {text-decoration: none;}

.tabs a:hover span {color: #9e9f9f;}

.tabs a.active { background: url(../img/tabs_left.gif) no-repeat left top;}

.tabs a.active span {
	color: #454544;
	background: url(../img/tabs_right.gif) no-repeat right top;
}

/*** Latest comments box ***/

div#latest_comments div.single_comment img { float: left; margin: 2px 6px 2px 4px;}

div#latest_comments div.single_comment {display: block; width: 100%; overflow: hidden; padding-bottom: 4px; margin-bottom: 6px; border-bottom: 1px solid #eee;}

div#latest_comments div.single_comment div.comment_header { font-size: 11px; color: #666666;}

div#latest_comments div.single_comment div.comment_header a {color: #C90404;}

div#latest_comments div.single_comment div.comment_body { padding-top: 2px; font-size: 11px;}

/*** Featured author box ***/

div#box_users div.box_body img { float: left; margin: 2px 6px 2px 4px;}

div#box_users div.box_body a { display: block; padding-bottom: 6px; color: #C90404;}

div#box_users div.box_content { width: 90%; overflow: hidden;}

/*** Tag cloud box ***/

div#box_tags a:hover {color: #C90404;}

/*** Article page tag box ***/

#article_tags div.article_tags {}

#article_tags div.article_my_tags { padding-top: 6px; margin-top: 6px; border-top: 1px solid #313131;}

#article_tags div.article_add_tag { padding-top: 6px; text-align: center;}

/*** Article Tools box ***/

#dynamic_box_right div#box_article_tools { margin-bottom: 36px;}

#dynamic_box_right div#box_article_tools ul { font-size: 12px;}

#dynamic_box_right div#box_article_tools ul li img { vertical-align: bottom;}

#dynamic_box_right div#box_article_tools ul li a {padding: 0px 4px 2px 4px; background: none; color: #4478a1;}

#dynamic_box_right div#box_article_tools ul li a:hover {background: none; text-decoration: none; color: #616161;}

/*** Email friend box ***/

#send_article {
	padding: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8e0f1;
}

/*** Article vote box ***/

#stars { padding: 2px; width: 150px; overflow: hidden;}

.article_rating { 
	color: #CECECE; 
	font-weight: bold; 
	font-size: 14px;
	padding-top: 10px; 
	padding-right: 18px; 
	float: right; 
}

div.standard_star { cursor: pointer;}

/*************** FOOTER STYLES *************************************************************************************************************************/
/******************************************************************************************************************************************************/

.footer {
	text-align: left;
	color: #999;
	overflow: hidden;
	
}

.footer a { color: #535353;}

.footer a:hover { color: #5684aa;}
.static_footer {
	padding: 33px 0px 32px 0px;
	background-image: url(../img/t11_footer_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.footer div.corner_bottom {}

/*** First level categories in footer ***/

.footer ul { text-transform: uppercase; background: #CBCBCB; padding: 6px 0px 6px 0px; margin: 0px;}

.footer li {display: inline; padding: 0px 3px;}

.footer li a { color:#FFFFFF;}

/*************** THEME 11 *************************************************************************************************************************/
/******************************************************************************************************************************************************/

.login_register {
	position: absolute;
	top: 28px;
	right: 5px;
	background: url(../img/t11_login_icon.gif) 0px 50% no-repeat;
	color: #999;
	margin-right: 5px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 22px;
}

.login_register a { color: #999; font-weight: bold; }

.login_register a:hover { color: #e24644; text-decoration: none; }

#headline_home {
	width: 910px;
	height: 236px;
	background: url(../img/t11_headline_bg.gif) top left no-repeat;
	padding: 12px 30px;
}

.headline_image div.image_caption { display: none; }

.headline_shadow {
	padding-top: 10px;
	height: 100%;
	background-image: url(../img/t11_drop_shadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.headline_shadow2 { padding-top: 35px; background: url(../img/t11_drop_shadow3.gif) top left no-repeat; }

.bottom_shadow { height: 1%; padding-top: 10px; background: url(../img/t11_drop_shadow2.gif) top left no-repeat; }

.ads1 { margin-bottom: 6px; }

.ads2 { text-align: center; margin-bottom: 10px; padding: 30px 0px 0px; background: url(../img/t11_ads2_bg.gif) top left no-repeat; }
.ads2 img a{
	border: 1px solid #ebebeb;
	padding: 2px;
	background-color: #ebebeb;
}
.ads2 img a:hover{
	border: 1px solid #e6edf4;
	padding: 2px;
	background-color: #e6edf4;
}

#featured_video { float: right; width: 250px; }

.video_title h1 { background: url(../img/t11_camera.gif) 2px 50% no-repeat; padding: 0px 0px 0px 40px; color: #000; font-size: 18px; font-weight: bold; }

#bottom_more_news { clear: both; padding: 10px 20px; background: #a6c3db; }

/* Styles for forms */

form { /******* Used for all forms in Vivvo *********/
	padding: 0px;
	margin: 0px;
}

input, select, textarea { }

select  {width:300px;}

textarea  {border: 1px solid #7F9DB9;}

.form_line {
	margin-bottom: 6px;
	padding-bottom: 6px;
	width: 100%;
	overflow: hidden; /* if used, needs to be hidden because of Opera */
}

*:first-child+html .form_line {margin-bottom: 0px; padding-bottom: 6px;}


input.text {
	border: 1px solid #b1b1b1;
	font-family: Arial, Helvetica, sans-serif;
	color: #4382c8;
}

select.options {
	border: 1px solid #b1b1b1;
	font-family: Arial, Helvetica, sans-serif;
	color: #4382c8;
	
}



input.submit_button, button { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}

.formElement p { margin-top: 0;}

/***************** Box forms *******************/

#dynamic_box_right .form_line label {}

#dynamic_box_right .form_line div.submit { text-align: right;}

#dynamic_box_right .form_line div.submit a { float: left; padding-top: 3px; color: #C90404;}

/*************** CONTENT FORMS *******************************************************************************************************************/
/******************************************************************************************************************************************************/

#dynamic_box_center div.form_line label {
	text-align: right;
	padding: 3px 0px 3px 3px;
	display: block; 
	float: left;
	width: 30%;
	font-size: 12px;
	color: #4b4b4b;
}

#dynamic_box_center div.formElement {float: left; margin-left: 6px; display: inline; z-index: auto;}

#dynamic_box_center div.formElement label {
	padding: 0px;
	width: auto;
	text-align: left;
	float: none;
	display: block;
	font-weight: normal;
}






