﻿
/* Panel Tab/button */
.tab {

	height: 42px;
	position: relative;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
	float: right;
	clear: right;
	height: 42px;
	width: auto;
	margin: 0;
	right: 820px;
	color: white;
	font-size: 11px;
	text-align: center;
	font-family: tahoma;
}

.tab ul.login li {
	border-style: solid;
	border-color: #DEDEDE;
	border-width: 0px 1px 1px 1px;
	text-align: center;
	padding: 6px;
	display: block;
	float: left;
	height: 15px;
	background: 0 0;
	background-color: #F8F8F8;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	width: 111px;
	background-image: url('img/select_left.gif');
}

.tab ul.login li a {
	color: #458EB5;
}

.tab ul.login li a:hover {
	color: #5E5E5E;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}
/* sliding panel */
#toppanel {
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%; /*height: 180px;*/;
	color: #333333;
	background: #F5F2F2;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	text-align: right;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CFCFCF;
	font-family: tahoma;
}

.content{
	padding: 10px 20px 10px 20px;
	direction:rtl;
}

.content_info{
	vertical-align: middle;
	margin-right: 35px;
	padding-right: 5px;
	margin-top: 5px;
}
/* SEARCH */
.search_con { float:left; margin:0px; padding:0px;margin-right:4px; margin-top:-8px;  }
.s_bg { background:url(img/searchs.png) no-repeat; width:359px; height:29px; margin:0px; padding:0px; -moz-border-radius:4px 0px 0px 4px; border:1px solid transparent; }
.searchbar {
	background: none;
	width: 200px;
	border: none;
	margin: 2px 10px 0px 0px;
	font-size: 11px;
	color: #323232;
	font-family: Verdana,Tahoma,sans-serif;
	float: left;
	padding: 6px 5px 7px 40px;
	float: left;
	border-right: 1px solid #ccc;
}
.searchbutton { background:none; text-indent:-5000px; border:0px; width:19px; height:25px; line-height:18px; cursor:pointer; margin-top:2px; margin-left:5px; font-weight:bold; font-family:tahoma; font-size:11px;  }
.s_type {
	float: left;
	margin: 7px 9px 0px 1px;
	padding: 0px 0px;
	font-size: 10px;
	font-family: Verdana,Arial,sans-serif;
	border: 0px none;
	color: #323232;
}

