/*
	Dastar (eShop Portal)
	Version ; 4.2.6 @ Jaunuary 2009
	Optimized By ; Javad Ahmadzadeh -- www.ahmadzadeh.ir
*/

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	direction: rtl;
	background-color:#493119;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;

}
a, a:visited {
	color: #1B57A3;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #e5cc9e;
}
#module_search {
	float: right;
	padding-top: 30px;
}
#module_search input {
	border: none;
	font-size: 11px;
}
#column_right {
	float: right;
	width: 180px;
	margin-left: 10px;
}
#content {
	float: right;
	width: 760px;
	margin-bottom: 10px;
}
#content .top {
	padding: 8px 10px 6px 0px;
	background: url('../image/content_top.png') no-repeat;
	text-align: right;
}
#content .top h1, .heading {
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	text-align: right;
}
.heading {
	border-bottom: 1px solid #e2b86c;
	padding-bottom: 3px;
	margin-bottom: 10px;
	text-align: right;
}
#content .middle {
	border-left: 1px solid #e2b86c;
	border-right: 1px solid #e2b86c;
	background: #e2b86c;
	padding: 10px 10px 1px 10px;
	min-height: 380px;
	text-align: right;
}
#content .bottom {
	background: url('../image/content_bottom.png') no-repeat;
	height: 5px;
	text-align: right;
}
.box {
	margin-bottom: 10px;
	background: url('../image/box_top.png') no-repeat;
	text-align: right;
}
.box .top {
	padding: 8px 7px 6px 0px;
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
}
.box .top img {
	float: right;
	margin-left: 5px;
}
.box .middle {
	border-left: 1px solid #e2b86c;
	border-right: 1px solid #e2b86c;
	background: #e2b86c;
	padding: 10px;
}
.box .bottom {
	height: 5px;
	background: url('../image/box_bottom.png') no-repeat;
	text-align: center;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #e2b86c;
	border: 1px solid #e2b86c;
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #e2b86c;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #e2b86c;
	border: 1px solid #e2b86c;
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #e2b86c;
	font-weight: bold;
	text-align: right;
}
.error {
	color: #e2b86c;
	display: block;
	text-align: right;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #e2b86c;
	background: #e2b86c;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear {
	overflow: hidden;
	width: 100%;
}
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #e2b86c;
	display: inline-block;
	font: normal 12px Tahoma, arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px;
	text-decoration: none;
	text-align: right;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0px 5px 18px;
}
.buttons {
	background: #e2b86c;
	border: 1px solid #e2b86c;
	margin-bottom: 10px;
	clear: both;
	padding: 5px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	width: 100%;
	margin-bottom: 10px;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #e2b86c;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: left;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: left;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #e2b86c;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: right;
}
.pagination .links a {
	border: 1px solid #e2b86c;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #e2b86c;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #e2b86c;
}
.pagination .results {
	float: left;
}
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: right;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-left: 2px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #fffff;
	border-left: 1px solid #ffffff;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #ffffff url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.page {
	border: 1px solid #ffffff;
	background: #ffffff;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 536px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 8px;
	padding-right: 12px;
	list-style: url('../image/bullet_1.png');
}
.information_menu a , .information_menu a:visited {
	vertical-align: middle;
	padding: 5px;
	font-size: 9pt;
	display: block;
	text-decoration : none;
}
.information_menu a:hover {
	background-color: #e2b86c;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	text-decoration : none;
}
.cart {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #e2b86c;
}
.cart th {
	background: #e2b86c;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}
.top_link {
	margin: 5px 1px 10px 1px;
	padding: 10px;
	border: 1px solid #e2b86c;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	text-align: right;
	background-color: #ffffff;
}
.tlink a , .tlink a:visited {
 	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	width: 100px;
	background-color: #f2f2f2;
	text-align: center;
	padding: 5px;
	margin: 5px;
	font-size: 9pt;
	display: inline;
	text-decoration : none;
}
.tlink a:hover {
	background-color: #e3e3e3;
	text-decoration : none;
}
