@charset "UTF-8";

/**
*	Copyrights by protokk software
*	Hamburg 2014
*	Main Style, only main template
*	Firearm-Coating Standard Template
*	Ver. 1.05
*	05.02.2014
*
*/

body {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-bg.jpg') repeat-x left top;
	background-color: #010101;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	font-size: 75%;
	line-height: 1;
  	text-align: center;
	vertical-align: top;
}

h1 {
	color: #ffffff;
	font-family: Impact, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 42px;
	text-align: center;
	margin: 0 0 60px 0;
	text-transform: uppercase;
}

h2 {
	color: #ffffff;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	line-height: 42px;
}

h3 {
	color: #ffffff;
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
	line-height: 32px;
}

p {
	
}

a {
	color: #FF8F02;
}

a:visited {
	color: #FF8F02;
}

a:active {
	color: #FF8F02;
}

a:hover {
	color: #FF8F02;
}

span.make_strong {
	color: #FF8F02;
	}
	
img {
	max-width: 100%;
	}

#main_div {
	width: 1200px;
	min-height: 600px;
	display: block;
	position: relative;
  	margin: auto;
	text-align: left;
}

#header_div {
	width: 1200px;
	height: 174px;
	display: block;
	position: relative;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-header-bg.jpg') no-repeat left top; 
}

#logo_box {
	position: absolute;
	top: 0;
	left: 70px;
}

#content_main_div {
	position: relative;
	width: 1200px;
	display: block;
	overflow: hidden;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-content-bg.png') repeat-y left top; 
}

#content_div {
	position: relative;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
	width: 1040px;
	min-height: 600px; /* New browser */
	height: auto!important; /* New browser */
	height: 600px; /* IE < Ver. 7 */
	display: block;
	margin-left: 50px;
	padding: 60px 30px 0 30px;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-content-bg.jpg') no-repeat left top;
}

#left_site {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 320px;
	}
	
#right_site {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 320px;
	}
	
#left_site_top {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 320px;
	}
	
#right_site_top {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 320px;
	}

#footer_div {
	clear: both;
	width: 100%!important;
	min-width: 1200px;
	min-height: 100px;
	position: relative;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-footer-bg.jpg') repeat-x left top;
	background-color: #0f0f0f;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	overflow: hidden;
}

#footer_div div {
	width: 1200px;
	margin: auto;
	position: relative;
	}
	
#footer_div div #company_name {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 22px;
	color: #000000;
	margin-bottom: 18px;
	}
	
#footer_div div #social_media_box {
	position: absolute;
	top: 36px;
	right: 52px;
	text-align: right;
	width: 200px;
	}
	
#footer_div div #social_media_box a {
	margin-left: 6px;
	}

#static_right_box {
    background-color: #FFFFFF;
    border: 2px solid #FF8F02;    
    border-radius: 6px;
	}

#static_right_box a {
    margin-bottom: 4px;
    color: #01568D;
	}

div.error_tpl {
	line-height: 2em;
	}
	
a.back_to_top {
	display: none;
	position: fixed;
	right: 12px;
	bottom: 12px;	
	width: 36px;
	height: 36px;
	text-decoration: none;
	background: url("/layout/1/firearm_coating_standard/ceracoteguncoatings-back-to-top.png") no-repeat 0 0;
	}

/* FORMULARS.BEGIN ++++++++++++++++++++++++++++++++ */
div.tool_tips_desc {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	text-align: justify;
	}

div.form_item + div.form_item {
	margin-top: 12px;
	}

div.form_item div.formular_name {
	line-height: 2em;
	font-size: 1.3333em;
	}
	
div.form_item div.formular_value input, 
div.form_item div.formular_value select, 
div.form_item div.formular_value textarea {
	height: 26px;
	width: 220px;
	border: 1px solid #2c2c2c;
    border-radius: 8px;
    font-size: 1.6666em;
    background-color: #6b6b6b;
    color: #ffffff;
    padding: 2px 10px;
	}
	
div.form_item div.formular_value select {
	height: 32px;
	width: 244px;
	}
	
div.form_item div.formular_value textarea {
	width: 220px;
	height: 160px;
	}
	
div.form_item div.formular_value .width_full {
	width: 90%;
	}
	
div.form_item div.formular_value input:focus, 
div.form_item div.formular_value select:focus, 
div.form_item div.formular_value textarea:focus {
	border: 1px solid #ff8f02;
	box-shadow: 0 0 6px #FFA02D;
	background-color: #ffffff;
    color: #000000;
	}	
	
.form_button {
	min-width: 200px;
	height: 44px;
	color: #ffffff!important;
    cursor: pointer;
    font-family: Impact,Helvetica,sans-serif;
    font-size: 2.3333em;
    font-style: normal;
    font-weight: normal;
	background: url("/layout/1/firearm_coating_standard/firearm-coating-teaser-button-bg.jpg") repeat-x left top;
	border-radius: 12px;
	border: 0;
	padding: 4px 12px;
	margin: 20px 12px 20px;
	text-decoration: none;
	}
	
.form_button_small {
	min-width: 100px;
	height: 34px;
	font-size: 1.3333em;
    }
	
.form_button:hover {
	color: #ffffff;
	background: url("/layout/1/firearm_coating_standard/firearm-coating-teaser-button-bg-over.png") repeat-x left top;
	}
	
div.form_main_field {
	font-size: 1.6666em;
	margin: 24px 0 24px 0;
	}
	
input.formular_value_wrong, select.formular_value_wrong, textarea.formular_value_wrong {
	border: 1px solid red;
	}
}

form.fronted_form, 
form.fronted_form div.form_item, 
form.fronted_form div.formular_name, 
form.fronted_form div.formular_value, 
form.fronted_form div.formular_info {
	width: 100%;	
	}
	
form.fronted_form div.formular_value input, 
form.fronted_form div.formular_value textarea {
	width: 90%;
	}
	
form.fronted_form div.formular_value select {
	width: 93%;	
	}
	
form.fronted_form a.form_button {
	padding: 4px 24px;
    text-decoration: none;	
    margin: 0;
	}
	
form.fronted_form a.form_button:hover {
	color: #ffffff;	
	}
	
form.fronted_form div.formular_info {
	text-align: justify;	
	width: 98%;
	}
	
form.fronted_form div.file_upload_dd_box {
	color: #fff;
    font-size: 1.6666em;
    max-width: 100%;
    width: 98%;
	}
	
form.fronted_form div.file_upload_dd_box #dropFileStatus {
	height: 1.333em;
	color: #fff;
	}
	
form.fronted_form div.file_upload_dd_box #dropFileStatus div:first-child {
	background-color: #FF8F02;
	}
	
form.fronted_form div.file_upload_dd_box div.addFileToUpload img {
	display: inherit;
    float: none;
    margin: 12px 0;
	}
	
/* FORMULARS.END ++++++++++++++++++++++++++++++++++ */

/* CONTENT.BEGIN ++++++++++++++++++++++++++++++++++ */
a.fancybox {
	display: inline-block;
	position: relative;
	}
	
img.zoom {
	position: absolute;
	left: 12px;
	bottom: 2px;
	margin: 0!important;
	}
	
div.block_content {
	font-size: 16px;
	line-height:  24px;
	display: block;
	overflow: hidden;
	text-align: justify;
	}

div.block_content + div.block_content, div.web_module_content + div.block_content {
	margin-top: 30px;
	}

div.block_content img {
	float: left;
	margin: 6px 20px 20px 0;
	border: 1px solid #f5f4fa;
	}
	
div.block_content ul {
	list-style: disc;
	display: block;
	overflow: hidden;
	}
	
div.block_content ul li {
	margin-left: 50px;
	}
	
div.left_site_content {
	text-align: left;
	width: 60%;
	}
	
.left_site_content {
	text-align: left;
	}
	
div.center_content {
	text-align: center;
	}
	
.center_content {
	text-align: center;
	}
	
div.center_content ul {
	position: relative;
	display: inline-block;
	margin: 20px 20px 40px 20px;
	font-size: 18px;
	text-align: left;
	width: 36%;
	vertical-align: top;
	}
	
div.block_content_teaser {
	position: relative;
	left: -29px;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-teaser-bg.jpg') repeat-x left top;
	background-color: #0c0c0c;
	border-top: 1px solid #303030;
	width: 1098px;
	height: 248px;
	text-align: center;
	padding: 30px 0 20px 0;
	font-size: 24px;
	line-height: 38px;
	margin-top: 20px;
	}
	
div.block_content_teaser h2 {
	margin-bottom: 20px;
	}
	
div.block_content_teaser a.teaser_button {
	display: block;
	font-family: Impact, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 28px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	width: 269px;
	height: 44px;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-teaser-button-bg.jpg') repeat-x left top;
	background-color: #ff8f09;
	border-radius: 12px;
	padding: 5px 0 0 0;
	cursor: pointer;
	margin-top: 36px;
	position: relative;
	left: 50%;
	margin-left: -135px;
	}
	
div.block_content_teaser a.teaser_button:hover {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-teaser-button-bg-over.png') no-repeat left top;
	}
	
div.block_content span, div.block_content_teaser span {
	color: #FF8F02;
	font-weight: bold;
	}
	
a.protokk_url {
	display: block;
	background-color: #ffffff;
	width: 100px;
	height: 40px;
	padding: 10px;
	border-radius: 4px;
	}
	
a.protokk_url img {
	box-shadow: none;
	border: 0;
	}
	
h1 span, h2 span, h3 span {
	color: #ff8f02;
	font-weight: normal;
	font-weight: bold;
	}

div.big_content {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 1px;
	}
	
div.order_info a, div.product_details a {
	color: #FF8F02;
	display: inline-block;
	position: relative;
	width: 250px;
	height: 200px;
	}
	
div.order_info a:hover, div.product_details a:hover {
	color: #FF8F02;
	}
	
.wight_color {
	color: #ffffff;
	}
	
h1.heading {
	position: relative;
	display: inline-block;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-heading-bg.jpg') repeat-x top left;
	font-size: 70px;
	text-align: left;
	height: 86px;
	padding: 14px 50px 0 50px;
	border-radius: 50px 50px 50px 50px;
	box-shadow: 4px 8px 14px #000000;
	text-shadow: 4px 6px 8px #000000;
	}
	
h1.small_heading {
		font-size: 48px;
		height: 66px;
	}
	
div.language_box {
	position: absolute;
	top: 10px;
	right: 10px;
	}
	
div.language_box a {
	display: block;
	}
	
div.language_box a+a {
	margin-top: 4px;
	}
	
div.gallery_box {
	display: block;
	overflow: hidden;
	}
	
div.gallery_box a.gallery_item {
	float: left;	
	margin: 16px;
	width: 200px;
	height: 250px;
	background-color: #9E9E9E;
	border: 1px solid #FF8F02;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	position: relative;
	}
	
div.gallery_box a.gallery_item img {
	vertical-align: middle;
	max-width: 200px;
	max-height: 200px;
	}
	
div.gallery_box a span.gallery_data_field {
	background-color: #fff;
    border-radius: 0 0 10px 10px;
    bottom: 0;
    color: #000;
    display: block;
    float: none;
    height: 100px;
    left: 0;
    padding: 12px;
    position: absolute;
    text-decoration: none;
    width: 196px;
    text-align: left;
	}
	
div.gallery_box a span.gallery_data_field span.gallery_data_field_author {
	bottom: 8px;
    font-weight: bold;
    margin-top: 2em;
    position: absolute;
    left: 12px;
    width: 196px;
	}
	
div.gallery_details {
	display: block;
    position: relative;
	}
	
div.gallery_details h1 {
	font-size: 3em;
    letter-spacing: 1px;
    margin: 44px 0;
    text-align: left;
    text-shadow: 4px 4px 6px #000000;
	}
	
div.gallery_details a {
	color: #ff8f02;
    display: inline-block;
    height: 325px;
    position: relative;
    width: 325px;
	}
	
div.gallery_details div.gallery_details_content {
	display: inline-block;
    line-height: 20px;
    text-align: left;
    width: 488px;
    margin-left: 36px;
    vertical-align: top;
	}
	
div.gallery_details_content h2 {
	color: #ffffff;
    font-family: Impact,Arial,Helvetica,sans-serif;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 4px;
    text-align: left;
    text-transform: none;
	}
	
div.gallery_details div.examples_box img {
	margin: 4px;
	}
	
div.pagination_line_load_button {
    padding: 36px;
    display: block;
    float: left;
    width: 100%;
    position: relative;
}
	
#pagination_line_load_button_link {
	text-align: center;
	vertical-align: middle;
	background-color: #FF8F02;
	color: #FFFFFF;
	width: 300px;
	height: 24px;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	padding: 14px 48px 18px;
	border-radius: 42px;
	margin: auto;
	}
	
div.pagination_line_load_button img.pagination_wait_button {
	position: absolute;
	top: auto;
	left: 50%;
	}

div.examples_box a {
	width: auto;
	height: auto;
	}
	
div.gallery_details div + div {
	margin-top: 64px;
    overflow: hidden;
	}

div.test_results_box {
	
	}
	
div.test_results_box a {
	position: relative;
	display: block;
	float: left;	
	margin: 30px;
	width: 280px;
	height: 300px;
	text-align: center;
	}
	
div.test_results_box a img {
	vertical-align: middle;
	}
	
div.test_results_box a img.zoom {
	position: absolute;
	left: 10px;
	bottom: 4px;
	}
	
/* PACKAGE NOTE.BEGIN +++++++++++++++++++++++++++++ */
#package_note_print_div {
	position: relative;
	margin: 0;
	background-color: #ffffff;
	color: #000000;
	padding: 30px;
	}
	
#package_note_print_div div.form_item {
	clear: both;
	padding: 2px 2px 2px 2px;
	margin: 0 0 16px 0;
	position: relative;
	display: block;
	overflow: hidden;
	text-align: left;
	font-size: 14px;
	max-height: 260px;
	vertical-align: top;
}

#package_note_print_div div.form_item div.formular_name {
	position: relative;
	float: left;
	display: block;
	margin: 0 20px 0 0;
	padding: 0 8px 0 0;
	border-right: 1px solid #000000;
	width: 240px;
}

#package_note_print_div div.form_item div.formular_name div {
	border: 0;
	color: #C9C9C9;
	font-size: 9px;
	}

#package_note_print_div div.form_item div.formular_value img {
	margin: 0 10px 0 0;
	float: left;	
}
	
#package_note_print_div img.pulver_nord_logo {
	position: relative;
	left: 50%;
	margin: 0 0 40px -100px;
	}
	
#package_note_print_div h1 {
	font-size: 40px;
	margin: 0 0 40px 0;
	color: #000000;
	text-align: left;
	}
/* PACKAGE NOTE.END +++++++++++++++++++++++++++++++ */
	
/* PRODUCTS.BEGIN +++++++++++++++++++++++++++++++++ */
div.left_box_content {
	float: left;
	/*display: inline-block;*/
	overflow: hidden;
	vertical-align: top;
	width: 340px;
	margin: 0 20px 0 0;
	text-transform: uppercase;
	}
	
div.left_box_content h2 {
	text-shadow: 3px 3px 4px #000000;
	}
	
div.left_box_content h3 {
	text-transform: uppercase;
	font-size: 38px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 20px 4px;
	text-align: left;
	text-shadow: 3px 3px 4px #000000;
	letter-spacing: 1px;
	}
	
div.left_box_content h3 span {
	color: #ffffff;
	}

div.left_box_content div.color_selector_box {
	width: 338px;
	height: 427px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-color-selector-bg.png') no-repeat 5px top;
	padding: 8px 20px 20px 0;
	font-size: 24px;
	text-shadow: 2px 3px 3px #000000;
	margin-top: 20px;
	}
	
div.color_selector_box ul {
	margin: 20px 0 0 18px;
	}
	
div.color_selector_box ul li {
	text-transform: none;
	width: 297px;
	height: 53px;
	display: block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	}
	
div.color_selector_box ul li+li {
	margin-top: 4px;
	}
	
div.color_selector_box ul li a {
	display: block;
	width: 297px;
	height: 44px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 28px;
	text-align: center;
	text-shadow: 2px 3px 3px #000000;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 9px 0 0 0;
	}
	
div.color_selector_box ul li#color_selector_black-grey a {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-color-selector-button-1-bg.png') no-repeat top left;
	}
	
div.color_selector_box ul li#color_selector_brown-tan a {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-color-selector-button-2-bg.png') no-repeat top left;
	}
	
div.color_selector_box ul li#color_selector_green-foliage a {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-color-selector-button-3-bg.png') no-repeat top left;
	}
	
div.color_selector_box ul li#color_selector_unique-colors a {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-color-selector-button-6-bg.png') no-repeat top left;
	}
	
div.color_selector_box ul li#color_selector_silver-grey a {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-color-selector-button-4-bg.png') no-repeat top left;
	}
	
div.color_selector_box ul li#color_selector_white-silver a {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-color-selector-button-5-bg.png') no-repeat top left;
	}
	
div.color_selector_box ul li#color_selector_black-grey a:hover {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-color-selector-button-1-bg-over.png') no-repeat top left;
	}
	
div.color_selector_box ul li#color_selector_brown-tan a:hover {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-color-selector-button-2-bg-over.png') no-repeat top left;
	}
	
div.color_selector_box ul li#color_selector_green-foliage a:hover {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-color-selector-button-3-bg-over.png') no-repeat top left;
	}
	
div.color_selector_box ul li#color_selector_unique-colors a:hover {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-color-selector-button-6-bg-over.png') no-repeat top left;
	}
	
div.color_selector_box ul li#color_selector_silver-grey a:hover {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-color-selector-button-4-bg-over.png') no-repeat top left;
	}
	
div.color_selector_box ul li#color_selector_white-silver a:hover {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-color-selector-button-5-bg-over.png') no-repeat top left;
	}
	
div.color_selector_box ul li#color_selector_black-grey a.active {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-color-selector-button-1-bg-active.png') no-repeat top left;
	}
	
div.color_selector_box ul li#color_selector_brown-tan a.active {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-color-selector-button-2-bg-active.png') no-repeat top left;
	}
	
div.color_selector_box ul li#color_selector_green-foliage a.active {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-color-selector-button-3-bg-active.png') no-repeat top left;
	}
	
div.color_selector_box ul li#color_selector_unique-colors a.active {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-color-selector-button-6-bg-active.png') no-repeat top left;
	}
	
div.color_selector_box ul li#color_selector_silver-grey a.active {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-color-selector-button-4-bg-active.png') no-repeat top left;
	}
	
div.color_selector_box ul li#color_selector_white-silver a.active {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-color-selector-button-5-bg-active.png') no-repeat top left;
	}	
	
	
div.left_box_content div.finish_selector_box {
	width: 338px;
	height: 374px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-color-selector-bg.png') no-repeat 5px top;
	padding: 8px 20px 20px 0;
	font-size: 24px;
	text-shadow: 2px 3px 3px #000000;
	margin-top: 20px;
	}
	
div.finish_selector_box ul {
	margin: 20px 0 0 24px;
	}
	
div.finish_selector_box ul li {
	text-transform: none;
	width: 286px;
	height: 45px;
	display: block;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 23px;
	text-align: center;
	text-shadow: 2px 3px 3px #000000;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	}
	
div.finish_selector_box ul li+li {
	margin-top: 12px;
	}
	
div.finish_selector_box ul li a {
	display: block;
	width: 286px;
	height: 36px;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-selector-menu.png') no-repeat top left;
	color: #ffffff;
	text-decoration: none;
	padding: 9px 0 0 0;
	}
	
div.finish_selector_box ul li a:hover, div.finish_selector_box ul li a.active {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-selector-menu-over.png') no-repeat top left;
	}
	
div.right_box_content {
	display: block;
	overflow: hidden;
	vertical-align: top;
	width: 650px;
	}
	
div.right_box_content h1 {
	font-size: 34px;
	line-height: 40px;
	margin: 0 0 10px 0;
	text-shadow: 4px 4px 6px #000000;
	}
	
div.right_box_content h2 {
	font-size: 22px;
	line-height: 26px;
	color: #ffffff;
	margin-bottom: 16px;
	text-shadow: 2px 2px 4px #000000;
	}
	
div.right_box_content div.order_info {
	margin-bottom: 36px;
	text-align: center;
	font-style: italic;
	line-height: 20px;
	font-size: 16px;
	}
	
div.right_box_content div.product_type_box {
	display: block;
	margin: 0 0 40px 0;
	text-align: left;
	}
	
div.right_box_content div.product_type_box a {
	display: inline-block;
	padding: 10px 10px;
	margin: 0 10px 0 10px; 
	font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #FF8F02;
    border-top: 2px dotted #878585;
    border-bottom: 2px dotted #878585;
	}
	
div.right_box_content div.product_type_box div.product_type_active {
	font-size: 14px;
	color: #878585;
	text-transform: uppercase;
	font-weight: bold;
	margin: 28px 0 0 10px;
	}
	
div.right_box_content div.product_type_box a span {
	color: #FFFFFF;
	}
	
div.right_box_content div.product_view_box {
	position: relative;
	float: left;
	display: block;
	width: 188px;
	height: 282px;
	text-align: center;
	margin: 10px;
	padding: 26px 0 10px 0;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-product-bg.png') no-repeat top left;
	color: #000000;
	}
	
div.product_view_box img {
	margin-bottom: 10px;
	}
	
div.product_view_box b {
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	display: block;
	margin-bottom: 4px;
	padding: 0 12px 0 12px;
	}
	
div.product_view_box a.view_link {
	position: absolute;
	display: block;
	margin-top: 12px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-button-view-bg.png') no-repeat top left;
	width: 146px;
	height: 40px;
	padding: 14px 0 0 0;
	border-radius: 4px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	left: 50%;
	bottom: 50px;
    margin-left: -73px;
	}
	
div.right_box_content div.product_view_box a.view_link:hover {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-button-view-bg-over.png') no-repeat top left;
	}
/* PRODUCTS.END +++++++++++++++++++++++++++++++++++ */

/* PRODUCT DETAILS.BEGIN ++++++++++++++++++++++++++ */
div.product_details {
	position: relative;
	display: block;
	}
	
div.product_details div.product_details_content {
	display: inline-block;
	width: 488px;
	line-height: 20px;
	text-align: left;
	}
	
div.product_details div+div {
	margin-top: 64px;
	overflow: hidden;
	}
	
div.product_details a.button_back, 
div.gallery_details a.button_back {
	position: absolute;
	right: 42px;
	top: -90px;
	display: block;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-button-back-bg.png') no-repeat top left;
	width: 157px;
	height: 39px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	font-size: 23px;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 0 0 0;
	text-shadow: 2px 2px 3px #000000;
	
	}
	
div.product_details	h1 {
	font-size: 62px;
	text-align: left;
	margin: 44px 0 20px 0;
	letter-spacing: 1px;
	text-shadow: 4px 4px 6px #000000;
	}
	
div.product_details h2 {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 40px;
	text-align: left;
	color: #ffffff;
	margin-bottom: 4px;
	line-height: 40px;
	text-transform: none;
	}
	
div.product_details b {
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
	}

div.product_details div a.details_box {
	display: inline-block;
	float: left;
	display: block;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-product-details-img-bg.png') no-repeat top left;
	width: 482px;
	height: 382px;
	text-align: center;
	vertical-align: middle;
	padding: 54px 24px 24px 24px;
	margin: 0 18px 0 0;
	position: relative;
	}
	
div.product_details div a.details_box img.zoom {
	left: 54px;
	bottom: 80px;
	}

div.related_products_box h3 {
	text-align: left;
	font-size: 18px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-underline-bg.png') no-repeat left bottom;
	}
	
div.related_products_box div.product_view_box {
	position: relative;
	float: left;
	display: block;
	width: 129px;
	height: 185px;
	text-align: center;
	margin: 10px;
	padding: 18px 0 0 0;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-product-small-bg.png') no-repeat 4px 0;
	color: #000000;
	font-size: 9px;
	}
	
div.related_products_box div.product_view_box a {
	width: auto;
	height: auto;
	}
	
div.related_products_box div.product_view_box img {
	margin-bottom: 0;
	}
	
div.related_products_box div.product_view_box b {
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	display: block;
	line-height: 10px;
	margin-bottom: 0;
	padding: 0 12px 0 12px;
	}
	
div.related_products_box div.product_view_box a.view_link {
	position: absolute;
	display: block;
	margin-top: 12px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-button-view-small-bg.png') no-repeat left top;
	width: 98px;
	height: 33px;
	padding: 8px 0 0 0;
	border-radius: 4px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	left: 50%;
	bottom: 28px;
    margin-left: -49px;
	}
	
div.related_products_box div.product_view_box a.view_link:hover {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-button-view-small-bg-over.png') no-repeat top left;
	
	}

div.examples_box {
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
	text-align: left;
	}
	
div.examples_box h3 {
	text-align: left;
	font-size: 18px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-underline-bg.png') no-repeat left bottom;
	}
	
div.examples_box img {
	float: left;
	display: block;
	max-height: 200px;
	max-width: 250px;
	margin: 10px;
	bottom: 10px;
	}
/* PRODUCT DETAILS.END ++++++++++++++++++++++++++++ */

table.prices th {
	font-weight: bold;
	border-bottom: 2px solid #c3c4c6;
	text-align: right;
	padding: 0.1em 0.6em;
	}
	
table.prices td {
	/*border-bottom: 1px solid #c3c4c6;*/
	height: 2em;
	padding: 0.1em 0.6em;
	text-align: left;
	}
	
table.prices td.prices_sub {
	font-weight: bold;
	color: #ff8f02;
	}
	
table.prices td.prices_value {
	text-align: right;
	}
	
table.prices tr:hover {
	background-color: #595959;
	/*border: 1px solid #ff8f02;*/
	}

/* DOWNLOADS.BEGIN ++++++++++++++++++++++++++++++++ */
ul.download_box {

	}
	
ul.download_box li {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-arrow-orange-right.png') no-repeat left 2px;
	padding: 0 0 0 16px;
	margin: 0 0 12px 0;
	cursor: pointer;
	}
	
ul.download_box li.open {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-arrow-orange-down.png') no-repeat left 2px;
	}
	
ul.download_box li a {
	color: #ffffff;
	text-decoration: none;
	}
	
ul.download_box li a:hover {
	color: #fb940e;
	}
	
ul.download_box li ul {
	display: none;
	margin: 10px 0 10px 20px;
	}
	
ul.download_box li ul li.pdf {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-pdf-icon.png') no-repeat left top;
	padding-left: 26px;
}
/* DOWNLOADS.END ++++++++++++++++++++++++++++++++++ */

/* SEARCH FIELD.BEGIN +++++++++++++++++++++++++++++ */
form.search_box {
	position: absolute;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-search-field-bg.png') no-repeat left top;
	display: block;
	width: 326px;
	height: 36px;
	text-align: center;
	top: 10px;
	right: 100px;
	}

form.search_box input {
	position: absolute;
	top: 0;
	left: 0;
	/*background: url('/layout/1/firearm_coating_standard/firearm-coating-search-field-bg.png') no-repeat left top;*/
	background: transparent;
	width: 268px;
	height: 36px;
	text-align: center;
	border: none;
	font-style: italic;
	display: block;
	padding-left: 10px;
	}
	
form.search_box a {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 58px;
	height: 36px; 
	background: url('/layout/1/firearm_coating_standard/firearm-coating-button-search.png') no-repeat left top;
	
	}
	
form.search_box a:hover {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-button-search-over.png') no-repeat left top;
	
	}
/* SEARCH FIELD.END +++++++++++++++++++++++++++++++ */

/* NEWS.BEGIN +++++++++++++++++++++++++++++ */
div.news {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-underline-bg.png') no-repeat left bottom;
	}
	
div.news:LAST-CHILD {
	background: none;
	}
	
div.news + div.news {
	margin-top: 48px;
	}
	
div.news h2 {
	font-family: Verdana;
	color: #FF8F02;
	font-size: 18px;
	text-align: left;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-underline-bg.png') no-repeat left -400px bottom;
	padding-bottom: 6px;
	}
	
div.news div.time_author {
	color: #FF8F02;
	font-size: 12px;
	}
	
div.news_inline_image {
	display: inline-block;
	position: relative;
	min-width: 220px;
	width: 24%;
	vertical-align: top;
	}
	
div.news_inline_image a {
	float: left;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-news-img-bg.png') no-repeat top left;
	width: 200px;
	height: 166px;
	text-align: center;
	margin: 8px 26px 8px 0;
	}
	
div.news_inline_image a img, div.img_preview_line a img {
	float: none;
	box-shadow: none;
	margin: 20px 0 0 0;
	}
	
div.news div.img_preview_line {
	display: block;
	float: none;
	margin-top: 24px;
	padding-top: 14px;
	text-align: left;
	}
	
div.news_content {
	display: inline-block;
	width: 70%;
	}
	
div.img_preview_line a {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-news-img-small-bg.png') no-repeat top left;
	display: inline-block;
	width: 120px;
	height: 100px;
	text-align: center;
	margin: 0 14px 14px 0;
	vertical-align: top;
	}
	
div.img_preview_line a img {
	margin: 10px 0 0 0;
	}
	
#news_next_load {
	display: block;
	height: 100px;
	margin-top: 24px;
	}
	
#news_next_load a.news_next_load {
	display: block;
	text-align: center;
	vertical-align: middle;
	background-color: #FF8F02;
	color: #FFFFFF;
	width: 300px;
	height: 24px;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	padding: 14px 14px 18px;
	border-radius: 42px;
	margin: auto;
	}

/* NEWS.END +++++++++++++++++++++++++++++++ */

/* CONTENT.END ++++++++++++++++++++++++++++++++++++ */

/* MAIN MENU HORIZONTAL.BEGIN */
#menu_main
{	
	position: absolute;
	left: 418px;
	bottom: 1px;
	display: block;
	text-align: center;
	height: 55px;
}

#menu_main ul
{
	position: relative;
	z-index: 333; /* <-- Wir brauchen das für IE, sonst springt der Cursor auf die darunterliegenden Links über */
	text-align: center;
	list-style: none outside none;
	display: block;
	margin: 0;
}

#menu_main li
{
	padding: 0; 
	margin: 0;
	float: left;
	position: relative;
	list-style: none outside none;
	text-align: center;	
	width: 244px;
	height: 55px;
}

#menu_main li ul
{
	position: absolute;
    margin: 0;
	padding: 0;
    top: 55px;
	left: 0;
	display: none;
}

#menu_main li.menu_first:hover ul.menu_second
{
    display: block;
}

#menu_main li.menu_second:hover ul.menu_third
{
    display: block;
}
	
#menu_main li ul li
{
    float: none;
    display: block;
	text-align: center;	
	height: 57px;
}

#menu_main li a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 23px;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	padding: 16px 0 0 0;
	width: 100%;
	height: 37px;
	text-transform: uppercase;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-menu-bg.png') no-repeat left top;
}

#menu_main ul li ul li a
{
	border: none;
	font-size: 19px;
	padding-top: 20px;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-submenu-bg.jpg') no-repeat left top;
}

#menu_main li a:hover {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-menu-bg-active.jpg') no-repeat left top;
}

#menu_main li a.menu_active {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-menu-bg-active.jpg') no-repeat left top;
	}

#menu_main a.mobile_menu_button, #menu_footer a.mobile_menu_button {
	display: none;
	background: url('/layout/1/firearm_coating_standard/ceracoteguncoatings-menu-mobile.png') no-repeat 6% 0;
	}
/* MAIN MENU HORIZONTAL.END */

/* FOOTER MENU HORIZONTAL.BEGIN */
#footer_div #menu_footer {
	display: block;
	height: 20px;
	margin: 18px 0 24px 0;
	text-align: center;
	clear: both;
}

#footer_div #menu_footer  ul
{
	padding-top: 1px;
	list-style: none outside none;
	display: inline-block;
	overflow: hidden;
	margin: auto;
}

#menu_footer li
{
	padding: 0; 
	padding: 0 4px 0 4px;
	float: left;
	list-style: none outside none;
	text-align: left;
	position: relative;
	display: block;
}

#menu_footer li + li
{
	border-left: 1px solid #FFFFFF;
}

#menu_footer li ul
{
    margin: 0; 
	padding: 0;
    position: absolute;
    top: 14px;
	left: 0;
	padding-top: 5px;
	display: none;
}

#menu_footer li ul li ul
{
    margin: 0; 
	padding: 0;
    position: absolute;
    top: 0;
	left: 100px;
	display: none;
}

#menu_footer li.menu_first:hover ul.menu_second, #menu_footer li.menu_first ul.menu_second:hover
{
    display: block;
}

#menu_footer li.menu_second:hover ul.menu_third
{
    display: block;
}

#menu_footer li ul li
{
    float: none;
    display: block;
	white-space: nowrap;
	height: 14px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 4px 12px 2px 8px;
}

#menu_footer li a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
}

#menu_footer li a:hover, #menu_footer li a.menu_active {
	color: #FF8F02;
	text-decoration: underline;
}

#menu_footer li ul li a, #menu_footer li ul li a.menu_active {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	display: block;
	float: left;
}

#menu_footer li ul li a:hover, #menu_footer li ul li a.menu_active {
	color: #a46b10;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	display: block;
	float: left;
}
/* FOOTER MENU HORIZONTAL.END */

#map_box {
	clear: both;
	float: none;
	margin: 20px 0 20px 0;
	min-height: 500px;
	}

#map_box img {
	max-width: none;
	border: none;
	box-shadow: none;
	}
	
div.map_legend div {
	display: block;
	vertical-align: top;
	margin: 12px;
	height: 54px;
	}

div.map_legend img {
	border: 0;
	margin: 0 0.5em;
	vertical-align: top;
	min-width: 32px;
	}
	
div.applicator_map_info {
	color: #000000;
	width: 360px;
	}
	
div.applicator_map_info h3 {
	font-size: 1.2em;
	text-align: left;
	color: #ff8f02;
	}
	
div.applicator_map_info_distributor {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-map-distributor-training-facility.png') no-repeat right 0 top 2em;
	}
	
div.applicator_map_info_certified {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-map-cerakote-certified-applicator.png') no-repeat right 0 top 2em;
	}
	
div.applicator_map_info_comming_soon {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-map-cerakote-applicator-coming-soon.png') no-repeat right 0 top 2em;
	}
	
/* Lightbox */
div.lightformcontent {
	border: 2px solid #FF8F02;
	color: #ffffff;
	box-shadow: 0 0 24px #C6C6C6;
	}
	
div.load_image {
  	background: url('/layout/1/firearm_coating_standard/loader-image-header.gif') no-repeat center center !important;
	}
	
/* SHOP CSS */
#product_basket_small {
	position: absolute;
	top: 28px;
	right: 60px;	
	display: block;
    height: 100px;
    overflow: hidden;
    width: 340px;
	}
	
div.basket_header_bag {
    background: rgba(0, 0, 0, 0) url("/layout/1/firearm_coating_standard/firearm-coating-shop-bag-2.png") no-repeat right top;
    display: block;
    float: left;
    height: 100px;
    margin: 0 16px 0 0;
    position: relative;
    width: 120px;
}

div.basket_header_bag a.basket_symbol {
    color: #FF8F02;
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    height: 44px;
    padding: 0;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 10px;
    width: 34px;
    text-decoration: none;
}

div.basket_empty {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    height: 70px;
    padding: 30px 0 0;
    text-align: center;
}

div.basket_header_bag a.basket_link, div.basket_header_bag a.checkout_link {
	color: #fff;
	display: block;
    font-size: 1.1666em;
    height: 22px;
    text-transform: uppercase;
    position: absolute;
    top: 62px;
    text-decoration: none;
	}

div.basket_header_bag a.basket_link {
    /*background: rgba(0, 0, 0, 0) url("/layout/1/firearm_coating_standard/firearm-coating-shop-button-checkout.png") no-repeat right top;*/
    padding: 4px 0 0 0;
    right: 0;
    text-align: right;
    width: 120px;
}

div.basket_header_bag a.checkout_link {
    background: rgba(0, 0, 0, 0) url("/layout/1/firearm_coating_standard/firearm-coating-shop-button-checkout.png") no-repeat right top;
    padding: 4px 28px 0 0;
    right: -220px;
    text-align: right;
    width: 120px;
}
	
div.prices_box {
	display: block;
	width: 492px;
	height: 216px;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-product-prices-bg.png') no-repeat left top;
	margin-top: 30px;
	}
	
div.prices_box div.price_item {
	float: left;
	width: 117px;
	height: 188px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	text-align: center;
	margin: 0;
	padding: 12px 0 0 0;
	border-radius: 24px;
	border: 1px solid transparent;
	}
	
div.prices_box div.price_item:hover, div.prices_box div.price_item_active {
	border: 1px solid #FF8F02;
	cursor: pointer;
	}
	
div.prices_box div.price_item div {
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
	}
	
div.prices_box div.price_item div + div {
	position: relative;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3333em;
	color: #ffffff;
	padding-top: 10px;
    vertical-align: baseline;
    height: 96px;
    margin: 6px 0 0 0;
	}
	
div.prices_box div.price_item div + div div.price_small {
	font-size: 1em;
	line-height: 1em;
	margin: 8px 0 0 0;
	font-weight: normal;
	}
	
div.prices_box div.price_item div + div span {
	font-size: 20px;
	}
	
div.prices_box div.price_item div + div + div {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	font-weight: normal;
	font-size: 18px;
	margin: 0;
	padding: 0;
	height: auto;
	}

div.prices_box div.price_item div + div + div + div {
	color: #ff8f02;
	margin: 0;
	}
	
div.prices_box div.price_item div.price_note {
	font-size: 0.66em;
    font-weight: normal;
    color: #808080;
	}
	
div.prod_available, div.prod_controls, div.product_shipping_info, div.custom_note {
	margin-top: 12px!important;
	font-size: 1.3333em;
	font-weight: bold;
	}
	
div.prod_available div.prod_available_no, 
div.prod_available div.prod_available_notyet,
div.prod_available div.prod_available_few,
div.prod_available div.prod_available_yes {
	font-size: 1em;
	font-weight: normal;
	}
	
div.product_shipping_info, div.custom_note {
	font-size: 1em;
	font-weight: normal;
	}
	
div.prod_amount select {
	height: 26px;
	width: 124px;
	border: 1px solid #2c2c2c;
    border-radius: 8px;
    background-color: #6b6b6b;
    color: #ffffff;
    padding: 2px 10px;
	}
	
div.prod_amount select:focus {
	border: 1px solid #ff8f02;
	box-shadow: 0 0 6px #FFA02D;
	background-color: #ffffff;
    color: #000000;
	}	

div.product_basket_details {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	width: 92%;
	font-size: 1em;
	}

div.product_basket_details table.basket_details_items {
	width: 95%;
	}

div.product_basket_details table.basket_details_items th {
	border-bottom: 1px solid #747474;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	color: #ff8f02;
	}

div.product_basket_details table.basket_details_items td {
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	}
	
div.product_basket_details table.basket_details_items th.td_right, 
div.product_basket_details table.basket_details_items td.td_right {
	text-align: right;
	}

div.product_basket_details table.basket_details_items td i {
	font-size: 11px;
	}

table.basket_details_items td .make_strong {
	color: #ffffff;
	}

table.basket_details_items tr.basket_details_total td {
	border-top: 1px solid #747474;
	}
	
input.small_field {
	width: 30px;
	}
	
div.no_data_box {
	width: auto!important;
	}
	
div.no_data_box a {
	width: auto!important;
	}
	
/* jQUERY UI.BEGIN ++++++++++++++++++++++++++++++ */
#ui-id-1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 326px;
	max-height: 200px;
	background-color: #ffffff;
	border: 1px solid #FF8F02;
	color: #000000;
	border-radius: 8px;
	overflow-y: auto;
    overflow-x: hidden;
	font-size: 1em !important;
	}
	
#ui-id-1 li {
	display: block;
	margin: 4;
	padding: 4px 0 0;
	}
	
#ui-id-1 li:hover {
	cursor: pointer;
	
	}
	
.ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus {
	border: 1px solid #FF8F02;
	background: none;
	background-color: #FFD5A3;	
	color: #FF8F02;
	}
	
.ui-autocomplete-loading {
    background: url('/layout/1/firearm_coating_standard/firearm-coating-loader-line-image.gif') no-repeat right 12px center !important;
	}
	
.ui-helper-hidden-accessible {
	display: none;
	}
/* jQUERY UI.END ++++++++++++++++++++++++++++++++ */

#shop_menu {
    position: absolute;
    right: 60px;
    top: 8px;
    display: block;
	}

#shop_menu ul
{
	position: relative;
	z-index: 333; /* <-- Wir brauchen das für IE, sonst springt der Cursor auf die darunterliegenden Links über */
	text-align: center;
	list-style: none outside none;
	display: block;
	margin: 0;
}

#shop_menu li
{
	padding: 0; 
	margin: 0;
	float: left;
	position: relative;
	list-style: none outside none;
	text-align: center;	
}

#shop_menu li a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	display: block;
	padding: 2px 2px 2px 8px;
	width: 100%;
	text-transform: uppercase;
	background: url('/layout/1/firearm_coating_standard/firearm-coating-arrow-orange-right.png') no-repeat left top 4px;
}

#shop_menu li a:hover {
	color: #ffffff;
	}

#shop_menu li + li {
	margin-left: 18px;
	}

div.order_choice_area {
	clear: both;
	}
	
div.order_choice_area div {
	display: inline-block;
	margin: 0 24px 24px 24px;
	border: 1px solid #777777;
	padding: 12px 12px 0;
	border-radius: 16px;
	line-height: 1.3333em;
	}
	
div.order_choice_area div span.make_strong {
	font-size: 1.3333em;
	}
	
div.order_choice_area div.active {
	border: 1px solid #ff8f02;
	
	}
	
a.lightformclose {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-button-close.png') no-repeat left top;
	height: 24px;
    width: 24px;
    right: -12px;
    top: -12px;
	}
	
table.basket_details_items a.button_delete {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-button-close.png') no-repeat left top;
	height: 24px;
    width: 24px;
    text-decoration: none;
    display: block;
	}
	
div.information {
	clear: both;
	margin-bottom: 24px;
	}
	
div.information div.information_box {
	display: inline-block;
	border: 1px solid #777777;
	padding: 12px;
	border-radius: 16px;
	line-height: 1.3333em;
	float: left;
    height: 130px;
    margin-bottom: 24px;
    margin-right: 24px;
	}
	
div.information div.information_box h3 {
	font-size: 1.3333em;
    text-align: left;
    text-transform: none;
    color: #ff8f02;
    line-height: inherit;
    margin-bottom: 12px;
	}
	
div.shop_details_note {
	font-size: 1em;
	font-style: italic;
	margin: 6px 0 2px 16px;
	
	}

/* WIZZARD LINE STYLE.BEGIN +++++++++++++++++++++++++++++++++ */
.wizzard_list_box
{
	clear: both;
	display: block;
	height: 34px;
	width: 100%;
	margin-bottom: 24px;
}

.wizzard_list_box ul
{
	text-align: left;
	height: 100%;
	width: 100%;
	list-style: none outside none;
}

.wizzard_list_box li
{
	padding: 6px 12px 0 6px; 
	display: inline-block;
	list-style: none outside none;
	height: 23px;
	text-align: left;
	font-size: 1.1666em;
	color: #b2c0cb;
	border: 1px solid #d8dee4;
	background-color: #f7fafb;
	overflow: hidden;
	border-radius: 16px;
	margin-right: 2px;
}

.wizzard_list_box li + li {
	border-left: 0;
	}

.wizzard_list_box li.wizzard_active
{
	color: #b06a18;
	border: 1px solid #c0925c;
	background-color: #f6b05e;
}

.wizzard_list_box li.wizzard_current
{
	color: #ffffff;
	border: 1px solid #9f5907;
	background-color: #f1870a;
}
/* WIZZARD LINE STYLE.END +++++++++++++++++++++++++++++++++++ */

/* DROPZONE.BEGIN ++++++++++++++ */
div.ps_dz_drop_zone {
	margin: auto;
	border: 1px dashed #2c2c2c;
	border-radius: 8px;
	background-color: #6b6b6b;
	min-height: 120px;
	overflow: hidden;
	}
	
div.ps_dz_file_box {
	display: inline-block;
	float: left;
	position: relative;
	margin: 4px;
    padding: 4px;
    width: 80px;
	}
	
div.ps_dz_info_line {
	background: rgba(0, 0, 0, 0) url("/layout/1/firearm_coating_standard/firearm-coating-teaser-button-bg.jpg") repeat-x scroll left top;
	border-radius: 6px;
	color: #ffffff;
	font-size: 1.2em;
    font-weight: bold;
    height: 18px;
    padding: 4px 0;
    margin-bottom: 12px;
    text-align: center;
	}
	
div.ps_dz_info {
	padding: 6px;
	}
	
div.ps_dz_info_line_hover {
	background: url("/layout/1/firearm_coating_standard/firearm-coating-teaser-button-bg-over.png") repeat-x left top;
	}
	
div.ps_dz_file_remove {
	position: absolute;
	right: 6px;
    top: 6px;
	width: 24px;
	height: 24px;
	background: url("/layout/1/firearm_coating_standard/firearm-coating-button-close.png") no-repeat left top;
	border-radius: 12px;
	}
	
div.ps_dz_file_overlay {
	background-color: #6B6B6B;
	opacity: 0.75;
	}
	
div.ps_dz_file_info {
	position: absolute;
	background-color: #6B6B6B;
	color: #fff;
	border-radius: 4px;
	font-size: 0.75em;
	overflow-x: hidden;
	text-align: center;
	bottom: 6px;
	padding: 6px;
	width: 64px;
	}
/* DROPZONE.END ++++++++++++++++ */

div.footer_address {
	display: block;
    float: left;
    font-size: 0.916666em;
    margin-bottom: 25px !important;
    margin-left: 50px !important;
    width: 24% !important;
	}
	
div.footer_address span.make_strong {
	font-size: 0.833333em;
	}
	
/* COOKIE CHECK.BEGIN +++++++++++++++++++++++++++ */
#cookie_check {
	background-color: #000000;
	opacity: 0.85;
	font-size: 1.3333em;
	padding: 20px 0 24px 0;
	}
	
#cookie_check #cookie_check_ok {
	margin-left: 24px;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
	}

/* COOKIE CHECK.END +++++++++++++++++++++++++++++ */

/* MOBILE WEBSEITE (TABLET).BEGIN ++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 1100px)
{
	#main_div, 
	#header_div, 
	#content_main_div, 
	#content_div, 
	#footer_div div, 
	div.block_content_teaser {
		width: 100%;
	}
	
	#left_site_top, #left_site, #right_site, #right_site_top {
		display: none;
	}
	
	#footer_div {
		min-width: auto;
	}
	
	#content_div {
		margin-left: 0;
		padding: 60px 1% 0;
		width: 98%;
	}
	
	#content_main_div {
		background: url("/layout/1/firearm_coating_standard/firearm-coating-content-bg.png") repeat-y scroll center top;
	}
	
	#header_div {
		background: url("/layout/1/firearm_coating_standard/firearm-coating-header-bg.jpg") no-repeat scroll center top;
	}
	
	#logo_box {
		left: 2%;
	}
	
	#logo_box img {
		width: 60%;
	}
	
	#product_basket_small, #shop_menu, div.language_box {
		right: 1%;
	}
	
	#product_basket_small {
		height: 90px;
	}
	
	#menu_main {
		left: auto;
		width: auto;
		right: 1%;
	}
	
	div.left_box_content {
		margin: 0 2% 0 0;
	}
	
	div.right_box_content {
		width: 63%;
	}
	
	form.search_box {
		right: 6%;
	}
	
	div.product_details div a.details_box {
		width: 44%;
		height: 286px;
		margin: 2%;
		background-size: contain; 
	}
	
	div.product_details h1 {
		margin-left: 2%;
	}
	
	div.product_details div.product_details_content {
		width: 48%;
	}
	
	div.block_content_teaser {
		left: auto;
		height: auto;
	}
	
	div.right_box_content h2, div.right_box_content h1 {
		width: auto;
	}
	
	div.product_details div a.details_box img {
		width: 44%;
	}
	
	div.product_details div a.details_box img.zoom {
		width: auto;
	}
	
	#footer_div div #social_media_box {
		right: 2%;
	}
}

@media only screen and (max-width: 999px)
{
	#header_div {
		background: url("/layout/1/firearm_coating_standard/firearm-coating-header-bg-blank.jpg") no-repeat scroll right top;
		width: 99%;
	}
	
	h1.heading {
		font-size: 48px;
		height: 66px;
	}
	
	form.search_box {
		right: 8%;
	}
	
	div.right_box_content {
		width: 54%;
	}
	
	div.right_box_content div.product_type_box a {
		display: block;
	}
	
	div.right_box_content div.product_type_box a + a {
		border-top: 0;
	}
	
	div.product_details div a.details_box {
		float: none;
		clear: both;
		width: 482px;
		height: 382px;
		margin: 0;
		background-size: auto;
		padding: 54px 2% 24px;
	}
	
	div.product_details div a.details_box img {
		width: auto;
	}
	
	div.product_details div.product_details_content {
		display: block;
		width: auto;
		padding-left: 2%;
	}
	
	div.footer_address {
	    margin-left: 10px !important;
	    width: 25% !important;
	}
	
	div.news {
	background: url('/layout/1/firearm_coating_standard/firearm-coating-underline-bg.png') no-repeat right bottom;
	}	
}

@media only screen and (max-width: 799px)
{
	div.right_box_content {
		width: 46%;
	}
	
	div.news_content {
		width: 60%;
	}
}

@media only screen and (max-width: 759px)
{	
	h1.heading {
		font-size: 36px;
    	height: 48px;
	}
	
	#footer_div {
		min-height: 190px;
	}
	
	#footer_div div #social_media_box {
		position: relative;
		width: 100%;
		text-align: center;
		top: auto;
		left: auto;
	}
	
	.wizzard_list_box ul li {
		margin-bottom: 8px;
	}
	
	#menu_main {
		width: 100%;
	}
	
	#menu_main a.mobile_menu_button {
		display: block;
		width: 100%;
		height: 43px;
		position: absolute;
		top: 0;
		left: 0;
		padding: 12px 0 0;
		font-size: 2.4em;
		color: #ffffff;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	#menu_main ul {
		display: none;
		top: 56px;
		width: 250px;
	}
	
	#menu_main ul li {
		float: none;
	}
	
	#menu_main ul li a {
		background: url("/layout/1/firearm_coating_standard/firearm-coating-submenu-bg.jpg") no-repeat scroll left top;
	}
	
	#menu_main li ul {
		top: 0;
		position: relative;
	}
	
	div.left_box_content {
		float: none;
	}
	
	div.right_box_content {
		width: 100%;
	}
	
	form.search_box {
		left: 2%;
		right: auto;
	}
	
	div.footer_address {
	    margin-left: 10px !important;
	    width: 31% !important;
	}
}

/* MOBILE WEBSEITE (SMARTPHONE-XXL).BEGIN ++++++++++++++++++++++++++++ */
@media only screen and (max-width: 599px)
{
	#product_basket_small div.basket_header, 
	#product_basket_small div.basket_item, 
	#product_basket_small div.basket_sum {
		display: none;
	}
	
	#product_basket_small {
		width: 124px;
	}
	
	#product_basket_small div.basket_header_bag {
	
	}
	
	h1.heading {
		font-size: 24px;
    	height: 36px;
	}
	
	div.product_details h1 {
		font-size: 48px;
	}
	
	div.prices_box {
		margin-left: -2.5%;
	}
	
	.wizzard_list_box {
		height: auto;
	}
	
	div.test_results_box a {
		float: none;
		margin: 30px auto;
	}
	
	div.footer_address {
	    float: none;
	    clear: both;
	    width: 90% !important;
	}
}

/* MOBILE WEBSEITE (SMARTPHONE).BEGIN ++++++++++++++++++++++++++++ */
@media only screen and (max-width: 479px)
{
	#footer_div div {
		font-size: 12px;
	} 
	
	#footer_div div #company_name {
		font-size: 14px;
	}
	
	h1.heading {
		font-size: 18px;
    	height: 28px;
	}
	
	#menu_footer li a {
		font-size: 12px;
	}
	
	div.left_box_content {
		margin-top: 64px;
	}
	
	form.search_box {
		top: 68px;
	}
	
	div.product_details h1 {
		font-size: 36px;
	}
	
	div.prices_box {
		height: 416px;
		width: 238px;
		border-radius: 24px;
	}
	
	div.examples_box h3, 
	div.related_products_box h3 {
		font-size: 14px;
	}
	
	.form_button {
		font-size: 1em;
	}
	
	div.order_choice_area div {
		margin: 0 0 24px;
	}
	
	div.news_content {
		width: auto!important;
	}
}