a {
	color: #adc700;
	text-decoration: none;
}

a:hover {
	color: #d2e100;
}

html {
	height: 100%;
	background-image: url(pictures/page/background.gif);
	background-repeat: repeat-x;
}

body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
}

input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	color: #adc700;
}

a.picture img {
	filter:			alpha(opacity=30);
	-moz-opacity:	0.3;
	opacity:		0.3;
}

a.picture:hover img {
	filter:			alpha(opacity=100);
	-moz-opacity:	1;
	opacity:		1;
}

.form_selection {
	border-style: solid;
	border-width: 1px;
	border-color: #9E95A5;
	padding: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#search_wrapper {
	background-image: url(pictures/page/search.gif);
	position: absolute;
	height: 20px;
	width: 140px;
	top: 70px;
	left: 760px;
}

#search_fields {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 115px;
	overflow: hidden;
}

#search_button  {
	position: absolute;
	top: 0px;
	left: 120px;
}

#print_icon {
	position: absolute;
	height: 15px;
	width: 11px;
	top: 120px;
	left: 720px;
}

#wrapper {
	width: 900px;
	height: 131px;
	background-image: url(pictures/page/top.gif);
	background-repeat: no-repeat;
	position: relative;
}

#lang_selection {
	position: absolute;
	right: 15px;
	top: 2px;
}

#navigation_top {
	position: absolute;
	left: 190px;
	top: 75px;
	font-weight: bold;
}

#navigation_top td.link_on {
	height: 26px;
	width: 82px;
	background-image: url(pictures/page/top_link_on.gif);
	vertical-align: middle;
	text-align: center;
}

#navigation_top td.link_on a {
	color: #adc700;
}

#navigation_top td.link_on a:hover {
	color: #d2e100;
}

#navigation_top td.link_off {
	height: 26px;
	width: 82px;
	background-image: url(pictures/page/top_link_off.gif);
	vertical-align: middle;
	text-align: center;
}

#navigation_top td.link_off a {
	color: #ffffff;
}

#navigation_top td.link_off a:hover {
	color: #d2e100;
}

#page_content {
	position: absolute;
	left: 210px;
	top: 150px;
	width: 525px;
}

#left_wrapper {
	position: absolute;
	left: 0px;
	top: 150px;
}

#navigation_left {
	position: relative;
	width: 180px;
	background-color: #d2e100;
}

#navigation_left a {
	color: #ffffff;
}

#navigation_left a:hover {
	color: #4d4d4d;
}

#banner_left {
	position: relative;
	margin-left: 20px;
	margin-top: 20px;
	width: 160px;
}

#right_wrapper {
	position: absolute;
	left: 760px;
	top: 120px;
	width: 140px;
}

.right_menu {
	width: 140px;
	margin-bottom: 20px;
	background-color: #e2eb59;
}

.right_menu_top {
	width: 140px;
	height: 30px;
	background-image: url(pictures/page/right_top.gif);
	color: #ffffff;
	position: relative;
}

.right_menu_top_text {
	position: absolute;
	top: 7px;
	left: 13px;
}

.right_menu_bottom {
	width: 140px;
	height: 7px;
	background-image: url(pictures/page/right_bottom.gif);
}

.right_menu_content {
	position: relative;
	width: 120px;
	margin-left: 13px;
}

.right_menu_content a {
	color: #4d4d4d;
	font-weight: bold;
}

.right_menu_content a:hover {
	color: #adc700;
}

#sitemap_header {
	position: absolute;
	top: -35px;
	left: 0px;
}

#sitemap_header a {
	color: #4d4d4d;
}

#sitemap_header a:hover {
	color: #d2e100;
}

.shop_structure_box {
	position: relative;
	border: #d2e100 solid 1px;
	width: 150px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.shop_structure_box_content {
	margin: 10px;
	text-align: center;
}

.shop_suitable_product_list_box {
	position: relative;
	border: #d2e100 solid 1px;
	width: 95px;
	height: 100px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

.shop_suitable_product_list_box_content {
	margin: 5px;
	text-align: center;
}

.shop_product_list_box {
	position: relative;
	border: #d2e100 solid 1px;
	width: 160px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.shop_product_list_box a {
	color: #4d4d4d;
	font-weight: bold;
}

.shop_product_list_box a:hover {
	color: #adc700;
}

.shop_product_list_box_content {
	margin: 10px;
}

.shop_product_content {
	margin: 10px;
	padding-left: 220px;
}

.shop_product_box {
	position: relative;
	border: #d2e100 solid 1px;
	width: 504px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

#freetrade {
	position: absolute;
	left: 20px;
	font-weight: bold;
	color: #adc700;
	bottom: 0px;
}

#chart_warning {
	background-color: #adc700;
	padding: 5px;
}

.discount_price {
	text-decoration: line-through;
	color: #4d4d4d;
	font-size: 12px;
}

.button {
	position: relative;
	background-color: #adc700;
	padding-left: 20px;
	padding-right: 20px;
    height: 20px;
	float: left;
}

.button a {
	color: #ffffff;
}

.button a:hover {
	color: #4d4d4d;
}

.header {
	font-weight: bold;
	border-bottom: #adc700 solid 1px;
}

#shop_conditions {
	background-color: #d2e100;
	padding: 10px;
}

.background_dark_green {
	background: #adc700;
}

#picture_box_container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    width: 100%;
    height: 100%
}

#picture_box_container .picture_table {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1000;
}

#picture_box_container .background {
    background: #000000;
	filter:			alpha(opacity=70);
	-moz-opacity:	0.7;
	opacity:		0.7;
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
}

#picture_box {
	border: #d2e100 solid 0px;
    position: relative;
    background: #ffffff;
    display: inline-block;
}


