

/* list type 1 */

/* list without top menu (taller) */
td.l_c {background-image: url(../layout/lst_v.gif); width: 56px; height: 52px; }
td.l_h {background-image:url(../layout/lst_hl.gif); height: 52px; }
td.l_v {background-image: url(../layout/lst_v.gif); width: 56px; }
td.l_v_blank { background-image:none }

/* list with top menu (smaller) */
td.l_sc {background-image: url(../layout/lsts_v.gif); width: 56px; height: 48px; }
td.l_sh {background-image:url(../layout/lsts_hl.gif); height: 48px; }
td.l_sv {background-image: url(../layout/lsts_v.gif); width: 56px; }

td.l_f_search {
	height: 82px;
	vertical-align:top;
	text-align:left;
}
td.l_f_search div {
	padding: 20px 0px 0px 45px;
}

td.l_f_left {padding-left: 38px; vertical-align:top; font-size: 10px; color: #7D7D7D; /*color: #454545;*/  }
td.l_f_left_normal { width: 98px }
td.l_f_left_left { width: 38px }
td.l_f_left_simple { width: 60px; vertical-align:top; font-size: 10px; color: #7D7D7D; /*color: #454545;*/ }
td.l_f_left_wide { width: 168px }

td.l_f_img { width: 112px; vertical-align:top; }

td.l_f_text { padding-right: 130px; vertical-align:top; color: #7D7D7D; }
td.l_f_text_wide { padding-right: 50px }
.l_f_title {
	color: #454545;
	font-weight: bold;
	font-size: 11px
	/*letter-spacing: 0.15e/m;*/
}


.l_f_text p, .l_f_text_wide p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}


.listItmInfo { height: 80px; overflow:hidden; }
.listItmText2 { height: 32px; overflow:hidden; }
.listItmText3 { height: 48px; overflow:hidden; }
.listItmText4 { height: 64px; overflow:hidden; }

.listItm2Col {
	width: 50%;
	float:left;
}

.text {
	color: #7D7D7D;
}


/* images ------------------------------------------------------------------- */

.listImage {
	border: 1px solid #CCCCCC;
	width: 110px;
	height: 60px;
	margin: 10px 0;
}
.listImageBlank {
	border: 1px solid #FFFFFF;
	width: 110px;
	height: 60px;
	margin: 10px 0;
}

.listImageShort {
	width: 110px;
	height: 62px;
	border: 1px solid #CCCCCC;
	margin-bottom: 18px;
}

.imListImage {
	margin-bottom: 50px;
	border: 1px solid #CCCCCC;
}

.imListImage2 {
	margin-bottom: 25px;
	border: 1px solid #CCCCCC;
}



/* mouse ------------------------------------------------------------------- */

.l_pointer {
	cursor: pointer;
	line-height: normal;
}



/* links ------------------------------------------------------------------- */

a.more { 
	text-decoration:none;
	color: #7D7D7D;
}
a.more:hover, a.more:active {
	color: #454545;
}
a.moreHover {
	text-decoration:none;
	color: #454545;
}

a.button {
	display:block;
	padding: 0px;
	line-height: 1px;
	margin: 0px;
	text-decoration: none;
}

a.button:hover, a.button.highlighted:hover, a.button:focus {
	background-color: #ededed;
}



/* misc ------------------------------------------------------------------- */

ul {
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	list-style-image:url(../layout/bullet.gif);
	list-style-position: outside;
}

li {
	margin-bottom: 5px;
}



input.loginField, input.searchField {
	border: 1px solid #8C8C8C;
	width: 166px;	
	padding-left: 2px;
}

