html {
	margin: 0% auto;
	padding: 0% auto;
	text-align: center; /* IE hack */
}

body {
	background: #fff url(images/theme/body_bg.png) repeat-x scroll top;
	padding: 0px;
	border: 0px solid #0ff;
	margin: 0px;
	text-align: center; /* IE hack */
	/* Defining FONTs policy */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #34a331;
}

div#wrapper {
	width: 932px;
	background: transparent;
	height: auto;
	/*position: absolute;*/
	border: 0px solid #f00;
	/* Centering the wrapper */
	margin: 0px auto 0px auto;
	text-align: center; /* IE hack */
	
}


/* Defining div#topsection and subsequent main divs */
div#topsection {
	height: 221px;
	max-height: 221px;
	border: 0px solid #00f;
	width: 932px;
}

div#topsection div#left {
	height: 221px;
	width: 170px;
	border: 0px solid #ff000;
	background: transparent url(images/theme/top_left_bg.jpg) no-repeat scroll top left;
	float: left;
}

div#topsection div#center {
	height: 221px;
	width: 592px;
	border: 0px solid #ff000;
	background: transparent url(images/theme/top_center_bg.jpg) no-repeat scroll top left;
	float: left;
	border: 0px solid #f00;
}

div#topsection div#right {
	height: 221px;
	width: 170px;
	border: 0px solid #ff000;
	background: transparent url(images/theme/top_right_bg.jpg) no-repeat scroll top left;
	float: left;
}
/* End of div#topsection */

/* Defining div#middlesection and  subsequent main divs */
div#middlesection {
	height: auto;
	border: 0px solid #00f;
	width: 932px;
}

div#middlesection div#left {
	height: 800px;
	width: 170px;
	border: 0px solid #ff000;
	background: #c9e870 url(images/theme/middle_left_bg.jpg) no-repeat scroll top left;
	float: left;
	padding: 200px 0px 20px 0px;
	position:relative;
}

div#middlesection div#left div#closingleft {
	height: 17px;
	width: 170px;
	background: #c9e870 url(images/theme/mid_left_bottom_bg.jpg) no-repeat scroll; 
	/* Positioning the DIV to bottom */
	position: absolute;
	bottom: 0px;
	left: 0px;
}

div#middlesection div#center {
	width: 572px; /* total width = 592 = 582 + padding-left.value + padding-right.value  */
	border: 0px solid #ff000;
	/*background: transparent url(images/theme/mid_center_bg.jpg) no-repeat scroll top right;*/
	float: left; /* styling the texts */
	text-align: left;
	/*padding: 120px 10px 5px 10px;*/
	padding: 20px 10px 5px 10px;	
	/* Managing overflow */
	overflow: hidden;
}

div#middlesection div#right {
	height: 800px;
	width: 170px;
	border: 0px solid #ff000;
	/*background: #c9e870 url(images/theme/middle_right_top_bg.gif) no-repeat scroll top left;*/
	background: #c9e870 url(images/theme/middle_right_bg.jpg) no-repeat scroll bottom left;
	float: left;
	/*padding: 150px 0px 0px 0px;*/
   padding: 0px 0px 220px 0px;
	position:relative;
}


div#middlesection div#right div#closingright {
	background: #c9e870 url(images/theme/middle_right_bg.jpg) no-repeat scroll bottom left;
	width: 170px;
	height: 278px;
	/* Positioning the DIV to bottom */
	position: relative;	
	bottom:0px;
	right: 0px;
	display: none;

}
/* End of div#topsection */

/* Defining div#lowersection and  subsequent main divs */
div#lowersection {
	height: 100px;
	max-height: 521px;
	border: 0px solid #00f;
	width: 932px;
	clear: both;
}

div#lowersection div#footer {
	text-align: center;
	padding: 5px 0px 0px 0px;
   font-size: 10px;
}


/* defining general formatting */

h, h1, h2, h3, h4, h5, h6, .pageHeading {	
	font-weight: bold;
}

h1, .pageHeading {
	font-size: 18px;
}

h2 {
	color: #FF4500;
}

h3, h4, h5, h6 {
	color: #00bbbb;
}

a {
	color: #34a331;
}

a img {
	border: 0px solid #34a331;
}

.bold {
	font-weight: bold;
}

div#bouton {
	background: transparent url(images/theme/button/button_left.gif) no-repeat scroll top left;
	/*width: 8px;*/
	height: 24px;
	padding: 0px 0px 0px 8px;
}

div#bouton div#bouton2 {
	background: transparent url(images/theme/button/button_right.gif) no-repeat scroll top right; /*width: 5px;*/
	/*width: 8px;*/
	height: 24px;
	padding: 0px 8px 0px 0px;
}

div#bouton div#bouton2 a {
	background: transparent url(images/theme/button/button_center.gif) repeat-x scroll top center; /*width: auto;*/
	/*width: 8px;*/
	height: 24px;
	padding: 5px 8px 0px 8px;
	display: block;
	/* Text Styling */
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

div#small_bouton {
	width: 50px;
}
div#medium_bouton {
	width: 150px;
}
div#large_bouton {
	width: 250px;
}

div#large_bouton_center {
	width: 250px;
	margin: 0 0 0 200px;;
	display: inline;
}
div#login-bouton {
	width:110px;
   text-align:center;
   padding: 0px 0px 0px 22px;
}
/* defining top menu */
ul#navigation {
	/* Removing lists */
	list-style: none;
	margin: 0px;
	padding: 0px;
	/* Adding green border */
	border: 0px solid #9ec820;
	border-bottom: 0px solid #9ec820;	
	/* alignment */
	text-align: center;
	float: left;
	/* !Important - Width definintion */
	width: 592px;
	position: relative;
	top: 16px;
}

ul#navigation li {
	list-style: none;
	display: inline;
	padding: 0px;
	border: 0px solid #9ec820;
	border-bottom: 0px solid #9ec820;
	margin: 0px;

}

ul#navigation li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	background: transparent url(images/theme/menus/left-green.png) no-repeat scroll top left;
	width: 8px;
	padding: 5px 0px 5px 8px;
	border: 0px solid #9ec820;
	border-bottom: 5px solid #9ec820;
}

ul#navigation li a span {
	background: transparent url(images/theme/menus/right-green.png) no-repeat scroll top right;
	width: 8px;
	padding: 5px 8px 5px 0px;
}

ul#navigation li a span span {
	background: #34a331 url(images/theme/menus/center-green.png) repeat-x scroll top center;
	padding: 5px 2px 5px 2px;
}

ul#navigation li a#menu_accueil {
	background: transparent url(images/theme/menus/left-green.png) no-repeat scroll top left;
}
ul#navigation li a#menu_concept {
	background: transparent url(images/theme/menus/left-blue.png) no-repeat scroll top left;
}
ul#navigation li a#menu_catalogue {
	background: transparent url(images/theme/menus/left-red.png) no-repeat scroll top left;
}
ul#navigation li a#menu_revenues {
	background: transparent url(images/theme/menus/left-purple.png) no-repeat scroll top left;
}
ul#navigation li a#menu_partners {
	background: transparent url(images/theme/menus/left-violet.png) no-repeat scroll top left;
}


ul#navigation li a#menu_accueil span {
	background: transparent url(images/theme/menus/right-green.png) no-repeat scroll top right;
}
ul#navigation li a#menu_concept span {
	background: transparent url(images/theme/menus/right-blue.png) no-repeat scroll top right;
}
ul#navigation li a#menu_catalogue span {
	background: transparent url(images/theme/menus/right-red.png) no-repeat scroll top right;
}
ul#navigation li a#menu_revenues span {
	background: transparent url(images/theme/menus/right-purple.png) no-repeat scroll top right;
}
ul#navigation li a#menu_partners span {
	background: transparent url(images/theme/menus/right-violet.png) no-repeat scroll top right;
}



ul#navigation li a#menu_accueil span span {
	background: transparent url(images/theme/menus/center-green.png) repeat-x scroll top center;
}
ul#navigation li a#menu_concept span span {
	background: transparent url(images/theme/menus/center-blue.png) repeat-x scroll top center;
}
ul#navigation li a#menu_catalogue span span {
	background: transparent url(images/theme/menus/center-red.png) repeat-x scroll top center;
}
ul#navigation li a#menu_revenues span span {
	background: transparent url(images/theme/menus/center-purple.png) repeat-x scroll top center;
}
ul#navigation li a#menu_partners span span {
	background: transparent url(images/theme/menus/center-violet.png) repeat-x scroll top center;
}


ul#navigation li a#active_menu_accueil,
ul#navigation li a#active_menu_concept, 
ul#navigation li a#active_menu_catalogue, 
ul#navigation li a#active_menu_revenues, 
ul#navigation li a#active_menu_partners
{
	background: transparent url(images/theme/menus/left-active.png) no-repeat scroll top left;
}

ul#navigation li a#active_menu_accueil span, 
ul#navigation li a#active_menu_concept span, 
ul#navigation li a#active_menu_catalogue span, 
ul#navigation li a#active_menu_revenues span, 
ul#navigation li a#active_menu_partners span  {
	background: transparent url(images/theme/menus/right-active.png) no-repeat scroll top right;
}

ul#navigation li a#active_menu_accueil span span, 
ul#navigation li a#active_menu_concept span span, 
ul#navigation li a#active_menu_catalogue span span, 
ul#navigation li a#active_menu_revenues span span, 
ul#navigation li a#active_menu_partners span span {
	background: #34a331 url(images/theme/menus/center-active.png) repeat-x scroll top center;
}

ul#navigation li a:hover{
	background: transparent url(images/theme/menus/left-active.png) no-repeat scroll top left;
}
ul#navigation li a:hover span {
	background: transparent url(images/theme/menus/right-active.png) no-repeat scroll top right;
}
ul#navigation li a:hover span span {
	background: #34a331 url(images/theme/menus/center-active.png) repeat-x scroll top center;
}




/* Top right side formatting */

div#topsection div#right div#login {
	height: 183px;
}

/** [styling loginbox] **/
div#topsection div#right div#login div#loginbox {
	height: auto; /*95px;*/
	width: 146px;
	margin: 5px auto;
}

div#topsection div#right div#login div#loginbox div#topsection{
	background: transparent url(images/theme/loginbox/loginbox_top.gif) no-repeat scroll top left;
	height: 14px;
	width: 146px;
}

div#topsection div#right div#login div#loginbox div#middlesection {
	background: transparent url(images/theme/loginbox/loginbox_middle.gif) repeat-y scroll top left;
	min-height: 67px;
	height: 85px;
	width: 146px;
}

div#topsection div#right div#login div#loginbox div#middlesection div#content {
	background: transparent url(images/theme/loginbox/loginbox_message.gif) no-repeat scroll center left;
	min-height: 67px;
	height: 85px;
	width: 146px;
	text-align: center;
	float: left;
	padding: 0px 3px 0px 5px;
	
}

div#topsection div#right div#login div#loginbox div#lowersection{
	background: transparent url(images/theme/loginbox/loginbox_lower.gif) no-repeat scroll top left;
	height: 14px;
	width: 146px;
}
/** [End Of styling loginbox] **/

/** [styling loginbox form] **/
form#loginbox {
	float: left;
	color: #000;
   padding: 0px 0px 0px 25px;
}

form#loginbox label.title {
	display: block;
	font-weight: bold;
}

form#loginbox input.texta {
	color:Gray;
	display:block;
	font-size:9px;
	height:12px;
	margin:3px 0px;
	width:100px;
}

form#loginbox a {
	text-decoration: none;
	color: #000;
}

form#loginbox a:hover {
	text-decoration: underline;
}


a.login_name {
	color: #34a331;
	font-weight: bold;
}
/** [End Of styling loginbox form] **/

/** [styling registerhere section] **/
div#topsection div#right div#login div#registerhere {
	background: transparent url(images/theme/loginbox/register_bg.gif) no-repeat scroll top left;
	width: 146px;
	height: 21px;
	margin: 5px auto;
	padding: 2px 5px 0px 0px;
   font-size: 11px;
}

div#registerhere a {
	color: #fff;
	text-decoration: underline;
}


/** [styling shopping cart section] **/
div#topsection div#right div#shoppingcart {
	background: #82b709;
	border: 0px solid #9ec820;
	border-bottom: 5px solid #9ec820;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
	color: #fff;
	font-weight: bold;
}

div#topsection div#right div#shoppingcart a {
	text-decoration: none;
	color: #fff;
}

div#topsection div#right div#shoppingcart span#cart_count {
	background: transparent url(images/theme/compte_panier.gif) no-repeat scroll top center;
	width: 31px;
	height: 18px;
	display: inline;
	padding: 2px 5px;
}


div#footer div#lower_menu {
	border: 0px solid #f00;
}


/** [Footer Navigation] **/
div#lower_menu ol#footer_nav {
	list-style: none;
	display: block;
	
}

div#lower_menu ol#footer_nav li {
	display: inline;
	padding: 0px 7px 0px;
}

div#lower_menu ol#footer_nav li a {
	text-decoration: none;
	color: #34a331;
}

div#lower_menu ol#footer_nav li a:first-letter {
   text-transform: uppercase;
}

/** [column_left] **/
div#middlesection div#left div#contactbox {
	border: 0px solid #f00;
}

div#middlesection div#left div#contactbox div#top {
	background: transparent url(images/theme/columns/contactbox_top.gif) no-repeat scroll top left;
	height: 19px; /* Total should be 24px => height = text width + Padding */
	width: 165px;
	/* text formatting */
	color: #fff;
	padding: 5px 0px 0px 15px; 
	font-size: 11px;
	text-align: left;
}
div#middlesection div#left div#contactbox div#middle {
	background: transparent url(images/theme/columns/contactbox_middle.gif) repeat-y scroll top left;
	height: auto;
	width: 170px;
	/* text formatting */
	padding: 10px 0px 0px 3px; 
	color: #00acd8;
   font-size: 11px;
}
div#middlesection div#left div#contactbox div#lower {
	background: transparent url(images/theme/columns/contactbox_lower.gif) no-repeat scroll top left;
	height: 16px;
	width: 170px;
}

div#middlesection div#left div#contactbox div#middle div#contactus {
	background: transparent url(images/theme/columns/button.gif) no-repeat scroll center;
	width: 151px;
	height: 24px;
	/* text formatting */
	margin: 3px 0px 0px 5px;
	padding: 6px 0px 0px;
	color: #fff;
}
div#middlesection div#left div#contactbox div#middle div#contactus a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold; 
}

div#middlesection div#left div#parrainagebox {
	background: transparent url(images/theme/columns/parrainage.gif) no-repeat scroll left;
	width: 118px; /* Org: 160px */
	height: 48px;
	/* Text Positioning */
	margin: 10px auto 5px;
	padding: 30px 0px 0px 55px;
	text-align: left;
}

div#middlesection div#left div#parrainagebox a {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}

div#middlesection div#left div#bilansante {
	background: transparent url(images/theme/columns/bilansante.gif) no-repeat scroll left;
	width: 118px; /* Org: 160px */
	height: 48px;
	/* Text Positioning */
	margin: 10px auto 5px;
	padding: 30px 0px 0px 55px;
	text-align: left;
}

div#middlesection div#left div#bilansante a {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}

div#middlesection div#left div#searchbox {
	background: transparent url(images/theme/columns/search.gif) no-repeat scroll left;
	width: 118px; /* Org: 160px */
	height: 48px;
	/* Text Positioning */
	margin: 10px auto 5px;
	padding: 30px 0px 0px 55px;
	text-align: left;
}

div#middlesection div#left div#searchbox a {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}

div#middlesection div#left div#lang {
   margin: 10px auto 5px;
}

div#middlesection div#left div#lang a {
   text-decoration: none;
   font-weight: bold;
}

/** [column_right] **/
div#middlesection div#right div#mdm {
	border: 0px solid #f00;
	background: #c9e870 url(images/theme/middle_right_top_bg.gif) no-repeat scroll top left;
	padding: 140px 0px 0px;
}

div#middlesection div#right div#mdm div#top {
	background: transparent url(images/theme/columns/contactbox_top.gif) no-repeat scroll top left;
	height: 19px; /* Total should be 24px => height = text width + Padding */
	width: 165px;
	/* text formatting */
	color: #fff;
	padding: 5px 0px 0px 15px; 
	font-size: 11px;
	text-align: left;
}
div#middlesection div#right div#mdm div#middle {
	background: transparent url(images/theme/columns/contactbox_middle.gif) repeat-y scroll top left;
	height: auto;
	width: 170px;
	/* text formatting */
	padding: 10px 0px 0px 3px; 
	color: #00acd8;
}

div#middlesection div#right div#mdm div#middle p {
	margin: 0px;
	padding: 5px;
	text-align: left;
	color: #000;
}

div#middlesection div#right div#mdm div#lower {
	background: transparent url(images/theme/columns/contactbox_lower.gif) no-repeat scroll top left;
	height: 16px;
	width: 170px;
}



div#middlesection div#right div#mdm div#middle div#contactus a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold; 
}

div#middlesection div#right div#newsletterbox {
	background: transparent url(images/theme/columns/newsletter.gif) no-repeat scroll left;
	width: 118px; /* Org: 160px */
	height: 48px; /* Text Positioning */
	margin: 10px auto 5px;
	padding: 30px 0px 0px 55px;
	text-align: left;
}

div#middlesection div#right div#newsletterbox a {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}

div#middlesection div#right div#moncomptebox {
	background: transparent url(images/theme/columns/moncompte.gif) no-repeat scroll left;
	width: 118px; /* Org: 160px */
	height: 48px; /* Text Positioning */
	margin: 10px auto 5px;
	padding: 30px 0px 0px 55px;
	text-align: left;
}

div#middlesection div#right div#moncomptebox a {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}

div#middlesection div#right div#cataloguebox {
	background: transparent url(images/theme/columns/catalogue.gif) no-repeat scroll left;
	width: 118px; /* Org: 160px */
	height: 48px; /* Text Positioning */
	margin: 10px auto 5px;
	padding: 30px 0px 0px 55px;
	text-align: left;
}

div#middlesection div#right div#cataloguebox a {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
}




/** [contact_us page **/
div#contact_form{
	/*width: 100px;
	margin: 0px auto;
	padding: 0px auto;*/
}
div#contact_form legend
{
	color: #000;
	background: transparent;
	border: 0px solid #34a331;
	padding: 2px 6px;
}
div#contact_form label
{
width: 10em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

div#contact_form input, div#contact_form textarea
{
color: #34a331;
background: #fee3ad;
border: 1px solid #c0c0c0
}

div#contact_form .submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
margin-left: 4.5em;
}
div#contact_form fieldset
{
border: 1px solid #34a331;
width: 40em;
}









/*-------CATEGORIES LIST----------*/
#jyc_category_list_display{
width:580px;height:auto;
margin:0 0 0 15px;
margin-top:20px;
float:left;position:relative;
display:inline;
/*background:blue;*/overflow:hidden;
}
#jyc_category_list_top{
width:580px;height:31px;
float:left;
background: transparent;
}
#jyc_category_list_top .jyc_category_header{
margin:6px 0 0 15px;
color:#34a331;font-size:16px;font-weight:bold;
float:left;
display:inline;
}
#jyc_category_list_bottom{
width:580px;height:16px;
float:left;
background: transparent;
}


#jyc_category_list_middle{
width:600px;height:auto;
padding:11px 0 8px 0;
float:left;
background: transparent;
display:inline;
}
#jyc_category_list_display .category_row{
width:590px;height:auto;
margin:0 0 6px 5px;
float:left;position:relative;
overflow: hidden;
display:inline;
}
#jyc_category_list_display .single_category{
width:140px;height:140px;
float:left;
margin:0 0 0 6px;
background:#fff;
display:inline;
border: 1px solid #86B815;
}
#jyc_category_list_display div.single_category .single_category_top{
display:none;
}
#jyc_category_list_display div.single_category .single_category_bottom{
display:none;
}
#jyc_category_list_display div.single_category .single_category_middle{
width:140px;height:140px;
float:left;

}
#jyc_category_list_display div.single_category a{
width:140px;height:100px;
padding:0px;
display:block;
/*overflow:hidden;*/
}
#jyc_category_list_display div.single_category img{
padding:0px;
display:block;
}
#jyc_category_list_display .category_link_outer{
width:140px;height:40px;
clear:both;
display:block;
color:#000;text-decoration:none;text-align:left;
background:#C9E870;
}
#jyc_category_list_display div.single_category a.category_link{
width:130px;height:30px;
float:left;
margin:8px 0 0 9px;
font-size:12px;
color:#000;text-decoration:none;text-align:left;
display:inline;
overflow:hidden;
}
#jyc_category_list_display div.single_category a.category_link:hover, #jyc_category_list_display div.single_category a.category_link:active
{
color: #C43BD8;
}
/*-------END CATEGORIES LIST----------*/

/*-------CATEGORIES PRODUCT INFO FROM INDEX.PHP--------------*/
div.productTabbedListing {
	margin: 0% auto;
	padding: 0% auto;
	text-align: center;
	width: 500px;
}

div.productTabbedListing_header {
	font-weight: bold;
	font-size: 18px;
	margin: 5px;
}

div.prodrow {
	/*text-align: center !IMPORTANT;*/
	text-align: justify;
}

div.prod {
	margin: 10px;
	width: 200px;
	border: 1px solid #C9E870;
	float: left;
}

div.prod_top {
	
}

div.prod_middle div.title {
	/*color: #fff;*/
	background: #C9E870;	
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	padding: 5px;
}

div.prod_middle div.title a {
	/*color: #fff;*/
	background: #C9E870;	
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	padding: 5px;
}


div.prod_below {
	/*float: left;*/
	/*color: #fff;*/
	background: #C9E870;	
	
}

div.price {
	text-align: center;
	padding: 3px;
	font-weight: bold;
	color: #f00;
}

div#bottomNavList {
	clear: both;
	text-align: center;
}

.originalPrice
{
	text-decoration: line-through;
}

.reducedPercent
{
	display: none;
}


/*-------PRODUCT_INFO STYLING---------*/

div.proddetails div.images {
	width: 200px;
	float: left;
}

div.proddetails div.images div#blockImage-first {
	text-align: center;
	width: 200px;
	float: left;
}

div.proddetails div.images div#blockImage-second {
	text-align: center;
	padding: 5px;
}

div.proddetails div.desc {
	padding: 0px 0px 0px 20px;
	float: right;
	width: 350px;
}

div.proddetails div.desc a{
	text-decoration: none;
}

div.proddetails div.descprice {
	padding: 2px 0px 3px 0px;
}


/*---------------NEWSLETTER STYLING-----------------------*/
form#newsletter label#news_text {
	text-align: right;
	padding: 0px 3px 0px 15px;
	width: 100px;
}

/*form#newsletter input {
	text-align: right;
	padding: 0px 3px 0px 15px;
	width: 100px;
}*/





/************AccountHistory**************/
table.accom tr.odd{
	font-weight: bold;
}

table.accom tr.odd td {
	padding: 5px;
}

table.accom tr td{
	padding: 5px;
}




/*----------------------[CREATE ACCOUNT]---------------------*/
div.formstyle label {
   /*
   display: block;
   text-align: left; */

float: left;
text-align: left;
margin-right: 1em;
display: block
   
}

div.formstyle p {
   vertical-align: middle;
}

div.formstyle label#normal-txt {
   display: block;
   text-align: left;
   float: none;
   width: 80%;
}

#toggleSport-show {
	/*height: 150px;*/
}

#toogleObj2-show {
	/*height: 350px;*/
}

#toogleObj5-show {
	/*height: 420px;*/
}

#toogleObj6-show {
	/*height: 80px;*/
}

#toggleSport-show, #toogleObj2-show, #toogleObj5-show, #toogleObj6-show {
	background: transparent;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 20px;
	border: 1px solid #00ff00;
}

/*------------------------[SHOPPING_CART]--------------------------*/
div#shopping_cart_menu {
	display: inline;
}

div#shopping_cart_menu div#medium_bouton {
	float: left;
	margin: 0px 0px 0px 5px;
}

div.BarCurrent  {
 margin: 5px 10px; 
 width:415px;
 /*height:10px;*/
}

div.BarCurrent div.BgLivraison{
	width: 415px;
}
div.BarCurrent div.BgPaiement{
	width: 415px;
}
div.BarCurrent div.BgConfirmation{
	width: 415px;
}
div.BarCurrent div.BgFini{
	width: 415px;
}

div.BarCurrent a {
	color: #FF4500;
	font-weight: bold;
}

tr.blue-td td, tr.gray-td td {
	padding: 15px 0px;
}

tr.blue-td {
	background: #D9EF8B;
	text-align: center;
}

.blue-td select
{
	font-size: 10px;
}




/** [System TeamPoint] **/
div#teampoint_heading {
	font-weight: bold;
}

div#teampoint_heading, div#teampoint_content, div#teampoint_sum {
	padding: 4px 5px;
}

div#teampoint_heading span#left, div#teampoint_content span#left, div#teampoint_sum span#left {
	background: transparent;
	position: absolute;
	width: 75px;
	padding: 0px 3px 0px 0px;
	text-align: right;
	display: inline;
}

div#teampoint_heading span#right, div#teampoint_content span#right, div#teampoint_sum span#right {
	background: transparent;
	position: relative;
	width: 75px;
	padding: 0px 3px 0px 85px;
	text-align: right;
	display: inline;
}

div#teampoint_sum span#left {
	border: 0px solid #34A331;
	border-top: 1px solid #34A331;
	border-bottom: 4px double #34A331;
}

/** [Message Errors] **/
.messageStackError {
	color: #ff0000;
	font-weight: bold;
}

.inputRequirement {
	color: #ff0000;
	font-weight: bold;
}

#cart_err {
	color: #ff0000;
	font-weight: bold;	
}

.middle-box-sum .orange-text {
	text-align: center;
}

.orange-text {
	color: #FF4500;
	font-weight: bold;
}

tr.odd td {
	color: #FF4500;
	font-weight: bold;
}

#indent {
   padding: 0px 0px 0px 50px;
}



/*
div#formstyle {
	/*width: 100px;
	margin: 0px auto;
	padding: 0px auto;
}*/
div#formstyle legend
{
	color: #000;
	background: transparent;
	border: 0px solid #34a331;
	padding: 2px 6px;
}
div#formstyle label
{
width: auto;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

div#formstyle input, div#formstyle textarea
{
color: #34a331;
background: #fee3ad;
border: 1px solid #c0c0c0
}

div#formstyle .submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
margin-left: 4.5em;
}
div#formstyle fieldset
{
border: 1px solid #34a331;
width: 40em;
}

tr.productListing-odd {
   background: #ffffff;
}
tr.productListing-even {
   background: #D0FFBB;
}
tr.productListing-even td, tr.productListing-odd td {
   border: 0px solid Gray;
   border-bottom: 1px solid gray;
   height: 75px;
}
tr.productListing-even:hover, tr.productListing-odd:hover {
   background: #E4FFD7;
}

td.productListing-heading {
   background: #D0FFBB;
   height: 45px;
   border: 0px solid Gray;
   border-bottom: 1px solid gray;
   border-top: 1px solid gray;
   padding: 20px 0px 0px;
}
.middle h3 {
	margin-left: 10px;
}

ul#menuleft, ul#menuleft ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul#menuleft {
	margin-left: 10px;
}
ul#menuleft ul {
	margin-left: 15px;
}
ul#menuleft a {
	text-decoration: none;
}
ul#menuleft a:hover {
	color: #FFA43D;
}
li.active a {
	color: #FF7C00;
}
.spacer {
	list-style-type: none;
}

table.selection_shipping {
	border: 1px solid #FFE2BF;
	background-color: #FFF0DF;

}
table.selection_shipping td.main {
	padding: 3px;
}
.mdm_dl {
	text-align: left;
	padding-left: 5px;
}
.mdm_dl dt, .mdm_dl dd {
	margin: 0;
	padding: 0;
}
.mdm_dl dd {
	padding-bottom: 10px;
}
td.prodrow span.productSpecialPrice {
	display: block;
}

#jyc_category_list_display {

	margin-left: 50px;
	width: 465px;
}

p.paiement_secu {
	font-weight: bold;
	font-size: 1.3em;
	color: #FF7C00;
}
#registerhere {
	color: #000;
}
