body {
	margin:20px;
	color:rgb(136,136,136);
	background-color:rgb(255,255,255);
	font:normal 9pt Verdana, Arial, Helvetica, Geneva, sans-serif;
}

div {
	overflow:hidden;
	margin:0;
	padding:0;
}

h1 {
	margin:0;
	font-size:1.3em;
	font-weight:900;
}

h2 {
	margin:15px 0 5px 0;
	font-size:1.1em;
	font-weight:900;
}

p {
	clear:both;
	margin:0;
	color:rgb(98,98,98);
	font-size:1.1em;
}

li {
	color:rgb(98,98,98);
	font-size:1.1em;
}

span.error {
	color:rgb(255,0,0);
}

input,
textarea,
select {
	position:relative;
	top:0;
	margin:0;
	height:14px;
	padding:0 2px 0 2px;
	font-size:1em;
	border:0 none;
}

input.file {
	height:auto;
	margin-top:6px;
	font-size:0.8em;
}

textarea,
select {
	height:auto;
}

input.submit {
	padding:1px 4px 1px 4px;
	height:20px;
}

input.error {
	border:1px solid rgb(255,0,0);
}

input.errorMargin {
	margin:0 0 4px 0;
}

p.caption {
	color:rgb(0,0,0);
	font-size:0.9em;
	text-align:right;
	float:left;
}

a {
	color:rgb(98,98,98);
}

a:link,
a:visited,
a:active,
a:hover {
	text-decoration:none;
}

#mainArea a,
#mainLeftArea a,
#mainRightArea a {
	border-bottom:1px solid rgb(240,152,144);
}

#mainArea.img a,
#mainLeftArea.img a,
#mainRightArea.img a {
	border:0 none;
}

#mainArea a.image,
#mainLeftArea a.image,
#mainRightArea a.image {
	border:0 none;
}

img {
	margin:0;
	border:0 none;
	vertical-align:bottom;
}

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

td {
	padding:0;
	color:rgb(136,136,136);
}

.basePreloadPict {
	visibility:hidden;
	z-index:-1;
	position:absolute;
}

.navigation {
	font-size:1.1em;
}

.hidden {
	visibility: hidden;
}

.bottom {
	vertical-align:bottom;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.border-top {
	border-top:1px solid;
}

.bold {
	font-weight:900;
}

.bull {
	color:rgb(170,170,170);
	font-size:1.3em;
}

.red {
	color:rgb(239,65,48);
}

.error {
	color:rgb(255,0,0);
	font-weight:900;
}

.title {
	margin:0;
	background-color:rgb(239,65,48);
	color:rgb(255,255,255);
	text-align:right;
	padding:0;
}

div#bar_top {
	position:relative;
	left:0;
	top:0;
	width:100%;
	height:150px;
}

div#bar_left {
	position:fixed;
/*	float:left; */
	left:20px;
	top:170px;
	width:210px;
	margin-right:10px;
	text-align:right;
}

div#container_logo {
	position:relative;
	overflow:visible;
	height:140px;
}

div#logo_ul {
	position:fixed;
	left:20px;
	width:210px;
	height:140px;
	background:url('../images/logo.png') 0 0 no-repeat;
}

div#logo_ul a {
	display:block;
	width:100%;
	height:100%;
}

div#claim {
	position:absolute;
	left:220px;
	bottom:-2pt;
	width:360px;
	vertical-align:bottom;
}

div#claim h1 {
	margin:0;
	padding:0;
	font-size:1.6em;
	font-weight:900;
}

div#content {
	position:absolute;
	overflow:visible;
	left:240px;
	top:170px;
	width:640px;
	padding:0 0 15px 0;
}

div#content_inner p a,
div#content_inner p a.active,
div#content_inner p a.link,
div#content_inner p a.visited,
div#content_inner p a.focus {
	text-decoration:underline;
}

div#container_menubar,
div#container_menu_left {
	width:100%;
	padding:0;
	background-color:rgb(239,65,48);
}

div#container_menubar div.menubar,
div#container_menubar div.menubar_element {
	float:left;
	margin-right:12pt;
	padding:1pt 6pt;
	font-size:1.2em;
}

div#container_menubar div.menubar,
div#container_menubar div.menubar_element,
div#container_menubar div.menubar a {
	color:rgb(255,255,255);
	font-weight:900;
}

div#container_menubar div.menubar_element {
	background-color:rgb(167,67,51);
}

div#container_menu_left div.menu_left {
	padding:1pt 6pt;
	color:rgb(255,255,255);
	font-size:1.2em;
	font-weight:900;
}

div#container_categories {
	margin-top:10pt;
	position:relative;
	overflow:visible;
}

div#container_categories div.category_a,
div#container_categories div.category_i {
	position:relative;
	overflow:hidden;
	width:100%;
	margin-bottom:6pt;
	background:url('../images/cat_mark_i.png') right 4pt no-repeat;
}

div#container_categories div.category_a {
	background:url('../images/cat_mark_a.png') right 4pt no-repeat;
}

div#container_categories div.category_i {
	background:url('../images/cat_mark_i.png') right 4pt no-repeat;
}

div#container_categories div.category_inner {
	position:relative;
	overflow:hidden;
	right:12pt;
	padding:0 6pt;
	background-color:rgb(255,255,255);
	font-size:1.2em;
	font-weight:900;
}

div#content_inner div.emph {
	margin:12pt 0;
	padding:6pt;
	border:1px solid;
	background-color:rgb(248,248,248);
/*  background-color:rgb(255,240,240); */
}

div#content_inner h1,
div#content_inner h2,
div#content_inner h3,
div#content_inner h4 {
	margin:12pt 0 0 0;
}

div#content_inner p {
	margin:6pt 0 0 0;
}

div#content_inner ul {
	margin:6pt 0 0 0;
	padding:0;
}

div#content_inner li {
	margin:4pt 0 0 14pt;
	padding:0;
}

div#content_inner table.emph {
	overflow:hidden;
	margin:12pt 0 0 0.5px;
	padding:0;
	border-spacing:0px;
	border-collapse:collapse;
	font:normal 9pt Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color:rgb(248,248,248);
}

div#content_inner table.emph th,
div#content_inner table.emph td {
	padding:0 6pt 6pt 6pt;
	vertical-align:top;
	border:1px solid rgb(136,136,136);
	text-align:left;
	vertical-align:top;
}

div#product_gallery h1,
div#product_gallery h2,
div#product_gallery p {
	margin:3pt 0 0 0;
	padding:0;
}

div#product_gallery {
	margin-top:12pt;
}

div#product_gallery h1 {
	font-size:1.1em;
}

div#product_gallery h2 {
	font-weight:normal;
	font-size:1.0em;
}

div#product_gallery p.remark {
	color:rgb(98,98,98);
	font-size:0.9em;
	font-weight:normal;
}

div#product_gallery span.remark {
	color:rgb(98,98,98);
	font-size:0.66em;
	font-weight:normal;
}

div#product_gallery img.linkmark {
	margin-left:10px;
	border-bottom:1px solid transparent;
	vertical-align:bottom;
}

div#product_gallery span.price {
	color:rgb(136,136,136);
	font-weight:900;
}

div#product_gallery table {
	font:normal 9pt Verdana, Arial, Helvetica, Geneva, sans-serif;
}

div#product_gallery tr:hover {
	background-color:rgb(244,244,244);
}

div#product_gallery td {
	padding:0 0 0 0;
	vertical-align:bottom;
}

div#product_gallery td.spacer {
	height:0;
	padding:0;
	border-bottom:1px solid rgb(244,244,244);
}

div#product_gallery td.gallery_item.mark {
/*	background:rgb(239,217,215); */
}

div#product_gallery td.gallery_text {
	padding:0 6pt 6pt 12pt;
	width:360px;
}

div#product_gallery td.gallery_order {
	padding:0 0 6pt 0;
	width:20%;
}

div#product_gallery div.gallery_item {
	overflow:hidden;
	position:relative;
	padding:6pt 0;
}

div#product_gallery td.gallery_order div.gallery_item {
	position:relative;
	background-color:rgb(225,225,225);
}

div#product_gallery div.soldout,
div#product_gallery div.offer {
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	width:120px;
	margin:0;
	padding:0;
	height:20px;
	color:rgb(255,255,255);
	background-color:rgb(239,64,47);
}

div#product_gallery div.gallery_item a,
div#product_gallery div.soldout a,
div#product_gallery div.offer a {
	display:block;
	padding:0;
	color:rgb(255,255,255);
	font-weight:bold;
	float:left;
}

div#product_gallery div.gallery_item a.magn {
	position:relative;
}

div#product_gallery div.gallery_item a.magn img {
	display:block;
	position:relative;
	top:0;
	left:0;
	overflow:hidden;
}

div#product_gallery div.gallery_item a.magn span {
	display:block;
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
}

div#product_gallery div.gallery_item a.magn span.magn {
	position:absolute;
	overflow:hidden;
	bottom:6px;
	right:6px;
	width:22px;
	height:22px;
	background:url('../images/magn.png') right bottom no-repeat;
}

div#product_gallery div.soldout a,
div#product_gallery div.offer a {
	padding:2px 6pt;
}

div#product_gallery td.gallery_item div.gallery_item {
	width:150px;
}

div#product_gallery td.gallery_order div.gallery_item {
	margin:0;
	padding:0 0 10px 0;
	width:100%;
	vertical-align:bottom;
}

div#product_gallery td.gallery_order div.gallery_item p {
	position:relative;
	bottom:0;
	margin:6pt 6pt 0 6pt;
	vertical-align:bottom;
	text-align:right;
	color:rgb(88,88;88);
}

div#product_gallery td.gallery_order div.gallery_order {
	position:relative;
	overflow:visible;
	right:0;
	bottom:0;
	width:110px;
	height:30px;
	margin:0 0 0 6pt;
}

div#product_gallery td.gallery_order div.gallery_order p {
	margin:0;
}

div#product_gallery td.gallery_order div.gallery_order div.input {
	position:absolute;
	overflow:hidden;
	right:0;
	bottom:0;
	height:20px;
	width:106px;
	margin:0;
	padding:0;
	text-align:right;
}

div#product_gallery td.gallery_order div.gallery_order span.field {
	padding:2pt 0;
	vertical-align:middle;
}

div#product_gallery td.gallery_order div.gallery_order input.field {
	width:52px;
	height:1.4em;
	padding:0 2pt;
	color:rgb(0,0,0);
	border:0 none;
	text-align:right;
	vertical-align:middle;
}

div#product_gallery td.gallery_order div.gallery_order input.button {
	overflow:visible;
	width:23px;
	height:20px;
	margin:0;
	padding:0;
	color:transparent;
	background:transparent url('../images/cart.png') bottom right no-repeat;
	border:0 none;
	vertical-align:middle;
	cursor:pointer;
}

div#product_gallery td.gallery_order div.gallery_order input.button:hover {
	cursor:pointer;
	z-index:10;
}

div#product_gallery div.gallery_item a,
div#product_gallery div.gallery_item a img {
	display:block;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}

div#product_item h1,
div#product_item h2,
div#product_item p {
	margin:3pt 0 0 0;
	padding:0;
}

div#product_item {
	position:relative;
	margin-top:12pt;
}

div#product_item h1 {
	font-size:1.1em;
}

div#product_item h2 {
	font-size:1.1em;
}

div#product_item p.price {
	line-height:0.88em;
}

div#product_item p.remark {
	color:rgb(98,98,98);
	font-size:0.9em;
	font-weight:normal;
}

div#product_item span.remark {
	color:rgb(98,98,98);
	font-size:0.7em;
	font-weight:normal;
}

div#product_item table {
	font:normal 9pt Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color:rgb(244,244,244);
}

div#product_item td {
	vertical-align:bottom;
	padding:6pt 0;
}

div#product_item td.spacer {
	height:0;
	padding:0;
	border-bottom:1px solid rgb(244,244,244);
}

div#product_item td.gallery_item {
	width:430px;
}

div#product_item div.gallery_item {
	overflow:hidden;
	position:relative;
	width:430px;
}

div#product_item div.gallery_item a,
div#product_item div.gallery_item a img {
	display:block;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}

div#product_item td.gallery_link {
	vertical-align:top;
}

div#product_item div.gallery_text {
	padding-right:6pt;
}

div#product_item td.gallery_text div.gallery_order {
	margin:10px 0 0 0;
	padding:6pt 6pt 6pt 0;
	background-color:rgb(225,225,225);
	text-align:right;
	vertical-align:bottom;
}

div#product_item td.gallery_text div.gallery_order p {
	position:relative;
	bottom:0;
	margin:0 0 0 6pt;
	vertical-align:bottom;
	text-align:right;
	color:rgb(88,88;88);
}

div#product_item td.gallery_text div.gallery_order_inner {
	position:relative;
	overflow:visible;
	right:0;
	bottom:0;
	height:30px;
	margin:0 0 0 6pt;
	padding:0;
}

div#product_item td.gallery_text div.gallery_order_inner p {
	margin:0;
	padding:0;
}

div#product_item td.gallery_text div.gallery_order_inner div.input {
	position:absolute;
	overflow:hidden;
	right:0;
	bottom:0;
	height:20px;
	width:106px;
	margin:0;
	padding:0;
	text-align:right;
}

div#product_item td.gallery_text div.gallery_order_inner span.field {
	padding:2pt 0;
	vertical-align:middle;
}

div#product_item td.gallery_text div.gallery_order_inner input.field {
	width:52px;
	height:1.4em;
	padding:0 2pt;
	color:rgb(0,0,0);
	border:0 none;
	text-align:right;
	vertical-align:middle;
}

div#product_item td.gallery_text div.gallery_order_inner input.button {
	overflow:visible;
	width:23px;
	height:20px;
	margin:0;
	padding:0;
	color:transparent;
	background:transparent url('../images/cart.png') bottom right no-repeat;
	border:0 none;
	vertical-align:middle;
	cursor:pointer;
}

div#product_item td.gallery_text div.gallery_order_inner input.button:hover {
	cursor:pointer;
	z-index:10;
}

div#product_item span.price {
	color:rgb(136,136,136);
	font-weight:900;
}

div#product_item div.linkmark {
	position:absolute;
	left:0;
	top:0;
}

div#order h1 {
}

div#order h2 {
}

div#order p.remark {
	margin-top:-3pt;
	font-size:0.8em;
	color:rgb(239,65,48);
}

div#order div#top_bar div.step {
	float:left;
	width:20px;
	height:14px;
	margin:18px 6px 0 0;
	color:rgb(255,255,255);
	font-weight:900;
	background-color:rgb(239,65,48);
	text-align:center;
}

div#order div#top_bar div.step.i {
	background-color:rgb(240,152,144);
}

div#order div#top_bar div.step.o {
	background-color:rgb(0,217,0);
}

div#order div#top_bar h1 {
	float:left;
	margin-right:40px;
}

div#order div#top_bar h1.i {
	color:rgb(204,204,204);
}

div#order table,
div#admin table,
div#product_list table {
	margin-top:4pt;
	width:640px;
	font:normal 9pt Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color:rgb(244,244,244);
}

div#order table h1,
div#order table p,
div#admin table p {
	margin:0;
	padding:2pt 0;
	font-size:1.1em;
}

div#order table p {
	font-weight:normal;
}

div#order table p.small,
div#order table p.error {
	font-size:0.9em;
}

div#order table p.error {
	white-space:normal;
}

div#order th,
div#order td,
div#admin td,
div#product_list td {
	vertical-align:top;
	padding:0 6px;
}

div#order th,
div#order td,
div#admin td {
	vertical-align:top;
	padding:0 6px;
}

div#order tbody td {
	padding-top:2pt;
}

div#order tbody td.field {
	padding-top:0;
}

div#order td.bottom,
div#admin td.bottom,
div#product_list td.bottom {
	padding-bottom:4pt;
}

div#product_list td.bottom {
	background-color:rgb(244,244,244);
}

div#order td.input  {
	padding-top:2pt;
}

div#order th.name,
div#order td.name {
	width:35%;
	white-space:normal;
}

div#order th.border_top,
div#order td.border_top {
	border-top:1px solid;
}

div#order th.border_bottom,
div#order td.border_bottom  {
	border-bottom:1px solid;
}

div#order th {
	padding-top:4pt;
	border-bottom:1px solid;
}

div#order td input.field,
div#order td select.field {
	height:1.4em;
	width:52px;
	padding:0 2pt;
	color:rgb(0,0,0);
	border:0 none;
	text-align:right;
	vertical-align:top;
}

div#order th.address,
div#order td.address {
	width:50%;
}

div#order tbody.address th,
div#order tbody.address td {
}

div#order tbody.address th.desc,
div#order tbody.address td.desc {
	width:80px;
}

div#order tbody.address th.zip,
div#order tbody.address td.zip {
	width:56px;
}

div#order tbody.address th.city,
div#order tbody.address td.city {
	margin:0;
	padding-left:1px;
	padding-right:1px;
	width:30px;
}

div#order tbody.address td input.field {
	width:200px;
	text-align:left;
}

div#order tbody.address td select.field {
	width:205px;
	text-align:left;
}

div#order tbody.address td input.zip {
	width:38px;
}

div#order tbody.address td input.city {
	width:110px;
}

div#order tbody.address td input.must {
	background-color:rgb(240,222,221);
}

div#order table.follow {
	margin-top:12px;
}

div#order tbody.confirm p.field {
	color:rgb(0,0,0);
}

div#order tbody.confirm td.desc {
	width:80px;
}

div#order tbody.confirm td.field {
	padding-top:2pt;
}

div#order tbody.confirm td.full {
	width:100%;
}

div#order tbody.confirm td.confirm {
	vertical-align:middle;
}

div#order tbody.confirm td.name {
	width:90%;
	white-space:normal;
}

div#order tbody.confirm td.confirm p {
	color:rgb(0,0,0);
	font-weight:900;
}

div#order td input.update,
div#order td input.confirm,
div#admin td input.confirm,
div#product_list td input.confirm {
	overflow:visible;
	width:19px;
	height:20px;
	margin:0 0 0 6px;
	padding:0;
	color:transparent;
	border:0 none;
	vertical-align:middle;
	cursor:pointer;
}

div#order td input.update {
	background:transparent url('../images/update.png') bottom   right no-repeat;
}

div#order td input.confirm,
div#admin td input.confirm,
div#product_list td input.confirm {
	background:transparent url('../images/ok.png') bottom   right no-repeat;
}

div#product_list {
	overflow:visible;
}

div#product_list table {
    border:1px solid;
}

div#product_list th,
div#product_list td {
	padding:6px;
	border:1px solid;
}

div#product_list a:link,
div#product_list a:visited,
div#product_list a:active,
div#product_list a:hover {
	text-decoration:underline;
}

div#product_list h4,
div#product_list p {
	margin:6pt 0;
}


