body {
	background: #FFF8DC;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	margin: 20px;
	text-align: left;
}
a {
	color: #404040;
	text-decoration: underline;
}
a:hover {
	color: #404040;
	text-decoration: none;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 6px 0;
}
h1 a {
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}
p {
	margin: 4px 0;
}
ul {
	margin-top: 3px;
	margin-bottom: 3px;
	list-style-position: inside;
}
.clear {
  height: 0;
  font-size: 0;
  clear: both;
}
.center {
	text-align: center;
}
/* tables */
table {
	width: 100%;
	border-collapse: collapse;
	marign: 0;
	padding: 0;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
}
table thead {
	text-align: center;
	font-weight: bold;
	background: #FAFAFA;
}
table tbody {
	text-align: left;
}
table td {
	padding: 4px;
	border: 1px solid #EDEDED;
}
table td.editable {
	cursor: pointer;
}
table .editable:hover{
	background: #F5F5F5;
}
table.rtl_text td.editable {
	text-align: right;
}
table.rtl_text input, table.rtl_text textarea {
	text-align: right;
}
/* main part of the site */
#main {
	width: 790px;
	min-height: 550px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background:  #FFFFFF url(/images/bg.gif) repeat-x bottom;
	border: 1px solid #333333;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	behavior: url(/PIE.htc);
}
#header_left {
	float: left;
	padding-left: 25px;
}
#header_right {
	float: right;
}
/* menu with different parts of sites */
#main_menu {
	text-align: center;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	color: #DD3708;
}
#main_menu li {
	list-style-type: none;
	display: inline;
}
#main_menu a {
	color: #DD3708;
	text-decoration: none;
}
#main_menu a:hover {
	color: #FF3300;
	text-decoration: none;
}
/* 2 columns for the site */
#main_left {
	float: left;
	width: 605px;
	border: 1px solid #333333;
	background: #FFFFFF;
	padding: 4px;
}
#main_right {
	float: right;
	width: 160px;
	border: 1px solid #333333;
	background: #FFFFFF;
	padding: 4px;
	text-align: center;
}
/* only 1 column */
#main_only {
	border: 1px solid #333333;
	background: #FFFFFF;
	padding: 4px;
}
#price_tag {
	font-weight: bold;
}
#news_title {
	border-bottom: 1px solid #66CCFF;
	width: 30%;
	margin-top: 5px;
	font-weight: bold;
}
.c_left {
	float: left;
	width: 20%;
	font-weight: bold;
}
.c_right {
	float: right;
	width: 80%;
}
.error {
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #FF3300;
	background: #FADFDC;
	color: #FF3300;
    font-weight: bold;
}
.error_green {
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #009900;
	background: #C1FFC1;
	color: #009900;
	font-weight: bold;
}

#intro_slider { 
   width: 300px; /* important to be same as image width */ 
   height: 310px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
	width: 300px;
	height: 310px;
	float: left;
	margin-right: 4px;
}
#intro_slider ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#intro_sliderContent {
   width: 300px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}
.intro_sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}
.intro_sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 374px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;
}

#copyright_notice {
	text-align: center;
}
