* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #152852;
}

body {
	text-align: center;
	background: #fec700 url('../images/m_bg.jpg') repeat-y 50% 0px;
}



img {
	border: none;
	display: block;
}

/*
img.ititle {
	display: block;
}
*/

#stage {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 900px;
	background: #fff;
}
#stage_home {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 900px;
	background: #d8d8d8;
}

/*** HEADER ***/

#header {
	height: 157px;
	text-align: right;
	border-bottom: 3px solid #022561;
}
#header_home {
	height: 157px;
	text-align: right;
	background: #fff;
}
#logo {
	width: 215px;
	float: left;
}

#logo img {
	display: inline;
}

#navi_top {
	float: left;
	width: 635px;
	height: 157px;
	font-size: 10px;
}


#toprow {
	margin: 16px 0px 0px 0px;
	color: #999;
	height: 60px;
}
#midrow {
	color: #febd11;
	height: 32px;
}
#imgrow {
	height: 49px;
}

a:hover {
	text-decoration: none;
}
a.exhibservice {
	display: block;
	width: 160px;
	height: 49px;
	background: url('../images/m_nav_exhibitor.gif') no-repeat 0px 0px;
	float: right;
}
a.orgservice {
	display: block;
	width: 168px;
	height: 49px;
	background: url('../images/m_nav_organiser.gif') no-repeat 0px 0px;
	float: right;
}
a.ordering {
	display: block;
	width: 148px;
	height: 49px;
	background: url('../images/m_nav_ordering.gif') no-repeat 0px 0px;
	float: right;
}
a.design {
	display: block;
	width: 133px;
	height: 49px;
	background: url('../images/m_nav_design.gif') no-repeat 0px 0px;
	float: right;
}

a.exhibservice:hover, a.exhibservice_on {
	display: block;
	width: 160px;
	height: 49px;
	background: url('../images/m_nav_exhibitor_on.gif') no-repeat 0px 0px;
	float: right;
}
a.orgservice:hover,a.orgservice_on {
	display: block;
	width: 168px;
	height: 49px;
	background: url('../images/m_nav_organiser_on.gif') no-repeat 0px 0px;
	float: right;
}
a.ordering:hover,a.ordering_on {
	display: block;
	width: 148px;
	height: 49px;
	background: url('../images/m_nav_ordering_on.gif') no-repeat 0px 0px;
	float: right;
}
a.design:hover,a.design_on {
	display: block;
	width: 133px;
	height: 49px;
	background: url('../images/m_nav_design_on.gif') no-repeat 0px 0px;
	float: right;
}




a.filez_floor {
	display: block;
	width: 186px;
	height: 49px;
	background: url('../images/filez/m_nav_floorplanning.gif') no-repeat 0px 0px;
	float: right;
}
a.filez_floor:hover,a.filez_floor_on {
	display: block;
	width: 186px;
	height: 49px;
	background: url('../images/filez/m_nav_floorplanning_on.gif') no-repeat 0px 0px;
	float: right;
}

a.filez_contact {
	display: block;
	width: 121px;
	height: 49px;
	background: url('../images/filez/m_nav_contacts.gif') no-repeat 0px 0px;
	float: right;
}
a.filez_contact:hover,a.filez_contact_on {
	display: block;
	width: 121px;
	height: 49px;
	background: url('../images/filez/m_nav_contacts_on.gif') no-repeat 0px 0px;
	float: right;
}

a.filez_help {
	display: block;
	width: 61px;
	height: 49px;
	background: url('../images/m_nav_help_off.gif') no-repeat 0px 0px;
	float: right;
}
a.filez_help:hover,a.filez_help_on {
	display: block;
	width: 61px;
	height: 49px;
	background: url('../images/m_nav_help.gif') no-repeat 0px 0px;
	float: right;
}

a.filez_visit {
	display: block;
	width: 145px;
	height: 49px;
	background: url('../images/filez/m_nav_visit.gif') no-repeat 0px 0px;
	float: right;
}
a.filez_visit:hover {
	display: block;
	width: 145px;
	height: 49px;
	background: url('../images/filez/m_nav_visit_on.gif') no-repeat 0px 0px;
	float: right;
}





#midrow a{
	color: #febd11;
	font-size: 10px;
	text-decoration: none;
	padding: 0px 0px 0px 14px;
}
#midrow a:hover{
	color: #152852;
	font-size: 10px;
	text-decoration: underline;
}

td a {
	text-decoration: none;
}
td a:hover {
	text-decoration: underline;
}

form {
	display: inline;
}

input.globSearch{
	width: 108px;
	height: 13px;
	border: 1px solid #febd11;
	padding: 2px 0px 0px 2px;
	margin: 0px 4px 0px 28px;
	line-height: 12px;
	font-size: 10px;
	color: #152852;
	display: inline;
}
input.imageBtn{
	position: relative;
	top: 4px;
}
input.loginForm{
	width: 108px;
	height: 13px;
	border: 1px solid #152852;
	padding: 2px 0px 0px 2px;
	margin: 0px 0px 7px 0px;
	line-height: 12px;
	font-size: 10px;
	color: #152852;
	display: inline;
}


#footer {
	width: 800px;
	margin: 0px 0px 0px 50px;
	padding: 20px 0px 15px 0px;
	text-align: left;
	font-size: 10px;
	border-top: 1px solid #999;
}
.border_b{
	width: 800px;
}
#footer_home {
	width: 800px;
	margin: 0px 0px 0px 50px;
	padding: 20px 0px 15px 0px;
	text-align: left;
	font-size: 10px;
	border-top: 1px solid #999;
}

#footer a,#footer_home a {
	font-size: 10px;
	text-decoration: none;
}
#footer a:hover,#footer_home a:hover {
	text-decoration: underline;
}
#footer span,#footer_home span {
	display: block;
	margin: 0px 0px 5px 0px;
}

.footer_left {
	float: left;
	font-size: 10px;
}

.footer_left strong {
	color: #152852;
}



.footer_right {
	float: right;
}


#content_full {
	text-align: left;
	width: 850px;
	min-height: 360px;
	/*background: url('../images/m_grad.jpg') repeat-x 0px 0px;*/
	margin: 0px 0px 0px 0px;
}
#content_full_O {
	text-align: left;
	width: 850px;
	min-height: 490px;
	/*background: url('../images/m_grad.jpg') repeat-x 0px 0px;*/
	margin: 0px 0px 0px 0px;
}

#content {
	text-align: left;
	width: 850px;
	min-height: 400px;
	background: url('../images/m_grad.jpg') repeat-x 0px 0px;
	padding: 0px 0px 0px 50px;
}

#content .content_left{ padding-top:30px; }

#ct_right{
	display:none;
}
#ct_boxes{
	display:none;
}
#descriptionTXT a{
	text-decoration:none;
	font-weight: bold;
}

.content_center_noleft {
	width: 480px;
	float: left;
	margin: 30px 25px 0px 0px;
}

.content_center_narrow {
	width: 285px;
	float: left;
	margin: 0px 25px 0px 25px;
}
.content_center_narrow a {
	font-weight: bold;
	text-decoration: none;
}
.content_center {
	width: 420px;
	float: left;
	margin: 0px 25px 0px 25px;
}

#content_full .content_center,#content_full_O .content_center {
	margin: 0px 25px 0px 240px;
}

.content_center_full {
	width: 605px;
	float: left;
	margin: 0px 25px 0px 25px;
}


.content_center_galery {
	width: 625px;
	float: left;
	margin: 0px 5px 0px 25px;
}


.content_left {
	width: 165px;
	float: left;
	overflow: hidden;
}

#content_full .content_left,#content_full_O .content_left {
	position: absolute;
	width: 165px;
	float: left;
	overflow: hidden;
	z-index: 1000;
	margin: -210px 0px 0px 50px;
}

.content_left_full{
	position: absolute;
	width: 165px;
	float: left;
	overflow: hidden;
	z-index: 1000;
	margin: 0px 0px 0px 50px;
}


.content_right {
	width: 165px;
	float: right;
	margin: 0px 50px 0px 0px;
}
.content_right_wide {
	width: 295px;
	float: right;
	margin: 0px 50px 0px 0px;
}



.ctbox_center {
	width: 420px;
	background: url('../images/c_bg.gif') repeat-y 0px 0px;
}

.ctbox_center_fm {
	width: 420px;
	background: url('../images/filez/box_middle.gif') repeat-y 0px 0px;
}

.textblock_center{
	padding: 10px 10px 0px 10px;
}
.textblock_center img{
	float: right;
	margin: 0px 0px 0px 10px;
}
.textblock_center a {
	font-weight: bold;
	text-decoration: none;
}


.textblock_center table {
	width: 400px;
	border-spacing: 0px;
	border-collapse: collapse;
}
.textblock_center td {
	padding: 4px 0px 2px 0px;
	vertical-align: top;
}

.img_table {
	float: left;
	margin: 0px 5px 5px 0px;
}

.img_table td {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: left;
}

.img_table img {
	border: 1px dashed #ababab;
}
#content_full,#content_full_O{
	margin-top: -30px;
}

/* *********************** */
/* left navi height adjust */
/* *********************** */
.navi_left {
/*	height: 292px;*/
}

.contactNav{
	/*position: absolute;
	top: 492px;*/
	width: 165px;
}



/*
.contactNav_full{
	position: absolute;
	top: 392px;
	width: 165px;
}
#exhibitNav { height: 234px;}
#accountNav { height: 234px; }
#aboutNav { height: 234px; }



.content_left_full_placeholder{
	width: 1px;
	height: 300px;
	float: left;
	border: 1px solid red;
}

*/
.contactNav_placeholder {
	height: 315px;
	width: 165px;
}


.navi_left_rest {
	position: absolute;
	top: 558px;
	z-index: 2000;
	width: 165px;
}
.navi_left_rest_O {
	position: absolute;
	top: 602px;
	z-index: 2000;
	width: 165px;
}
.m_box {
	width: 145px;
	height: 204px;
	padding: 0px 10px 10px 10px;
	z-index: 1000;
	background: url('../images/ln_bg.gif') repeat-y 0px 0px;
}
.m_box_O {
	width: 145px;
	height: 248px;
	padding: 0px 10px 10px 10px;
	z-index: 1000;
	background: url('../images/ln_bg.gif') repeat-y 0px 0px;
}
.m_box_1 {
	width: 145px;
	padding: 0px 10px 10px 10px;
	z-index: 1000;
	background: url('../images/ln_bg.gif') repeat-y 0px 0px;
}

/* *********************** */
/* left navi height adjust */
/* *********************** */


#content_full .navi_left_rest,#content_full .navi_left_rest_O,#content_full_O .navi_left_rest,#content_full_O .navi_left_rest_O {
	top: 367px;
}

#content_full .navi_left_rest_O,#content_full_O .navi_left_rest,#content_full_O .navi_left_rest_O {
	top: 410px;
}

.navi_left a {
	font-size: 10px;
	line-height: 16px;
	text-decoration: none;
}
.navi_left a:hover, .navi_left a.act {
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
	text-decoration: none;
}

.m_box a {
	text-transform:capitalize;
}



.content_left a.sub, .content_left_full a.sub {
	margin: 0px 0px 0px 10px;
}




.right_col {
	padding: 10px 10px 0px 10px;
	/*min-height:450px;*/
	background: url('../images/ln_bg.gif') repeat-y 0px 0px;
}
.right_col a {
	font-weight: bold;
	text-decoration: none;
}

#breadcrumb {
	position: absolute;
	z-index: 100;
}
#breadcrumb_full {
	margin: 30px 0px 0px 240px;

}

#text_full {
	width: 610px;
	margin: 20px 0px 45px 240px;

}
#text_full img {
	display: inline;
	float: right;
	margin: 0px 0px 30px 0px;
}


#text_half {
	float: left;
	width: 425px;
	margin: 20px 0px 0px 240px;
}
.text_right {
	position: relative;
	top: 50px;
	float:left;
	width: 165px;
}
.text_right2 {
	position: relative;
	top: -15px;
	float:left;
	width: 165px;
}


.text_right2 div.r_form{
	width: 165px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url('../images/bg_rcf.gif') repeat-y left 0px;
}
.text_right2 form{
	display: block;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
}
.text_right2 input{
	width: 141px;
}
.text_right2 textarea{
	width: 145px;
	height: 75px;
}




#text {
	width: 610px;
	margin: 30px 0px 0px 0px;
}

#text_rImg {
	width: 610px;
	margin: 30px 0px 0px 0px;
}

#text_gal {
	width: 625px;
	margin: 30px 0px 0px 0px;
}

#images_big img{
	display: inline;
	margin: 25px 25px 0px 0px;
}
#images_gal img{
	display: inline;
	margin: 0px 11px 25px 0px;
}
#breadcrumb a,#breadcrumb_full a {
	font-weight: normal;
	text-decoration: none;
	text-transform:capitalize;
}
#breadcrumb strong,#breadcrumb_full strong {
	text-transform:capitalize;
	color: #152852;
}
strong {
	color: #373737;
}

#ct_flash {
	z-index: 10;
	margin: 0px 0px 40px 0px;
}
#ct_flash_full {
	background: #fff;
}

h1 {
	text-transform:capitalize;
	font-size: 14px;
	margin: 0px 0px 8px 0px;
}
h2 {
	font-size: 12px;
	margin: 0px 0px 8px 0px;
}

h1.exhibitor,h2.exhibitor{
	color: #62a9c7;
}
h1.organiser,h2.organiser{
	color: #bc509c;
}
h1.ordering,h2.ordering{
	color: #febd11;
}
h1.design,h2.design{
	color: #999;
}
.event{
	margin: 16px 0px 0px 0px;
}

.mTV{
	margin: 16px 20px 0px 0px;
	width: 280px;
	float: left;
}

ol {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 24px;
}
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
}
li {
	margin: 0px 0px 8px 0px;
}


li.nodot { list-style-type:none; }
ul.sublist li { margin: 0px 0px 0px 0px; }

p {
	margin: 0px 0px 8px 0px;
}
.clearer{ clear: both; font-size: 1px; position: relative; top: -10px;}
.clear{ clear: both; font-size: 1px; position: relative; top: -10px;}

.f_line{ font-size: 10px; line-height: 10px; }

.lthumb {
	display: inline;
}

.rthumb {
	display: inline;
	margin-left: 10px;
}

.gal_float{
	float: left;
}
.gal_dropdown{
	margin-right: 15px;
	text-align: right;
	float: right;
}
.head_gal select{
	width: 200px;
	border: 1px solid #999;
}
.head_events select{
	width: 150px;
	border: 1px solid #999;
}


.head_gal select, .head_events select{
	margin: 0px 0px 4px 0px;
}
.cms a{
	padding: 0px 0px 0px 20px;
	
}
.head_gal{
	position: relative;
	top: -22px;
	width: 610px;
	margin: 0px 0px 20px 0px;
}
.head_events{
	position: relative;
	top: -22px;
	width: 610px;
	border-bottom: 1px solid #022561;
	margin: 0px 0px 20px 0px;
}
.head_left{
	float: left;
	vertical-align: bottom;
}
.head_right{
	text-align: right;
	float: right;
	line-height: 18px;
}

.head_left h1{
	margin: 22px 0px 0px 0px;
	padding: 0px;
}

table {
	width: 610px;
	border-spacing: 0px;
	border-collapse: collapse;
}
td {
	padding: 4px 0px 2px 0px;
	vertical-align: top;
}
td img {
	display: inline;
	margin-left: 1px;
}
td.right, th.right{
	text-align: right;
}

th {
	padding: 0px 0px 6px 0px;
}

#text td , #text_rImg td {
	border-bottom: 1px solid #999;
}

.imgRight {
	float: right;
	width: 165px;
	padding-top: 0px;
	margin: 0px 0px 0px 20px;
}

.imgRight img {
	margin: 10px 0px 10px 0px;
}



.imgRight_news {
	float: right;
	width: 165px;
	padding-top: 0px;
	margin: 0px 16px 0px 0px;
}

.imgRight_news img {
	margin: 0px 0px 20px 20px;
}


.imgRight_full {
	float: right;
	width: 165px;
	margin: 0px 0px 0px 20px;
}

.imgRight_full img {
	margin: 0px 0px 20px 0px;
}





.l_exhibitor {
	float: left;
	height:17px;
	background: url('../images/loz_exhibitor_l.gif') no-repeat left 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	min-width: 20px;
}
.r_exhibitor {
	height:17px;
	background: url('../images/loz_exhibitor_r.gif') no-repeat right 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.r_exhibitor a {
	display: block;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	line-height:17px;
	vertical-align: top;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin: 0px 5px 0px 5px;
	background: #62a9c7;
}


.l_organiser {
	float: left;
	height:17px;
	background: url('../images/loz_organiser_l.gif') no-repeat left 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	min-width: 20px;
}
.r_organiser {
	height:17px;
	background: url('../images/loz_organiser_r.gif') no-repeat right 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.r_organiser a {
	display: block;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	line-height:17px;
	vertical-align: top;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin: 0px 5px 0px 5px;
	background: #bc509c;
}

.l_ordering {
	float: left;
	height:17px;
	background: url('../images/loz_ordering_l.gif') no-repeat left 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	min-width: 20px;
}
.r_ordering {
	height:17px;
	background: url('../images/loz_ordering_r.gif') no-repeat right 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.r_ordering a {
	display: block;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	line-height:17px;
	vertical-align: top;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin: 0px 5px 0px 5px;
	background: #febd11;
}


.l_design {
	float: left;
	height:17px;
	background: url('../images/loz_design_l.gif') no-repeat left 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	min-width: 20px;
}
.r_design {
	height:17px;
	background: url('../images/loz_design_r.gif') no-repeat right 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.r_design a {
	display: block;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	line-height:17px;
	vertical-align: top;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin: 0px 5px 0px 5px;
	background: #999;
}

.l_extra {
	float: left;
	height:17px;
	background: url('../images/loz_extra_l.gif') no-repeat left 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	min-width: 20px;
}
.r_extra {
	height:17px;
	background: url('../images/loz_extra_r.gif') no-repeat right 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.r_extra a {
	display: block;
	color: #febd11;
	font-size: 9px;
	font-weight: bold;
	line-height:17px;
	vertical-align: top;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin: 0px 5px 0px 5px;
	background: #022561;
}



.furnishings{
	float: right;
	margin: 0px 0px 75px 0px;
}
.furnishings div{
	padding: 10px;
}
.furnishings strong, .furnishings p, .furnishings a{
	color: #404040;
}

.furnishings img{
	position: relative;
	top: -5px;
}





.smartwire{
	float: right;
	background: #000;
	margin: 0px 0px 75px 0px;
}
.smartwire div{
	padding: 10px;
}
.smartwire strong, .smartwire p, .smartwire a{
	color: #fff;
}

.smartwire img{
	position: relative;
	top: -5px;
}

.date{
	position: relative;
	top: -6px;
	margin: 0px 0px 6px 0px;
}

sup { font-size: 9px; }

/* --------- */

.appear {
	display: block;
}

.disappear {
	display: none;
}

.pabsolute {
	position: absolute;
}









.l_exhibitor_B {
	float: left;
	height:34px;
	background: url('../images/loz_exhibitor_bl.gif') no-repeat left 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	min-width: 20px;
}
.r_exhibitor_B {
	height:34px;
	background: url('../images/loz_exhibitor_br.gif') no-repeat right 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.r_exhibitor_B a {
	display: block;
	color: #fff;
	font-size: 12px;
	/*font-weight: bold;*/
	line-height:34px;
	vertical-align: top;
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	margin: 0px 10px 0px 10px;
	background: #62a9c7;
	text-transform: uppercase;
}


.l_organiser_B {
	float: left;
	height:34px;
	background: url('../images/loz_organiser_bl.gif') no-repeat left 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	min-width: 20px;
}
.r_organiser_B {
	height:34px;
	background: url('../images/loz_organiser_br.gif') no-repeat right 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.r_organiser_B a {
	display: block;
	color: #fff;
	font-size: 12px;
	/*font-weight: bold;*/
	line-height:34px;
	vertical-align: top;
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	margin: 0px 10px 0px 10px;
	background: #bc509c;
	text-transform: uppercase;
}

.l_ordering_B {
	float: left;
	height:34px;
	background: url('../images/loz_ordering_bl.gif') no-repeat left 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	min-width: 20px;
}
.r_ordering_B {
	height:34px;
	background: url('../images/loz_ordering_br.gif') no-repeat right 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.r_ordering_B a {
	display: block;
	color: #fff;
	font-size: 12px;
	/*font-weight: bold;*/
	line-height:34px;
	vertical-align: top;
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	margin: 0px 10px 0px 10px;
	background: #febd11;
	text-transform: uppercase;
}


.l_design_B {
	float: left;
	height:34px;
	background: url('../images/loz_design_bl.gif') no-repeat left 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	min-width: 20px;
}
.r_design_B {
	height:34px;
	background: url('../images/loz_design_br.gif') no-repeat right 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.r_design_B a {
	display: block;
	color: #fff;
	font-size: 12px;
	/*font-weight: bold;*/
	line-height:34px;
	vertical-align: top;
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	margin: 0px 10px 0px 10px;
	background: #999;
	text-transform: uppercase;
}
a.noHover:hover {
	font-size: 9px;
	line-height: 17px;
	font-weight: bold;
	text-decoration: none;
}

/* ---------------------------------- */

.cftable {
	margin: 0px 0px 30px 0px;
}

.text {
	margin-bottom: 5px;
}

.cftable td input.text { 
	width: 210px;
	height: 20px;
	border: 1px solid #ababab; 
}

.cftable td textarea.text { 
	width: 300px; 
	height: 85px; 
	border: 1px solid #ababab;
}

#text .cftable td {
	border-bottom: none;
}

/* ---------------------------------- */

.cfsubmit {
	float: left;
}
.tBold,.tbold {
	font-weight: bold;
}

.tUnderline {
	text-decoration: underline;
}

.tItalic {
	font-style: italic;
}

.tStrike {
	text-decoration: line-through;
}
div.leftOne{
	margin-bottom: 5px;
	float:left;
	width: 100px;
	font-weight: bold;
}
div.rightOne{
	margin-bottom: 5px;
	float:left;
	width: 300px;
}

div.leftOneR{
	margin-bottom: 5px;
	float:left;
	width: 45px;
	font-weight: bold;
}
div.rightOneR{
	margin-bottom: 5px;
	float:left;
	width: 100px;
	overflow: hidden;
}


.nomargin{
	margin-bottom: 0px;
}

a.file_xls_,a.file_XLS_{
	display: block;
	height: 22px;
	background: url('../images/filez/icon_xls.gif') no-repeat left 30%;
	padding: 3px 0px 3px 20px;
}
a.file_dwf_,a.file_DWF_{
	display: block;
	height: 22px;
	background: url('../images/filez/icon_dwf.gif') no-repeat left 30%;
	padding: 3px 0px 3px 20px;
}
a.file_dwg_,a.file_DWG_{
	display: block;
	height: 22px;
	background: url('../images/filez/icon_dwg.gif') no-repeat left 30%;
	padding: 3px 0px 3px 20px;
}
a.file_dxf_,a.file_DXF_{
	display: block;
	height: 22px;
	background: url('../images/filez/icon_dxf.gif') no-repeat left 30%;
	padding: 3px 0px 3px 20px;
}
a.file_,a.file_pdf_,a.file_PDF_{
	display: block;
	height: 22px;
	background: url('../images/filez/icon_pdf.gif') no-repeat left 30%;
	padding: 3px 0px 3px 20px;
}


a.file_doc_,a.file_txt_,a.file_DOC_,a.file_TXT_{
	display: block;
	height: 22px;
	background: url('../images/filez/icon_doc.gif') no-repeat left 30%;
	padding: 3px 0px 3px 20px;
}


a.file_gif_,a.file_jpeg_,a.file_pjpeg_,a.file_jpg_,a.file_bmp_,
a.file_GIF_,a.file_JPEG_,a.file_PJPEG_,a.file_JPG_,a.file_BMP_{
	display: block;
	height: 22px;
	background: url('../images/filez/icon_gif.gif') no-repeat left 30%;
	padding: 3px 0px 3px 20px;
}


a.file_Sales,a.file_glgl{
	display: block;
	height: 30px;
	background: url('../images/filez/icon_Sales.gif') no-repeat left 30%;
	padding: 3px 0px 3px 35px;
}


a.file_Tech,a.file_null,a.file_0{
	display: block;
	height: 30px;
	background: url('../images/filez/icon_Tech.gif') no-repeat left 30%;
	padding: 3px 0px 3px 35px;
}


a.file_NonTech{
	display: block;
	height: 30px;
	background: url('../images/filez/icon_NonTech.gif') no-repeat left 30%;
	padding: 3px 0px 3px 35px;

}

/**/

a.file_octet-stream{
	display: block;
	height: 30px;
	background: url('../images/filez/icon_Sales.gif') no-repeat left 30%;
	padding: 3px 0px 3px 35px;
}


a.file_pdf{
	display: block;
	height: 30px;
	background: url('../images/filez/icon_Tech.gif') no-repeat left 30%;
	padding: 3px 0px 3px 35px;
}


a.file_msword,a.file_gif,a.file_jpeg{
	display: block;
	height: 30px;
	background: url('../images/filez/icon_NonTech.gif') no-repeat left 30%;
	padding: 3px 0px 3px 35px;

}

.del_person{
	margin: 5px 0px 5px 0px;
}