﻿/* css */
/*--------------------------------------------------------------------------
body {
    font: normal normal normal 13.5px/1.2em Georgia;
    background: #f6f6f6 url('../gfx/body.png') left top repeat-x;
}*/

/* Subpages */
body.representaions {
    background: #f6f6f6 url('../gfx/body-representations.png') left top repeat-x;
}

/* Subpages */
body {
    background: #f6f6f6 url('../gfx/body-subpages.png') left top repeat-x;
}
/*--------------------------------------------------------------------------*/


/* Common elements... */
/*--------------------------------------------------------------------------*/
a, a:active, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input:focus,
textarea:focus {
    outline: none;
/*    -moz-appearance: textfield;*/
/*    -moz-appearance: none;*/
}
/*--------------------------------------------------------------------------*/


/* Subpages Subheader (Subpages) */
/*--------------------------------------------------------------------------*/
#subpages-subheader {
    background: #fff url('../gfx/sub-pages-photo-bg.png') center center no-repeat;
    width: 1000px;
    height: 270px;
    margin: 0px auto;
    overflow: hidden;
}
#subpages-subheader img {
    display: block;
    margin: 8px 0 0 15px;
}
/*--------------------------------------------------------------------------*/


/* Header */
/*--------------------------------------------------------------------------*/
header {
    width: 1000px;
    background: transparent url('../gfx/header.png') center top no-repeat;
    height: 119px;
    margin: 0px auto;
    overflow: hidden;
}

/* Subpages */
header.representaions {
    background: transparent url('../gfx/header-representations.png') center top no-repeat;
}

/* Subpages */
header.subpages {
    background: transparent url('../gfx/header-subpages.png') center top no-repeat;
}

header ul {
    overflow: hidden;
    margin: 40px 0 0 0;
}

header ul li {
    float: right;
}

header ul li {
    float: right;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
    border-right: 1px solid #cbdbff;
}

header ul li.current {
    border-right: 1px solid #717377;
}

header ul li.current a {
    color: #717377;
}

header ul li.current a:hover {
    color: #828488;
}

header ul li.last-child {
    border-right: none;
}

header nav a,
header nav a:active,
header nav a:visited {
    font-size: 14.5px;
    color: #cbdbff;
}

header nav a:hover {
    color: #dcecff;
}
/*--------------------------------------------------------------------------*/


/* Hightlights (Index) */
/*--------------------------------------------------------------------------*/


#highlights {
    background: transparent url('/site_media/gfx/highlights-v2.png') left top no-repeat;
	width: 984px;
	height: 314px;
	margin: 0px auto 8px auto;
    overflow: hidden;
    padding: 2px;
}

#highlights-left {
    display: inline;
    float: left;
    width: 370px;
    height: 402px;
    overflow: hidden;
}
#highlights-left-news {
    height: 275px;
    overflow: auto;
}
#highlights-left-news h1 {
    font: normal normal bold 22px/28px Arial;
    color: #363c47;
    margin: 40px 0 20px 15px;
    letter-spacing: -0.05em;
}

#highlights-left-news h1 a{
    font: normal normal bold 20px/24px Arial;
    color: #363c47;
    letter-spacing: -0.05em;
}
/*#highlights {
    background: #fff url('../gfx/highlights.png') left top no-repeat;
    width: 980px;
    height: 402px;
    margin: 0px auto 14px auto;
    overflow: hidden;
    padding: 2px;
}

#highlights-left {
    display: inline;
    float: left;
    width: 323px;
    height: 402px;
    overflow: hidden;
}
#highlights-left-news {
    height: 367px;
    overflow: auto;
}
#highlights-left-news h1 {
    font: normal normal bold 22px/28px Arial;
    color: #363c47;
    margin: 40px 0 40px 15px;
    letter-spacing: -0.05em;
}*/

#highlights-left-news p {
    color: #515660;
	margin: 15px 15px 25px 15px;
}

#highlights-left-news p a{
    color: #515660;
	font-weight:normal;
}

#highlights-left-news ul {
    list-style: none;
    margin: 15px;
    padding: 0;
}
#highlights-left-news ul li {
    padding: 6px 0;
}
#highlights-left-news a {
    color: #7CABFF;
    font-size: 14.5px;
}
#highlights-left-news a:hover {
    text-decoration: underline;
}
/*--------------------------------------------------------------------------*/
#hightlights-left-nav {
    height: 35px;
}
#hightlights-left-nav ul,
#representations-main-highlights-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#hightlights-left-nav ul li,
#representations-main-highlights-nav ul li {
    font-family: Arial;
    font-size: 14px;
    float: left;
    width: 25px;
    text-align: center;
    padding: 10px 0 0 0;
}
#hightlights-left-nav ul li a,
#representations-main-highlights-nav ul li a {
    color: #363c47;
}
#hightlights-left-nav ul li.first-child,
#representations-main-highlights-nav ul li.first-child {
    margin: 0 0 0 10px;
}
#hightlights-left-nav ul li.current {
    background: transparent url('../gfx/hightlights-left-nav-current.png') center top no-repeat;
}
#representations-main-highlights-nav ul li.current {
    background: transparent url('../gfx/representations-main-highlights-nav-current.png') center top no-repeat;
}

#hightlights-left-nav ul li.current a,
#representations-main-highlights-nav ul li.current a {
    color: #ababab;
}
/*--------------------------------------------------------------------------*/
#highlights-right {
    display: inline;
    float: left;
    background: #fff;
    width: 600px;
    height: 300px;
    margin: 4px 0 0 4px;
}



/*#highlights-right {
    display: inline;
    float: left;
    background: #fff;
    width: 647px;
    height: 392px;
    margin: 4px 0 0 4px;
}*/
#highlights-right img {
    display: block;
}
/*--------------------------------------------------------------------------*/


/* Representations (Representations) */
/*--------------------------------------------------------------------------*/
#sub-header {
    background: transparent url('../gfx/representations-photo-bg.png') left top no-repeat;
    width: 1000px;
    height: 270px;
    margin: 0px auto;
    overflow: hidden;
}
.sub-header-photo {
    width: 970px;
    height: 241px;
    background: #000;
    margin: 8px 0 0 15px;
}
.rep-mostar {
    background: transparent url('../images/representation-photos/mostar-photo.jpg') left top no-repeat;
}

#sub-header-titling {
    background: transparent url('../gfx/1pxt.png');
    display: inline;
    float: left;
    padding: 10px 40px 10px 50px;
    margin: 100px 0 0 0;
}
#sub-header-titling h1 {
    font: normal normal bold 30px/34px Arial;
    letter-spacing: -0.05em;
    color: #363C47;
    text-shadow: 0 1px 0 #fff;
}
#sub-header-titling h2 {
    font: normal normal bold 30px/34px "Arial Black";
    letter-spacing: -0.05em;
    color: #171717;
    text-shadow: 0 1px 0 #fff;
}
/*--------------------------------------------------------------------------*/


/* Middle Menu (Index)*/
/*--------------------------------------------------------------------------*/
#middle-menu {
    width: 100%;
    height: 74px;
    overflow: hidden;
}
#middle-menu a {
    font-size: 16px;
    color: #707D9F;
}
#middle-menu a:hover {
    text-decoration: underline;
}

#middle-menu div {
    width: 980px;
    /*background: transparent url('../gfx/middle-menu-line.png') left top repeat-x;*/
    margin: 0px auto;
    text-align: center;
}
#middle-menu div.representations {
    background-image: url('../gfx/representations-middle-menu.png');
}

/* representations-middle-menu */
#middle-menu div span {
    padding: 34px 15px 0 0;
    background: transparent url('../gfx/middle-menu-item-seperator.png') right top no-repeat;
    display: inline-block;
    height: 20px;
    /* Internet explorer hack --- */
    zoom:1;
    *display: inline;
    _height: 20px;
    /* Internet explorer hack --- */
}
#middle-menu div span.last-child {
    background: none;
    padding-right: 0px;
}
#middle-menu div span.current a {
    color: #B9BABA;
}
/*--------------------------------------------------------------------------*/


/* Main (Index) */
/*--------------------------------------------------------------------------*/
#main {
    width: 980px;
    background: transparent url('../gfx/main.png') left top repeat-y;
    margin: 0px auto;
    overflow: hidden;
}
/* Subpages */
.main-subpages {
    background: transparent url('../gfx/main-subpages.png') left top repeat-y !important;
}
/*--------------------------------------------------------------------------*/


/* Left Column (Index) */
/*--------------------------------------------------------------------------*/
#main-left {
    width: 250px;
    display: inline;
    float: left;
}
#main-left-search-form {
    background: #F3F3F3;
    margin: 0;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #DBDBDB;
}
#main-left-search-form #query {
    width: 170px;
    font-family: Arial;
    font-size: 14px;
}
#main-left-search-form p {
    padding: 0 10px 0 10px;
}
#main-left-search-form span {
    margin-left: 10px;
}
/*--------------------------------------------------------------------------*/


/* Left Column (Representations) */
/*--------------------------------------------------------------------------*/
#representaion-info {
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #DBDBDB;
    font-size: 14px;
    color: #656A72;
    line-height: 1.4em;
    background: transparent url('../gfx/content-vignette-info.png') left top no-repeat;
}
#representaion-info address {
    margin: 0 0 10px 0;
}
#representaion-info h1 {
    margin: 0 0 5px 0;
    color: #363C47;
}
#representaion-info p {
    margin: 0 0 10px 0;
}
#representaion-info-showin-map,
#representaion-info-print {
    text-align: right;
}
#representaion-info-showin-map {
    height: 22px;
    background: transparent url('../gfx/icon-show-on-map.png') 90px center no-repeat;
}
#representaion-info-print {
    height: 22px;
    background: transparent url('../gfx/icon-print.png') 154px center no-repeat;
}
#representaion-info a {
    color: #273E74;
}
#representaion-info a:hover {
    text-decoration: underline;
}

#representaion-other-reps {
    overflow: hidden;
    margin: 0 0 20px 0;
}
#representaion-other-reps h1 {
    font: normal normal bold 14px/14px Arial;
    margin: 15px 15px 5px 15px;
}
#representaion-other-reps h2 {
    font: italic normal normal 12px/14px Georgia;
    margin: 0 0 5px 25px;
}
#representaion-other-reps ul {
    list-style: none;
    margin: 0 0 15px 25px;
    padding: 0;
}
#representaion-other-reps ul li {
}
#representaion-other-reps ul a,
#representaion-other-reps ul a:active,
#representaion-other-reps ul a:visited {
    font-size: 11px;
    color: #363C47;
}
/*--------------------------------------------------------------------------*/


/* Left Column Quick Filter (Index) */
/*--------------------------------------------------------------------------*/
#main-left-quick-filter {
    border-top: 1px solid #ECECEC;
    overflow: hidden;
}
#main-left-quick-filter h1 {
    font-family: Arial;
    font-size: 15px;
    color: #363c47;
    margin: 15px 10px 15px 10px;
}

#main-left-quick-filter-wrapper {
    overflow: hidden;
    background: transparent url('../gfx/main-left-quick-filter-query.png') left top no-repeat;
    height: 59px;
}
#main-left-quick-filter-wrapper input.placeholder {
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
}
#main-left-quick-filter-wrapper input.placeholder:focus {
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
}
#main-left-quick-filter-wrapper p {
    margin: 15px 0 0 0;
}
#main-left-quick-filter-query {
    margin: 0 0 0 14px;
    width: 218px;
    border: none;
    height: 20px;
}

#main-left-quick-filter-list {
    font-family: Georgia;
    font-size: 13px;
    height: 100px;
    overflow: hidden;
    padding: 0 10px 0 15px;
}
#main-left-quick-filter-list dl {
    margin: 0 0 5px 0;
}
#main-left-quick-filter-list dl a,
#main-left-quick-filter-list dl a:active,
#main-left-quick-filter-list dl a:visited {
    color: #555;
}
#main-left-quick-filter-list dt {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #000;
}
#main-left-quick-filter-list dd {
    margin: 0 0 0 15px;
}

#main-left-quick-filter-button-up {
    cursor: pointer;
    width: 100%;
    height: 22px;
    background: transparent url('../gfx/main-left-quick-filter-button-up.png') left top no-repeat;
}
#main-left-quick-filter-button-down {
    cursor: pointer;
    width: 100%;
    height: 22px;
    background: transparent url('../gfx/main-left-quick-filter-button-down.png') left top no-repeat;
}

#main-left-quick-filter-button-up:hover,
#main-left-quick-filter-button-down:hover {
    background-position: 0 -22px;
}
#main-left-quick-filter-button-up:active,
#main-left-quick-filter-button-down:active {
    background-position: 0 -44px;
}

#main-left-quick-filter-show-all {
    margin: 0 0 20px 10px;
}
#main-left-quick-filter-show-all a {
    font-family: Arial;
    color: #273E74;
}
/*--------------------------------------------------------------------------*/


/* Left Column Subpages Vertical Menu (Subpages) */
/*--------------------------------------------------------------------------*/
#main-left-subpages-menu {
    background: #F3F3F3;
    font-size: 15px;
    border-bottom: 1px solid #DBDBDB;
}
#main-left-subpages-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#main-left-subpages-menu ul li {
    padding: 15px 15px 0 15px;
}
#main-left-subpages-menu ul li.current {
    background: transparent url('../gfx/sub-pages-menu-current.png') right center no-repeat;
}
#main-left-subpages-menu ul li.current a {
    color: #A5A6A7;
}
#main-left-subpages-menu ul li.last-child a {
    background: none;
}
#main-left-subpages-menu ul li a {
    display: block;
    color: #273E74;
    background: transparent url('../gfx/sub-pages-menu-seperator.png') center bottom no-repeat;
    padding: 0 0 15px 0;
}
/* Insert: 07 Temmuz 2011, Perşembe , 09:13 */
#main-left-subpages-menu ul li a:hover {
    text-decoration: underline;
}
/*--------------------------------------------------------------------------*/


/* Left Column (Index) */
/*--------------------------------------------------------------------------*/
#main-left-ataturk {
    margin: 0 0 0px 0;
}
/* Subpages */
#main-left-subpages-ataturk {
    background: #f3f3f3;
    padding: 30px 0 40px 0;
}
/*--------------------------------------------------------------------------*/


/* Left Column (Subpages) */
/*--------------------------------------------------------------------------*/
#main-left-follow-ministry {
    background: #F3F3F3;
}
#main-left-follow-ministry p {
    margin: 0 0 0 20px;
    font-style: italic;
    font-size: 14px;
}
#main-left-follow-ministry-social-links {
    height: 64px;
    overflow: hidden;
    margin: 0;
    padding: 0 0 30px 0;
}
#main-left-follow-ministry-social-links a {
    display: inline;
    float: left;
    margin: 16px 0px 0 16px;
    width: 34px;
    height: 34px;
    cursor: pointer;
}
/*--------------------------------------------------------------------------*/


/* Other Menu (With Icon...) */
/*--------------------------------------------------------------------------*/
#main-left-menu {
    overflow: hidden;
}
#main-left-menu dl {
    overflow: hidden;
    padding: 5px 0 5px 0;
    background: #eaeaea url('../gfx/main-left-whiteline.png') center 90% no-repeat;
}
#main-left-menu dt {
    display: inline;
    float: left;
    width: 56px;
    text-align: center;
}
#main-left-menu dd {
    display: inline;
    float: left;
    margin: 5px 0 0 0;
}
#main-left-menu a {
    font-family: Georgia;
    font-size: 14px;
    font-style: italic;
    color: #273e74;
}
#main-left-menu a:hover {
    text-decoration: underline;
}
#main-left-menu dl.first-child {
    padding: 0;
    height: 50px;
    background: #f3f3f3 url('../gfx/main-left-menu-first-child.png') left top repeat-x;
    border-bottom: 1px solid #c8c8c8;
}
#main-left-menu dl.first-child dt img {
    margin: 14px 0 0 0;
}
#main-left-menu dl.first-child dd {
    margin: 18px 0 0 0;
}

#main-left-menu dl.last-child {
    border-bottom: 3px solid #f3f3f3;
    background-image: none;
    padding: 0 0 20px 0;
}
/*--------------------------------------------------------------------------*/


/* Middle Area (Index) [Rss thing...] */
/*--------------------------------------------------------------------------*/
#main-middle {
    width: 345px;
    display: inline;
    float: left;
    margin: 0 0 0 20px;
}

#main-middle-ministry-announcements {
    margin: 20px 0 0 0;
}

#main-middle-ministry-announcements,
#main-middle-announcements,
#main-right-article {
    background: transparent url('../gfx/main-middle-rss.png') right 2px no-repeat;
}
#main-middle-ministry-announcements h2,
#main-middle-announcements h2,
#main-right-article h2 {
    font: normal normal bold 15px/20px Arial;
    color: #000;
    background: transparent url('../gfx/1px.png') left 12px repeat-x;
    width: 94%;
    margin: 0 0 15px 0;
}
#main-middle-ministry-announcements h2 span,
#main-middle-announcements h2 span,
#main-right-article h2 span {
    background: #F9F9F9;
    padding: 0 5px 0 0;
}
#main-middle-ministry-announcements a,
#main-middle-announcements a,
#main-right-article a {
    font-size: 14px;
    font-family: Arial;
    color: #363c47;
}
#main-middle-ministry-announcements a:hover,
#main-middle-announcements a:hover,
#main-right-article a:hover {
    text-decoration: underline;
}
#main-middle-ministry-announcements p,
#main-middle-announcements p {
    padding: 0 0 22px 0;
    border-bottom: 1px solid #bec0c3;
    margin: 0 0 16px 0;
}
#main-right-article p {
    margin: 0 0 16px 0;
    font: normal normal normal 14px/16px Arial;
}
#main-right-article p.last-child {
    border-bottom: 1px solid #bec0c3;
    padding: 0 0 22px 0;
}
#main-middle-ministry-announcements p.last-child {
    margin: 0 0 40px 0;
}
#main-middle-ministry-announcements p span {
    font-family: Arial;
    font-size: 12px;
    color: #6f6f6f;
    display: block;
    text-align: right;
}
/*--------------------------------------------------------------------------*/


/* General Static Page... */
/*--------------------------------------------------------------------------*/
#main-static-page {
    display: inline;
    float: left;
    overflow: hidden;
    margin: 20px 0 0 20px;
    width: 695px; /* -15 */
    padding: 0 15px 0 0;
}
#main-static-page h1 {
    font: normal bold normal 24px Arial;
    color: #363c47;
    letter-spacing: -0.05em;
    margin: 0 0 20px 0;
}
#main-static-page h2 {
/*    font: normal normal normal 30px Arial;*/
    font: normal normal normal 24px/24px Arial;
    color: #363c47;
    letter-spacing: -0.05em;
/*    margin: 0 0 20px 0;*/
    margin: 0 0 5px 0;
}
#main-static-page h3 {
    font: normal normal bold 18px/22px Arial;
    color: #363c47;
}
#main-static-page h3.author {
    margin: 0 0 30px 0;
}
#main-static-page .info {
    background: transparent url('../gfx/content-vignette-info.png') left top no-repeat;
    padding: 0 0 40px 80px;
    font: normal normal normal 14px/22px Georgia;
}
#main-static-page .info p {

}
p.floated-single-link-right {
    text-align: right;
}
p.floated-single-link-right a,
p.floated-single-link-right a:active,
p.floated-single-link-right a:visited {
    color: #273e74;
}
p.floated-single-link-right a:hover {
    text-decoration: underline;
}
.bottom-border-redish {
    border-bottom: 1px solid #F0001E;
}
.bottom-border-blackish {
    border-bottom: 1px solid #363C47;
}
.block {
    overflow: hidden;
}
.block a {
    color: #273e74;
}
.block p {
/*    background: #ff0;*/
    margin: 0 0 10px 0;
/*    font: normal normal normal 15px/22px Georgia;*/
    font-size: 15px;
    line-height: 22px;
}
/*--------------------------------------------------------------------------*/


/* Thumbnail Gallery (Subpage) */
/*--------------------------------------------------------------------------*/
.mini-thumb-gallery {

}
/* 174*4 */
.mini-thumb-gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 696px;
    margin: 20px auto;
    overflow: hidden;
}
.mini-thumb-gallery ul li {
    width: 154px;
    height: 150px;
    background: transparent url('../gfx/content-mini-thumbs-frame.png') center center no-repeat;
    float: left;
    text-align: center;
}
.mini-thumb-gallery ul li img {
    margin: 10px;
}
/*--------------------------------------------------------------------------*/

/* Static Page (Subpage) */
/*--------------------------------------------------------------------------*/
.ministers-quote {
    background: transparent url('../gfx/content-vignette-quote.png') left top no-repeat;
    font: normal normal normal 14px/22px Georgia;
    min-height: 131px;
    padding: 0 0 0 80px;
    margin: 20px 0 0 0;
}
.ministers-quote p {
    margin: 0 0 20px 0;
}
/*--------------------------------------------------------------------------*/
.book-info {
    margin: 50px 0 0 0;
}
.book-info p {
    margin: 0 0 30px 0;
    line-height: 1.5em;
}
img.vignette-float-left {
    display: inline;
    float: left;
    margin: 0 10px 10px 0;
}
/*--------------------------------------------------------------------------*/

/* Right Column (Index) */
/*--------------------------------------------------------------------------*/
#main-right {
    width: 345px;
    display: inline;
    float: left;
/*    background: #99f;*/
    margin: 0 0 0 20px;
}
/*--------------------------------------------------------------------------*/
#main-right-minister-quote {
    height: 165px;
    background: transparent url('../gfx/main-right-minister-quote-mc.png') left bottom no-repeat;
    overflow: hidden;
    margin: 0 0 30px 0;
}
#main-right-minister-quote p {
    color: #363c47;
    font-family: Georgia;
    font-size: 14px;
    font-style: italic;
    width: 194px;
    height: 90px;
    margin: 16px 0 0 140px;
}
#main-right-turkey-unsc {
    height: 156px;
    background: transparent url('../gfx/main-right-turkey-unsc.png') left top no-repeat;
    overflow: hidden;
    margin: -35px 0 15px 0;
}
#main-right-turkey-unsc p {
    color: #363c47;
    font-family: Georgia;
    font-size: 14px;
    font-style: italic;
    width: 194px;
    height: 90px;
    margin: 16px 0 0 140px;
}
#main-right-minister-twitter {
    background: transparent url('../gfx/main-right-minister-twitter.png') left top no-repeat;
    overflow: hidden;
    margin: -30px 0 0px 0;
}
#main-right-minister-twitter p {
    color: #FFFFFF;
    font-family: Georgia;
    font-size: 14px;
    font-style: italic;
    height: 50px;
	text-align:right;
	margin-right:20px;

}
#main-right-minister-twitter p a{
color: #AEB7CC;
}

/*--------------------------------------------------------------------------*/


/* Right Column (Representations)*/
/*--------------------------------------------------------------------------*/
#representations-main-highlights {
    background: #F2F2F2;
    overflow: hidden;
    margin: 0 0 30px 0;
    min-height: 420px;
}
#representations-main-highlights-photo {
    display: block;
    min-height: 208px;
}
#representations-main-highlights h1 {
    font: normal normal bold 15px/18px Arial;
    padding: 15px;
}
#representations-main-highlights p {
    margin: 15px;
}
#representations-main-highlights-nav {
    height: 35px;
    background: #fff url('../gfx/representations-main-highlights-nav.png') left top no-repeat;
}
/*--------------------------------------------------------------------------*/


/* Right Column (Index) */
/*--------------------------------------------------------------------------*/
#main-right-tweets {
    overflow: hidden;
}
#main-right-tweets-line {
    height: 26px;
    background: #e7e7e7 url('../gfx/main-right-tweets-line-bird.png') 20px center no-repeat;
    padding: 8px 0 0 60px;
    font-family: Georgia;
    font-style: italic;
    font-size: 15px;
    color: #363c47;
    overflow: hidden;
}
#main-right-tweets-line a {
    font-style: normal;
    font-size: 14px;
    color: #3a5699;
    font-family: Arial;
}

#main-right-tweets-latest {
    background: #f2f2f2 url('../gfx/main-right-tweets-latest.png') left top no-repeat;
    color: #2c2c2c;
    font-family: Georgia;
    font-size: 13px;
    overflow: hidden;
}
#main-right-tweets-latest p {
    margin: 0 20px 10px 30px;
}
#main-right-tweets-latest p.first-child {
    margin-top: 24px;
}
#main-right-tweets-latest p span {
    display: block;
    text-align: right;
    color: #999;
    font-size: 12px;
    font-family: Arial;
}
/*--------------------------------------------------------------------------*/


/* Right Column (Index) */
/*--------------------------------------------------------------------------*/
#main-right-social-links {
    height: 64px;
    overflow: hidden;
    background: #eaeaea;
    margin: 0 0 10px 0;
}
#main-right-social-links a {
    display: inline;
    float: right;
    margin: 16px 16px 0 0;
    width: 34px;
    height: 34px;
    cursor: pointer;
}
/* General usage... */
a#main-right-social-links-facebook {
    background: transparent url('../gfx/main-right-social-links-facebook.png') left top no-repeat;
}
a#main-right-social-links-rss {
    background: transparent url('../gfx/main-right-social-links-rss.png') left top no-repeat;
}
a#main-right-social-links-youtube {
    background: transparent url('../gfx/main-right-social-links-youtube.png') left top no-repeat;
}
a#main-right-social-links-twitter {
    background: transparent url('../gfx/main-right-social-links-twitter.png') left top no-repeat;
}
a#main-right-social-links-flickr {
    background: transparent url('../gfx/main-right-social-links-flickr.png') left top no-repeat;
}
a#main-right-social-links-foursquare {
    background: transparent url('../gfx/main-right-social-links-foursquare.png') left top no-repeat;
}
/*--------------------------------------------------------------------------*/


/* Footer */
/*--------------------------------------------------------------------------*/
footer {
    width: 100%;
    overflow: hidden;
    background: #D8D9DA url('../gfx/footer.png') left top repeat-x;
}

footer.subpages {
    background: none;
    background-color: #D8D9DA;
    padding: 40px 0 0 0;
    border-top: 8px solid #EAEAEA;
}
/*--------------------------------------------------------------------------*/


/* Index only... */
/*--------------------------------------------------------------------------*/
#slider-and-gallery {
    width: 980px;
    height: 204px;
    margin: 0px auto 40px auto;
    overflow: hidden;
}
/*--------------------------------------------------------------------------*/
#slider-and-gallery-slider {
    width: 955px;
    display: inline;
    float: left;
    margin: 25px 0 0 0;
}
/* jCarousel -------------------------------------------------------------- */
.jcarousel-skin-tango .jcarousel-container {
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 930px;
    padding: 0 0 0 40px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  884px;
    height: 160px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 147px;
    height: 150px;
    padding: 10px 0 0 0;
    text-align: center;
}
.jcarousel-skin-tango .jcarousel-item p {
    margin: 0 0 0px 0;
}
.jcarousel-skin-tango .jcarousel-item a {
    font-style: italic;
    font-size: 12px;
    color: #363C47;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
}

.jcarousel-skin-tango .jcarousel-item-horizontal img {
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 160px;
    cursor: pointer;
    background: transparent url('../gfx/prev-horizontal.png') left top no-repeat;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 160px;
    cursor: pointer;
    background: transparent url('../gfx/next-horizontal.png') left top no-repeat;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active,
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: 0 -160px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -320px;
}

/* jCarousel -------------------------------------------------------------- */
/*--------------------------------------------------------------------------*/
#slider-and-gallery-gallery {
    display: inline;
    float: right;
    margin: 30px 0 0 0;
}

#slider-and-gallery-gallery-photo {
    display: inline;
    float: left;
    width: 180px;
    text-align: center;
}
#slider-and-gallery-gallery-video {
    display: inline;
    float: left;
    width: 150px;
    text-align: center;
    margin: 18px 0 0 20px;
}

#slider-and-gallery-gallery-photo a,
#slider-and-gallery-gallery-video a {
    font-style: italic;
    color: #273E74;
}
#slider-and-gallery-gallery-photo a:hover,
#slider-and-gallery-gallery-video a:hover {
    text-decoration: underline;
}
/*--------------------------------------------------------------------------*/


/* General Footer */
/*--------------------------------------------------------------------------*/
#links-area {
    width: 992px;
    margin: 0px auto 40px auto;
    overflow: hidden;
}

#links-area strong {
    font-family: Arial;
    font-size: 11px;
}

#links-area a {
    font-size: 11px;
    color: #61666E;
/*    line-height: 20px;*/
}
#links-area a:hover {
    color: #83888f;
}

#links-area ul {
    width: 130px;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 10px 0 0;
    display: inline;
    float: left;
    border-right: 1px solid #C4C5C6;
    border-left: 1px solid #E8E8E8;
	text-indent: 0px;
}
#links-area ul.first-child {
    border-left: none;
	text-indent: 0px;
	
}
#links-area ul.first-child li {
    padding: 0px;
	text-indent: 0px;
}

#links-area ul.last-child {
    border-right: none;
}
#links-area ul.last-child li {
}

#links-area ul li {
    padding: 2px 0 0 10px;
    margin: 0 0 5px 0;
	list-style: none outside; 
}

/*--------------------------------------------------------------------------*/


/* Last item of the page */
/*--------------------------------------------------------------------------*/
#footer-tag-line {
    text-align: center;
    margin: 50px 0;
    color: #A2A3A3;
    font-size: 12px;
}
/*--------------------------------------------------------------------------*/

/* 05 Temmuz 2011, Salı , 17:02 */
/*--------------------------------------------------------------------------*/
#fp-meeting-calendar {
/*    background: #ff0;*/
    overflow: hidden;
}
#fp-meeting-calendar dl {
    overflow: hidden;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px 0;
}
#fp-meeting-calendar dl.last-child {
    border: none;
    padding: 0;
    margin: 0;
}
#fp-meeting-calendar dt {
    display: inline;
    float: left;
    width: 87px;
    height: 94px;
    background: transparent url('../gfx/date-bg.png') left top no-repeat;
    margin: 0 20px 0 0;
    text-align: center;
    font-family: Georgia;
    font-style: italic;
}
#fp-meeting-calendar dt strong {
    display: block;
    text-align: center;
    font: normal normal normal 26px/28px Arial;
    letter-spacing: -1px;
    margin: 15px 0 0 0;
}
#fp-meeting-calendar dd {
    display: inline;
    float: left;
/*    background: #0f0;*/
    width: 588px;
    line-height: 1.3em;
    font-size: 15px;
    color: #616161;
}

#foreign-reps-search {
    width: 674px;
    height: 92px;
    background: transparent url('../gfx/ministry-foreign-reps-search-bg.png') left top no-repeat;
    margin: 0 0 60px 0;
    overflow: hidden;
}
#foreign-reps-search-form-query {
    width: 580px;
    font-family: Georgia;
    font-style: italic;
}
#foreign-reps-search-form-query-wrapper {
    margin: 22px 0 0 43px;
}
#foreign-reps-search-form-letters {
    margin: 15px 0 0 43px;
}
#foreign-reps-search-form-letters a {
    font-family: Arial;
    color: #fff;
    margin: 0 8px 0 0;
}
/*--------------------------------------------------------------------------*/

/* 06 Temmuz 2011, Çarşamba , 15:27 */
/*--------------------------------------------------------------------------*/
#ministry-protocol-search {
    width: 674px;
    height: 92px;
    background: transparent url('../gfx/ministry-protocol-search-bg.png') left top no-repeat;
    margin: 0 0 60px 0;
    overflow: hidden;
}
#ministry-protocol-search-form-query {
    width: 580px;
    font-family: Georgia;
    font-style: italic;
}
#ministry-protocol-search-form-query-wrapper {
    margin: 22px 0 0 43px;
}
#ministry-protocol-search-form-letters {
    margin: 15px 0 0 43px;
}
#ministry-protocol-search-form-letters a {
    font-family: Arial;
    color: #fff;
    margin: 0 8px 0 0;
}

#ministry-national-days {
    overflow: hidden;
}

#ministry-national-days-calendar {
    display: inline;
    float: left;
}

#ministry-national-days-calendar dl {
    overflow: hidden;
    margin: 0 0 20px 0;
}

#ministry-national-days-calendar dt {
    display: inline;
    float: left;
    font: italic normal normal 14px/28px Georgia;
    margin: 0 20px 0 0;
    color: #616161;
}
#ministry-national-days-calendar dt span {
    font: normal normal normal 28px/28px Arial;
    color: #2E3748;
    display: block;
    width: 44px;
    float: left;
}

#ministry-national-days-calendar dd {
    display: inline;
    float: left;
    padding: 5px 0 5px 20px;
    border-left: 1px solid #000;
    color: #343B48;
}

#ministry-national-days-info {
    width: 200px;
    padding: 20px 0 0 80px;
    height: 157px;
    display: inline;
    float: right;
    background: transparent url('../gfx/content-vignette-info.png') left top no-repeat;
}
#ministry-national-days-info a {
    color: #223777;
    font-size: 15px;
}

#main-static-page h3 {
    font: normal normal normal 24px/28px Arial;
    background: transparent url('../gfx/1px.png') left 16px repeat-x;
    width: 97%;
}

#main-static-page h3 span {
    background: #F9F9FA;
    padding: 0 5px 0 0;
}

#main-static-page .rss-bgimg {
    background: transparent url('../gfx/main-middle-rss.png') right center no-repeat;
    overflow: hidden;
}

#main-static-page .rss-bgimg-h {
    background: transparent url('../gfx/main-middle-rss.png') right 10px no-repeat;
    overflow: hidden;
}

#main-static-page .rss-bgimg-h h1 {
    background: transparent url('../gfx/1px.png') left 20px repeat-x;
    width: 97%;
}

#main-static-page .rss-bgimg-h h1 span {
    background: #F9F9FA;
    padding: 0 5px 0 0;
}

ul.address-announcment-list {
    margin: 15px 0 50px 0;
    padding: 0;
    list-style: none;
    font-family: Arial;
    overflow: hidden;
}

ul.address-announcment-list li {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #BEC0C3;
    color: #223777;
    text-align: right;
}

ul.address-announcment-list li p {
    text-align: left;
}

ul.address-announcment-list li a {
    color: #223777;
}

.pagination-nav {
    background: #DCDDDE;
    text-align: center;
    font-family: Arial;
    overflow: hidden;
    padding: 10px 0;
    cursor: pointer;
}

/*
    inactive= background-position: left 0px; (no more page to navigate)
    active= background-position: left -12px;
*/
.pagination-nav div.first {
    width: 10px;
    height: 12px;
    background: transparent url('../gfx/paging-ico-first.png') left 0px no-repeat;
    display: inline;
    float: left;
    margin: 4px 8px 0 100px;
}
.pagination-nav div.first:hover {
    background-position: left -24px;
}


.pagination-nav div.previous {
    width: 10px;
    height: 12px;
    background: transparent url('../gfx/paging-ico-prev.png') left 0px no-repeat;
    display: inline;
    float: left;
    margin: 4px 0 0 0;
}
.pagination-nav div.previous:hover {
    background-position: left -24px;
}


.pagination-nav div.next {
    width: 10px;
    height: 12px;
    background: transparent url('../gfx/paging-ico-next.png') left 0px no-repeat;
    display: inline;
    float: left;
    margin: 4px 8px 0 0;
}
.pagination-nav div.next:hover {
    background-position: left -24px;
}


.pagination-nav div.last {
    width: 10px;
    height: 12px;
    background: transparent url('../gfx/paging-ico-last.png') left 0px no-repeat;
    display: inline;
    float: left;
    margin: 4px 0 0 0;
}
.pagination-nav div.last:hover {
    background-position: left -24px;
}

.pagination-nav div.pages {
    display: inline;
    float: left;
    width: 400px;
}

.pagination-nav div.pages span {
    padding: 0 10px;
}

.pagination-nav div.pages span a {
    font-size: 11px;
}

/* address detail */
#main-static-page h4 {
    font: normal normal normal 17px/18px Arial;
    color: #8F8F8F;
    border-bottom: 1px solid #D7D8D8;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}
#main-static-page h4 span {
    color: #223777;
}

#post-details {
    font: normal normal normal 15px/22px Georgia;
    overflow: hidden;
    margin: 0px 0 10px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #D7D8D8;
}
#post-details p {
    margin: 0 0 20px 0;
}
#post-details h2 {
    font-size: 24px;
    margin: 0 0 0 0;
}

#post-related {
    background: #E8E8E8;
    margin: 0px 0 50px 0;
    padding: 20px;
    overflow: hidden;
}
#post-related h6 {
    font: italic normal normal 15px/18px Georgia;
    color: #000;
    margin: 0 0 20px 0;
}
#post-related ul {
    list-style: none;
    margin: 0 0 15px 15px;
    padding: 0;
}
#post-related a {
    color: #263A73;
    font-size: 15px;
}
#post-related ul li {
    border-bottom: 1px solid #fff;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
#post-related p {
    text-align: right;
}

ul.alternative-list {
    list-style: none;
    margin: 0 0 80px 0;
    padding: 0;
}
ul.alternative-list li {
/*    height: 32px;*/
    padding: 8px 0;
    height: 16px;
    background: transparent url('../gfx/alternative-menu-bg-tile.png') left top repeat-x;
}
ul.alternative-list li a {
    font-size: 15px;
    color: #223777;
    display: block;
    padding: 0 0 0 30px;
}
ul.alternative-list li.current a {
    color: #B9B9B9;
    background: transparent url('../gfx/alternative-menu-current-icon.png') left center no-repeat;
}
/*--------------------------------------------------------------------------*/

/* 07 Temmuz 2011, Perşembe , 09:48 */
/*--------------------------------------------------------------------------*/
#dt-wrapper {
    padding: 0 0 100px 0;
}
/*--------------------------------------------------------------------------*/

/* 07 Temmuz 2011, Perşembe , 20:07 */
/*--------------------------------------------------------------------------*/
#library-search {
    background: transparent url('../gfx/library-search-bg.png') left top no-repeat;
    width: 674px;
    height: 92px;
    overflow: hidden;
    margin: 0 0 80px 0;
}
#library-search-form-query-wrapper {
    margin: 20px 0 0 38px;
}
#library-search-form-query {
    width: 534px;
    font-family: Georgia;
    font-style: italic;
}
#library-search-form-query-wrapper span {
    margin: 0 0 0 20px;
}
#library-search-form-detailed-search-link {
    text-align: right;
    margin: 10px 0 0 0;
    padding: 0 20px 0 0;
}
#library-search-form-detailed-search-link a {
    font-family: Arial;
    color: #fff;
    font-size: 13px;
}

.mb-25 {
    margin: 0 0 25px 0 !important;
}
.mb-50 {
    margin: 0 0 50px 0 !important;
}
.mb-100 {
    margin: 0 0 100px 0 !important;
}
/*--------------------------------------------------------------------------*/

/* 08 Temmuz 2011, Cuma , 10:57 */
/*--------------------------------------------------------------------------*/
#martyr-list {
/*    background: #ff0;*/
    font-size: 15px;
    width: 100%;
}
#martyr-list tr {
}
#martyr-list tr:hover {
    background: #eee;
}
#martyr-list tr.fancypop {
    cursor: pointer;
}
#martyr-list tr.fancypop:hover {
    background: #eee;
}
#martyr-list tr.even {
    background: #fff;
}
#martyr-list td {
    padding: 10px 0;
}
#martyr-list td.i {
    width: 36px;
    text-align: center;
}
#martyr-list td.n {
    width: 238px;
}
#martyr-list td.bd {
    width: 166px;
    font-family: Arial;
    color: #404145;
}
#martyr-list td.j {
    width: 118px;
    font-style: italic;
}

#representaion-mission-chief {
    background: #EAEAEA;
    overflow: hidden;
}
#representaion-mission-chief h1 {
    color: #363C47;
    font: normal normal bold 16px/22px Arial;
    margin: 10px 0 0 0 ;
}
#representaion-mission-chief h2 {
    color: #363C47;
    font: italic normal normal 14px/14px Georgia;
    margin: 0 0 20px 0;
}
#representaion-mission-chief p {
    margin: 0 0 5px 0;
}
#representaion-mission-chief img {
    display: inline;
    float: left;
    margin: 10px;
}

blockquote.general {
    background: #ddd url('../gfx/content-vignette-info.png') left top no-repeat;
    padding: 20px 20px 20px 80px;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #ccc;
}
blockquote.general p {
    margin: 0;
    font: normal normal normal 18px/22px Arial;
}
strong.number {
    font-family: Arial;
}
em {
    font-style: italic;
}

img.inner-vignette-right {
    display: inline;
    float: right;
    margin: 0 0 10px 10px;
    background: #eee;
    padding: 10px;
    border: 3px solid #ccc;
}

div.ender {
    overflow: hidden;
    height: 100px;
}

.gallery-row {
    margin: 10px 0;
    padding: 10px 0;
}
.gallery-row ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.gallery-row li {
    width: 150px;
    height: 150px;
    display: inline;
    float: left;
    background: transparent url('../gfx/content-mini-thumbs-frame.png') center center;
    margin: 0 20px 0 0;
}

.gallery-row li:first-child {
    margin-left: 20px;
}

.gallery-row li:last-child {
    margin-right: 0px;
}
.gallery-row li p {
    margin: 10px;
    width: 100%;
    height: 100%;
}
.gallery-row ul.videos li p {
    overflow: hidden;
    background-position: left top;
    background-repeat: no-repeat;
}
.gallery-row ul.videos li img {
    display: block;
    margin: 41px;
}
/*--------------------------------------------------------------------------*/

/* 10 Temmuz 2011, Pazar , 22:35 */
/*--------------------------------------------------------------------------*/
#gallery-other-galleries {
    background: #eee;
    padding: 15px;
}
#gallery-other-galleries ul {
    list-style: none;
    margin: 0;
}

#gallery-other-galleries li p {
    margin: 0;
}

#gallery-other-galleries ul li {
    padding: 2px 0;
    margin: 5px 0;
    font-size: 12px;
    font-family: Arial;
    color: #555;
}
#gallery-other-galleries a {
    font-size: 15px;
}

#generic-search-form-wrapper {
    background: #ddd;
    padding: 20px 20px 0 20px;
    margin: 0 0 30px 0;
    border-bottom: 2px solid #888;
}
#generic-search-form-wrapper p {
    font-family: Georgia;
    font-style: italic;
    color: #888;
}
#generic-search-form-query {
    width: 300px;
    font: italic normal normal 12px/14px Georgia;
}
#generic-search-form-query:focus {
    font-family: Arial;
    font-style: normal;
}
#generic-search-form-wrapper p span {
    margin: 0 0 0 20px;
}
#generic-search-form-wrapper .gf {
    font: normal normal normal 14px/14px Arial;
}

#visa-info-search-form-wrapper {
    width: 674px;
    height: 92px;
    background: transparent url('../gfx/ministry-foreign-reps-search-bg.png') left top no-repeat;
    margin: 0 0 30px 0;
    overflow: hidden;
}
#visa-info-search-form-query {
    width: 580px;
    font-family: Georgia;
    font-style: italic;
}
#visa-info-search-form-query-wrapper {
    margin: 22px 0 0 43px;
}
#visa-info-search-form-letters {
    margin: 15px 0 0 43px;
}
#visa-info-search-form-letters a {
    font-family: Arial;
    color: #fff;
    margin: 0 8px 0 0;
}

#visa-info-result-table {
    font: normal normal normal 15px/18px Arial;
}
#visa-info-result-table tr:hover,
#visa-info-result-table tr.even:hover,
#visa-info-result-table tr:hover td.first-child {
    background: #555;
    color: #ccc;
}
#visa-info-result-table tr.even {
    background: #e0e0e0;
}
#visa-info-result-table td {
    padding: 15px 10px;
}
#visa-info-result-table td.first-child {
    font-family: Georgia;
    padding-right: 20px;
    color: #333;
    width: 220px;
}

h3#visa-head-letter {
    width: 100%;
    margin: 0 0 20px 0;
}
h3#visa-head-letter span {
    padding: 0 5px;
    margin: 0 0 0 5px;
}

ul.generic-list {
    list-style-type: square;
    margin: 0 0 15px 30px;
/*    font: normal normal normal 15px/18px Georgia;*/
    font-size: 15px;
    line-height: 18px;
}
ul.generic-list li {
    padding: 4px 0;
}


.generic-global-form div {
    overflow: hidden;
    padding: 25px 0;
    border-bottom: 1px solid #aaa;
}
.generic-global-form label {
    display: block;
    float: left;
    width: 250px;
    text-align: right;
    padding-right: 10px;
    margin: 0 20px 0 0;
    font-size: 13px;
    font-family: Georgia;
    font-style: italic;
    color: #999;
}
.generic-global-form label strong {
    display: block;
    font-size: 15px;
    font-family: Arial;
    color: #444;
    font-style: normal;
}
.generic-global-form .text {
    width: 320px;
    font: normal normal normal 15px/18px Arial;
    padding: 4px;
}
.generic-global-form .textarea {
    width: 320px;
    height: 320px;
    font: normal normal normal 15px/18px Arial;
    padding: 4px;
}
.generic-global-form .combobox {
    font: normal normal normal 15px/18px Arial;
    padding: 2px;
}
.generic-global-form span.element {
    margin: 0 0 0 15px;
}
.generic-global-form span.required {
    color: #f00;
    margin: 0 0 0 10px;
    font-size: 18px;
}

.generic-global-form div.checkbox {
}
.generic-global-form div.checkbox p {
    margin: 0 0 5px 280px;
    font-family: Arial;
}
.generic-global-form div.checkbox span {
    margin: 0 15px 0 0;
}
.generic-global-form div.checkbox input.checkbox {
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    top: -5px;
}
.generic-global-form div.checkbox input.radio {
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    top: -2px;
}


#contact-info {
    overflow: hidden;
}
#contact-info h1 {
    margin: 0 0 60px 0;
}
#contact-info h2 {
    margin: 0 0 15px 0;
}
#contact-info-address-area {
    overflow: hidden;
    margin: 0 0 40px 0;
}
#contact-info-address-area-left {
    display: inline;
    float: left;
    width: 380px;
    font-style: regular;
    color: #757980;
	padding:75px 0 0 0;
}
#contact-info address {
    font: normal normal normal 18px/30px Georgia;
    margin: 0 0 0 0;
    margin: 0 0 20px 0;
}
#contact-info a {
    color: #223777;
}

.grayish {
    color: #757980;    
}
#contact-info-address-area-right {
    display: inline;
    float: right;
    text-align: center;
}
#contact-e-cons {
    overflow: hidden;
}
#contact-e-cons p {
    margin: 30px 0 0 0;
}
#contact-e-cons img {
    display: inline;
    float: right;
}

blockquote.generic {
    background: #F2F2F2 url('../gfx/main-right-tweets-latest.png') 10px 0px no-repeat;
    overflow: hidden;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    margin: 10px 0 15px 0;
}
blockquote.generic p {
    margin: 20px 20px 20px 50px;
    line-height: 18px;
}
blockquote.generic p strong {
    font-size: 13px;
    font-family: Arial;
    
}

h5 {
    font: normal normal bold 15px/22px Arial;
    border-bottom: 1px solid #555;
    color: #555;
    margin: 0 0 10px 0;
}

ol.generic {
    font: normal normal normal 15px/18px Georgia;
    margin: 0 0 15px 20px;
}
ol.generic li {
    padding: 2px 0 4px 0;
}
/*--------------------------------------------------------------------------*/



/* 03 Ağustos 2011, Çarşamba , 15:35 */
/*--------------------------------------------------------------------------*/
#main-middle-rep-pages {
    display: inline;
    float: left;
    margin: 0 0 0 20px;
    width: 700px;
    overflow: hidden;
}

#main-middle-rep-pages img.photo {
    display: inline;
    padding: 10px;
    background: #ccc;
    border: 1px solid #aaa;
}

#main-middle-rep-pages img.float_left {
    float: left;
    margin: 0 10px 10px 0;
}

#main-middle-rep-pages img.float_right {
    float: right;
    margin: 0 0 15px 15px;
}

#main-middle-rep-pages h1 {
    font: normal bold normal 30px Arial;
    color: #363c47;
    letter-spacing: -0.05em;
    margin: 15px 0 20px 0;
}

#main-middle-rep-pages h2 {
    font: normal normal normal 24px/24px Arial;
    color: #363c47;
    letter-spacing: -0.05em;
    margin: 0 0 5px 0;
}

#main-middle-rep-pages ul.list {
    margin: 0 0 15px 15px;
    list-style: square;
    font: normal normal normal 14px/18px Arial;
}

#main-middle-rep-pages ul.list li {
    padding: 4px 0;
}

#main-middle-rep-pages ol.list {
    margin: 0 0 15px 20px;
    font: normal normal normal 14px/18px Arial;
}

#main-middle-rep-pages ol.list li {
    padding: 4px 0;
}
/*--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/
#main-middle-rep-pages-column1 {
    display: inline;
    float: left;
    width: 340px;
    margin: 0 20px 0 0;
}

#main-middle-rep-pages-column2 {
    display: inline;
    float: left;
    width: 340px;
}
/*--------------------------------------------------------------------------*/

.sub_lstitm {background:url('../gfx/back_bullet.gif') top left no-repeat; padding:0 0 8px 14px;}


/* Breadcrumbs */

#breadcrumbs {
    background: transparent url('../gfx/breadcrumbs/bc-bg-fix.png') left bottom repeat-x;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
}
#breadcrumbs p {
    font: italic normal normal 12px/14px Georgia;
    margin: 0 0 8px 0;
    color: #999;
}
#breadcrumbs a {
    font: normal normal normal 11px/24px Arial;
    padding: 4px 15px 2px 0;
    background: transparent url('../gfx/breadcrumbs/bc-icon-seperator.png') right 0 no-repeat;
    color: #495782;
}
#breadcrumbs a.current {
    color: #999;
    text-decoration: none;
}

.country_header{ font-weight: bold;
                 text-align: center;
}

.social_share {clear:both; display:inline-block; /*font-size:12px;*/ margin:10px 0 0 0;}
.print-area {display:block; margin:5px 0; text-align:right;}
.print-btn {padding:5px; width:24px; height:24px; font-size:14px; text-indent:-9999px; overflow:hidden; display:block; background:url('../gfx/bg-printbtn.png') 5px 5px no-repeat;}
.print-logo {display:none;}

.db-section-header{display:inline-block; margin:25px 0 7px 0!important; padding:5px 0!important; width:100%; font-size:18px!important; font-weight:bold;}