body
{
 margin: 0px;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 11px;
 color: #585a60;
 background: url(../images/body_background.gif) repeat-x #ffffff;
}

acronym
{
 border: none;
}

.helperForm
{
 margin: 0px;
}

a:link, a:visited
{
 color: #a53f3f;
 text-decoration: none;
 outline: none;
}

a:hover
{
  text-decoration: underline;
  font-size: 11px;
}

.infoBox
{
 width: 400px;
 length: auto;
 border: 1px solid #7da2ce;
 background: url(../images/infobox.png) repeat-x bottom left #ebf3fd;
}

.infoBox_higlight
{
 width: 398px;
 length: auto;
 border: 1px solid #ffffff;
 text-align: center; /*IE6*/
}

.infoboxContent
{
 width: 378px;
 height: auto;
 margin: 10px auto 10px auto;
 text-align: left;
}

.infoboxContent_info
{
 color: #999;
}



/* PRIMUS ********************************************************************************************************************** */
#primus
{
 float: left;
 width: 100%;
 height: 109px;
 text-align: center; /* IE6 */
 background: url(../images/primus_background.gif) no-repeat top center;
}

#topWrapper
{
 width: 996px;
 height: 109px;
 margin: auto;
 text-align: left;
}

#topContainer
{
 float: left;
 width: 998px;
 height: 67px;
 margin: auto;
 /*background: #0F0*/
}

a.topLogo:link, a.topLogo:visited, a.topLogo:hover
{
 display: block;
 float: left;
 width: 117px;
 height: 15px;
 background: url(../images/top_logo.png) no-repeat top left;
 margin: 19px 0px 0px;
}

a.cc_topLogo:link, a.cc_topLogo:visited, a.cc_topLogo:hover
{
 display: block;
 float: right;
 width: 119px;
 height: 19px;
 background: url(../images/cc_toplogo.gif) no-repeat top left;
 margin: 19px 0px 0px 0px;
}

#topContainerColLeft
{
 float: left;
 width: 664px;
 height: 67px;
 margin: auto;
}

#topContainerColRight
{
 float:right;
 width: 324px;
 height: 67px;
 margin: auto;
 text-align: right;
}




/* SECUNDUS ********************************************************************************************************************* */
#secundus
{
 float: left;
 overflow: auto;
 width: 100%;
 height: auto;
 text-align: center; /* IE6 */
 background: url(../images/secundus_background.gif) no-repeat top center;
}

#contentWrapper
{
 overflow: auto;
 width: 998px;
 height: auto;
 margin: 0px auto 8px auto;
 text-align: left;
/*background:#CCC;*/
}

#leftCol
{
 float: left;
 width: 656px;
 height:auto;
 clear: left;
 overflow: auto;
}

#rightCol
{
 float: right;
 width: 332px;
 height: auto;
 overflow: auto;
_overflow: hidden;
 clear: right;
}

br.ie6fix
{
 line-height: 0px;
}


/* TERTIUS ********************************************************************************************************************* */
#tertius
{
 float: left;
 width: 100%;
 height: auto;
 overflow: auto;
 text-align: center; /* IE6 */
 background: #ffffff;
}

#bottomWrapper
{
 width: 996px;
 height: 29px;
 margin: auto;
 border-top: 1px solid #e8ebef;
 background: #ffffff;
 text-align: left;
 font-size: 10px;
}

#bottomWrapper_left
{
 float: left;
 width: auto;
 height: auto;
 margin-top: 5px;
}

#bottomWrapper_left a:link, #bottomWrapper_left a:visited
{
 color: #a53f3f;
 text-decoration: none;
 outline: none;
 font-size: 10px;
}

#bottomWrapper_left a:hover
{
  text-decoration: underline;
  font-size: 11px;
  font-size: 10px;
}

/*
a.bottom_customer:link, a.bottom_customer:visited, a.bottom_customer:hover
{
 display: block;
 float: left;
 width: auto;
 height: 39px;
 background: url(../images/bottom_customerlogo.png) no-repeat top left;
 margin: 8px 0px 0px 8px;
 font-size: 10px;
 color: #ffffff;
 text-indent: 46px;
 text-decoration: none;
 line-height: 27px;
_background: url(../images/ie6/bottom_customerlogo.gif) no-repeat top left;
}
*/


a.bottom_arkena:link, a.bottom_arkena:visited, a.bottom_arkena:hover
{
 display: block;
 float: right;
 width: 107px;
 height: 16px;
 background: url(../images/bottom_arkenalogo.png) no-repeat top left;
 margin: 5px 0px 0px 0px;
 font-size: 10px;
 color: #ffffff;
 text-decoration: none;

}

 .tooltip {
	display: none;
	background: url(../images/tooltip.gif) repeat-x top left #ffffff;
	border: 1px solid #d6dae0;
	padding: 10px 40px 10px 15px;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #999;
	width: 200px;
}
.tooltip h1, .tooltip h2, .tooltip h3 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.tooltip h1 {
	font-size: 12px;
	color: #333;
}
.tooltip h2 {
	font-size: 12px;
	font-weight: normal;
}
.tooltip h3 {
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
.tooltip .rating, .tooltip .commentsCount, .tooltip .views {
	display: block;
}


