/** reset browser styles **/

html, body, div, span,
h1, h2, h3, a, img, strong, ul, li,
fieldset, form, label,
table, caption, tbody, thead, tr, th, td,
input, select, p, b  {
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body, div, span,
h1, h2, h3, a, img, strong,
fieldset, form, label,
table, caption, tbody, thead, tr, th, td,
input, select, p, b  {
	margin: 0;
}

ul {
	margin: 0 0 15px 0;
	list-style: none;
}

li {
	margin: 0 0 0 15px;
	list-style: disc;
}

ul.bullet {
	list-style-image: url("/images/icons/list_bullet.png");
	margin-left: 15px;
	color: #1a5aaa;	
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

/** globals **/

body {
	background-color: #fff;
	background-image: url("/images/screen_main/spring.jpg");
	background-repeat: repeat-y;
	background-position: top center;
	font-size: 12px;
	font-family: Verdana, Arial, non-serif;
	line-height: 1;
	color: #000;
	text-align: center;
	padding-bottom: 25px;
}

p {
	margin: 0 0 15px 0;
}

a, a:link, a:visited {
	color: #e20025;
}

a:hover {
	color: #000;
}


.bluel{
	color: red;
}

.tbln{
	border-style: none;
}
.tbln TD { 
    border-style: none;
    text-align: right;           
}
.tbnlt {
	text-align: left;
}

h1, h2, h3 {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #1a5aaa;
	font-weight: bold;
}

h1 {
	display: none;
}

h3 {
	font-weight: normal;
	margin-bottom:  10px;
}

strong,
b {
	font-weight: bold;
}

hr {
	border:0px;
	height: 1px;
	color: #bbb;
	background-color: #bbb;
	clear: both;
	width: 100%;
	margin-bottom: 15px;
}

form br {
	clear: both;
}

.textfield,
textarea,
select {
	background: #f6f7f8;
	border: 1px solid #5383bf;
	padding: 1px;
}

input {
	height: 15px;

}

select {
	height: 18px;
		font-size: 11px;
}

input:focus,
textarea:focus,
select:focus {
	background: #fff;
}

label,
select,
input {
	color: #1a5aaa;
	cursor: pointer;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.energetix {
	text-transform: uppercase;
	color: #1a5aaa;

}

.uppercase {
	text-transform: uppercase;
}

.totop {
	margin-bottom: -5px;
	clear: both;
}

.totop a,
.totop a:link,
.totop a:visited   {
	color: #7c7c7c;
	text-decoration: none;
}

.blue {
	color: #1a5baa;
}

.red {
	color: #e20025;
}

.hidden {
	display: none;
}

.dropdown {
	font-size: 11px;
	line-height: 15px;
	color: #636363;
	cursor: pointer;
	white-space: nowrap;
}

.dropdown div.selected {
	width: 149px;
	height: 15px;
	border: 1px solid #bbb;
	padding: 0 0 0 2px;
	background-color: #fff;
	overflow: hidden;
	float: left;
}

* html .dropdown div.selected {
	width: 166px;
	height: 17px;
}

.dropdown img {
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 0;
}

* html .dropdown img {
	margin-left: -3px;
}

.dropdown ul {
	width: 168px;
	max-height: 400px;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #bbb;
	border-top: 0;
	position: absolute;
	z-index: 5;
	overflow: auto;
	background-color: #fff;
}

* html .dropdown ul {
	width: 183px;
	height: expression(this.scrollHeight > 400 ? "400px" : "auto");
	margin-top: -2px;
}

.dropdown li {
	height: 15px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 2px;
	overflow: hidden;
}

.dropdown li:hover {
	background-color: #eee;
}

@media all {

* {
	margin: 0;
	padding: 0;
}


body {
	/*background: #fff url(../images/bg_footer.jpg) left bottom repeat-x;*/
	font: 12px/15px Arial, Helvetica, Sans-Serif;
	text-align: left;
}

a {
	color: #7B7B7B;
}

a:hover {
	color: #81ABD6;
}

p, div {
	text-align: left;
}

.right  {
	float: right;
}

#start {
	background: #001d54;
}

#start #flash_container {
	background: #000 url(../images/placeholder_intro.jpg) center top no-repeat;
	height: 544px;
}

#start #overlay {
	background: transparent url(../images/overlay_intro.png) center top no-repeat;
	display: block;
	height: 171px;
	left: 0;
	position: absolute;
	right: 0;
	top: 373px;
	width: 100%;
	z-index: 5;
}

#overlay .content {
	height: 80px;
	margin: 75px auto 0 auto;
	width: 935px;
}

#overlay .start_teaser {
	float: left;
	font-family: Verdana, Tahoma, Helvetica; 
	width: 158px;
}

#overlay .start_teaser img {
	/* border: 2px solid #c5c4c2; */
	border: none;
	margin-bottom: 3px;
}

#overlay .start_teaser a {
	color: #fff;
	font-family: Verdana, Tahoma, Helvetica; 
	text-decoration: none;
}

#overlay .start_teaser.text {
	color: #fff;
	float: right;
	font-size: 11px;
	margin-right: 60px;
	width: 180px;
}

#overlay .start_teaser.text p {
	margin-bottom: 10px;
}

#page {
	height: 100%;
}
/*
#wrap {
	margin: 0 auto;
	position: relative;
	width: 955px;
}*/

#header {
	background-color: #b4aca7;
	height: 113px;
}
	
#header_margins {
	margin: 0 auto;
	position: relative;
	width: 955px;
	height: 113px;
}

#header_margins .logo {
	float: left;
	margin: 20px 0 0 10px;
}
	
/* @section form elements */

.field {
	height: 30px;
}

label {
	display: block;
	float: left;
	padding-top: 3px;
	width: 122px;
}	

.field span {
	position: relative;
	top: -2px;
	padding: 0 3px 0 1px;
}

input, select {
	border: 1px solid #bfbfbf;
	width: 220px;
	height: 17px;
	color: #7b7b7b;
	font-size: 12px;
}
	
select {
	height: 20px;
	width: 223px;
}

input[type="radio"] {
	border: none;
	margin: 4px 0 0;
	width: 13px;
	height: 13px;
}
	
#contact_form {
	margin: 30px 0;
}	

#content #contact_form .subcl {
	width: 348px;
}

#content #contact_form .subcr {
	margin-left: 395px;
	width: 445px;
}
	
.message_box {
	height: 130px;
}
	
textarea {
	border: 1px solid #bfbfbf;
	width: 315px;
	height: 128px;
}

#submitbutton {
	position: relative;
	margin: 10px 0 0 305px;
	padding: 0 0 3px 0;
	border: none;
	background: transparent url(../images/shopping_cart_btn_bg.png) left top no-repeat;
	width: 134px;
	height: 25px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	color: #81ABD6;
	font-weight: bold;
}	

/* @section main navigation */
#header .top_navi {
	float: left;
	left: 60px;
	position: relative;
	top: 80px;
	width: 545px;
	z-index: 2;
}

#header .top_navi li {
	color: #fff;
	display: block;
	font-weight: bold;
	display: inline;
	list-style: none;
	margin: 0 22px 0 0; 
}

#header .top_navi li form {
	/*float: right;
	margin: 0 0 0 7px;*/
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
}

#header .top_navi li form .country {
	background: #cbc8c5;
	border: 1px solid #dad8d7;
	color: #fff;
	margin-top: -4px;
	padding: 0 3px 0 0;
	width: 170px;
}

#header .top_navi li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/* @section partner */
#partner {
	clear: both;
	margin: 10px 0 0 0;
	position: absolute;
	width: 250px;
	right: 0;
	z-index: 1;
}

#partner img {
	float: right;
	margin: 0 10px 0 15px;
	border: 1px solid #fff;
}

#partner p {
	color: #fff;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: right;
}

#partner a {
	color: #fff;
	font-weight: normal;
}

/* @section sub navigation */
#sub_navi {
	background: #d5d1cf url(../images/bg_sub_navi.jpg) top left repeat-x;
	height: 25px;
}
	
#sub_navi_margins {
	clear: left;
	margin: 0 auto;
	position: relative;
	width: 955px;
	height: 25px;
}

#sub_navi li {
	float: left;
	list-style: none;
}

#sub_navi li a {
	color: #01376f;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 0 8px; 
	text-decoration: none;
}

#sub_navi li a:hover, #sub_navi li.active a {
	background: #fff;
	color: #81abd6;
}

/* @section contents left */
#content {
	overflow: auto;
	color: #7b7b7b;
}

#content .subcolumn {
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	overflow: visible;
	width: 955px;
}

#content .subcolumn.form {
	padding-left: 10px;
}

#content .without_padding {
	padding: 0;
}
	
#content .subcl {
	float: left;
	padding: 0 7px;
	width: 420px;
}
	
#content .form .subcl {
	padding: 0;
}
	
#content .subc {
	padding: 0 10px;
}

#content .concern {
	background: transparent url(../images/concern_img_start.jpg) right top no-repeat;
}
	
#content .cat_navi {
	margin: 5px 0 5px 0;
}

#content .cat_navi li {
	background: transparent url(../images/cut_line.gif) right 3px no-repeat;
	display: inline;
	list-style: none;
	padding: 0 8px 0 5px;
}

#content .cat_navi li.active a {
	color: #81abd6;
}

#content .cat_navi li.first {
	background: transparent url(../images/arr_right.gif) right 5px no-repeat;
	border: none;
	padding: 0 12px 0 0;
}

#content .cat_navi li.last {
	background: none;
}

#content h1 {
	margin: 0 0 20px 0;
	color: #81abd6;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	text-align: left;
}

#content p {
	margin: 0 0 15px 0;
	text-align: left;
}
	
/* @section contents right */
#content .subcr {
	overflow: visible;
	margin-left: 457px;
	width: 495px;
}

#content .subc50 {
	float: left;
	width: 50%;
}

#content .subc33 {
	float: left;
	margin: 0 9px 15px 0;
	width: 150px;
}

#content .subc33 p {
	padding: 5px 0 0 0;
	text-align: center;
}

#content .subcll {
	float: left;
	width: 140px;
}

#content .subclr {
	float: right;
	width: 320px;
}

#content.blank_navi h1 {
	padding-top: 44px;
}

/* @section pagination */
#pagination {
	float: left;
	width: 935px;
	margin: 10px;
}
	
#artical_number {
	float: left;
	font-weight: bold;
}
	
#artical_number a {
	background: transparent url(../images/cut_line.gif) right 3px no-repeat;
	padding: 0 7px 0 6px;
	font-weight: normal;
}

#artical_number .last {
	background: none;
}

#artical_number .active {
	color: #81ABD6;
}

#pagination_control {
	float: right;
	font-weight: bold;
}

#pagination_control p {
	float: left;
	padding: 1px 5px 0 0;
}
	
#pagination_control a {
	float: left;
	position: relative;
	border-right: 1px solid #fff;
	background-color: #e0e0e0;
	padding-top: 1px;
	width: 17px;
	height: 16px;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}

#pagination_control a:hover, #pagination_control .active {
	background-color: #c4daf0;
	color: #7B7B7B;
}
	
#pagination_control .next {
	background-color: transparent;
	padding: 5px 0 0 2px;
	width: 15px;
	height: 12px;
}
	
#pagination_control .next img {
	border: none;
}
	
/* @section product teaser */
#product_teaser {
	display: block;
	clear: both;
	background-color: #cbc8c5;
	height: 129px;
}
	
#teaser_contents {
	margin: 0 auto;
	position: relative;
	width: 935px;
	padding: 10px 10px 0;
}
	
#teaser_contents li {
	float: left;
	padding: 0 36px 0 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#teaser_contents li a {
	text-decoration: none;
	color: #fff;
	font: bold 11px Verdana, Arial;
}
	
#teaser_contents li img {
	border: 2px solid #e5e4e2;
}
	
#teaser_contents li p {
	margin: 0;
}	
	
/* @section product detail */
.c33l { 
	width: 354px; 
	float: left;
}

.c33r { 
	width: 247px; 
	float: right;
}
	
.product_left { padding: 0 7px; }
.product_mid { padding: 0 35px 0 0; }
.product_right { padding: 0 0 0 10px; } 
	
.product_left .product-img-box {
	position: relative;
	height: 100%;
}
	
.product_left .product-img-box .product-img {
	text-align: center;
}
	
.product_left .product-img-box .more-product-views {
	position: absolute;
	top: 0;
	left: 0;
}
	
.product_left .product-img-box .more-product-views ul li {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #bfbfbf;
	width: 62px;
	height: 62px;
	list-style-type: none;
	list-style-position: inside;
}	

.product_mid table {
	margin-bottom: 10px;
}
	
.product_mid table tr td {
	padding-right: 7px;
}

.product_mid .set_size label,
.product_mid .set_amount label {
	display: block;
	float: left;
	padding-top: 3px;
	width: 50px;
}

.product_mid .set_size {
	margin-bottom: 5px;
}
	
.product_mid .set_size select,
.product_mid .set_amount input {
	border: 1px solid #bfbfbf;
	width: 40px;
	font-size: 12px;
	color: #7b7b7b;
}
	
.product_mid .set_amount input {
	padding-left: 2px;
	width: 36px;
	height: 17px;
}

#content .prize {
	color: #01376F;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 0;
}	

#content .prize_comment {
	font-size: 11px;
}	

#content .shopping_cart_btn {
	display: block;
	background: transparent url(../images/shopping_cart_btn_bg.png) left top no-repeat;
	padding: 5px 0 0;
	width: 134px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	color: #81ABD6;
	font-weight: bold;
}

.product_right #similar_products {
	position: relative;
}

#similar_products {
	margin: -10px 0 30px -16px;
	width: 253px;
	height: 64px;
}

#novelties .back,
#novelties .next,
#similar_products .back,
#similar_products .next {
	margin: 0;
}
	
#novelties .back a,
#similar_products .back a {
	float: left;
	display: inline;
	position: relative;
	margin-right: 10px;
	margin-top: 26px;
	background: transparent url(../images/arrow_back.gif) no-repeat scroll left top;
	text-indent: -999em;
	width: 6px;
	height: 40px;
}
	
#novelties .next a,
#similar_products .next a {
	float: left;
	position: relative;
	display: inline;
	background: transparent url(../images/arrow_next.gif) no-repeat scroll left top;
	margin-top: 26px;
	text-indent: -999em;
	width: 6px;
	height: 40px;
}	

#novelties ul li,
#similar_products ul li {
	float: left;
	border: 1px solid #BFBFBF;
	margin: 0 10px 0 0;
	padding: 0;
	width: 62px;
	height: 62px;
	list-style-type: none;
	list-style-position: inside;
}
	
/* @section partner-site */
	
#content .subc_partner_left {
	float: left;
	width: 580px;
	height: 376px;
}

#content .subc_partner_right {
	position: relative;
	margin-left: 580px;
	width: 365px;
	height: 376px;
}

#content .subc_partner_right .right {
	position: absolute;
	bottom: 0;
	right: 0;
}

#content .subc_partner_left .partner_txt {
	position: relative;
	margin-left: 180px;
	padding-right:10px;
	height: 376px;
}
	
#content .subc_partner_left #novelties_teaser .right {
	margin: 10px 34px 0 0;
}

#content .partner_img {
	float: left;
	margin: 44px 0 0 10px;
	border: 1px solid #BFBFBF;
}

#novelties_teaser {
	position: absolute;
	bottom: 0;
}	

#novelties {
	margin: 0 0 0 -16px;
	width: 410px;
	height: 64px;
}

#novelties ul {
	float: left;
	display: inline;
	position: relative;
	width: 370px;
	height: 64px;
}
	
/* @section footer */
#footer {
	background: #001741 url(../images/bg_footer.jpg) left top repeat-x;
	height: 420px;
	width:100%;
}

#footer .sub_footer {
	background: transparent url(../images/bg_footer_full.jpg) left top no-repeat;
	height: 100%;
}

#footer, #footer a {
	color: #8a99b5;
	font: 10px/12px Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
}

#start #footer {
	background: #001741 url(../images/overlay_intro_footer.jpg) center top repeat-x;
	height: 235px;
	position: relative;
	width: 100%;
	z-index: 9;
}

#start #footer .sub_footer {
	background: none;
	margin: 0 auto;
	width: 955px;
}

#start #footer .sub_footer img {
	float: right;
}

#start #footer ul {
	float: left;
	width: 300px;
}

#footer ul {
	padding-top: 5px;
	margin: 0 auto;
	width: 955px;
}

#footer li {
	border-left: 1px solid #b5b0ac;
	float: left;
	list-style: none;
	padding: 0 10px;
}

#footer li.first {
	border: none;
}

#footer li.copyright {
	clear: both;
	margin: 5px 0 0;
	border: none;
	font-weight: normal;
}

#footer li.lang_menu {
	border: none;
	display: block;
	text-align: left;
	width: 100%;
}

#footer li.lang_menu .language {
	background: transparent url(../images/coll_menu_blue.gif) no-repeat scroll 0 0;
	float: left;
	margin-top: 15px;
}

#footer li.lang_menu .n98_select_subs {
	background: #33518a;
	border: 1px solid #5e759c;
}

/* jQuery styled content: country select-box */
.jquery_select {
	background: transparent url(../images/coll_menu.gif) no-repeat;
	cursor: pointer;
	float: right;
	height: 20px;
	line-height: 20px;
	margin: -3px 0 0 0;
	width: 154px;
}

.jquery_select p, #footer .jquery_select .n98_select_subs p {
	padding: 0 0 0 5px;
	font-weight: normal;
}

.jquery_select .n98_select_subs {
	background: #cbc8c5;
	border: 1px solid #dad8d7;
	display: none;
	margin: 1px 0 0 0;
}

.jquery_select .n98_select_subs a, #footer .jquery_select .n98_select_subs a {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 -5px;
	padding: 0 0 0 5px;
}

.jquery_select a, .jquery_select .n98_select_current {
	color: #fff;
	font-size: 12px;
}

#footer .language .de a {
	background: transparent url(../images/language/de.gif) 3px 2px no-repeat;
	padding-left: 24px;
}
#footer .language .en a {
	background: transparent url(../images/language/en.gif) 3px 2px no-repeat;
	padding-left: 24px;
}
#footer .language .fr a {
	background: transparent url(../images/language/fr.gif) 3px 2px no-repeat;
	padding-left: 24px;
}
#footer .language .es a {
	background: transparent url(../images/language/es.gif) 3px 2px no-repeat;
	padding-left: 24px;
}
#footer .language .it a {
	background: transparent url(../images/language/it.gif) 3px 2px no-repeat;
	padding-left: 24px;
}

.jquery_select .n98_select_subs p a:hover {
	background: #245b93;
}

}
