@charset "utf-8";

body {
	margin-top:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787878;
}
#page {
	width:910px;
	margin: 0 auto;
	background: url(/CMSSiteManager/Development/CssStylesheets/img/bg_page.gif);
	background-repeat:repeat-y;
}
#head {
	height:146px;
	width:860px;
	padding: 20px 0 0 0;
	margin: 0 5px;
}
#head img {margin-left:18px;}
#topnav {
	float:right;
	margin-bottom:5px;
	height: 15px;
	vertical-align:top;
}
# topnav a {vertical-align:top}
#content {
	clear:both;
	padding-top:50px;
	width:860px;
	padding: 50px 20px 0 20px;
	margin: 0 5px;
}
#col_right {
	float: right;
	margin-left:20px;
	width:200px;
}
#col_left {
	width:640px;
	font-size: 12px;
}
#col_left ul li {
	list-style-image: url(/CMSSiteManager/Development/CssStylesheets/img/listimage.gif);	
}
#col_left ul li {
	margin-bottom: 0px;
}
#col_left ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer {
	background: url(/CMSSiteManager/Development/CssStylesheets/img/bg_footer.gif);
	background-position:bottom;
	height:100px;
	background-repeat:no-repeat;
	width:870px;
	padding: 0 20px;
	clear:both;
}

h1 {
	font-size: 20px;
}

.dropline {
	text-transform:uppercase;
	font-size: 14px;
	border-bottom: 1px solid #d2001a;
	height:40px;
	width:880px;
	padding-left:20px;
}

.dropline ul {
	padding:0;
	list-style:none;
	width:800px;
}
.dropline ul table {
border-collapse:collapse: width:0;
	height:0;
	margin:-1px -10px;
}
.dropline ul li {
	float:left;
	margin-right: 25px;
	margin-top:20px;
}
.dropline ul li a {
	color: #787878;
}
.dropline ul li a:hover {
	color:#d2001a;
}
.dropline ul li a b {
	margin: 0 20px;
	color: #787878;
	text-decoration:none;
	font-family:arial, sans-serif;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
}


h2 {
	font-size:12px;
	font-weight:bold;
	color:#d2001a;
	text-transform:uppercase;
	width:100%;
	border-bottom:1px solid #d2001a;
	margin-bottom:0;
}

#col_right h2 {
	margin-top: 30px;
}

#col_right .actual h2 {
	margin-top: 0px;
}

a {
	font-weight:bold;
	color:#d2001a;
	text-decoration:none;
}
a.unselected
{
	color: #787878;
	cursor:pointer;
	font-weight:normal;
}
div.newsentry {
	display:block;
	margin: 3px 0 10px 0;
}
.searchbox {
	width:85px;
	height:11px;
	border:1px solid #717171;
	margin: 0 0 0 5px;
	font-size:9px;
	vertical-align:top;
}
.searchbutton { 
	}
.printbutton {
	margin: 0 30px 0 7px;
	border:0;
	vertical-align:bottom;
	margin-bottom:3px
}
#langnav { 
	display: inline;
	vertical-align:top;
}
#topnav a {
	vertical-align:top;
}
.2cols {
	clear:both;
}
.c50l {
	width:310px;
	float:left;
	margin-right:20px;
}
.c50r {
	width:310px;
	float:right;
}
.c65l {
	width:403px;
	float:left;
	margin-right:20px;
}
.c35r {
	width:217px;
	float:right;
}
.c35r img {
	margin-top:25px;
	/*border-top: 1px solid #d2001e;*/
}

.shopcols .c35r img {
	margin-top:25px;
}

.twoColClearing {
	width:100%;
}
.clearfix {
	width:100%;
	height:0;
	clear:both;
}
#col_left h2 {
	margin-bottom:5px;
}
p {
	padding:5px 0;
}
.menu {
	min-width:900px;;
}

.menu ul {
	padding:0;
	list-style:none;
	font-size:16px;
	font-family:helvetica;
	font-weight:lighter;
	height:41px;
	width: 800px;
	font-size:13px;
	text-transform:uppercase;
	margin-left:25px;
	margin-top:0;
	margin-bottom:0;
}
.menu ul ul{
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:-9999px;
}
.menu ul table {
	border-collapse:collapse;
	font-size:1em;
	float:left;
	margin:-1px;
}
.menu ul ul li {
	float:left;
	margin:0;
	text-align:left;
	border-bottom: 1px solid #CCC;
}
.menu ul ul li a {
	display:block;
	line-height:20px;
	margin:0;
	width:170px;
	font-size:12px;
	padding: 0 10px;
}
.menu ul li {
	display:inline;
	margin:0 -2px;
	text-align:left;
}
.menu ul li a {
	display:inline-block;
	height:36px;
	margin:5px 0 0 0;
	padding:0 20px 0 0;
	text-decoration:none;
	color: #787878;
}
html>/**/body .menu ul li {
	display:inline-block;
	padding:0;
}
* html .menu ul li a.sub {
	margin-right:3px;
}
* html .menu ul li a {
	margin-bottom:-4px;
}
.menu ul li a b {
	display:block;
	height:36px;
	float:left;
	padding:0 0 0 20px;
	cursor:pointer;
	color: #909090;
}
.menu ul li a:hover {
	position:relative;
	background-position:right bottom;
	color:#d2001a;
}
.menu ul li a:hover b {
	background-position:left bottom;
}
.menu ul li:hover {
	position:relative;
}
.menu ul li:hover > a {
	background-position:right bottom;
	color:#d2001a;
}
.menu ul li:hover > a b {
	background-position:left bottom;
}
.menu ul :hover ul {
	left:1px;
	width:170px;
	top:41px;
}
* html .menu ul :hover ul {
	top:36px;
}
ul#menu :hover ul li {
	display:block;
	float:left;
	margin:0 0 0 20px;
	border-bottom:1px solid #fff;
}
.menu ul :hover ul li a {
	display:block;
	float:left;
	margin:0;
	height:25px;
	line-height:25px;
	width:130px;
	background:url(../images/navBGwhite.png);
	color: #787878;
}
.menu ul :hover ul li a:hover {
	background:#fff;
	color:#d2001a;
}
.menu ul :hover ul li:hover > a {
	background:#fff;
	color:#d2001a;
}
.menu ul :hover ul li a.fly:hover {
}
.menu ul :hover ul li:hover > a.fly {
}
li.CMSListMenuHighlightedLI .CMSListMenuLinkHighlighted,
li.CMSListMenuHighlightedLIfirst .CMSListMenuLinkHighlighted {
	font-weight:bold;	
	color:#d2001a; !important
}

.twocols {
	border: 1px solid #fff;
	overflow: hidden;
	width: 100%;
	min-height:35px;
}

.onecol, #col_left div.newsentry, .NewsSummary, .NewsBody {
	width: 480px;
}

.IE8 .twocols,
.IE7 .twocols,
.IE6 .twocols {
	width:638px;
}
.IE8 .c50l,
.IE7 .c50l,
.IE6 .c50l {
	width:300px;
}
.IE8 .c50r,
.IE7 .c50r,
.IE6 .c50r {
	width:300px;
}
.IE8 .c65l,
.IE7 .c65l,
.IE6 .c65l {
	width:393px;
}
.IE8 .c35r,
.IE7 .c35r,
.IE6 .c35r {
	width:207px;
}
a img {border:0}


#plc_lt_header_SearchBox_pnlSearch {
	display:inline;
}

.bfbProdText {
	margin-top: 10px;
}

.AddToCartImageButton {
	margin: 0px 0px 0px 8px;
	position: relative;
	top: 5px;
}

.bytixlogo {
	float:right;
	margin-top: 80px;
}

.IE7 .dropline {
	padding-left:0px;
	width:900px;
}
.IE7 .menu {
	margin-left:18px;
}
.IE6 .menu {
	margin-left:18px;
}

.IE6 #col_left {
	width: 637px;
}

.IE7 .c35r img {
	margin-top:15px;
}
.IE6 .c35r img {
	margin-top:15px;
}

.IE6 .twocols {
	width: 620px;
}
.IE6 .dropline {
	padding-left:0;
	height:20px;
}
.IE6 .dropline ul{
	margin-bottom:0;
	padding-bottom:0;
}
.IE6 .dropline ul li {
	margin-top:10px;
}

.actual h2 {
	margin-bottom: 3px;
}

td.TextRight 
{
	text-align: right;
}

.contactlink {
	margin-right:20px;
}

.landingpage_title h1 {
	color:#000000;
	text-align:center;
	margin-bottom:0;
}
.landingpage_title h2 {
	color:#000000;
	text-align:center;
	border-bottom:0;
	margin-top:0;
	text-transform:none;
}
.landingpage_bg {
	background: url(img/rocket.jpg) no-repeat;
	min-height:400px;
}
.landingpage_left {
	width:350px;
}
.landingpage_left td{
	display:block;
}
a.linktoquiz {
	background:#D2001A;
	color:#FFF;
	text-transform:uppercase;
	padding:2px 10px;
	margin-top: 20px;
}
.highlight
{
	color:#d2001a;
	font-weight:bold;
}
.quizResultHolder
{
	background-color:White;
	position:absolute;
	left:45%;
	top:20%;
	width:350px;
	min-height:500px;
	border:solid 1px #787878;
	z-index:1;
}

.CartStepHeader
{
	text-align: left;
	font-weight: normal;
}

.ErrorLabel
{
	color: #ff0000;
}
.flash
{
	float:right;
	border:solid 1px #eae9e9;
	margin-left:20px;
	margin-right:20px;
}
.CMSListMenuHighlightedLI {
	float:left;
}
.CMSListMenuLI {
	float:left;	
}
.aktkamp_left {
	min-width:400px;
	height:150px;
}
.aktkamp_right {
	margin-top:25px;
	height:135px;
}