html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	background:url(images/bg.jpg) repeat;
}

a img{
	border:0px;
	margin:0px;
}
/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a{color: #0b84bc;}
a:hover{color:#046fa1;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}

#header
{
	position:relative; /*containing block*/
	height:106px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #2F4773 url(images/header_bg.gif) repeat-x;
	border-bottom:1px solid #D6D6D6;
}

#header_logo
{
	position:absolute;
}

#company_logo
{
	display:block;
	position:absolute;
	width:60px; 
	height:60px; 
	left:295px;
	top: 30;
}

#header_text
{
	position:absolute;
	left:365px;
	top: 0;
	width:330px;
	padding-left:5px;
	padding-top:35px;
	color:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_text .bx-main-title
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	text-decoration:none;
}

#header_text span.bx-main-subtitle
{
	font-size:80%;
}

/* Header menu: home, search, feedback*/
#header_menu
{

	background:#4B6185;
	position:absolute;
	right:55px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #9dabc0;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#zebra
{
	height:20px;
	background:transparent url(images/zebra_bg.gif) left top repeat-x;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
	font-weight: bold;
}

#navigation a:hover
{
	font-size:95%;
	text-decoration:none;
	color:#000;
}

/*Content table*/
#content
{
	width:100%;
	height:70%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	width:320px;
	vertical-align:top;
	height:100%;
}

/*Main column*/
#content .main-column
{
	vertical-align:top;
	padding:0 23px 10px 23px;
}

/*Right column*/
#content .right-column
{
	width:1px;
	vertical-align:top;
}

/*Bottom banner*/
#bottom_banner
{
	padding:5px;
	text-align:center;
}

/*Footer*/
#footer
{
	background: #4D6990;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:40px;
	padding:8px;
	
}

/*Link in footer*/
#footer a
{
	color: #CFD6E1;
	font-size: 100%;
}

/*Data table*/
table.verst tr td table.data-table
{
	border:1px solid #d5c4a7;
	border-collapse:collapse;
}

/*Any cell*/
table.verst tr td table.data-table td
{
	border:1px solid #d5c4a7;
	background-color:#FFFFFF;
	color:#333;
	padding:7px 10px;
}

/*Head cell*/
table.verst tr td table.data-table thead td, table.data-table th
{
	background:url(/images/gr5.gif) #bcda6a;
	text-align:left;
	font-weight:normal;
	border:1px solid #d5c4a7;
	padding:7px 10px;
	color:#fff;
}

/*Body cell*/
table.verst tr td table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F5FA;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}

/* social network*/
div#sonet_events_ms_message {width:150px;}

table.verst{
	margin:0px;
	border-collapse:collapse;
}

table.verst tr td{
	margin:0px;
	padding:0px;
	vertical-align:top;
}


table#tvv1{
	background:url(images/big.png) no-repeat top left #f4f1e4;
	width:994px;
	height:100%;

}
td#td_v1{
	height:16px;
	width:16px;
	background:url(images/v1.jpg) no-repeat top right;
}

td#td_v2{
	background:url(images/v2.jpg) repeat-x top right;
	vertical-align:bottom;
}
td#td_v3{
	height:16px;
	width:16px;
	background:url(images/v3.jpg) no-repeat top right;
}

td#td_v4{
	background:url(images/v4.jpg) repeat-y top right;
}

td#td_v6{
	background:url(images/v6.jpg) repeat-y top left;
}

td#td_v7{
	height:16px;
	width:16px;
	background:url(images/v7.jpg) no-repeat top right;
}

td#td_v8{
	background:url(images/v8.jpg) repeat-x top right;
	vertical-align:top;
}
td#td_v9{
	height:16px;
	width:16px;
	background:url(images/v9.jpg) no-repeat top right;
}


div#searchin{
	background:url(images/search.jpg) no-repeat top left;
	width:189px;
	height:27px;
	margin:32px 0px 0px 0px;
	padding:2px 5px 1px 7px;
}

table.verst tr td.ff1{
	height:3px;
	width:3px;
	background:url(/images/gr1.gif) no-repeat bottom right;
}

table.verst tr td.ff2{
	height:3px;
	background:url(/images/gr2.gif) repeat-x bottom right;
}

table.verst tr td.ff3{
	height:3px;
	width:3px;
	background:url(/images/gr3.gif) no-repeat bottom left;
}

table.verst tr td.ff4{
	background:url(/images/gr4.gif) repeat-y bottom right;
}

table.verst tr td.ff5{
	background:url(/images/gr5.gif) repeat top right;
	padding:18px;
}

table.verst tr td.ff6{
	background:url(/images/gr6.gif) repeat-y bottom left;
}

table.verst tr td.ff7{
	height:3px;
	background:url(/images/gr7.gif) no-repeat top right;
}

table.verst tr td.ff8{
	height:3px;
	background:url(/images/gr8.gif) repeat-x top right;
}

table.verst tr td.ff9{
	height:3px;
	background:url(/images/gr9.gif) no-repeat top left;
}




table.verst tr td.uff1{
	height:6px;
	width:6px;
	background:url(/images/u1.jpg) no-repeat bottom right;
}

table.verst tr td.uff2{
	height:6px;
	background:url(/images/u2.jpg) repeat-x bottom right;
}

table.verst tr td.uff3{
	height:6px;
	width:6px;
	background:url(/images/u3.jpg) no-repeat bottom left;
}

table.verst tr td.uff4{
	background:url(/images/u4.jpg) repeat-y bottom right;
}

table.verst tr td.uff5{
	background:white;
	padding:18px;
}

table.verst tr td.uff6{
	background:url(/images/u6.jpg) repeat-y bottom left;
}

table.verst tr td.uff7{
	height:6px;
	background:url(/images/u7.jpg) no-repeat top right;
}

table.verst tr td.uff8{
	height:6px;
	background:url(/images/u8.jpg) repeat-x top right;
}

table.verst tr td.uff9{
	height:6px;
	background:url(/images/u9.jpg) no-repeat top left;
}

div.catalog-element img{
	margin:0px 10px 10px 0px ;
}

table.forum-reviews-messages th {
	background:url(/images/gr5.gif);
	font-weight:normal;
	color:white;
}

table.forum-reviews-form td, table.forum-reviews-form th {
	border:1px solid #d5c4a7;
}

table.forum-reviews-form th {
background:url(/images/gr5.gif);
}

div.catalog-section table td{
	background:white;
	padding:5px 10px;
}

#form_login55{
	margin: 5px 0px 0px -2px;
	width:150px;
	padding:10px;
	position: absolute;  
	background-color:#fff;
	filter:alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

table.verst div.news-detail img{
	margin: 7px;
}

/*********************************************************/

.news-listcenter {
margin: 0px 4px 6px 0px;
width: 728px;
}

.news-listright
{
	/*margin:0 4px 6px 36px;*/
	width:200px;
	padding-left: 30px;
}

.listright-title {
	font-size: 16px;
	color: rgb(223, 227, 225);
	height: 55px;
	width: 230px;
	background-image: url(http://www.egypthome.org/images/grhr.jpg);
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	background-position: 0% 0%;
	background-repeat: no-repeat no-repeat;
	float: right;
}

.listright-title p {
	margin: 13px 0 0 30;
}

.post-item-wrapper {
	border: 1px solid #8c6508;
	border-radius: 3px;
	background-color: #feffff;
	position: relative;
	margin-left: 5px;
	width: 728px;
}

.post-item-date {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #feffff;
	background: url(/images/post-item-date-bg.png);
	border-radius: 2px;
	height: 16px;
	text-align: right;
	color: white;
	font-size: 11px;
	padding: 2px 1px 0px 0px;
}

.post-item-content {
	margin: 20px 10px 10px;
}

.post-item-preview-picture {
	float: left;
	margin: 5px 0;
	height: 120px;
	overflow: hidden;
}

.post-item-detail-text-without-img {
	margin-left: 10px;
	margin-top: 20px;
}

.post-item-detail-text-with-img {
	margin-left: 195px;
	margin-top: 20px;
}

.lftl2 {
	text-decoration: none;
	font-size: 16px;
	color: #8c6508;
	/*margin-left: 10px;*/
}

.google-ad-300-250 {
	float: left;
	width: 300px;
	height: 250px;
	border: 1px solid #000;
	margin-right: 20px;
}

.google-ad-160-600 {
	height: 600px;
	width: 160px;
	margin: 0 auto;
	border: 1px solid #000;
}

ul.breadcrumb-navigation {
	padding-top: 20px;
}

