@font-face {
    font-family: 'fontawesome-webfont';
    src: url('fontawesome-webfont.eot?') format('eot'),
         url('fontawesome-webfont.woff') format('woff');
}
@font-face {
    font-family: 'helvetica_bold';
    src: url('helvetica-bold-webfont.eot?') format('eot'),
         url('helvetica-bold-webfont.woff') format('woff');
}
@font-face {
    font-family: 'helvetica_condensed';
    src: url('helvetica-condensed-webfont.eot?') format('eot'),
         url('helvetica-condensed-webfont.woff') format('woff');
}
@font-face {
    font-family: 'helvetica_light';
    src: url('helvetica-light-webfont.eot?') format('eot'),
         url('helvetica-light-webfont.woff') format('woff');
}
@font-face {
    font-family: 'roboto-black';
    src: url('Roboto-Black.eot?') format('eot'),
         url('Roboto-Black.woff') format('woff');
}
@font-face {
    font-family: 'roboto-blackitalic';
    src: url('Roboto-BlackItalic.eot?') format('eot'),
         url('Roboto-BlackItalic.woff') format('woff');
}
@font-face {
    font-family: 'roboto-bold';
    src: url('Roboto-Bold.eot?') format('eot'),
         url('Roboto-Bold.woff') format('woff');
}
@font-face {
    font-family: 'roboto-bolditalic';
    src: url('Roboto-BoldItalic.eot?') format('eot'),
         url('Roboto-BoldItalic.woff') format('woff');
}
@font-face {
    font-family: 'roboto-italic';
    src: url('Roboto-Italic.eot?') format('eot'),
         url('Roboto-Italic.woff') format('woff');
}
@font-face {
    font-family: 'roboto-light';
    src: url('Roboto-Light.eot?') format('eot'),
         url('Roboto-Light.woff') format('woff');
}
@font-face {
    font-family: 'roboto-lightitalic';
    src: url('Roboto-LightItalic.eot?') format('eot'),
         url('Roboto-LightItalic.woff') format('woff');
}
@font-face {
    font-family: 'roboto-medium';
    src: url('Roboto-Medium.eot?') format('eot'),
         url('Roboto-Medium.woff') format('woff');
}
@font-face {
    font-family: 'roboto-mediumitalic';
    src: url('Roboto-MediumItalic.eot?') format('eot'),
         url('Roboto-MediumItalic.woff') format('woff');
}
@font-face {
    font-family: 'roboto-regular';
    src: url('Roboto-Regular.eot?') format('eot'),
         url('Roboto-Regular.woff') format('woff');
}
@font-face {
    font-family: 'roboto-thin';
    src: url('Roboto-Thin.eot?') format('eot'),
         url('Roboto-Thin.woff') format('woff');
}
@font-face {
    font-family: 'roboto-thinitalic';
    src: url('Roboto-ThinItalic.eot?') format('eot'),
         url('Roboto-ThinItalic.woff') format('woff');
}
@font-face {
    font-family: 'titilliumweb-black';
    src: url('titilliumweb-black.eot?') format('eot'),
         url('titilliumweb-black.woff') format('woff');
}
@font-face {
    font-family: 'titilliumweb-bold';
    src: url('titilliumweb-bold.eot?') format('eot'),
         url('titilliumweb-bold.woff') format('woff');
}
@font-face {
    font-family: 'titilliumweb-bolditalic';
    src: url('titilliumweb-bolditalic.eot?') format('eot'),
         url('titilliumweb-bolditalic.woff') format('woff');
}
@font-face {
    font-family: 'titilliumweb-extralight';
    src: url('titilliumweb-extralight.eot?') format('eot'),
         url('titilliumweb-extralight.woff') format('woff');
}
@font-face {
    font-family: 'titilliumweb-extralightitalic';
    src: url('titilliumweb-extralightitalic.eot?') format('eot'),
         url('titilliumweb-extralightitalic.woff') format('woff');
}
@font-face {
    font-family: 'titilliumweb-italic';
    src: url('titilliumweb-italic.eot?') format('eot'),
         url('titilliumweb-italic.woff') format('woff');
}
@font-face {
    font-family: 'titilliumweb-light';
    src: url('titilliumweb-light.eot?') format('eot'),
         url('titilliumweb-light.woff') format('woff');
}
@font-face {
    font-family: 'titilliumweb-lightitalic';
    src: url('titilliumweb-lightitalic.eot?') format('eot'),
         url('titilliumweb-lightitalic.woff') format('woff');
}
@font-face {
    font-family: 'titilliumweb-regular';
    src: url('titilliumweb-regular.eot?') format('eot'),
         url('titilliumweb-regular.woff') format('woff');
}
@font-face {
    font-family: 'titilliumweb-semibold';
    src: url('titilliumweb-semibold.eot?') format('eot'),
         url('titilliumweb-semibold.woff') format('woff');
}
@font-face {
    font-family: 'titilliumweb-semibolditalic';
    src: url('titilliumweb-semibolditalic.eot?') format('eot'),
         url('titilliumweb-semibolditalic.woff') format('woff');
}


body {
	font-weight: normal;
	font-size: 12px;
	font-family: 'roboto-light', Arial, Verdana, Helvetica, sans-serif;
	color: #343434;
	background: #efefef url('../content/bg.png') 0px 0px repeat-x;
}

img {border: 0;}

* {margin: 0; padding: 0;}

fieldset {border: 0;}
legend {float: left;}
.bold { font-weight: bold; }
.italic {	font-style: italic; }
.center { text-align: center; }
.pointer { cursor: pointer; }

* html .clearfix { height: 1%; overflow: visible; }
*+html .clearfix{ min-height: 1%; }
.clearfix:after{ clear: both; content: "."; display: block; height: 0; visibility: hidden; }

* html .cfix { height: 1%; overflow: visible; }
*+html .cfix{ min-height: 1%; }
.cfix:after{ clear: both; content: "."; display: block; height: 0; visibility: hidden; }

a:link, a:visited {color: #343434;}
a:hover, a:active, a:focus {color: #343434;}
a:hover {text-decoration: underline;}
a {color: #343434; cursor: pointer;}

#main {
	position: relative;
	min-height: 100%;
}

* html #main {
	height: 100%;
}

#main #background {
	position:fixed;
	top: 0px;
	width:100%;
	height:100%;
}

#wrapper {
	padding-bottom: 42px;
}

#wrapper #index_background_wrapper {
	position: absolute;
/*	width: 2000px;
	left: 50%;
	margin-left: -1000px;
*/
	width: 100%;
	height: 448px;
	top: 512px;
	text-align: center;
}

#wrapper #index_background_wrapper .index_background {
	position: absolute;
	width: 100%;
	height: 448px;
	left: 0px;
	top: 0px;
}

#wrapper #header {
	position: absolute;
	height: 656px;
	width: 100%;
	min-width: 1280px;
	top: 0px;
	left: 0px;
	
	overflow: hidden;
	z-index: 1000;
	pointer-events: none;
}

#wrapper #header #header_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 512px;
	background: url('../content/hpheaderbg_175_source.jpg') 0 0 repeat-x
}

#wrapper #header #header_content {
	position: absolute;
	width: 1280px;
	height: 90px;
	left: 50%;
	margin-left: -640px;
	top: 0px;
	pointer-events: auto;
}

#wrapper #header #header_content .logo {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 1280px;
	height: 84px;
	overflow: hidden;
	display: none;
}

#wrapper #header #header_content .title {
	position: absolute;
	left: 0px;
	top: 4px;
	color: #58585A;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width: 1280px;
	text-transform: uppercase;
}

#wrapper #header #header_content .address {
	position: absolute;
	left: 0px;
	top: 23px;
	color: #58585A;
	font-size: 12px;
	text-align: right;
	width: 900px;
	line-height: 14px;
}

#wrapper #header #header_content .googlemap {
	position: absolute;
	left: 906px;
	top: 24px;
	color: #58585a;
	font-size: 12px;
	text-align: right;
	width: 54px;
	height: 54px;
	overflow: hidden;
}

#wrapper #header #header_content .header_login {
	position: absolute;
	top: 65px;
	color: #58585A;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

#wrapper #header #header_content .header_cart {
	position: absolute;
	top: 49px;
	color: #58585A;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
}

#wrapper #header #header_content .header_wishlist {
	position: absolute;
	top: 33px;
	color: #58585A;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
}

#wrapper #header #header_content .header_headline {
	position: absolute;
	left: 0px;
	top: 35px;
	color: #58585A;
	font-size: 32px;
	font-weight: bold;
	text-align: right;
	width: 1280px;
	line-height: 32px;
	text-transform: uppercase;
}

#wrapper #header #header_content .header_subheadline {
	position: absolute;
	left: 0px;
	top: 66px;
	color: #58585A;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width: 1280px;
	line-height: 12px;
	text-transform: uppercase;
}

#wrapper #header #header_content {
}

#wrapper #overlap_logo {
	position: absolute;
	height: 97px;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1010;
}

#wrapper #overlap_logo .wrapper {
	position: absolute;
	width: 970px;
	height: 90px;
	left: 50%;
	margin-left: -485px;
	top: 0px;
	z-index: 1010;
}

#wrapper #overlap_logo .wrapper .content {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1010;
}

#wrapper #overlap_logo .wrapper .content .left {
	float: left;
	width: 20px;
	height: 153px;
	background: url(../images/bg_logo_left.png) 0 0 no-repeat;
}

#wrapper #overlap_logo .wrapper .content .center {
	float: left;
	height: 153px;
	background: url(../images/bg_logo_center.png) 0 0 repeat-x;
	overflow: hidden;
}

#wrapper #overlap_logo .wrapper .content .center .logo {
	height: 129px;
	overflow: hidden;
}

#wrapper #overlap_logo .wrapper .content .right {
	float: left;
	width: 20px;
	height: 153px;
	background: url(../images/bg_logo_right.png) 0 0 no-repeat;
}

#wrapper #page_background {
	position: absolute;
	width: 100%;
	left: 0;
	height: 448px;
	top: 512px;
}


#wrapper #content {
	position: absolute;
	width: 1280px;
	left: 50%;
	margin-left: -640px;
	top: 512px;
	z-index: 10;
}

#wrapper #content #head {
	position: absolute;
	top: 0px;
	left: 0px;
}

#wrapper #content #title {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 1280px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	font-weight: bold;
	color: #233949;
}


#wrapper #content #navi {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 30px;
	width: 960px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;;
	font-family: Arial,Helvetica;
	color: #ffffff;
	text-transform: uppercase;
	display: none;
}

#wrapper #content #country {
	position: absolute;
	top: 112px;
	left: 820px;
	width: 140px;
	text-align: right;
}

#wrapper #content #country .title {
	margin-left: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #162B3A
}

#wrapper #articles {
	position: absolute;
	top: 33px;
	left: 0px;
	width: 1280px;
	height: 477px;
	overflow: hidden;
}

/* Home */

#greeting {
	position: relative;
	width: 593px;
	height: 100px;
	top: 41px;
}

#greeting .intro {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 593px;
	height: 100px;
	overflow: hidden;
}

#greeting .intro .left {
	width: 113px;
	float: left;
}

#greeting .intro .right {
	float: left;
	width: 480px;
}

#greeting .intro .nopicture {
	width: 580px !important;
}

#greeting .intro .right h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 4px 0px 3px 0;
	color: #ffffff; /*color: #343434;*/
}

#greeting .intro .right p {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0px 12px 0px 0;
	color: #ffffff; /*color: #343434;*/
	line-height: 18px;
}

#greeting .intro .right a {
	color: #000000;
	text-decoration: none;
}

#greeting .intro .right a:hover {
	text-decoration: underline;
}

#home_2d {
	position: relative;
	left: 0px;
	top: 30px;
	overflow: hidden;
}

.home_2d_small {
	position: absolute;
	top: 161px;
	margin-top: 31px;
	width: 1280px;
	height: 337px;
	overflow: hidden;
}

.home_2d_large {
	position: absolute;
	top: 30px;
	width: 1280px;
	height: 448px;
	overflow: hidden;
}

.home_2d_small_nonhd {
	position: absolute;
	top: 161px;
	margin-top: 11px;
	width: 1280px;
	overflow: hidden;
}

.home_2d_large_nonhd {
	position: absolute;
	top: 30px;
	width: 1280px;
	overflow: hidden;
}


#home_2d .home_page {
	position: absolute;
	top: 0px;
	left: 0px;
}

#home_2d .home_page_nonhd {
	position: relative;
	top: 0px;
	left: 0px;
}

#home_2d .home_page_small {
	width: 1280px;
	height: 316px;
	overflow: hidden;
}

#home_2d .home_page_large {
	width: 1280px;
	height: 448px;
	overflow: hidden;
}

#home_2d .tile {
	overflow: hidden;
	position: absolute;
}

#home_2d .tile .image {
	position: absolute;
}

#home_2d .tile .text {
	position: absolute;
}

/* News */
#news {
	position: absolute;
	top: 41px;
	left: 593px;
	width: 367px;
	height: 100px;
	background: #D5D4A6;
	overflow: hidden;
}

#news #news_pages {
	position: absolute;
	top: 86px;
	left: 84px;
	width: 283px;
	height: 14px;
}

#news #news_pages .wrapper {
	position: absolute;
	width: 283px;
	height: 18px;
	left: 0px;
	top: 0px;
}

#news #news_pages .wrapper .inner {
	position: absolute;
	left: 0px;
	height: 18px;
	top: 0px;
	width: 283px;
}

#news #news_pages .wrapper .inner .back,
#news #news_pages .wrapper .inner .bullet,
#news #news_pages .wrapper .inner .forward {
	float: left;
	margin-right: 8px;
	cursor: pointer;
}

#news #news_pages .wrapper .inner .back {
	margin-right: 12px;
}

#news #news_pages .wrapper .inner .forward {
	margin-left: 4px;
}

#news #news_pages .wrapper .inner .bullet {

}

.news_slide_entry .date {
	float: left;
	width: 50px;
	color: #333333;
}

.news_slide_entry .date .day {
	width: 50px;
	text-align: right;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	padding: 0;
	margin: 9px 0 0 0;
	color: #000000;
}

.news_slide_entry .date .monthyear {
	width: 50px;
	text-align: right;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
	color: #000000;
}

.news_slide_entry .message {
	float: left;
	width: 300px;
}

.news_slide_entry .message h1 {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	padding: 0;
	margin: 10px 0 0 11px;
	width: 300px;
	height: 20px;
	overflow: hidden;
}

.news_slide_entry .message p {
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	margin: 1px 0 0 11px;
	width: 300px;
	height: 50px;
	overflow: hidden;
}

.news_slide_entry .message p a.more {
	color: #000000;
	text-decoration: none;
}

/* Home Tiles */
#home_tiles {
	position: absolute;
	top: 141px;
	left: 0px;
	width: 1280px;
	height: 337px;
	overflow: hidden;
}

#home_tiles .tile {
	overflow: hidden;
	position: absolute;
	cursor: pointer;
}

#home_tiles .tile .image {
	position: absolute;
}

#home_tiles .tile .text {
	position: absolute;
}

/* Home Vertical */
#home_vertical {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 1280px;
	height: 448px;
	overflow: hidden;
}

#home_vertical #home_arrows #up {
	position: absolute;
	top: 12px;
	left: 888px;
	cursor: pointer;
}

#home_vertical #home_arrows #down {
	position: absolute;
	top: 376px;
	left: 888px;
	cursor: pointer;
}

#content_main {
	position: relative;
	top: 30px;
	left: 0px;
	width: 1280px;
	height: 448px;
	overflow: hidden;
}

#content_main_nohd {
	position: relative;
	/*top: 30px;*/
	margin-top: 30px;
	left: 0px;
	width: 1280px;
}

#article_home .bottom {
	position: relative;
	top: 131px;
	width: 1280px;
	height: 347px;
	background: #fff;
}

#article_home #home_list {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 948px;
	height: 324px;
}

#article_home #home_list .list_article {
	margin: 4px 0px 20px 0px;
}

#article_home #home_list .list_article .left {
	float: left;
	width: 173px;
	margin: 0px 0px 0px 12px;
}

#article_home #home_list .list_article .left img {
	margin-top: 4px;
}

#article_home #home_list .list_article .right {
	float: left;
	width: 737px;
}

#article_home #home_list .list_article .right h2 {
	font-size: 14px;
	font-weight: bold;
	color: #343434;
	padding: 0;
	margin: 0px;
}

#article_home #home_list .list_article .right h1 {
	font-size: 20px;
	font-weight: bold;
	color: #343434;
	padding: 0;
	margin: 0px 0px 4px 0px;
	cursor: pointer;
}

#article_home #home_list .list_article .right h1 a {
	font-size: 20px;
	font-weight: bold;
	color: #a7a8aa;
	text-decoration: none;
}

#article_home #home_list .list_article .right h1 a:hover {
	text-decoration: underline;
}

#article_home #home_list .list_article .right p {
	font-size: 13px;
	color: #B1B3B4;
	padding: 0;
	margin: 0;
	line-height: 18px;
}

#article_home #home_list .list_article .right p .more a {
	color: #243e75;
	text-decoration: none;
	margin-left: 5px;
}

#article_home #home_list .list_article .right p .more a:hover {
	text-decoration: underline;
}

/* Home 2 */

#article_home2 {
	position: relative;
	width: 1280px;
	height: 477px;
}

#article_home2 .intro {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 638px;
	height: 155px;
	background: #fff;
	overflow: hidden;
}

#article_home2 .intro .left {
	width: 155px;
	float: left;
}

#article_home2 .intro .right {
	float: left;
	width: 483px;
}

#article_home2 .intro .nopicture {
	width: 638px !important;
}

#article_home2 .intro .right h1 {
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	margin: 7px 0px 7px 12px;
	color: #343434;
}

#article_home2 .intro .right p {
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0px 12px 0px 12px;
	color: #343434;
	line-height: 18px;
}

#article_home2 .intro .right a {
	color: #000000;
	text-decoration: none;
}

#article_home2 .intro .right a:hover {
	text-decoration: underline;
}

#article_home2 .box {
	width: 316px;
	height: 155px;
	background: #fff;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}

#article_home2 .box1 { top: 0px; left: 644px; }
#article_home2 .box2 { top: 162px; left: 0px; }
#article_home2 .box3 { top: 162px; left: 322px; }
#article_home2 .box4 { top: 162px; left: 644px; }
#article_home2 .box5 { top: 322px; left: 0px; }
#article_home2 .box6 { top: 322px; left: 322px; }
#article_home2 .box7 { top: 322px;left: 644px; }

#article_home2 .box .picture {
	width: 155px;
	height: 155px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

#article_home2 .box .description {
	width: 150px;
	height: 155px;
	overflow: hidden;
	position: absolute;
	left: 165px;
	top: 0px;
}

#article_home2 .box .description h2 {
	font-size: 16px;
	font-weight: bold;
	color: #b1b3b4;
	line-height: 18px;
	padding: 0;
	margin: 8px 0 5px 0;
}

#article_home2 .box .description p {
	font-size: 12px;
	color: #b1b3b4;
	line-height: 18px;
	font-weight: bold;
}

#article_home2 .box .description p .more {
	color: #243e75;
}

#article_home2 .box .description .price {
	font-size: 18px;
	font-weight: bold;
	color: #b1b3b4;
	position: absolute;
	top: 126px;
	left: 0px;
}

.standard {font-size: 14px; font-weight: bold}
.middle {font-size: 18px; font-weight: bold}
.big {font-size: 24px; font-weight: bold}

#articles_slide {
	height: 530px;
	list-style:none outside none;
	padding:0;
	overflow:hidden;
	margin: 0;
}

/* Templates */

.content_scroller {
	width: 1280px;
	height: 448px;
	position: relative;
}

.content_scroller_nohd {
	width: 1280px;
	position: relative;
}

.content_scroller .content {
	position: relative;
	top: 24px;
	left: 10px;
	width: 938px;
	height: 410px;
	overflow-y: auto;
	overflow-x: hidden;
}

.content_scroller_nohd .content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1280px;
	overflow-y: hidden;
	overflow-x: hidden;
}

.content_scroller_nohd .content .article {
	margin: 12px 0 0 10px;
}

.content_scroller .content ul li {
	overflow: hidden;
}

.content_scroller_product {
	background: transparent !important;
}

.content_scroller_product .content {
	background: transparent !important;
	left: 0px !important;
	top: 0px !important;
	width: 980px !important;
	height: 477px !important;
	overflow-y: hidden !important;
}

.article {
	margin-bottom: 36px;
}

/* Template 1 */

.template_1 {
	width: 916px;
	height: 400px;
	position: relative;
}

.template_1 .left {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 400px;
	width: 475px;
	overflow: hidden;
}

.template_1 .left .prehead {
	font-weight: bold;
	font-size: 14px;
	color: #343434;
	padding: 0;
	margin: 0px 0px 1px 0px;
}

.template_1 .left .head {
	font-size: 20px;
	font-weight: bold;
	color: #343434;
	padding: 0;
	margin: 0px 0px 7px 0px;
}

.template_1 .left .intro {
	font-size: 13px;
	color: #B1B3B4;
	padding: 0;
	margin: 8px 0px 15px 0px;
	line-height: 18px;
	font-weight: bold;
}

.template_1 .left .text {
	font-size: 13px;
	color: #343434;
	padding: 0;
	height: 500px;
	overflow: hidden;
	margin: 3px 0px 0px 0px;
	line-height: 18px;
}

.template_1 .left .text a {
	color: #000000;
	text-decoration: underline;
}

.template_1 .right {
	position: absolute;
	top: 0px;
	left: 498px;
	height: 400px;
	width: 418px;
	overflow: hidden;
}

.template_1 .right .image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 418px;
	height: 354px;
	overflow: hidden;
}

.template_1 .right .caption {
	position: absolute;
	top: 354px;
	left: 0px;
	width: 418px;
	height: 46px;
	background: #B1B3B4;
}

.template_1 .right .caption p {
	font-size: 11px;
	color: #ffffff;
	margin: 3px 0px 0px 6px;
	padding: 0;
	line-height: 13px;
}

/* Template 2 */

.template_2 {
	width: 916px;
	height: 400px;
	position: relative;
}

.template_2 .left {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 400px;
	width: 498px;
	overflow: hidden;
}

.template_2 .left .image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 418px;
	height: 354px;
	overflow: hidden;
}

.template_2 .left .caption {
	position: absolute;
	top: 354px;
	left: 0px;
	width: 418px;
	height: 46px;
	background: #B1B3B4;
}

.template_2 .left .caption p {
	font-size: 11px;
	color: #ffffff;
	margin: 3px 0px 0px 6px;
	padding: 0;
	line-height: 13px;
}

.template_2 .right {
	position: absolute;
	top: 0px;
	left: 444px;
	height: 400px;
	width: 475px;
	overflow: hidden;
}

.template_2 .right .prehead {
	font-weight: bold;
	font-size: 14px;
	color: #343434;
	padding: 0;
	margin: 0px 0px 1px 0px;
}

.template_2 .right .head {
	font-size: 20px;
	font-weight: bold;
	color: #343434;
	padding: 0;
	margin: 0px 0px 7px 0px;
}

.template_2 .right .intro {
	font-size: 13px;
	color: #B1B3B4;
	padding: 0;
	margin: 8px 0px 18px 0px;
	line-height: 18px;
	font-weight: bold;
}

.template_2 .right .text {
	font-size: 13px;
	color: #343434;
	padding: 0;
	height: 500px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	line-height: 18px;
}

.template_2 .right .text a {
	color: #000000;
	text-decoration: underline;
}

/* Template 3 */

.template_3 {
	width: 916px;
	height: 400px;
	position: relative;
}

.template_3 .prehead {
	position: relative;
	top: 0px;
	left: 0px;
	width: 916px;
	font-weight: bold;
	font-size: 14px;
	color: #343434;
}

.template_3 .head {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #343434;
	margin: 1px 0 0 0;
}

.template_3 .intro {
	position: relative;
	font-size: 13px;
	color: #B1B3B4;
	padding: 0;
	margin: 11px 0px 15px 0px;
	line-height: 18px;
	font-weight: bold;
}

.template_3 .content {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 916px;
	height: 390px;
	overflow: hidden;
}

.template_3 .notitle {
	height: 400px !important;
}

.template_3 .content .left {
	float: left;
	width: 457px;
}

.template_3 .content .right {
	float: left;
	width: 440px;
	margin-left: 16px;
}



.template_3 .content .left .text,
.template_3 .content .right .text {
	font-size: 13px;
	color: #343434;
	padding: 0;
	height: 500px;
	overflow: hidden;
	margin: 3px 0px 0px 0px;
	line-height: 18px;
}

.template_3 .content .left .text a,
.template_3 .content .right .text a{
	color: #a7a8aa;
	text-decoration: underline;
}

/* Template 4 */

.template_4 {
	width: 916px;
	height: 400px;
	position: relative;
}

.template_4 .picture {
	position: absolute;
	top: 0px;
	left: 0px;
}

.template_4 .name {
	position: absolute;
	top: 35px;
	left: 91px;
	font-weight: bold;
	font-size: 14px;
	color: #343434;
}

.template_4 .description {
	position: absolute;
	top: 50px;
	left: 91px;
	font-size: 12px;
	font-weight: bold;
	color: #B1B3B4;
	line-height: 15px;
}

.template_4 .content {
	position: absolute;
	top: 103px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 916px;
	height: 294px;
	overflow: hidden;
}

.template_4 .content .left {
	float: left;
	width: 457px;
}

.template_4 .content .right {
	float: left;
	width: 440px;
	margin-left: 16px;
}

.template_4 .content .left .text,
.template_4 .content .right .text {
	font-size: 13px;
	color: #343434;
	padding: 0;
	height: 500px;
	overflow: hidden;
	margin: 3px 0px 0px 0px;
	line-height: 18px;
}

.template_4 .content .left .text a,
.template_4 .content .right .text a{
	color: #a7a8aa;
	text-decoration: underline;
}

/* Template 5 */

.template_5 {
	width: 916px;
	height: 400px;
	position: relative;
}

.template_5 .left {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 400px;
	width: 445px;
	overflow: hidden;
}

.template_5 .left .prehead {
	font-weight: bold;
	font-size: 14px;
	color: #343434;
	padding: 0;
	margin: 0px 0px 1px 0px;
}

.template_5 .left .head {
	font-size: 20px;
	font-weight: bold;
	color: #343434;
	padding: 0;
	margin: 0px 0px 7px 0px;
}

.template_5 .left .intro {
	font-size: 13px;
	color: #B1B3B4;
	padding: 0;
	margin: 8px 0px 15px 0px;
	line-height: 18px;
	font-weight: bold;
}

.template_5 .left .text {
	font-size: 13px;
	color: #343434;
	padding: 0;
	height: 373px;
	overflow: hidden;
	margin: 3px 0px 0px 0px;
	line-height: 18px;
}

.template_5 .left .nointro {
	height: 400px !important;
}

.template_5 .left .text a {
	color: #000000;
	text-decoration: underline;
}

.template_5 .right {
	position: absolute;
	top: 0px;
	left: 468px;
	height: 400px;
	width: 448px;
	overflow: hidden;
}

.template_5 .right .image1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 318px;
	height: 188px;
	overflow: hidden;
}

.template_5 .right .caption1 {
	position: absolute;
	top: 0px;
	left: 318px;
	width: 126px;
	height: 188px;
	background: #B1B3B4;
	overflow: hidden;
}

.template_5 .right .caption1 p {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	margin: 12px 10px 0px 12px;
	padding: 0;
}

.template_5 .right .image2 {
	position: absolute;
	top: 212px;
	left: 0px;
	width: 318px;
	height: 188px;
	overflow: hidden;
}

.template_5 .right .caption2 {
	position: absolute;
	top: 212px;
	left: 318px;
	width: 126px;
	height: 188px;
	background: #B1B3B4;
	overflow: hidden;
}

.template_5 .right .caption2 p {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	margin: 12px 10px 0px 12px;
	padding: 0;
}

/* Template 6 */

.template_6 {
	width: 916px;
	height: 400px;
	background: none transparent;
	position: relative;
	overflow: hidden;
}

.template_6 .youtube-player {
	margin-left: 130px;
}

/* Template 7 */

.template_7 {
	width: 916px;
	height: 400px;
	position: relative;
}

.template_7 .left {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 400px;
	width: 210px;
	overflow: hidden;
}

.template_7 .right {
	position: absolute;
	top: 0px;
	left: 234px;
	height: 400px;
	width: 680px;
	overflow: hidden;
}

.template_7 .right .image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 680px;
	height: 320px;
	overflow: hidden;
}

.template_7 .right .caption {
	position: absolute;
	top: 320px;
	left: 0px;
	width: 680px;
	height: 80px;
	background: #B1B3B4;
	overflow: hidden;
}

.template_7 .right .caption .content {
	display: none;
}

.template_7 .right .caption .content p {
	font-size: 11px;
	color: #ffffff;
	margin: 3px 0px 0px 6px;
	padding: 0;
	line-height: 13px;
	width: 652px;
}

.template_7 .right .caption .content p a {
	color: #ffffff;
	text-decoration: underline;
}

.template_7 .template_7_slide_wrapper {
	height: 400px;
	position: absolute;
	top: 16px;
	left: 0px;
}

.template_7 .up {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 24px;
	cursor: pointer;
}

.template_7 .up img {
	position: absolute;
	top: 0px;
	left: 100px;
}

.template_7 .down {
	position: absolute;
	top: 370px;
	left: 0px;
	width: 210px;
	height: 24px;
	cursor: pointer;
}

.template_7 .down img {
	position: absolute;
	top: 18px;
	left: 100px;
}

.template_7 .template_7_slide_wrapper .template_7_slide {
	height: 530px;
	list-style: none outside none;
	padding:0;
	overflow: hidden;
	margin: 0;
}

.template_7 .template_7_slide_wrapper .bx-wrapper .bx-windowbx-wrapper {
	height: 354px !important;
}

ul.template_7_slide li {
	margin-bottom: 8px !important;
}

/* Template 8 */

.template_8 {
	width: 916px;
	height: 400px;
	position: relative;
}

.template_8 .left {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 400px;
	width: 210px;
	overflow: hidden;
}

.template_8 .right {
	position: absolute;
	top: 0px;
	left: 234px;
	height: 400px;
	width: 680px;
	overflow: hidden;
}

.template_8 .right .image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	overflow: hidden;
}

.template_8 .right .caption {
	position: absolute;
	top: 0px;
	left: 400px;
	width: 280px;
	height: 400px;
	background: #B1B3B4;
	overflow: hidden;
}

.template_8 .right .caption .content {
	display: none;
}

.template_8 .right .caption .content p {
	font-size: 11px;
	color: #ffffff;
	margin: 3px 0px 0px 6px;
	padding: 0;
	line-height: 13px;
	width: 252px;
}

.template_8 .right .caption .content p a {
	color: #ffffff;
	text-decoration: underline;
}

.template_8 .template_8_slide_wrapper {
	height: 400px;
	position: absolute;
	top: 16px;
	left: 0px;
}

.template_8 .up {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 24px;
	cursor: pointer;
}

.template_8 .up img {
	position: absolute;
	top: 0px;
	left: 100px;
}

.template_8 .down {
	position: absolute;
	top: 370px;
	left: 0px;
	width: 210px;
	height: 24px;
	cursor: pointer;
}

.template_8 .down img {
	position: absolute;
	top: 18px;
	left: 100px;
}

.template_8 .template_8_slide_wrapper .template_8_slide {
	height: 530px;
	list-style: none outside none;
	padding:0;
	overflow: hidden;
	margin: 0;
}

.template_8 .template_8_slide_wrapper .bx-wrapper .bx-windowbx-wrapper {
	height: 354px !important;
}

ul.template_8_slide li {
	margin-bottom: 8px !important;
}

ul.template_8_slide li .template_8_left {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 8px;
}

ul.template_8_slide li .template_8_right {
	float: left;
	width: 100px;
	height: 100px;
}

/* Template 16 */
.template_16 {
	color: #333;
}

.template_16 p {
	margin: 13px 0 13px 0;
	line-height: 1.6em;
}

.template_16 blockquote {
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
	margin: 13px 40px 13px 40px;
}

.template_16 .cke_contents_rtl blockquote {
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}

.template_16 ol, .template_16 ul, .template_16 dl {
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right: 0px;
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
	padding: 0 40px;
}

.template_16 h1, .template_16 h2, .template_16 h3, .template_16 h4, .template_16 h5, .template_16 h6 {
	font-weight: normal;
	line-height: 1.2em;
	margin: 16px 0 16px 0;
}

.template_16 hr {
	border: 0px;
	border-top: 1px solid #ccc;
}

.template_16 img.right {
    border: 1px solid #ccc;
    float: right;
    margin-left: 15px;
    padding: 5px;
}

.template_16 img.left {
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    padding: 5px;
}

.template_16 pre {
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
}

.template_16 .marker {
    background-color: Yellow;
}

.template_16 ul,
.template_16 ol {
    margin-left: 0;
    padding: 0 0 0 40px;
}

/* Template 17 - Formular 2 */

.template_17 {
	width: 916px;
	height: 500px;
	position: relative;
}

.template_17 .left {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 400px;
	width: 498px;
	overflow: hidden;
}

.template_17 .left .image {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 178px;
	height: 178px;
	overflow: hidden;
}

.template_17 .left .title {
	font-size: 14px;
	position: absolute;
	top: 121px;
	left: 190px;
	width: 229px;
	height: 18px;
	color: #8c8d8d;
	font-weight: bold;
}

.template_17 .left .text {
	font-size: 12px;
	position: absolute;
	top: 141px;
	left: 190px;
	width: 229px;
	color: #8c8d8d;
	font-weight: bold;
	line-height: 14px;
}

.template_17 .left .question {
	font-size: 12px;
	position: absolute;
	top: 228px;
	left: 0px;
	width: 418px;
	color: #8c8d8d;
	font-weight: bold;
}

.template_17 .left .tarea {
	position: absolute;
	top: 246px;
	left: 0px;
}

.template_17 .left .tarea textarea {
	width: 406px;
	height: 140px;
	border: 1px solid #7a7b7b;
	padding: 5px;
	font-size: 12px;
	font-family: Arial,"sans serif",Helvetica;
	resize: none;
	overflow-x: hidden;
	overflow-y: scroll;
}

.template_17 .right {
	position: absolute;
	top: 0px;
	left: 444px;
	height: 500px;
	width: 482px;
	overflow: hidden;
}

.template_17 .right .head {
	font-size: 14px;
	font-weight: bold;
	color: #777878;
	padding: 0;
	margin: 0px 0px 7px 0px;
}

.template_17 .right .form_line {
	margin-bottom: 11px;
}

.template_17 .right .form_line .form_entry {
	float: left;
	margin-left: 12px;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	color: #777878;
}

.template_17 .right .form_line .form_entry label {
	font-size: 12px;
	font-weight: bold;
	color: #777878;
	display: block;
	margin-bottom: 4px;
	display: inline-block;
}

.template_17 .right .form_line .form_entry input[type=text] {
	width: 225px;
	height: 22px;
	border: none;
	background: #fff;
	border: 1px solid #777878;
	line-height: 22px;
	text-indent: 10px;
	color: #000;
	font-size: 12px;
}

.template_17 .right .submitbutton17 {
	position: absolute;
	top: 436px;
	left: 356px;
	width: 110px;
	height: 24px;
	background: #ededee;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
}

.template_17 .right .submitbutton17 {
	color: #777878;
	font-weight: bold;
}

.template_17 .right .mandatory {
	position: absolute;
	top: 436px;
	left: 0px;
	width: 110px;
	height: 24px;
	line-height: 24px;
	text-align: left;
	cursor: pointer;
	color: #777878;
}

/* Template 20- Gewinnspiel */

.template_20 {
	width: 916px;
	height: 600px;
	position: relative;
}

.template_20 .left {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 577px;
	width: 417px;
	overflow: hidden;
}

.template_20 .left .image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 417px;
	height: 577px;
	overflow: hidden;
}

.template_20 .right {
	position: absolute;
	top: 0px;
	left: 444px;
	width: 482px;
}

.template_20 .right .participation-type {
	position: relative;
	width: 482px;
}

.template_20 .right .participation-type .head {
	font-size: 14px;
	font-weight: bold;
	color: #777878;
	margin-bottom: 15px;
}

.template_20 .right .participation-type .line {
	margin-bottom: 11px;
	width: 482px;
}

.template_20 .right .participation-type .line .l-left {
	float: left;
	width: 32px;
}

.template_20 .right .participation-type .line .l-left input {
	margin-top: 1px;
}

.template_20 .right .participation-type .line .l-right {
	float: left;
	width: 450px;
	color: #777878;
	font-size: 12px;
	line-height: 14px;
}


.template_20 .right .participation-data {
	position: relative;
	width: 482px;
	margin-top: 24px;
}

.template_20 .right .participation-data .head {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: #777878;
	margin-bottom: 22px;
}

.template_20 .right .form_line {
	margin-bottom: 11px;
}

.template_20 .right .form_line .form_entry {
	float: left;
	margin-left: 12px;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	color: #777878;
}

.template_20 .right .form_line .form_entry .mandatory-marker {
	display: none;
}

.template_20 .right .form_line .form_entry label {
	font-size: 12px;
	font-weight: bold;
	color: #777878;
	display: block;
	margin-bottom: 4px;
	display: inline-block;
}

.template_20 .right .form_line .form_entry input[type=text] {
	width: 225px;
	height: 22px;
	border: none;
	background: #fff;
	border: 1px solid #777878;
	line-height: 22px;
	text-indent: 10px;
	color: #000;
	font-size: 12px;
}

.template_20 .right .form_line .form_entry textarea {
	width: 464px;
	height: 220px;
	border: none;
	background: #fff;
	border: 1px solid #777878;
	line-height: 22px;
	color: #000;
	font-family: Arial,"sans serif",Helvetica;
	font-size: 12px;
	resize: none;
}

.template_20 .right .form_line .form_entry select {
	width: 466px;
	height: 24px;
	border: none;
	background: #fff;
	border: 1px solid #777878;
	line-height: 24px;
	text-indent: 2px;
	color: #000;
	font-size: 12px;
}

.template_20 .right .info-line {
	margin: 5px 0 10px 0;
	height: 34px;
	width: 482px;
	overflow: hidden;
}

.template_20 .right .info-line .il-left {
	float: left;
	width: 100px;
	color: #777878;
}

.template_20 .right .info-line .il-right {
	float: left;
	width: 369px;
	text-align: right;
	font-weight: bold;
	color: #ff0000;
}

.template_20 .right .submit-line {

}

.template_20 .right .submit-line .sl-left {
	float: left;
	width: 350px;
}

.template_20 .right .submit-line .sl-right {
	float: left;
	width: 132px;
	margin-top: 52px;
}

.template_20 .right .submit-line .sl-right .submitbutton20 {
	width: 110px;
	height: 24px;
	background: #ededee;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
	color: #777878;
	font-weight: bold;
}

.template_20 .right .thankyou {
	margin-top: 130px;
}

.template_20 .right .thankyou h1 {
	font-size: 40px;
	padding: 0;
	margin: 0 0 22px 0;
	color: #666666;
	line-height: 40px;
}

.template_20 .right .thankyou h2 {
	font-size: 16px;
	padding: 0;
	color: #666666;
}

/* Template Products */

.template_products {
	width: 916px;
	height: 400px;
	position: relative;
}

.template_products .right {
	position: absolute;
	top: 0px;
	left: 644px;
	height: 477px;
	width: 316px;
	overflow: hidden;
}

.template_products .left {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 477px;
	width: 632px;
	overflow: hidden;
}

.template_products .left .image {
	width: 598px;
	height: 280px;
	overflow: hidden;
	margin-left: 12px;
}

.template_products .left .left_bg {
	position: absolute;
	top: 12px;
	left: 0px;
	width: 620px;
	height: 424px;
	background: #fff;
}

.template_products .left .left_bg .description {
	position: absolute;
	top: 12px;
	left: 0px;
	width: 613px;
	height: 400px;
}

.template_products .left .left_bg .description h2 {
	font-size: 20px;
	font-weight: bold;
	color: #343434;
	padding: 0;
	margin: 12px 0 12px 12px;
	width: 586px;
}

.template_products .left .left_bg .description p {
	font-size: 13px;
	color: #343434;
	margin: 0 10px 0 12px;
	padding: 0;
	line-height: 20px;
	width: 586px;
}

.template_products .template_products_slide_wrapper {
	height: 338px;
	position: absolute;
	top: 10px;
	left: 0px;
}

.template_products .up {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	height: 12px;
	cursor: pointer;
}

.template_products .up img {
	position: absolute;
	top: 0px;
	left: 151px;
}

.template_products .down {
	position: absolute;
	top: 424px;
	left: 0px;
	width: 210px;
	height: 24px;
	cursor: pointer;
}

.template_products .down img {
	position: absolute;
	top: 18px;
	left: 151px;
}

.template_products .template_products_slide_wrapper .template_products_slide {
	height: 447px;
	list-style: none outside none;
	padding:0;
	overflow: hidden;
	margin: 0;
}

.template_products .template_products_slide_wrapper .bx-wrapper .bx-windowbx-wrapper {
	height: 426px !important;
}

ul.template_products_slide li {
	margin-bottom: 8px !important;
}

ul.template_products_slide li .template_products_line {
	width: 316px;
	height: 155px;
	overflow: hidden;
	background: #fff;
	position: relative;
	cursor: pointer;
}

ul.template_products_slide li .template_products_line .picture {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 316px;
	height: 155px;
	overflow: hidden;
}

ul.template_products_slide li .template_products_line .description {
	position: absolute;
	top: 110px;
	left: 0px;
	height: 32px;
	background: url('../images/article_thumb_description_bg.png') 0 0 repeat;
}

ul.template_products_slide li .template_products_line .description p {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 0;
	margin: 0px 12px 0 12px;
	line-height: 32px;
}

ul.template_products_slide li .template_products_line .description p span.more {
	color: #243e75;
}

ul.template_products_slide li .template_products_line .price {
	position: absolute;
	top: 125px;
	left: 167px;
	font-size: 18px;
	font-weight: bold;
	color: #B1B3B4;
}

/* Template products: Product overlay */

.template_products .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 633px;
	height: 477px;
	background: #fff;
	display: none;
	z-index: 1000;
}

.template_products .overlay .headlogo {
	position: absolute;
	top: 10px;
	left: 12px;
	width: 298px;
	height: 68px;
	overflow: hidden;
}

.template_products .overlay .close {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 11px;
	color: #000;
}

.template_products .overlay .close p {
	padding: 0;
	margin: 3px 4px 0 0;
	cursor: pointer;
}

.template_products .overlay .headline {
	position: absolute;
	left: 323px;
	bottom: 399px;
	width: 298px;
	line-height: 21px;
	font-size: 16px;
	font-weight: bold;
	color: #343434;
}

.template_products .overlay .picture_large {
	position: absolute;
	top: 88px;
	left: 12px;
	width: 298px;
	height: 240px;
	overflow: hidden;
}

.template_products .overlay .description {
	position: absolute;
	width: 298px;
	height: 240px;
	background: #f5f5f6;
	left: 310px;
	top: 88px;
	overflow-x: hidden;
	overflow-y: auto;
}

.template_products .overlay .description .text {
	margin: 12px;
}

.template_products .overlay .pictures_small {
	position: absolute;
	top: 331px;
	left: 12px;
	width: 596px;
	height: 50px;
	background: #ededee;
}

.template_products .overlay .pictures_small .picture_small {
	float: left;
	margin: 3px 0px 3px 3px;
	cursor: pointer;
}

.template_products .overlay .price_old {
	position: absolute;
	top: 392px;
	left: 12px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.template_products .overlay .price_now {
	position: absolute;
	top: 407px;
	left: 12px;
	font-weight: bold;
	font-size: 30px;
	color: #B1B3B4;
}

.template_products .overlay .buttons {
	position: absolute;
	top: 416px;
	left: 163px;
	width: 445px;
	height: 18px;
}


.template_products .overlay .buttons .btn_share {
	position: absolute;
	top: 0px;
	left: 105px; /* 0 px */
	cursor: pointer
}

.template_products .overlay .buttons .btn_shop {
	position: absolute;
	top: 0px;
	left: 0px; /* 167 px */
	cursor: pointer
}

.template_products .overlay .buttons .btn_ask {
	position: absolute;
	top: 0px;
	left: 186px; /* 81px */
	cursor: pointer
}


.template_products .overlay .buttons .btn_email {
	position: absolute;
	top: 0px;
	left: 274px;
	cursor: pointer
}

/*** Product Layer ***/

/* Template Products2 */

.template_products2 {
	width: 926px;
	height: 400px;
	position: relative;
	overflow: hidden;
}

.template_products2 .right {
	position: absolute;
	top: 0px;
	left: 637px;
	height: 400px;
	width: 289px;
	overflow: hidden;
}

.template_products2 .left {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 400px;
	width: 286px;
	overflow: hidden;
}

.template_products2 .left .textbox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 286px;
	height: 400px;
	overflow: hidden;
	background: url(../images/bg_products2_left.png) 0 0 repeat;
}

.template_products2 .left .textbox .text_wrapper {
	width: 283px;
	height: 349px;
	overflow: hidden;
}

.template_products2 .left .textbox .text_wrapper .text_content {
	width: 261px;
	height: auto;
	cursor: pointer;
}

.template_products2 .left .textbox .text_wrapper .text_content h1 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 7px 0 10px 12px;
	width: 260px;
	line-height: 28px;
}

.template_products2 .left .textbox .text_wrapper .text_content p {
	font-size: 14px;
	color: #fff;
	margin: 0 10px 0 12px;
	padding: 0;
	line-height: 20px;
	width: 260px;
}

.template_products2 .left .up {
	position: absolute;
	top: 361px;
	left: 210px;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.template_products2 .left .down {
	position: absolute;
	top: 361px;
	left: 248px;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.template_products2 .right .up {
	position: absolute;
	top: 9px;
	left: 223px;
	width: 48px;
	height: 48px;
	cursor: pointer;
}

.template_products2 .right .down {
	position: absolute;
	top: 342px;
	left: 223px;
	width: 48px;
	height: 48px;
	cursor: pointer;
}


.template_products2 .right .products_wrapper {
	position: absolute;
	width: 265px;
	height: 392px;
	top: 0px;
	left: 12px;
	overflow: hidden;
}

.template_products2 .right .products_wrapper .products_content {
	width: 265px;
	height: auto;
	cursor: pointer;
}

.template_products2 .right .products_wrapper .products_content .product {
	position: relative;
	width: 265px;
	height: 130px;
	margin: 0 0 1px 0;
}

.template_products2 .right .products_wrapper .products_content .product img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.template_products2 .right .products_wrapper .products_content .product .title {
	position: absolute;
	top: 93px;
	left: 0px;
	background: url(../images/bg_products2_left.png) 0 0 repeat;
}

.template_products2 .right .products_wrapper .products_content .product .title p {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 9px;
}

/* Template products2: Product overlay2 */
.template_products2 .overlay2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 615px;
	height: 393px;
	display: none;
	z-index: 1000;
}

.template_products2 .overlay2 .leftoverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 263px;
	height: 319px;
	background: url(../images/bg_products2_left.png) 0 0 repeat;
	overflow: hidden;
}

.template_products2 .overlay2 .leftoverlay .textbox .text_wrapper {
	width: 266px;
	height: 349px;
	overflow: hidden;
}

.template_products2 .overlay2 .leftoverlay .textbox .text_wrapper .text_content {
	width: 244px;
	height: auto;
	cursor: pointer;
}

.template_products2 .overlay2 .leftoverlay .textbox .text_wrapper .text_content h1 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 7px 0 10px 12px;
	width: 244px;
	line-height: 28px;
}

.template_products2 .overlay2 .leftoverlay .textbox .text_wrapper .text_content p {
	font-size: 14px;
	color: #fff;
	margin: 0 10px 0 12px;
	padding: 0;
	line-height: 20px;
	width: 244px;
}

.template_products2 .overlay2 .leftoverlay .up {
	position: absolute;
	top: 288px;
	left: 193px;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.template_products2 .overlay2 .leftoverlay .down {
	position: absolute;
	top: 288px;
	left: 232px;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.template_products2 .overlay2 .logo {
	position: absolute;
	top: 322px;
	left: 0;
	width: 263px;
	height: 70px;
	background: url(../images/bg_products2_left.png) 0 0 repeat;
	overflow: hidden;
}

.template_products2 .overlay2 .logo img {
	position: absolute;
	top: 0;
	left: 0;
}

.template_products2 .overlay2 .largeimage {
	position: absolute;
	top: 0;
	left: 280px;
	width: 340px;
	height: 244px;
	background: url(../images/bg_products2_left.png) 0 0 repeat;
	overflow: hidden;
}

.template_products2 .overlay2 .largeimage img {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 338px;
	height: 242px;
	overflow: hidden;
}

.template_products2 .overlay2 .priceline {
	position: absolute;
	top: 249px;
	left: 280px;
	width: 340px;
	height: 70px;
	overflow: hidden;
	background: url(../images/bg_products2_left.png) 0 0 repeat;
}

.template_products2 .overlay2 .priceline .thumbs {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 213px;
	height: 64px;
	overflow: hidden;
}

.template_products2 .overlay2 .priceline .thumbs .thumb {
	position: absolute;
	margin-right: 3px;
}

.template_products2 .overlay2 .priceline .price {
	position: absolute;
	top: 4px;
	right: 9px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.template_products2 .overlay2 .priceline .notes {
	position: absolute;
	top: 32px;
	right: 9px;
	text-align: right;
	font-size: 10px;
	color: #fff;
	line-height: 12px;
}

.template_products2 .overlay2 .buttons {
	position: absolute;
	top: 322px;
	left: 280px;
	width: 340px;
	height: 70px;
	overflow: hidden;
	background: url(../images/bg_products2_left.png) 0 0 repeat;
}

.template_products2 .overlay2 .buttons .btn_ask {
	position: absolute;
	top: 15px;
	left: 185px;
	width: 160px;
	height: 16px;
	overflow: hidden;
	cursor: pointer;
}

.template_products2 .overlay2 .buttons .btn_ask .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	background: #e2007a;
	overflow: hidden;
}

.template_products2 .overlay2 .buttons .btn_ask .description {
	position: absolute;
	top: -2px;
	left: 19px;
	width: 130px;
	height: 16px;
	overflow: hidden;
	font-size: 12px;
	color: #fff;
}

.template_products2 .overlay2 .buttons .btn_share {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 160px;
	height: 16px;
	overflow: hidden;
	cursor: pointer;
}

.template_products2 .overlay2 .buttons .btn_share .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	background: #043882;
	overflow: hidden;
}

.template_products2 .overlay2 .buttons .btn_share .description {
	position: absolute;
	top: -2px;
	left: 19px;
	width: 130px;
	height: 16px;
	overflow: hidden;
	font-size: 12px;
	color: #fff;
}

.template_products2 .overlay2 .buttons .btn_email {
	position: absolute;
	top: 45px;
	left: 185px;
	width: 160px;
	height: 16px;
	overflow: hidden;
	cursor: pointer;
}

.template_products2 .overlay2 .buttons .btn_email .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	background: #ebe906;
	overflow: hidden;
}

.template_products2 .overlay2 .buttons .btn_email .description {
	position: absolute;
	top: -2px;
	left: 19px;
	width: 130px;
	height: 16px;
	overflow: hidden;
	font-size: 12px;
	color: #fff;
}

.template_products2 .overlay2 .close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index: 1001;
}

/* Layer Background */
#layer_background,
#product_layer_background {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000;
}


/* Layer Ask */
#layer_ask {
	width: 780px;
	height: 448px;
	position: absolute;
	left: 50%;
	margin-left: -390px;
	top:120px;
	background: #fff;
}

#layer_ask .product {
	width: 298px;
	height: 240px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	left: 12px;
}

#layer_ask .questions {
	position: absolute;
	top: 270px;
	left: 12px;
	width: 298px;
	height: 155px;
	overflow: hidden;
}

#layer_ask .questions h1 {
	font-weight: bold;
	font-size: 16px;
	margin: 2px 0 12px 0;
	padding: 0;
	color: #b2c722;
}

#layer_ask .questions p {
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}

#layer_ask .form {
	position: absolute;
	width: 446px;
	height: 448px;
	overflow: hidden;
	left: 334px;
	top: 8px;
}

#layer_ask .form h1 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 17px 0;
	padding: 0;
	color: #b2c722;
}

#layer_ask .form form .form_row {
	margin-bottom: 12px;
}

#layer_ask .form form .form_row .form_col {
	float: left;
	margin-left: 24px;
}

#layer_ask .form form .form_row .form_col label {
	display:block;
	color: #333;
	margin: 0 0 3px 0;
}

#layer_ask .form form .form_row label.checkbox {
    display: block;
    clear: none;
    width: 410px;
    font-size: 12px;
    font-family: sans-serif;
    margin-left: 20px;
}

#layer_ask .form form .form_row .form_col input.checkbox {
	display: block;
	float: left;
	clear: left;
	height: 12px;
	width: 12px;
	padding: 0;
	margin: 0;
}

#layer_ask .form form .form_row .form_col input.textbox {
	width: 205px;
	height: 20px;
	line-height: 20px;
	color: #333;
	border: none;
	background: #ededee;
	text-indent: 5px;
}



#layer_ask .form form textarea {
	width: 434px;
	height: 94px;
	background: #ededee;
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	border: none;
	resize: none;
}

#layer_ask .abort {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#layer_ask .send {
	position: absolute;
	bottom: 12px;
	right: 12px;
	background: #333;
	cursor: pointer;
}

#layer_ask .send p {
	padding: 3px 12px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#layer_ask .mandatory {
	position: absolute;
	bottom: 12px;
	left: 334px;
	font-size: 12px;
	color: #b2c722
}

/* Layer E-Mail */

#layer_email {
	width: 780px;
	height: 247px;
	position: absolute;
	left: 50%;
	margin-left: -390px;
	top:120px;
	background: #fff;
}

#layer_email .questions {
	position: absolute;
	top: 6px;
	left: 12px;
	width: 298px;
	height: 155px;
	overflow: hidden;
}

#layer_email .questions h1 {
	font-weight: bold;
	font-size: 16px;
	margin: 2px 0 12px 0;
	padding: 0;
	color: #b2c722;
}

#layer_email .questions p {
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}

#layer_email .form {
	position: absolute;
	width: 446px;
	height: 448px;
	overflow: hidden;
	left: 334px;
	top: 8px;
}

#layer_email .form h1 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 17px 0;
	padding: 0;
	color: #b2c722;
}

#layer_email .form form .form_row {
	margin-bottom: 12px;
}

#layer_email .form form .form_row .form_col {
	float: left;
	margin-left: 24px;
}

#layer_email .form form .form_row .form_col label {
	display:block;
	color: #333;
	margin: 0 0 3px 0;
}

#layer_email .form form .form_row label.checkbox {
    display: block;
    clear: none;
    width: 410px;
    font-size: 12px;
    font-family: sans-serif;
    margin-left: 20px;
}

#layer_email .form form .form_row .form_col input.checkbox {
	display: block;
	float: left;
	clear: left;
	height: 12px;
	width: 12px;
	padding: 0;
	margin: 0;
}

#layer_email .form form .form_row .form_col input.textbox {
	width: 205px;
	height: 20px;
	line-height: 20px;
	color: #333;
	border: none;
	background: #ededee;
	text-indent: 5px;
}

#layer_email .abort {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#layer_email .send {
	position: absolute;
	bottom: 12px;
	right: 12px;
	background: #333;
	cursor: pointer;
}

#layer_email .send p {
	padding: 3px 12px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#layer_email .mandatory {
	position: absolute;
	bottom: 12px;
	left: 334px;
	font-size: 12px;
	color: #b2c722
}

/* Layer confirmation */
#layer_confirmation {
	width: 400px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 275px;
	background: #fff;
}

#layer_confirmation .abort {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#layer_confirmation .text {
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #b2c722;
	line-height: 23px;
}

/* Products3 layer */
/* Layer Ask */
#product_layer_ask {
	width: 780px;
	height: 448px;
	position: absolute;
	left: 50%;
	margin-left: -390px;
	top:120px;
	background: #fff;
}

#product_layer_ask .product {
	width: 298px;
	height: 240px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	left: 12px;
}

#product_layer_ask .questions {
	position: absolute;
	top: 270px;
	left: 12px;
	width: 298px;
	height: 155px;
	overflow: hidden;
}

#product_layer_ask .questions h1 {
	font-weight: bold;
	font-size: 16px;
	margin: 2px 0 12px 0;
	padding: 0;
	color: #b2c722;
}

#product_layer_ask .questions p {
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}

#product_layer_ask .form {
	position: absolute;
	width: 446px;
	height: 448px;
	overflow: hidden;
	left: 334px;
	top: 8px;
}

#product_layer_ask .form h1 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 17px 0;
	padding: 0;
	color: #b2c722;
}

#product_layer_ask .form form .form_row {
	margin-bottom: 12px;
}

#product_layer_ask .form form .form_row .form_col {
	float: left;
	margin-left: 24px;
}

#product_layer_ask .form form .form_row .form_col label {
	display:block;
	color: #333;
	margin: 0 0 3px 0;
}

#product_layer_ask .form form .form_row label.checkbox {
    display: block;
    clear: none;
    width: 410px;
    font-size: 12px;
    font-family: sans-serif;
    margin-left: 20px;
}

#product_layer_ask .form form .form_row .form_col input.checkbox {
	display: block;
	float: left;
	clear: left;
	height: 12px;
	width: 12px;
	padding: 0;
	margin: 0;
}

#product_layer_ask .form form .form_row .form_col input.textbox {
	width: 205px;
	height: 20px;
	line-height: 20px;
	color: #333;
	border: none;
	background: #ededee;
	text-indent: 5px;
}



#product_layer_ask .form form textarea {
	width: 434px;
	height: 94px;
	background: #ededee;
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	border: none;
	resize: none;
}

#product_layer_ask .abort {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#product_layer_ask .send {
	position: absolute;
	bottom: 12px;
	right: 12px;
	background: #333;
	cursor: pointer;
}

#product_layer_ask .send p {
	padding: 3px 12px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#product_layer_ask .mandatory {
	position: absolute;
	bottom: 12px;
	left: 334px;
	font-size: 12px;
	color: #b2c722
}

/* Layer E-Mail */

#product_layer_email {
	width: 780px;
	height: 247px;
	position: absolute;
	left: 50%;
	margin-left: -390px;
	top:120px;
	background: #fff;
}

#product_layer_email .questions {
	position: absolute;
	top: 6px;
	left: 12px;
	width: 298px;
	height: 155px;
	overflow: hidden;
}

#product_layer_email .questions h1 {
	font-weight: bold;
	font-size: 16px;
	margin: 2px 0 12px 0;
	padding: 0;
	color: #b2c722;
}

#product_layer_email .questions p {
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}

#product_layer_email .form {
	position: absolute;
	width: 446px;
	height: 448px;
	overflow: hidden;
	left: 334px;
	top: 8px;
}

#product_layer_email .form h1 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 17px 0;
	padding: 0;
	color: #b2c722;
}

#product_layer_email .form form .form_row {
	margin-bottom: 12px;
}

#product_layer_email .form form .form_row .form_col {
	float: left;
	margin-left: 24px;
}

#product_layer_email .form form .form_row .form_col label {
	display:block;
	color: #333;
	margin: 0 0 3px 0;
}

#product_layer_email .form form .form_row label.checkbox {
    display: block;
    clear: none;
    width: 410px;
    font-size: 12px;
    font-family: sans-serif;
    margin-left: 20px;
}

#product_layer_email .form form .form_row .form_col input.checkbox {
	display: block;
	float: left;
	clear: left;
	height: 12px;
	width: 12px;
	padding: 0;
	margin: 0;
}

#product_layer_email .form form .form_row .form_col input.textbox {
	width: 205px;
	height: 20px;
	line-height: 20px;
	color: #333;
	border: none;
	background: #ededee;
	text-indent: 5px;
}

#product_layer_email .abort {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#product_layer_email .send {
	position: absolute;
	bottom: 12px;
	right: 12px;
	background: #333;
	cursor: pointer;
}

#product_layer_email .send p {
	padding: 3px 12px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#product_layer_email .mandatory {
	position: absolute;
	bottom: 12px;
	left: 334px;
	font-size: 12px;
	color: #b2c722
}

/* Layer confirmation */
#product_layer_confirmation {
	width: 400px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 275px;
	background: #fff;
}

#product_layer_confirmation .abort {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#product_layer_confirmation .text {
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #b2c722;
	line-height: 23px;
}

.radio {
	height: 14px;
	width: 14px;
	clear:left;
	float:left;
	margin: 0 0 3px;
	padding: 0;;
	background: url("../images/checkbox.png");
	background-repeat:no-repeat;
	cursor: default;
}
.checkbox {
	height: 14px;
	width: 14px;
	clear:left;
	float:left;
	margin: 0 0 3px;
	padding: 0;
	background: url("../images/checkbox.png") no-repeat;
	cursor: default;
	text-align:left;
}
.checkbox input,.radio input {
	display: none;
}
.checkbox input.show,.radio input.show {
	display: inline;
}
.selected {
	background-position: 0 -32px;
}

.template_10 {
	width: 916px;
	height: 400px;
	position: relative;
}

.template_10 .picture {
	position: absolute;
	top: 0px;
	left: 0px;
}

.template_10 .name {
	position: absolute;
	top: 35px;
	left: 91px;
	font-weight: bold;
	font-size: 14px;
	color: #343434;
}

.template_10 .description {
	position: absolute;
	top: 50px;
	left: 91px;
	font-size: 12px;
	font-weight: bold;
	color: #B1B3B4;
	line-height: 15px;
}

.template_10 .left {
	position: absolute;
	top: 103px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 457px;
	height: 294px;
	overflow: hidden;
}

.template_10 .left .text {
	font-size: 13px;
	color: #343434;
	padding: 0;
	height: 500px;
	overflow: hidden;
	margin: 3px 0px 0px 0px;
	line-height: 18px;
}

.template_10 .left .text a {
	color: #a7a8aa;
	text-decoration: underline;
}

.template_10 .right {
	position: absolute;
	top: 0px;
	left: 498px;
	height: 400px;
	width: 418px;
	overflow: hidden;
}

.template_10 .right .image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 418px;
	height: 354px;
	overflow: hidden;
}

.template_10 .right .caption {
	position: absolute;
	top: 354px;
	left: 0px;
	width: 418px;
	height: 46px;
	background: #B1B3B4;
}

.template_10 .right .caption p {
	font-size: 11px;
	color: #ffffff;
	margin: 3px 0px 0px 6px;
	padding: 0;
	line-height: 13px;
}

/* Template 11 */

.template_11 {
	width: 916px;
	height: 400px;
	position: relative;
	overflow: hidden;
}

.template_11 .box1 {
	width: 468px;
	height: 225px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 12px;
}

.template_11 .box2 {
	width: 442px;
	height: 225px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 480px;
}

.template_11 .box3 {
	width: 468px;
	height: 225px;
	overflow: hidden;
	position: absolute;
	top: 225px;
	left: 12px;
}

.template_11 .box4 {
	width: 442px;
	height: 225px;
	overflow: hidden;
	position: absolute;
	top: 225px;
	left: 480px;
}


.template_11 .box1 .picture, .template_11 .box2 .picture, .template_11 .box3 .picture, .template_11 .box4 .picture {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 156px;
	height: 201px;
	overflow: hidden;
}

.template_11 .box1 .headline, .template_11 .box2 .headline, .template_11 .box3 .headline, .template_11 .box4 .headline {
	position: absolute;
	top: 2px;
	left: 167px;
	font-size: 16px;
	font-weight: bold;
	color: #343434;
}

.template_11 .box1 .subheadline, .template_11 .box2 .subheadline, .template_11 .box3 .subheadline, .template_11 .box4 .subheadline {
	position: absolute;
	top: 23px;
	left: 167px;
	font-size: 14px;
	font-weight: bold;
	color: #B1B3B4;
}

.template_11 .box1 .text, .template_11 .box2 .text, .template_11 .box3 .text, .template_11 .box4 .text,
.template_11 .box1 .text a, .template_11 .box2 .text a, .template_11 .box3 .text a, .template_11 .box4 .text a {
	position: absolute;
	top: 47px;
	left: 167px;
	width: 270px;
	font-size: 13px;
	color: #343434;
	line-height: 20px;
}

.template_11 .box1 .infos, .template_11 .box2 .infos, .template_11 .box3 .infos, .template_11 .box4 .infos {
	position: absolute;
	top: 157px;
	left: 167px;
	font-size: 11px;
	font-weight: bold;
	color: #B1B3B4;
}

.template_11 .box1 .infos a, .template_11 .box2 .infos a, .template_11 .box3 .infos a, .template_11 .box4 .infos a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #B1B3B4;
}

/* Template 12 */

.template_12 {
	width: 916px;
	height: 400px;
	position: relative;
}

.template_12 .left {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 400px;
	width: 498px;
	overflow: hidden;
}

.template_12 .left .image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 418px;
	height: 354px;
	overflow: hidden;
}

.template_12 .left .caption {
	position: absolute;
	top: 354px;
	left: 0px;
	width: 418px;
	height: 46px;
	background: #B1B3B4;
}

.template_12 .left .caption p {
	font-size: 11px;
	color: #ffffff;
	margin: 3px 0px 0px 6px;
	padding: 0;
	line-height: 13px;
}

.template_12 .right {
	position: absolute;
	top: 0px;
	left: 444px;
	height: 400px;
	width: 482px;
	overflow: hidden;
}

.template_12 .right .head {
	font-size: 14px;
	font-weight: bold;
	color: #343434;
	padding: 0;
	margin: 0px 0px 7px 0px;
}

.template_12 .right .form_line {
	margin-bottom: 13px;
}

.template_12 .right .form_line .form_entry {
	float: left;
	margin-left: 12px;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	color: #777878;
}

.template_12 .right .form_line .form_entry label {
	font-size: 12px;
	font-weight: bold;
	color: #777878;
	display: block;
	margin-bottom: 4px;
	display: inline-block;
}

.template_12 .right .form_line .form_entry input[type=text] {
	width: 225px;
	height: 22px;
	border: none;
	background: #fff;
	border: 1px solid #777878;
	line-height: 22px;
	text-indent: 10px;
	color: #000;
	font-size: 12px;
}

input[type=checkbox]:not(old),
input[type=radio]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio]:not(old) + label {
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 24px;
  background   : url(../images/checkbox_0.png) no-repeat 0 0;
  line-height  : 14px;
}

input[type=checkbox]:not(old):checked + label {
  background   : url(../images/checkbox_1.png) no-repeat 0 0;
}

input[type=radio]:not(old):checked + label {
  background   : url(../images/checkbox_1.png) no-repeat 0 0;
}

.template_12 .right .mandatory {
	position: absolute;
	top: 376px;
	left: 0px;
	width: 110px;
	height: 24px;
	line-height: 24px;
	text-align: left;
	cursor: pointer;
	color: #777878;
}

.template_12 .right .submitbutton {
	position: absolute;
	top: 376px;
	left: 356px;
	width: 110px;
	height: 24px;
	background: #ededee;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
}

.template_12 .right .submitbutton {
	color: #777878;
	font-weight: bold;
}

/* Template Accordion */
.template_13 {
	width: 916px;
	height: auto;
	position: relative;
}

.template_13 .accordion_trigger {
	width: 916px;
	height: 46px;
	color: #fff;
	background: #69696b url(../images/accordion_right.png) 24px 10px no-repeat;
	cursor: pointer;
	overflow: hidden;
}

.template_13 .accordion_trigger .head {
	position: relative;
	font-size: 24px;
	top: 10px;
	left: 86px;
}

.template_13 .accordion_trigger_active {
	width: 916px;
	height: 46px;
	color: #fff;
	background: #bdbdbd url(../images/accordion_down.png) 19px 16px no-repeat;
	cursor: pointer;
}

.template_13 .accordion_trigger_active .head {
	position: relative;
	font-size: 24px;
	top: 10px;
	left: 86px;
}

.template_13 .trigger_active {
	color:#333;
}
.template_13 .accordion_container {
	position: relative;
	width: 916px;
}

.template_13 .accordion_container .left {
	float: left;
	width: 482px;
}

.template_13 .accordion_container .left h1 {
	font-size: 24px;
	font-weight: normal;
	color: #69696b;
	line-height: 31px;
	width: 440px;
	margin: 0;
	padding: 43px 0 24px 0;
}

.template_13 .accordion_container .left p {
	font-size: 14px;
	color: #000;
	width: 420px;
	line-height: 16px;
	padding: 0 0 24px 20px;
}

.template_13 .accordion_container .right {
	float: left;
	width: 434px;
}

.template_13 .accordion_container .right img {
	padding: 48px 0;
}

.template_tile_hidden {
	display: none;
}

.template_tile ul {
	margin: 16px 0 0 40px;
}

.template_tile ul li {
	overflow: visible !important;
}

/* Templates end */

.downloadlinks {
	position: absolute;
	top: 400px;
	left: 0px;
}

.content_scroller .downloadlinks {
	position: absolute;
	top: 446px;
	left: 0px;
	width: 600px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
}

.content_scroller .downloadlinks .download_article {
	margin-left: 10px;
}

.content_scroller .downloadlinks .download_article img,
.content_scroller .downloadlinks .download_articles img {
	float: left;
}

.content_scroller .downloadlinks .download_article p,
.content_scroller .downloadlinks .download_articles p {
	float: left;
	margin: 6px 0px 0px 6px;
}

.content_scroller .downloadlinks .download_article p {
	margin: 6px 17px 0px 6px;
}

.content_scroller .downloadlinks .download_article p a,
.content_scroller .downloadlinks .download_articles p a {
	color: #b1b3b4;
	text-decoration: none;
}

.content_scroller .downloadlinks .download_article p a:hover,
.content_scroller .downloadlinks .download_articles p a:hover {
	text-decoration: underline;
}

#wrapper #foot {
	position: absolute;
	height: 24px;
	width: 100%;
	left: 0px;
	top: 0px;
	margin-top: 25px;
}

#wrapper #foot #foot_content {
	position: absolute;
	width: 1280px;
	height: 24px;
	left: 50%;
	margin-left: -640px;
	top: 0px;
	color: #ffffff;
	font-size: 11px;
}

#wrapper #foot #foot_content .left {
	position: relative;
	float: left;
	top: 9px;
	width: 552px;
}

#wrapper #foot #foot_content .left a {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

#wrapper #foot #foot_content .left a:hover {
	text-decoration: underline;
}

#wrapper #foot #foot_content .right {
	position: relative;
	float: left;
	width: 408px;
}

#wrapper #foot #foot_content .right .wrapper {
	position: absolute;
	right: 0px;
	width: auto;
}

#wrapper #foot #foot_content .right .wrapper .social {
	position: relative;
	float: left;
	margin-left: 12px;
}

#wrapper #foot #foot_content .seo {
	position: relative;
	text-align: left;
	float: left;
	top: 42px;
	left: 0px;
	width: 1280px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 6px 0 6px 0;
	color: #ffffff;
	font-size: 10px;
	line-height: 14px;
	margin: 0 0 20px 0;
}

#wrapper #foot #foot_content .seo a {
	color: #3e4448;
	text-decoration: underline;
}

.home_slider_tile_flip div.lower {
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-transform:perspective(800px) rotateY(180deg);
	-webkit-transform:perspective(800px) rotateY(180deg);
	transform:perspective(800px) rotateY(180deg);
}

.home_slider_tile_flip div.upper {
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-transform:perspective(800px) rotateY(0deg);
	-webkit-transform:perspective(800px) rotateY(0deg);
	transform:perspective(800px) rotateY(0deg);
}

.home_slider_tile_flip div.lower_active {
	-moz-transform:perspective(800px) rotateY(0);
	-webkit-transform:perspective(800px) rotateY(0);
	transform:perspective(800px) rotateY(0);
}

.home_slider_tile_flip div.upper_active {
	-webkit-transform:perspective(800px) rotateY(-179.9deg);
	-moz-transform:perspective(800px) rotateY(-179.9deg);
	transform:perspective(800px) rotateY(-179.9deg);
}

.home_slider_tile_flip div.lower_horizontal {
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-transform:perspective(800px) rotateX(180deg);
	-webkit-transform:perspective(800px) rotateX(180deg);
	transform:perspective(800px) rotateX(180deg);
}

.home_slider_tile_flip div.upper_horizontal {
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-transform:perspective(800px) rotateX(0deg);
	-webkit-transform:perspective(800px) rotateX(0deg);
	transform:perspective(800px) rotateX(0deg);
}

.home_slider_tile_flip div.lower_horizontal_active {
	-moz-transform:perspective(800px) rotateX(0);
	-webkit-transform:perspective(800px) rotateX(0);
	transform:perspective(800px) rotateX(0);
}

.home_slider_tile_flip div.upper_horizontal_active {
	-webkit-transform:perspective(800px) rotateX(-179.9deg);
	-moz-transform:perspective(800px) rotateX(-179.9deg);
	transform:perspective(800px) rotateX(-179.9deg);
}

/* Page in layer */
#tile_layer_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	cursor: pointer;
	z-index: 1000;
	background: #000;
}

#tile_layer {
	width: 1280px;
	height: 400px;
	position: absolute;
	left: 50%;
	margin-left: -640px;
	top:0;
	background: none;
	z-index: 1001;
}

#tile_layer_close {
	display: none;
	position: absolute;
	width: 26px;
	height: 26px;
	cursor: pointer;
	z-index: 1003;
}

.article-background-container {
	width: 100%;
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
}

.article-background-container .article-background-images {
	height: 0px;
	left: 50%;
	margin-left: -960px;
	position: relative;
	width: 1920px;
}

.article-background-container .article-background-images img {
	position: absolute;
	top: 0;
	left:0;
}

/* Superfish.css */
.sf_first_main_line {
	padding-top: 0;
	height: 30px;
	line-height: 30px;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	border-bottom: none;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			11px;
	top:			18px;
	z-index:		1005;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.sf-menu {
	float:			left;
	margin-bottom:	1em;
	margin-left: 0px;
	font-size: 12px;
	color: #000;
}

.sf-submenu-first {
	margin-top: 10px;
}

.sf-submenu-last {
	margin-bottom: 10px;
}

.sf-menu a {
	padding: 2px 10px;
	color: #ffffff;
	text-decoration:none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/


}
.sf-menu li {
	padding-top: 0px;
}

.sf-menu li ul {
		margin-top: 12px;
}

.sf-menu li ul li ul {
		margin-top: 0px;
}

.sf-menu li li {
	background: url(../content/menu_bg1.png) 0 0 repeat;
	padding: 2px 0px;
}

.sf-menu li li li {
	background:	url(../content/menu_bg2.png) 0 0 repeat;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
/*	background:		#CFDEFF;
	outline:		0;*/
	color: #c0c0c0;
}

.sf-menu li li a, .sf-menu li li li a, .sf-menu li li li li a, .sf-menu li li li li li a {
	color: #ffffff;
}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	color: #cccccc;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.template_1 .left .head, 
.template_1 .left .drop_head .c, 
.template_2 .right .head, 
.template_3 .head, 
.template_11 .box1 .headline, .template_11 .box2 .headline, .template_11 .box3 .headline, .template_11 .box4 .headline, 
.template_13 .accordion_container .left h1, h1, h2, h3 {
	font-weight: normal !important;
	font-family: 'roboto-regular', Arial, Verdana, Helvetica, sans-serif !important;
}
