html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}

body{
	font-family:Tahoma,Arial,Geneva,Helvetica,sans-serif;
	height:100%;
	font-size:13px;
	margin:0;
	padding:0;
    	border: 0 none;	
}

#content a{
	color:#5E7C9B;
}
/*		Layout		*/
#main_container{
	position:relative;
	margin:0 auto;
	width:960px;
	border-right:1px dashed #F6F6F6;
	border-left:1px dashed #F6F6F6;
}
#right_sidebar{
	float:right;
	width:148px;
	padding-left:12px;
}
#nav{
	width:140px;
	margin-top:0px;
	direction:rtl;
	padding-right:8px;	
}
#content{
	float:left;
	width:780px;
	direction:rtl;
}
#footer{
	margin-top:12px;
	width:960px;
	height:17px;
	background-color:#EAF4FF;
	font-size:11px;
	color:#5E7C9B;
	text-align:center;
	border-top:solid #799FC6 1px;
	border-bottom:solid #799FC6 1px;
	padding-top:5px;
}
/*		Header		*/
#header{
	position:relative;
	margin-bottom:20px;
	font-weight:bold;
	font-size:11px;
	text-shadow:-1px 1px 1px #ddd;
	border-bottom:1px solid #E3E3E3;	
	
}
#header #logo{		
	height:90px;
	background:url(back2.png) top left no-repeat;
}
#header #menu{
	height:30px;
	background-color:#000;
	border-top:1px solid #799FC6;
	border-bottom:1px solid #799FC6;
	background-color:#EAF4FF;
	position:relative;
}
#menu a{
	width:148px;
	height:22px;
	text-align:center;
	text-decoration:none;
	color:#5E7C9B;
	float: right;
	padding-top:8px;
}
#menu a:hover{
	background-color:#5E7C9B;
	color:#fff;
}
/*		Navigation		*/
.sub_menu_header{
	font-size:11px;
	font-weight:bold;
	border-top:1px solid #799FC6;
	border-bottom:1px solid #799FC6;
	padding:7px;
	background-color:#DDEEFF;
	color:#5E7C9B;
	text-shadow:-1px 1px 1px #fff;
}
#nav ul{
	margin-bottom: 7px;
}

#nav li{
	font-size:12px;
	padding:2px 10px;
	list-style:none;
	margin:0;
}
#nav li a{
	color:#444;
	text-decoration:none;
}
#nav li:hover{
	background-color:#DDEEFF;
	color:#fff;	
	opacity:1;
	filter:alpha(opacity=100);	
}
#nav .selected{
	background-color:#EAF4FF;
	
}
#nav .inactive{
	opacity:0.4;
	filter:alpha(opacity=40);
}
#pager{
	background-color:#DDEEFF;	
    color: #ccc;
    font-size: 12px;
    font-weight: bold;
	height:25px;
	width:779px;
	margin-top:9px;
	padding:4px 0 0 0;
	position:relative;
	border-top:1px solid #799FC6;
	border-bottom:1px solid #799FC6;
}
#pager #prev{
	float:left;
	margin-left: 10px;
	padding-top:3px;
}
#pager #cur_pg{
	float: right;	
	width:495px;
	text-align:center;
	color: #666;
	font-weight:normal;
	font-size:13px;
}
#pager #cur_pg a{
	font-size:11px;
}
#pager #next{
	float:right;
	margin-right: 10px;
	padding-top:3px;
}
#pager a{
	color:#5E7C9B;
	text-decoration:underline;
	padding:5px 2px;
}
#pager a:hover{
	color:#E18C89;
}
#pager input{
	padding:2px;
	border:1px solid #799FC6;
	font-size:12px;
}
#filters{
    background-color: #F0F2B8;
    color: #5E7C9B;
    font-size: 11px;
    line-height: 17px;
    padding: 3px 10px;
}
#filters a{
	color:#e18c89;
	font-weight:bold;
}
.detail_img img,#thumb_img img,#img_page img{
	height: 170px;
	width: 170px;
	border: 2px solid #FFF;
	display:block;
}
.detail_img a, #thumb_img a, #img_page a{
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    display: inline;
    float: right;
    font-size: 11px;
    line-height: 19px;
    margin: 9px;
    text-align: center;
    text-decoration: none;
}
.detail_img a{
	margin: 0 9px 18px 0;
}
.detail_img a:hover img,#thumb_img a:hover img,#img_page a:hover img{
    border:2px solid #799FC6;
}
.detail_img a{
    float: left;
}
.img_line a{
	float:none;
}
h1,h2{ 
    background-color: #DDEEFF;
    border-top: 1px solid #799FC6;
    border-bottom: 1px solid #799FC6;
	font-weight:bold;
    color: #5E7C9B;
    font-size: 11px;    
    margin-bottom: 9px;
    padding: 7px 10px;
	text-shadow:-1px 1px 1px #FFFFFF;
}
h2{
	font-size: 13px;
	margin-top: 9px;
}
h1 span,h2 span{
	float:left;
	font-size: 10px;
	line-height:12px;
}
.last_h2{
	margin-bottom:0;
}
.clear{
	clear:both;
}

.color_b {
	color:#000;
	background-color:#fff;	
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #eee;
	margin:10px 12px 2px;
	display:inline;
}



/* CSS Main */




a:link
{
	color:#999;
}

a:visited
{
	color:#AAA;
}

a:hover
{
	color:#888;
}

.txt{
	line-height:1.5em;
	padding: 7px 20px 20px 20px;
}
.small{
	font-size:11px;
}
.small li{
	padding: 0px;
}
p{
	padding: 10px 0;
}
li{
	list-style: disc outside;
	padding: 5px;
	margin-right: 15px;
	text-align:right;
}

#header input{
    border: 1px solid #799FC6;
    color: #666666;
    direction: rtl;
    font-family: Tahoma;
    font-size: 12px;
    left: 10px;
    position: absolute;
    top: 6px;
}
textarea{
	border:1px solid #aaa;
}


.noborder
{
	border:0;
}

.clear{
	clear:both;
}

.seperated{
	border-top:5px solid #799FC6;
}

.hidem{
	display:none;
}
.more{
	font-size:10px;
	display:block;
	margin-top:3px;
	margin-bottom:3px;
	padding-top:2px;
}

#big_img{
	border: 3px solid #799FC6;
	display: block;
	float: right;
	margin: 0 20px 0 auto;
}
#thumb_img .selected{
	border:2px solid #799FC6;
}
.about{
	padding-right:180px;
}
/*	MX Price List	*/
#arzlive table,#arzlive td,#arzlive th,#arzlive tr{padding:0;margin:0;border:0;white-space:nowrap;}#arzlive .mxv a{display:block;}#arzlive{display:none;width:779px;overflow:auto;}#arzlive table{margin:0;margin-top:10px;direction:rtl;border-bottom: 1px solid #799FC6;border-top: 1px solid #799FC6;}#arzlive td,#arzlive th{padding:5px;direction: rtl;text-align:right;}#arzlive #mx_update,#arzlive #mx_update {color:#999999;size:10px;}#arzlive table{width:779px;margin:10px 0 0 0;color:#999999;size:10px;}#arzlive th,#arzlive th a{font-size:11px;color:#333333;background-color:#DDEEFF;}#arzlive th a{padding:0;margin:0;text-decoration:none;background:none;}#arzlive td{font-size:11px;color:#555555;}#arzlive .odd{background-color:#ffffff;}#arzlive .odd td{font-size:11px;}#arzlive .even{background-color:#EAF4FF;}#arzlive .even td{font-size:11px;}#arzlive .pos{color:#009900;}#arzlive .neg{color:#cc0000;}#arzlive :;color:#666666;																																																																																																																					