/*-------
// global reset
//-----*/
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,b,u,i,center,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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 0px 2px; font-size: 100%; font-family: Verdana, sans-serif; }
.submit { cursor/**/: /**/pointer; font-family: Verdana, sans-serif; }
select > option { padding: 1px 5px 1px 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }
a.inv:link, a.inv:visited { text-decoration: underline; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: none; }

.cols { overflow: hidden; margin: 0; }
.cols .col { float: left; width: 50%; }
.cols .last { margin-right: 0; }
body #page .last { margin: 0; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#ie7 .clearFix { min-height: 1%; }



/*-------
// custom styles
//-----*/

a:link, a:visited { 
	color: #888888;
}
a:visited { 
	color: #888888;
}
a:link:hover, a:visited:hover {
}

html { height: 100.01%; }
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #FFFFFF;
	direction: rtl;
}
#page {
	width: 764px;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 0 10px;
	text-align: right;
	position: relative;
	color: #727272;
}


#top {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
}
	#logo {
		float: left;
		margin: 0 0 14px;
		padding: 0 0 0 20px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 226px;
			height: 62px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(/img2/logo-1.png) no-repeat 0 0;
			}
	#menu {
		float: right;
	}
		#menu li {
			float: left;
			margin: 0 3px 0 0;
		}
			#menu a:link, #menu a:visited {
				float: left;
				display: block;
				line-height: 35px;
				color: #668aaf;
				font-size: 91.67%;
				text-decoration: none;
				padding: 0 20px;
				background: url(/img2/sep-1.gif) no-repeat 100% 50%;
				border-top: solid 2px #83a9ce;
			}
			#menu a:link:hover, #menu a:visited:hover,
			#menu a.active:link, #menu a.active:visited {
				border-color: #d41d25;
			}
			#menu a.active:link, #menu a.active:visited {
				font-weight: bold;
			}
			#menu .last a:link, #menu .last a:visited {
				background: none;
			}
	#banners {
		clear: both;
		width: 100%;
		overflow: hidden;
		margin: 0 0 7px;
	}
		#banner1 {
			float: left;
			background: url(/img2/banner-1-bg.png) no-repeat 0 0;
			width: 468px;
			height: 60px;
			padding: 2px 2px;
		}
		#banner2 {
			background: url(/img2/banner-2-bg.png) no-repeat 0 0;
			width: 278px;
			height: 60px;
			padding: 2px 2px;
			float: right;
		}
	#search {
		clear: both;
		width: 734px;
		height: 20px;
		padding: 11px 15px;
		line-height: 20px;
		overflow: hidden;
		background: url(/img2/search-bg.png) no-repeat 0 0;

	}
		#search select {
			float: right;
			direction: rtl;
			margin: 0 0 0 5px;
		}
		#search input.submit {
			float: right;
			display: block;
			width: 76px;
			height: 21px;
			padding: 0 10px 2px 0;
			margin: 0 0 0 0;
			color: #6f6f6f;
			font-family: "Trebuchet MS", sans-serif;
			font-weight: bold;
			font-size: 100%;
			border: none;
			background: url(/img2/but-search.png) no-repeat 0 0;
		}
		#ie7 #search input.submit {
			padding: 0;
		}
	
#wrap {
	margin: 0 0 25px;
	width: 100%;
	overflow: hidden;
}
	#wrap p {
		line-height: 1.4;
		margin: 0 0 .5em;
	}

	#content {
		float: left;
		width: 582px;
	}
	#side {
		float: right;
		width: 167px;
	}



#footer {
	height: 90px;
	padding: 20px 20px;
	background: url(/img2/footer-bg.jpg) repeat-x 0 0;
}
	#footer ul {
		width: 100%;
		overflow: hidden;
	}
		#footer li {
			width: 125px;
			float: right;
			margin: 0 0 0 20px;
		}
		#footer li.last {
			margin: 0;
		}
			#footer li h3 {
				font-size: 100%;
				font-weight: bold;
			}
			#footer li ul {
				padding: 0;
			}
				#footer li li {
					width: auto;
					float: none;
					margin: 0 0 0;
				}


fieldset {
}
	fieldset li {
		width: 100%;
		overflow: hidden;
		padding: 2px 0;
	}
		fieldset li label {
			float: right;
			width: 45px;
		}
		fieldset li input.text {
			float: right;
			background: #f7f7f7;
			border: solid 1px #d5d5d5;
		}


.box {
	background: #FFFFFF url(/img2/box-bg.gif) repeat-y 0 0;
	margin: 0 0 5px;
	position: relative;
}
	.box .boxIn {
		background: url(/img2/box-b.gif) no-repeat 0 100%;
		position: relative;
	}
		.box .boxIn2 {
			background: url(/img2/box-t.gif) no-repeat 0 0;
			padding: 6px 5px 4px;
			width: 157px;
			overflow: hidden;
			position: relative;
			text-align: justify;
		}
			.box h2 {
				font-size: 150%;
				font-weight: normal;
			}
.boxTitle {
}
	.boxTitle .boxIn2 {
		padding-top: 0;
		background: url(/img2/box-t-2.png) no-repeat 0 0;
	}
		.boxTitle h2 {
			font-weight: normal;
			font-size: 100%;
			height: 28px;
			line-height: 24px;
			margin: 0 0 5px;
		}

a.zoom:link, a.zoom:visited {
	display: block;
	padding: 0 25px 0 0;
	line-height: 20px;
	font-weight: bold;
	background: url(/img2/icon-zoom.png) no-repeat 100% 50%;
}
a.edit:link, a.edit:visited {
	display: block;
	padding: 0 25px 0 0;
	line-height: 20px;
	font-weight: bold;
	background: url(/img2/icon-edit.png) no-repeat 100% 50%;
}

#menuSide {
}
	#menuSide h2 {		
	}
		#menuSide ul {
			margin: 0 5px;
			position: relative;
		}
			#menuSide li {
				background: url(/img2/bullet-2.gif) no-repeat 100% 50%;
				padding: 0 10px 0 0;
				line-height: 1.75;
				border-bottom: dashed 1px #d5d5d5;
			}
			#menuSide li.last {
				border: none;
			}
				#menuSide li a:link, #menuSide li a:visited {
					color: #3e3e3e;
				}

#login {
}
	#login input.text {
		width: 100px;
	}
	#login fieldset {
		margin: 0 0 10px;
	}
	#login p.but {
		float: left;
		width: 80px;
		margin: 0;
	}
		#login input.submit {
			border: none;
			background: url(/img2/but-search.png) no-repeat 0 0;
			width: 76px;
			height: 21px;
			color: #676767;
			font-weight: bold;
			font-size: 91.67%;
			padding: 0 10px 4px 0;
		}
	#login p.links {
		float: right;
		margin: 0;
	}
		#login p.links a:link, #login p.links a:visited {
			display: block;
			padding: 0 10px 0 0;
			background: url(/img2/bullet-3.gif) no-repeat 100% 50%;
		}


.cart {
	float: right;
	padding: 4px 0 0;
}
	.cart a:link, .cart a:visited {
		display: block;
		color: #981a1f;
		font-family: "Trebuchet MS", sans-serif;
		padding: 0 0 0 25px;
		line-height: 14px;
		text-decoration: underline;
		background: url(/img2/icon-cart.gif) no-repeat 0 50%;
	}
	.cart a:link:hover, .cart a:visited:hover {
		text-decoration: none;
	}

#content h1 {
	text-align: left;
	font-size: 138%;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	color: 000000;
	margin: 0 0 10px;
}

#list {
	font-size: 116.67%;
}
	#list li {
		margin: 0 0 3px;
		width: 100%;
		overflow: hidden;
	}
	#list li.alt {
		background: url(/img2/row-1.gif) no-repeat 0 0;
	}
	#list li.selected {
		background: url(/img2/row-2.gif) no-repeat 0 0;
	}
		#list li span {
			float: right;
			margin: 0 0 0 3px;
			text-align: center;
			line-height: 29px;
		}
		#list li span.c1 {cursor:pointer; width: 35px; padding: 6px 0 0; line-height: auto; }
		#list li span.c2 {cursor:pointer; width: 27px; }
		#list li span.c3 {cursor:pointer; width: 87px; }
		#list li span.c4 {cursor:pointer; width: 165px; text-align: right;padding: 0 3px 0 0;}
		#list li span.c5 {cursor:pointer; width: 107px; text-align: right;padding: 0 3px 0 0;}
		#list li span.c6 {cursor:pointer; width: 87px; }
		#list li span.c7 {width: 50px; margin: 0; padding: 7px 0 0; line-height: auto; }

		a.details:link, a.details:visited {
			display: block;
			width: 20px;
			height: 14px;
			margin: 0 auto;
			position: relative;
			overflow: hidden;
		}
			#list a.details:link span, #list a.details:visited span {
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				margin: 0;
				float: none;
				line-height: auto;
				background: url(/img2/icon-camera.png) no-repeat 0 0;
			}

	#list li.header {
		font-size: 78.57%;
	}
		#list li.header span {
			background: url(/img2/header-bg.png) repeat-x 0 0;
			line-height: 21px;
			padding: 0;
		}
			#list li.header a:link, #list li.header a:visited {
				color: #FFFFFF;
				text-decoration: underline;
			}
			#list li.header a:link:hover, #list li.header a:visited:hover {
				text-decoration: none;
			}
	
	#list li.header2 {
		background: url(/img2/row-1.gif) no-repeat 0 0;
		font-weight: normal;
		font-size: 128.57%;
		line-height: 29px;
		padding: 0 10px;
		width: 562px;
		margin: 0 0 3px 0;		
		text-align:center;
	}

	#list .content {
		clear: both;
		padding: 2px 0 0;
	}
		#list .dls {
			width: 100%;
			overflow: hidden;
			font-size: 85.71%;
		}
			#list .dls dl {
				float: right;
				width: 158px;
				padding: 15px 15px;
				margin: 0 0 5px 5px;
				background: #ebf4fb;
				border: solid 1px #daeaf7;
			}
			#list .dls dl.type2 {
				margin-left: 0;
			}
			#list .dls dl.type3 {
				margin-left: 0;
				height: 54px;
			}
				#list .dls dt, #list .dls dd {
					padding: 3px 0;
				}
				#list .dls dt {
					clear: both;
					float: right;
					font-weight: bold;
					width: 80px;
					color: #000000;
				}
				#list .dls dl.type2 dt {
					color: #1d699f;
				}
				#list .dls dd {
					float: left;
					width: 75px;
				}
		#list .mid {
			font-size: 85.71%;
			width: 100%;
			overflow: hidden;
			margin: 0 0 2px;
		}
			#list .mid .imgs {
				margin: 0 0 0 10px;
				float: right;
				background: #ebf4fb;
				border: solid 1px #daeaf7;
				padding: 2px 2px 5px;
			}
				#list .mid .imgs img {
					display: block;
					margin: 0 0 4px;
				}
				#list .mid .imgs a:link, #list .mid .imgs a:visited {
					display: block;
					padding: 0 8px 0 0;
					font-weight: bold;
					color: #3a71b1;
					text-decoration: underline;
					background: url(/img2/bullet-1.gif) no-repeat 100% 50%;
				}

.txt {
	text-align: justify;
}
			#list .mid .txt {
				float: right;
				width: 350px;
			}
			#list .mid .banner3 {
				float: left;
			}
		#list .links {
			border: solid 1px #eeeeee;
			padding: 5px 10px;
			width: 560px;
			overflow: hidden;
		}
			#list .links a:link, #list .links a:visited {
				display: block;
				float: right;
				margin: 0 0 0 10px;
				color: #2372f5;
				font-weight: bold;
				text-decoration: underline;
			}
			#list .links a:link:hover, #list .links a:visited:hover {
				text-decoration: none;
			}
			#list .links a.left:link, #list .links a.left:visited {
				float: left;
				margin: 0 10px 0 0;
			}
		
#page .nav {
	height: 21px;
	width: 100%;
	margin: 0 0 10px;
	overflow: hidden;
	line-height: 21px;
	text-align: center;
	position: relative;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 91.67%;
	color: #000000;
}
		.nav a:link, .nav a:visited {
			color: #000000;
		}
	.nav span.disabled_class {
		color: #999999;
	}
	.nav span.first {
		float: left;
		margin: 0 10px 0 0;
		width: 76px;
		height: 21px;
		text-align: center;
		background: url(/img2/but-1.png) no-repeat 0 0;
	}
	.nav span.prev {
		float: left;
		margin: 0 18px 0 0;
		width: 97px;
		height: 21px;
		text-align: center;
		background: url(/img2/but-2.png) no-repeat 0 0;
	}
		.nav .prev a:link, .nav .prev a:visited {
		}

	.nav span.pages {
		background: url(/img2/but-3.png) no-repeat 50% 0;
		width: 199px;
		float: left;
		margin: 0 18px 0 0;
		direction: ltr;
	}
		.nav span.pages span {
			padding: 0 3px;
		}
		.nav span.pages .set_class {
		}

	.nav span.next {
		float: left;
		margin: 0 10px 0 0;
		width: 76px;
		height: 21px;
		text-align: center;
		background: url(/img2/but-1.png) no-repeat 0 0;
	}
	.nav span.last {
		float: left;
		width: 76px;
		height: 21px;
		text-align: center;
		background: url(/img2/but-1.png) no-repeat 0 0;
	}


.article-title a:link {color:#3366cc;text-decoration:none;font-size:17px;}
.article-title a:active {color:#3366cc;text-decoration:none;font-size:17px;}
.article-title a:visited {color:#3366cc;text-decoration:none;font-size:17px;}
.article-title a:hover{color:#0000ff;text-decoration:underline;font-size:17px;}

.article-text {
	line-height: 30px;
	font-size: 125%;
	text-align: justify;
}

.article-short {
	line-height: 20px;
	font-size: 125%;
	text-align: justify;
}















