html , body {
	margin: 0px; 
	padding: 0px;
	color: #666;
	font-size: 12px; 
	font-family: Tahoma, Geneva, Lucida Sans Unicode, Lucida Grande, Verdana, Arial, Helvetica, sans-serif; 
	text-align: left;
	background: #000 url(../images/gui/bg.jpg) repeat-x top center;
}
.clr {
	font-size: 0px !important;
	line-height: 0px !important;
	height: 0px !important;
	clear: both;
}
a {
	color: #666;
	text-decoration: none;
	cursor: pointer;
}
a:hover { text-decoration: none; }
a:focus { outline:none }
a img { border: none; }
form {
	display: inline;
	padding: 0px;
	margin: 0px;
}
h1 , h2 , h3 , h4 , h5 {
	margin: 0px;
	padding: 0px;
	font-size: 12px; 
	font-weight: normal;
}
.blue { color: #005AAB; }
pre {
	display: block;
	position: absolute;
		top: 5px;
		left: 5px;
		z-index: 10;
	width: 200px;
	overflow: auto;
	font-size: 10px;
	background-color: #FFF;
	border: 1px solid red;
}
/* ========================================== */
.mainout {
	width: 896px;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
	/*background: #FFF;*/
}
.mainout2 {
	width: 896px;
	background: #FFF url(../images/gui/bg_path.jpg) no-repeat left top;
}
.headerout {
	height: 144px;
	overflow: hidden;
}
.header {
	float: left;
	width: 556px;
}
.headerlogo {
	float: left;
	width: 180px;
	height: 144px;
	overflow: hidden;
}
.header_top_nav {
	float: left;
	width: 546px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	padding: 0px 0px 0px 10px;
	color: #FFF;
	font-size: 11px;
	text-align: left;
}
.header_top_nav a { color: #FFF; }
.headeradv {
	float: left;
	width: 556px;
	height: 60px;
	padding: 10px 0px;
}
.header_search {
	float: left;
	width: 716px;
	height: 32px;
	line-height: 32px;
	color: #FFF;
	font-size: 11px;
	text-align: left;
}
					.header_search1 {
						/*display: none;*/
						float: left;
						width: 716px;
						height: 32px;
						line-height: 32px;
						color: #FFF;
						font-size: 11px;
						text-align: left;
					}
.search_1 , .search_2 , .search_3 , .search_4 {
	float: left;
	height: 18px;
	line-height: 18px;
	padding: 7px 0px;
}
.search_1 {
	width: 330px;
	padding-left: 10px;
}
	.header_search select {
		width: 300px;
		font-size: 11px;
		border: 1px solid #7AA19C;
	}
.search_2 { width: 160px; }
	.header_search .search_price {
		width: 30px !important;
		font-size: 11px;
		border: 1px solid #7AA19C;
	}
.search_3 {
	width: 216px;
	text-align: right;
}
	.header_search .search_text {
		width: 140px;
		font-size: 11px;
		border: 1px solid #7AA19C;
	}
	.header_search a {
		padding: 3px 10px 2px 10px;
		color: #04243B;
		font-weight: bold;
		background: #8DD8F8;
		border: 1px solid #7AA19C;
	}
.header_basketout {
	float: left;
	height: 144px;
	height: 112px;
	width: 160px;
	overflow: hidden;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.header_basketout a {
	color: #FFF;
	text-decoration: underline;
}
.header_basketout a:hover { text-decoration: none; }
.header_baskettop {
	height: 112px;
	overflow: hidden;
}
.header_baskettop a {
	color: #0777B7;
	color: #14446F;
	/*color: #E64101;*/
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma, Geneva;
}
.header_baskettopin {
	height: 110px;
	overflow: hidden;
	padding: 5px 0px 0px 12px;
	background: #29A125 url(../images/gui/header_baskettop.jpg) no-repeat top left;
}
.header_baskettopin table {
	width: 100%;
	margin-top: 20px;
	font-size: 11px;
}
.header_baskettopin table td {
	padding: 2px;
	background: transparent url(../images/gui/bdot.gif) repeat-x bottom left;
}

.header_basketbottom1 , .header_basketbottom2 {
	height: 28px;
	padding: 4px 30px 0px 12px;
	font-size: 10px;
	font-weight: bold;
}
.header_basketbottom1 { /*background: transparent url(../images/gui/header_basketbar1.jpg) no-repeat top left;*/ }
.header_basketbottom2 { background: transparent url(../images/gui/header_basketbar2.jpg) no-repeat top left; }
/* content */
.contentout {
	/*background: transparent url(../images/gui/bg_filter.jpg) repeat-x top center;*/
}

.leftout {
	float: left;
	width: 180px;
	/*overflow: hidden;*/
	/*margin-right: 10px;*/
	text-align: left;
}
	.menutop {
		line-height: 16px;
		padding: 8px 10px 8px 30px;
		color: #FFF;
		text-align: left;
		background: #04243B url(../images/gui/bg_menu_top.jpg) no-repeat top left;
	}
	.menutop2 {
		color: #FFF;
		text-align: left;
	}
	.menutop h2 { font-weight: bold; }
	.menutop2 h2 a {
		display: block;
		line-height: 16px;
		padding: 8px 10px 8px 30px;
		color: #FFF;
		font-weight: bold;
		background: #7AA19C url(../images/gui/bg_menu_top.jpg) no-repeat top left;
		border-bottom: 1px solid #04243B;
	}
	.menutop2 h2 a:hover { color: #8DD8F8; background: #D4D0C8 url(../images/gui/bg_menu_top2.jpg) no-repeat top left; }
	.menutop2 h2 a.current , .menutop2 h2 a:hover.current { background: #0777B7 url(../images/gui/arrow_down.gif) no-repeat 7px 12px; border: none;}
	.menu , .menu2 {
		padding: 2px 0px 2px 0px;
		border: 5px solid #0777B7;
	}
	.menu h3 {
		/*height: 22px;*/
		/*line-height: 16px;*/
		padding: 1px 0px 6px 0px;
		background: #FFF url(../images/gui/bg_menu_sep.jpg) no-repeat bottom center;
	}
	.menu h3.mhover { background: #FFF url(../images/gui/bg_menu_sep_hover.jpg) no-repeat bottom center; }
	.menu h3 a {
		display: block;
		/*height: 22px;*/
			/*overflow: hidden;*/
		margin-left: 13px;
		padding: 4px 13px 0px 14px;
		font-size: 11px;
		font-family: Arial;
	}
	.menu h3.mhover a , .menu h3 a:hover {
		color: #04243B;
		background: #FFF url(../images/gui/bg_menu_hover.jpg) no-repeat top left;
	}
	.menu h3.current {  background: #FFF url(../images/gui/bg_menu_sep_hover.jpg) no-repeat bottom center; }
	.menu h3.current a {
		color: #04243B;
		background: #FFF url(../images/gui/bg_menu_hover.jpg) no-repeat top left;
	}
	.menu2 h3 {
		height: 22px;
		line-height: 22px;
		padding: 1px 0px 2px 0px;
		background: #FFF url(../images/gui/bg_menu_sep.jpg) no-repeat bottom center;
	}
	.menu2 h3 a {
		display: block;
		height: 22px;
			overflow: hidden;
		margin-left: 13px;
		padding: 0px 5px 0px 14px;
		color: #04243B;
		font-size: 11px;
		font-family: Arial;
	}
	.menu2 h3 a:hover {
		color: #04243B;
		background: #FFF url(../images/gui/bg_menu_hover3.jpg) no-repeat top left;
	}
	.menu2 h3 a.current {
		color: #04243B;
		background: #FFF url(../images/gui/bg_menu_hover3.jpg) no-repeat top left;
	}
	.menu2 h3 a.added {
		margin-left: 0px;
		padding: 0px 5px 0px 27px;
		background: #FFF url(../images/gui/bg_added.jpg) no-repeat top left;
	}
	.menu2 h3 a:hover.added { background: transparent url(../images/gui/bg_added_hover.jpg) no-repeat top left; }
	.menu2 h3 a.addedcurrent , .menu2 h3 a:hover.addedcurrent {
		margin-left: 0px;
		padding: 0px 5px 0px 27px;
		color: #04243B;
		background: transparent url(../images/gui/bg_added_hover.jpg) no-repeat top left;
	}
	
	
	.sep_menu {
		height: 20px;
		/*background: transparent url(../images/gui/bg_sep_menu.jpg) no-repeat top left;*/
		background: #FFF;
	}
	.sep_menu2 {
		height: 20px;
		/*background: transparent url(../images/gui/bg_sep_menu2.jpg) no-repeat top left;*/
		background: #FFF;
	}
.contentin {
	float: left;
	width: 716px;
}
.path {
	width: 700px;
	height: 32px;
	line-height: 32px;
		overflow: hidden;
	padding: 0px 0px 0px 10px;*
	color: #8DD8F8;
	font-weight: bold;
	text-align: left;
}
	.path a { color: #FFF; }
	.path a:hover { color: #8DD8F8; }
	.path h1 {
		display: inline;
		color: #8DD8F8;
		font-weight: bold;
	}

.content {
	float: left;
	width: 536px;
	/*overflow: hidden;*/
	margin-right: 10px;
	padding: 15px 0px 0px 10px;
}
.content2 {
	float: left;
	width: 536px;
	margin-right: 10px;
	text-align: left;
	padding: 15px 0px 0px 10px;
}
.content2 ul { margin: auto; padding: auto; }
.content2 ul li {  margin: auto;  padding: auto; line-height: 140%; }
.content2 h2 {
	
	color: #0777B7;
	font-size: 14px;
	font-weight: bold;
}
.contentadv { margin-bottom: 20px; }

.hp_cat_name {
	padding: 0px 0px 10px 0px;
	color: #0777B7;
	font-size: 13px;
	font-weight: bold;
}
.hp_cat_name a {
	color: #0777B7;
	text-decoration: underline;
}
.prods_hp {}

.prods_hp_rowout {
	padding: 15px 0px 5px 0px;
	
	border-bottom: 1px solid #8D8D8D;
}
.prods_hp_rowin {
	background: transparent url(../images/gui/bg_prods_sep.gif) repeat-y top left;
}
.prod_hp_out {
	float: left;
	width: 166px;
	padding: 0px 6px 25px 6px;
}
.prods_hp h3.prod_hp_title {
	padding: 4px 0px 10px 0px;
}
.prods_hp h3.prod_hp_title a {
	color: #0777B7;
	font-weight: bold;
}
.prods_hp h3.prod_hp_title a:hover {
	/*color: #7AA19C;*/
	text-decoration: underline;
}
.prod_hp_info {
	padding: 0px 0px 15px 0px;
	font-size: 11px;
}
.prods_hp .promopic {}
.promo .prod_hp_info { color: #D00; }
.prod_hp_price {
	padding: 0px 0px 15px 0px;
	color: #E64101;
	font-weight: bold;
}
.main_info {
	padding: 20px 0px;
	text-align: left;
	font-size: 10px;
}
/**/
.prods_relate {
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #999;
}
.prods_relate h3.prod_relate_title {
	padding: 4px 0px 10px 0px;
}
.prods_relate h3.prod_relate_title a {
	color: #0777B7;
	font-weight: bold;
	text-decoration: none;
}
.prods_relate h3.prod_relate_title a:hover {
	/*color: #7AA19C;*/
	text-decoration: underline;
}
.prod_relate_info {
	padding: 0px 0px 15px 0px;
	font-size: 11px;
}
.prods_relate a.singlepic {}
.prods_relate a.singlepic img { border: 1px solid #7AA19C; }
.prods_relate a:hover.singlepic img { border: 1px solid #0777B7; }
.prod_relate_price {
	padding: 0px 0px 15px 0px;
	color: #E64101;
	font-weight: bold;
}


/**/
.prods_listing {
	margin-bottom: 20px;
}

.prod_listing {
	margin-bottom: 15px;
	padding-bottom: 13px;
	text-align: left;
	border-bottom: 1px solid #8D8D8D;
}
.prod_listing a.singlepic img {
	float: left;
	margin-right: 20px;
	border: 1px solid #7AA19C;
}
.prod_listing a:hover.singlepic img { border: 1px solid #0777B7; }
.prod_listing .promopic {
	float: left;
	margin-right: 16px;
}
.prod_listing .promopic a img { border: 1px solid #7AA19C; }
.prod_listing .promopic a:hover img { border: 1px solid #0777B7; }
.prods_listing h3.prod_listing_title {
	/*float: left;*/
	height: 20px;
	/*overflow: hidden;*/
}
.prods_listing h3.prod_listing_title a {
	
	color: #0777B7;
	font-weight: bold;
}
.prods_listing h3.prod_listing_title a:hover {
	/*color: #7AA19C;*/
	text-decoration: underline;
}
.prod_listing_info {
	height: 40px;
	margin-bottom: 6px;
	/*overflow: hidden;*/
	font-size: 11px;
	/*border-bottom: 1px solid red;*/
}
.promo { color: #D00; }
.prod_listing_price {
	float: left;
	width: 160px;
	height: 20px;
	line-height: 20px;
	color: #E64101;
	font-weight: bold;
	font-size: 14px;
}
.prod_listing_price span { color: #333; font-size: 12px; }
.prod_listing_buttons { float: left; }

/**/
.prod_detail {
	text-align: left;
}
.prod_detail h1 {
	/*height: 33px;*/
	line-height: 20px;
	padding: 10px 20px;
	color: #0777B7;
	font-size: 16px;
	font-weight: bold;
}
.prod_det_left {
	float: left;
	width: 302px;
	padding: 0px 15px 0px 0px;
	font-size: 11px;
}
.prod_det_left img.singlepic {
	border: 1px solid #7AA19C;
	margin-bottom: 35px;
}
.prod_det_left_info {
	padding: 0px 0px 0px 5px;
	font-size: 11px;
}
.prod_det_feedback {
	padding: 10px 0px;
}
	.prod_det_feedback table {
		width: 99%;
		line-height: 16px;
		background: #DFFFFF;
		border-top: 2px solid #0777B7;
	}
		.prod_det_feedback table td {
			padding: 4px 2px;
		}
			.prod_det_feedback input {
				width: 100%;
				border: 1px solid #0777B7;
			}
			.prod_det_feedback textarea {
				width: 100%;
				height: 100px;
				border: 1px solid #0777B7;
			}
h4.mname {
	padding-left: 14px;
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
	font-size: 11px;
	background: transparent url(../images/gui/sq.jpg) no-repeat center left;
}
.prod_det_info {
	padding: 0px 0px 15px 14px;
}
.prod_det_right {
	float: left;
	width: 215px;
}
ul.pdf {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.pdf li {
	margin: 0px;
	padding: 3px 0px;
}
a.singlepdf {
	padding: 3px 0px 3px 20px;
	color: #0777B7;
	text-decoration: underline;
	background: transparent url(../images/gui/ico_pdf.gif) no-repeat center left;
}
a:hover.singlepdf {
	color: #E64101;
	text-decoration: none;
}
.gallery { padding: 5px 0px 10px 0px; }
.gallery a img {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #7AA19C;
}
.gallery a:hover img { border: 1px solid #0777B7; }
.prod_det_price {
	height: 30px;
	line-height: 30px;
	color: #E64101;
	font-weight: bold;
	font-size: 14px;
}
.prod_det_price span { color: #333; }
.prod_det_basket {
	width: 202px;
	height: 28px;
	line-height: 28px;
	background: transparent url(../images/gui/bg_prod_det_basket.jpg) no-repeat top left;
}
.prod_det_basket .pdb1 {
	float: left;
	width: 51px;
	height: 20px;
	line-height: 20px;
	padding: 4px 5px 4px 21px;
	font-size: 11px;
}
.prod_det_basket .pdb1 input {
	float: left;
	width: 30px;
	height: 20px;
	margin-right: 4px;
	background: transparent;
	border: none;
}
.prod_det_basket a {
	color: #FFF;
	font-weight: bold;
	font-size: 10.5px;
}
.prod_det_info {}
.send_to {
	padding: 10px 0px 10px 0px;
}
.moreimg {
	padding: 0px 0px 10px 0px;
}
.related_products {
	margin-bottom: 30px;
	padding: 10px 0px;
	text-align: center;
	border-top: 2px solid #0777B7;
	border-bottom: 2px solid #0777B7;
}

.basketbar {
	height: 32px;
	line-height: 32px;
	margin-bottom: 16px;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}
.basketbar div {
	float: left;
	width: 163px;
	padding-left: 14px;
	background: #B7C0BF url(../images/gui/arrow.gif) no-repeat center right;
	border-right: 1px solid #FFF;
}
.basketbar div.current { background: #27A226 url(../images/gui/arrow.gif) no-repeat center right; }
.baskettab {
	width: 535px;
	margin-bottom: 16px;
}
.baskettab a.singlepic img { border: 1px solid #7AA19C; }
.bt1 , .bt2 , .bt3 {
	height: 21px;
	color: #0777B7;
	font-weight: bold;
	border-bottom: 1px solid #7AA19C;
}
.bt1 {}
.bt2 , .bt3 , .bt5 , .bt6 {
	padding-left: 9px;
	border-left: 1px solid #7AA19C;
}
.bt2 { width: 72px; }
.bt3 { width: 85px; }
.bt1 , .bt4 {
	padding-left: 19px;
}
.bt4 , .bt5 , .bt6 {
	padding-top: 6px;
	color: #333;
}
.bt4 {}
.bt5 , .bt6 {
	color: #0777B7;
	font-weight: bold;
}
.bt5 {}
.bt6 {}
.bt5 span , .bt6 span {
	color: #E64101;
}
h3.prod_basket_title a {
	color: #0777B7;
	font-weight: bold;
}


.sep { margin-bottom: 16px; border-bottom: 1px solid #CCCCCC; }
.order_out {
	margin-bottom: 14px;
	color: #0777B7;
	font-weight: bold;
	text-align: left;
}
.order_out span {
	color: #E64101;
}
a.b_order2 {
	display: block;
	float: left;
	width: 142px;
	height: 28px;
	line-height: 28px;
	margin-right: 14px;
	color: #FFF;
	text-align: center;
	background: transparent url(../images/gui/b_order2.jpg) no-repeat center top;
}
.basket_info {
	margin-bottom: 40px;
	text-align: left;
}
.basked_add_bar {
	height: 28px;
	line-height: 28px;
	padding: 10px 0px 0px 0px;
}
.basket_refresh {
	float: left;
	width: 132px;
	margin-right: 10px;
	background: transparent url(../images/gui/b_refresh.jpg) no-repeat left top;
}
.basket_refresh_input {
	float: left;
	width: 54px;
	padding: 4px 0px 0px 20px;
}
.basket_refresh input {
	float: left;
	width: 30px;
	height: 20px;
	margin-right: 4px;
	border: none;
	background: transparent;
}
.ref_var {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	color: #333;
	font-size: 11px;
}
.basket_refresh a {
	display: block;
	float: left;
	width: 58px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
a.basket_del {
	display: block;
	float: left;
	width: 50px;
	height: 28px;
	line-height: 28px;
	padding-left: 32px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	background: transparent url(../images/gui/b_del.jpg) no-repeat center top;
}

.form_tab {
	width: 533px;
	margin-bottom: 16px;
	font-weight: bold;
}
.form_tab1 {
	width: 182px;
	padding-right: 18px;
}
.form_tab2 {
	width: 330px;
}
.form_tab input , .form_tab textarea {
	width: 99%;
	border: 1px solid #27A226;
}
.form_tab textarea {
	height: 68px;
	overflow: auto;
}
.form_tab p {
	margin: 0px;
	padding: 12px 0px 6px 0px;
}
p.p_check { text-align: left; }
p.p_check input {}

.system1 {
	width: 80%;
	margin-bottom: 20px;
	padding: 14px;
	color: #FFF;
	font-weight: bold;
	background-color: #27A226;
}
.checkout {
	
	margin-bottom: 10px;
	color: #0777B7;
	font-weight: bold;
	text-align: left;
	
}
.checkout span {
	color: #F00;
}
#cformbutton {
	height: 20px;
	line-height: 20px;
	text-align: center;
}
#cformbutton #formerror {
	width: 80%;
	color: #FFF;
	background: #F00;
}
a.print {
	display: block;
	float: left;
	width: 139px;
	height: 28px;
	line-height: 28px;
	margin-bottom: 12px;
	padding-left: 23px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	background: transparent url(../images/gui/b_print.jpg) no-repeat center top;
}
.gallery_cat_out {
	padding: 15px 0px 5px 0px;
	margin-bottom: 25px;
	border-bottom: 1px solid #8D8D8D;
}
.gallery_cat_in { background: transparent url(../images/gui/bg_prods_sep.gif) repeat-y top left; }
.gallery_cat {
	float: left;
	width: 166px;
	padding: 0px 6px 10px 6px;
	
	text-align: center;
	/*background: blue;*/
}
	.gallery_cat img {
		width: 152px;
		height: 114px;
		margin-bottom: 3px;
	}
	.gallery_cat a {
		color: #0777B7;
		font-weight: bold;
	}
.gallery_in {
	padding-bottom: 10px;
}
.gallery_in h1 {
	/*height: 33px;*/
	line-height: 20px;
	padding: 10px 20px;
	color: #0777B7;
	font-size: 16px;
	font-weight: bold;
}
.gallery_in a img {
	float: left;
	width: 152px;
	height: 114px;
	margin: 0px 10px 20px 10px;
}

.pager {
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #666;
	font-size: 11px;
}
.pager a {
	display: block;
	float: left;
	margin: 0px 4px;
	color: #0777B7;
	text-decoration: underline;
}
.pager a:hover { color: #024A3E; text-decoration: none; }
.pager a.num {
	margin: 0px 1px 0px 0px;
	padding: 0px 7px;
	color: #FFF;
	text-decoration: none;
	background-color: #0777B7;
}
.pager a:hover.num {
	margin: 0px 1px 0px 0px;
	color: #FFF;
	background-color: #8DD8F8;
}
.pager a.current , .pager a:hover.current {
	margin: 0px 1px 0px 0px;
	padding: 0px 7px;
	color: #FFF;
	text-decoration: none;
	background-color: #022946;
}
.spanpager {
	float: left;
	line-height: 20px;
	font-weight: bold;
}

.rightout {
	float: left;
	width: 160px;
	overflow: hidden;
}
.right_contacts {
	/*margin-bottom: 12px;*/
	padding: 14px 12px;
	line-height: 16px;
	font-size: 11px;
	text-align: left;
	background-color: #F3F3F3;
	border: 5px solid #0777B7;
}
.right_contacts a { text-decoration: underline; }
.right_contacts a:hover { text-decoration: none; }
.right_contacts a.skype {
	padding-left: 24px;
	line-height: 20px;
	background: transparent url(../images/gui/ico_skype.gif) no-repeat center left;
}
.right_contacts .tel {
	padding-left: 24px;
	line-height: 20px;
	background: transparent url(../images/gui/ico_tel.png) no-repeat center left;
}
.right_contacts a.mail {
	padding-left: 24px;
	line-height: 20px;
	background: transparent url(../images/gui/ico_mail.png) no-repeat center left;
}
.right_contacts .adress {
	padding: 5px 0px;
}
.rightadv {
	
}
.right_prod {}
.logos {
	padding: 10px 0px 0px 0px;
	background: #FFF;
}
	.logos a img {
		float: left;
		margin: 0px 0px 10px 10px;
	}

.broistoki { width: 65px; }
.koshnica {
	position: absolute;
	z-index: 50;
	top: 10%;
	left: 40%;
	color: red;
	background-color: #FFF;
	border: 1px solid red;
}
.error_msg {
	width: 80%;
	padding: 20px;
	color: red;
	border: 1px solid red;
}
.searcherror {
	padding: 20px;
	font-weight: bold;
	border: 1px solid red;
}

.footertop {
	height: 32px;
	line-height: 32px;
	padding: 0px 15px 0px 30px;
	color: #FFF;
	font-weight: bold;
	background: #FFF url(../images/gui/bg_path.jpg) no-repeat left top;
	border-bottom: 5px solid #0777B7;
}
.red , .error {
	color: red;
}
a.back , a.top {
	display: block;
	float: right;
	height: 24px;
	line-height: 24px;
	margin-top: 8px;
	padding-left: 24px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
a.back {
	width: 48px;
	margin-right: 5px;
	background: transparent url(../images/gui/b_back.jpg) no-repeat top left;
}
a.top {
	width: 53px;
	background: transparent url(../images/gui/b_top.jpg) no-repeat top left;
}
.footer {
	line-height: 18px;
	padding: 4px 10px 4px 10px;
	text-align: left;
	background-color: #FFF;
	border-left: 5px solid #0777B7;
	border-right: 5px solid #0777B7;
	border-bottom: 5px solid #0777B7;
}
.footer_cat1 , .footer_cat2 { margin-bottom: 2px; }
.footer_cat1 { }
.footer_cat2 { }
.footer_catname a.catname {
	display: block;
	float: left;
	width: 133px;
	margin-right: 12px;
	font-weight: bold;
	background: #CAD8D8 url(../images/gui/f_arrow.gif) no-repeat center left;
}
.footer_cat1 .footer_catname a.catname { padding: 2px 0px 2px 15px; }
.footer_cat2 .footer_catname a.catname {
	padding: 5px 0px 5px 15px;
	color: #FFF;
	background: #8DD8F8 url(../images/gui/f_arrow.gif) no-repeat center left;
}

.footer_subcats { padding: 2px 0px; }
.footer_cat1 .footer_subcats { background: #FFF url(../images/gui/bg_footer.jpg) repeat-y top left; }
.footer_cat2 .footer_subcats { padding: 5px 0px; color: #04243B; background-color: #8DD8F8; }
.footer_subcats a { font-family: Arial; text-decoration: underline; }
.footer_subcats a:hover { text-decoration: none; }
.footer_cat1 .footer_subcats a { }
.footer_cat2 .footer_subcats a { color: #04243B; }
.footer_cat1 .footer_subcats a:hover {}
.footer_cat2 .footer_subcats a { }
.footer_subcats a.current { color: #333;  text-decoration: none; }
.footer_sep {
	margin-bottom: 2px;
	border-top: 1px solid #999;
}

.footer2 {
	line-height: 140%;
	padding: 10px 0px 30px 0px;
	font-size: 11px;
}
.footer2 p {
	margin: 0px;
	padding: 0px;
}
.footer2 a {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}
.footer2 a:hover {
	color: #333;
	text-decoration: none;
}
.footer3 {
	width: 896px;
	padding: 10px 0px 20px 0px;
	font-size: 11px;
}

/* ======================== gallery ======================== */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

