/* A tab */
div.tab {
	width:463px;
	margin:10px auto 20px auto;
}

div.tab div.head {
	width:463px;
	height:31px;
	
	background: url('images/seanergic_tabHead.gif') scroll 0 2px no-repeat;
}

div.tab div.head h1 {
	padding:0px;
	margin:0 0 0 40px;
	
	font-size:11pt;
	font-weight:bold;
	color:#59bed5;
}

div.tab div.content {
	width:461px;
	
	border:1px solid #b6c1c2;
	border-width:0 1px 1px 1px;
	
	color:#5c686b;
}

div.tab div.content p {
	display:block;
	margin:0;
	padding:5px;
}

div.tab div.content div.bt {
	padding:10px;
	text-align:right;
}

div.tab div.content div.bt input {
	height:22px;
	padding:0px 4px;
	
	background: url('images/seanergic_bt_bg.gif') repeat-x;
	border:1px solid #d1d1d1;
	
	color:#303030;
	font-size:9pt;
	font-weight:bold;
}

/* A second level tab */
div.tabLevel2 {
	width:423px;
	margin:10px auto 20px auto;
}

div.tabLevel2 div.head
{
	width:423px;
	height:21px;
	
	background: url('images/seanergic_tabLevel2Top.gif') no-repeat;
}

div.tabLevel2 div.head h3 {
	display:inline;
	padding:4px;
	margin:0 0 0 8px;

	background:#fff;

	font-size:9pt;
}

div.tabLevel2 div.content {
	width:421px;
	margin:0;
	padding:0;
	
	border: 1px solid #59c8e1;
	border-width:0 1px 0 1px;
}

div.tabLevel2 div.bottom {
	height:5px;
	background: url('images/seanergic_tabLevel2Bottom.gif') no-repeat;
}

/* A big tab */
div.bigTab, div.bigTab2 {
	width:713px;
	margin:15px 0 15px 12px;
	overflow:hidden;
}

div.bigTab div.head, div.bigTab2 div.head {
	width:713px;
	height:45px;
	
	background: url('images/seanergic_bigTabHead2.gif') scroll 0 2px no-repeat;
}

div.bigTab2 div.head {
	background: url('images/seanergic_bigTabHead.gif') scroll 0 2px no-repeat;
}

div.bigTab div.head h1, div.bigTab2 div.head h1 {
	position:absolute;
	padding:0px;
	margin:0 0 0 250px;
	
	font-size:11pt;
	font-weight:bold;
	color:#59bed5;
}

div.bigTab2 div.head h1 {
	color:#c41c39;
}

div.bigTab div.head h2, div.bigTab2 div.head h2 {
	position:absolute;
	margin: 7px 0 0 20px;
	
	font-size:9pt;
	font-weight:bold;
	font-style:italic;
	color:#5c686b;
}

div.bigTab div.head ul, div.bigTab2 div.head ul {
	position:absolute;
	padding:0;
	margin:22px 0 0 15px;
	
	list-style:none;
}

div.bigTab div.head ul li, div.bigTab2 div.head ul li {
	display:inline;
	
	font-size:9pt;
}

div.bigTab div.content, div.bigTab2 div.content {
	padding:5px;
	
	border:1px solid #b6c1c2;
	
	color:#5c686b;
	background-color:#fff;
}

div.bigTab div.bottom, div.bigTab2 div.bottom {
	width:713px;
	height:34px;
	
	background: url('images/seanergic_bigTab_bottomBg.gif') no-repeat;
	margin:5px 0 0 0;
	
	text-align:right;
	color:#666;
}

div.bigTab div.bottom input,
div.bigTab div.bottom select,
div.bigTab2 div.bottom input,
div.bigTab2 div.bottom select {
	padding:0;
	margin:0;
	
	border:1px solid #e0e0e0;
	background-color:#fff;
	
	font-size:8pt;
	text-align:center;
	color:#333;
}


div.bigTab div.bottom div.access span,
div.bigTab2 div.bottom div.access span {
	display:block;
	margin:3px 0 0 0;
}

div.bigTab div.bottom div.access span input ,
div.bigTab2 div.bottom div.access span input {
	width:20px;
}

div.bigTab div.bottom div.navigate span,
div.bigTab2 div.bottom div.navigate span {
	display:block;
	margin:4px 0 0 0;
}

div.bigTab div.bottom div.list span,
div.bigTab2 div.bottom div.list span {
	display:block;
	margin:3px 0 0 0;
}

div.bigTab div.bottom div.list span select,
div.bigTab2 div.bottom div.list span select {
	border:0;
}

div.bigTab div.bottom .bt, div.bigTab2 div.bottom .bt {
	float:right;
	
	width:140px;
	height:24px;
	
	padding:1px;
	margin:5px 4px 0 0;
	
	background: url('images/seanergic_bigTab_bt.gif') no-repeat;
	text-align:center;
	font-size:8pt;
}

div.bigTab div.bottom .bt a:link, div.bigTab div.bottom .bt a:active, div.bigTab div.bottom .bt a:visited,
div.bigTab2 div.bottom .bt a:link, div.bigTab2 div.bottom .bt a:active, div.bigTab2 div.bottom .bt a:visited {
	text-decoration:none;
}

div.bigTab div.bottom .bt a:hover,
div.bigTab2 div.bottom .bt a:hover {
	text-decoration:underline;
}

div.bigTabsSpacer {
	height:170px;
	width:741px;
}

div.bigTabsSpacer .content {
	float:left;
	padding:5px 0;
	width:491px;
}

div.bigTab2 .bottom.links {
	text-align:left;
}

div.bigTab2 .bottom.links a {

	line-height:32px;
	padding:0px 0 0 17px;
	margin:0 0 0 10px;

	background:transparent url('images/seanergic_fleche.gif') no-repeat scroll 0 3px;
	color:#5c686b;
}

/* Choise list inside a tab */
.choiseList div {
	height:25px;
	padding:2px;
}

.choiseList  div:hover {
	background-color:#f0f0f0;
}

.choiseList label {
	display:block;
	margin:2px;
	
	padding:0 5px 0 5px;
}

.choiseList span.special {
	float:right;
	margin-top:2px;
}

.choiseList span.simple {
	float:left;
}

.choiseList .special {
	color:#30bada;
}

/* Tariffs list */
div.tarifs ul {
	padding:10px 10px 10px 20px;
	margin:0px;
	
	list-style:none;
}

div.tarifs ul li {
	height:10px;
	padding:3px;
	margin:2px;
}

div.tarifs ul h3 {
	padding:0px;
	margin:0px;
	
	font-size:9pt;
	font-weight:normal;
	text-align:right;
	color:#59c8e1;
}

div.tarifs ul li span {
	float:left;
}

div.tarifs ul li span.special {
	float:right;
	padding-right:5px;
	color:#59c8e1;
}


/* A list container : [Element with shadow] */
div.listContainer, div.internContainer {
	margin:15px 5px 0px 15px;
	width:460px;
	
	padding:0 0 7px 0;
	
	border-width:0 0 1px 0;
	background: scroll bottom url('images/seanergic_lastOffers_bottom_bg.gif') repeat-x;
}

div.listContainer .element, div.internContainer .content {
	padding:2px;
		
	border:solid #e6e6e6;
	border-width:1px 1px 0 1px;
		
	background: scroll right url('images/seanergic_lastOffers_right_bg.gif') repeat-y;
		
	font-size:9pt;
}

div.listPageNumbers {
	padding:10px;
	text-align:center;
}

div.listPageNumbers a:link, 
div.listPageNumbers a:active, 
div.listPageNumbers a:visited, 
div.listPageNumbers a:hover {
	padding:4px;
	
	font-size:9pt;
	text-decoration:none;
	color:#666666;
}

div.listPageNumbers a:link.current, 
div.listPageNumbers a:active.current, 
div.listPageNumbers a:visited.current, 
div.listPageNumbers a:hover.current {
	color:#000;
	font-weight:bold;
}

div.listPageNumbers a:hover {
	text-decoration:underline;
}