* { padding: 0; margin: 0; }
.right { float: right; }
.left { float: left; }
.clear { clear: both; }
.center { text-align: center; }
img { border: 0; }
a
{
	cursor: pointer;
	text-decoration: none;
	color: #003b68;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}

a:hover { color: brown; }

body, html
{
	overflow-x: hidden;
}

body,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6
{
	font: normal 12px/160% tahoma, arial;
	color: #222;
}
body
		{
			direction: rtl;
			background: #f6f6f6;
			font: 11px/1.5 tahoma, arial, sans-serif;
			color: #222;
			cursor: default;
		}

		#container
		{
			background: url('../../../../images/slides/2.jpg') no-repeat 50% 0;
			padding-top: 20px;
		}

		.wrapper,
		#header,
		#section
		{
			width: 960px;
			margin: 0 auto;
		}

		#header
		{
			margin-bottom: 25px;
		}

			#logo
			{
				height: 50px;
				background: url('../../../../images/head.png');
			}

				#logo h1
				{
					display: none;
				}

				#logo form
				{
					float: right;
					margin: 15px 42px 0 0;
				}

					#logo form input.submit
					{
						display: none;
					}

					#logo form input.text
					{
						border: 0;
						background: transparent;
						width: 130px;
						height: 15px;
						color: #aaa;
						font-family: tahoma;
						font-size: 11px;
						outline: none;
					}

					#link-register
					{
						display: block;
						width: 78px;
						height: 27px;
						background: url('../../../../images/link-register.png');
						float: left;
						text-indent: -9999px;
						overflow: hidden;
						margin-left: 5px;
						margin-top: 11px;
					}

					#link-login
					{
						display: block;
						width: 78px;
						height: 27px;
						background: url('../../../../images/link-login.png');
						float: left;
						text-indent: -9999px;
						overflow: hidden;
						margin-top: 11px;
						margin-left: 12px;
					}

				#nav
				{
					list-style: none;
				}

					#nav li a
					{
						display: block;
						float: right;
						height: 41px;
						text-indent: -9999px;
						overflow: hidden;
					}

					#nav-1 a{width: 124px;background: url('../../../../images/nav-1.png')}
					#nav-2 a{width: 102px;background: url('../../../../images/nav-2.png')}
					#nav-3 a{width: 100px;background: url('../../../../images/nav-3.png')}
					#nav-4 a{width: 131px;background: url('../../../../images/nav-4.png')}
					#nav-5 a{width: 109px;background: url('../../../../images/nav-5.png')}
					#nav-6 a{width: 149px;background: url('../../../../images/nav-6.png')}
					#nav-7 a{width: 128px;background: url('../../../../images/nav-7.png')}
					#nav-8 a{width: 117px;background: url('../../../../images/nav-8.png')}

			#marquee
			{
				background: #000;
				background: rgba(30,30,30,.6);
				text-shadow: 0 2px 1px #010;
				color: #fff;
				font-family: x yekan, x arial, b yekan, yekan, arial;
				font-size: 16px;
				font-weight: normal;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				-ms-border-radius: 5px;
				-o-border-radius: 5px;
				border-radius: 5px;
				margin: 10px 0 65px;
				padding: 3px 10px;
			}

				#marquee marquee
				{
					display: block;
				}

				#marquee span
				{
					padding: 0 12px 0 60px;
				}

					#marquee span img
					{
						padding-left: 2	px;
					}

				#marquee em
				{
					color: #c7e3b4;
					font-size: 11px;
					font-style: normal;
				}


		#section
		{
			
		}

			#side-right,
			#side-left
			{
				width: 196px;
				float: right;
			}

			.mini-blocks
			{
			}

				.mini-blocks .block
				{
					background: url('../../../../images/side-bottom.gif') no-repeat 50% 100%;
					padding-bottom: 8px;
					margin-bottom: 10px;
				}

				.mini-blocks h2.block-title
				{
					background: url('../../../../images/side-top.gif');
					height: 34px;
					font-family: x yekan, x arial, b yekan, yekan, arial;
					font-size: 16px;
					font-weight: normal;
					padding: 12px 39px 0 0;
					color: #1c1c1c;
					text-shadow: 0 1px 0 #fff;
				}

				.mini-blocks div.block-body
				{
					border-right: 1px solid #e3e3e3;
					border-left: 1px solid #e3e3e3;
					background: #fff;
					padding: 7px;
				}

			#main
			{
				width: 530px;
				margin: 0 19px;
				float: right;
			}

				#main .block
				{
					background: url('../../../../images/block-bottom.gif') no-repeat 50% 100%;
					padding-bottom: 8px;
					margin-bottom: 10px;
				}

				#main h2.block-title
				{
					background: url('../../../../images/block-top.gif');
					height: 34px;
					font-family: x yekan, x arial, b yekan, yekan, arial;
					font-size: 16px;
					font-weight: normal;
					padding: 12px 15px 0;
					color: #1c1c1c;
					text-shadow: 0 1px 0 #fff;
				}

				#main div.block-body
				{
					border-right: 1px solid #e3e3e3;
					border-left: 1px solid #e3e3e3;
					background: #fff;
					padding: 7px 12px;
				}

		#footer
		{
			background: #666 url('../../../../images/footer-background.gif');
			color: #fff;
			border-top: 1px solid #555;
			margin-top: 30px;
			box-shadow: 0 -10px 0 #222;
			padding: 20px 0;
		}
	
		#links
		{
			padding: 0 10px 12px 10px;
			color: #bbb;
		}

			#links .col
			{
				float: right;
				width: 293px;
				border-left: 1px solid #4f4f4f;
				border-right: 1px solid #242424;
				padding-right: 15px;
				padding-left: 15px;
			}

				#links .col.first
				{
					border-right: 0;
				}

				#links .col.last
				{
					border-left: 0;
					padding-left: 0;
				}

				#links .col h3
				{
					color: #6aa8c8;
					font-family: x yekan, x arial, b yekan, yekan, arial;
					font-size: 18px;
					font-weight: normal;
					margin: 0 4px 7px 0;
				}

					#links .col h3 img
					{
						margin-left: 5px;
						vertical-align: bottom;
					}

					#links .col ul a
					{
						display: block;
						color: #aaa;
						padding: 1px 8px 3px;
						-moz-border-radius: 4px;
						-webkit-border-radius: 4px;
						-o-border-radius: 4px;
						-ms-border-radius: 4px;
						border-radius: 4px;
						margin-bottom: 1px;
					}

						#links .col ul a:hover
						{
							background: #191919;
						}

						#links .col ul a:active
						{
							background: #161616;
							color: #444;
						}
		
		#copyright
		{
			padding: 8px 0 12px 0;
			
			color: #888;
			border-top: 2px solid #333;
			font-size: 11px;
		}
		
			#copyright .wrapper
			{
				position: relative;
			}
		
			#copyright a
			{
				color: #fff;
				text-decoration: none;
			}

				#copyright a:hover
				{
					text-decoration: underline;
				}
			
			#powered
			{
				position: absolute;
				left: 0;
				top: 2px;
				background: url("../../../../images/parin.png") 0 0;
				width: 106px;
				height: 17px;
				text-indent: -9999px;
				overflow: hidden;
				display: block;
				color: #999;
				-moz-transition-duration: .7s;
				-o-transition-duration: .7s;
				-webkit-transition-duration: .7s;
				transition-duration: .7s;
			}

			#powered:hover,
			#powered:focus
			{
				background-position: 0 -51px;
			}

			#powered:active
			{
				background-position: 0 0;
				-webkit-transform: scale(0.8) rotate(0deg);
				-o-transform: scale(0.8) rotate(0deg);
				-moz-transform: scale(0.8) rotate(0deg);
				transform: scale(0.8) rotate(0deg);
			}

	/**
	 * Objects and Elements
	 */
	
	p.more
	{
		text-align: left;
	}

		p.more a
		{
			padding: 3px 10px 5px 10px;
			color: #222;
			
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			-o-border-radius: 8px;
			-ms-border-radius: 8px;
			border-radius: 8px;
		}
		
			p.more a:hover
			{
				background: #222;
				color: #eee;
			}

			#side p.more a
			{
				background: #222;
				color: #eee;
			}

				#side p.more a:hover
				{
					background: #259;
					color: #eee;
				}

	#slideshow
	{
		margin-bottom: 12px;
	}

		#slides img,
		#featured
		{
			width: 530px;
			height: 220px;
		}

		#featured
		{
			position: relative;
			margin: 0 auto;
			overflow: hidden;
		}

			#controls
			{
				z-index: 15;
				position: absolute;
				top: 5px;
				left: 5px;
			    background-color: #181818;
				margin: 0;
				padding: 3px 6px 3px 6px;
			    width: 150px;
				text-align: center;
				border: 1px solid #111;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-radius: 10px;
				display: none;
				font-size: 11px;
				overflow: hidden;
			}
		
				#controls a
				{
					color: #bbb;
					padding: 2px 7px;
					border: 1px solid #0a0a0a;
					background-color: #111;
					display: inline-block;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					border-radius: 5px;
				}

				#controls a:hover
				{
					text-decoration: none;
					background-color: #000;
					border-color: #000;
					color: #fff;
				}

#block-celebrities img
{
	width: 128px;
	height: 128px;
	margin-top: 10px;
}

h1, h2, h3, h4
{
	font-weight: bold;
}

select
{
	width: 250px;
}

input
{
	width: 320px;
}

textarea
{
	height: 150px;
	width: 450px;
}

input, textarea
{
	border: 1px solid #aaa;
	background-color: #f5f5f5;
	padding: 3px;
}

input:focus,
textarea:focus
{
	border-color: #888;
	outline: 2px solid #9cf;
	background-color: #fff;
}

div.information
{
	border-bottom: 1px dotted #aaa;
	margin-bottom: 7px;
	font-size: 11px;
	padding: 0 0 3px 0;
	height: 27px;
}

div.information div
{
	color: #777;
	padding: 2px 20px 2px 0;
	float: right;
	background-position: 100% 80%;
	background-repeat: no-repeat;
	margin-left: 20px;
}

div.information-date
{
	background-image: url("../../../../images/icon-date.gif");
}

div.information-writer
{
	background-image: url("../../../../images/icon-writer.gif");
}

table
{
	width: 100%;
}

td
{
	vertical-align: top;
}

.border-fix table
{
	border: 1px solid #888 !important;
	padding: 0 !important;
}

.border-fix td
{
	border: 1px solid #888 !important;
	padding: 3px !important;
}

textarea
{
	height: 150px;
}

textarea
{
	background-color: #f4f4f4;
}

select
{
	width: 200px;
}

a.item-1
{
	display: block;
	background-image: url("../../../../images/bullet-1.gif");
	background-repeat: no-repeat;
	background-position: 97% 79%;
	padding-right: 14px;
	margin: 5px 0;
	color: #333;
}

a.item-1:hover
{
	color: brown;
	text-decoration: underline;
}

a.item-2
{
	display: block;
	background-image: url("../../../../images/bullet-2.gif");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #369;
	padding: 1px 9px 4px 2px;
}

a.item-2:hover
{
	border-bottom: none;
	text-decoration: none;
}

a.xbutton
{
	display: block;
	background-color: #3699C5;
	background-image: url("../../../../images/button-blue-center.gif");
	background-repeat: repeat-x;
	background-position: top center;
}

.xbutton-left
{
	background-image: url("../../../../images/button-blue-left.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

.xbutton-right
{
	background-image: url("../../../../images/button-blue-right.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

.xbutton-content
{
	padding: 3px 4px 0 4px;
	text-align: center;
	-min-width: 40px;
	color: #fff;
	height: 20px;
	font-weight: 600;
}

a.xbutton-hover
{
	background-image: url("../../../../images/button-red-center.gif");
	background-color: #C54A36;
}

a.xbutton-hover .xbutton-left
{
	background-image: url("../../../../images/button-red-left.gif");
}

a.xbutton-hover .xbutton-right
{
	background-image: url("../../../../images/button-red-right.gif");
}

.ilabel
{
	font-weight: 600;
}

.highlight
{
	background-color: #ddd;
}

span.highlight
{
	color: brown;
	padding-bottom: 1px;
	border-bottom: 1px dotted brown;
}

a.item-4
{
	background-image: url("../../../../images/bullet-4.gif");
	background-repeat: no-repeat;
	background-position: 98% 79%;
	padding-right: 22px;
}

a.item-4 span
{
	padding-bottom: 1px;
}

a.item-4:hover span
{
	border-bottom: 1px dotted darkgreen;
}

ul.product-box
{
	list-style-type: none;
}

ul.product-box li
{
	float: right;
	margin: 6px 3px 6px;
	width: 162px;
	overflow: hidden;
}

ul.product-box li.last
{
	margin-left: 0;
}

ul.product-box li div.product-box-photo
{
	border: 1px solid #ADADAD;
	background-color: #fff;
	padding: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height: 110px;
	text-align: center;
	overflow: hidden;
}

ul.product-box li div.product-box-photo img
{
	max-width: 156px;
	height: 110px;
}

ul.product-box li div.product-box-descript
{
	padding: 0 1px;
	text-align: center;
}

ul.product-box li div.product-box-descript h3
{
	overflow: hidden;
	font-size: 12px;
	margin-top: 4px;
}

ul.product-box li div.product-box-descript p
{
	margin-top: 3px;
	line-height: 130%;
	color: #555;
}

.buttons
{
	text-align: left;
	padding: 5px 2px 6px 2px;
	margin-top: 10px;
}

.mini-blocks .buttons
{
	text-align: center;
}

#main .buttons
{
	padding-left: 1px;
}

.buttons button,
.buttons input
{
	width: auto;
	cursor: pointer;
	cursor: hand;
	border: none;
	background-color: #f70;
	color: #fff;
	padding: 2px 6px 3px 6px;
	font-size: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.buttons button:hover,
.buttons input:hover
{
	background-color: #222;
}

#main table tr td
{
	padding-bottom: 7px;
}

#main table.tableTextareaEditor td
{
	padding-bottom: 0;
}

#main table tr td table.toolbar1 td,
#main table tr td table.toolbar12 td
{
	padding: 1px 0 0 0;
	vertical-align: top;
}

#main table tr td td.wysiwyg-statusbar
{
	padding: 5px;
	collor: #f2f2f2;
	font-size: 9px;
	vertical-align: top;
}

.note
{
	padding: 6px 6px 8px 6px;
	margin: 5px 0;
	background-color: #fcffae;
}

.light
{
	padding: 4px 6px 6px 6px;
	background-color: #feffe4;
}

.div-row
{
	padding: 3px 0 7px;
}

.light em
{
	color: #d30000;
	font-style: normal;
}

#main a.item,
.item
{
	display: block;
	margin-bottom: 1px;
	padding: 1px 17px 1px 3px;
	background: transparent url("../../../../images/bullet-1.gif") no-repeat 96% 50%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 11px;
}

#main .item
{
	background-position: 98.7% 50%;
	padding-right: 18px;
}

#main a.item:hover
{
	color: #333;
	background-color: #eee;
}

#main a.item
{
	padding: 2px 18px 5px 3px;
	background: transparent url("../../../../images/bullet-1.gif") no-repeat 98.5% 50%;
}

h1
{
	font-weight: bold;
	color: #666;
	font-size: 25px;
	color: brown;
	font-family: arial;
}

#admin-panel
{
	background-color: #f2f2f2;
	width: 100%;
}

a.sResult
{
	display: block;
	margin: 10px;
	background-color: #fbffcd;
}

a.sResult:hover
{
	background-color: #fff5a1;
}

a.sResult div
{
	border: 1px solid #d2d2d2;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

a.sResult div h3
{
	font-size: 18px;
	color: brown;
}

a.sResult div p
{
	color: #555;
	line-height: 150%;
}

#path
{
	text-align: right;
	margin-left: 10px;
	float: left;
	background-image: url("../../../../images/bullet-1.gif");
	background-repeat: no-repeat;
	background-position: 100% 55%;
	padding-right: 22px;
	padding: 0 14px 3px 0;
	font-size: 12px;
	font-weight: normal;
	font-family: tahoma;
}

#path a
{
	padding-bottom: 1px;
	border-bottom: 1px dotted #fff;
}

#path a:hover
{
	border-bottom-color: #0088CC;
}

th
{
	background-color: #ccc;
	color: #222;
	padding: 4px 5px 6px 5px;
	text-align: right;
	font-weight: bold;
}

.pnum
{
	list-style-type: none;
	padding: 4px 4px 3px 5px;
	margin: 7px 5px 3px 5px;
	direction: ltr;
	background-color: #f1f1f1;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	height: 20px;
	line-height: 120%;
}

.pnum li
{
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 4px;
	padding: 2px 4px 3px 5px;
	cursor: pointer;
	cursor: hand;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.pnum li:hover, .pnum li.yes
{
	font-weight: bold;
	filter: alpha(opacity=100);
	opacity: 1.0;
	color: #fff;
}

.pnum li:hover
{
	font-weight: normal;
	background-color: #e7a76f;
}

.pnum li.yes
{
	cursor: default;
	background-color: green;
}

.pnum li.yes:hover
{
	font-weight: bold;
}

a.readmore,
a.more
{
	background-color: #ff6c00;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 75px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 6px 2px 7px;
	margin-top: 10px;
	font-size: 11px;
	float: left;
}

a.readmore:hover,
a.more:hover
{
	background-color: #ff4800;
}

div#image
{
	position: absolute;
	background-color: #f7f7f7;
	border: 1px solid #888;
	padding: 1px;
	top: 50px;
	display: none;
	cursor: pointer;
	z-index: 11;
}

div#image div.title
{
	background-color: #bbb;
	border-bottom: 1px solid #d3d3d3;
	padding: 4px 3px 4px 3px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	direction: rtl;
}

div#image div.content
{
	padding: 5px;
}

div#image div.content img
{
	border: 1px solid #888;
}

.avatar
{
	padding: 1px 7px 3px 7px;
}

#menu
{
	position: absolute;
	top: 0;
	left: 0;
	direction: rtl;
	display: none;
	z-index: 100;
	margin-left: -2px;
	width: 170px;
	background: #f4f7fb;
	padding: 0 0 10px 0;
	border-bottom: 7px solid #ccc;
}

#menu ul
{
	list-style-type: none;
	margin-bottom: -1px;
	padding: 1px;
}

#menu ul li
{
	background: url("../../../../images/bullet-5.gif") no-repeat 97% 50%;
	border-bottom: 1px solid #d4d7db;
	padding: 4px 25px 5px 8px;
	color: #555;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	line-height: 130%;
/*
	height: 15px;
	width: 142px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;*/
}

#menu ul li:hover
{
	color: #000;
	background-color: #e2e6e9;
}

.submenu
{
	background: transparent url("../../../../images/bullet-3.gif") no-repeat left center;
}

div.jMyCarousel .prev{
	background: url("../../../../images/left.png") center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}

div.jMyCarousel .next{
	background: url("../../../../images/right.png") center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}

div.jMyCarousel .up{
	background: url("../../../../images/up.png") center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url("../../../../images/down.png") center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}

/** Carousel 2 **/
div.jMyCarousel{
	margin: auto;
	direction: ltr;
}

div.jMyCarousel ul{
	background-color:#000;	
}

div.jMyCarousel ul li{
	margin:5px;
	border:1px solid #444;
	line-height:0px;
	padding:3px;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
	margin:0px;
	padding:0px;
}

div.jMyCarousel ul li a img{
	display:block;
	border:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	width: 120px;
	height: 95px;
	cursor: pointer;
}

.hand
{
	cursor: pointer;
	cursor: hand;
}

#votes input
{
	width: auto;
	margin-top: 11px;
}

	#votes label
	{
		cursor: pointer;
		display: block;
	}

.sblock
{
	width: 174px;
	margin-bottom: 15px;
}

	h2.sblock-title
	{
		background: #50a3df url("../../../../images/block-top.gif") no-repeat scroll top left;
		height: 31px;
		color: #002634;
		text-align: center;
		padding-top: 16px;
		font-size: 11px;
		font-weight: bold;
	}
	
	.sblock-body
	{
		background: #ececec url("../../../../images/block-bottom.gif") no-repeat bottom center;
		padding: 5px 10px 12px 10px;
	}

h4
{
	font-size: 11px;
	color: #222;
}

#stat span
{
	background-image: url("../../../../images/bullet-3.gif");
	background-repeat: no-repeat;
	background-position: 97% 50%;
	padding-right: 14px;
	display: block;
	margin-bottom: 6px;
}

#block-clock .block-body
{
	text-align: center;
	font-size: 11px;
}

#block-weather .block-body
{
	line-height: 160%;
	text-align: center;
	font-size: 11px;
}

#block-weather .block-body form input
{
	border: 0;
	background: url("../../../../images/go.gif") no-repeat;
	width: 14px;
	height: 14px;
	margin-bottom: -3px;
	cursor: pointer;
}

#block-stat .block-inline
{
	background-image: url("../../../../images/icon-stat.jpg");
	background-position: 10px 0;
	background-repeat: no-repeat;
}

#s-right,
#s-left
{
	float: right;
}

#s-right
{
	width: 285px;
}

#s-left
{
	width: 300px;
	margin-right: 8px;
}

#s-left a.item
{
	display: block;
	background-image: url("../../../../images/bullet-2.gif");
	background-repeat: no-repeat;
	background-position: 97% 50%;
	margin: 1px 0;
	color: #333;
	padding: 0 19px 2px 1px;
}

#s-left a.item:hover
{
	background: url("../../../../images/bullet-3.gif") no-repeat 97% 50%;
}

ul.news-list
{
	list-style-type: none;
}

ul.news-list li
{
	margin-top: 1px;
	border-bottom: 1px solid #ddd;
	padding: 2px 0 2px 0;
}

.news-list-title
{
	text-align: right;
	margin-top: 1px;
}

div.news-list-photo
{
	margin: 5px 5px 0 6px;
	border: none;
	padding: 0;
	float: right;
}

div.news-list-photo img
{
	width: 90px;
	height: 70px;
	border: 1px solid #777;
	padding: 1px;
}

div.news-list-side
{
	margin: 4px 0 0 0;
	height: 57px;
	overflow: hidden;
}

p.news-list-content
{
	font-size: 11px;
	margin-left: 5px;
}

a.news-list-link
{
	color: brown;
	font-size: 11px;
	display: block;
	margin: 4px 0 0 5px;
	text-align: left;
}

ul.newsbox
{
	list-style-type: none;
}

ul.newsbox li
{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url("../../../../images/sep.gif");
	padding: 1px 1px 38px 1px;
	margin-bottom: 10px;
}

ul.newsbox li h3.newsbox-title
{
	font-family: arial, sans-serif;
	padding: 0 9px 3px 3px;
	font-size: 20px;
	letter-spacing: -.4px;
	font-weight: bold;
	color: #1c7900;
}

.news-details
{
	float: right;
	width: 175px;
}

ul.newsbox li h3.newsbox-title a
{
	color: #1c7900;
}

ul.newsbox li h3.newsbox-title a:hover
{
	color: #000;
}

ul.newsbox li div.newsbox-info
{
	padding-top: 5px;
	float: right;
	margin-left: 7px;
}

ul.newsbox li div.newsbox-date
{
	color: #6c6c6c;
	text-algin: center;
	padding-top: 4px;
	font-size: 11px;
}

ul.newsbox li div.newsbox-box
{
	padding: 7px;
}

ul.newsbox li p.newsbox-content
{
	display: block;
	line-height: 160%;
}

.news-box a.readmore
{
	float: none;
	width: auto;
	margin: 0;
	background: #ccc;
	color: #666;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.news-box
{
	margin-bottom: 10px;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.news-box h1
{
	font-size: 12px;
	font-family: tahoma;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	-wekbit-border-top-right-radius: 2px;
	-wekbit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	padding: 2px 13px 3px 4px;
	border-bottom: 2px solid #999;
	background: #eee;
	text-align: center;
	margin-bottom: 10px;
}

.news-box h1 a
{
	color: #333;
	padding: 4px;
}

#admin-links a.item
{
	float: right;
	width: 29%;
}

ul
{
	list-style: none;
}

.block-gallery .block-body
{
	text-align: center;
}

.block-gallery img
{
	width: 130px;
	margin: 0 5px;
}

.forumTopics td img
{
	vertical-align: baseline;
}

form.form
{
	background: #fff;
	margin-bottom: 7px;
}

	form.form input
	{
		width: auto;
		padding-right: 10px;
		padding-left: 10px;
	}
	
.learning-list a.item-2
{
	width: 235px;
	float: right;
	margin-left: 6px;
}