/****************************************************************/
/*   Design:   Multiflex-3.10 / Layout-2                        */
/*   File:     Text formats                                     */
/*--------------------------------------------------------------*/
/*   Design:   1234.info                                        */
/*   Date:     December 16, 2007                                */
/*--------------------------------------------------------------*/
/*   License:  Fully open source without restrictions.          */
/*             Please keep footer credits with the words        */
/*             "Design by 1234.info". Thank you!                */
/****************************************************************/

/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN NAVIGATION */
.nav3-bullet {width:160px; margin:5px 0 0 5px;}
.nav3-bullet dt {
	line-height:1.5em;
	padding:0 0 0 5px;
	text-decoration:none;
	color:#33cccc;
	font-size:110%;
}
.nav3-bullet dt a, .nav3-bullet dt a:visited {
	color:#669999;
	padding-left: 15px;
}
.nav3-bullet dt a:hover {
	text-decoration:underline;
	color:#33cccc;
}
.nav3-bullet dd a, .nav3-bullet dd a:visited {line-height:1.7em; margin:0 0 0 15px; padding:0 0 0 10px; background:url(./img/bg_bullet_half_1.gif) no-repeat 0px 50%; text-decoration:none; color:rgb(70,122,167); font-weight:normal; font-size:120%;}
.nav3-bullet dd a:hover {background:url(./img/bg_bullet_half_2.gif) no-repeat 0px 50%; text-decoration:underline; color:#33cccc;}

.nav3-nobullet {width:170px; margin:10px 0 0 20px;}
.nav3-nobullet dt a, .nav3-nobullet dt a:visited {line-height:2.0em; text-decoration:none; color:rgb(70,122,167); font-weight:bold; font-size:120%;}
.nav3-nobullet dd a, .nav3-nobullet dd a:visited {line-height:1.7em; margin:0 0 0 15px; text-decoration:none; color:rgb(70,122,167); font-weight:normal; font-size:120%;}
.nav3-nobullet dt a:hover, .nav3-nobullet dd a:hover {text-decoration:underline; color:rgb(42,90,138);}

.leftside-navigation h1 {
	clear:both;
	margin:0 0 0 0;
	padding:0 0 0 25px;
	font-family:"trebuchet ms",arial,sans-serif;
	color:#ffcc66;
	font-weight:bold;
	font-size:150%;
}
.leftside-navigation h2 {clear:both; margin:5px 0 5px 10px; font-family:"trebuchet ms",arial,sans-serif; color:rgb(170,170,170); font-weight:bold; font-size:150%;}
.leftside-navigation h3 {clear:both; margin:5px 0 5px 10px; color:#999999; font-weight:bold; font-size:110%;} /* Note: h2 not existent, to make identical to formats for leftside-navigation for easier exchange */
.leftside-navigation p {clear:both; margin:5px 0 20px 10px; color:#999999; line-height:1.3em; font-size:130%;}
.leftside-navigation p.center {text-align:center;}
.leftside-navigation p.right {text-align:right;}
.leftside-navigation img {
	border: 0px;
	padding-top: 10px;
}

.leftside-navigation ul {list-style:none; margin:0.5em 10px 1.0em 20px;}
.leftside-navigation ul li {margin:5px 0 0.2em 2px; padding:0px 0px 0 11px; background:url(./img/bg_bullet_full_1.gif) no-repeat 0 0.4em; line-height:1.2em; font-size:110%;}
.leftside-navigation ol {margin:0.5em 10px 1.0em 40px !important /*Non-IE6*/; margin:0.5em 10px 1.0em 45px /*IE6*/;}
.leftside-navigation ol li {list-style-position:outside; margin:0 0 0.4em 0; font-size:110%;}

/* MAIN CONTENT */
.main-content h1.pagetitle {margin:0 0 0.4em 0; padding:0 0 2px 0; border-bottom:solid 7px rgb(225,225,225); font-family:"trebuchet ms",arial,sans-serif; color:rgb(220,220,220); font-weight:bold; font-size:220%;}
.main-content h1.block {clear:both; margin:1.0em 0 0em 0; padding:2px 0 2px 2px; background:rgb(190,190,190); font-family:"trebuchet ms",arial,sans-serif; color:rgb(0,0,0); font-weight:bold; font-size:220%;}
.main-content h1 {
	clear:both;
	font-family:"trebuchet ms",arial,sans-serif;
	font-weight:bold;
	font-size:210%;
	color: rgb(100,200,200);
	background-image: url(img/head_h1.jpg)  no-repeat;
}
.main-content h2 {
	clear:both;
	margin:0 0 0.5em 0.5em;
	font-family:"trebuchet ms",arial,sans-serif;
	color:#ffcc66;
	font-weight:bold;
	font-size:160%;
	line-height: 0.9em;
}
.main-content h3 {
	clear:both;
	font-family:"trebuchet ms",arial,sans-serif;
	color:#ffcc66;
	font-weight:bold;
	font-size:135%;
}
.main-content h1.side {clear:none;}
.main-content h2.side {clear:none;}
.main-content h3.side {clear:none;}

.main-content h4 {margin:1.5em 0 1.0em 0; color:rgb(180,180,180); font-family:"trebuchet ms",arial,sans-serif; font-weight:normal; font-size:170%;}
.main-content h5 {margin:1.5em 0 1.0em 0; color:rgb(180,180,180); font-family:"trebuchet ms",arial,sans-serif; font-size:140%;}
.main-content h6 {margin:1.2em 0 0.2em 0; color:rgb(180,180,180); font-weight:bold; font-size:120%;}
.main-content p {
	line-height:1.6em;
	font-size:130%;
	color: #eee;
	margin: 0 0 0 20px;
}
.main-content p.center {text-align:center;}
.main-content p.right {text-align:right;}
.main-content p.details {clear:both; margin:-0.25em 0 1.0em 0; line-height:1.0em; font-size:110%;}
.main-content blockquote {clear:both; margin:0 30px 0.6em 30px; font-size:90%;}

.main-content table {
	clear:both;
	table-layout: fixed;
	color: #eee;
	line-height: 140%;
	border-collapse:collapse;
	empty-cells:show;
}
.main-content table th.top {height:3.5em; padding:0 7px 0 7px; empty-cells:show; background-color:rgb(175,175,175); color:#333333; font-weight:bold; font-size:110%;}
.main-content table th {height:3em; padding:2px 2px 2px 2px; background-color:rgb(225,225,225); color:rgb(80,80,80); font-weight:bold; font-size:110%;}
.main-content table td {
	font-weight:normal;
	vertical-align: top;
}

.tdbg{
	background: url(img/product_td_bg.jpg) no-repeat bottom right;
	height: 380px;
	color: #CCCCCC;
	font-size: 130%;
	padding: 5px 10px;
}

.main-content table p {
	color:#eeeeee;
	line-height: 130%;
	margin: 0;
}
.main-content h2 {
	margin: 0;
}

p.caption {clear:both; margin:0.5em 0 2.0em 20px; color:rgb(80,80,80); font-size:110%;}

.main-content-index table {
	clear:both;
	width:550px;
	table-layout: fixed;
	border-collapse:collapse;
	background-color:rgb(34,34,34);
	text-align:center;
	float: right;
}
.main-content-index table th.top {height:2.5em; padding:none; empty-cells:show; background-color:rgb(34,34,34); text-align:center; color:#333333; font-weight:bold; font-size:110%;}
.main-content-index table th {height:2em; padding:none; rgb(34,34,34); text-align:center; color:rgb(80,80,80); font-weight:bold; font-size:110%;}
.main-content-index table td {height:2em; padding:none; background-color:rgb(34,34,34); font-weight:normal; color:rgb(80,80,80); font-size:110%;}
.main-content-index table img {}
.main-content-index table p {color:#333333;}

.main-content ul {list-style:none; margin:0.5em 0 1.0em 0;}
.main-content ul li {margin:0 0 0.2em 2px; padding:0 0 0 12px; background:url(./img/bg_bullet_full_1.gif) no-repeat 0 0.5em; line-height:1.4em; font-size:120%;}
.main-content ol {margin:0.5em 0 1.0em 20px !important /*Non-IE6*/; margin:0.5em 0 1.0em 25px /*IE6*/;}
.main-content ol li {list-style-position:outside; margin:0 0 0.2em 0; line-height:1.4em; font-size:120%;}

.contactform {width:418px; margin:2.0em 0 0 0; padding:10px 10px 0 10px; border:solid 1px rgb(200,200,200); background-color:rgb(240,240,240);}
.contactform fieldset {padding:20px 0 0 0 !important /*Non-IE6*/; padding:0 /*IE6*/; margin:0 0 20px 0; border:solid 1px rgb(220,220,220);}
.contactform fieldset legend {margin:0 0 0 5px !important /*Non-IE*/; margin:0 0 20px 5px /*IE6*/; padding:0 2px 0 2px; color:rgb(80,80,80); font-weight:bold; font-size:130%;}
.contactform label.left {float:left; width:100px; margin:0 0 0 10px; padding:2px; font-size:110%;}
.contactform select.combo {width:175px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform input.field {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform textarea {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform input.button {float:right; width:9.0em; margin-right:20px; padding:1px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:110%;}
.contactform input.button:hover {cursor: pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}

/********************/
/*  COMMON CLASSES  */
/********************/
.main img {
	clear:both;
}
.main img.center {clear:both; float:none; display:block; margin:0 auto; padding:1px; border:1px solid rgb(150,150,150);}
.main img.right {clear:both; float:right; margin:3px 0 7px 10px; padding:1px; border:1px solid rgb(150,150,150);}

.main a {color:#ffcc66; text-decoration:dotted;}
.main-content h1 a {color:rgb(70,122,167); font-weight:normal; text-decoration:none;}
.main a:hover {color:#ffcc66; text-decoration:dotted;}
.main a:visited {color:#ffcc66; text-decoration:none;}
.main a:hover img {border:none;}
.column1-unit form {color:rgb(100,100,100);}

.page-container a { text-decoration:none; }

.png24 {
   tmp:expression(setPng24(this));
}
