<?php
// Blog 7
?>

* {
	padding: 0;
	margin: 0;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	-moz-box-sizing: border-box; /* Used to define the width as in IE - width = width + padding + border */
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
	direction: ltr;
}

div {
	width: 100%;
}

a {
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}

/* ## */

#frame {
	width: 760px;
}
#header {
	height: 80px;
	background-repeat: no-repeat;
}

#menubar {	
	background: #192A62;
}
#menubar * {	
	color: white;
}
#menubar table {
	direction: rtl;
	width: auto;
}
#menubar .button {
	background-image: url(/files/images/blogs/blog7/menubar_button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#menubar .button a {
	display: block;	
	width: 96px;
	height: 25px;	
	line-height: 25px;
	color: white;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#menubar .button a:hover {
	color: #EAEAEA;
}
#menubar .button.selected {
	background-image: url(/files/images/blogs/blog7/menubar_button_selected.jpg);
}
#menubar .button.selected a {
	color: white;
}

#sub_menubar {
	background: #1C66A3;
	margin-bottom: 5px;
}
#sub_menubar table {
	direction: rtl;
	width: auto;
}
#sub_menubar .button {
}
#sub_menubar .button a {
	display: block;	
	width: 90px;
	height: 25px;	
	line-height: 25px;
	color: #D2E628;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#sub_menubar .button a:hover {
	color: #F2F8C0;
}
#sub_menubar .button.selected a {
	color: #F2F8C0;
}

#middle {
	
}
#middle table {
	direction: rtl;
}
#middle #content {
	width: 585px;	
}

#middle #content .container {
	padding: 0 10px 10px 0;
	direction: rtl;
	text-align: right;
}

#middle .without_sidebar {
	width: auto !important;
}
#middle .without_sidebar .container {
	padding: 0 0 10px 0 !important;
}

#middle #content .container h1 {
	font-size: 16px;
	font-weight: bold;
	color: #1C66A3;
	text-align: right;
	padding-bottom: 5px;
}
#middle #content .container h2 {
	font-size: 14px;
	font-weight: bold;
}
#middle #content .container h3 {
	font-size: 12px;
	font-weight: bold;
}

#middle #content .container .images {
	padding: 0 0 20px 0;
}
#middle #content .container .images table {
	width: auto;
	direction: rtl;
}
#middle #content .container .images h2 {

}
#middle #content .container .images .item {
	width: 107px;
	margin: 0 0 10px 10px;	
}
#middle #content .container .images .item .title {
	font-weight: bold;
	text-align: center;
}
#middle #content .container .images .item img {
	width: 107px;
	height: 80px;
}

/* ## */

#middle #sidebar {
	width: 175px;	
}
#middle #sidebar .container_top {
	height: 6px;
	font-size: 1px;
	background-image: url(/files/images/blogs/blog7/sidebar_container_top.jpg);
	background-repeat: none;
}
#middle #sidebar .container_btm {
	height: 6px;
	font-size: 1px;
	margin-bottom: 5px;
	background-image: url(/files/images/blogs/blog7/sidebar_container_btm.jpg);
	background-repeat: none;
}
#middle #sidebar .container {
	padding: 10px;
	background: #1C66A3;
}
#middle #sidebar .container * {
	color: white;
}
#middle #sidebar .container h2 {
	text-align: center;
	padding-bottom: 5px;
}
#middle #sidebar .container .sms {
}

#middle #sidebar .container .news {
}
#middle #sidebar .container .news .container {
	padding: 0 0 5px 0;
}
#middle #sidebar .container .news .container .title {
	font-weight: bold;
}
#middle #sidebar .container .news .container .content {
}

#middle #sidebar .container .links {
}
#middle #sidebar .container .links .container {
	padding: 0 0 5px 0;
}
#middle #sidebar .container .links .container a {
	display: block;
}
#middle #sidebar .container .links .container a:hover {
}

#middle #sidebar .container .tips {
}
#middle #sidebar .container .tips .container {
	padding: 0 0 5px 0;
}
#middle #sidebar .container .tips .container .title {
	font-weight: bold;
}
#middle #sidebar .container .tips .container .content {
}
#middle #sidebar .container .link {
	text-align: center;
}

#middle #sidebar .sidebar_button {	
	margin: 0 0 5px 0;
	background-repeat: none;
}
#middle #sidebar .sidebar_button a {
	height: 21px;
	line-height: 21px;
	font-size: 14px;
	font-weight: bold;	
	text-decoration: none;
	color: #000000;
}
#middle #sidebar .sidebar_button div {	
	padding: 0 10px 0 0;
}
#middle #sidebar .sidebar_button .type_1 {
	background-image: url(/files/images/blogs/blog7/sidebar_button_type_1.jpg);
}
#middle #sidebar .sidebar_button .type_2 {
	background-image: url(/files/images/blogs/blog7/sidebar_button_type_2.jpg);
}
#middle #sidebar .sidebar_button .type_3 {
	background-image: url(/files/images/blogs/blog7/sidebar_button_type_3.jpg);
}


#footer {
	height: 41px;
	margin: 0 0 20px 0;
	background-image: url(/files/images/blogs/blog7/footer.jpg);
	background-repeat: none;
}

/* ## */

#powered_by {
	margin: 0 0 20px 0;
	width: auto;
}
#powered_by a {
	text-decoration: none;
}
#powered_by a:hover {
	text-decoration: underline;
}
#powered_by .gyro {
	padding-right: 10px;
}
#powered_by .copyright {
	padding-top: 10px;
}

/* ## */

#talkbacks .middle_part {
	background-color: #1C66A3;	
}
#talkbacks .middle_part .title {
	background-color: #1C66A3;
}
#talkbacks .talkback_button {
	color: #FFFFFF;
}

/* ## */

#reviews .middle_part {
	background-color: #1C66A3;	
}
#reviews .middle_part .title {
	background-color: #1C66A3;
}
#reviews .review_form_button {
	color: #FFFFFF;
}
