﻿
div.main {
	background-color: #ffffff;
	width: 730px;
	margin: 0 auto;
	clear: both;
}
hr.middle_hr {
	width:95%;
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #4C4C4C;
}
div.largebox-header {
	background-image: url(../images/largebox-top.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 22px;
	text-align: center;
	padding-right: 35px;
	line-height: 20px;
	font-family: tahoma, arial, "times New Roman", verdana, georgia, sans-serif, "trebuchet MS";
	color: #ffffff;
	font-size: 12px;
	direction:rtl;
	cursor:pointer;
}
div.largebox-body {
	font-family: tahoma, arial, "times New Roman", verdana, georgia, sans-serif, "trebuchet MS";
	color: #2e2e2e;
	font-size: 11px;
	direction:rtl;
}


div.main-col-left {
	float: left;
	width: 191px;
}
div.main-col-right {
	float: right;
	width: 191px;
}
div.main-col-middle {
	text-align: center;
	width: 730px;
	margin: 0 auto;
	/*float:none !important;*/
	float:right;
}

