@import url("/css/generic/cmsSpace/cmsSpaceTabs.css");

#content {
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.banner h1 img {
	vertical-align: middle;
}

#header {
	height: 45px;
}

/* @group rightDiv, leftDiv */

#leftDiv {
	float: left;
	clear: left;
	width: 530px;
	margin: 10px 10px;
}

#rightDiv {
	float: left;
	width: 250px;
	margin: 10px 0px;
}

/* @end */

/* @group roundedDiv */

#leftDiv .roundedDiv {
	clear: left;
	float: left;
	margin: 7px 0px;
	width: 530px;
}

#rightDiv .roundedDiv {
	clear: left;
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
	width: 240px;
}

#leftDiv .roundedDiv .inside {
	padding:0 10px;
	float:left;
	width: 510px;
}

#rightDiv .roundedDiv .inside {
	float:left;
	padding-left:10px;
	padding-right:10px;
	width: 220px;
}

.roundedDiv h2, .roundedDiv h3, .roundedDiv h4 {
	margin-top: 0px;
}

.roundedDiv .top-left, .roundedDiv .top-right, .roundedDiv .bottom-left, .roundedDiv .bottom-right {
	clear:both;
}

/* @end */


/* @group text */

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;	
}

/* @end */


#bannerDiv {
	width: 530px;
	float: left;
}

#bannerDiv img {
	position: absolute;
	width: 530px;
	left: 10px;
}

#bannerDiv #image1 {
	position: relative;
	left: 0px;
}

#mainImageDiv img {
	float: left;
}

#mainImageTextDiv {
	float: left;
	width: 330px;
	margin-left: 13px; 
}

#mainBelowImageDiv {
	padding-top: 5px;
	clear: both;
}

#searchDiv {
	clear: both;
	position: relative;
	float: left;
	margin-top: 10px;
}

#supportNowDiv h3 {
	text-align: center;
}

#supportNowDiv p.button {
	margin: 5px 0px 5px 50px;	
}

#supportNowDiv a {
	float: left;
	clear: both;
}

#bloc1 ul {
	float: left;
	clear: both;
	width: 100%;
	padding: 5px 0px;
}

#bloc1 ul li {
	float: left;
	clear: both;
	width: 100%;
}

#bloc1 .image {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	text-align: center;
}

/* modify also ie6 css */
#bloc1 .image img {
	max-width: 50px;
	max-height: 50px;
}

#bloc1 .details {
	float: left;
	width: 154px;
}

#bloc1 .details p {
	margin-bottom: 3px;	
}

#bloc2 ul {
	float: left;
	clear: both;
	width: 100%;
	padding: 5px 0px;
}

#bloc2 ul li {
	float: left;
	clear: both;
	width: 100%;
}

#bloc2 .image {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	text-align: center;
}

/* modify also ie6 css */
#bloc2 .image img {
	max-width: 50px;
	max-height: 50px;
}

#bloc2 .details {
	float: left;
	width: 154px;
}

#bloc2 .details p {
	margin-bottom: 3px;	
}

.clearDiv {
	clear: both;
}