/* CSS Document */

.clickimg {
	cursor: pointer;

}

.padding {
	display: block;
	margin-bottom: 5px;
	color: #d9b300;
}
/* NEWS HORIZONTAL BAR */

#news-hor {
	text-align:left;
	width:945px; 	
}

#news-hor-top {
	width:945px; 
	height:15px;
	background:url(../images/news-hor-top.jpg) no-repeat;
	font-size:1px;
	line-height:1px;
}

#news-hor-middle {
	width:910px; 
	background:url(../images/news-hor-middle.jpg) repeat-y;
	padding: 0 20px 5px 15px;/*sum(945px)*/
}

#news-hor-middle h4 {
	width: auto;
	border-bottom: 1px dashed #ccc;
	padding:3px 0 4px 0;
	margin:0 0 10px 0;
	color: #3e94ad;
	font-size: 20px;
	letter-spacing: -0.1em;
	text-align: left;	
}

#news-hor-bottom {
	width:945px; 
	height:15px;
	background:url(../images/news-hor-bottom.jpg) no-repeat;
	font-size:1px;
	line-height:1px;
}

.news-hor-block {
	float:left;
	width:205px;
	margin:0 20px 0 2px;
}

.news-hor-block h5 {
	font-size: 1.2em; 
	color: #e7b056;
	text-align: left;
	padding: 0 0 3px 0;
	margin: 0 0 7px 0;
	border-bottom: 1px solid #ececec;	
}

/*.news-hor-block-img {
	width:140px;
	float:left;
}

.news-hor-block-content {
	margin: 0 0 0 145px;
	font-size: .9em;
	color: #5d686e;
	text-align: left;
	padding: 0 2px;
	line-height: 1.3em;	
}*/

.news-hor-block-img {
	margin-left:1px;
}

.news-hor-block-content {

	font-size: .9em;
	color: #5d686e;
	text-align: left;
	padding: 5px 2px;
	line-height: 1.3em;	
}

.news-hor-block-content-2 {
	margin: 0 0 0 3px;
	font-size: .9em;
	color: #5d686e;
	text-align: left;
	padding: 0 2px;
	line-height: 1.3em;		
}

/* NEWS FOR HOME PAGE */

#news {
	width: auto;
	height: auto;
	margin: 8px 0;	
}

#news h3 {
	font-size: 1em; 
	color: #d9b300;
	text-align: left;
	padding: 0 0 2px 2px;
	margin: 0;
}

#arrivals {
	width: auto;
	height: auto;
	margin: 8px 0;		
}

.arrivals-block {
	width: auto;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	background: url('../images/arrivals-bg.jpg') center bottom no-repeat;	
			
}

.arrivals-block h3 {
	font-size: 1em; 
	color: #e7b056;
	text-align: left;
	padding: 5px 3px;
	margin: 0 3px 3px 3px;
	margin: 0;
	border-bottom: 1px solid #ececec;	
}

.news_content {
	width: auto;
	font-size: .9em;
	color: #5d686e;
	text-align: left;
	padding: 3px 5px;
	line-height: 1.2em;
}

.news_content img {
	padding: 3px;
	margin: 0 0 5px 0;
}

.news_more a, .news_more a:visited {
	margin: 10px 0 0 0;
	display: block;
	text-align: right;
	color: #ce8080;
	font-size: .8em;
	text-decoration: none;	
}

.news_more a:hover, .news_more a:active {
	margin: 10px 0 0 0;	
	display: block;	
	text-align: right;
	color: #ce8080;
	font-size: .8em;
	text-decoration: underline;
}

.left_nav_photos {
	margin: 1px 0 0 0;
	width: auto;
	height: auto;
	padding: 2px 0;
	border: 5px solid #e9effe;
}


/* NEWS FOR NEWS PAGE */

.news_news_lightblue {
	width: auto;
	height: auto;
	margin: 3px 0 0 0;
	border: 5px solid #fbf2ca;
}

.news_news_grey {
	width: auto;
	height: auto;
	margin: 3px 0 0 0;
	border: 5px solid #f5f5f5;
}

.news_title_date {
	padding: 2px;
	border-bottom: 1px dashed #ccc;
	margin: 0 3px;
}

.news_title {
	float: left;
	width: auto;
	height: auto;
	font-size: 1.2em;
	color: #99b5c5;
	text-align: left;	
}

.news_date {
	float: right;
	width: 200px;
	height: auto;
	font-size: .8em;
	color: #6b9dff;
	text-align: right;
}


.news_news_content {
	width: auto;
	height: auto;
	font-size: .9em;
	color: #5d686e;
	text-align: left;
	padding: 10px 10px;
	line-height: 1.8em;	
	background: #f8f8f8;
}

.news_news_content img {
	clear:both;
	padding: 2px;
	border: 3px solid #fff;
	margin: 0 5px 5px 0;
}

.desc {
	font-size: 1.1em;
	color: #999;	
}



.number_of_pages {
	margin: 5px 0 5px 0;
	padding: 5px;
}

.number_of_pages_left {
	float: left;
	width: 200px;
	height: auto;
	font-size: .85em;
	color: #999;
}

.number_of_pages_right {
	float: right;
	width: auto;
	height: auto;
	font-size: .85em;
	color: #999;	
}

.current_page {
	color: #ce8080;
	font-size: 1em;	
	border: 1px solid #ccc;
	padding: 0 3px;
	margin: 0 5px 0 0;
	background: #fff;	
}

a.next_page:link, a.next_page:visited {
	color: #556c81;
	text-decoration: underline;
}
a.next_page:hover, a.next_page:active {
	color: #333;
	text-decoration: none;
}


/* NEWS FOR HOME PAGE */

#newsletter {
	width: auto;
	height: auto;
	border: 5px solid #f5f5f5;
}

#newsletter h3 {
	font-size: 1.2em;
	color: #d9b300;
	letter-spacing: 0.1em;
	text-align: left;
	padding: 2px;
	border-bottom: 1px solid #f8f8f8;
	margin: 0 3px;
}

#newsletter form {
	padding: 10px;
}

.newsletter_content {
	width: auto;
	font-size: .7em;
	color: #5d686e;
	text-align: left;
	padding: 3px 10px;
	line-height: 1.5em;
	border-bottom: 5px solid #f5f5f5;	
}

.newsletter_input {
	width: 130px;
	margin: 0 0 5px 0;
	padding: 3px;
	border: 1px solid #ccc;
	color: #666;	
}


.main_title {
	width: auto;
	height: auto;
	background: url(../images/main_title_bg.jpg) repeat-x top;
}

.main_title_2 {
	width: auto;
	height: auto;
	background: url(../images/main_title_bg.jpg) repeat-x top;
	border-top: 1px solid #ccc;	
}

.main_title_2 h1 {
	width: auto;
	height: auto;
	font-size: 1em;
	padding: 18px 10px 0 10px;
	color: #ca373d;
	text-align: left;
}

.main_title h1 {
	display: block;
	width: auto;
	height: auto;
	font-size: .85em;
	padding: 40px 10px 5px 2px;
	color: #ca373d;
	text-align: left;
	margin: 0 10px;
	border-bottom: 1px dashed #ccc;	
}

.main_title h1 a, .main_title h1 a:visited {
	color: #367aa1;
	text-decoration: none; 
}

.main_title h1 a:hover, .main_title h1 a:active {
	color: #367aa1;
	text-decoration: underline; 
}

.main_title_h1 {
	display: block;
	width: auto;
	height: auto;
	font-size: .85em;
	padding: 3px 10px 5px 2px;
	color: #ca373d;
	text-align: left;
	margin: 0 10px;
	border-bottom: 1px dashed #ccc;	
}


/* CONTACT */

#contact {
	width: auto;
	height: auto;
	padding: 10px;
	font-size: .9em;
	line-height: 1.5em;
}

.notes {
	width: auto;
	height: auto;
	margin: 3px 0 0 0;
	padding: 5px;
	border: 5px solid #f5f5f5;
}

.notes2 {
	width: auto;
	height: auto;
	margin: 3px 0 0 0;
	padding: 5px;
	border: 5px solid #f5f5f5;
	line-height: 1.8em;
	font-size: .7em;
}

.select_subject {
	width: auto;
	height: auto;
	color: #6699ff;
	font-size: 1.2em;
	background: #fafafa;
	border: 5px solid #f5f5f5;
	padding: 5px;
	margin: 10px 0 0 0;	
	text-align: center;
}

.select_subject select {
	width: auto;
	height: auto;
	margin: 0 0 0 10px;
	color: #64c932;
	border: 1px solid #ccc;	
}


#form_block {
	width: auto;
	height: auto;
	margin: 20px 0 0 0;	
	padding: 0 10px;
}


#form_left {
	float: left;
	width: 197px;
	height: auto;
}

#form_left input {
	padding: 3px;
	margin: 0 0 5px 0;
	width: 180px;
	height: auto;
	border: 1px solid #ccc;
	color: #999;
}

#form_right {
	float: right;
	width: auto;
	height: auto;
}

#form_right textarea {
	padding: 3px;
	margin: 0 0 5px 0;
	width: 300px;
	height: 120px;
	border: 1px solid #ccc;	
	color: #999;
}

.info { 
	width: auto;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	color: #ca373d;
	font-size: 1.2em;
	line-height: 1.8em;
}

#map {
	width: 465px;
	height: 220px;
	padding: 20px;
	margin: 0 0 10px 0;
	border: 5px solid #f5f5f5;
	background: #fafafa; 
}

.read_more_left {
	padding: 0;
	margin: 3px 0 0 0;
	width: auto;
	height: 24px;
	text-align: left;
}

.read_more_right {
	padding: 0;
	margin: 10px 0 0 0;
	width: auto;
	height: 24px;
	text-align: right;
}

#services_home {
	width: auto;
	height: auto;
	padding: 10px 3px;	
	text-align: center;
}

.services_home_1_2 {
	float: left;
	width: 160px;
	height: auto;
	padding: 0 23px 0 10px;
	border-right: 1px solid #ececec;
}

.services_home_3 {
	float: left;
	width: 160px;
	height: auto;
	padding: 0 23px 0 10px;
}

.services_home_1_2 p,  .services_home_3 p {
    text-align: right;
	padding: 3px 0 3px 13px;
	font-size: .8em;
	color: #acc5fa;
}

#last_news {
	width: auto;
	height: auto;
	font-size: .71em;
	line-height: 2em;
	padding: 10px 3px;	
}

#last_projects {
	width: auto;
	height: auto;
	padding: 10px 3px;
}

#last_projects_left {
	float: left;
	width: 375px;
}

#last_projects_left p {
	font-size: .71em;
	line-height: 2em;		
}

#last_projects_right {
	float: right;
	width: 185px;
}

/* -----------Services--------------
------------------------------------
------------------------------------*/

.page_content {
	width: auto;
	height: auto;
	font-size: .9em;
	line-height: 1.5em;
	padding: 10px 5px;	
}

.page_content_2 {
	width: auto;
	height: auto;
	padding: 10px 10px;	
}

#services {
	width: auto;
	height: auto;
	padding: 10px 3px;	
	text-align: center;
}

.services_1_2 {
	float: left;
	width: 160px;
	height: auto;
	margin: 10px 0 15px 0;
	padding: 0 23px 0 10px;
	border-right: 1px solid #ececec;
	
}

.services_1_2 p {
    text-align: center;
	padding: 3px 0 3px 13px;
	font-size: .7em;
	color: #acc5fa;
}

.services_1_2 a, .services_1_2 a:visited {
	color: #acc5fa;
	text-decoration: none;
}

.services_1_2 a:hover, .services_1_2 a:active {
	color: #1f4972;
	text-decoration: line-through;
}

.category_description_image {
	float: left;
	width: 220px;
	height: auto;
	margin: 10px 0;
	padding: 10px 5px 10px 10px;
	font-size: .85em;
	line-height: 1.8em;	
}


.category_description-details {
	float: left;
	width: 678px;
	margin: 20px 0 0 0;
	padding-left: 25px;
	height: auto;
	text-align: left;
	border-left: 1px solid #ccc;
}

.category_description_image ol li {
	color: #5d686e;	
	padding: 5px 5px 5px 5px;			
}

.category_description_image ul li {
	color: #5d686e;
	padding: 5px;			
}

.category_description_image p {
	width: auto;
	height: auto;
	padding: 0 0 0 0;
}


/* ---Costumers Subcategories-------
------------------------------------
------------------------------------*/

#sub_categories {
	width: auto;
	height: auto;
}

#choose_cat {
	width: auto;
	height: auto;
	background: #e9effe;
	padding: 10px;
	color: #1f4972;
	font-size: .7em;
	margin: 0 15px;
	border-left: 5px solid #acc5fa;
}

.sub_cat_block {
	display: block;
	float: left;
	width: 150px;
	height: 120px;	
	margin: 10px 5px 10px 22px;
	padding: 10px 0 0 0;
 	border-top: 1px solid #5d98b9;
	text-align: center;
	background:url(../images/sub-cat-bg.jpg) repeat;	
}

* html .sub_cat_block {	
	margin: 10px 5px 10px 15px;
	
}

.sub_cat_img a, .sub_cat_img a:visited {
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 90px;
	border: 1px solid #99b5c5;		
	background: #fff;
}

.sub_cat_img a:hover, .sub_cat_img a:active {
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 90px;
	border: 1px solid #ca373d;	
	background: #fff;
}

.sub_cat_title {
	padding: 5px 0 5px 5px;		
/*	background:url(../images/cat_nav_title.jpg) repeat-x top; 
	border-top: 1px #ececec solid;
	border-bottom: 1px #ececec solid;	
	border-left: 1px #ececec solid;
	border-right: 1px #ececec solid; */
	font-size: .9em;	
	color: #ce8080;
	text-align: center;	
}

.sub_cat_title a, .sub_cat_title a:visited {
	color: #187be8;
	text-decoration: none;
	font-size: .8em;
}

.sub_cat_image {
	float: left;  	
	width: 150px;
	height: auto;	
	border-top: 1px #ececec solid;
	border-left: 1px #ececec solid;
	border-right: 1px #ececec solid;
	margin: 10px 5px 10px 15px;	
	font-size: .8em;	
	color: #ce8080;
	text-align: left;	
}

/* -----------Products--------------
------------------------------------
------------------------------------*/



#products_block {
	width: auto;
	height: auto;
	text-align: center;
	padding: 20px 0 0 5px;
}

.products {
	float: left;
	width: auto;
    height: auto;
	margin: 0 3px 10px 7px;
	font-size: .8em;
	text-align: center;
	border: 1px solid #ccc;
	padding: 5px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/

* html .products {
    height: 1%;
	margin: 0 3px 0 6px;
}

.products_inside {
	width: 94px;
    height: auto !important;	
	text-align: left;
}

.products_inside img {
	width: 92px;
	height: 100px;
	border: 1px solid #d9b300;	
}


.prod_name {
	width: auto;
	height: auto;
	background: #fafafa;	
	color: #333;	
	text-align: center;
	font-size: .9em;
	padding: 3px 10px;
	word-spacing: 3.5em;
	
}

.full_prod_name {
	width: auto;
	height: auto;
	border-bottom: 1px solid #ccc;		
	color: #fba013;	
	text-align: left;
	font-size: 1.3em;
	margin: 2px 0 5px 0;
	padding: 3px 10px 5px 2px;
}


.product_price {
	float: left;
	width: auto;
	height: auto;
	color: #003366;
	background: #f8f5f5;
	border: 1px solid #ccc;		
	text-align: left;
	font-size: .8em;
	margin: 2px 0 3px 0;
	padding: 4px 2px 4px 2px;	
	
}

.product_more {
	float: right;
	width: auto;
	height: auto;
	color: #003366;
	background: #f8f5f5;
	border: 1px solid #ccc;		
	text-align: left;
	font-size: .79em;
	margin: 5px 0 3px 0;
	padding: 4px 2px 4px 2px;	
}

.product_more a, .product_more a:visited {
	color: #fba013;	
}

.cart {
	float: left;
	width: auto;
	height: auto;
	color: #003366;
	background: #f8f5f5;
	border: 1px solid #ccc;		
	text-align: left;
	margin: 2px 3px 3px 3px;
	padding: 1px 1px 1px 1px;	
	
}

.prod_desc {
	width: auto;
	height: auto;
	text-align: left;
	margin: 0 0 3px 0;	
}

.prod_link_bg {
	width: auto;
	height: auto;
	text-align: left;
	background: #ccc;	
}

#full {
	width: auto;
	height: auto;
	text-align: left;
	font-size: .9em;
}

.full_content {
	padding: 5px;
	margin: 0 5px;
}

.full_content_p {
	padding: 10px 15px;
	margin: 1px 0;
	background: #f1f3f4;
	font-size: .85em;
	line-height: 1.7em;
}

/**
* .full_content img {
* 	padding-right: 10px;
* }
*/

.full_prod_img1 {
	float: left;
	width: 300px;
	padding: 0 20px 10px 0;
	border-right: 1px dashed #ccc;
	margin: 10px 0;
}

.full_content_des {
	float: left;
	width: 335px;
	padding: 0 10px;
	margin: 10px 0;
}

.full_content_des p {
	padding: 2px 2px 2px 7px;
	line-height: 1.4em;
}

.full_prod_img2_3 {
	float: left;
	width: 200px;
	margin: 10px 15px 5px 10px;	
}

.full_prod_img_border {
	border: 2px solid #eeebeb;
	padding: 1px;
}

/* -----------Nav_pages-------------
------------------------------------
------------------------------------*/

#nav_pages {
	width: auto;
	height: auto;
	margin: 0 10px;
	font-size: .7em;
	text-align: right;
}

.current_nav_page {
	border: 1px solid #fff;	
	color: #ca373d;
	padding: 1px 5px;
	margin-right: 3px;
	font-weight: bold;
}

a.active_nav_page:link, a.active_nav_page:visited {
	border: 1px solid #ccc;
	color: #007fc7;
	padding: 1px 5px;
	margin-right: 3px;	
	text-decoration: none;	
}

a.active_nav_page:hover, a.active_nav_page:active {
	border: 1px solid #8b99a0;
	color: #fff;
	background: #99b5c5; 
	padding: 1px 5px;
	margin-right: 3px;	
	text-decoration: none;	
}

a.active_active_nav_page:link, a.active_active_nav_page:visited {
	border: 1px solid #8b99a0;
	color: #fff;
	background: #99b5c5; 
	padding: 1px 5px;
	margin-right: 3px;	
	text-decoration: none;	
}

a.active_active_nav_page:hover, a.active_active_nav_page:active {
	border: 1px solid #8b99a0;
	color: #007fc7;
	background: #99b5c5; 
	padding: 1px 5px;
	margin-right: 3px;	
	text-decoration: none;	
}

/*-- photo album ------------- */

#album {
	width:662px;
	height:auto;
	margin: 15px 0 15px 0;
}

* html #album {
	width: auto;
	height:1%;
}

#album_left {
	float:left;
	width: 486px;
	height:auto;
	text-align:left;
}

#album_right {
	margin: 2px 0 10px 5px;
	position: relative;
	float:left;
	padding: 0 5px 0 15px;
	width: 145px;
	height:295px;
	overflow:scroll;
	overflow-x:hidden;
}

.photo_block {
	position:relative;
	height:auto;
	/*border:#999 1px solid;*/
	padding:2px;	
	margin-left:0;
}


.photo_border_inside {
	background-color:#FFF;
	width:486px;	
	margin:0;		
}

.thumb_border_inside {
	background-color:#FFF;
	border:#999 1px solid;
	padding:1px;
	margin:0;		
}

.photo_thumb {
	float: left;
	width: 100px;
	border: #ccc 1px solid;	
	margin: 5px 0 3px 5px;	
	border: #ccc 1px solid;
	padding: 2px 2px;					
}


/*-- Books ------------- */

#books {
	margin: 15px 0 15px 0;	
	width: 662px;
	height:275px;
	overflow-y:scroll;
}

* html #books {
	width: auto;
}

#all-books {
	margin: 15px 0 20px 0;		
	width: auto;
	height: auto;
	padding: 5px 0 0 50px;
}
 
.books-block {
	float: left;
	width: 260px;
	padding: 5px 15px 10px 15px;
	margin: 0 20px 10px 0;
	font-size: .9em;
	background: url(../images/books-block-bg.jpg) no-repeat center bottom;
}

.books-block img {
	margin-right: 5px;
}

.books-block p {
	padding: 0 0 0 5px;	
}

.books-block h2 {
	width: auto;
	border-bottom: 1px dashed #ccc;
	font-size: 1.4em;
	padding: 2px;
	color: #e7b056;
	margin-bottom: 5px;
}

/*-- Exbit ------------- */

#exbit {
	margin: 15px 0 15px 0 ;	
	width: 662px;
	height:275px;
	overflow-y:scroll;
}

* html #exbit {
	width: auto;
}

.exbit-block {
	width: auto;
	border: 1px solid #ccc;
	padding: 5px 5px 15px 5px;
	margin: 0 20px 20px 0;
	font-size: .9em;
}

.exbit-block h2 {
	width: auto;
	border-bottom: 1px dashed #ccc;
	font-size: 1.4em;
	padding: 2px;
	color: #e7b056;
	margin-bottom: 10px;
}

/*-- BIO ------------- */

.cat_description {
	width: auto;
	height: auto;
	font-size: .9em;
	line-height: 1.4em;
	border: 1px solid #ccc;	
	margin: 20px 10px 0 0;
}

.cat_description h3 {
	width: auto;
	border-bottom: 1px dashed #ccc;
	font-size: 1.4em;
	padding: 5px;
	color: #3e94ad;
	margin: 2px 5px 10px 5px;
}

.cat_description p {
	padding: 10px 10px;
	border: 1px solid #e8e8eb;	
	border-top: none;	
}

.m-details {
	width: auto;
	height: auto;
	font-size: 1.1em;
	padding: 3px 3px 3px 6px;
	border: 1px dashed #ccc;
	text-align: left;
	color: #3e94ad;
	margin: 10px 20px 0 0;
}

.m-details span {
	color: #666;
}


/* EXTRA for EUROPE */
#europe { height: 233px; background: url(../images/flags_03.jpg) right no-repeat #002194; margin: 5px 0 15px 0; }
#europe_l { float: left; width: 240px; height: 225px; padding: 3px 0 3px 3px; }
* html #europe_l { width: 237px; height: 225px; padding: 3px 0 3px 3px; }
	#europe_1_1 { height: 65px; }
#europe_r { float: right; width: 247px; height: 233px; padding: 0px 0px 0px 0; text-align: center; /* border: 1px solid #fff; */}


#europe_txt_1 { font-size: 1.1em; font-weight: bold; color: #fff; letter-spacing: -1px;  }
#europe_txt_2 { font-size: 1.0em; font-weight: bold; color: #f9c80a; }
#europe_menu { padding: 5px 0 5px 7px; height: 92px;}
/*
#europe_menu a, #europe_menu a:visited { display:block; float:left; width: 100px; padding: 5px 0 5px 25px; margin: 0; font-size: 1.0em; font-weight: bold; color: #fff; text-decoration: none; background: url(../images/star_n.gif) left center no-repeat; }
#europe_menu a:hover, #europe_menu a:active { color: #f5c607; text-decoration: none; }
*/
#europe_menu a, #europe_menu a:visited { display:block; width: 200px; padding: 1px 0 2px 10px; margin: 0; font-size: 1.0em; font-weight: bold; color: #fff; text-decoration: none; background: url(../images/star_n.jpg) left center no-repeat; }
#europe_menu a:hover, #europe_menu a:active { color: #f5c607; text-decoration: none; }

#europe_info_1 { font-size: 1.1em; font-weight: bold; color: #f9c80a; padding: 0 0 3px 10px; text-align: right; }
#europe_info_2 { font-size: 1.0em; font-weight: normal; color: #333; padding: 8px 0 0 17px; height: 32px; text-align: left; }
	#europe_info_2 img { border: 1px solid #fff; }
	#europe_info_2 a, #europe_info_2 a:visited, #europe_info_1 a, #europe_info_1 a:visited { color: #f9c80a; text-decoration: none; font-weight: bold; }
	#europe_info_2 a:hover, #europe_info_2 a:active, #europe_info_1 a:hover, #europe_info_1 a:active { color: #f9c80a; text-decoration: underline; font-weight: bold; }


#europe_info_3 { padding: 0px 5px 0 0; text-align: right; font-size: 0.9em; color: #666; }
#europe_info_3 span { cursor: pointer; }


/* =========== MEMBERS EU LIST =============== */

.memberseu { padding: 5px 0; margin: 5px 0; border-bottom: 2px solid #eaeae8; font-size: 1.2em; font-weight: bold; color: #3E94AD; }  

.memberseu-ul {
	width: auto;
	list-style-type: none;
	margin: 0 0 10px 0;
}

.memberseu-ul li {
	list-style-type: none;
	text-align: left;
	margin-bottom: 3px;		
}

* html .memberseu-ul li {height:1%;}

#eulist_scroll { height: 846px; overflow: auto; margin: 5px 0 0 0; }

.memberseu-ul li a, .members-ul li a {
	display: block;
	color: #747474;
	height:1%;
	font-size: .9em;
	background: url(../images/bullet_blue.jpg) left center no-repeat;
	padding: 1px 0 4px 18px;
	border-bottom: 1px solid #eaeae8;
	text-decoration: none;		
}

.memberseu-ul li a:hover, .members-ul li a:active {
	color: #4f5b68;
	font-size: .9em;
	height:1%;
	background: url(../images/bullet_blue.jpg) left center no-repeat;	
	border-bottom: 1px solid #f0d866;
	text-decoration: none;	
}
