@charset "utf-8";

html
{
	min-height: 100%;
	padding-bottom:20px!important;
}
body
{
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
	height:100%;
	color:#666;
	text-align:center;
	background:#ccc url(bg1.jpg) top center repeat fixed;
}

table 
{
    border: 0px; /* border="0" */
    border-collapse: collapse; /* cellspacing="0" */
	
}
table td 
{
    padding: 0px; /* cellspadding="0" */
    vertical-align: top;
}



h1
{
	color: #000;
	font-weight: bold;
	font-size:1.5em;
	text-transform:none;
	border-left:3px solid #f00;
	padding-left: 5px;
}
h2
{
	color: #333;
	font-weight: bold;
	font-size:1.3em;
}
h3
{
	color: #333;
	font-weight: normal;
}
h4
{
	color: #9F9F9F;
	margin:5px 0px;
	font-size: 1.1em;
}

blockquote
{
	margin: 15px 0px;
	padding: 10px;
	border-left: 3px solid #cf002c;
	font-style:italic;
}


a {
	color: #cf002c;
}
a:hover
{
	text-decoration: none;
}

img
{
	border:0px;
}

a, input
{
	outline: none;
}


.maximage
{
	display:none;
	position:fixed !important;
}



.d_map
{
	width: 943px;
	height: 400px;
	display:inline-block;
}

.d_atlas
{
	display: none;
}

.gomapMarker
{
	text-align: left;
}

.d_layout
{
	box-shadow:0 5px 10px black;
	-moz-box-shadow:0 5px 10px black;
	-webkit-box-shadow:0 5px 10px black;
	width: 943px;
	background:#fff;
	display:inline-block;
	text-align:left;
	padding-bottom: 10px;
	position: relative;
}
	.d_head
	{
		height:88px;
	}
		.a_logo
		{
			margin-top:10px;
			display:inline-block;
			float:left;
		}
	
		.ul_small_menu
		{
			float:right;
			margin:10px 7px 0px 0px;
		}
			.ul_small_menu li
			{
				float:left;
				margin-left:10px;
				list-style:none;
				text-transform:uppercase;
				font-size:0.7em;
			}
				.ul_small_menu li a
				{
					color: #333;
					text-decoration:none;
				}
				.ul_small_menu li a:hover
				{
					text-decoration:underline;
				}
				.ul_small_menu li .a_red
				{
					color: #cf002c;
					text-decoration:underline;
					font-weight:bold;
				}
			/*li */
		/*ul_small_menu*/
		
		.ul_menu
		{
			float: left;			
			clear:both;
			margin:15px 0px 15px 10px;
			padding: 0px;
			width:100%;
		}
			.ul_menu .separator
			{
				width: 1px;
				height: 17px;
				background:#aaa;
			}
			.ul_menu li
			{
				float:left;
				margin-right:10px;
				list-style:none;
				text-transform:uppercase;
				font-size:1.1em;
				color: #999;
			}
				.ul_menu li a
				{
					color: #999;
					text-decoration:none;
				}
				.ul_menu li a:hover
				{
					color: #000;
				}
				.ul_menu li .a_active
				{
					font-weight: bold;
					color:#000;
				}
				.ul_menu li .a_red
				{
					color: #cf002c;
				}
				.ul_menu li .a_red:hover
				{
					color: #9f002c;
				}
			/* li */
		/*ul_menu*/
	
	.d_bannery
	{
		height: 493px;
		width: 943px;
		float:left;
	}	
		.d_bannery .big_bannerline
		{
			width: 943px;
    		height: 493px;
		}
		
		
		
	.d_med_banners
	{
		margin:10px 10px 10px 0px;
		text-align:center;
		display:block;
		clear:both;
	}
		.d_med_banners .d_left
		{
			display:inline-block;
		}
		.d_med_banners .d_right
		{
			display:inline-block;
			margin-left:8px;
		}
		
	
	.mini_bannerline
	{
	}
		.mini_bannerline li
		{
			border:1px solid #ddd;
		}
		
		.mini_bannerline li a
		{
			float:left;
		}
		.mini_bannerline li .info
		{
			float:left;
			clear:none;
			margin-left:20px;
			margin-top:10px;
			width:200px;
		}
			.mini_bannerline li .info a
			{
				color: #333;
				text-decoration:none;
				font-size:0.9em;
				font-weight:bold;
				text-transform: uppercase;
			}
			.mini_bannerline li .info a:hover
			{
				color: #cf002c;
			}
			.mini_bannerline li .info span
			{
				color: #777;				
				font-size:0.8em;
				clear:both;
				display:block;
			}
			
			
	.d_bottom_banners
	{
		margin:10px 11px 10px 11px;
	}
		.d_bottom_banners .d_left
		{
			float:left;
			text-align:center;
			border:1px solid #ddd;
			height:70px;
			overflow:hidden;
			background:#f7f7f7;
		}
		.d_bottom_banners .d_right
		{
			float:right;
			text-align:center;
			border:1px solid #ddd;
			height:70px;
			overflow:hidden;
			background:#f7f7f7;
		}
	
	.d_counters
	{
		margin: 10px 11px 0px 11px;
		float: left;
		clear: both;
	}	
		
	.d_icons 
	{
		display:block;
		white-space:nowrap;
	}
	.d_icons a
	{
		float:left; 
		margin:0px 10px;
	}
	
	
	
	.d_catalog_menu
	{
		height:39px;
		background:#eee url(catalog_menu_bg.gif) repeat-x;
		margin-top:30px;
	}
		.d_catalog_menu ul
		{
			margin:0px;
			padding:0px;
		}
			.d_catalog_menu ul li
			{
				list-style:none;
				float:left;		
			}
			.d_catalog_menu ul .li_separator
			{
				background:url(catalog_menu_separator.gif) no-repeat center center;
				width:1px;
				height:39px;
			}
				.d_catalog_menu ul li a
				{
					width:140px;
					height:39px;
					text-align:center;
					display:block;
					line-height: 39px;
					color:#828282;
					text-transform:uppercase;
					font-weight:bold;
					font-size:0.9em;
					text-decoration:none;
				}
				.d_catalog_menu ul li a:hover
				{
					color: #000;
				}
				
				.d_catalog_menu ul li .lvl_2
				{
					position: absolute;
					z-index:500;
					display:none;
				}
					.d_catalog_menu ul li .lvl_2 li
					{
						clear:both;
					}
						.d_catalog_menu ul li .lvl_2 li a
						{
							text-align:left;
							background:#999999; /* url(lvl2_arrow.gif) 10px center no-repeat*/
							height:32px;
							line-height: 32px;
							text-transform:none;
							border-bottom:1px solid #fff;
							padding-left:20px;
							white-space:nowrap;
							float: none;
							color:#fff;
						}
						.d_catalog_menu ul li .lvl_2 li a:hover,
						.d_catalog_menu ul li .lvl_2 li .highlight
						{
							background:#000; /* url(lvl2_arrow_w.gif) 10px center no-repeat */
							color:#fff;
						}
						
						.d_catalog_menu ul li .lvl_2 .lvl_3
						{
							position: absolute;
							display:none;
							left:100%;
							margin-top:-33px;
						}
							.d_catalog_menu ul li .lvl_2 .lvl_3 li
							{
								clear:both;
							}
								.d_catalog_menu ul li .lvl_2 .lvl_3 li a
								{
									background:#000; /*  url(lvl2_arrow_w.gif) 10px center no-repeat */
									color:#c09797;
								}
								.d_catalog_menu ul li .lvl_2 .lvl_3 li a:hover
								{
									color:#fff;
								}
								
	.d_current_section
	{
		height:24px;
		background:#eee url(current_section.gif) repeat-x;
	}
		.d_current_section ul
		{
			margin: 0px 0px 0px 140px;
			padding: 0px;
			display:block;
			float:left;
			height:24px;
		}
			.d_current_section ul li
			{
				float: left;
				list-style:none;
				height:24px;
				line-height:19px;
				background:url(current_section_bg.gif) repeat-x;
			}
			.d_current_section ul .l
			{
				width:17px;
				background:url(current_section_l.gif);
			}
			.d_current_section ul .r
			{
				width:17px;
				background:url(current_section_r.gif);
			}
				.d_current_section ul li span
				{
					width:1px;
					height:24px;
					background:url(path_separator.gif) center center no-repeat;
					display:block;
					margin-top:-3px;
					margin-left:3px;
					margin-right:3px;
				}
				.d_current_section ul li a
				{
					color:#929292;
					font-weight:bold;
					font-size:0.9em;
					text-decoration:none!important;
					padding:0px 5px;
				}
				.d_current_section ul li a:hover
				{
					color:#cf002c;
				}
				
				.d_current_section ul li .a_logo
				{
					background:url(path_logo.gif) no-repeat;
					width:13px;
					height:11px;
					padding: 0px;
					margin: 4px;
				}
				
	.d_catalog_content
	{
		margin-top:7px;
		padding: 0px;
	}
		.d_catalog_content .catalog_bannerline
		{
			margin: 0px;
			padding: 0px;			
    		height: 480px;
		}
			.d_catalog_content .catalog_bannerline li
			{
				margin:0px 0px 0px 7px;
				padding: 0px;
				float:left;
				width:227px!important;
				height: 480px;
				list-style:none;
				text-align:left;
				overflow:hidden;
				position: relative;
			}
				.d_catalog_content .catalog_bannerline li .a_img
				{
					background:#ccc;
					display:block;
					height:409px;
					width:227px;
					margin-bottom:7px;
				}
					.d_catalog_content .catalog_bannerline li .a_img .hidden
					{
						display:none;
					}
					
		.d_catalog_content .product_bannerline
		{
			margin: 0px;
			padding: 0px;			
    		height: 547px;
		}
			.d_catalog_content .product_bannerline li
			{
				margin:0px 0px 0px 8px;
				padding: 0px;
				float:left;
				width:304px!important;
				height: 547px;
				list-style:none;
				text-align:left;
				overflow:hidden;
				position: relative;
			}
				.d_catalog_content .product_bannerline li .a_img
				{
					background:#ccc;
					display:block;
					height:547px;
					width:304px;
					margin-bottom:7px;
				}
				
		.d_catalog_content .d_prod_info
		{
			padding:7px;
		}
		
	.d_single_banner
	{
		width:943px;
		overflow:hidden;
		text-align:center;
		display:inline-block;
	}
		.d_single_banner .d_rider_info
		{
			position:absolute;
			z-index:10;
			margin: 50px 0px 0px 350px;	
			width:550px;
			box-shadow:0 5px 10px black;
			-moz-box-shadow:0 5px 10px black;
			-webkit-box-shadow:0 5px 10px black; 
			border-radius:6px;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			background: #fff url(riderFiche.jpg) left repeat-y;
			text-align: left;
			padding-bottom:10px;
		}
			.d_single_banner .d_rider_info .a_back
			{
				color: #333;
				font-size: 1.2em;
				text-transform:uppercase;
				display:inline-block;
				margin:15px 0px 15px 15px;
				text-decoration:none;
			}
			.d_single_banner .d_rider_info .a_back:hover
			{
				color:#999;
			}
			.d_single_banner .d_rider_info .d_rider_title
			{
				background: url(bando.jpg);
				height:126px;
				overflow:hidden;
			}
			.d_single_banner .d_rider_info .a_label
			{
				padding: 15px 0px 15px 20px;
				text-transform:uppercase;
				float:left;
				clear: left;
				display:inline-block;
				border-bottom: 1px solid #ddd;
				color: #999;
				font-size: 1.1em;
				font-weight: bold;
				text-decoration: none;
				background: url(arr_r.png) no-repeat 10px 19px;
				width: 105px;
			}
			.d_single_banner .d_rider_info .active
			{
				background-color: #fff;
				color: #333;
			}
			.d_single_banner .d_rider_info .a_label:hover
			{
				color: #333;
				background-color: #fff;
			}
				.d_single_banner .d_rider_info .d_rider_title img
				{
					float: right;
					height: 126px;
					margin-right: 7px;
				}
				.d_single_banner .d_rider_info .d_rider_title h1
				{
					border:0px;
					float: left;
					font-size:2.9em;
					font-weight: normal;
					width:190px;
				}
			.d_single_banner .d_rider_info .rider_block
			{
				font-size: 0.9em;
				width:400px;
				overflow:hidden;
				float:right;
				clear: none;
				padding: 10px;
				display:none;
				text-align: left;
			}
				.d_single_banner .d_rider_info .rider_block .a_gallery
				{
					float:left;
					display: block;
					margin: 0px 5px 5px 0px;
					border:3px solid #ddd;
				}
				.d_single_banner .d_rider_info .rider_block .a_gallery:hover
				{
					border:3px solid #ccc;
				}
		
	.d_team_wrapper
	{
		padding-left:7px;
		display: block;
		clear:both;
	}
		.d_team_wrapper .ul_team
		{
			margin:0px;
			padding:0px;
			min-height:231px;
		}
			.d_team_wrapper .ul_team li
			{
				list-style: none;
				float:left;
				width:180px;
				margin:2px 7px 0px 0px;
			}
				.d_team_wrapper .ul_team li strong
				{
					float:left;
					clear:both;
					padding:5px;
				}
				.d_team_wrapper .ul_team li .no_clear
				{
					clear: none;
				}
				.d_team_wrapper .ul_team li a
				{
					width:180px;
					height:200px;
					padding-top:30px;
					border-bottom:1px solid #ddd;
					display:block;
					color: #666;
					text-decoration:none;
					font-weight:bold;
				}
				.d_team_wrapper .ul_team li a:hover
				{
					background: #ddd url(logo-rider_list.gif) no-repeat top right;
				}
				.d_team_wrapper .ul_team li .a_contest_pic
				{
					width:180px;
					height:160px;
					padding-top:30px;
					border-bottom:1px solid #ddd;
					display:block;
					color: #666;
					text-decoration:none;
					font-weight:bold;
				}
				.d_team_wrapper .ul_team li .a_add
				{
					height: 15px;
					line-height: 15px;
					width: 15px;
					float: right;
					padding: 0px;
					font-size: 0.8em;
					border: 0px;
					font-family: Tahoma;
					text-align: center;
					background: #ddd;
					margin-right: 0px;
				}
				.d_team_wrapper .ul_team li .a_substract
				{
					height: 15px;
					line-height: 15px;
					width: 15px;
					float: right;
					padding: 0px;
					font-size: 0.8em;
					border: 0px;
					font-family: Tahoma;
					text-align: center;
					background: #ddd;
				}
				.d_team_wrapper .ul_team li .a_add:hover
				{
					background: #f0f0f0;
					color: #0c0;
				}
				.d_team_wrapper .ul_team li .a_substract:hover
				{
					background: #f0f0f0;
					color: #c00;
				}
				.d_team_wrapper .ul_team li span
				{
					float: right;
					font-size: 0.8em;
					height: 15px;
					line-height: 15px;
					text-align: center;
					width: 40px;
					overflow: hidden;
				}
				.d_team_wrapper .ul_team li .d_rate
				{
					float: right;
					margin-right: -2px;
					position: relative;
					margin-top: 5px;
				}
				
				

.d_content_padding
{
	padding:12px;
	width: 910px;
}




.shops
{
	width: 100%;
	border-collapse:separate;
	border-spacing: 10px;
}
	.shops td
	{
		text-align: left;
		width: 33%;
	}
	.shops h2
	{
		color: #333;
		font-weight:normal;
		font-size: 1.2em;
		display:block;
		background: #ddd;
		padding: 3px 7px;
		border-left:3px solid #f00;
	}
	.shops a
	{
		margin-left:10px;
		color: #333;
	}
	.shops a:hover
	{
		text-decoration:underline;
		color: #cf002c;
	}


	
	
	
.dataTable_1
{
	
}
	.dataTable_1 th
	{
		padding: 5px 10px;
		font-size: 1.2em;
		color: #333;
	}
		.dataTable_1 th span
		{
			color: #cf002c;
			margin-left: 3px;
		}
		.dataTable_1 th small
		{
			clear: both;
			display: block;
			font-weight: normal;
			font-style: italic;
		}
	.dataTable_1 td
	{
		padding: 5px 10px;
	}
	.dataTable_1 .td_error
	{
		color: #cf002c;
		vertical-align:middle;
	}
		.dataTable_1 td label
		{
			clear: both;
			float: left;
			font-size: 0.9em;
		}
			.dataTable_1 td label input
			{
				width: auto;
				border: 0px;
			}
		.dataTable_1 td input
		{
			width: 400px;
			border: 1px solid #999;
		}
		.dataTable_1 td input:focus
		{
			background: #eee;
		}

#bonus_form
{

}
	#bonus_form #sendBtn
	{
		float:left;
		margin-left:458px;
	}
	

.d_tags
{
	float: right;
	width: 259px;
	clear:right;
	padding-left: 20px;
	text-align: justify;
}
	.d_tags a
	{
		color: #333;
		text-decoration:none;
	}
	.d_tags a:hover
	{
		color: #999;
	}
	.d_tags p
	{
		display: block;
		clear:both;
		width:100%;
		background: #eee;
	}
	.d_tags h3
	{
		display:block;
		float:right;
		color: #333;
		font-weight: normal;
		font-size:1.1em;
		margin:0px 0px 5px 0px;
		background: #eee;
		padding: 2px 5px;
	}
	
	
	
.d_tag_item
{
	margin: 0px 0px 15px 10px;
}
	.d_tag_item div
	{
		padding-left: 10px;
	}
	.d_tag_item .d_title
	{
		border-left: 3px solid #ddd;
		padding-left: 5px;
	}
	.d_tag_item a
	{
		font-size: 1.5em;
		color:#333;
	}
	.d_tag_item small a
	{
		font-size: 1.0em;
		color: #cf002c;
	}
	
	
.news_list
{
	margin:0px;
	padding: 0px;
	display:block;
	float:left;
	clear:left;
	width: 100%;
}
	.news_list li
	{
		list-style: none;
		margin: 0px 0px 20px 0px;
		display: block;
		float: left;
		clear: both;
		width: 100%;
	}
		.news_list li .d_info
		{
			float: left;
			width: 600px;
		}
		.news_list li .d_gallery
		{
			float: right;
			width: 290px;
		}
			.news_list li .d_gallery a
			{
				width: 58px;
				height: 58px;
				overflow: hidden;
				display: inline-block;
				float: left;
				margin: 0px;
			}
			.news_list li .d_gallery a span
			{
				position: absolute;
				z-index: 5;
				width: 58px;
				height: 58px;
			}
			.news_list li .d_gallery a:hover span
			{
				background: #f00;
				opacity:.8;
				filter:alpha(opacity=80);
			}
		.news_list li .date
		{
			font-size:0.9em;
			color: #999;
			margin: 5px 0px 0px 0px;
		}
		.news_list li .summary
		{
			margin: 0px;
		}
		.news_list li .tags
		{
			font-size:0.9em;
			color: #999;
			margin: 0px;
		}
		.news_list li .a_title
		{
			color: #000;
			font-weight: bold;
			font-size:1.5em;
			border-left:3px solid #f00;
			padding-left: 5px;
			text-decoration:none;
			margin:0px 0px 5px 0px;
			display: inline-block;
		}
		.news_list li .a_title:hover
		{
			color: #999;
		}
		
		
.d_pagination
{
	display: block;
	clear:both;
	margin: 20px 0px;
}
	.d_pagination span, a
	{
		margin: 0px 2px 0px 2px;
	}
	.d_pagination .sp_current
	{
		font-weight:bold;
	}
	
/*
.qtip h1
{
	color: #333;
	font-weight: normal;
	font-size: 1.6em;
	margin: 0px;
}
*/
.qtip p
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

			
	
.d_team_sorting
{
	clear:both;
	padding: 20px 10px 0px 10px;
	height:98px;
	background: url(team_bg.gif) repeat-x top;
}
	.d_team_sorting a
	{
		text-decoration: none;
		font-size: 1.4em;
		color: #666;
		text-transform:uppercase;
		margin-right: 10px;
	}
	.d_team_sorting a:hover
	{
		color: #999;
	}
		.d_team_sorting a b
		{
			background: url(custom_cb.gif) no-repeat bottom left;
			height: 9px;
			width: 9px;
			display:inline-block;
			margin: 0px 3px 1px 0px;
		}
		/* ie7 hack */
		*:first-child+html .d_team_sorting a b
		{
  			margin: 0px 3px 5px 0px;
		}/* hacked */
		
	.d_team_sorting .selected
	{
		color: #000;
	}
	.d_team_sorting .selected:hover
	{
		color: #000;
	}
		.d_team_sorting .selected b
		{
			background: url(custom_cb.gif) no-repeat top left;
		}
	.d_team_sorting .team
	{
		background: url(team.gif);
		width: 213px;
		height: 55px;
		display:inline-block;
		margin-right:20px;
	}
	.d_team_sorting .buttons
	{
		display:inline-block;
	}
		.d_team_sorting .buttons h2
		{
			margin: 0px 0px 0px 0px;
			border-bottom:1px solid #000;
		}
		
.d_form_1
{
	clear:both;
	display:block;
	margin:20px 0px 80px 0px;
}
	.d_form_1 dl
	{
		clear:both;
		display:block;
		padding:8px 0px;
	}
	
		.d_form_1 dl dt
		{
			float:left;
			width:150px;
			font-weight: bold;
			color:#333;
			font-size:1.2em;
			text-align: left;
		}
			.d_form_1 dl dt span
			{
				color:#ff0000;
				margin-left: 2px;
			}
			.d_form_1 dl dt small
			{
				clear: both;
				display: block;
				font-weight: normal;
				font-style: italic;
			}
		
		.d_form_1 dl dd
		{
			float:left;
		}
			.d_form_1 dl dd input
			{
				margin:0px;
				width:300px;
			}
			.d_form_1 dl dd #female, .d_form_1 dl dd #male, .d_form_1 dl dd #active, .d_form_1 dl dd #disabled
			{
				width:auto;
			}
			.d_form_1 dl dd .sendBtn
			{
				width:auto;
				float:left;
			}
			.d_form_1 dl dd select
			{
				margin:2px 0px;
				width:300px;
			}
			.d_form_1 dl dd textarea
			{
				width:500px;
				height:150px;
				outline: none;
				float:left;
			}	
			.d_form_1 dl dd .d_error
			{
				float:none;
				clear:none;
				margin-left: 20px;
				display:inline;
				color:#ff0000;
			}
			.d_form_1 dl dd .sp_result
			{
				color:#333;
				background: #FDEBC9;
				padding:0px 2px;
				float:left;
				margin:2px 0px 0px 5px;
			}
			
			
.d_pic_upload .wrapper
{
	width: 180px;
	height: 180px;
	background: #eee;
	border: 3px #ccc solid;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.d_pic_upload .button
{
	width: 180px;
	height: 180px;
	line-height: 180px;
	font-size: 14px;
	color: #c00;
	text-align: center;
}
.d_pic_upload .button.hover {
	background: #ddd;
	color: #c00;	
}



.f-search
{
	position: absolute;
	margin-left: 755px;
	margin-top: 35px;
}
.f-search fieldset{border:none;}
.f-search legend{display:none;}
.f-search .inputrow
{
	float:right;
	width:160px;
	height:17px;
	background:url(search.png) no-repeat 0 0;
	text-align:left;
	margin:0 11px;
	position:relative;
	top:2px;
}
.f-search .focusedinput
{
	background-position:0 -17px;
}
.f-search .inp
{
	width:134px;
	border:none;
	outline:none;
	background:transparent;
	position:absolute;
	left:10px;
	top:2px;
	font-size:0.8em;
}
.f-search a.b-submit
{
	position:absolute;
	top:4px;
	right:6px;
	width:10px;
	height:11px;
	background:url(searchbutton.png) no-repeat 0 0;
	display:block;
	text-indent:-1983em;
	overflow:hidden;
}
.f-search a.b-submit:hover
{
	background-position:0 -11px;
}
.f-search .b-submit, .f-search label
{
	display:none;
}
.f-search legend
{
	
}


.events_overview
{
}
	.events_overview h2
	{
		border-left:3px solid #f00;
		padding-left: 5px
	}
	.events_overview div
	{
		margin: 13px 0;
	}
	.events_overview i
	{
		font-size: 0.9em;
		color: #CF002C;
	}
	.events_overview a
	{
		color: #333;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;
	}
	.events_overview a:hover
	{
		color: #cf002c;
	}
	.events_overview span
	{
		color: #999;
	}
