#auction_body {
	text-align: center;
	padding: 20px 3px 0px 3px;
}

#title {
	font-size: 20px;
	font-weight: bold;
	color: #5C9A42;
}

#auction_body ul {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    list-style-type: disc;
    text-align: left;
	padding-left: 30px;
	color: #464646;
	margin: 20px 0px 20px 0px;
}

#box_button_left {
	background: url(images/box_button_left.png) no-repeat left center;	
	width: 315px;
	height: 200px;
	float: left;
	margin-left: 7px;
	margin-right: 13px;
	margin-bottom: 20px;
	display: none;
}

#box_button_left a {
	display: block;
	width: 315px;
	height: 200px;	
}

#box_button_right {
	background: url(images/box_button_right.png) no-repeat left center;	
	width: 315px;
	height: 200px;
	float: left;
	margin-bottom: 20px;
	display: none;
}

#box_button_right a {
	display: block;
	width: 315px;
	height: 200px;	
}

#matches_table {
	width: 747px;
	margin-bottom: 10px;
}

.colums_description {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#matches_table_header {
	font-size: 18px;
	color: #FFFFFF;	
	text-align: center;
	background: url(images/matches_table_header.png) no-repeat center center #E3E3E5;
    margin-left: auto;
    margin-right: auto;
    width: 743px;
	padding: 3px 0px 3px 0px;
}

#matches_table .car_mark {
	font-size: 15px;
	font-weight: bold;
	color: #6C6C6C;
	text-align: center;
	background-color: #FFFFFF;
}

.td1, .td2, .td3, .td4, .td5, .td6, .td7, .td8{
	text-align: center;
	border: 1px solid #C8C9CD;
}

#matches_table td, #matches_table th{
	text-align: center;
	border: 1px solid #C8C9CD;	
	font-size: 12px;
	color: #4E4E4E;
}

.odd{
	background-color: #FFFFFF;
}

.even {
	background-color: #EDEDEE;
}

#product_picture {
	margin-top: 30px;
}

#homologation {
	margin-bottom: 10px;
}

#turbo_specs_list {
	margin-bottom: 15px;
}

#turbo_specs_list li{
	margin-left: -15px;
	list-style-type: none;
	height: 18px;
	width: 685px;
}

#turbo_safe_item_01 {
	background: url(images/turbo_safe_specs/turbo_safe_item_01.png) no-repeat center left;
}

#turbo_safe_item_02 {
	background: url(images/turbo_safe_specs/turbo_safe_item_02.png) no-repeat center left;
}

#turbo_safe_item_03 {
	background: url(images/turbo_safe_specs/turbo_safe_item_03.png) no-repeat center left;
}

#turbo_safe_item_04, #turbo_safe_item_05, #turbo_safe_item_06, #turbo_safe_item_07,
#turbo_safe_item_08, #turbo_safe_item_09, #turbo_safe_item_10, #turbo_safe_item_11, #turbo_safe_item_12,
#turbo_safe_item_13, #turbo_safe_item_14, #turbo_safe_item_15, #turbo_safe_item_16, #turbo_safe_item_17,
#turbo_safe_item_18, #turbo_safe_item_19, #turbo_safe_item_20 {
	display: none;
}

#turbo_safe_item_01 a, #turbo_safe_item_02 a, #turbo_safe_item_03 a, #turbo_safe_item_04 a,
#turbo_safe_item_05 a, #turbo_safe_item_06 a, #turbo_safe_item_07 a, #turbo_safe_item_08 a,
#turbo_safe_item_09 a, #turbo_safe_item_10 a, #turbo_safe_item_11 a, #turbo_safe_item_12 a,
#turbo_safe_item_13 a, #turbo_safe_item_14 a, #turbo_safe_item_15 a, #turbo_safe_item_16 a,
#turbo_safe_item_17 a, #turbo_safe_item_18 a, #turbo_safe_item_19 a, #turbo_safe_item_20 a {
	display: none;
}

/************************* GALLERY START *************************/

#gallery{
	text-align: center;
	width: 710px;
	margin-bottom: 20px;
}

#scrollToTop, #scrollToBottom{
	position: absolute;
}

#scrollToTop{
	top: 25px;
	left: 0px;
}

#scrollToBottom{
	top: 25px;
	right: 0px;
}

#horizontal{
	height: 82px;
	position: relative;
}

#mini_photos_container{
	width: 570px;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#mini_photos{
	white-space: nowrap;
	position: absolute;
}

#mini_photos img{
	border: 1px solid #D8D8D8;
	margin: 0 15px;
	width: 78px;
	height: 78px;
}

#product_picture{
	margin: 20px auto 10px auto;
}

.big_pic_container {
	margin-top: 12px;
	display: inline-block;
	width: 100%;
    color: #215592;
    font-size: 18px;
}

#big_pic_1 {
	text-align: center;
}

#big_pic_1 img {
	margin-top: 5px;
	margin-bottom: 5px;
}

#gallery_title {
	width: 100%;
	float: left;
}
#selected_image {
    color: #4E4E4E;
    font-size: 14px;
}

#place_for_big_pic_2 {
	display: block;
	width: 100%;
	text-align: center;
}
#big_pic_2 {
    transition: height 1s;
    -moz-transition: height 1s; /* Firefox 4 */
    -webkit-transition: height 1s; /* Safari and Chrome */
    -o-transition: height 1s; /* Opera */	
	overflow: hidden;
}

#big_pic_2 img {
	position: relative;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s; /* Firefox 4 */
    -webkit-transition: opacity 0.5s; /* Safari and Chrome */
    -o-transition: opacity 0.5s; /* Opera */
}

#big_pic_pasta {
	text-align: center;
}

#big_pic_homologation {
	margin-bottom: 10px;
}

#big_pic_homologation img {
	display: block;
	margin: 0 auto;
}

#gallery_content {
	text-align: center;
}

#set_thumbnails_gallery {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 10px;
}

.set_thumbnail {
	float: left;
	margin-right: 5px;
	cursor: pointer;
}

.zoom_thumbnail {
    cursor: default;
}

.p_thumbnail, .f_thumbnail, .n_thumbnail, .pfn_thumbnail {
	border: 1px solid #D8D8D8;
	line-height: 0;
}

.plusik {
	margin-top: 5px;
}

#place_for_set_elements {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
    color: #4E4E4E;
    font-size: 18px;
	font-weight: bold;
}

#set_elements {
	display: inline-block;
	text-align: left;
}

.preloader_image {
	width: 1px;
	height: 1px;
	visibility: hidden;
}

#resizer {
	height: 220px;
    transition: height 1s;
    -moz-transition: height 1s; /* Firefox 4 */
    -webkit-transition: height 1s; /* Safari and Chrome */
    -o-transition: height 1s; /* Opera */	
}

#hint_on_hover {
	position: relative;
	opacity: 0;
	height: 126px;
	width: 250px;
	background: url(http://grenico.de/de/PFN_full_sets/images/hint.png) no-repeat 0 0;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s; /* Firefox 4 */
    -webkit-transition: opacity 0.5s; /* Safari and Chrome */
    -o-transition: opacity 0.5s; /* Opera */
	top: -110px !important;
}

/************************* GALLERY END *************************/
#emer6{
 width:715px;
 height:50px; 
 margin:0 auto;
 margin-top: 20px;
 margin-bottom:20px;
 background: url(http://grenico.de/de/PFN_full_sets/images/info_homologation.jpg);
 background-repeat:no-repeat;
}