body {
	background: rgb(204, 204, 204) url('./../img/frontend/body.png') 0 0 repeat-x scroll;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 80%;
	font-weight: normal;
}
h1, .as_h1 {
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	font-weight: normal;
}
h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: rgb(71, 71, 71);
}
p, table {
	font-size: 1.0em;
}
legend {
	font-weight: bold;
	color: rgb(255, 117, 0);
	padding: 0 10px;
}
#menu_up {
	margin: 60px auto 0 auto;
	width: 980px;
}
#menu_up ul.list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	float: right;
}
#menu_up ul.list li {
	float: left;
}
#menu_up ul.list li a {
	color: rgb(168, 168, 168);
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 5px;
	border-right: 1px rgb(168, 168, 168) solid;
}
#menu_up ul.list li a.no_border {
	border: 0 none;
	padding: 0 0 0 5px;
}
#page_holder {
	clear: both;
	margin: auto auto 85px auto;
	padding: 20px;
	width: 940px;
	background-color: rgb(255, 255, 255);
}
#header {
	width: 940px;
	height: 210px;
	background: rgb(38, 189, 236) url('./../img/frontend/header.png') 0 0 no-repeat scroll;
}
#header #logo {
	margin: 0;
	padding: 0;
	width: 130px;
	height: 52px;
	position: relative;
	top: 70px;
	left: 50px;
	background: url('./../img/frontend/logo.png') 0 0 no-repeat scroll;
}
#header #logo_description {
	margin: 0;
	padding: 0;
	width: 340px;
	height: 46px;
	position: relative;
	top: 25px;
	left: 285px;
	background: url('./../img/frontend/logo-description.png') 0 0 no-repeat scroll;
}
#header #logo a {
	display: block;
	width: 130px;
	height: 52px;
}
#header #logo span,
#header #logo_description span {
	visibility: hidden;
}
#menu_main {
	width: 940px;
	height: 40px;
	background: rgb(238, 238, 238) url('./../img/frontend/menu.png') 0 0 repeat-x scroll;
}
#menu_main ul {
	float: right;
	list-style: none;
}
#menu_main ul li {
	float: left;
}
#menu_main ul li a {
	color: rgb(71, 71, 71);
	font-size: 0.9em;
	font-weight: bold;
	padding: 13px 20px 12px 20px;
	border-left: 1px rgb(255, 255, 255) solid;
}
#menu_main ul li a.selected {
	background: url('./../img/frontend/menu-active.png') 0 0 repeat-x scroll;
}
#navigation {
	margin: 5px 0 10px 0;
	clear: both;
	width: 940px;
	height: 20px;
	background-color: rgb(255, 255, 255);
	text-align: left;
	font-size: 0.9em;
	color: rgb(168, 168, 168);
}
#navigation a {
	color: rgb(100, 193, 223);
	text-decoration: underline;
}
#column_main, #column_left, #column_right {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
#column_main {
	margin: 0 10px;
	width: 540px;
	float: left;
	position: relative;
	left: 190px;
	overflow: hidden;
	text-align: left;
}
#column_main a {
	text-decoration: underline;
}
#column_left {
	width: 190px;
	float: left;
	position: relative;
	right: 560px;
}
#column_right {
	width: 190px;
	float: right;
	position: relative;
	right: 0;
}
/* main box */
/* paging */
#paging {
	margin: 0;
	padding: 0;
	color: rgb(174, 174, 174);
	text-align: center;
	font-size: 0.9em;
}
#paging a {
	margin: 0 20px;
}
#paging img {
	border: 0 none;
	margin: 0 20px -3px 20px;
}
#paging a img {
	border: 0 none;
	margin: 0 0 -3px 0;
}
#paging_input_page {
	width: 30px;
	height: 17px;
	line-height: 17px;
	border: 1px solid rgb(224, 224, 224);
	background-color: rgb(243, 250, 252);
	margin: 0 10px;
	text-align: center;
}
#paging_button_ok {
	width: 27px;
	height: 17px;
	line-height: 15px;
	color: rgb(255, 254, 254);
	background: rgb(255, 136, 17) url('./../img/frontend/paging-button-ok.png') 0 0 repeat-x scroll;
	border: 0 none;
	margin-right: 20px;
}
/* end: paging */
/* items */
#items {
	padding-left: 30px;
	margin: 0;
}
#items li {
	list-style-image: url('./../img/frontend/item-arrow-white-blue.png');
	margin: 10px 0;
	padding: 10px 0 0 0;
	clear: both;
	border-top: 1px rgb(236, 236, 236) solid;
}
#items a.item_title {
	display: block;
	margin-bottom: 10px;
	color: rgb(38, 189, 236);
	font-weight: bold;
}
#items .item_category {
	float: right;
	margin-top: -25px;
}
#items div.img_holder {
	width: 116px;
	height: 84px;
	background: url('./../img/frontend/item-img-border.png') 0 0 no-repeat scroll;
	float: left;
	margin-left: -30px;
	padding: 7px;
}
#items div.img_holder a {
	width: 116px;
	height: 84px;
	display: block;
}
#items img.item_img {
	max-width: 116px;
	max-height: 84px;
}
#items p.item_description {
	margin: 0;
	padding: 0;
	width: 400px;
	float: right;
	line-height: 1.2em;
	max-height: 18em;
	overflow: hidden;
}
#items a.item_link {
	margin-top: 5px;
	width: 400px;
	float: right;
	color: rgb(38, 189, 236);
}
/* end: items */
/* left and right columns boxes */
.box {
	width: 190px;
	text-align: left;
	line-height: 25px;
	margin: 0 0 10px 0;
	overflow: hidden;
}
.box .header {
	width: 180px;
	height: 25px;
	background: rgb(255, 136, 17) url('./../img/frontend/box-header.png') 0 0 repeat-x scroll;
	color: rgb(254, 254, 254);
	padding-left: 10px;
	font-size: 1.1em;
}
.box .content {
	width: 190px;
}
#menu_left h3, #menu_left h4, #menu_left h5 {
	display: inline;
}
#menu_left {
	list-style: inside url('./../img/frontend/menu-left-arrow.png');
	margin: 0;
	padding: 0;
}
#menu_left a.selected {
	font-weight: bold;
}
#menu_left li {
	margin: 0;
	padding: 0 0 0 10px;
	background: rgb(238, 238, 238) url('./../img/frontend/menu-left-item.png') 0 0 repeat-x scroll;
	line-height: 25px;
	border-top: 1px rgb(255, 255, 255) solid;
}
#menu_left li a {
	color: rgb(111, 111, 111);
	font-weight: normal;
}
#menu_left li ul {
	list-style: inside url('./../img/frontend/menu-left-arrow.png');
	margin: 0 0 0 -10px;
	padding: 0;
	background: #ececec;
}
#menu_left li ul li {
	margin: 0;
	padding: 0 0 0 30px;
	background: rgb(238, 238, 238) url('./../img/frontend/menu-left-item-sub.png') 0 0 repeat-x scroll;
	line-height: 25px;
	border-top: 1px rgb(255, 255, 255) solid;
}
#menu_left li ul li a {
	
}
#menu_left li ul li ul {
	list-style: inside url('./../img/frontend/menu-left-arrow.png');
	margin: 0 0 0 -30px;
	padding: 0;
	background: #ececec;
}
#menu_left li ul li ul li {
	margin: 0;
	padding: 0 0 0 50px;
	background: rgb(238, 238, 238) url('./../img/frontend/menu-left-item-sub-sub.png') 0 0 repeat-x scroll;
	line-height: 25px;
	border-top: 1px rgb(255, 255, 255) solid;
}
#menu_left li ul li ul li a {
	
}
#login_form {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 190px;
	height: 131px;
	background: rgb(238, 238, 238) url('./../img/frontend/box-login.png') 0 0 repeat-x scroll;
}
#login_form #login_table {
	margin: 0 auto;
	width: 135px;
	color: rgb(132, 132, 132);
	text-align: left;
	line-height: 19px;
	font-size: 1.0em;
}
#login_form #login_table .login_input {
	width: 135px;
	border: 1px rgb(207, 207, 207) solid;
}
#login_form #login_table #quick_login_button {
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	color: rgb(255, 254, 254);
	background: rgb(255, 136, 17) url('./../img/frontend/box-login-button.png') 0 0 repeat-x scroll;
	border: 0 none;
	float: right;
}
#box_logged_reader {
	width: 170px;
	height: 80px;
	line-height: 80px;
	margin: 0;
	padding: 0 10px;
	color: rgb(132, 132, 132);
	background: rgb(238, 238, 238) url('./../img/frontend/box-search.png') 0 0 repeat-x scroll;
}
#box_logged_reader a.logout {
	color: rgb(132, 132, 132);
	text-decoration: underline;
	float: right;
}
#box_register, #box_reader_admin {
	display: block;
	width: 150px;
	height: 60px;
	line-height: 30px;
	color: rgb(255, 254, 254);
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
	padding-left: 40px;
	background: rgb(38, 189, 236) url('./../img/frontend/box-reg.png') 0 0 no-repeat scroll;
	margin: 10px 0;
}
#search_form {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 190px;
	height: 80px;
	line-height: 80px;
	background: rgb(238, 238, 238) url('./../img/frontend/box-search.png') 0 0 repeat-x scroll;
}
#search_form #search_text {
	background: rgb(255, 255, 255) url('./../img/frontend/box-search-magnifier.png') 0 0 no-repeat scroll;
	width: 110px;
	padding-left: 20px;
	border: 1px rgb(207, 207, 207) solid;
}
#search_form #search_button {
	border: 1px rgb(254, 254, 254) solid;
	background: rgb(255, 136, 17) url('./../img/frontend/box-search-button.png') 0 0 repeat-x scroll;
	color: rgb(255, 255, 255);
	height: 20px;
	line-height: 20px;
}
#footer {
	clear: both;
	margin-top: 10px;
	width: 940px;
	height: 100px;
	background: rgb(38, 189, 236) url('./../img/frontend/footer.png') 0 0 no-repeat scroll;
	color: rgb(255, 255, 255);
	font-size: 0.9em;
	line-height: 20px;
}
#footer h3 {
	display: inline;
}
#footer a {
	color: rgb(255, 255, 255);
}
#footer #links {
	padding-top: 33px;
}
#footer #copyright {
	
}
hr.clear {
	height: 1px;
	clear: both;
	visibility: hidden;
}

.shops {
	width: 520px;
}

/* common */
img {
	border: 0 none;
}
.error {
	color: rgb(255, 0, 0);
	font-weight: bold;
}
.success {
	color: rgb(0, 255, 0);
	font-weight: bold;
}
/* forms */
.required {
	font-weight: bold;
}
.redfont {
	color: rgb(255, 0, 0);
}
.redbackground {
	background-color: rgb(255, 234, 234);
}
/* end: forms */
/* banner */
.banner_top {
	margin: 10px 0;
	padding: 0;
	width: 540px;
	overflow: hidden;
	text-align: center;
}
.banner_right {
	margin: 0;
	padding: 0;
	width: 190px;
	overflow: hidden;
	text-align: center;
}
/* end: banner */
p.perex, div.perex {
	line-height: 1.2em;
	font-weight: bold;
}
p.body, div.body {
	
}
.text_right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.border, .border td, .border th {
	border: 1px rgb(0, 0, 0) solid;
}
.head {
	font-weight: bold;
	background-color: rgb(236, 236, 236);
	text-align: center;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
code {
	font-size: 1.1em;
	background-color: rgb(234, 234, 234);
	border: 1px solid rgb(31, 31, 31);
	display: block;
	padding: 3px 5px;
}
/* end: common */

.WAMOS {
	text-decoration: underline;
}
