/* --------------------- screen, print --------------------- */
@media screen, print {

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
}

body {
    height: 100%;
    background: #fff;
	color: #404040;
	font-weight: 400;
}

body, textarea, input, select, button {
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-size: 11px;
	line-height: 1.2em;  
}
textarea, input, select {
	font-size: 11px;	
}

fieldset, img {
    border: 0 solid;
}

ul, dl, li {
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6,strong,label {
	color: #000;
}
label.right {
	color: #404040;
}

a {
	color: #404040;
	text-decoration: none;
}

a:focus, a:hover, a:active, :active, iframe:focus {
    outline: none;
}
input, textarea, button {
    outline: none;
}

button {
	border: none;
	display: block;
	cursor: pointer;
}
#btn-submit {
	margin-bottom: 20px;
	padding-right: 13px;
	font-size: 13px;
	font-weight: 400;
	color: #404040;
	cursor: pointer;
	background: transparent url(/tl_files/common/img/icon_arrowright.gif) no-repeat right 5px;
}	

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}
.clearfloat {
	clear: both;
}
.invisible {
	display: none;
}

a.more {
	background: url(/tl_files/common/img/icon_arrowright.gif) no-repeat right 3px;	
	padding-right: 15px;
	text-decoration: none;
	color: #404040;
}

/* --------------------- page structure and header --------------------- */
#outer {
}
.enable-centering {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	display: block;
	text-align: center;	
}

#wrapper {
	width: 1004px;
	height: 716px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #000;
}
.enable-centering #wrapper {
	position: absolute;
	top: -358px;
	left: 50%;
	margin-left: -502px;
}
#wrapper-flexible {
	width: 1004px;
	height: auto;
	margin: 0 auto;
}
#header {
	background: #000;
	color: #fff;
	height: 81px;
	text-align: center;
}
#header img {
	margin-top: 12px;
}

/* --------------------- mainnav --------------------- */
#mainnav {
	height: 28px;
	background: url(/tl_files/common/img/nav_bg.gif) repeat-x left top;
	text-align: center;
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
}

#mainnav ul {
	height: 28px;
	width: 600px; 
	margin: 0 auto;
}

#mainnav ul li {
	float: left;
	line-height: 2em;
	font-size: 12px;
	white-space: nowrap;
    text-transform: lowercase;
	font-weight: 700;
	color: #000;
}
#mainnav ul li a {
	padding: 0 8px;
	height: 28px;
	display: block;
	float: left;
	color: #000;
}
#mainnav ul li a:hover,
#mainnav ul li a.active,
#mainnav ul li a.trail {
	background: url(/tl_files/common/img/pipe_nav.gif) no-repeat 0 13px;
}


    /* --------------------- subnav --------------------- */
#subnav {
    position: relative;
    top: 0;
    left: 492px;
    z-index: 10;
    height: 22px;
	width: 200px;
    text-align: center;
}

#subnav ul {
    height: 22px;
    width: 130px;
    background: url(/tl_files/common/img/nav_bg.gif) repeat-x left -7px;
}

#subnav ul li {
    float: left;
    font-size: 12px;
    white-space: nowrap;
    text-transform: lowercase;
    font-weight: 400;
	color: #000;
}

#subnav ul li a {
   padding: 0 8px 0 13px;
   height: 22px;
   display: block;
   float: left;
	color: #000;
}

#subnav ul li a:hover, 
#subnav ul li a.active,
#subnav ul li a.trail {
    background: url(/tl_files/common/img/pipe_nav.gif) no-repeat 4px 6px;
}


/* --------------------- page elements --------------------- */
#wrapper-content {
	height: 579px;
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
}

body.forum #wrapper-content {
	height: 539px;
	padding: 18px 0 0 37px;
}

body.video #wrapper-content {
	height: 539px;
	padding: 40px 115px 0 115px;
}

body.standalone #wrapper-content { /* no-navi */
	height: 607px;
}

 .scroll-content {
	width: 616px; 
	height: 514px;
	overflow: hidden;
	padding-top: 2px;
}
 .scroll-forum {
	width: 955px; 
	height: 514px;
	overflow: hidden;
	padding-top: 2px;
}

/* --------------------- universal content column ------------------ */
#content {
	float: left;
	padding: 44px 19px 0 37px;
	width: 616px;
}

#content h1 {
	font-size: 19px;
	line-height: 1.2em;
	padding-bottom: 10px;
}

#content h2  {
	float: left;
	padding: 0 0 25px 0;
	width: auto;
	font-size: 18px;
	font-weight: 400;
}
#content p a {
	text-decoration: underline;
}



/* standards */
#content.standard h1 {
	padding-bottom: 23px;
}

#content.standard h3 {
	line-height: 1.3em;
	font-size: 14px;
	width: 530px;
	padding-bottom: 10px;	
}
#content.standard h4,
#content.standard h5,
#content.standard h6 {
	line-height: 1.3em;
	font-size: 12px;
	width: 530px;
	padding-bottom: 2px;
}

#content.standard p {
	width: 530px;
	padding-bottom: 14px;
	font-size: 12px;
	line-height: 1.5em;	
}
#content.standard .ce_text {
	width: 580px;
	padding-bottom: 25px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
}
#content.standard .ce_text a {
	text-decoration: underline;
}
	


/* overview pages*/
#content.overview h1 {
	padding-bottom: 10px;
}

#content.overview p {
	clear: left;
	width: 475px;
	font-size: 12px;
	line-height: 1.5em;
}
#content.overview a {
	text-decoration: none;
}
	


/* --------------------- popup ------------------ */
body.popup #wrapper-flexible {
	width: 500px;	
	height: 100%;
}
body.popup #wrapper-content {
	padding: 40px 0 0 0;
	margin: 0;
}
body.popup .ce_headline {
	padding: 0 0 22px 37px;
}
body.popup .ce_text {
	float: none;
	padding: 0 37px 20px 37px;
	width: 426px;
}

body.popup .ce_text h1 {
	font-size: 16px;
	padding-bottom: 20px;	
}

body.popup .ce_text h3,
body.popup .ce_text h2 {
	font-size: 14px;
	padding-bottom: 7px;	
}
body.popup .ce_text {
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 30px;
	text-align: justify;
}
body.popup a {
	text-decoration: underline;
}
.anchors {
	overflow: hidden;
}
.anchors p {
	float: left;
	width: 200px;
}
	


/* --------------------- news ------------------- */
body.news #wrapper-content {
	height: 583px;
	margin-top: -4px;
	background: #000;
}

#newsnav {
	position: absolute;
	top: 32px;
	right: 0;
	z-index: 7;	
	background: transparent url(/tl_files/common/img/bg_newspager.png) repeat-x;
	height: 19px;
	padding: 0 3px 7px 3px;
	line-height: 2.2em;
}

#newsnav a {
	display: block;
	float: left;
	padding: 0 5px;
	font-size: 13px;
	color: #999;
	cursor: pointer;
}
#newsnav a.active {
	font-weight: 700;
	color: #fff;
	cursor: default;
}

.news-item {
	position: absolute;
	top: 0;
	left: -9999px;
	height: 583px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 3;
}
#wrapper-content .news-item.first {
	left: 0;
}

.container-news {
	position: absolute;
	top: 48px;
	left: 0;
	width: 505px;
	height: 115px;
	z-index: 7;
}
.container-news h1 {
	margin: 0 0 9px 45px;
	line-height: 1.1em;
	font-size: 30px;
	color: #fff;
}

.container-news h2 {
	margin: 3px 0 22px 45px;
	font-size: 30px;
	font-weight: 400;
	color: #fff;
}
.container-news .box {
	background: #fff;
}
.container-news .box .inner {
	border-left: 1px solid #000;
	margin-left: 22px;
	padding: 27px 36px 27px 23px;
	overflow: hidden;
	position: relative;
}
.container-news .box .abstract {
	color: #000;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.3em;
	text-align: justify;
}
.container-news .box span.soon {
	font-weight: normal;
}
.container-news .box span.expandnews {
	font-weight: 400;
	color: #404040;
	padding-right: 15px;
	background: url(/tl_files/common/img/icon_arrowright.gif) no-repeat right 3px;
	cursor: pointer;
}
.container-news .box .smallpager {
	position: absolute;
	bottom: 20px;
	right: 34px;
	z-index: 20;
	font-size: 12px;
	display: none;
}
.container-news .box .smallpager img {
	margin: 0 2px;
	cursor: pointer;
}
.container-news .box .smallpager span {
	padding: 0 2px;
}
.container-news .box .expanded {
	display: none;
	padding-bottom: 20px;
}
.container-news .box .expanded p {
	display: none;
	text-align: justify;
	font-size: 12px;
	font-weight: 400;
	color: #404040;
	line-height: 1.3em;
}
.container-news .box .expanded p a {
	text-decoration:underline;	
}	
	
.container-news .box .expanded img {
	margin: 0 4px 6px 0;
}



/* ------------------- results layer (scrollpane) --------------------- */

.resultlayer {
	overflow: hidden;
	float: left;
	height: 500px;
	margin: 43px 19px 0 37px;
	padding: 5px 0 0 0;
	width: 616px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.retailerdata {
	width: 616px; 
	height: 492px;
	overflow: hidden;
	padding-top: 2px;
	line-height: 1.5em;
}

.retailerdata .row {
	overflow: hidden;
	padding-bottom: 9px;
	border-bottom: 1px solid #7f7f7f;
	margin-bottom: 14px;
}
.retailerdata .row.last {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.retailerdata p {
	font-size: 11px;
}


/*list and overview */
.retailerdata p {
	padding-right: 6px;
}
.retailerdata p.data1 {
	float: left;
	width: 194px;
}
.retailerdata p.data2 {
	float: left;
	width: 200px;
}
.retailerdata p.data3 {
	float: left;
	width: 180px;
}

/* overview */
.retailerdata.mod p {
	font-size: 12px;
	line-height: 1.4em;
}
.retailerdata.mod p.data1 {
	float: left;
	width: 218px;
}
.retailerdata.mod p.data2 {
	float: left;
	width: 190px;
}
.retailerdata.mod p.data3 {
	float: left;
	width: 166px;
}


.retailerdata a {
	text-decoration: underline;
}
.retailerdata a.more {
	padding-right: 15px;
	background: url(/tl_files/common/img/icon_arrowright.gif) no-repeat right 3px;
	text-decoration: none;
}
.retailerdata p.data1 a.nyroModal {
	font-weight: 700;
	color: #000;
}
.map_outer {
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}
#map_canvas {
	width: 550px;
	height: 300px;
}
.gmnoprint {
	font-size: 12px;
	line-height: 1.4em;
}

/* ------------- universal column with teasers (library, portuguese) ------------ */

.column-teaser {
	float: left;
	width: 295px;
	margin: 40px 0 0 0;
}

.column-teaser .header {
	overflow: hidden;
	position: relative;
	top: 0;
	right: 0;
	z-index: 4;
}
.column-teaser h2 {
	margin-top: 4px;
	border-top: 1px solid #000;	
	padding: 4px 0 6px 0;
	font-size: 13px;
}
.column-teaser .header span {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	padding: 9px 0 2px 12px;
	font-size: 13px;
	font-weight: 400;
	background: url(/tl_files/common/img/pipe_header.gif) no-repeat left top;
}

.column-teaser .header span a {
	padding-right: 15px;
	background: url(/tl_files/common/img/icon_arrowright.gif) no-repeat right 4px;
}

.column-teaser .header span button {
	margin-top: -1px;
}
.column-teaser p {
	padding: 2px 0 17px 0;
	line-height: 1.4em;
	font-size: 12px;
	text-align: justify;
}

.column-teaser p a {
	text-decoration: underline;
}

	
/* --------------------- collection ------------------ */
	
#collection-iframe {height:100%}

/* --------------------- retail finder form ------------------ */

.storefinder h2 {
	padding-bottom: 17px;
}

.storefinder label.right {
	font-size: 12px;
}

/* --------------------- library ------------------ */
body.library #wrapper-content {
	padding: 0 0 0 15px;
	overflow: hidden;
}
.library .column-teaser {
	margin-left: 22px;
}

.library  .column-teaser p {
	padding-top: 9px;
}



/* --------------------- videoplayer ------------------ */		
.video .header {
	overflow: hidden;
	position: relative;
	top: 0;
	right: 0;
	z-index: 4;
	padding-bottom: 20px;
}
.video h2 {
	margin-top: 4px;
	border-top: 1px solid #000;	
	padding: 10px 0 6px 0;
	font-size: 18px;
}
.video .header span {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	padding: 12px 0 2px 12px;
	font-size: 17px;
	font-weight: 400;
/*
	background: url(/tl_files/common/img/pipe_header.gif) no-repeat left top;
*/}

.video .header span a {
	padding-left: 15px;
	background: url(/tl_files/common/img/icon_arrowleft.gif) no-repeat left 7px;
}

#player {
	border: 1px solid #000000;
	display:block;
	width:772px;
	height:435px;
	margin-top: -10px;
}

.video div.controls {
	position:relative;
	width: 772px;
	height:18px;
	margin:0;
	padding:0;
	border: 1px solid #000000;
	border-top: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

.video div.controls a.play, 
.video div.controls a.pause {
	position:absolute;
	width: 18px;
	height:18px;
	text-indent:-999em;
	cursor:pointer;
	overflow:hidden;
	background:url(/tl_files/common/img/play_pause.gif) center top no-repeat;
	border-right: 1px solid #000000;
}

.video div.controls a.pause {
	background-position:center -18px;
}

.video div.controls div.track {
	position:absolute;
	height:18px;
	left:30px;
	background:url(/tl_files/common/img/track.gif) repeat-x;
	cursor:pointer;
	width:640px;
}

.video div.controls div.progress, 
.video div.controls div.buffer {
	background:url(/tl_files/common/img/buffer.gif) repeat-x;
	height:18px;
	width:0px;
	position:absolute;
	padding-right: 7px;
	
	/* this is the way to fine tune buffer and progress max width */
	/* max-width:712px; */
}

.video div.controls div.playhead {
	position:absolute;
	height:18px;
	background:url(/tl_files/common/img/playhead.gif) no-repeat;
	width:13px;
}

/* som proprietary styling for progress bar under mozilla */
.video div.controls div.progress {
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-topleft:2px;
}

.video a.mute, 
.video a.unmute {
	font-size:0;
	background:url(/tl_files/common/img/mute.gif) center top no-repeat;
	position: absolute;
	width: 20px;
	height:18px;
	top: 0;
	right: 0;
	display: block;
	cursor: pointer;
	border-left: 1px solid #000000;
	text-indent: -999px;
}

.video a.unmute {
	background:url(/tl_files/common/img/mute.gif) center -18px no-repeat;
}

.video div.time {
	position: absolute;
	top: 3px;
	right: 26px;
}

.video div.time strong {
	font-weight: normal;
}

.video div.time strong:before {
	content: "/ ";
}


/* --------------------- forum: common and registration ------------------ */

body.forum #content {
	padding: 0;
	width: 633px;
}
body.forum .column-teaser {
	padding: 0;
	margin: 0;
}

.forum a.back {
	float: left;
	padding-left: 15px;
	background: url(/tl_files/common/img/icon_arrowleft.gif) no-repeat left 3px;	
	font-size: 13px;
}
a.logout {
	float: right;
	padding-right: 15px;
	margin-right: 39px;
	background: url(/tl_files/common/img/icon_arrowright.gif) no-repeat right 3px;	
	font-size: 13px;
}

.forum .columns {
	clear: both;
	padding-top: 4px;
}
.column-1 {
	float: left;
    width: 294px;
	margin-right:  29px;
}
.column-2 {
	float: left;
    width: 287px;
	margin-right:  29px;
}
.column-3 {
	float: left;
    width: 294px;

}

.forum h2 {
	border-top: 1px solid #000;
	font-size: 13px;
	padding: 5px 0 10px 0;
}

#avatars {
    overflow: hidden;
    width: 287px;
}

#avatars span.border {
    display: block;
    position: relative;
    float: left;
    width: 83px;
    height: 84px;
    margin: 0 12px 6px 0;
    background-position: 1px 5px;
    background-repeat: no-repeat;
    z-index: 16;
}

#avatars a {
    display: block;
	float: left;
    width: 83px;
    height: 84px;
    background: transparent url(/tl_files/common/img/avatar_border.gif) no-repeat 0 0;
}

#avatars a:hover, 
#avatars span.selected a {
    background: transparent url(/tl_files/common/img/avatar_border.gif) no-repeat 0 -117px;
}


.column-teaser .admin img {
	margin: 10px 0 3px 0;
	border: 1px solid #000;
}

.column-teaser .admin p {
	padding-top: 10px;
}
	
form.userdata #btn-submit {
	margin-bottom:0;	
}

/* ----- forum: common ----- */


.functions img, .icons,
.iconcol,
.messagelink,
tr.headerrow {
	display: none;
}

.topcontrols,
.bottomcontrols {
	width: 930px;
	overflow: hidden;
	padding-bottom: 6px;
}
.bottomcontrols {
	padding-top: 7px;
}
.functions {
	float: left;
}
.functions a {
	padding-right: 13px;
	background: url(../img/icon_arrowright.gif) no-repeat right 3px;	
	font-size: 12px;
	margin-right: 10px;
}
.forum a.logout {
	margin-right: 0;
	margin-left: 15px;
	font-size: 12px;
}
.bottomcontrols .forumpager {
	float: right;
}

table .subject a.subpageLink{
	background:none;
	padding-right:0;
	color:#404040
}
	
	
/* ----- forum: categoryindex, ticketindex ----- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #000;
	width: 930px;
}
table td,
table th {
	text-align: left;
	vertical-align: top;
}

.forum table th {
	padding: 12px 7px 10px 7px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
}
.forum table td {
	padding: 12px 7px 10px 7px;
	border: 1px solid #000;
}

table td.category,
table td.subject {
	width: 630px;	
	font-weight: 400;
}
table .ticketcount,
table .viewcount,
table .replycount {
	width: 80px;
	font-weight: 700;
	color: #000;
}
table .latestpost {
	width: 135px;
	font-weight: 700;
	color: #000;
}
table .latestpost a {
	color: #000;
}

table .title,
table .subject {
	padding-bottom: 4px;
}

table .title a,
table .subject a {
	padding-right: 15px;
	background: url(../img/icon_arrowright.gif) no-repeat right 3px;	
	font-weight: 700;
	text-align: left;	
	color: #000;
}

table .category.maxwidth {
	padding-right: 120px;
	width: 510px;
}

table .latestposter {
	font-weight: 400;
}
.poster {
	color: #000;
}

.helpdesk-notickets {
	padding: 10px 0 0 0;
}
	
table tr.datarow-unread .title a.unreadbold, table tr.datarow-unread .subject a.unreadbold{text-decoration:underline;}

/* -- forum: detailpage -- */
.breadcrumb {
	clear: both;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 9px 0 7px 0;
	width: 929px;
	overflow: hidden;
	line-height: 1.3em;
	white-space: nowrap;
}
.breadcrumb.bc-bottom {
	border-top: 0;
}


.breadcrumb .path {
	margin-left: -4px;
}
.breadcrumb .path {
	float: left;
	line-height: 1.3em;
	font-size: 12px;
	color: #777;
	font-weight: 700;
	width: 760px;
	overflow: hidden;
}
.breadcrumb .forumpager {
	float: right;
}
.breadcrumb .path a {
	color: #777;
	padding: 0 4px;
}
.breadcrumb .path span {
	color: #000;
	padding-left: 4px;
}

/* --- edit message --- */

.formbody {
	padding: 20px 0 0 0;
}
form.jqtransform .formbody label {
	width: 250px;
}
.formbody .hint {
	margin-top: -3px;
	padding: 0 0 10px 250px;
}

form.jqtransform .formbody div input.text {
	width: 530px;
}
.formbody .messagebody {
	float: left;
}
.formbody div.error input.text,
.formbody div.error textarea {
	border-color: #a90303;
}

textarea#helpdesk_message {
	width: 530px;
	height: 200px;
	margin: 3px 0;
}
.formbody #btn-submit {
	margin-left: 250px;
}


/* -- list messages -- */

.message-container {
	overflow: hidden;
	width: 927px;
	padding: 25px 0 0 0;
	border-bottom: 1px solid #000;
}

.message-container .top-left {
	float: left;
	width: 250px;	
	line-height: 1.5em;
}
.message-container .top-left .profilelink {
	padding-right: 15px;
	background: url(../img/icon_arrowright.gif) no-repeat right 2px;	
	display: inline;
}
.message-container .top-right {
	float: left;
	width: 575px;
	padding-bottom: 20px;
	overflow: hidden;
}

/* -- start message bbcode styles --- */

.message-container .top-right img {
	max-width: 530px;
}
.message-container .top-right a {
	text-decoration: underline;
}

.message-container .top-right blockquote.quotebox {
	border: 1px solid #000;
}
.message-container .top-right .icon {
	display:none;
}
	
.message-container blockquote.quotebox  .quotebox-titlebar {
	font-weight:bold;
	height:20px;
	background-color:#e9e9e9;
	border-bottom:1px solid #000;
	padding: 0 8px 0 8px;
	line-height:20px;
}
	
.message-container blockquote.quotebox .scrollbox{
	padding: 4px 8px 4px 8px;
}


/* -- end message bbcode styles --- */

.message-container .top-buttons {
	float: left;
	width: 80px;
	padding-left: 20px;
}
.message-container .top-buttons li a {
	padding-right: 15px;
	background: url(../img/icon_arrowright.gif) no-repeat right 3px;	
	font-size: 12px;
	line-height: 1.7em;
}

.message-container .bottom-left {
	float: left;
	width: 515px;
	padding-left: 250px;
	color: #777;
	padding-bottom: 9px; 
}

.helpdesk-signature {
	padding-top: 6px;
	font-style: italic;
	line-height: 1.3em;
}
.message-container .helpdesk-message {
	font-size: 12px;
	line-height: 1.5em;
	padding-right: 40px;
}
.message-container img.avatar {
	float: left;
	border: 1px solid #000;
	margin-right: 6px;
	width: 80px;
	height: 80px;
}
.message-container .poster {
	font-weight: 700;
}

/* --- forum warning --- */
.helpdesk-notickets {
	min-height: 400px;
}

.mod_helpdesk h1 {
	font-size: 15px;
}
.mod_helpdesk div.messagetext {
	padding: 10px 0 20px 0;
	
}
.mod_helpdesk .buttonwrapper a {
	padding-right: 15px;
	background: url(../img/icon_arrowright.gif) no-repeat right 3px;	
	font-size: 12px;
	line-height: 1.7em;
}


/*  Messages and BBCode */
.message-container .top-right ul li {
	list-style-type: square;
	list-style-position: inside;
}
.message-container .top-right ol li {
	list-style-type: lower-alpha;
	list-style-position: inside;
	
}


/* ------------ forum: search ------------- */


form.forumsearch {
	padding-top: 15px;
}

form.forumsearch fieldset {
	padding-bottom: 25px;
}
form.forumsearch legend {
	font-size: 11px;
	font-weight: 700;	
	padding-bottom: 8px;
	color: #000;
}
form.forumsearch div.rowElem {
	overflow: hidden;
	margin-bottom: 4px;
}
form.forumsearch #advanced_checkbox_container {
	padding: 10px 0;
	overflow: hidden;
}

form.forumsearch label {
	display: block;
	float: left;
	padding-top: 3px;
	width: 140px;
	font-weight: 700;
}
form.forumsearch label.right {
	float: left;
	width: 200px;
	font-weight: 400;
	color: #404040;
	padding: 5px 20px 0 4px;
}

form.forumsearch input.text {
	width: 250px;
	height: 13px;
	padding: 2px 0 2px 2px;
	line-height: 1.1em;
	border: 1px solid #000;
}

form.forumsearch input.checkbox {
	float: left;
	margin: 5px 0 0 140px;
}
form.forumsearch input.checkbox.no-margin {
	margin: 5px 0 0 0;
}
form.forumsearch input.radio {
	margin: 5px 0 0 140px;
	float: left;
}
form.forumsearch .hint {
	margin: 6px 0 0 140px;
} 
form.forumsearch .hint-space {
	margin-top: 8px;
} 
form.forumsearch .hint a {
	text-decoration: underline;
} 
form.forumsearch .error_message {
	margin: 6px 0 0 140px;
}
form.forumsearch #btn-submit {
	margin: 10px 0 0 140px;
	color: #000;
}


/* --- forum: searchresult --- */
.searchresult {
	padding: 7px 0 0 0;	
}


/* pager */

.topfindcontrols {
	padding: 7px 0;
}


.pagenav {
	font-size: 13px;
}
.pagenav a,
.pagenav span {
	float: left;
	padding: 0 4px 0 0;
}
.pagenav span.pagenavactive {
	font-weight: 700;
	color: #000;
}
 .matchinfo {
	padding-left: 10px;
	
}


/* --------------------- interims layer ------------------ */

#interimmsg {
	width: 455px;
	padding: 30px 25px 0 25px;
}
#interimmsg h2 {
	padding: 15px 0 10px 0;	
	border-top: 1px solid #000;
}
#interimmsg p {
	padding-bottom: 17px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
}

#interimmsg .footerlink {
	padding: 4px 0 6px 0;
	overflow: hidden;
	position: relative;
	top: 0;
	right: 0;
	z-index: 4;
	height: 30px;
}
#interimmsg .footerlink div {
	border-top: 1px solid #000;	
}
#interimmsg .footerlink span {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	padding: 11px 0 2px 12px;
	font-size: 13px;
	font-weight: 400;
	background: url(/tl_files/common/img/pipe_header.gif) no-repeat left top;
}

#interimmsg .footerlink span a {
	padding-right: 15px;
	background: url(/tl_files/common/img/icon_arrowright.gif) no-repeat right 3px;
}

#interimmsg .formwrapper {
	height: 170px;
}
#interimmsg .formwrapper h3 {
	padding-bottom: 5px;
}

#emailform input.email {
	border: 1px solid #000;
	width: 218px;
	height: 18px;
	padding: 3px 0 0 7px;
	margin-bottom: 7px;
	color: #404040;
	line-height: 1.1em;
}
#emailform input.mod {
	margin-bottom: 18px;
}
#emailform input.email.error {
	border-color: #a90303;
}
#emailform label {
	padding-left: 6px;
	color: #404040;
}

#emailform label a {
	text-decoration: underline;
}

#emailform label.error-mod,
#emailform label.error,
#emailform label.error-mod a,
#emailform label.error a {
	color: #a90303;
}

#emailform p.invalid {
	padding: 15px 0 10px 0;
	color: #a90303;
}
#emailform p.invalid span {
	display: none;
}
#emailform #btn-submit {
	margin-bottom: 20px;
}

/* ------------ modal layer (subscribe & map) -------- */

#modalLayer {
	padding: 30px 25px 40px 25px;
}
.layerSubscribe {
	width: 455px;
}
.layerMap {
	width: 550px;
	margin: 0 25px;
}

#modalLayer p {
	font-size: 12px;
	line-height: 1.5em;
}

#modalLayer .header {
	padding: 4px 0 10px 0;
	overflow: hidden;
	position: relative;
	top: 0;
	right: 0;
	z-index: 4;
	height: 30px;
}
#modalLayer .header h2 {
	border-top: 1px solid #000;	
	font-size: 17px;
	padding: 6px 0 0 0;
}
#modalLayer .header span {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	padding: 10px 0 2px 12px;
	font-size: 14px;
	font-weight: 400;
	background: url(/tl_files/common/img/pipe_header.gif) no-repeat left top;
}

#modalLayer .header span a {
	padding-right: 15px;
	background: url(/tl_files/common/img/icon_close.gif) no-repeat right 5px;
}

#modalLayer p a {
	padding-right: 15px;
	background: url(/tl_files/common/img/icon_arrowright.gif) no-repeat right 2px;
}




/* --------------------- footer --------------------- */

#footer {
	text-align: center;
	height: 28px;
	background: #000;
	color: #fff;
}

#footer ul {
	overflow: hidden;
	height: 28px;
}

#footer ul li {
	display: inline;
	height: 28px;
	padding: 0 10px;
}
#footer li img {
	position: relative;
	top: 3px;
	z-index: 2;
	margin: 3px 6px 0 0;
	
}
#footer ul li a {
	color: #fff;
}


/* ------------- nyroModal ------------ */

#modalcontainer {
	display: none;
}
#nyroModalContent {
	background: #fff;
	box-shadow: 1px 1px 8px #000;
	-webkit-box-shadow: 1px 1px 8px #000;
	-moz-box-shadow: 1px 1px 8px #000;
}

#closeBut {
	display: none;
}
 
 
/* nyromodal gallery */
 div#nyroModalFull {
	font-size: 12px;
	color: #777;
	border: 1px solid #333;
	box-shadow: 1px 1px 8px #333;
	-webkit-box-shadow: 1px 1px 8px #333;
	-moz-box-shadow: 1px 1px 8px #333;
}
div#nyroModalLoading {
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(/tl_files/common/img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 1px solid #a90303;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 1px solid #333;
	box-shadow: 1px 1px 8px #333;
	-webkit-box-shadow: 1px 1px 8px #333;
	-moz-box-shadow: 1px 1px 8px #333;
}

.wrapperImg a#closeBut {
	position: absolute;
	display: block;
	top: -15px;
	right: -15px;
	width: 13px;
	height: 13px;
	text-indent: -9999em;
	background: url(/tl_files/common/img/gallery_close.gif) no-repeat;
	outline: 0;
	border: 1px solid #000;
}
h1#nyroModalTitle {
	display: none;
}
div#nyroModalContent {
	overflow: auto;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background: left 20% no-repeat;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background-image: url(/tl_files/common/img/gallery_prev.gif);
}
a.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
a.nyroModalNext:hover {	
	background-image: url(/tl_files/common/img/gallery_next.gif);
}
 
 
/* ------------- jScrollpane ------------ */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #e5e5e5;
}
.jScrollPaneDrag {
	position: absolute;
	background: #000;
	cursor: pointer;
	overflow: hidden;
}


/* ---------------- jqTransform -------------- */

form.jqtransform fieldset {
	padding-top: 15px;
}
form.jqtransform label {
	display: block;
	float:left;
	width: 100px;
	font-weight: 700;
	padding-top: 3px;
}
form.jqtransform label.right {
	width: 275px;
	font-weight: 400;
	padding-top: 5px;
}
form.jqtransform label a {
	text-decoration: underline;
}
form.jqtransform div.rowElem {
	clear: both;
	overflow: hidden;
	margin-bottom: 9px;
	_margin-bottom: 8px;
}

#wrapper form.jqtransform div.rowElem-mod {
	margin-bottom: 3px;
}
form.jqtransform select {
	width: 172px;
}
form.jqtransform div input.text,
form.jqtransform div input.captcha {
	width: 190px;
	height: 13px;
	padding: 2px 0 2px 2px;
	line-height: 1.1em;
	border: 1px solid #000;
}

form.jqtransform textarea {
	border: 1px solid #000;
	width: 190px;
	height: 43px;
	padding: 2px 0 2px 2px;
	margin-bottom: 0;
}
form.jqtransform span.hint {
	margin-left: 100px;
	line-height: 1.4em;
	display: block;
	margin-top: -5px;
} 

form.jqtransform label.error-mod,
form.jqtransform label.error,
form.jqtransformlabel.error-mod a,
form.jqtransform label.error a {
	color: #a90303;
}	

/* ----- overwrite styles for login form ------------------ */

form.jqtransform.login,
.mod_lostPassword  {
	min-height: 130px;
}

form.jqtransform.login div input.text,
form.jqtransform.login div input.captcha {
	width: 120px;
}

#wrapper form.jqtransform.login .rowElem-mod {
	margin-bottom: 4px;
}
form.jqtransform.login label {
	width: 95px;
	font-size: 11px;
}
form.jqtransform.login .indent {
	padding-left: 95px;
}
form.jqtransform.login .rowElem-nospace {
	margin-top: -5px;
	font-size: 13px !important;
}
form.jqtransform.login .rowElem.rowElem-nospace a {
	text-decoration: underline;
	font-size: 11px;
}
form.jqtransform.login .indent .right {
	width: 110px;
	font-size: 11px;
}
div.linksBar {
	padding: 15px 0 34px 0;
	overflow: hidden;
}
div.linksBar a {
	float: left;
	margin-right: 30px;
	padding-right: 15px;
	font-size: 12px;
	font-weight: 400;
	background: transparent url(/tl_files/common/img/icon_arrowright.gif) no-repeat right 3px;	
}

/* ----- overwrite styles for password widget ---- */
form.jqtransform .widget label {
	display: block;
	float:left;
	width: 120px;
	font-weight: 700;
	padding-top: 3px;
}

form.jqtransform .widget input.text {
	margin-bottom: 7px;
}
form.jqtransform .widget input.captcha {
	margin-bottom: 7px;
	margin-right: 50px;
}

span.captcha_text {
	display: block;
	padding-left: 120px;
}
.login div.error {
	padding: 10px 0 4px 0;

}
.widget p.error {
	display: none;
}
form.jqtransform .widget input.error {
	border: 1px solid #a90303;
}

.mod_lostPassword h1 {
	border-top: 1px solid #000;
	padding: 4px 0 10px 0;
	font-size: 13px;
}
	
/* ----- overwrite styles for contact form ---- */
.column-teaser #contact-us p,
body.standalone .column-teaser p {
	font-size: 11px;
}
form.contact fieldset {
	padding-top: 0;
}
	
form.contact #btn-submit{
	margin-top: 12px;
	margin-bottom: 0;	
}

form.jqtransform.contact input.text {
		width: 158px;
}
form.jqtransform.contact select {
	width: 140px;
}
form.jqtransform.contact textarea {
	width: 158px;
}
form.jqtransform.contact .jqTransformSelectWrapper {
	left: 130px;
}
form.jqtransform.contact label {
	width: 130px;
}
form.jqtransform.contact label.right {
	width: 245px;
}
form.jqtransform.contact span.hint {
	margin-left: 130px;
}
	
/* smaller font for contact form jp */
div#contact-us-jp {font-size:10px;}	
div#contact-us-jp .jqTransformSelectWrapper ul li a {font-size:8px;}	
	

/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper{
	display:block;
	float:left;
}
a.jqTransformCheckbox {
	background: transparent url(/tl_files/common/img/jqtransform/checkbox.gif) no-repeat 0 8px;
	height: 18px;
	width: 8px;	
	margin-right: 8px;
	display: block;	
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked { background-position: 0 -34px;}


/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	position:relative;
	left: 100px;
	width: 47px;
/*
	min-width: 180px;
*/
	height: 17px;
	margin-bottom: 7px;
	border: 1px solid #000;
}

.jqTransformSelectWrapper div span {
	float: none;
	position: absolute;
	top: 2px;
	left: 3px;
	white-space: nowrap;
	height: 14px;
	font-size: 11px;
	overflow: hidden;
	cursor:pointer;

}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 17px;
	background: url(/tl_files/common/img/jqtransform/select_right.gif) no-repeat center center;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 46px;
	top: 17px;
	left: -1px;
	list-style: none;
	background-color: #FFF;
	border: 1px solid #000;
	display: none;
	margin: 0;
	padding: 0;
	height: 150px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 3px 5px;
	text-decoration: none;
	background-color: #FFF;
	font-size: 11px;
}

.jqTransformSelectWrapper ul a.selected {
	color: #404040;
}


/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}



/* ------ overwrite jqtransform styles (various) --------- */
.forum form.jqtransform fieldset {
	padding-top: 4px;
}
form.jqtransform .column-3 #btn-submit {
	position: absolute;
	bottom: 40px;
	right: 35px;
}

body.retailer form.jqtransform #continentDiv ul {
	min-height: 190px;	
}



/* --- global styles ---- */

label.error,
p.error,
div.error {
	color: #a90303;
}
#content fieldset input.error {
	border: 1px solid #a90303;
}



} /* --- end screen,print  --- */