/** ALLGEMEINE KLASSEN */
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
body {
	font-size: 13px;
	color: #000;
	background: #fff;
	font-family: Arial;
	z-index: 1;
}
a {
	color: #000;
}
.cleaner {
	clear: both;
}
input, textarea {
	padding: 2px;
	font-family: Arial;
}
.left {
	float: left;
}
.right {
	float: right;
}
.input_label {
	margin-bottom: 4px;
}
.func-title {
	font-size: 25px;
	text-align: left;
	color: #604037;
	font-family: Garamond, 'Times New Roman', Arial;
	font-weight: bold;
}
.open_link, .open_link_active {
	position: relative;
	float: left;
	padding: 3px 10px 5px 22px;
	text-decoration: none;
}
.open_link span {
	border-bottom: 1px #000 dashed;
}
.open_link_active span {
	border-bottom: 1px #fff dashed;
}
.open_link {
	background: #C2BFB4 url(../i/open_arrow.gif) no-repeat 8px center;
}

.open_link_active {
	background: #604037 url(../i/close_arrow.gif) no-repeat 8px center;
	color: #fff;
}
.lt, .rt, .lb, .rb, .lta, .rta, .lba, .rba {
	position: absolute;
	width: 3px;
	height: 3px;
}
.open_link .lt {
	left: 0px;
	top: 0px;
	background: url(../i/lt.gif) no-repeat;
}
.open_link .rt {
	right: 0px;
	right: expression(this.parentNode.offsetWidth % 2 ? -1 : 0);
	top: 0px;
	background: url(../i/rt.gif) no-repeat;
}
.open_link .lb {
	left: 0px;
	bottom: 0px;
	top: expression(this.parentNode.offsetHeight);
	margin-top: expression(this.parentNode.offsetHeight % 2 ? -4 : -3);
	background: url(../i/lb.gif) no-repeat;
}
.open_link .rb {
	right: 0;
	right: expression(this.parentNode.offsetWidth % 2 ? -1 : 0);
	bottom: 0;
	top: expression(this.parentNode.offsetHeight);
	margin-top: expression(this.parentNode.offsetHeight % 2 ? -4 : -3);
	background: url(../i/rb.gif) no-repeat;
}
.open_link_active .lt {
	left: 0px;
	top: 0px;
	background: url(../i/lta.gif) no-repeat;
}
.open_link_active .rt {
	right: 0px;
	right: expression(this.parentNode.offsetWidth % 2 ? -1 : 0);
	top: 0px;
	background: url(../i/rta.gif) no-repeat;
}
.open_link_active .lb {
	left: 0px;
	bottom: 0px;
	top: expression(this.parentNode.offsetHeight);
	margin-top: expression(this.parentNode.offsetHeight % 2 ? -4 : -3);
	background: url(../i/lba.gif) no-repeat;
}
.open_link_active .rb {
	right: 0;
	right: expression(this.parentNode.offsetWidth % 2 ? -1 : 0);
	bottom: 0;
	top: expression(this.parentNode.offsetHeight);
	margin-top: expression(this.parentNode.offsetHeight % 2 ? -4 : -3);
	background: url(../i/rba.gif) no-repeat;
}
.open_panel {
	display: none;
	padding: 15px 20px;
	border-top: 0px #604037 solid;
	border-bottom: 3px #ddd solid;
	background: #eee;
}
.blur {
	display: block;
	margin-bottom: 3px;
	color: #888;
}
.af_clear {
	position: absolute;
	top: inline;
	margin: 4px 0px 0px -18px;
	margin: '4px 0px 0px -22px';
}
.af_clear1 {
	position: absolute;
	top: inline;
	margin: 8px 0px 0px -20px;
	margin: '8px 0px 0px -23px';
}
.editor_place {
	margin-bottom: 20px;
}
.check_alias_img {
	position: absolute;
	margin: 3px 0 0 4px; 
}
.add_link {
	float: right;
	background: url('../i/plus.gif') no-repeat left center;
	font-size: 14px;
	padding: 6px 0 8px 28px;
	margin-right: 20px;
}



/** CURRENT SITE CLASSES */
body.inner {
	background: url('../i/griffon_bg.gif') no-repeat center center;
	font-size: 13px;
}
.w12per {
	width: 12%;
}
table {
	font-size: 13px;
}



/** SYSTEM MESSAGES */
#message_holder {
	margin: 0 4% 15px 4%;
}
#message {
	position: relative;
	padding: 1px 8px 2px 10px;
	background: #604037;
	color: #fff;
	text-align: center;
	width: '100%';
}
.msg_lt, .msg_rt, .msg_lb, .msg_rb {
	position: absolute;
	width: 2px;
	height: 2px;
}
.msg_lt {
	left: 0px;
	top: 0px;
	background: url(../i/msg_lt.gif) no-repeat;
}
.msg_rt {
	right: 0px;
	right: expression(this.parentNode.offsetWidth % 2 ? -1 : 0);
	top: 0px;
	background: url(../i/msg_rt.gif) no-repeat;
}
.msg_lb {
	left: 0px;
	bottom: 0px;
	top: expression(this.parentNode.offsetHeight);
	margin-top: expression(this.parentNode.offsetHeight % 2 ? -2 : -1);
	background: url(../i/msg_lb.gif) no-repeat;
}
.msg_rb {
	right: 0;
	right: expression(this.parentNode.offsetWidth % 2 ? -1 : 0);
	bottom: 0;
	top: expression(this.parentNode.offsetHeight);
	margin-top: expression(this.parentNode.offsetHeight % 2 ? -2 : -1);
	background: url(../i/msg_rb.gif) no-repeat;
}



/** PATHWAY */
#pathway {
	float: left;
	margin-top: 8px;
}
.pathway_parent1 {
	margin: 0 0 6px;
}
.pathway_parent1 a {
	font-size: 13px;
	color: #6D5D46;
}
.pathway_parent2 {
	margin-bottom: 20px;
}
.pathway_parent2 a {
	font-size: 17px;
	color: #493C30;
}


/** USER */
#user_login {
	font-size: 40px;
	color: #000;
	line-height: 100%;
	font-family: Garamond, 'Times New Roman', Arial;
	font-weight: bold;
}
#user_name {
	font-size: 20px;
	color: #555;
	font-family: Garamond, 'Times New Roman', Arial;
}






#nocanvas {
	padding: 15px;
}




.menu_holder {
	background: #493C30;
	padding-bottom: 30px;
}

.ind_left {
	float: left;
	width: 14%;
}

.ind_center {
	position: relative;
	float: left;
	width: 60%;
}

.ind_right {
	position: relative;
	float: left;
	width: 26%;
}

#enter_link, #inner_enter_link {
	position: absolute;
	left: 15px;
	top: 65px;
	display: block;
	padding: 0px 10px 0px 22px;
	background: #382B23 url(../i/enter.gif) no-repeat 4px center;
	font-size: 11px;
	color: #fff;
	line-height: 16px;
	z-index: 99;
}

#exit_link, #inner_exit_link {
	position: absolute;
	left: 15px;
	top: 65px;
	display: block;
	padding: 0px 10px 0px 22px;
	background: #604037 url(../i/exit.gif) no-repeat 4px center;
	font-size: 11px;
	color: #fff;
	line-height: 16px;
}
#inner_enter_link, #inner_exit_link {
	top: 33px;
}

#auth {
	display: none;
}
#login_block {
	position: absolute;
	left: 15px;
	top: 81px;
	width: 110px;
	width: '140px';
	background: #382B23;
	z-index: 999;
	opacity: 0.95;
	filter: alpha(opacity=95);
	moz-opacity: 0.95;
	padding: 12px 12px 12px 22px;
}

#login_bg {
	background: #1B130E;
	height: 100%;
	left: 0px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	moz-opacity: 0.9;
	position: absolute;
	top: 0px;
	width: 100%;
}
#login_block label {
	display: block;
	margin-bottom: 1px;
	color: #746A64;
	clear: both;
	font-size: 11px;
}
#login_block input {
	width: 100px;
	margin-bottom: 7px;
	border: 0px;
	background: #211914;
	color: #fff;
}
#login_block form #button_login {
	width: auto;
	padding: 0px;
	margin: 5px 0 10px;
}
#capsLock {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 2px 5px;
	background: #711707;
	color: #fff;
	font-size: 11px;
}
#login_block a {
	display: block;
	color: #B7A690;
	font-size: 11px;
}

.search_input {
	width: 73%;
	padding: 1px 4px;
	background: #3F342A;
	border: 1px #382F27 solid;
	color: #9A8A70;
	font-size: 16px;
}

.statement_title {
	margin-top: 35px;
	padding-left: 12px;
	font-size: 28px;
	color: #9E8E78;
	font-family: 'Times New Roman', Arial;
}

.statement_text {
	margin-top: 16px;
	padding-left: 20px;
	padding-right: 8px;
	font-size: 14px;
	font-family: 'Times New Roman';
	color: #9E8E78;
}

.statement_text a {
	color: #9E8E78;
}

#map {
	position: relative;
}

.map_Roma {
	width: 100%;
	height: 469px;
	background: url(../i/map_Roma.jpg) no-repeat;
}

#ind_Menu {
	width: 100%;
	list-style-type: none;
	overflow: hidden;
}

#ind_Menu li {
	padding: 2px 0px 4px 15px;
}

#ind_Menu li a {
	font-family: Garamond, 'Times New Roman';
	color: #9E8E78;
	font-size: 14px;
}

.ind_Menu_active {
	background: #604037;
}

.ind_Menu_active1 {
	background: #9C8F79;
}

#ind_Menu .ind_Menu_active a {
	color: #CABBA7;
}

#ind_Menu .ind_Menu_active1 a {
	color: #000;
}

#logo {
	position: absolute;
	top: 20px;
	left: 0px;
}

#nova_roma {
	position: absolute;
	top: 25px;
	left: 175px;
}

#logo_text {
	position: absolute;
	top: 50px;
	left: 155px;
}

.ind_top {
	height: 150px;
}

#search_holder {
	position: absolute;
	top: 90px;
	left: 175px;
	width: 70%;
}

.ind_title {
	font-size: 22px;
	font-family: Garamond, 'Times New Roman', Arial;
	line-height: 100%;
}

.ind_title a {
	color: #EAD9B8;
}

.ind_title_black {
	font-family: Garamond, 'Times New Roman';
	color: #000;
	font-size: 22px;
}

.ind_title_black a {
	color: #000;
}

.rss_link {
	position: relative;
	top: 4px;
	margin-left: 25px;
}

#news_list {
	margin-top: 5px;
	list-style-type: none;
}

#news_list li {
	padding: 2px 10px 2px 0px;
	margin-bottom: 3px;
}

#news_list li b {
	font-weight: normal;
	color: #EAD9B8;
	text-decoration: underline;
	font-size: 15px;
}

#news_list li a {
	color: #9D8E7A;
	font-size: 12px;
	line-height: 140%;
}

.news_important {
	background: #694439;
	padding: 0px 4px;
	color: #fff;
}

.ind_content {
	background: url('../i/griffon_bg.gif') no-repeat center center;
	padding-top: 20px;
	height: 100%;
}

.ind_right_content {
	padding-left: 20px;
}

.rose {
	/*background: url('../i/rose.gif') no-repeat 95% top;*/
}

#forum_last {
	list-style-type: none;
	margin-left: 3px;
}

#forum_last li {
	clear: both;
}

#forum_last li img {
	border: 0px #ddd solid;
}

#forum_last li div {
	float: left;
	width: 70%;
	width: '65%';
}

#forum_last li div.avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin-left: 15px;
}

#forum_last li a {
	color: #000;
	font-size: 14px;
	line-height: 150%;
}

#forum_last li span.last_poster {
	display: block;
	margin-top: 2px;
	color: #685748;
	text-decoration: none;
	font-size: 10px;
}

.flag {
	height: 400px;
	background: url('../i/flag.jpg') no-repeat center 50px;
}

.ind_declaration {
	padding: 15px 20px 0px 0px;
	font-size: 14px;
	line-height: 140%;
}

.ind_declaration p {
	margin-bottom: 20px;
}

.popup_menu {
	position: absolute;
	display: none;
	width: 190px;
	padding: 42px 0px 34px 0px;
	opacity: 0.85;
	filter: alpha(opacity=85);
	moz-opacity: 0.85;
	text-align: left;
	z-index: 999;

}

.popup_menu span {
	margin-bottom: 6px;
	display: block;
}

.popup_menu a {
	position: relative;
	left: 20px;
	font-size: 14px;
	color: #000;
	font-family: Garamond, 'Times New Roman', Arial;
        

}

.popup_menu a:hover {
	color: #880000;
}

.popup_menu .mod_header {
	position: absolute;
	top: -39px;
	left: 15px;
	margin-bottom: 10px;
	padding: 2px;
	color: #5F3531;
	font-weight: bold;
	font-family: 'Times New Roman'; display: none;
}

.map_link {
	position: absolute;
	display: block;
}

.popup_menu_top {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('../i/popup_menu_top.png') no-repeat center top;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../i/popup_menu_top.png,sizingMethod=crop);
	width: 190px;
	height: 42px;
	padding: 2px 0px 0px 0px;
}

a.popup_menu_bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	background: url('../i/popup_menu_bottom.png') no-repeat center top;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../i/popup_menu_bottom.png,sizingMethod=crop);
	width: 190px;
	height: 34px;
	cursor: hand;
}

.popup_menu_body {
	width: 190px;
	height: 100%;
	background: url('../i/popup_menu_bg.png') repeat-y center top;
	background: 'url(../i/popup_menu_bg.gif) repeat-y center top';
	padding-bottom: 5px;
        margin-right: 35px;



}

#footer {
	width: 100%;
	clear: both;
	border-top: 3px #5C4B38 solid;
	padding: 15px 0px 20px 0px;
	margin-top: 20px;
}

.footer_content {
	margin-left: 12%;
}

#ind_banners {
	margin: 20px 0px 0px;
	padding: 0px 0 0px 12%;
}
#ind_banners img {
	margin-right: 15px;
}

#ind_user_menu {
	position: absolute;
	margin: 20px 0px 0px 15px;
	list-style-type: none;
	background: #514437;
	padding: 7px 20px 7px 7px;
	width: 80%;
}

#ind_user_menu li {
	position: relative;
	display: block;
	padding: 4px 0px 4px 28px;
}

#ind_user_menu li a {
	color: #9E8E78;
}

#ind_user_menu li.li_plus {
	background: url('../i/plus.gif') no-repeat left center;
	font-size: 14px;
	padding: 6px 0 8px 28px;
}







#ind_Menu li.forum_link {
	padding-top: 20px;
	font-family: Garamond, 'Times New Roman', Arial;
	line-height: 100%;
}
#ind_Menu li.forum_link a {
	color: #EAD9B8;
	font-size: 20px;
}
#ind_Menu li.register_link {
	padding: 2px 0 6px 15px;
	margin-top: 15px;
	font-size: 14px;
	line-height: 100%;
}
#ind_Menu li.register_link a {
	color: #EAD9B8;
	font-family: Arial;
}



#unpub_informer {
	background: #382B23;
	margin-top: 10px;
	color: #DBC7AD;
	font-size: 10px;
}
#unpub_informer a {
	color: #DBC7AD;
	font-size: 13px;
	display: block;
	width: 100%;
	background: url(../i/new_art.gif) no-repeat 10px center;
	padding: 5px 5px 5px 35px;
	text-decoration: none;
	line-height: 100%;
}
#unpub_informer b {
	color: #DBC7AD;
}
#unpub_list {
	display: none;
}
#unpub_block {
	position: absolute;
	left: 50%;
	top: 110px;
	width: 350px;
	width: '384px';
	margin-left: -200px;
	background: #B4A48A;
	z-index: 99991;
	opacity: 0.95;
	filter: alpha(opacity=95);
	moz-opacity: 0.95;
	padding: 12px 12px 12px 22px;
	border: 1px #000 solid;
}
#unpub_title {
	font-size: 22px;
	font-family: Garamond, 'Times New Roman', Arial;
	font-weight: bold;
	margin-bottom: 7px;
	padding-left: 30px;
	background: url(../images/M_images/time.png) no-repeat left center;
}
#unpublished_list {
	padding: 10px 15px 15px 30px;
}
#unpublished_list li {
	color: #000;
	padding: 0 0 10px 0;
}
#unpublished_list li a {
	color: #000;
	font-size: 14px;
}
#unpublished_list li span.owner {
	color: #685748;
	display: block;
	font-size: 10px;
	margin-top: 2px;
	text-decoration: none;
}
#unpub_close {
	position: absolute;
	right: 0px;
	bottom: 0px;
	bottom: expression(this.parentNode.offsetHeight % 2 ? -1 : 0);
	background: #604037;
	padding: 2px 5px;
	font-size: 11px;
}
#unpub_close a {
	color: #fff;
	text-decoration: none;
}





#inner_header {
	background: #493C30; height: 110px;
}
#inner_search_holder {
	position: absolute;
	top: 15px;
	left: 350px;
	width: 50%;
}
.inner_content_holder {
	width: 100%;
	padding: 0px;
}

.inner_left {
	position: relative;
	float: left;
	width: 11%;
}

.inner_center {
	position: relative;
	float: left;
	width: 86%;
}

#inner_logo {
	position: absolute;
	top: 10px;
	left: 0px;
}

#inner_logo_text {
	position: absolute;
	top: 30px;
	left: 92px;
}
#inner_menu {
	position: relative;
	margin: 72px 0 0 92px;
	
}
#inner_mlinks {
	list-style-type: none;
}
#inner_mlinks li {
	display: inline;
	margin-right: 10px;
	padding-bottom: 10px;
}
#inner_mlinks li a {
	font-family: Garamond, 'Times New Roman';
	color: #9E8E78;
	font-size: 14px;
	letter-spacing: -1px;
	color: #fff;
}









.text {
	float: left;
	width: 82%;
	padding: 0 6% 0 0;
	font-size: 14px;
	line-height: 140%;
	margin-top: 14px;
}
.text p {
	margin-bottom: 18px;
}
.full_title {
	float: left;
	width: 82%;
	padding: 0 6% 0 0;
	font-size: 25px;
	color: #000;
	font-family: 'Garamond', 'Times New Roman', Arial;
	font-weight: bold;
}
.full_title img {
	vertical-align: middle;
	margin-left: 5px;
}
.date_source {
	font-size: 10px;
}

.contents {
	padding-left: 5%;
	margin-bottom: 20px;
	border: 1px #999 solid;
}
.contents legend {
	color: #604037;
}
.contents ol {
	margin: 20px 20px 20px 0px;
}
.contents li {
	margin-bottom: 6px;
}
.title {
	font-size: 22px;
	font-weight: bold;
	font-family: Garamond, 'Times New Roman', Arial;
	padding-bottom: 8px;
}
#art_title {
	font-size: 20px;
	padding: 2px 4px;
	width: 100%;
}
.adm_delete {
	border: 2px #604037 solid;
	padding: 3px 12px 5px;
	color: #7A2D23;
}
.annotation {
	width: 90%;
	margin-left: 0%;
}
.redline {
	position: relative;
	left: -2px;
	margin-top: -2px;
	font-size: 45px;
	line-height: 100%;
	float: left;
	font-family: Garamond, 'Times New Roman', Arial;
	font-weight: bold;
}



/** PAGE NAVIGATION */
.pagenav_ctrl {
	color: #999;
	font-size: 12px;
}
.pagenav_selected {
	padding: 1px 4px 0px 4px;
	background: #604037;
	color: #fff;
	font-size: 13px;
}
.pagenav {
	padding: 1px 6px 0px 6px;
	font-size: 13px;
}
.prev_inactive {
	color: #999;
	font-size: 14px;
}
.prev_next {
	margin: 10px;
	font-size: 14px;
}






/** SEARCH */
.search_form_holder {
	margin: 20px 0 15px;
}
.search_button {
	position: absolute;
	margin: -2px 0 0 10px;
}
.highlight {
	font-weight: bold;
	
}
.search_shortcut, .search_shortcut_active {
	float: left;
	padding: 3px 10px 5px;
	color: #000;
}
.search_shortcut_active {
	background: #604037;
	color: #fff;
	text-decoration: none;
}
.search_title {
	font-size: 17px;
	color: #000;
}
.search_section {
	margin: 5px 0 5px;
	font-size: 12px;
	color: #493C30;
}
.search_date {
	margin: 5px 0 18px;
	font-size: 11px;
	color: #888;
}
.search_row_number {
	width: 12%;
	color: #604037;
	text-align: right;
	line-height: 150%;
}
.search_row_number span {
	margin-right: 10px;
}







/** GALLERY */
.cats_cat-title {
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
	font-family: 'Times New Roman';
}
.cats_cat-title-empty {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	color: #999;
}
.cats_cat-descr {
	display: block;
	margin-bottom: 10px;
	color: #604037;
	font-size: 13px;
}
.cats_cat-number {
	color: #999;
	font-size: 12px;
}
td.cats_td-left {
	padding: 0px 0px 0px 20px;
}
td.cats_td-right {
	padding: 0px 0px 0px 20px;
}
#dt1 {
	padding: 10px;
	font-size: 13px;
}
.my_photos-link {
	font-size: 14px;
	color: #604037;
}
.cat_cat-title {
	font-size: 24px;
	font-family: 'Times New Roman';
	padding: 0px 0px 10px 24px;
}
.cat_cat-pages {
	padding: 7px 0px 5px 24px;
	font-size: 14px;
}
.cat_page-active {
	padding: 1px 4px 0px 4px;
	background: #604037;
	color: #fff;
	font-size: 13px;
}
.cat_page-link {
	padding: 1px 6px 0px 6px;
	font-size: 13px;
}
.popup_holder {
	padding: 7px;
}
.popup_title {
	font-size: 18px;
}
.cat_img-title {
	margin-top: 7px;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	width: 200px;
}
.cat_img-title div {
	margin-top: 7px;
}
.pict_nav-links {
	font-size: 16px;
	margin: 10px;
}
.pict_img-title {
	font-size: 20px;
	font-family: 'Times New Roman';
	text-align: center;
	padding-bottom: 5px;
}
.pict_img-descr {
	width: 100%;
	margin: 8px 0 10px;
	text-align: left;
	color: #604037;
}
.pict_cmtname {
	font-size: 13px; font-weight: bold; color: #604037;
}
.pict_cmttime {
	font-size: 11px;
	color: #999;
}
.pict_comment-add {
	font-size: 13px; font-weight: bold;
}
.pict_comenttext {
	font-size: 13px;
}
.pict_comenttext img {
	vertical-align: middle;
}
blockquote {
	background: #fff;
}
.up_myphotos {
	font-size: 13px;
}
.up_myphotos td {
	padding: 5px;
}
.up_myphotos tr.sectiontableheader td {
	background: #604037;
	color: #fff;
}
blockquote {
	font-style: italic;
	margin: 0px;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px dashed #B4A8A7;
	border-left: 4px solid #B4A8A7;
	background-color: #E8E0E0;
}
.spec_img {
	float: left;
	padding: 0px 10px 10px;
}
.spec_page {
	width: 90%;
	margin: 0 auto;
}
.ind_gallery {
	background: #382B23;
	width: 100%;
	margin: 15px 0 0;
}
.ind_gallery .ind_title {
	padding: 4px 0px 0px 12px;
	color: #9D8E7A;
}
.ind_gallery .ind_title a {
	color: #9D8E7A;
}
.ind_gallery img {
	margin: 12px;
}

/** POLLS */
#polls_editform label {
	color: #000;
}
#polls_editform ol {
	position: relative;
	left: -40px;
	margin: 0 0 10px 40px;
}
#options_list {
	
}
#options_list li {
	padding: 0 0 7px 0;
	color: #777;
	clear: both;
}












#nameCheckFailed {
	float: left;
	width: 200px;
	width: '225px';
	background: url(../i/bad.gif) no-repeat;
	padding: 0 0 0 25px;
	margin-top: 10px;
}
span.hidden{
  display: none;
}

span.error{
	  
}
.red_border {
	padding: 2px 3px 4px;
	padding: '3px 4px 4px';
	border: 1px #604037 solid;
}

.cat_list {
	list-style-type: none;
}
.cat_list li img {
	float: left;
	margin-right: 10px;
}
.cat_list li b {
	font-size: 22px;
	font-weight: bold;
	font-family: Garamond, 'Times New Roman', Arial;
}