/*****************************************************************************/
/*** 					Common CSS for FACT-Finder GUIs					   ***/
/*** 			 Don't change or add Styles without contact JG 	;)		   ***/
/*****************************************************************************/

/*****************************************************************************/
/*** PURE ***/
/*****************************************************************************/

*, html {
	margin: 0; 
	padding: 0;
}
body {
	/*background: #E0E0E0;*/
	color: #173452;
	font-family: Verdana,Arial;
	font-size: 11px;
}
* html body{
	text-align: center;
}
a {
	color: #173452;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img{
	border: 0;
}
h3{
	font-size: 11pt;
	/*border-bottom: 1px solid #5C7997;*/
	padding-bottom: 5px;
	margin-right: -5px;
}
select{
/*
	color: #173452;
	font-family: Verdana,Arial;
	font-size: 11px;
	border: 1px solid #5C7997;
*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
}
p{
	margin-top: 5px;
	margin-bottom: 10px;
}
hr{
	color: #5C7997;
	background: #5C7997;
	height:1px; 
	border: none;
}

#container {
	width: 1000px; 
	background: #FFFFFF;
	/*
	border-left: 1px solid #5C7997;
	border-right: 1px solid #5C7997;
	*/
	margin: auto; 
	text-align: left;
}
#content {
	clear:both;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}

.information{
	border: 1px solid #6F96FF;
	background-color: #BFD0FF;
}
.successful{
	border: 1px solid green;
	background-color: #D0F5A9;
}
.error{
	border: 1px solid #FF423D;
	background-color: #FFF0F0;
}

/*****************************************************************************/
/*** HEADER ***/
/*****************************************************************************/

/*
#header {
	background: #173452;
	color: #FFFFFF;
	height: 86px;
	clear: both;
}
#header #logo {
	float:left;
	padding-left: 10px;
}
*/

/*****************************************************************************/
/*** LEFT COLUMN ***/
/*****************************************************************************/

#leftColumn {
	float: left;
	width: 170px;
	/* padding: 60px 5px 40px 10px; */
}
* html #leftColumn {
	width: 170px;
}

/*****************************************************************************/
/*** GROUP ***/
/*****************************************************************************/

div.group {
	padding-bottom: 10px;
}
div.group p{
	padding: 4px 0 3px 12px; 
	background-image: url("../../images/qvc_specials/search_pfeil_navi.gif");
	background-repeat: no-repeat;
	background-position: center left;
	margin: 0;
}
div.group p span{
	font-weight: bold;
	color: #333333;
}
div.group p.lvl1{
	margin-left: 12px;
}
div.group p.lvl2{
	margin-left: 25px;
}
div.group p.lvl3{
	margin-left: 37px;
}
div.group p.selected{
	background-image: url("../../images/common/quad_red_filled.png");
}
div.group p.selected a{
	color: #AD0E3F;
}
div.group p.selected a span{
	color: #AD0E3F;
}
div.group select{
	margin-top: 5px;
	width: 155px;
}
div.group select.ieExpand{
	width: 220px;
}
div.group div.ieExpand{
	width: 155px;
	overflow: hidden;
}

/*****************************************************************************/
/*** CENTER COLUMN ***/
/*****************************************************************************/

#centerColumn {
	float: left;
	width: 825px;
	margin-left: 5px;				
}
* html #centerColumn {
	margin-left: 3px;				
	width: 826px;			
}

/*****************************************************************************/
/*** RIGHT COLUMN ***/
/*****************************************************************************/

#rightColumn {
	float: right;
	width: 155px;
	padding: 60px 10px 40px 5px;
}
#rightColumn *{
	padding-left: 0px;
}

/*****************************************************************************/
/*** FOOTER ***/
/*****************************************************************************/

#footer{
	clear: both;
	/* background: #173452; */
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding: 0 10px;
	margin-left: -5px;
}
#footer #footerLogo{
	margin-top: 8px; 
	float:left;
	padding-right: 10px;
}
#footer #footerText{
	float:left;
}
#footer #footerLink{
	float:right;
}
#footer #footerLink a{
	color: #FFFFFF;
}

/*****************************************************************************/
/*** FORMULAR ***/
/*****************************************************************************/

.form label, .form input, .form select{
	display: block;
	float: left;
	margin-bottom: 3px;
}
.form label{
	width: 120px;
	cursor: pointer;
	font-weight: bold;
}
.form input, .form select{
	width: 200px;
}
.form input, .form textarea{
	border: 1px solid #5C7997;
	color: #173452;
	font-family: Verdana,Arial;
	font-size: 11px;
	padding: 2px;
}
.form textarea{
	width: 400px;
}
.form input.submit{
	background: #FFFFFF;
	margin-top: 20px;
	margin-left: 120px;
	cursor: pointer;
}
.form div#returnInfo{
	margin-left: 120px;
	width: 400px;
	padding: 2px;
}
.form div#returnInfo ul{
	margin-left: 20px;
	padding: 5px 0;
}
.form div#returnInfo ul li{
	margin-top: 2px;
	margin-left: 5px;
}

/*****************************************************************************/
/*** TABLE ***/
/*****************************************************************************/

table{
	border: 1px solid #8190A7;
	font-size: 11px;
	border-spacing: 0;
	border-collapse: 0;
}
table tr.tableHeader{
	background: #8190A7;
	text-align: left;
}
table tr.tableHeader th{
	padding: 2px 5px;
	color: white;
}
table tr td{
	/* padding: 2px 5px; */
}
table tr.backgroundDark{
	background: #E0E0E0;
}
table tr.backgroundBright{
	background: #EFEFEF;
}
table tr td.icon{
	padding: 2px;
	width: 25px;
	text-align: center;
}
table tr td.icon img.info{
	cursor: help;
}