@charset "utf-8";
/* CSS Document */

html,body {
	width: 100%;
	height: 100%;
}
body {
	background-image: url(img/galvanic_back.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#F8A529;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 22px;
}
body,td,th {
	font-size: 11px;
	color: #676665;
}
body,td,th, input, textarea {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 19px;
	color: #EC8625;
	padding: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h2 {
	font-size: 17px;
	color: #676665;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 7px;
}
a {
	color: #EC8625;
	line-height: normal;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.back {
	background-image: url(img/galvanic_back2.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.main_menu {
	position: absolute;
	margin-top: 15px;
	margin-left: 40px;
}
a.main_menu_link {
	font-size: 13px;
	color: #FFFFFF;
}
a.main_menu_link:hover {
	font-size: 13px;
	color: #FFFFFF;
}
a.main_menu_link_act {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration:underline;
}
a.main_menu_link_act:hover {
	text-decoration:underline;
	color: #FFFFFF;
}
.main_menu_separator {
	width: 40px;
}
.lang_menu {
	margin-top: 30px;
	margin-right: 26px;
	float: right;
}
a.lang_menu_link {
	margin-right: 9px;
	margin-left: 6px;
	color: #FFFFFF;
	font-size: 11px;
}
a.lang_menu_link:hover {
	color: #FFFFFF;
}
a.lang_menu_link_act {
	margin-right: 9px;
	margin-left: 6px;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}
a.lang_menu_link_act:hover {
	color: #FFFFFF;
}
.header_flower {
	position: absolute;
	margin-left: -60px;
	margin-top: -10px;
}
.footer_back {
	background-image: url(img/galvanic_footer_back.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.contact_bar {
	color: #FFFFFF;
	padding-right: 14px;
	padding-left: 14px;
}

a.contact_bar_link {
	color: #FFFFFF;
	font-size: 11px;
}
a.contact_bar_link:hover {
	color: #FFFFFF;
	font-size: 11px;
}
.body_top_back {
	background-image: url(img/galvanic_body_top.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.body_back {
	background-image: url(img/galvanic_body_back.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.body_back_line {
	background-image: url(img/galvanic_body_line.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.path_menu_link {
	font-size: 11px;
	line-height: normal;
	color: #676665;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
}
.sub_menu_bullet {
	margin-left: 4px;
	margin-top: 3px;
	margin-right: 8px;
}
.sub_menu_bullet2 {
	margin-left: 7px;
	margin-top: 5px;
}
a.sub_menu_link {
	line-height: 16px;
	color: #676665;
	text-decoration: none;
}
a.sub_menu_link:hover {
	text-decoration: underline;
}
a.sub_menu_link_act {
	line-height: 16px;
	color: #676665;
	text-decoration: underline;
}
a.sub_menu_link_act:hover {
	text-decoration: underline;
}
.button {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F8A529;
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 7px;
	padding-left: 7px;
	height: 20px;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #AD5E05;
	border-bottom-color: #AD5E05;
	border-left-color: #FFCC00;
}
.field {
	font-size: 11px;
	color: #666666;
	background-color: #F5F5F5;
	border: 1px solid #999999;
}
.text_black {
	color: #676665;
}
.product_text {
	text-align: justify;
}

 /* -------------------------------------------------
 * Cart menu
 * ------------------------------------------------- */

.cart_menu {
	float: left;
	margin-left: 25px;
	margin-top: 12px;
}
.cart_menu img {
	float: left;
}
.cart_menu a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	float: left;
	margin-top: 7px;
	margin-left: 5px;
}
.cart_empty {
	border: 1px solid #99CC00;
	text-align: center;
	padding: 10px;
}
.cart_full {
	border: 1px solid #99CC00;
}

 /* -------------------------------------------------
 * Cart box
 * ------------------------------------------------- */

.cart_box {
	margin-top: 10px;
}
.cart_box_product_link {
	font-size: 11px;
	line-height: normal;
}
.cart_box_product_link span {
	font-weight: bold;
	color: #666666;
}

/* -------------------------------------------------
 * Order
 * ------------------------------------------------- */

.order_steps {
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 30px;
	position:relative;
	float: left;
	width: 100%;
}
.order_step {
	background-color: #EAEAEA;
	float: left;
	width: 23%;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 11px !important;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-bottom: 1px;
}
.order_step_act {
	background-color: #F8A529;
	float: left;
	width: 23%;
	padding-top: 7px;
	padding-bottom: 7px;
	color:#FFFFFF;
	font-size: 11px !important;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.order_buttons {
	border-top: 1px solid #CCCCCC;
	margin-top: 30px;
	padding-top: 10px;
}
.order_button {
	float: right;
	margin-left: 10px;
}
.order_data_form * {
	font-size: 12px !important;
}

/* -------------------------------------------------
 * Order fieldset
 * ------------------------------------------------- */

fieldset {
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	position:relative;
	float: left;
	width: 100%;
	clear: both;
}
legend {
	font-size: 13px;
	font-weight: bold;
	color: #F8A529;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

/* -------------------------------------------------
 * Cart
 * ------------------------------------------------- */

.cart {
	float: left;
	clear: both;
}
.cart * {
	font-size: 12px !important;
}

/* -------------------------------------------------
 * Error
 * ------------------------------------------------- */

.error {
	width: 98%;
	margin-bottom: 10px;
	position: relative;
	clear: both;
	float: left; 
	display: none;
}
.error_frame_1 {
	border: 1px solid rgb(94,169,37);
}
.error_frame_2 {
	border: 1px solid #FF0000;
}
.error_frame_3 {
	border: 1px solid #FFCC00;
}
.error_frame_4 {
	border: 1px solid #CCCCCC;
}
.error_frame_5 {
	border: 1px solid #5B8FD0;
}
.error_icon {
	float: left;
	padding: 6px;
	position: relative;
}
.error_text {
	float: left;
	padding: 6px;
	padding-top: 10px;
	font-size: 11px;
	font-weight: lighter;
	position: relative;
}
.error_text_1 {
	color: rgb(94,169,37);
}
.error_text_2 {
	color: #FF0000;
}
.error_text_3 {
	color: #FF9900;
}
.error_text_4 {
	color: #666666;
}
.error_text_5 {
	color: #376DBD;
}

