/* begin overall style */
body
{
	margin: 0;
	padding: 0;
	background: white;
	color: #A2997C;
	/* font: normal 10pt Arial,Helvetica,sans-serif; */
	font: normal 10pt Georgia,Arial,Helvetica,sans-serif;
	line-height: 20px;
}

a, a:link, a:active, a:visited
{
	color: #A2997C;
}

#page
{
	width: 1065px;
	margin: 0 auto;
	padding: 0;
	/* background: #EBEAD5; */
	background: url(../images/background.png) repeat-x #E5E4D1;
	position: relative;
}

#topRow
{
	height: 25px;
	background: #F1F0E2;
	
}

#topRow h1
{
	font-size: 11px;
	margin: 0px;
	position: relative;
	top: 5px;
	left: 60px;
	font-weight: normal;
	font-style: italic;
	color: #4EDDF9;
}

#header
{
	margin: 0;
	padding: 0;
	position: relative;
}

#headerImage
{
	background: url(../images/header.png) no-repeat;
	width: 980px;
	height: 288px;
	margin: 0 auto;
}

#logo
{
	margin: 7px 0px 0px 60px;
	height: 48px;
	width: 392px;
	background: url(../images/logo.png) no-repeat;
	position: relative;
	top: 15px; /* remove this line when the second language is ready to be launched */
}

#logo a {display: block;}

#mainmenu
{
	position: absolute;
	top: 50px;
	left: 620px;
}

#mainmenu ul
{
	padding: 0;
	margin: 0;
	padding: 0.4em 0 0.3em 0;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	height: 34px;
	width: 77px;
	display: inline-block;
	text-align: center;
	padding-top: 7px;
}

#mainmenu ul li a:hover, #mainmenu ul li a.active
{
	background: url(../images/btn_over.png) no-repeat;
	color: #8DE4F5;
}

li.menuSeparator
{
	font-weight: normal;
	font-size: 16px;
	height: 34px;
	display: inline-block;
	text-align: center;
	padding: 0px 10px 0px 10px;
}

#langBox
{
	width: 172px;
	height: 26px;
	background: url(../images/languages_box.png);
	position: relative;
	left: 800px;
}

#langBox a
{
	width: 43px;
	height: 42px;
	display: inline-block;
	position: relative;
	top: -20px;
	margin-left: 10px;
}

a#en_flag
{
	background: url(../images/english_flag.png);
}

a#de_flag
{
	background: url(../images/german_flag.png);
}

a#bg_flag
{
	background: url(../images/bg_flag.png);
}

#content
{
    position: relative;
    min-height: 500px;
    width: 95%;
    margin: 0 auto;
    padding: 0px;
}

#content h1
{
	font-style:italic;
	font-size: 30px;
	font-weight: normal;
	margin: 10px 0px 0px 20px;
}

#content p {margin-left: 20px; text-align: justify;}

#footer
{
	padding: 15px;
	margin: 20px 0 0 0;
	font-size: 0.8em;
	text-align: center;
	/* border-top: 1px solid #EEE; */
	background: url(../images/footer_line.png) repeat-x;
}
/* end of overall style */

/* begin data grid style */
table.dataGrid
{
	background: white;
	border-collapse: collapse;
	width: 100%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 0.9em;
	border: 1px #4F81BD solid;
	padding: 0.3em;
}

table.dataGrid th
{
	background: #d3dfee;
	text-align: center;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
	background: #E6F2FF;
}
/* end of data grid style */

.actionBar
{
	margin: 10px;
}

div.item
{
	margin: 10px 0 0 0;
	border: 1px solid silver;
	padding: 5px;
}

.test
{
	border: 1px solid red;
}

/* Section Css */

.tl
{
	background: url(../images/up_left.png) no-repeat;
	width: 13px;
	height: 13px;
}

.tc
{
	background: url(../images/1px_border.png) repeat-x #F0EFE1;
	height: 1px;
}

.tr
{
	background: url(../images/up_right.png) no-repeat;
	width: 13px;
	height: 13px;
}

.ml
{
	background: url(../images/1px_border.png) repeat-y #F0EFE1;
	width: 1px;
}

.mc
{ 
	background: #F0EFE1;
	line-height: 23px;
	font-size: 15px;
	font-weight: normal;
	text-align: justify;
}

.mc font { display: block; padding: 0px 10px 0px 10px;}

.mr
{
	background: url(../images/1px_border.png) repeat-y #F0EFE1 100% 100%;
}

.bl
{
	background: url(../images/down_left.png) no-repeat;
	width: 13px;
	height: 13px;
}

.bc
{
	background: url(../images/1px_border.png) repeat-x #F0EFE1 0% 100%;
}

.br
{
	background: url(../images/down_right.png) no-repeat;
	width: 13px;
	height: 13px;
}

/* End Section Css */

.checkTitle
{
	background: url(../images/chek.png) no-repeat;
	height: 28px;
	padding: 3px 0px 0px 35px;
	margin: 16px 0px 16px 0px;
	font-size: 24px;
	font-weight: normal;
	font-style:italic;
}

.fl{ float: left; }
.fr{ float: right; }
.cl{ clear: both; }

h2.newsSectionTitle
{
	background: url(../images/title_white.png) no-repeat;
	width: 355px; /* -16px of the original height */
	height: 40px; /* -14px of the original height */
	color: #4EDDF9;
	font-style:italic;
	font-size: 24px;
	padding: 14px 0px 0px 16px;
	margin-bottom: 10px;
	font-weight: normal;
}

.vspace5 { height: 5px;}
.lh5 { line-height: 5px;}

ul.homeList
{
}

ul.homeList li
{
	list-style: disc;
}

.txt13 {font-size: 13px;}

.priceTd
{
	width:80px;
	text-align: left;
	padding-left: 10px;
	line-height: 25px;
}

a.redTxt, font.redTxt
{
	color: red !important;
}

.txtC {text-align: center !important;}

.b {font-weight: bold;}

div.recommend
{
	text-align: left;
	font-size: 11px;
}

div.recommend font
{
	font-size: 11px;
}

div.recommend a
{
	
}