/*
DIV blocks for pages with product and feature lists
e.g. : platformadfever.php and all similar page with product & feature list
*/

	#pa_main_wrap1 {
		display: block;
		margin-left: 30px;
		width: 655px;
		height: 196px;
		background-image:url('/image/back/top_down_short.gif');
		background-repeat: repeat-x;
		overflow:hidden;
	}
	#pa_main_wrap1  p {
		margin: 5px 0 0 30px;
	}
	#pa_main_wrap2 {
		display: block;
		margin-left: 30px;
		width: 655px;
		height: 28px;
		overflow:hidden;
		background-image:url('/image/back/fond-onglets.png');
		background-repeat: no-repeat;
	}
	#pa_main_wrap3 {
		display: block;
		margin-left: 30px;
		width: 655px;
		overflow:hidden;
	}
	#pa_main_wrap3 h2 {
		display: block;
		clear: both;
		margin:38px 0 15px 0;
		padding: 0 0 7px 5px;		
		border-bottom: 1px solid #ccc;
		font-size: 16px;
		font-weight:bold;
		color: #454a4f;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	}
	#pa_main_wrap3 .h2icon {
		display: block;
		clear: both;
		margin:28px 0 15px 0;
		padding: 0 0 7px 0px;		
		border-bottom: 1px solid #ccc;
		font-size: 16px;
		font-weight:bold;
		color: #454a4f;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	}
	.h2icon img {
		text-align:right;
		vertical-align: middle;
		margin-right: 20px;

	}



	/* ILLUSTRATION AND DESCRIPTION FOR PRODUCT FEATURE LIST */


	.list_illustration { /* default  */
		float: left;
		width: 246px;
		margin:1% 0 0% 0;
	}
	.list_illustration_narrow {
		float: left;
		width: 200px;
		margin:1% 0 0% 0;
	}
	.list_illustration_medium {
		float: left;
		width: 246px;
		margin:0;
	}
	.list_illustration_big {
		float: left;
		width: 246px;
		margin:0;
		text-align:center;
	}
	.list_illustration_big img {
		margin: 0 auto;
	}
	.list_text { /* default  */
		float: right;
		width: 366px;
		margin-right:17px;
		font-size: 11px;
		font-weight:normal;
		color: #74777b;
	}
	.list_text_wide {
		float: right;
		width: 430px;
		margin-right:17px;
		font-size: 11px;
		font-weight:normal;
		color: #74777b;
	}
	.list_text_medium {
		float: right;
		width: 355px;
		margin-right:17px;
		font-size: 11px;
		font-weight:normal;
		color: #74777b;
	}
	.list_text_narrow {
		float: right;
		width: 355px;
		margin-right:17px;
		font-size: 11px;
		font-weight:normal;
		color: #74777b;
	}




	.gototop {
		clear: both;
		display:block;
		margin-top: 30px;
		width:100%;
		text-align: right;
		font-size: 10px;
		font-weight:normal;
		text-decoration: underline;
		color: #336699;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	}
	/* END ILLUSTRATION AND DESCRIPTION FOR PRODUCT FEATURE LIST */




	#pa_pre_block {
		width: 625px;
		margin: 14px auto;
		padding-left: 5px;
		overflow: hidden;
	}
	#pa_illustration {
		float: left;
		width: 280px;
	}
	.pa_img_illustration {
		margin:0;
		padding:0;

	}
	#pa_explain {
		float: right;
		width: 330px;
	}
	.pa_bubble {
		height:40px;
		width:330px;
		background: #fff;
		color: #336699;
		text-align:center;

	}
	.pa_bubble_text {
		height:28px;
		font-size:15px;
		font-weight:bold;
		padding-top:10px;


	}
	#pa_pres_bubblearrow {
		height: 17px;
		background-image:url('/image/icon/queue-bloc.png');
		background-repeat: no-repeat;
		background-position: 35px -5px;
	}

	.pa_text_explain {
		color: #74777b;
		margin-top:10px;
		font-size: 12px;

	}


	.pa_pres_bigbutton {
		clear:both;
		text-align: right;
		font-size: 18px;
		font-weight:bold;
		color: #ccc;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		margin: 25px 0 58px 0;
	}
	.clearer_space_illustr { /* insert at end of list in #content for spacing */
		clear: both;
		height:60px;
	}
	
	


