/* CSS Document */
table, tr, td, th{
	padding:0px;
	margin:0px;
	border-width:0px;
}

p, td, div{
	font-size:12px;
}

.input_field{
	width:500px;
	height:18px;
}
.input_date_field{
	width:466px;
	height:18px;
	direction:ltr;
}
.select_field{
	width:500px;
}

.textarea_field{
	width:500px;
	height:250px;
}

.textarea_field_short{
	width:500px;
	height:100px;
}

.textarea_field_catalog_summery{
	width:97px;
	height:120px;
}


.textarea_field_html{
	width:650px;
	height:200px;
}

.file_field{
	width:500px;
}

.ltr
{
	direction:ltr;
}

.rtl
{
	direction:rtl;
}

.border{
	border:#3C3835 1px solid;
}

img{
	vertical-align:bottom;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
h1{
	font-size: 16px;
	color:#756338;
	margin:0px;
	padding:0px;
}
h2{
	font-size: 16px;
	color:#847040;
}
h3{
	font-size: 15px;
	color:#847040;
}
h4{
	font-size: 14px;
	color:#2a2415;
}
h5{
	font-size: 13px;
	color:#9d8c66;
}
h6{
	font-size: 12px;
	color:#9d8c66;
}

a:link {
	text-decoration: none;
	border-width: 0px;
	font-size:inherit;
}
a:visited {
	text-decoration: none;
	border-width: 0px;
	font-size:inherit;
}
a:hover {
	text-decoration: none;
	border-bottom-width:1px;
	border-bottom-style:solid; 
	border-width: 0px;
	font-size:inherit;
}
a:active {
	text-decoration: none;
	border-width: 0px;
	font-size:inherit;
}

.small_bottom_links {
	font-size: x-small;
}

.div_field{
	clear:both;
}

.div_lable{
	width:150px;
}

.div_lable_short{
	width:90px;
}

.print_menu
{
	margin:5px;
}

.red_text{
	color:#990000;
}