/*
@author: Mohsen Taleb <mohsen@mohsentaleb.com>
*/

@import url(/css/reset.css);
body {
	background:url(/img/body-bg.gif) repeat-x top left;
}
#wrapper {
	width: 950px;
	margin:0 auto;
}
#header {
	text-align:center;
	height:134px;
	position:relative;
	margin-bottom:1px;
}
#header h1 {
	padding:0;
	margin:0;
}
#header h1#logo a {
	display:block;
	background:	url(/img/header-bg.gif) no-repeat top left;
	width:429px;
	height:134px;
	margin:0 auto;
	padding:0;

}
#header h1#logo a span {
	display:none;
}
#user-info {
    min-height: 25px;
    padding-top: 10px;
}
img, a.nb {
	background:none
}
div#menu {
	height:36px;
}
ul#nav, ul#helpers {
	list-style:none;
	float: left;
	padding:0;
	margin:0;
	width:440px;
	position:relative;
	height:36px;
}
ul#helpers {
	float:right;	
}
ul#nav li, ul#helpers li {
	float:left;
	background:url(/img/menu-delimiter.gif) no-repeat center right;
	font:bold 15px "Times New Roman", Times, serif;
	padding:0 2px;
	margin:0;
	position:relative;
}
ul#nav li.last, ul#helpers li.last {
	background-image:none;
}	
ul#helpers li {
	float:right;
}
ul#helpers li ul.dropdown {
	background:#A8E4ED;
	position:absolute;
	top:36px;
	left:2px;
	width:120px;
	margin:0;
    z-index: 10;
}
ul.dropdown li {
	padding:10px;
    zoom: 1;
}
ul#helpers li ul {

}
ul#helpers li ul li {
	float:none;
	padding:7px 8px;
	font:11px Tahoma;
	background-image:none;
}
ul#nav li a, ul#helpers li a{
	display:block;
	color:#fff;
	padding:6px 15px;
	margin:0;
}
ul#helpers li ul li a{
	color:#000;
	padding:0;
}
ul#nav li a:hover, ul#helpers li a:hover, ul#helpers li a.over {
	background:#A8E4ED;
	color:#000;
}
#quotebox {
	height:139px;
	margin-top:-31px;
	background:url(/img/quotebox-en.gif) no-repeat top left;
	margin-bottom:20px;
}
#news {
	float:right;
	width:292px;
}
.box {
	background:url(/img/box-bottom.gif) no-repeat bottom left;
	padding-bottom:10px;
}
.box h2 {
	height:30px;
	padding:8px;
	font:bold 15px "Times New Roman", Times, serif;
	color:#4F82B3;
}
.box-body {
	background:	url(/img/box-body.gif) no-repeat top left;	
}
.news-item {
	background:url(/img/icon-cal.gif) no-repeat top left;
	padding-left:26px;
	margin:10px;
}
span.date {
	font:10px Tahoma;
	color:#999;
}
#searchbox {
	float:left;
	height:231px;
	width:650px;
	background:url(/img/searchbox-bg.gif) no-repeat bottom left;
}

a#search-by-model, a#search-by-model:hover, a#search-by-model.active {
	display:block;
	width:211px;
	height:59px;
	float:left;
	padding:0;
	margin-left:1px;	
	display:inline;
	outline:none;
}
a#search-by-brand, a#search-by-brand:hover, a#search-by-brand.active {
	display:block;
	width:231px;
	height:59px;
	float:left;
	padding:0;
	margin:0;
	margin:0 0 0 100px;	
	display:inline;
	outline:none;	
}
a#search-by-brand {background:url(/img/search-tabs-en.gif) no-repeat	0 0;}
a#search-by-brand:hover {background:url(/img/search-tabs-en.gif) no-repeat 0 -118px;}
a#search-by-brand.active, a#search-by-brand.active:hover{background:url(/img/search-tabs-en.gif) no-repeat 0 -59px;}
a#search-by-model {background:url(/img/search-tabs-en.gif) no-repeat	-231px 0;}
a#search-by-model:hover {background:url(/img/search-tabs-en.gif) no-repeat -231px -118px;}
a#search-by-model.active, a#search-by-model.active:hover {background:url(/img/search-tabs-en.gif) no-repeat -231px -59px;}
#paging {
	background-color: #eee;
	height: 25px;
	-moz-border-radius: 5px;
	margin: 1em auto;
	font-size: .8em;
}

#paging .total {
	float: right;
	padding-right: 20px;
	line-height: 25px;
}

#grid {
	margin: 0 auto;
}

#grid li {
	margin:0 0 30px 7px;
	border: 1px solid #eee;
	-moz-border-radius: 10px;
	width: 290px;
	float: left;
	height: 250px;
}

#grid li .photo {
	float: left;
	width: 140px;
	height: 220px;
	padding-top: 30px;
	overflow: hidden;
}

#grid li .desc {
	float:left;
	width: 140px;
	padding: 5px;
	padding-left: 4px;
	height: 240px;
	background: url(/img/seprator.gif) no-repeat left center;
}

#grid li .desc h2 {
	font-family: Georgia;
	padding: 0.3em;
	font-size: 1.5em;
	color: #4F82B3;
	margin-bottom: 1em;
}

#grid li .desc a {
	display: block;
	margin-bottom: 5px;
	background: url(/img/button_bg.gif) no-repeat;
	width: 131px;
	height: 35px;
	color: #484848;
	font-size: 0.9em;
}

#grid li .desc a:hover {
	background-position: 0 -35px;
}

#grid li .desc a:active {
	background-position: 0 -70px;
}

#grid li .desc a span {
	margin: 0 10px 0 5px;
	padding-left: 35px;
	display: block;
	background: url(/img/button_icons.gif) no-repeat;
	line-height:35px;
}

#grid li .desc span.download-file {
	background-position: 0 7px;
}

#grid li .desc span.download-doc {
	background-position: 0 -25px;
}
/*
#grid li .desc span.comment {
	background-position: 100% -70px;
}
*/
#footer {
	margin-bottom: 3em;
	background:url(/img/footer_bg.gif) center top no-repeat;
	padding: 21px 0;
	font-size: 10px;
	text-align: center;
}
/* Pager */
ul.pager {
    list-style:none;
    padding: 1px 20px 0 0;
    height: 25px;
    width: 70%;
    float: left;
	margin:2px;
}

ul.pager li {
    float: left;
    margin-left: 3px;
    border: 1px solid #ced2d2;
	padding:0;
}

ul.pager li a {
    text-decoration: none;
    padding: 2px 6px;
    display: block;
	background: url(/img/form_btn.gif) repeat-x left bottom;
}

ul.pager li a:hover {
    color:#fff;
    border-color:#2B55AF;
    background: #37464f none repeat scroll 0%;
}

ul.pager li.current {
    font-weight: bold;
    border: 0pt none;
    color: #37464f;
    padding: 2px 6px;
 }
 
 ul.pager li.seprator {
 	border: none;
 }
 
 .notify-message {
	margin: 5px auto;
	padding: 10px 5px;
	text-align: justify;
	border-width:1px;
	border-style: solid;
	padding-left: 28px;
}

.info {
	background: #EFF8FF url(/img/icons/info.gif) no-repeat left center;
	color: #2263C4;
	border-color: #067AEF;
}

.success {
	background: #EBF7EB url(/img/icons/success.gif) no-repeat left center;
	color: #006600;
	border-color: #599200;
}

.error {
	background: #FEC2C2 url(/img/icons/alert.gif) no-repeat left center;
	color: #000;
	border-color: #B99400;
}
#search-by-model-form input.search {
	background: url(/img/search-input.gif) no-repeat;
	padding:8px 3px 0 60px;
	margin:40px 0 0 170px;
	width: 240px;
	border: none;
	font-size: 2em;
	line-height: 34px;
	height: 45px;
	font-family: Georgia;
}
p.hint {
	font:10px Tahoma, Geneva, sans-serif;
	color: #666;
	margin-left: 180px;
}
#search-by-model-form, #search-by-brand-form {
	height:170px;	
}
ul.band-names {
	float:left;
	width:180px;
	padding-top:20px;
}
ul.band-names li{
	float:left;
	margin-bottom:15px;
}
form.tableless {
	padding:0;
	margin:0;
	width:500px;
	float:left;
}
form.tableless label {
	display:block;
	width:110px;
	text-align:left;
	float:left;
	margin:5px;
}
form select {
	font:11px Tahoma;
	text-align:left;
}
form select option {
	padding:3px;
}
input.text {
	font:11px Tahoma;
	border:1px solid #ccc;
	background:#fff;
	float:left;
	margin:5px;
	padding:5px;
	width:200px;
	background:#fff url(/img/input-shadow.gif) repeat-x top left;
}
input.text:focus, textarea:focus {
	border:1px solid #990;	
}
select {
	margin:5px;	
}
.fa {
	direction:rtl;
	text-align:right;
}
.en {
	direction:ltr;
	text-align:left;
}
textarea {
	font:11px Tahoma;
	border:1px solid #ccc;
	background:#fff;
	float:left;
	margin:5px;
	height:110px;
	background:#fff url(/img/input-shadow.gif) repeat-x top left;
}
.red {
	color:#F00;
}

.manageTables {
    padding: 20px;
}

.manageTables table {
	width: 100%;
	margin: 0;
	background: #FFFFFF;
	border: 1px solid #333333;
	border-collapse: collapse;
}

.manageTables td, th {
	border-bottom: 1px dotted #333333;
	padding: 6px 16px;
	text-align: left;
}

.manageTables th {
	background: #00c4d5;
}

.manageTables caption {
	/*background: #b9b59d;*/
	margin: 0px 0px 0px -1px;
	border: 1px dotted #333333;
	border-bottom: none;
	padding: 6px 16px;
	font-weight: bold;
    font-size: larger;
}

#ajax-load {
    background-color:#FFFFFF;
    display:none;
    position:absolute;
}

#ajax-load div {
    margin: 5px auto;
    width: 200px;
    text-align: center;
}

.loading div {
    background: url(../img/loading-en.gif) no-repeat bottom center;
    padding-bottom: 35px;
}

#menuAdmin {
    background-color: #DCE967;
    height: 69px;
    margin: 0pt;
    padding: 0pt;
    width: 100%;
    border: 1px solid black;
    border-top-color: #00C4D5;
}

#menuContainer {
    margin: 0pt auto;
    padding: 0pt;
    width: 100%;
    text-align: center;
}

#menuContainer ul {
    border: 0pt none;
    list-style-type: none;
    margin: 0pt;
    padding: 0pt;
    text-align: center;
}

#menuContainer ul li {
    display: block;
    float: left;
    margin: 0pt;
    padding: 0pt;
    text-align: center;
}

#menuContainer ul li a {
    display: block;
    font-family: Georgia, "Times New Roman", Times, Serif;
    font-size: 18px;
    color: #000;
    height: 49px;
    margin: 0pt;
    padding: 20px 0pt 0pt;
    text-decoration: none;
    width: 100px;
}

#manual-pages {        
	border:1px solid #ccc;
	width:160px; 
	direction:rtl;
	background-color: #F9F9F9;
	float: right;
	margin:0 0;
	padding:5px;
	background-color: #F9F9F9;
}	
#manual-pages li{
	margin:0 0;
	padding:1px 4px 4px 4px;
	background: #F9F9F9 url('../img/liborder.gif') bottom center no-repeat; 
}
#manual-pages li a{
	color: black;
	display:block;
	border: 1px ;
	display:block;
	line-height: 20px;
	padding-right:2px;
}	
.rounded{
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
}	
h2{
	font-family:Arial;
	margin-bottom:10px;
	
}
#manual-section h3{
	font-family:Arial;
	margin-bottom:8px;
	font-size:14px;	
	padding: 2px 4px;
	border-right: 5px solid #ccc;
	background-color: #F9F9F9;
}	
#manual-section{margin:-100px 300px 0 0;}

.faq-toc {
    margin-bottom: 20px;
}

.faq-toc li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.faq-text h3 {
    font-family:Arial;
    color: #FF8800;
    font-weight: bold;
}
