/*	
	Copyright (c) 2004 navyblue.
	Doc: homepage_import
	Revision: 1.01
*/

@import url(master.css);
@import url(global_nav.css);

/* added 27.05.2005 by Christian */
H1.h,H2.h	{font-family:Verdana,Arial,sans-serif;font-weight:bold;color:#5960A4;}
H1.h		{font-size:12px;}
H2.h		{font-size:10px;}
H2.hdark	{color:#F47A5E;}
HR.ruler	{display:none;}
DIV.ruler	{height:3px;background-image:url("/images/elements/horiz_ruler.gif");}

#d_spaceSearch{
	margin:10px;
	font-size:10px;
}

#d_spaceSearch input{
	font-size:10px;
}
#d_spaceSearch .formRow{
	display:block;
	margin:1.5em 0 ;
}

#d_spaceSearch .labelHeader{
	display:block;
	margin-bottom:0.5em;
	font-weight:bold;
}

#d_spaceSearch .smInp{
	width:50px;
}

#d_spaceSearch .leftLabel{
    width: 80px;
}

#d_spaceSearch #spaceAdvanced_adv .leftLabel{
    width: 70px;
}
#d_spaceSearch .checkLeftLabel{
    width: 65px;
    padding-right 2px;
     text-align: right;
}
#d_spaceSearch .checkLabel{
    width: 100px;
    margin-left: 2px;
    text-align: right;
}
#d_spaceSearch .rightLabel{
    width: 80px;
    margin-left: 20px;
}
#d_spaceSearch .submitRow{
	margin-top:2em;
	border-top:1px dashed #ccc;
	background:#C1D72F;
	min-height:3em;
	_height:3em;
	padding:10px;
	width:400px;
}

#optionalSearch{
	background: #E9CFD7;
}

#spaceAdvanced_adv{
	height: 120px;
}
#spaceAdvanced_adv .searchFormRow{
	margin-left: 10px;		
}

.basicInfo{
	border-top:1px solid #A1A1A1;
	border-right:1px solid #A1A1A1;
	font-size:10px;
}

.basicInfo td, .productTable th{
	border-left:1px solid #A1A1A1;
	border-bottom:1px solid #A1A1A1;
}

.basicInfo th{
	background:#E9CFD7;
	border-left:1px solid #A1A1A1;
	border-bottom:1px solid #A1A1A1;
	text-align:left;
}

.basicInfo tr{
	background:#fff;
}

.iconsDiv{
	margin: 0.5em 0;
	display:block;
}

.iconsDiv td{
   _font-size: 0.7em;
}



