/**
 * This project is created by
 * PILLAX (http://www.pillax.com)
 */

/***************************************************************
 * Global styles - START 
 */
body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Tahoma, Verdana, sans-serif, Helvetica, Arial;
	background: #e5e4ea url('images/page_bg.gif') top left repeat-x;
	color: #2f2f2f;
}
* {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
div#main_container {
	position: relative;
	margin: auto;
	width: 988px;
}
/**
 * Global styles - END 
 ***************************************************************/

/***************************************************************
 * Header - START
 */
div#header {
	height: 150px;
}
	div#header div#h_l {
		position: absolute;
		left: 0;
		top: 0;
		width: 153px;
		height: 148px;
		background: #b7b7b9 url('images/offeroftheday_bg.gif') top left no-repeat;
		border: 1px solid #b7b7b9;
		text-align: center;
		font-size: 12px;
	}
		div#h_l span#h_l_title {
			display: block;
			width: 153px;
			height: 22px;
			line-height: 22px;
			color: #dfdfe2;
		}
		div#h_l span#h_l_date {
			display: block;
			width: 153px;
			height: 17px;
			color: #4e4d4b;
		}
		div#h_l a img {
			width: 126px;
			height: 72px;
			border: 1px solid #b7b7b9;
		}
		div#h_l a#h_l_offer_title {
			display: block;
			width: 153px;
			height: 17px;
			color: #bf0101;
			text-decoration: none;
		}
		div#h_l a#h_l_offer_title:hover {
			color: #bf0101;
			text-decoration: underline;
		}
		div#h_l span#h_l_offer_price {
			display: block;
			width: 153px;
			height: 17px;
			font-size: 13px;
		}

	div#header div#h_r {
		position: absolute;
		right: 0;
		top: 0;
		width: 157px;
		height: 150px;
	}

	div#header div#header_center {
		position: absolute;
		left: 155px;
		top: 0;
		width: 676px;
		height: 150px;
		overflow: hidden;
	}
/**
 * Header - END 
 ***************************************************************/

/***************************************************************
 * Footer - START
 */
div#footer {
	margin-top: 20px;
	border-top: 3px solid #b7111b;
	background-color: #403f3e;
	padding: 20px 0 60px 0;
}
	div#footer a {
		color: #949494;
		text-decoration: none;
	}
	div#footer a:hover {
		text-decoration: underline;
	}

	div#footer div#copyright {
		text-align: center;
	}

	div#footer ul {
		display: block;
		width: 988px;
		margin: auto;
		margin-top: 20px;
	}
		div#footer ul li {
			float: left;
			list-style: none;
			position: relative;
			color: #bbbbbc;
			font-weight: bold;
		}
			div#footer ul li ul {
				width: auto;
				margin-top: 10px;
			}
				div#footer ul li ul li {
					clear: left;
					font-weight: normal;
				}
/**
 * Footer - END 
 ***************************************************************/

/***************************************************************
 * Top navigation - START
 */
div#top_nav {
	margin: auto;
}
	div#top_nav ul li {
		float: left;
		list-style: none;
		position: relative;
	}
		div#top_nav ul li:hover ul {
			display: inline;
		}
		div#top_nav ul li a {
			display: block;
			width: 130px;
			height: 49px;
			text-align: center;
			line-height: 49px;
			font-weight: bold;
			font-size: 11px;
			color: #edeeed;
			text-decoration: none;
		}
		div#top_nav ul li:hover > a {
			text-decoration: none;
			background: #920909 url('images/top_nav_hover.gif') top center no-repeat;
		}
			div#top_nav ul li ul {
				width: 600px;
				list-style-type: none;
				display: none;
				position: absolute;
			}
				div#top_nav ul li ul li {
					float: left;
					list-style: none;
					position: relative;
				}
					div#top_nav ul li ul li a {
						background: none;
						width: auto;
						height: 30px;
						line-height: 30px;
						display: block;
						color: #ffffff;
						text-decoration: none;
						border-right: 1px dashed #666666;
						font-size: 11px;
						font-weight: normal;
					}
					div#top_nav ul li ul li a:hover {
						background: none;
						text-decoration: underline;
					}
/**
 * Top navigation - END 
 ***************************************************************/

/***************************************************************
 * search_box - START
 */
div#search_box {
	float: right;
	width: 160px;
	height: 24px;
	line-height: 24px;
	margin-top: 10px;
}
	div#search_box input {
		width: 88px;
		height: 18px;
		margin-left: 11px;
		border: 1px solid #940000;
		background-color: #bf0101;
		color: white;
		font-size: 12px;
	}
	div#search_box a {
		color: white;
		font-weight: bold;
		margin-left: 3px;
		font-size: 11px;
	}
	div#search_box a:hover {
		text-decoration: none;
	}
/**
 * search_box - END 
 ***************************************************************/

/***************************************************************
 * site_center - START
 */
div#site_center {
	background: #e6e5dc url('images/workspace_bg.gif') repeat-x;
	margin-top: 30px;
}
/**
 * site_center - END 
 ***************************************************************/

/***************************************************************
 * columns - START
 */
div#left_col {
	width: 155px;
	float: left;
	background-color: #e6e5dc;
}
	div#left_col div#announcements_count {
		height: 34px;
		line-height: 34px;
		font-size: 12px;
		padding-left: 7px;
		background: #4e4d4b url('images/announcements_count_bg.gif') repeat-y;
		color: white;
	}
	div#left_col ul {
	
	}
		div#left_col ul li {
			list-style: none;
		}
			div#left_col ul li a, 
			div#left_col ul li span {
				text-decoration: none;
				display: block;
				background: #e6e5dc url('images/left_menu_title_bg.gif') repeat-x;
				height: 39px;
				line-height: 39px;
				padding-left: 7px;
				color: #bf0101;
				font-weight: bold;
				position: relative;
			}
			div#left_col ul li span {
				margin-top: 17px;
			}
				div#left_col ul li a img {
					position: absolute;
					right: 5px;
					top: 10px;
					border: none;
				}
			div#left_col ul li ul {
			}
				div#left_col ul li ul li {
				}
					div#left_col ul li ul li a {
						font-weight: normal;
						display: block;
						height: 21px;
						line-height: 21px;
						padding-left: 7px;
						color: #4e4d4b;
						background: #e6e5dc url('images/left_menu_row_bg.gif') repeat-x;
						text-decoration: none;
					}
					div#left_col ul li ul li a:hover {
						color: #bf0101;
					}

div#workspace {
	margin-left: 10px;
	width: 654px;
	float: left;
}
	div#workspace div#index_left {
		width: 344px;
	}
	div#workspace div#index_right {
		width: 300px;
		float: right;
	}

	div#workspace div.workspace_container {
		background-color: white;
		padding: 10px 15px;
	}
		div#workspace div.workspace_container h1 {
			display: block;
			background: #e70505 url('images/workspace_container_h1_bg.gif') 0 0 repeat-y;
			color: white;
			padding: 10px 15px;
			margin: -10px -15px 5px -15px;
			font-size: 12px;
		}
		div#workspace div.workspace_container span.h1_right {
			float: right;
			color: white;
			font-size: 12px;
		}

div#right_col {
	margin-left: 10px;
	background-color: #a09fa0;
	width: 159px;
	float: left;
}
	div#right_col ul {
	}
		div#right_col ul li {
			list-style: none;
		}
			div#right_col ul li a {
				display: block;
				position: relative;
				height: 37px;
				line-height: 37px;
				color: #ffffff;
				background: #6a6a6a url('images/right_col_nav_bg.gif') repeat-x;
				text-decoration: none;
			}
				div#right_col ul li a img {
					position: absolute;
					left: 0;
					top: 0;
					border: none;
				}
				div#right_col ul li a b {
					margin-left: 36px;
					display: block;
					width: 126px;
					cursor: pointer; /* IE 6,7 */
				}
					div#right_col ul li a:hover b {
						color: #c0c0c1;
					}

	div#right_col div#right_col_commercial {
		width: 120px;
		height: 240px;
		margin: 20px auto 10px auto;
	}

	div#right_col a.right_col_block {
		display: block;
		height: 32px;
		padding: 20px;
		color: #ffffff;
		text-decoration: none;
		background: #555555 url('images/right_col_block_bg.gif') repeat-x;
	}

	div#right_col div#designer_konus {
		width: 56px;
		height: 89px;
		margin: 40px 0 20px auto;
	}

/**
 * columns - END 
 ***************************************************************/

/***************************************************************
 * box - START
 */
div.box {
	width: 344px;
	height: 300px;
	position: relative;
}
	div.box span.box_title {
		display: block;
		height: 35px;
		line-height: 35px;
		background: #bf0101 url('images/box_title_bg.gif') repeat-y;
		color: white;
		font-size: 12px;
		padding-left: 20px;
	}

	div.box a {
		display: block;
		height: 59px;
		padding: 15px 20px;
		border-bottom: 1px solid #e4e4e7;
		background-color: white;
		text-decoration: none;
	}
	div.box a:hover {
		background-color: #f1f1f3;
	}
		div.box a img {
			border: none;
			margin-right: 12px;
		}
		div.box a b {
			color: #bf0101;
		}

	div.box div.box_pagiantor {
		position: absolute;
		top: 14px;
		right: 5px;
		height: 20px;
	}
		div.box div.box_pagiantor a {
			border: 1px solid #bf0101;
			border-bottom: none;
			color: #e1e1e1;
			font-weight: bold;
			float: left;
			margin-left: 1px;
			width: 26px;
			height: 20px;
			line-height: 20px;
			text-align: center;
			padding: 0px;
			background-color: #d03838;
		}
		div.box div.box_pagiantor a:hover, 
		div.box div.box_pagiantor a.box_pagiantor_active {
			border-color: #e4e4e7;
			background-color: white;
			color: #d00404;
		}

	div.box div.carousel_controls {
		position: absolute;
		top: 10px;
		right: 5px;
	}
		div.box div.carousel_controls a {
			border: none;
			float: right;
			width: 21px;
			height: 17px;
			padding: 0px;
			margin-left: 5px;
			background-color: #e70505;
			background-image: url('images/carousel_controls_bg.png');
			background-repeat: no-repeat;
		}
		div.box div.carousel_controls a.carousel_left {
			background-position: -42px 0px
		}
		div.box div.carousel_controls a.carousel_left:hover {
			background-position: 0px 0px
		}
		div.box div.carousel_controls a.carousel_right {
			background-position: -63px 0px
		}
		div.box div.carousel_controls a.carousel_right:hover {
			background-position: -21px 0px
		}
/**
 * box - END 
 ***************************************************************/

/***************************************************************
 * workspace_commercial_box - START
 */
div#workspace_commercial_box1 {
	width: 300px;
	height: 250px;
}
/**
 * workspace_commercial_box - END 
 ***************************************************************/

/***************************************************************
 * index_news - START
 */
div#index_news {
	height: 250px;
	background-color: white;
}
	div#index_news div.index_news_entry
	{
		padding: 15px 20px;
		height: 185px;
		overflow: hidden;
	}
		div#index_news div.index_news_entry span.news_date {
			display: block;
			padding: 0;
			margin-bottom: 7px;
			color: #505050;
		}
		div#index_news div.index_news_entry a.index_news_title {
			display: block;
			border: none;
			height: 28px;
			padding: 0;
			margin-bottom: 7px;
			font-weight: bold;
			color: #bf0101;
			overflow: hidden;
		}
		div#index_news div.index_news_entry a.index_news_title:hover {
			background: none;
		}
		
		div#index_news div.index_news_entry a.img_lnk {
			border: none;
			background: none;
			height: auto;
			padding: 0;
		}
			div#index_news div.index_news_entry a.img_lnk img {
				margin-right: 15px;
			}

		div#index_news div.index_news_entry div.news_intro {
			height: 93px;
			overflow: hidden;
		}
		div#index_news div.index_news_entry div.news_bottom {
			margin-top: 15px;
			border-top: 1px dashed #ccccd0;
		}
		div#index_news div.index_news_entry a.news_nav {
			display: block;
			float: right;
			height: 13px;
			line-height: 13px;
			border: none;
			border-right: 1px dotted #666666;
			text-align: center;
			text-decoration: underline;
			color: #bf0101;
			padding: 0 7px;
			margin-top: 5px;
		}
		div#index_news div.index_news_entry a.news_nav:hover {
			text-decoration: none;
			color: #333333;
			background: none;
		}
/**
 * index_news - END 
 ***************************************************************/

/***************************************************************
 * vip_firms - START
 */
div#vip_firms {
	margin-top: 10px;
}
	div#vip_firms li {
		width: 344px;
	}
		div#vip_firms li a img{
			border: 1px solid #e5e4ea;
		}
/**
 * vip_firms - END 
 ***************************************************************/

/***************************************************************
 * workspace_commercial_box - START
 */
div#workspace_commercial_box2 {
	width: 344px;
	height: 125px;
	margin-top: 10px;
}
/**
 * workspace_commercial_box - END 
 ***************************************************************/

/***************************************************************
 * last_machines_offers - START
 */
div#last_machines_offers {
	margin-top: 10px;
}
	div#last_machines_offers ul li {
		width: 300px;
	}
	div#last_machines_offers span.date {
		display: block;
		padding: 0;
		margin-bottom: 3px;
		color: #505050;
	}
	div#last_machines_offers a img {
		border: 1px solid #e5e4ea;
	}

/**
 * last_machines_offers - END 
 ***************************************************************/

/***************************************************************
 * last_goods_offers - START
 */
div#last_goods_offers {
	margin-top: 10px;
	width: 300px;
	height: 278px;
}
	div#last_goods_offers a {
		height: 60px;
		padding: 10px 20px;
		margin: 0;
	}
	div#last_goods_offers span.date {
		display: block;
		padding: 0;
		margin-bottom: 3px;
		color: #505050;
	}

/**
 * last_goods_offers - END 
 ***************************************************************/

/***************************************************************
 * sponsored_links - START
 */
div#sponsored_links {
	margin-top: 10px;
	background-color: white;
	height: 142px;
}
	div#sponsored_links div#sponsored_links_container
	{
		margin: 15px;
		width: 314px;
		height: 66px;
		position: relative;
	}
		div#sponsored_links div#sponsored_links_container a {
			width: 156px;
			height: 32px;
			line-height: 33px;
			text-align: center;
			padding: 0;
			margin: 0;
			position: absolute;
			border: none;
		}
		div#sponsored_links div#sponsored_links_container a#sponsored_link_1 {
			top: 0;
			left: 0;
			width: 157px;
			height: 33px;
			border-right: 1px dotted #666666;
			border-bottom: 1px dotted #666666;
		}
		div#sponsored_links div#sponsored_links_container a#sponsored_link_2 {
			top: 0;
			right: 0;
			height: 33px;
			border-bottom: 1px dotted #666666;
		}
		div#sponsored_links div#sponsored_links_container a#sponsored_link_3 {
			bottom: 0;
			left: 0;
			width: 157px;
			border-right: 1px dotted #666666;
		}
		div#sponsored_links div#sponsored_links_container a#sponsored_link_4 {
			bottom: 0;
			right: 0;
		}
/**
 * sponsored_links - END 
 ***************************************************************/

/***************************************************************
 * news - START
 */
div#news {

}
	div#news div.news_left_col {
		width: 350px;
		margin: 0 15px 5px 0;
		float: left;
	}
		div#news div.news_left_col img.news_img {
			width: 350px;
			border: 1px solid #e5e4ea;
		}
		div#news div.news_left_col div.image_copyright {
			width: 342px;
			background-color: #e5e4ea;
			padding: 7px 5px 5px 5px;
		}

		div#news div.news_left_col div.sound_container,
		div#news div.news_left_col div.video_container {
			margin-top: 10px;
			width: 342px;
			background-color: #e5e4ea;
			padding: 7px 5px 5px 5px;
		}
			div#news div.news_left_col div.sound_container h2,
			div#news div.news_left_col div.video_container h2{
				background-color: #676766;
				color: white;
				width: 342px;
				margin: -7px -5px 0 -5px;
				padding: 3px 5px 3px 5px;
				font-size: 12px;
				font-weight: normal;
			}
			div#news div.news_left_col div.sound_container div.audio_player {
				width: 200px;
				margin: 10px auto 5px auto;
			}

			div#news div.news_left_col div.video_container div.video_player {
				margin: 10px auto 10px auto;
			}

	div#news div#gallery{
		margin-top: 15px;
		background-color: #e5e4ea;
		padding-left: 3px;
	}
		div#news div#gallery h2 {
			background-color: #676766;
			color: white;
			margin-bottom: 4px;
			margin-left: -3px;
			font-size: 12px;
			font-weight: normal;
			padding: 3px 5px 3px 5px;
		}

		div#news div#gallery a {
			display: block;
			width: 120px;
			height: 110px;
			margin: 0 2px 2px 0;
			float: left;
			background-color: #e6e5dc;
			border: 1px solid #a09fa0;
			text-decoration: none;
			text-align: center;
		}
		div#news div#gallery a:hover {
			background-color: white;
			border: 1px solid white;
		}
			div#news div#gallery a img {
				border: none;
			}

	div#news a#print {
		display: block; 
		float:right; 
		width: 31px;
		
	}
		div#news a#print img {
			border: none;
		}

	div#news div#related_news{
		margin-top: 15px;
		padding-left: 3px;
	}
		div#news div#related_news h2 {
			margin-bottom: 4px;
			margin-left: -3px;
			font-size: 12px;
		}
		div#news div#related_news ul {
			margin-left: 20px;
		}
		div#news div#related_news li {
			margin-top: 5px;
		}
/**
 * news - END 
 ***************************************************************/

/***************************************************************
 * path - START
 */
div#path {
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	color: black;
}
	div#path a {
		color: black;
		text-decoration: none;
	}
	div#path a:hover {
		color: white;
	}
/**
 * path - END 
 ***************************************************************/

/***************************************************************
 * comments - START
 */
div#comments {
	background-color: white;
	padding: 10px 15px;
}
	div#comments h3 {
		display: block;
		font-size: 12px;
		background: #e70505 url('images/workspace_container_h1_bg.gif') 0 0 repeat-y;
		padding: 10px 15px;
		margin: -10px -15px 5px -15px;
		color: white;
		font-weight: normal;
	}

	div#comments div.comment_num {
		float: right; 
		font-size: 30px; 
		color: #C0C0C0; 
		font-weight: bold; 
		margin-left: 20px; 
		margin-right: 10px;
	}

	div#comments div.comment_odd,
	div#comments div.comment_even {
		padding: 10px;
	}
	div#comments div.comment_odd {
	}
	div#comments div.comment_even {
		background-color: #f0f0f0;
	}

	div#comments div.comment_from {
		font-weight: bold;
		color: #bf0101;
		margin-bottom: 5px;
	}
	



/**
 * comments - END 
 ***************************************************************/

/***************************************************************
 * Vote box - START 
 */
.vote_box, 
.vote_box_inactive {
	position: relative;
	background: #909090 url('images/vote_box_sprites.gif') no-repeat;
	width: 80px;
	height: 51px;
}
.vote_box_inactive {
	background-position: -106px 0;
	display: none;
}

.vote_box .vote_up, 
.vote_box .vote_dwn {
	position: absolute;
	right: 0;
	display: block;
	width: 25px;
	height: 25px;
	background: #909090 url('images/vote_box_sprites.gif') no-repeat;
}
.vote_box .vote_up {
	top: 0;
	background-position: -55px 0;
}
.vote_box .vote_up:hover {
	background-position: -81px 0;
}
.vote_box .vote_dwn {
	bottom: 0;
	background-position: -55px -26px;
}
.vote_box .vote_dwn:hover {
	background-position: -81px -26px;
}

.vote_box div,
.vote_box_inactive div {
	font-size: 10px;
	width: 54px;
	position: absolute;
	top: 2px;
	left: 0;
	text-align: center;
}
/**
 * Vote box - END 
 ***************************************************************/

/***************************************************************
 * Pager - START 
 */
div.pager {
	height:25px;
	margin-top:10px;
}
	div.pager a {
		background: url('images/paginator_right.gif') top right no-repeat;
		display: block;
		float: left;
		margin-right: 3px;
		text-decoration: none;
	}
	div.pager a:hover {
		background-image: url('images/paginator_right_hvr.gif');
	}
		div.pager a b {
			background: url('images/paginator_left.gif') top left no-repeat;
			padding:4px 6px 4px 6px;
			display:block;
			color:#8c8c8c;
			cursor:pointer;
			font-size: 10px;
		}
		div.pager a:hover b {
			background-image: url('images/paginator_left_hvr.gif');
			color:#000000;
		}
	div.pager a.current_page, 
	div.pager a.current_page a:hover {
		background-image: url('images/paginator_right_active.gif');
	}

	div.pager a.current_page b, 
	div.pager a.current_page a:hover b {
		background-image: url('images/paginator_left_active.gif');
		color: white;
	}
/**
 * Pager - END 
 ***************************************************************/

/***************************************************************
 * Error mesage - START
 */
#err_msg, 
.err_msg
{
	text-align: left;
	border-top: 1px solid red; 
	border-bottom: 1px solid red; 
	background-color:#FFF0F0;
	color: #000000;
	padding: 10px;
}
	#err_msg ul,
	.err_msg ul
	{
		margin-left: 10px;
	}
/**
 * Error message - END 
 ***************************************************************/

/***************************************************************
 * Information message - START
 */
#info_msg, 
.info_msg
{
	text-align: left;
	border-top: 1px solid #008000; 
	border-bottom: 1px solid #008000; 
	background-color:#F0FFF0;
	color: #000000;
	padding: 10px;
}
/**
 * Information message - END 
 ***************************************************************/

/***************************************************************
 * news_list - START
 */
div#news_list {
	background-color: white;
	padding: 10px 15px;
}
	div#news_list div.row {
		height: 144px;
		background: url('images/news_list_row_bg.gif') repeat-x;
		overflow: hidden;
	}
		div#news_list div.row h2 a {
			margin: 10px 15px 0 0;
			display: block;
			font-size: 11px;
			color: #bf0101;
			text-decoration: none;
		}
		div#news_list div.row img {
			border: none;
			margin: 5px 15px 0 5px;
		}
			div#news_list div.row div.intro a {
				text-decoration: none;
			}

			div#news_list div.row div.date {
				margin-bottom: 5px;
			}
/**
 * news_list - END 
 ***************************************************************/

/***************************************************************
 * video - START
 */
div#video {

}
	div#video div#video_player {
		width: 467px;
		height: 275px;
		float: left;
	}
	div#video div#last_uploadet {
	}
		div#video div#last_uploadet div#last_uploadet_container{
			overflow: auto;
			height: 155px;
			width: 600px;
		}

		div#last_uploadet ul {
			height: 135px;
			display: block;
			width: 1412px;
		}
			div#last_uploadet ul li {
				display: block;
				background-color: white;
				border-left: 1px solid #e4e4e6;
				width: 140px; height: 135px;
				float: left;
				text-align: center;
			}
				div#last_uploadet ul li h3 a {
					font-size: 11px;
					text-decoration: none;
					color: #bf0101;
				}
				div#last_uploadet ul li div.date {
					color: #9a9a9c;
					height: 22px;
					line-height: 22px;
				}
				div#last_uploadet ul li img {
					width: 100px;
					height: 60px;
					border: none;
					margin: 6px 0 6px 0;
				}

	div#video div#filter {
		height: 30px;
	}
		div#video div#filter div.filter_element {
			width: 122px;
			height: 50px;
			float: left;
		}
			div#video div#filter div.filter_element b {
				display: block;
				height: 20px;
			}

		div#video div#filter div.filter_element  select {
			width: 122px;
		}

	div#video h2.sub_title {
		border-bottom: 1px solid #e4e4e6;
		font-size: 12px;
		color: #bf0101;
		margin-top: 20px;
		padding-bottom: 5px;
	}
	div#video div#video_description {
		margin-top: 10px;
	}
/**
 * video - END 
 ***************************************************************/

/***************************************************************
 * video_list - START
 */
div#video_list {
	background-color: white;
	padding: 10px 15px;
}
	div#video_list div.row {
		height: 104px;
		background: url('images/news_list_row_bg.gif') repeat-x;
		overflow: hidden;
	}
		div#video_list div.row div.intro a{
			text-decoration: none;
		}
	
		div#video_list div.row h2 a {
			margin: 10px 15px 0 0;
			display: block;
			font-size: 11px;
			color: #bf0101;
			text-decoration: none;
		}
		div#video_list div.row img {
			border: none;
			margin: 5px 15px 0 5px;
		}
		div#video_list div.row div.date {
			color: #999999;
			margin-bottom: 5px;
		}

	div#video_list div#filter {
		height: 30px;
	}
		div#video_list div#filter div.filter_element {
			width: 122px;
			height: 50px;
			float: left;
		}
			div#video_list div#filter div.filter_element b {
				display: block;
				height: 20px;
			}

		div#video_list div#filter div.filter_element  select {
			width: 122px;
		}
/**
 * video_list - END 
 ***************************************************************/

/***************************************************************
 * images - START
 */
div#images {

}
	div#images div#filter {
		height: 30px;
	}
		div#images div#filter div.filter_element {
			width: 122px;
			height: 50px;
			float: left;
		}
			div#images div#filter div.filter_element b {
				display: block;
				height: 20px;
			}

		div#images div#filter div.filter_element  select {
			width: 122px;
		}

	div#images h2#sub_title {
		border-bottom: 1px solid #e4e4e6;
		font-size: 12px;
		color: #bf0101;
		margin-top: 20px;
		padding-bottom: 5px;
	}
	div#images div#album_description {
		margin-top: 10px;
	}

	div#images div#img_container {
		position: relative;
		width: 624px;
		height: 341px;
		background-color: grey;
		background-position: 0 0;
		background-repeat: no-repeat;
	}
		div#images div#img_container span {
			position: absolute;
			bottom: 0;
			left: 0;
			display: none;
			height: 30px;
			width: 604px;
			background-color: #686868;
			opacity: .7;
			color: white;
			padding: 10px;
		}
		div#images div#img_container span i {
			font-style: normal;
		}





		div#images div#img_container a#next,
		div#images div#img_container a#prev {
			display: block;
			width: 63px;
			height: 32px;
			background-color: red;
			position: absolute;
			top: 150px;
			display: none;
		}
		div#images div#img_container a#next {
			background: url('images/nextlabel.gif') 0 0 no-repeat;
			right: 0;
		}
		div#images div#img_container a#prev {
			background: url('images/prevlabel.gif') 0 0 no-repeat;
			left: 0;
		}



	div#images div#img_paginator {
		position: relative;
		margin-top: 1px;
		height: 77px;
		background-color: #d2d2d2;

	}
		div#images div#img_paginator a {
			display: block;
			width: 94px;
		}
			div#images div#img_paginator a img {
				margin-top: 15px;
				border: none;
			}

		div#images div#img_paginator a#img_paginator_carousel_right,
		div#images div#img_paginator a#img_paginator_carousel_left {
			position: absolute;
			display: block;
			top:0;
			width: 25px;
			height: 77px;
			background-position: 0 0;
			background-repeat: no-repeat;
		}
		div#images div#img_paginator a#img_paginator_carousel_right {
			right: 0;
			background-image: url('images/img_paginator_right.gif');
		}
		div#images div#img_paginator a#img_paginator_carousel_left {
			left: 0;
			background-image: url('images/img_paginator_left.gif');
		}

		div#images div#img_paginator div#img_paginator_container {
			margin-left: 37px;
		}

	div#images div.latest_album {
		border: 1px solid #e4e4e6;
		height: 90px;
		float: left;
		margin: 5px 5px 0 0;
		padding: 5px;
		text-align: center;
	}
		div#images div.latest_album h3 a {
			font-size: 11px;
			text-decoration: none;
			color: #bf0101;
		}
		div#images div.latest_album a img {
			border: none;
		}
		div#images div.latest_album div.date {
			color: grey;
		}

/**
 * images - END 
 ***************************************************************/

/***************************************************************
 * gallery_list - START
 */
div#gallery_list {
	background-color: white;
	padding: 10px 15px;
}
	div#gallery_list div.row {
		height: 90px;
		background: url('images/news_list_row_bg.gif') repeat-x;
		overflow: hidden;
	}
		div#gallery_list div.row h2 a {
			margin: 10px 15px 0 0;
			display: block;
			font-size: 11px;
			color: #bf0101;
			text-decoration: none;
		}
		div#gallery_list div.row img {
			border: none;
			margin: 5px 15px 0 5px;
		}
		div#gallery_list div.row div.date {
			color: #999999;
			margin-bottom: 5px;
		}

	div#gallery_list div#filter {
		height: 30px;
	}
		div#gallery_list div#filter div.filter_element {
			width: 122px;
			height: 50px;
			float: left;
		}
			div#gallery_list div#filter div.filter_element b {
				display: block;
				height: 20px;
			}

		div#gallery_list div#filter div.filter_element  select {
			width: 122px;
		}
/**
 * gallery_list - END 
 ***************************************************************/

/***************************************************************
 * firms_list - START
 */
div#firms_list {
	background-color: white;
	padding: 10px 15px;
}
	div#firms_list h1 {
		display: block;
		font-size: 12px;
		background: #e70505 url('images/workspace_container_h1_bg.gif') 0 0 repeat-y;
		padding: 10px 15px;
		margin: -10px -15px 5px -15px;
		color: white;
		font-weight: normal;
	}

	div#firms_list div.row {
		height: 104px;
		padding-left: 15px;
		background: url('images/news_list_row_bg.gif') repeat-x;
		overflow: hidden;
	}
		div#firms_list div.row h2 a {
			margin: 10px 0 10px 0;
			display: block;
			font-size: 12px;
			color: #bf0101;
			text-decoration: none;
		}
		div#firms_list div.row img {
			margin-right: 10px;
			border: none;
		}
		div#firms_list div.row div.intro {
		}
			div#firms_list div.row div.intro a {
				text-decoration: none;
			}
		div#firms_list div.row div.address {
			width: 160px;
			padding-left: 10px;
			margin-left: 10px;
			float: right;
			border-left: 1px dashed #666666;
		}

/**
 * firms_list - END 
 ***************************************************************/

/***************************************************************
 * firm - START
 */
div#firm {
}
	div#firm div.left_col {
		width: 350px;
		margin: 0 15px 5px 0;
		float: left;
	}
		div#firm div.left_col div.video_container {
			margin-top: 10px;
			width: 342px;
			background-color: #e5e4ea;
			padding: 7px 5px 5px 5px;
		}
			div#firm div.left_col div.video_container h2{
				background-color: #676766;
				color: white;
				width: 342px;
				margin: -7px -5px 0 -5px;
				padding: 3px 5px 3px 5px;
				font-size: 12px;
				font-weight: normal;
			}
			div#firm div.left_col div.video_container div.video_player {
				margin: 10px auto 10px auto;
			}

	div#firm div#address {
		margin: 15px 0 15px 0;
	}

	div#firm div#gallery{
		margin-top: 15px;
		background-color: #e5e4ea;
		padding-left: 3px;
	}
		div#firm div#gallery h2 {
			background-color: #676766;
			color: white;
			margin-bottom: 4px;
			margin-left: -3px;
			font-size: 12px;
			font-weight: normal;
			padding: 3px 5px 3px 5px;
		}

		div#firm div#gallery a {
			display: block;
			width: 200px;
			height: 165px;
			margin: 0 5px 5px 0;
			float: left;
			background-color: #e6e5dc;
			border: 1px solid #a09fa0;
			text-decoration: none;
			text-align: center;
		}
		div#firm div#gallery a:hover {
			background-color: white;
			border: 1px solid white;
		}
			div#firm div#gallery a img {
				border: none;
			}
/**
 * firm - END 
 ***************************************************************/

/***************************************************************
 * Math captcha field - START 
 */
#math_captcha {
	float: left;
	border: 1px solid #d6d6d6;
	background-color: #c60c0d;
	width: 200px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: white;
	font-weight: bold;
}
/**
 * Math captcha field - END 
 ***************************************************************/

/***************************************************************
 * product_list - START
 */
div#product_list {
	background-color: white;
	padding: 10px 15px;
}
	div#product_list h1 {
		display: block;
		font-size: 12px;
		background: #e70505 url('images/workspace_container_h1_bg.gif') 0 0 repeat-y;
		padding: 10px 15px;
		margin: -10px -15px 5px -15px;
		color: white;
		font-weight: normal;
	}

	div#product_list div#text_search {
		width: 200px;
		height: 40px;
		margin-top: 10px;
	}
		div#product_list div#text_search a {
			display: block;
			width: 50px;
			height: 18px;
			line-height: 18px;
			border: 1px solid #e8e7e7;
			background-color: #f0f0ef;
			float: right;
			text-align: center;
			text-decoration: none;
		}
	div#product_list div.row {
		height: 125px;
		background: white url('images/cat_row_bg.gif') 0 0 repeat-x;
		margin-bottom: 5px;
	}

		div#product_list div.row a.full_info {
			display: block;
			width: 150px;
			height: 19px;
			line-height: 19px;
			background: #bf0101 url('images/product_full_info.gif') 0 0 repeat-x;
			color: white;
			text-decoration: none;
			text-align: center;
			margin: 20px 0 0 225px;
		}

		div#product_list div.row h2 a {
			margin: 10px 0 10px 0;
			padding-top: 5px;
			display: block;
			font-size: 12px;
			color: #bf0101;
			text-decoration: none;
		}

		div#product_list div.row img {
			margin: 2px 10px 0 2px;
			border: 1px solid #a09fa0;
		}
			div#firms_list div.row div.intro a {
				text-decoration: none;
			}
		div#product_list div.row div.address {
			width: 190px;
			padding-left: 10px;
			padding-top: 5px;
			float: right;
			border-left: 1px dashed #666666;
		}
			div#product_list div.row span.address_title,
			div#product_list div.row span.address_title a {
				font-size: 12px;
				color: #bf0101;
				text-decoration: none;
				color: #bf0101;
				font-weight: bold;
				text-decoration: none;
			}

			div#product_list div.row div.address h3 {
				font-size: 12px;
			}

/**
 * product_list - END 
 ***************************************************************/

/***************************************************************
 * Form builder fields, filter - START
 */
form#filter_form {
	height: 60px;
}
	form#filter_form .fb_integer_field {
		width: 40px;
	}
	form#filter_form table tr td {
		padding-right: 10px;
	}
		form#filter_form select {
		}
	form#filter_form a#filter_submit_lnk  {
		display: block;
		width: 87px;
		height: 21px;
		float: right;
		margin-top: 15px;
		background: red url('images/search.jpg') 0 0 no-repeat;

/*
		line-height: 18px;
		border: 1px solid #9f9f9d;
		background-color: #f0f0ef;
		text-align: center;
		text-decoration: none;
*/
	}
		form#filter_form a#filter_submit_lnk:hover {
			background: red url('images/searchH.jpg') 0 0 no-repeat;
		}
/**
 * Form builder fields, filter - END 
 ***************************************************************/

/***************************************************************
 * product - START
 */
div#product {
}
	div#product div#left_col,
	div#product div#right_col {
		width: 310px;
		background: none;
		margin: 0;
	}

	div#product div#left_col {
		margin-right: 1px;
	}
		div#product div#left_col table#forms_tbl {
			width: 310px;
		}
		div#product div#left_col table#forms_tbl tr {
			height: 20px;
		}
			div#product div#left_col table#forms_tbl tr td.label {
				font-weight: bold;
				padding-left: 2px;
			}
			div#product div#left_col table#forms_tbl tr td.value {
			}


		div#product div#left_col div#commercial_small {
			margin-top: 5px;
			width: 308px;
			margin-right: 2px;
			height: 35px;
		}


	div#product div#right_col {
		float: right;
	}
		div#product div#right_col div#small_img_container {
			width: 313px;
			float: right;
			margin-right: -3px;
		}
			div#product div#right_col div#small_img_container a {
				display: block;
				width: 100px;
				height: 60px;
				margin: 4px 4px 0 0;
				float: left;
			}
				div#product div#right_col div#small_img_container a img {
					border: 1px solid #e5e4ea;
				}

	div#product div#left_col a#left_img img,
	div#product div#right_col a#right_img img {
		border: 1px solid #e5e4ea;
		width: 310px;
		height: 235px;
	}

	div#product div#seller {
		margin-top: 20px;
		background-color: #f3f3f4;
		padding: 10px 10px;
	}
		div#product div#seller h3 {
			color: #bf0101;
			font-size: 12px;
			margin-bottom: 5px;
		}

		div#product div#seller a#request {
			display: block;
			float: right;
			width: 220px;
			height: 20px;
			line-height: 20px;
			text-decoration: none;
			color: white;
			text-align: center;
			background-color: #c20101;
		}
		div#product div#seller a#all_offers {
			float: right;
			color: #cd0202;
		}

	div#product div#product_footer {
		border-top: 1px solid #e4e4e7;
		margin: 10px -15px 0 -15px;
		padding: 0 15px;
	}
		div#product div#product_footer a#print,
		div#product div#product_footer a#send_to_friend {
			display: block;
			text-decoration: none;
			color: #7c7c7c;
			text-align: center;
			float: right;
		}
		div#product div#product_footer a#print {
			width: 60px;
			height: 10px;
			padding-top: 30px;
			background: url('images/product_printer.gif') center center no-repeat;
		}
		div#product div#product_footer a#send_to_friend {
			width: 110px;
			height: 10px;
			padding-top: 30px;
			background: url('images/send_to_friend.gif') center center no-repeat;
			margin-right: 20px;
		}

		div#product div.video_container {
			margin-top: 10px;
			background-color: #e5e4ea;
			padding: 7px 5px 5px 5px;
		}
			div#product div.video_container h2 {
				background-color: #676766;
				color: white;
				margin: -7px -5px 0 -5px;
				padding: 3px 5px 3px 5px;
				font-size: 12px;
				font-weight: normal;
			}
			div#product div.video_container div.video_player {
				margin: 10px auto;
			}

/**
 * product - END 
 ***************************************************************/

/***************************************************************
 * Form builder fields, filter - START
 */
div#static {
}
	div#static a#request {
			display: block;
			float: right;
			width: 220px;
			height: 20px;
			line-height: 20px;
			text-decoration: none;
			color: white;
			text-align: center;
			background-color: #c20101;
		}
/**
 * Form builder fields, filter - END 
 ***************************************************************/

/***************************************************************
 * choose_cat - START
 */
div#choose_cat {
}
	div#choose_cat ul {
		margin-left: 20px;
	}
		div#choose_cat ul li {
			margin-top: 10px;
		}


	div#choose_cat div {
		text-align: center;
	}
/*
	div#choose_cat select {
		margin: 30px 0 30px 200px;
	}
*/
/**
 * choose_cat - END 
 ***************************************************************/

/***************************************************************
 * post_msg - START
 */
div#firm_registration {
}
	div#firm_registration p {
		margin-bottom: 10px;
	}

	div#firm_registration textarea {
		width: 500px;
		height: 50px;
	}

	div#firm_registration td, div#firm_registration th {
		padding-top: 10px;
	}

	div#firm_registration span.field_description {
		color: #676767;
	}

/**
 * post_msg - END 
 ***************************************************************/

/***************************************************************
 * financing_list - START
 */
div#financing_list {
}
	div#financing_list h2 {
		font-size: 12px;
		border-bottom: 1px solid #a09fa0;
		margin: 10px 0;
	}
	div#financing_list a {
		background-color: #F0F0F0;
		display: block;
		width: 300px;
		height: 130px;
		text-decoration: none;
		float: left;
		margin: 0 10px 10px 0;
	}
		div#financing_list a b {
			display: block;
		}
		div#financing_list a img {
			border: none;
			margin-right: 5px;
		}
/**
 * financing_list - END 
 ***************************************************************/

/***************************************************************
 * agroposts - START
 */
div#agroposts {
}

	div#navbar {
	}
		div#navbar a {
			width: 80px; 
			height: 25px; 
			line-height: 25px; 
			float: right;
			color: white;
			text-decoration: none;
			text-align: center;
			background-color: #e70505;
			margin-left: 6px;
		}
		div#navbar a:hover {
			background-color: red;
		}
	div#agroposts a.row {
		background-color: #F0F0F0;
		border: 1px solid #e4e4e7;
		display: block;
		height: 60px;
		text-decoration: none;
		margin-bottom: 5px;
		padding: 5px;
	}
		div#agroposts a.row:hover {
			background-color: white;
		}
		div#agroposts a h2 {
			font-size: 12px;
		}
/**
 * agroposts - END 
 ***************************************************************/

/***************************************************************
 * post_small_msg - START
 */
div#post_small_msg {
}
	div#post_small_msg td, div#post_msg th {
		padding-top: 10px;
	}
	div#post_small_msg span.field_description {
		color: #676767;
	}

	div#post_small_msg textarea {
		width: 500px;
		height: 100px;
	}

/**
 * post_small_msg - END 
 ***************************************************************/

/***************************************************************
 * brand - START
 */
div#brand {
}
	div#brand div#brand_l, 
	div#brand div#brand_r {
		width: 300px; 
	}
	div#brand div#brand_l {
		float: left;
	}
		div#brand div#brand_l ul {
			margin-left: 15px;
		}
	div#brand div#brand_r {
		float: right;
	}
		div#brand div#brand_r div.row {
			border: 1px solid #999999;
			padding: 10px;
			margin-bottom: 10px;
		}
/**
 * brand - END 
 ***************************************************************/

/***************************************************************
 * index_brands - START
 */
div#index_brands {
	clear: both;
}
/*
	div#index_brands a {
		display: block;
		width: 70px;
		height: 45px;
		float: left;
		border: 1px solid #676767;
		background-position: 0 0;
		background-repeat: no-repeat;
		margin-right: 10px;
	}
*/
	div#index_brands a img {
		width: 70px;
		height: 45px;
		float: left;
		border: 1px solid #676767;
		margin: 9px 9px 0 0;
	}
/**
 * index_brands - END 
 ***************************************************************/


/***************************************************************
 * buy/sell macchine - START
 */
div#BSMachine {
	width: 500px;
	margin: auto;
}
	div#BSMachine a {
		width: 200px; height: 165px;
		background-color: transparent;
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	div#BSMachine a#buyMachine {
		float: left;
		background-image: url('images/buyMachine.jpg');
	}
		div#BSMachine a#buyMachine:hover {
			background-image: url('images/buyMachineH.jpg');
		}
	div#BSMachine a#sellMachine {
		float: right;
		background-image: url('images/sellMachine.jpg');
	}
		div#BSMachine a#sellMachine:hover {
			background-image: url('images/sellMachineH.jpg');
		}
/**
 * buy/sell macchine - END 
 ***************************************************************/














