/*
* EXPOEXPRESS
* stylesheet.css
* 
* Author: Holger M. Stangl
* Company: Lime Flavour, http://www.limeflavour.com
* Date: April 2008
* 
*/


/*
* General Pre Settings
*
*/
* { margin: 0; padding: 0; }
img, fieldset { border: none; }
ul, ol, dl { list-style: none; }
a { text-decoration: none; color: #262626; }
a:hover { color: #e96b00; }


/*
* General Helpers
*
*/
.breaker {
	overflow: hidden;
	height: 0;
	clear: both;
	font-size: 0;
}


/*
* STRUCTURE
*
*/
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	text-align: center;
	background-color: #fff;
	background-image: url(../../files/static/images/gif/htg_body.gif);
	background-position: left 54px;
	background-repeat: repeat-x;
}

#container {
	width: 980px;
	padding: 0 10px;
	margin: 10px auto 0 auto;
	text-align: left;
	background-image: url(../../files/static/images/gif/htg_container.gif);
	background-position: 10px top;
	background-repeat: repeat-y;/**/
}

/*
* HEADER
*
*/
#containerHeader {
	background-color: #004f91;
	height: 122px;
	padding: 0 10px;
	background-image: url(../../files/static/images/gif/htg_header.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#logo {
	float: right;
}



#containerImageBar {
	background-color: #734760;
	height: 160px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

#containerImageBar .imageBar {
	margin: 10px 0;
	overflow: hidden;
	height: 110px;
	width: 960px;
	}

#containerImageBar .imageBar .imageItem {
	padding-left: 15px;
	float: left;
	height: 110px;
	width: 174px;
	}

#containerImageBar .imageScroller {
	margin: 0 25px;
	}



#containerFunctional {
	background-color: #004f91;
	height: 25px;
	margin: 0 10px;/**/
	position: relative;
	}

#containerFunctional a {
	font-size: 11px;
	color: #fff;
	background-image:url(../../files/static/images/gif/icon_link.gif);
	background-position:left 3px;
	background-repeat:no-repeat;
	padding:0 0 0 18px;
	}

#notepadLink {
	position: absolute;
	right: 15px;
	top: 5px;
	}

#notepadLink a {
	font-size: 11px;
	color: #fff;
	background-image:url(../../files/static/images/gif/icon_link.gif);
	background-position:left 1px;
	background-repeat:no-repeat;
	padding:0 0 0 18px;
	}

#formSearch {
	padding: 0;
	width: 189px;
	position: absolute;
	left: 567px;
	top: 3px;
	}

#formSearch label {
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	padding: 3px 0 0 15px;
	float: left;
	}

#formSearch .formField {
	float: right;
	}

#formSearch .formField input#searchKey {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width: 106px;
	border: 0;
	background-color: #fff;
	padding: 2px 4px;
	float: left;
	margin-right: 6px;
	}

#formSearch .formField input.submitSearch {
	padding: 4px 0;
	}


/*
* Navigation A
*
*/	
.containerNavigation {
	float: left;
	width: 189px;
	height: 80px;
	padding: 15px 0;
	overflow: hidden;
	}

.containerNavigation li {
	padding: 0 0 6px 15px;
	height: 10px;
}

.containerNavigation li a {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	display: block;
	height: 10px;
	overflow: hidden;
}

.containerNavigation li a:hover {
	color: #fda14a;
}

.containerNavigation li a.active {
	color: #fda14a;
}





#containerPortal {
	background-color:#fff;
	padding:0 10px 3px 10px;
	}
	
#containerPortal ul {
	background-color: #999;
	background-image: url(../../files/static/images/gif/htg_portal.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 29px;
	}

#containerPortal ul li {
	float: left;
	/*width: 191px;*/
	width: 319px;
	height:25px;
	padding-top: 2px;
	text-align: center;
	border-right: 1px solid #fff;
	}

#containerPortal ul li a {
	color: #fff;
	}
#containerPortal ul li span {
	color: #ccc;
	}
#containerPortal ul li a:hover {
	color: #ea0000;
	}
#containerPortal ul li a.active {
	color: #ea0000;
	}



#containerBottom {
	/*padding: 0 15px;
	background-image: url(../../files/static/images/gif/htg_bottom.gif);
	background-position: left bottom;*/
	background-repeat: no-repeat;
	background-image:url(../../files/static/images/gif/htg_bottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:0 25px 20px;
	}

#containerBottom p {
	float: left;
	padding: 60px 0 10px 0;
	}

#containerBottom p.top {
	width: 189px;
	}

h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #262626;
	}

h2 {
	color: #262626;
	font-size: .9em;
	line-height: 1.5em;
	padding: 0;
	}

h3 {
	color: #262626;
	font-size: 11px;
	line-height: 1.5em;
	}

p {
	color: #262626;
	font-size: 11px;
	line-height: 15px;
	}

a.top {
	padding: 0 10px 0 15px;
	background-image: url(../../files/static/images/gif/icon_top.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	color: #ffffff;
	}

a.back {
	padding: 0 10px 0 18px;
	background-image: url(../../files/static/images/gif/icon_back.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	}

a.download {
	padding: 0 0 0 15px;
	background-image: url(../../files/static/images/gif/icon_download.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	}
	
a.link {
	background-image:url(../../files/static/images/gif/icon_link.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
	padding:0 0 0 18px;
	}
	
.functions {
	padding-top: 20px;
	}

/*
* MAIN
*
*/
#containerMain {
	padding: 0 10px;/**/
	width: 960px;
	}

#containerMarginalA {
	float: left;
	width: 188px;
	padding: 0 0 20px 0;
	border-top: 20px solid #fff;
	}
	
ul.navigationSub {
	width: 188px;
	border-bottom: 1px solid #fff;
	/*padding-top: 29px;*/
	}
	
ul.navigationSub li a {
	padding: 8px 0 8px 14px;
	width: 174px;
	min-height: 13px;
	border-top: 1px solid #fff;
	display: block;
	}

ul.navigationSubB {
	/*background-color: #b56d95;*/
	background-color: #4c83b2;
	}

ul.navigationSubB li a {
	padding: 8px 0 8px 14px;
	width: 174px;
	min-height: 13px;
	border-top: 1px solid #fff;
	display: block;
	}

ul.navigationSubB li a.active {
	/*background-color: #eac7dd;*/
	}
	
ul.navigationSubC {
	background-color: #99b9d3;
	}

ul.navigationSubC li a {
	}	 
	
	
	
	
	
.containerCenter {
	padding: 0 26px;
	float: left;
	width: 720px;
	margin-top: 20px;
	}
	
.containerCenterB {
	padding: 0 0 0 26px;
	float: left;
	width: 746px;
	/*margin-top: 56px;*/
	margin-top: 20px;
	}

#containerCenterB {
	padding: 0 15px 0 15px;
	float: right;
	/*margin-top: 56px;*/
	margin-top: 20px;
	}

.containerCenter h1,
#containerCenterB h1 {
	padding: 4px 0 15px 0;
	}

.containerCenter h2,
#containerCenterB h2 {
	padding: 0 0 15px 0;
	}





.contentDetail {
	float: left;
	width: 352px;
	padding-right: 15px;
	}

.secondCol {
	padding: 0;
	}

.contentDetail .contentText {
	color: #262626;
	font-size: 11px;
	line-height: 1.5em;
	padding-bottom: 15px;
	}

.contentDetail .contentText p {
	padding: 0 0 15px 0;
	}

.contentDetail .contentText ul {
	padding: 0 0 15px 0;
	list-style-type: disc;
	list-style-position: inside;
	}
	
.contentDetail .contentText ul li {
	color: #262626;
	}
	
.contentDetail .contentText a {
	color: #e96b00;
	}

.contentDetail .contentText a:hover {
	text-decoration: underline;
	}

.contentDetail .contentText a.link {
	color: #262626;
	}

.contentDetail .contentDownload {
	font-size: 11px;
	line-height: 1.5em;
	}	

.contentDetail .imageBox {
	padding: 0 0 10px 0;
	}




.contentDetail dl {
	font-size: .7em;
	line-height: 1.5em;
	color: #262626;
	}

.contentDetail dl dd {
	font-weight: bold;
	}

.contentDetail dl dt {
	padding: 0 0 15px 0;
	}

.contentDetail .meta {
	color: #78797d;
	font-style: italic;
	}




.contentDetail form {
	padding: 0 0 5px 0;
	}

.contentDetail .formitem {
	padding: 0 0 10px 0;
	}

.contentDetail .formlabel {
	float: left;
	width: 87px;
	padding-top: 4px;
	}
	
.contentDetail .formlabel label {
	font-size: 11px;
	font-weight: normal;
	color: #262626;
	}
	
.contentDetail .formcheck {
	float: left;
	margin-right: 10px;
	}
	
.contentDetail .formlabelcheck {
	}
	
.contentDetail .formlabelcheck label {
	font-size: .7em;
	color: #262626;
	}

.error {
	color: #ff0000!important;
	font-weight: bold;
	}

.contentDetail .formfield {
	float: right;
	width: 261px;
	}

.contentDetail input.input {
	width: 243px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #78797d;/**/
	background-color: #e5e7e6;
	padding: 2px 4px;
	margin-right: 10px;
	}

.contentDetail input.inputsmall {
	width: 97px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #78797d;/**/
	background-color: #e5e7e6;
	padding: 2px 4px;
	margin-right: 10px;
	float: left;
	}

.contentDetail textarea.input {
	width: 243px;
	height: 80px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #78797d;/**/
	background-color: #e5e7e6;
	padding: 2px 4px;
	margin-right: 10px;
	}
	
.contentDetail input.submit {
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #78797d;/**/
	background-color: #e96b00;
	color: #fff;
	padding: 2px 6px;
	float: right;
	margin-right: 8px;
	}
	
	

.contentDetail table.orderForm {
	background-color: #ebe7de;
	border-collapse:collapse;
	font-size: 11px;
	line-height: 15px;
	padding: 0;
	width: 524px;
	margin:0 20px 20px 0;
	color: #262626;
	}
	
.contentDetail table.orderForm caption {
	/*background-color: #606165;
	font-size: 14px;
	padding:15px 10px 10px;
	text-align:left;*/
	}
	
.contentDetail table.orderForm thead tr td {
	padding: 5px;
	font-weight: bold;
	color: #fff;
	background-color: #c3bba6;	
	text-transform: uppercase;
	}
	
.contentDetail table.orderForm tbody tr td {
	padding: 5px;
	}
	
.contentDetail table.orderForm tbody tr.colB td {
	background-color: #dddad1;
	}
	
.contentDetail table.orderForm tr td input {
	width: 20px;
	font-size: 11px;
	text-align: right;
	background-color: #fff;
	border: 1px solid #c3bba6;
	color: #606165;
	padding: 1px 3px;
	}
	
	
	
	
.contentImages {
	float: right;
	width: 552px;
	}

.contentImages .imageBrowser {
	padding: 1px 0 20px 0;
	}
	
.contentImages .imageBrowser ul li {
	float: left;
	padding-right: 1px;
	}

.contentImages .imageBrowser ul li a {
	height: 17px;
	width: 20px;
	font-size: .7em;
	font-weight: bold;
	text-align: center;
	background-color: #606165;
	display: block;
	padding: 3px 0 0 0;
	color: #fff;
	}

.contentImages .imageBrowser ul li a:hover {
	background-color: #78797d;
	}
	
.contentImages .imageBrowser ul li a.active {
	background-color: #78797d;
	}

.contentImages .imageBox img {
	padding: 0 0 1px 0;
	}

.contentImages .imageBox p {
	padding: 0;
	text-align: left;
	}
	
	
.contentList h1 {
	padding: 4px 0 15px 0!important;
	}

.contentIntro {
	padding: 0 0 15px 0;
	}

.contentList .teaserBox {
	height: 116px;
	margin: 0 0 15px 0;
	padding: 0 0;
	position: relative;
	}

.contentList .teaserBox .teaserImage {
	/*background-color: #E5E5E5;*/
	float: left;
	height: 116px;
	width: 174px;
	margin: 0 15px 0 0;
	}

.contentList .teaserBox .teaserText {
	float: left;
	width: 342px;
	padding: 0 15px 0 0;
	height: 116px;
	overflow: hidden;
	}

.contentList .teaserBox .teaserText h2 {
	padding: 0!important;
	font-size: 14px;
	margin-top: -4px;
	}

.contentList .teaserBox .teaserText p {
	padding: 0;
	}

.contentList .teaserBox .teaserLink {
	float: left;
	width: 174px;
	height: 116px;
	position: relative;
	}

.contentList .teaserBox .teaserLink p {
	position: absolute;
	bottom: -2px;
	padding: 0;
	}

.contentList .teaserBox .teaserLink p a {
	background-image: url(../../files/static/images/gif/icon_link.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding: 0 0 0 18px;
	}
	
	
	
.teaserArray {
	margin-top:-26px;
	padding-bottom:30px;
	}
	
.teaserArray .teaserArrayItem {
	width: 85px;
	margin-right: 4px;
	margin-bottom: 4px;
	float: left;
	}
	
.teaserArray .teaserArrayItem .teaserArrayImage {
	border-bottom: 1px solid #fff;
	}
	
.teaserArray .teaserArrayItem .teaserArrayLinks {
	background-color:#D0D0D0;
	position: relative;
	height: 14px;
	width: 85px;
	}
	
.teaserArray .teaserArrayItem .teaserArrayLinks img {
	position: absolute;
	}
	
.teaserArray .teaserArrayItem .teaserArrayLinks img.linkMoveUp {
	left: 2px;
	top: 2px;
	}
	
.teaserArray .teaserArrayItem .teaserArrayLinks img.linkMoveDown {
	left: 14px;
	top: 2px;
	}
	
.teaserArray .teaserArrayItem .teaserArrayLinks img.linkRemove,
.teaserArray .teaserArrayItem .teaserArrayLinks img.linkAdd {
	right: 2px;
	top: 2px;
	}
	
.transparent {
	opacity: 0.3;
	-moz-opacity: 0.3;
	}
	

.transparent img {
	filter: alpha(opacity=30);
	}
	
	

#containerBanner {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	margin: 0 10px;
	}

.containerSlideshow {
	background-image:url(../../files/static/images/jpg/htg_slider.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	height: 546px;
	}

.slider li img.link { cursor: pointer; }

.prev {
	padding: 421px 0 35px 42px;
	cursor: pointer;
	}
.next {
	padding: 421px 42px 35px 0; 
	cursor: pointer;
	}
	
	
	
.containerMarquee {
	font-size: 11px;
	padding: 10px 116px;
	color: #fff;
	background-color: #606165;
	}

.containerMarquee a {
	color: #fff;
	}
	
.containerMarquee a:hover {
	color: #E96B00;
	}
	
	

.containerPortalSlideshow {
	background-color: #fff;
	border-bottom: 4px solid #fff;
	border-top: 4px solid #fff;
	position: relative;
	height: 361px;
	}
	
.containerPortalSlideshow .slider li img {
	width: 960px;
	}
	

	
	
.containerPortalTeaser {
	padding: 0 0 0 15px;
	}
	
.containerPortalTeaser .teaserBlock {
	margin-top: 30px;
	background-image: url(../../files/static/images/gif/htg_teaserBlock.gif);
	background-position: -15px top;
	background-repeat: repeat-y;
	}
	
.containerPortalTeaser .teaserBox {
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 15px;
	margin-right: 15px;
	width: 209px;
	}
.containerPortalTeaser .lastChild {
	border-right: 0;
	padding-right: 15px;
	margin-right: 0;
	}

.containerPortalTeaser .teaserBox img {
	padding-bottom: 15px;
	}


.portalteaserlink {
	color: #C97017;
	background-image:url(../../files/static/images/gif/icon_link.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
	padding:0 0 0 18px;
	}


/* PRODUCT BROWSER */
#productbrowser { 
	width:960px;
	padding: 0 10px;
	height:160px; /*background-color:#734760;*/ 
	overflow:auto; 
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #fff;
	background-image: url(../../files/static/images/gif/htg_body.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	}
#pb-productbrowsercontainer { position:relative; width:960px; height:160px; margin:0 auto; }
#pb-productslider { top:3px; left:0; width:4800px; height:120px; position:absolute; margin:0; padding:0; }

.pb-productslider-article { top:8px!important; }

#pb-productslider .pb-productimage { padding: 0 15px 0 15px; float:left; width:162px; height:120px; position:relative; top:0; }
#pb-productslider .pb-productimage img { width: 162px; height: 120px; }
#pb-productslider .pb-productimage p { font-size: 11px;text-align:center;color:#fff;position:absolute;bottom:0;z-index:101;width:162px; }
#pb-productslider .pb-productimage a:link,
#pb-productslider .pb-productimage a:visited { float:left; width:100%; padding-top:0; overflow:hidden; }
#pb-productslider .pb-productimage a:hover { text-decoration:none; color:#fff; }
#pb-productslidertrack { position:absolute; top:136px; left:15px; width:930px; height:17px; overflow:hidden; background:url(../../files/static/images/gif/htg_scrollbar.gif) repeat-x; visibility:hidden; }
#pb-cat1 { position:absolute; top:0; z-index:150; color:#fff; font-size:11px; cursor:pointer; left:45px; }
#pb-cat2 { position:absolute; top:0; z-index:150; color:#fff; font-size:11px; cursor:pointer; left:164px; }
#pb-cat3 { position:absolute; top:0; z-index:150; color:#fff; font-size:11px; cursor:pointer; left:298px; }
#pb-cat4 { position:absolute; top:0; z-index:150; color:#fff; font-size:11px; cursor:pointer; left:506px; }
#pb-cat5 { position:absolute; top:0; z-index:150; color:#fff; font-size:11px; cursor:pointer; left:820px; }
#pb-productsliderhandle { position:absolute; width:100px; height:17px; cursor:pointer; z-index:155;}
#pb-productsliderhandleimage { position:absolute; width:60px; margin: 0 20px; height:17px; background:url(../../files/static/images/gif/btn_scrollbar.gif) no-repeat; behavior:url(/global/scripts/lib/iepngfix.htc); cursor:pointer; z-index:5; }
#pb-leftarrow { position:absolute; left:15px; top:136px; width:20px; height:17px; background:transparent; z-index:150; cursor:pointer; }
#pb-rightarrow { position:absolute; left:925px; top:136px; width:20px; height:17px; background:transparent; z-index:150; cursor:pointer; }