@charset "utf-8";

/* CSS - Occasion du Lion */
body {	
	/* background-color:#9CB9E1; */
	color:#4B4B4B;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.7em;
	margin:0px;
}

input, select {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
	color:#4B4B4B;
}

h1 {
	font-size:1.3em;
	color:#577E9B;
	display:inline;
}

h2 {
	font-size:1em;
	font-weight:bold;
	display:inline;
}

form {
	display:inline;
}

a:link {font-weight:normal; color:#FD6A00; text-decoration:none;}
a:visited {font-weight:normal; color:#FD6A00; text-decoration:none;}
a:hover {font-weight:normal; color:#FD6A00; text-decoration:underline;}
a:active {font-weight:normal; color:#FD6A00; text-decoration:none;}
a:focus {font-weight:normal; color:#FD6A00; text-decoration:none;}

#main {
	width:970px;
	height:auto;
}

#navig {
	position:relative;
	float:left;
	width:195px;
	padding:15px;
}

#contentMain {
	position:relative;
	float:left;
	width:745px;
	height:auto;
}

#content {
	position:relative;
	float:left;
	margin-right:15px;
	width:520px;
}

#detailOption {
	position:relative;
	float:left;
	width:195px;
	margin-top:146px;
}

#contentDetail {
	position:relative;
	float:left;
	width:520px;
	height:auto;
	padding-top:15px;
	/* background-color:#00FF00; */
}

#contentLeft {
	position:relative;
	float:left;
	width:195px;
	padding:15px;
}

#additionalMain {	
	position:relative;
	float:left;
	width:970px;
	height:auto;
}

#additionalContent {
	position:relative;
	float:left;
	margin-left:225px;
	width:745px;	
}

#additionalMiddle {
	position:relative;
	float:left;
	margin-left:225px;
	width:520px;
}

#resultList {
	padding:15px;
}

#additionalDeals {
	position:relative;
	float:left;
	margin-left:225px;
	width:745px;
}

.blockDeal {
	position:relative;
	float:left;
	width:354px;
	height:140px;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-right:15px;
	border-top:1px dotted #CCCCCC;
}

.menuItem {	
	width:195px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
}

.menuItemA {	
	width:195px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
	background-color:#EEEEEE;
	cursor:pointer;
}

.menuItemD {	
	width:195px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
	background-color:#EEEEEE;
}

.dottedLine {
	width:100%;
	height:1px;
	border-top:1px dotted #CCCCCC;
}

.padRight {
	padding-right:6px;
}

.padLeft {
	padding-left:6px;
}

.cursorDef {
	cursor:pointer;
}

.fSpez1 {
	color:#FF0000;
}

.btStyle {
/*
	background-image:url(../img/arrow_orange.png);
	background-repeat:no-repeat;
*/
	color:#FD6A00;
	cursor:pointer;
	height:28px;
}

.bgGrey {
	background-color:#EEEEEE;
}

.bgBlue {
	background-color:#577e9b;
	color:#FFFFFF;
}

.bgWhite {
	background-color:#FFFFFF;
}

.bgOver {
	background-color:#577e9b;
	cursor:pointer;
	color:#FFFFFF;
}

.border3 {
	border-top:3px outset #999999;
	border-bottom:1px solid #CCCCCC;
}

.txtDisabled {
	color:#CCCCCC;
}