body 
{
    background-image: url(../images/bg/bg.jpg);
    background-repeat: repeat;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 10pt;
}

img 
{
    border-style: none;
}

input
{
    background-color: #4c0a27;
    border-color: #4c0a27;
    color: #FFFFFF;
}

.product_link
{
    color: #67c9b5;
	text-decoration: none;
}

.text_description
{
    text-align: justify;
}

#container 
{
    width: 811px; 
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#language
{
    width: 800px;
    margin-left: 0px;
    text-align: right;
}

#menu
{
    background-image: url(../images/bg/menubar.gif); 
    text-align: center; 
    height: 43px;
}

#menucontent img
{
    margin-top: 6px; 
    margin-left: 0px;
    margin-right: 0px;
    border-style: hidden;
    border-width: 0;
}

#content
{
    background-color: #36051B; 
    background-image: url(../images/bg/background.jpg);
    background-repeat: no-repeat;
    /* height: 355px; */
    /* height: 500px; */
    /* min-height: 500px; */
}

#contentleft
{
    background-image: url(../images/bg/leftbar.gif); 
    background-repeat: repeat-y; 
    width: 9px; 
    min-height: 500px;
    margin-top: 0;
    margin-bottom: 0;
    float: left;
}

#contentright
{
    background-image: url(../images/bg/rightbar.gif); 
    background-repeat: repeat-y; 
    width: 9px; 
    height: 100%; 
    min-height: 500px;
    float: right;
}

#contentcenter
{
    float: left; 
    width: 793px;
    background-color: #560F2F;
}

#endcontent
{
    clear: both;
    background-image: url(../images/bg/bottombar.gif);
    width: 811px;
    height: 8px;
}

#footer a
{
    color: #48C0A5;
    margin: 0 10px 0 10px;
    text-decoration: none;
}

#copyright
{
    color: #FFFFFF;
}

#section 
{
    margin-top: 30px;
    vertical-align: top;
}

#description
{
    width: 400px;
    float: left;
}

#description img
{
    text-align: left;
}

#description p
{
    margin-top: 30px;
    margin-left: 30px;
    text-align: left;
}

#pictures 
{
    width: 330px;
    float: right;
}

.switch
{
    background-color: #5F203D;
}

.tableau 
{
}

.tableau tr
{
    text-align: left;
}

.arrows img
{
    margin-left: 5px;
    margin-right: 5px;
}

















.ui-tabs 							{ zoom: 1; }
.ui-tabs .ui-tabs-nav 				{ list-style: none; position: relative; padding: 2px 2px 0; overflow: hidden; 
									  top: 1px; z-index: 1000; height: 25px; }
.ui-tabs .ui-tabs-nav li 			{ position: relative; float: left; border: 1px solid #ccc; 
									  border-bottom-width: 0 !important; margin: 0 2px -1px 0; background: #ccc; }
.ui-tabs .ui-tabs-nav li a 			{ float: left; text-decoration: none; padding: 5px 10px; color: black; }
.ui-tabs .ui-tabs-nav 
li.ui-tabs-selected 				{ padding-bottom: 1px; border-bottom-width: 0; background: white; }

.ui-tabs .ui-tabs-panel 			{ display: block; border-width: 0; background: none;
									  border: 1px solid #ccc; position: relative; min-height: 200px; height: auto !important; height: 200px; }
.ui-tabs .ui-tabs-hide 				{ display: none !important; }

.next-tab 							{ bottom: 0; right: 0; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; }
.prev-tab 							{ bottom: 0; left: 0; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; }