body {
	background-image: url('bg.png');
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #727272;
	
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#page {
	display: block;
	width: 950px;
	margin: 0 auto;
	margin-top: 10px;
}

#page table td {
	text-align: top;
	vertical-align: top;
}

#header {
	/* display: block; */
	width: 950px;
	height: 180px;
	background-image: url('png24/page_03.png');
	background-repeat: no-repeat;
}

#header_animation {
	margin-top: 15px;
	margin-left: 165px;
}

#navi {
	/* display: block; */
	width: 210px;
	background-image: url('png24/page_06.png');
	background-repeat: repeat-y;
	padding-top: 20px;
}

#navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navi li {
}

#navi a {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	
	display: block;
	background-image: url('item.png');
	background-repeat: no-repeat;
	padding-left: 28px;
	padding-top: 5px;
	height: 23px;
}

#navi a:hover,
#navi a.active {
	background-image: url('item-active.png');
	padding-top: 6px;
	height: 22px;
}


#navi ul li ul {
	display: none;
}

#navi ul li.active ul {
	display: block;
}



#navi ul li ul li a {
	color: #ffffff;
	font-size: 12px;
	background-image: none;
	padding: 0px;
	padding-top: 0px;
	padding-left: 28px;
	height: 22px;
}
#navi ul li ul li a:hover,
#navi ul li ul li a.active {
	color: #ffff80;
	background-image: none;
	padding: 0px;
	padding-top: 0px;
	padding-left: 28px;
	height: 22px;
}



#navi ul li ul li ul li a {
	font-size: 10px;
	color: #ffffff;
	height: 18px;
	background-image: none;
	padding: 0px;
	padding-top: 0px;
	padding-left: 42px;
	height: 16px;
}
#navi ul li ul li ul li a:hover,
#navi ul li ul li ul li a.active {
	color: #ffff80;
	height: 18px;
	background-image: none;
	padding: 0px;
	padding-top: 0px;
	padding-left: 42px;
	height: 16px;
}

/*
#################################################
*/

#content_cell {
	/* display: block; */
	width: 710px;
	
	background-image: url('png24/page_07.png');
	background-repeat: repeat-y;
}
#content {
	text-align: left;
	padding: 30px;
}
#content p {
	margin-top: 0px;
	padding: 0px;
}

#content img {
	margin-bottom: 10px;
}
#content img[align=left] {
	margin-right: 10px;
}
#content img[align=right] {
	margin-left: 10px;
}



#footer {
	/* display: block; */
	width: 950px;
	height: 35px;
	background-image: url('png32/page_09.png');
	background-repeat: no-repeat;
}

#partner {
	padding: 20px;
	text-align: center;
	
	border-top: 1px solid #344264;
	/* border-bottom: 1px solid #0c162c; */
}
#bottom {
	padding-left: 40px;
	margin-bottom: 40px;
}

#partner img {
	margin: 0px;
	padding: 0px;
}

.htklogo {
	width: 210px;
	margin-left: 15px;
	text-align: center;
}
.htklogo a {
	color: #303070;
	font-size: 10px;
	text-decoration: none;
}
.htklogo a:hover {
	color: #ffffff;
}

.border_left {
	/* display: block; */
	width: 15px;
	background-image: url('png24/page_05.png');
	background-repeat: repeat-y;
}
.border_right {
	/* display: block; */
	width: 15px;
	background-image: url('png24/page_08.png');
	background-repeat: repeat-y;
}

.hidden {
	display: none;
}



h1, h2, h3 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 12px;
}

a {
	color: #1E2C54;
	text-decoration: none;
}
a:hover {
	color: #A0A048;
}

.contentblock {
	background-color: #ffffff;
	margin: 20px;
	margin-top: 10px;
}

.contentblock img {
	margin-right: 10px;
}

.contentblockhead {
	text-align: center;
	background-color: #1D2B53;
	background-image: url(item_header_bg.png);
	color: #ffffff;
	padding: 5px;
}
.contentblockhead h2,
.contentblockhead h2 a {
	color: #ffffff;
	text-decoration: none;
	
	padding: 0px;
	margin: 0px;
}
.contentblockhead h2 a:hover {
	color: #FFFF66;
}

.contentblockbody {
	background-color: #ffffff;
	border: 1px solid #1E2C54;
	padding: 10px;
}


/* Shop */

#shop #cart {
	float: right;
	width: 200px;
}

#shop h2 {
	clear: both;
}

#shop ul {
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}
#shop .price {
	font-size: 18px;
	font-weight: bold;
}
#shop .item {
	border: 1px solid #000000;
	background-color: #f0f0f0;
}


#shop form {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#shop .panel {
	padding: 10px;
	background-color: #d0d0e0;
	border: 1px solid #000000;
}
#shop .panel,
#shop .panel input {
	font-size: 10px;
}
#shop .itemCount {
	width: 20px;
}
#shop .itemAdd {
	width: 90px;
}

#shop th {
	text-align: left;
}

#shop #feedbackBetr,
#shop #feedbackText {
	display: none;
}