/*<group=General Stuff>*/

body, td, li, p, div {
	font: 10px verdana,helvetica,arial,sans-serif;
	color: #000;
}

body {
	margin-top: 5px;
	padding-top: 0px;
}

body, .trail, .clickstream {
	background-color: #eee;
}

p, li {
	padding: 0px;
	margin: 0px;
}

p.space {
	margin-top: 10px;
}

p.faq_question {
	margin-top: 10px;
	font-weight: bold;
}

h1, .title
{
	font-size: 1.4em;
	font-weight: bold;
	color: #006;
	margin-bottom: 15px;
}

h2, .title2
{
	font-size: 1.2em;
	font-weight: bold;
	color: #006;
	margin-top: 1em;
}

h3, .title3
{
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .2em;
}

ul li {
	list-style: square;
}

hr {
	background-color: #006;
	color: #006;
	height: 2px;
}

.indented {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

abbr, acronym {
/*    font-style: inherit;*/
	font-variant: normal;
    border-bottom: 1px dotted #006;
    cursor: help;
}

/*</group>*/

form {
	margin: 0;
	padding: 0;
}

select {
	font-size: 1em;
}

code {
	color: #006;
	font-weight: bold!important;
	font-variant: normal;
	text-decoration: none;
	font: 10px verdana,helvetica,arial,sans-serif;
/*	font-family: monospace;*/
	/*Monaco, Courier, "Courier New";*/
}

.mainblock {
	width: 100%;
	height: auto;
/*	height:  100%;*/
	border: 1px solid #006;
}

.topnavigation {
	font-weight: bold;
/*	text-indent: 160px;*/
	padding-left: 172px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footer {
	padding-top: 5px;
	text-align: center;
/*	border-top: 1px solid #006;*/
}

.content {
	border: none;
	text-decoration: none;
	background-color: #fff;
}

a img.lightbox_button:hover, a img.lightbox_button:focus, a img.partner:hover, a img.partner:focus {
	border: none;
	text-decoration: none;
	background-color: transparent;
}

a.no-hover:hover {
	border: none;
	text-decoration: none;
	background-color: transparent;
}

.content {
/*	border-right: 1px solid #006;*/
	width: 100%;
	height: auto;
	border-left: 1px solid #006;
/*	max-width: 600px;*/
	vertical-align: top;
	padding: 20px;
}

.real_content {
	max-width: 800px;
}

.trail, .clickstream {
	text-align: left; 
	margin-top: -10px; 
	margin-bottom: 20px;
	padding: 2px 0 2px 2px;
}


/*<group=Header>*/

.siteheader {
	width: 100%;
	background-color: #006;
	height: 45px;
/*	border-left: 1px solid #006;
	border-right: 1px solid #006;
*/	border-bottom: 5px solid #600;
	margin-bottom: 4px;
	color: #fff;
}

.siteheader_img, .siteheader_img:hover, .siteheader_img:active, .siteheader_img:focus, .siteheader_img:link {
	position: relative; 
	left: 5px;
	top: 10px;
	border: 0;
}

.menu {
/*	-moz-opacity:0.9;*/
	opacity: .9;
	filter:alpha(opacity=90);
}
/*</group>*/

/*<group=Links>*/

a:link, a:visited
{
	text-decoration: underline;
	color: #600;
}

a.mainmenu {
	text-decoration: none;
	font-weight: bold;
	padding: 0 5px 0 5px;
}

a.submenu {
	text-decoration: none;
	font-weight: normal;
	padding: 0px 3px 0px 3px;
}

a.mainmenu:visited, a.mainmenu:link, a.submenu:visited, a.submenu:link {
	text-decoration: none;
}

a:active, a:hover, a:focus
{
	text-decoration: none;
	background-color: #006;
	color: #eee;
}

a img
{
	border: 1px solid #600;
/*	margin-bottom: 3px;*/
}

a img:hover
{
	border: 1px solid #006;
/*	margin-bottom: 3px;*/
}	

.imgbutton {
	border: 0;
}

/*</group>*/

/*<group=Left Toolbox>*/

.toolbox_left {
	width: 150px;
	margin: 0px;
/*	border-left: 1px solid #006;*/
/*	border-right: 1px solid #006;*/
/*	background-color: #0cc;
	border: 1px solid yellow;*/
}

.toolbox_left_a {
	padding-bottom: 3px;
	padding-top: 3px;
}

.toolbox_header {
	font-size: 1.1em;
	font-weight: bold;
	color: #ccc;
	background-color: #006;
	padding: 2px 4px 4px 2px;
	margin-bottom: 5px;
	text-align: left;
}

.toolbox_header abbr, .toolbox_header acronym {
    font-style: inherit;
    border-bottom: 1px dotted #ccc;
    cursor: help;
}


.ads {
	text-align: center;
	background-color: #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 260px;
}

div.ads a img {
	border: 0;
	padding: 0;
	margin: 0;
}

.random {
	text-align: center;
	padding: 10px 5px 5px 10px;
	height: 260px;
/*	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
*/
}
	
/*</group>*/

/*<group=Forms>*/

fieldset legend {
	font-weight: bold;
	color: #000;
}

fieldset.research {
	width: 150px;
}

/*.logininput, .searchinput, .searchinput_ext, .input, .input_short, .input_contact, .input_quotation
*/
input, textarea {
/*	background-color: #fff;
*/	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

.input_quotation {
	margin-top: 3px;
}

.logininput, .searchinput
{
	width: 130px;
}

.searchinput_ext, .input_short, .input_contact,
.searchinput_ext_required
{
	width: 200px;
}

.searchinput_ext_failed
{
	border: 1px solid #0ff;
}

.required {
	font-weight: bold;
}

.input_contact, .radio_contact {
	margin-bottom: 10px;
}

.input {
	width: 400px;
	margin: 5px 0 5px 0;
}
	
/*.logininput:focus, .searchinput:focus, .searchinput_ext:focus, .input:focus, .input_short:focus, .input_contact:focus, .input_quotation:focus*/
input:focus, textarea:focus {
	background-color: #fffdce;
}

.button
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background-color: #ccc;
	color: #333;
	font-size: 1.0em;
	font-weight: bold;
}

	
/*</group>*/

/*<group=images>*/

.partner {
	clear: left; 
	padding: 10px 10px 10px 0; 
/*	margin: 0 30px 20px 0 0;
*/	vertical-align: middle;
	border: none;
}

a img.at, a img.at:hover, a img.at:focus, a img.lightbox_button, a img.partner {
	border: none;
}

/*<group=category page>*/

.maincat {
/*	font-weight: bold;*/
	padding: 8px 0 3px 0;
}

.subcat {
/*	margin: 5px 0 8px 0;*/
}

.imagetable {
	border: 1px solid #006;
}

.imagerow1, .row2 {
	background-color: #ccc;
}

.imagerow2, .row1 {
	background-color: #eee;
}

.thumb_image {
	position: relative;
	top: 0px;
	left: 0px;
	width: 110px;
	text-align: center;
	float: left;
	z-index: 1;
}

.thumb_descr {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: left;
	z-index: 0;
}

.lightbox_button {
	margin-top: 5px;
	border: 0;
}

/*</group>*/

.row1, .row2, .row_white {
	text-align: left;
	padding: 2px 2px 2px 4px;
	position: relative;
}

.row_white {
	
}

.descrcont {
	position: relative;
	left: 150px;
	width: 80%;
}

.descr {
	position: absolute;
}

.toolbox, .image_descr_box, .prev_next {
	width: 100%;
	border: 1px solid #006;
	margin-left: auto;
	margin-right: auto;
}

.toolbox, .image_descr_box {
	text-align: left;
	margin-top: 12px;
	margin-bottom: 12px;
}
	
/*</group>*/

/*<group=Toolboxes>*/

.prev_next {
	background: #eee;
	height: 35px;
}

.prev, .next {
	margin: 5px;
}

.prev {
	float: left;
	text-align: left;
}

.next {
	float: right;
	text-align: right;
}
	
/*</group>*/
