/******************************************************************************/
/*	                      copyright 2007 oxtalsolutions inc.                  */
/*	                          Last modifications 2007:01:08                   */
/******************************************************************************/

/***********************************************/
/* HTML tag styles / Elements                  */
/***********************************************/
* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 13px;
}
html{
	height:100%;
}

body{
	color:#404040;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 13px;
	/*background-color:#186AA2;*/
	background-color:#FFFFFF;
	background-image:  url("");
	behavior:url(/csshover.htc);
	height:100%;
}

td{
	color: #404040;
	font-size: 11px;
	line-height: 13px;
}

img{
	border:0px;
}
/******* hyperlink styles *******/

a:link, a:visited{
	color: #17577A;
	text-decoration: underline;
}

a:hover, a:active{
	color: #5190B9;
	text-decoration: none;
}

/************** header tag styles **************/

h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #404040;
	margin: 10px 6px 10px 6px;
	padding: 0px;
	line-height: normal;
}
h2 {
	font-size: 1.3em;
	font-weight: 500;
	color: #404040;
	margin: 10px 8px 10px 8px;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 1.1em;
	font-weight: 500;
	color: #404040;
	margin: 10px 6px 10px 6px;
	padding: 0px 0px 0px 0px;
}
h4 { 
	font-size: .8em;
	font-weight: bold;
	color: #CE0024;
	margin: 0px 10px 0px 100px;
	padding: 0px;
}

p { /* default style for all text indent based pages */
	margin: 10px 6px 10px 6px;
	padding: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}
				
input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#17577A;
}

input[type="text"]{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#17577A;
	border: 1px solid #17577A;

}

input[type="password"]{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#17577A;
	border: 1px solid #17577A;

}

input[type="submit"]{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #17577A;
	background-color:#FFFFFF;
	color:#17577A;
}
input[type="submit"]:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #404040;
	background-color:#C5DAE8;
	color:#17577A;
	cursor:pointer;
}

input[type="reset"]{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #17577A;
	background-color:#FFFFFF;
	color:#17577A;
}
input[type="reset"]:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #404040;
	background-color:#C5DAE8;
	color:#17577A;
	cursor:pointer;
}


input[type="button"]{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #17577A;
	background-color:#FFFFFF;
	color:#17577A;
}
input[type="button"]:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #404040;
	color:#17577A;
	background-color:#C5DAE8;
	cursor:pointer;
}
select {
	border: 1px solid #17577A;	

}

#required_field_note{
	font-style:italic;
	font-size:0.85em;
}

em{
	color:#C5DAE8;
}

.ecolo h1{
	COLOR:#60A014;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
}


.ecolo h2{
	COLOR:#9EC800;
	font-weight:bold;
	margin:0px;
	padding:0px;

}


.turn_key{
	padding-left:20px;
}

.turn_key h1{
	COLOR:#056B8D;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
}


.turn_key h2{
	COLOR:#91BAD9;
	font-weight:bold;
	margin:0px;
	padding:0px;

}

.product_name{
	text-transform:uppercase;
}

/***********************************************/
/* GENERAL STYLE                               */
/***********************************************/


.main_zone{
	padding: 0px 0px 0px 16px;

}


/****************** header ********************/

.main_wraper {
	background-color:#FFFFFF; 
	background-image:url(/images/design/header_bg.jpg); 
	background-position:top center; 
	background-repeat:repeat-x;
	min-height:100%; 	
}

div#quick_menu_zone{
	text-align:left;
	position:relative;
	display:block;
	width:350px;
	height:17px;
	margin-bottom:52px;/* pour dessendre le logo*/
	/*background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:right;*/
}

div#header{
	clear:both;
	display:block;
	width:950px; 
	background-color:#FFFFFF;
	z-index:3;
}

/*header table*/


table#header_table {
	text-align:left;
	width:950px;
	height:168px;
	background-image:url(/images/design/entete_3.jpg);
	background-position:top;
	background-repeat:no-repeat;
	vertical-align:top;
	
} 

table#header_table .td_main_menu{
	width:950px;
	height:28px;
	text-align:right;
	vertical-align:top;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:right;
}

/*main menu */
/* ref:  oxtal_menu.css */


/*---------- CONTENT --------------*/
div#content{
	position:relative;
	display:block;
	clear:both;
	width:950px;
	/*min-height:330px;
	height:auto;*/
	min-height:100%;
	text-align:left;
	z-index:1;
	background-color:#FFFFFF;

	/*background-image:url(/images/design/content_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;*/
}

table#main_table {
	width:950px;
}

table#main_table .td_right{
	vertical-align:top;
	width:680px;
}

table#main_table .td_left{
	vertical-align:top;
	width:270px;
}

/*div#pre-footer{
	/*position:absolute;
	bottom:0px;	*/
	/*height:85px;
	width:950px;
	display:block;
	background-image:url(/images/design/content_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	
}*/

.top_rec_left{
	width:266px;
	height:50px;
	margin-right:2px;
	background-color:#C5DAE8;
}
.top_rec_right{
	width:678px;
	height:50px;
	margin-left:2px;
	background-color:#17577A;
	
}

div#site_path {
	color:#C5DAE8;
	display:block;
	float:left;
	clear:both;
	width:auto;
	height:50px;
	margin-left:20px;
	

}
div#site_path span {
	color:#C5DAE8;
	display:block;
	float:left;
	padding:3px 3px;
	text-decoration:none;

}

div#site_path a {
	color:#C5DAE8;
	display:block;
	float:left;
	padding:2px 3px;
	text-decoration:none;

}

div#site_path a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

div#site_path h2{
	color:#C5DAE8;
	display:block;
	font-size:2em;
	line-height:1.2em;
	padding:1px 0px;
	font-weight:bold;
	text-indent:0px;
	float:left;
	clear:both;
}


.right_side{
	float:left;
	margin:0px 6px;
}

.left_side{
	float:left;
	margin:0px 6px 0px 9px;
}

.col_text_container{
	float:left;
	clear:both;
}
.col_text{
	margin-top:15px;
	
}

/* ******* Send to a friend ******** */

#staf_form_table{
	background-color: #17577A;
	width: 350px;
	padding: 12px;
}

#staf_form_table tr{
	margin-bottom: 12px;
	padding-bottom: 12px;
}



#staf_form_table label{
	color: #C5DAE8;
}

#staf_form_table h2{
	color: #C5DAE8;
}

#staf_form_table input[type="text"], #staf_form_table input[type="password"]{
	width: 145px;
}

#staf_form_table input[type="text"], #staf_form_table input[type="password"], #staf_form_table textarea{
	background-color: #C5DAE8;
	color: #17577A;
	padding: 3px;
	margin-bottom: 4px;
}

#staf_form_table #required_field_note{
	color: #C5DAE8;
}

#staf_form textarea{
	font-size: 0.90em;
	width: 310px;
	height: 100px;
	margin-bottom:20px;
}

/* ******* anchor which scrolls up/down a page ********** */

#anchor_scroll {
	position:fixed;
	text-align:left;
	width: 270px;
	top: 520px;
}

/* ******* VIRAL ZONE ******** */
#viral_zone a {
	color:#45665B;
	font-size:0.9em;
	text-decoration:none;
}

#viral_zone a:hover {
	text-decoration:underline;
}

/* ******* Jetslide Configs ******* */

#config_thumbnail_container{
	margin-top: 32px;
}

.config_thumbnail_pic_holder {
  display:block;
	float:left;
	height:auto;
	margin:0px 15px 15px 0px;
	width:145px;
}


.config_thumbnail {
	border: none;
	display:block;
	height:109px;
	text-align:center;
	vertical-align:bottom;
	width:145px;
	float:left;
}

.config_document {
	float:left;
	text-align:center;
	cursor: pointer;
	width:145px;
}

/* ******* ALBUM PHOTO ******* */
div#thumnails_pic_container{
	display:block;
	position:relative;
	float:left;
	clear:both;
	width:678px;
	height:auto;
	margin-top:15px;
	margin-left:2px;
}

.thumnails_pic_holder {
	display:block;
	float:left;
	width:auto;
	height:auto;
	margin:0px 31px 15px 0px;
	
}

.thumnails_viewer_pic_holder {
	display:block;
	float:left;
	width:auto;
	height:auto;
	margin:5px 15px 5px 5px;
	
}
.viewer_pic_holder {
	display:block;
	float:left;
	width:auto;
	height:auto;
	margin:0px 0px 15px 12px;
	
}

.thumnail_x_small {
	width:100px;
	height:100px;content
	border:1px solid #17577A;
	text-align:center;
	display: block;
	vertical-align: bottom;
}
.thumnail_x_small:hover {
	border:1px solid #C5DAE8;
	cursor:pointer;
}
.thumnail_small {
	width:130px;
	height:130px;
	border:1px solid #B1BEBC;
	text-align:center;
	display: block;
	vertical-align: bottom;
}

* html .thumnail_small {
	width:132px;
	height:132px;
	padding:2px;
}

.thumnail_small:hover {
	border:1px solid #C5DAE8;
	cursor:pointer;
}
.thumnail_med {
	position:relative;
	width:250px;
	height:250px;
	border:1px solid #B1BEBC;
	text-align:center;
	display:block;
	vertical-align:bottom;
}
.thumnail_med:hover {
	border:1px solid #C5DAE8;
	cursor:pointer;
}

.thumnail_big{
	position:relative;
	width:450px;
	height:auto;
	border:1px solid #B1BEBC;
	text-align:center;
	display:block;
	vertical-align:bottom;
}

.thumnail_big:hover {
/*	border:1px solid #C5DAE8;  */
/*	cursor:pointer;  */
}
.thumnails_actions {
	display:block;
}
/*******************************/



/*      FOOTER     */

div#footer{
	background-image:url(../images/design/footer_general.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	/*height:100%;*/
	height:130px;
	color:#FFFFFF; 
}
div#footer td{
	color:#C5DAE8;
	font-size:.9em;
	text-align:left;
}


div#footer_menu_zone{
	position:relative;
	display:block;
	width:950px;
	/*height:17px;*/
	padding-top:70px;
	background-repeat:no-repeat;
	background-position:right;
	color:#C5DAE8;
}

table#table_footer {
	font-size:.9em;
	color:#C5DAE8;
	vertical-align:top;
	width:955px;
	margin:0px auto;
	/*margin-top:100px;*/

}

table#table_footer a {
	color:#C5DAE8; 
	font-size:1em;
}

/* *** *** *** *** *** VIS AREA ET BOX AREA *** *** *** *** *** */

/* CSS Document */

/* ----- vis area -----*/
.vis_area{
	margin-top:10px;
	float:left;
	clear:both;
	position:relative;
	display:block;
	height:auto;
}

.vis_area .vis_area_content{
	position:relative;
	height:auto;
	float:left;
	/*background-color:#FFFFFF;*/
	padding-bottom:10px;
}

.vis_area .vis_area_content p{

	float:left;
	width:408px;
	margin-top:10px;
	margin-left:6px;
	text-indent:2em;
	letter-spacing: .1em;
	word-spacing:.1em;
	line-height:1;
}

.vis_area .vis_area_content img {
	float:left;
	
} 
.vis_area .vis_area_title{
	position:relative;
	/*background-color:#FFFFFF;*/
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:2px;
}	

.vis_area .vis_area_title .vis_area_title_text{
	font-size:1em;
	color:#17577A;
	text-transform:uppercase;
	padding-left:6px;
}	


.vis_area .vis_area_title span a{
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	text-align:right;
	text-decoration:none;
	width:auto;
	font-size:.9em;
	text-transform:lowercase;
	margin: 2px 2px 2px 2px;
}
.vis_area .vis_area_title span a:link{
	text-decoration:none;
}	
.vis_area .vis_area_title span a:hover{
	text-decoration:none;
	color:#C5DAE8;
}



.vis_area .p_arrow{
	width:14px;
	height:26px;
	background-image:url(/images/design/P_arrow.jpg);
	float:left;
}

.vis_area em{
	color:#C05650;
}

/*------box ara ------*/
.box_area{
	width:262px;
	margin-top:10px;
	float:left;
	clear:both;
	position:relative;
	display:block;
	height:auto;
}

.box_area .box_area_content{
	position:relative;
	height:auto;
	
	border:#FFFFFF solid 1px;
	background-color:#FFFFFF;
	margin-top:0px;
	padding-top:0px;
	padding-left:2px;
	padding-bottom:2px;
}

.box_area .box_area_content p{
	display:block;
	float:left;
	margin-top:5px;
	margin-left:6px;
	line-height:1.1;
}

.box_area .box_area_title{
	position:relative;
	width:262px;
	margin-right:2px;
   /* border-bottom:#17577A solid 1px;
	border-right:#17577A solid 1px;*/
	background-color:#FFFFFF;
	padding:2px;
}	

.box_area .box_area_title .box_area_title_text{
	font-size:1em;
	color:#17577A;
	text-transform:uppercase;
	padding-left:3px;
}	

.box_area .box_area_title span a{
	display:block;
	text-decoration:none;
	width:auto;
	font-size:.9em;
	text-transform:lowercase;
	margin: 2px 2px 2px 2px;
}
.box_area .box_area_title span a:link{
	text-decoration:none;
}	
.box_area .box_area_title span a:hover{
	text-decoration:none;
	color:#404040;
}

/* *** *** *** *** *** *** *** */

/***************************************/
/*             IMAGE VIEWER            */
/***************************************/

div#images_viewer_header{
	width:798;
	height:64px;
	background:url(/images/design/entete_viewer.jpg) no-repeat top;
}

div#images_viewer_main{
	background-color:#FFFFFF;
	width:798px;
	height:auto;
	border:#17577A 1px solid;
}

div#images_viewer_content{
	width:798px;
	height:auto;

}

div#images_viewer_footer{
	width:798px;
	height:20px;
	background-color:#4F8BB3;
}
table#main_table_viewer{
	widht:100%;
	height:auto;
}

.td_viewer_right {
	width:525px;

	vertical-align:top;
	
}
.td_viewer_left {
	width:275px;
	vertical-align:top;
	
	overflow:scroll;
}

div#scroll_overflow{
	height:400px;
	width:265px;
	float:left;
	clear:both;
	margin-bottom:10px;
	overflow:auto;
}

/* * O * */
.images_viewer_page_nav{
	display:block;
	float:left;
	width:450px;
	text-align:center;
	margin-left:14px;
}
.images_viewer_page_nav span{
	display:block;
	float:left;
	height:15px;
	padding-top:2px;
}
.images_viewer_page_nav em{
	color:#4F8BB3;
	font-style:normal;
}

.images_viewer_page_qty{
	display:block;
	float:left;
}
.images_viewer_page_go{
	display:block;
	float:left;
}

.images_viewer_page_nav_btn_left{
	display:block;
	float:left;
	margin-right:15px;
	margin-top:2px;
	background-image:url(/images/design/left_arrow.png);
	height:12px;
	width:17px;
}
.images_viewer_page_nav_btn_left:hover{
	background-image:url(/images/design/left_arrow_r.png);
	cursor:pointer;
}
.images_viewer_page_nav_btn_right{
	display:block;
	float:left;
	margin-left:15px;
	margin-top:2px;
	background-image:url(/images/design/right_arrow.png);
	height:12px;
	width:17px;
}
.images_viewer_page_nav_btn_right:hover{
	background-image:url(/images/design/right_arrow_r.png);
	cursor:pointer;
}

/********************************/
/*            ORDERS            */
/********************************/
.order_category_product_table{
	width: 678px;
	border: 1px solid #17577A;
	margin-bottom:24px;
}

.order_category_product_table th{
	background-color:#17577A;
	padding: 4px;
	color: #C5DAE8;
}

tr .highlight{
	background-color: #C5DAE8;
}

.order_category_product_table td{
	padding: 4px;
}

/********************************/
/*   Photo gallery teaser      */
/*******************************/

.teaser {
	/*background-image:url(/images/design/album_teaser_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height: 200px;*/
	margin-top:3px;
}

.teaser h1{
	COLOR:#056B8D;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
}


.teaser h2{
	COLOR:#91BAD9;
	font-weight:bold;
	margin:0px;
	padding:0px;

}

/********************************/
/*            TABS                    */
/*******************************/
.tabs_main_container{
	display:block;
	width:950px;
	white-space: nowrap;
	/*height:400px;*/
	/*margin-top:25px;*/
	margin-top:15px;
	margin-bottom:10px;
	background-color:#FFFFFF;
}


.tabs_content h3{
margin-left:10px;
margin-bottom:10px;
}

.tabs_content h4{
margin-left:10px;
}

.tabs_content p {
margin-bottom:15px;
margin-left:10px;
text-indent:15px;
}




#detail_image_entete {
	
	border-bottom: 1px solid #CCCCCC;
	/*height:5px;*/
	height:23px;
	position: relative;
/*	margin-bottom: 20px;*/
	padding:1px 0px 0px 0px ;
}
#detail_image_entete h1 {
	text-indent: -9999px;
}

#detail_image_entete h1 a {
	display: block; 
	height: 38px;
}
ul#admin_tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #CCCCCC;
	border-width: 0px 0px 0px 1px;
	/*
	position: absolute;
	left: 276px;
	*/
	padding-left: 275px;
	bottom: -1px;	
	z-index: 2;
	width: 600px;

}
* html ul#admin_tabs {
	bottom: -2px;
}
ul#admin_tabs li {
	float: left;
}
ul#admin_tabs li a {
	background-color: #F2F2F2;
	display: block;
	padding:2px 10px;
	line-height: 1.5em;
	text-decoration:none;
	font-size:1.1em;
	border: 1px solid #CCCCCC;
	border-width: 1px 1px 1px 1px;
	color:#404040;
	margin-right: 10px;
}
ul#admin_tabs li a:hover {
	background-color:#C5DAE8;
}
ul#admin_tabs li#active a {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
}

/************************************************/
table #text {
	width:100%;
}

table #text th{
	font-size:1.8em;

}

table #text td{
		border-bottom:1px solid #5190B9;

}

table #text table.subtext {
	width:100%;
}

table #text table.subtext td {
	border-bottom:none;
	margin: 10PX 0PX 10PX 0PX;
}

table #text table.subtext td b {
	display:block;
	background-color:#CCCCCC;
}


/*******************************************/
/*              PRODUCT CARDS			   */
/*******************************************/

.products__cards{
	width:618px;
	margin-left:2px;
	margin-top:10px;
}

.table_product_cards{
	width:100%;
}

.td_products_cards_left{
	width:148px;
	vertical-align:top;
}
.td_products_cards_right{
	width:470px;
	vertical-align:top;
}

.products_cards_title{
	position:relative;
	width:100%;
	border-bottom:1px solid #5190B9;
	}

.products_cards_title_text{
	text-transform:uppercase;
	font-size:1em;
	padding:2px 0px;
	color:#404040;
}

.products_cards_containt {
	width:100%;
}

.table_products_cards_containt{
	
}

.td_products_cards_containt_left{
	width:145px;
	vertical-align:top;
	font-weight:700;
	color: #5190B9;
	padding-bottom:3px;
	padding-top:3px;

}

.td_products_cards_containt_right{
	vertical-align:top;
	color: #404040;
	padding-bottom:3px;
	padding-top:3px;
}


.products_cards_title span a{
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	text-align:right;
	text-decoration:none;
	width:auto;
	font-size:.9em;
	text-transform:lowercase;
	margin: 2px 2px 2px 2px;
}
.products_cards_title span a:link{
	text-decoration:none;
}	
.products_cards_title span a:hover{
	text-decoration:none;
	color:#404040;
}

/******************************************/

/*********************************/
/*				FAQ              */
/*********************************/
.faq_container{
	padding-left:2px;
}
.faq_container ul{
	margin-left:5px;
}

.faq_container ul li{
	list-style:none;
	padding-bottom:5px;
}

.faq_container ul li a{
	display:block;
	text-decoration:none;
	padding: 5px 0px;
}

.faq_container ul li a:hover{
	text-decoration:underline;
	color:#404040;
}

.faq_container ul li a:link{
	display:block;
	text-decoration:none;
	padding: 5px 0px;
}

.faq_container ul li a:active{
	display:block;
	text-decoration:none;
	padding: 5px 0px;
}

.faq_container ul li a:visited{
	display:block;
	text-decoration:none;
	padding: 5px 0px;
}


.faq_container ul li ul{
	display:block;
	padding:5px;
	margin-left:10px;
	border:1px solid #C5DAE8;
	background-color:#FCFCFC;
}

.faq_container ul li ul li ul{
	display:block;
	padding:5px;
	margin-left:10px;
	border:1px solid #FFFFFF;
	background-color:#FFFFFF;
}
.faq_container ul li ul li ul li{
	text-indent:15px;

}



/**-------**---------*/

#mainform input[type="text"]{
	padding:2px;
}

	/*---------info_product---------*/

body div.info_product ul li ul{
	display:block;
}
.info_product {
	float:left;
	width:338px;
}


.info_product H1{
	color:#FFFFFF;
	width:316px;
	padding:1px 6px;
	margin:0 0 8px 0;
	text-transform:uppercase;
	font-size:1.2em;
	background-color:#5190B9;
}

.info_product ul{
	margin-left:5px;
	width:90%;
}

.info_product ul li{
	list-style:none;
	padding-bottom:5px;
}

.info_product ul li a{
	display:block;
	text-decoration:none;
	padding: 2px 0px;
}

.info_product ul li a:hover{
	text-decoration:underline;
	color:#404040;
}

/*.info_product ul li:hover ul, .info_product ul li ul:hover{ Pour démo ... devrais être fait en dhtml/javascript
	display:block;
}*/

.info_product ul li ul{
	padding:5px;
	margin-left:10px;
	border:1px solid #C5DAE8;
	background-color:#FCFCFC;
}

.info_product .clearfix {
	border-bottom:1px solid #C5DAE8;
	width:97%;
	float:left;
	clear:both;
	padding-bottom:5px;

}

.info_product label{
	float:left;
	width:150px;
	display:block;
	color:#17577A;
}
.info_product span{
	float:left;
	width:160px;
	display:block;
}

/*  ** ****  Produits génériques  *** **  */
#cube_1{
	/*border:#999999 solid 1px;*/
	
	float:right;
	clear:both;
	width:414px;
	height:19px;
	background-repeat:no-repeat;
	/*background-image:url(images/cubes/cubes_01.jpg);*/
}
#cube_2{
	/*border:#999999 solid 1px;*/

	float:right;
	clear:both;
	width:424px;
	height:19px;
	background-repeat:no-repeat;
	/*background-image:url(images/cubes/cubes_02.jpg);*/
}
#cube_3{
	/*border:#999999 solid 1px;*/
	
	float:right;
	clear:both;
	width:392px;
	height:14px;
	background-repeat:no-repeat;
	/*background-image:url(images/cubes/cubes_03.jpg);*/
}
#cube_4{
	/*border:#999999 solid 1px;*/
	
	float:right;
	clear:both;
	width:424px;
	height:12px;
	background-repeat:no-repeat;
	/*background-image:url(images/cubes/cubes_04.jpg);*/
}
#cube_5{
	/*border:#999999 solid 1px;*/
	
	float:right;
	clear:both;
	width:407px;
	height:19px;
	background-repeat:no-repeat;
	/*background-image:url(images/cubes/cubes_05.jpg);*/
}
#cube_6{
	/*border:#999999 solid 1px;*/

	float:right;
	clear:both;
	width:444px;
	height:34px;
	background-repeat:no-repeat;
	/*background-image:url(images/cubes/cubes_06.jpg);*/
}

#cube_7{
	/*border:#999999 solid 1px;*/
	
	float:right;
	clear:both;
	width:432px;
	height:62px;
	background-repeat:no-repeat;
	/*background-image:url(images/cubes/cubes_07.jpg);*/
}
#cube_8{
	/*border:#999999 solid 1px;*/
	
	float:right;
	clear:both;
	width:446px;
	height:22px;
	background-repeat:no-repeat;
	/*background-image:url(images/cubes/cubes_08.jpg);*/
}
#cube_9{
	/*border:#999999 solid 1px;*/
	
	float:right;
	clear:both;
	width:439px;
	height:28px;
	background-repeat:no-repeat;
	/*background-image:url(images/cubes/cubes_09.jpg);*/
}
#cube_10{
	/*border:#999999 solid 1px;*/
	
	float:right;
	clear:both;
	width:399px;
	height:54px;
	background-repeat:no-repeat;
	/*background-image:url(images/cubes/cubes_10.jpg);*/
}


.absolute_text{
	position:absolute;
	display:block;
	z-index:5;
}

#jet_1{
		/*border:#999999 solid 1px;*/
	
	float:right;
	clear:both;
	width:354px;
	height:19px;
	background-repeat:no-repeat;
	/*background-image:url(images/cubes/cubes_01.jpg);*/
}
#jet_2{
		/*border:#999999 solid 1px;*/

	float:right;
	clear:both;
	width:384px;
	height:19px;
	background-repeat:no-repeat;
	/*background-image:url(images/cubes/cubes_02.jpg);*/
}
#jet_3{
	/*border:#999999 solid 1px;*/
	
	float:right;
	clear:both;
	width:402px;
	height:14px;
	background-repeat:no-repeat;
	/*background-image:url(images/cubes/cubes_03.jpg);*/
}
#jet_4{
		/*border:#999999 solid 1px;*/
	
	float:right;
	clear:both;
	width:424px;
	height:12px;
	background-repeat:no-repeat;
	/*background-image:url(images/cubes/cubes_04.jpg);*/
}
#jet_5{
		/*border:#999999 solid 1px;*/
	
	float:right;
	clear:both;
	width:427px;
	height:19px;
	background-repeat:no-repeat;
	/*background-image:url(images/cubes/cubes_05.jpg);*/
}
#jet_6{
	/*border:#999999 solid 1px;*/

	float:right;
	clear:both;
	width:422px;
	height:34px;
	background-repeat:no-repeat;
	/*background-image:url(images/cubes/cubes_06.jpg);*/
}

#jet_7{
	/*border:#999999 solid 1px;*/
	
	float:right;
	clear:both;
	width:432px;
	height:37px;
	background-repeat:no-repeat;
	/*background-image:url(images/cubes/cubes_07.jpg);*/
}
#jet_8{
	/*border:#999999 solid 1px;*/
	
	float:right;
	clear:both;
	width:376px;
	height:27px;
	background-repeat:no-repeat;
	/*background-image:url(images/cubes/cubes_08.jpg);*/
}
#jet_9{
	/*border:#999999 solid 1px;*/
	
	float:right;
	clear:both;
	width:319px;
	height:48px;
	background-repeat:no-repeat;
	/*background-image:url(images/cubes/cubes_09.jpg);*/
}
#jet_10{
	/*border:#999999 solid 1px;*/
	
	float:right;
	clear:both;
	width:289px;
	height:24px;
	background-repeat:no-repeat;
	/*background-image:url(images/cubes/cubes_10.jpg);*/
}
/*********************************************/
/*           text edit                       */

div#text_edit_container{
  margin: 0 auto 0 auto;
  height:auto;
  background-color:#FCFCFC;
  border: 1px solid #404040;
  margin-left:auto;
  margin-right:auto;
 }
 
div#text_edit_container select{
 	border:#CCC solid 1px;
	width:308px;
 }
div#text_edit_container textarea{
 	border:#CCC solid 1px;
	width:400px;
	height:150px;
 }
 
div#text_edit_container {width:500px; margin-left:40px;}
div#text_edit_container h3 {margin:10px 0 5px 10px; font-weight:bold; font-size:1.2em;}
div#text_edit_container h4 {margin:0 0 5px 10px; font-weight:normal; font-size:.9em;}
div#text_edit_container div.clearfix {border-top: 1px solid #CCC; padding:10px 0px; vertical-align:top;} 
div#text_edit_container form label {width:120px; float:left;font-size:.9em; color: #404040;   margin:0 10px;}	
div#text_edit_container input[type="button"] {display:block; margin-left:10px; margin-right:20px; float:left;border:#CCC solid 1px;font-size:.9em;}
div#text_edit_container input[type="button"]:hover {border:#404040 solid 1px; cursor:pointer;}


.std_captcha img{
	border: 1px solid #17577A;
}

.std_captcha input[type="text"]{
	margin: 0 0 0 8px;

}

.std_captcha{
	margin-top:5px;
	margin-bottom:5px;

}
