/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

 /* jQuery UI Slider 1.8.15
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: pointer; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

#page-content {
}

#photos_form_front {
    display:none;
}

#page-content table, #page-content tr, #page-content td{
    border:solid 1px #000;
    border-collapse: collapse;;
}

#page-content td{
    padding:5px;
}

#page-content .banner-area table, #page-content .banner-area tr, #page-content .banner-area td {
    border:0px;
}

#page-content .banner-area{
	position:relative;
	width:700px;
	height:195px;
}

#page-content .banner-area img{
	position:absolute;
	width:700px;
	height:195px;
    display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

#page-content .shadow-under-banner {
	width:700px;
	height:16px;
    display:block;
	background-image:url(content/design/shadow-under-banner.png);
	background-repeat:no-repeat;
	background-position:center;
}

.titlePage{
	position:relative;
	font-size:36px;
    bottom:0px;
    display:inline-block;
	width:660px;
    padding:5px 0px;    
}

#page-content .banner-area table{
	border:none;
    border-collapse: collapse;
}

#page-content .intro {
	margin-top:10px;
}

#page-content .intro .decoration{
	width:20px;
	background-color:#959BB5;
}

#page-content .intro .text{
	font-weight:600;
	font-size:14px;
	font-style:italic;
	margin-left:40px;
	width:660px;
}

#page-content .spacer-under-intro {
	height:20px;
	width:1px;
}

#page-content .content-text {

}

#page-content .content-text-small {
    width:510px;
    float:left;    
}

#page-content .gallery {
    margin-left:30px;
    width:160px;
    float:left;    
}

#page-content .gallery img{
    padding:5px;
    border:solid 1px #c7c7c7;
    margin-bottom:40px;
}

#bt-scroll-top:hover {
    text-decoration:underline;
}

#bt-scroll-top {
    display:none;
    margin-top:25px;
    font-size:14px;
    color:#383342;
    background-image:url(content/design/bt_go_top.png);
    background-repeat:no-repeat;
    height:20px;
    line-height:20px;
    background-position:left center;
    padding-left:20px;
    cursor:pointer;
}

.separator_news {
    height:1px;
    border-top:solid 1px #e4e4e4;
    background-color:#d8d8d8;
    width: 702px;
}

.slideshow-main h1{
	font-size:26px;
	font-weight:normal;
	margin-bottom:30px;
}

.slideshow-main img {
    border:none;
}

.slideshow-main  a{
    color:#000;
    text-decoration: none;
}

.slideshow-main {
	font-size:14px;
}

.slideshow-column-left {
	float:left;
	margin-top:7px;
}

.slideshow-column-right {
	float:left;
	margin-left:35px;
	width:405px;
}

.slideshow-column-full {
	width:auto;
}

.margin-top-slideshow {
	height:20px;
	width:1px;
}

.margin-bottom-slideshow {
	height:8px;
	width:1px;
}

ul.slideshow-main{
	background-image:url(modules/slideshow/front/images/bg-slideshow.png);
}

.jcarousel-clip-horizontal {
	width:100%;
	height:260px;
	overflow:hidden;
}

.slideshow-main li {
	list-style:none;
	padding-left:20px;
	padding-bottom:20px;
	padding-right:20px;
	width:900px;
	height:240px;
}

.nav-slideshow {
	border:none;
	margin-left:auto;
	margin-right:auto;
}

.nav-slideshow td{
	width:24px;
	height:26px;
	border:none;
	text-align:center;
	font-size:14px;
	font-weight:600;
	vertical-align:middle;
	padding-left:6px;
	padding-right:6px;
	cursor:pointer;
}

td.bt-nav{
	background-image:url(modules/slideshow/front/images/nav.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#393741;
}

td.bt-nav:hover{
	background-image:url(modules/slideshow/front/images/nav-current.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#fdfdfd;
}

td.bt-nav-curr{
	background-image:url(modules/slideshow/front/images/nav-current.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#fdfdfd;
}

.bg-ig-main {
	background-image:url(modules/glycemic_index/front/images/bg.png);
	background-repeat:no-repeat;
	width:901px;
	height:160px;
	padding:20px;
	padding-right:19px;
}

.left-block-ig {
	float:left;
	width:431px;
	height:117px;
	background-image:url(modules/glycemic_index/front/images/bg-block-left.png);
	background-repeat:no-repeat;
}

.right-block-ig-g {
	float:left;
	width:470px;
	height:117px;
	background-image:url(modules/glycemic_index/front/images/bg-block-right.png);
	background-repeat:no-repeat;
}

.right-block-ig-y {
	float:left;
	width:470px;
	height:117px;
	background-image:url(modules/glycemic_index/front/images/bg-block-right-y.png);
	background-repeat:no-repeat;
	display:none;
}

.right-block-ig-r {
	float:left;
	width:470px;
	height:117px;
	background-image:url(modules/glycemic_index/front/images/bg-block-right-r.png);
	background-repeat:no-repeat;
	display:none;
}

.area-bt-tab-left {
	float:left;
	width:431px;
}

.area-bt-tab-right {
	float:left;
	width:470px;
}

.bt-tab-ig {
	border:none;
	border-collapse:collapse;
}

.bt-tab-ig tr {
	border:none;
}

.bt-tab-ig td {
	border:none;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}

.txt-bt-tab-link {

}

.txt-bt-tab-link a {
	text-decoration:none;
	color:#fff;
	padding-left:5px;
	padding-right:5px;
	text-transform: uppercase; 
    height: 40px;
    line-height:40px;
    display:block;
}

.txt-bt-tab {
	padding-left:5px;
	padding-right:5px;
	text-transform: uppercase; 
}

.bt-tab-ig {
	float:left;
	margin-right:2px;
	cursor:pointer;
}

/* button block left */

.activ-tab-left .cl-block-left {
	height:5px;
	width:5px;
	background-image:url(modules/glycemic_index/front/images/corner-tl-left.png);
	background-repeat:no-repeat;
}

.activ-tab-left .cr-block-left {
	height:5px;
	width:5px;
	background-image:url(modules/glycemic_index/front/images/corner-tr-left.png);
	background-repeat:no-repeat;
}

.activ-tab-left .bt-block-left {
	display:block;
	height:5px;
	background-color:#6e7baa;
}

.activ-tab-left .bt-tab-block-left {
	background-color:#6e7baa;
	height:40px;
}

.inactiv-tab-left .cl-block-left {
	height:5px;
	width:5px;
	background-image:url(modules/glycemic_index/front/images/corner-tl-disabled-left.png);
	background-repeat:no-repeat;
}

.inactiv-tab-left .cr-block-left {
	height:5px;
	width:5px;
	background-image:url(modules/glycemic_index/front/images/corner-tr-disabled-left.png);
	background-repeat:no-repeat;
}

.inactiv-tab-left .bt-block-left {
	display:block;
	height:5px;
	background-color:#a0a2b0;
}

.inactiv-tab-left .bt-tab-block-left {
	background-color:#a0a2b0;
	height:40px;
}

/* button block right */

.cl-block-g {
	height:5px;
	width:5px;
	background-image:url(modules/glycemic_index/front/images/corner-tl-low-ig.png);
	background-repeat:no-repeat;
}

.cr-block-g {
	height:5px;
	width:5px;
	background-image:url(modules/glycemic_index/front/images/corner-tr-low-ig.png);
	background-repeat:no-repeat;
}

.bt-block-g {
	display:block;
	height:5px;
	background-color:#add07b;
}

.bt-tab-block-g {
	background-color:#add07b;
	height:40px;
}

.cl-block-y {
	height:5px;
	width:5px;
	background-image:url(modules/glycemic_index/front/images/corner-tl-y.png);
	background-repeat:no-repeat;
}

.cr-block-y {
	height:5px;
	width:5px;
	background-image:url(modules/glycemic_index/front/images/corner-tr-y.png);
	background-repeat:no-repeat;
}

.bt-block-y {
	display:block;
	height:5px;
	background-color:#fca858;
}

.bt-tab-block-y {
	background-color:#fca858;
	height:40px;
}


.cl-block-r {
	height:5px;
	width:5px;
	background-image:url(modules/glycemic_index/front/images/corner-tl-high-ig.png);
	background-repeat:no-repeat;
}

.cr-block-r {
	height:5px;
	width:5px;
	background-image:url(modules/glycemic_index/front/images/corner-tr-high-ig.png);
	background-repeat:no-repeat;
}

.bt-block-r {
	display:block;
	height:5px;
	background-color:#A43416;
}

.bt-tab-block-r {
	background-color:#a43416;
	height:40px;
}

.arrow-left-ig {
	width:35px;
	margin-right:5px;
	height:117px;
	float:left;
	background-image:url(modules/glycemic_index/front/images/arrow-left.png);
	background-repeat:no-repeat;
	background-position:center right;
	cursor:pointer;
}

.content-ig {
	width:390px;
	height:117px;
	float:left;
}

.arrow-right-ig {
	width:35px;
	margin-left:5px;
	height:117px;
	float:left;
	background-image:url(modules/glycemic_index/front/images/arrow-right.png);
	background-repeat:no-repeat;
	background-position:center left;
	cursor:pointer;
}

.slide-ig {
	width:390px;
}

.slide-ig table {
	width:100%;
}

.slide-ig td {
	height:117px;
}

.txt-ig-left {
	color:#fff;
	/*font-weight:bold;*/
	font-size:25px;
	text-align:left;
	vertical-align:middle;
	max-width:192px;
	text-shadow: 1px 1px 1px #000;
}

.txt-ig-left .title {
	color:#4c4032;
}

.label-ig-right{
	margin-left:10px;
	margin-right:5px;
	float:right;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	margin-top:17px;
}

.val-ig-right {
	vertical-align:middle;
	float:right;
	text-shadow: 1px 1px 1px #000;
}

.bigval-ig-right {
	float:right;
	color:#fff;
	font-weight:bold;
	font-size:95px;
	text-shadow: 2px 2px 3px #000;
}

/* tab block left */
#tab_ig_search {
	padding-left:20px;
	padding-top:13px;
}

.border-l-input {
	margin-left:20px;
	background-image:url(modules/glycemic_index/front/images/border-left-input.png);
	background-repeat:no-repeat;
	width:6px;
	height:33px;
	float:left;
}

.content-input {
	background-image:url(modules/glycemic_index/front/images/bg-input.png);
	background-repeat:repeat-x;
	height:33px;
	float:left;
}

.content-input input{
	border:none;
	background-color:transparent;
	height:32px;
	width:198px;
	line-height:32px;
	color:#fff;
	font-size:12px;
}

.border-r-input {
	background-image:url(modules/glycemic_index/front/images/border-right-input.png);
	background-repeat:no-repeat;
	width:6px;
	height:33px;
	float:left;
}

.icon-meal {
	background-image:url(modules/glycemic_index/front/images/icon-meal.png);
	background-repeat:no-repeat;
	width:53px;
	height:33px;
	float:left;
}

.border-l-button {
	margin-left:10px;
	background-image:url(content/design/border-left-button.png);
	background-repeat:no-repeat;
	width:6px;
	height:33px;
	float:left;
}

.content-button{
	background-image:url(modules/glycemic_index/front/images/bg-button.png);
	background-repeat:repeat-x;
	height:31px;
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height:31px;
	width:84px;
	text-align:center;
	color:#fff;
	cursor:pointer;
	border:none;
}

.border-r-button {
	background-image:url(content/design/border-right-button.png);
	background-repeat:no-repeat;
	width:6px;
	height:33px;
	float:left;
}

.bg-alphabet {
	background-image:url(modules/glycemic_index/front/images/bg-alphabet.png);
	background-repeat:no-repeat;
	width:357px;
	height:32px;
	margin-top:17px;
	padding-left:12px;
	padding-right:12px;
}

.bg-alphabet td {
	width:15px;
	text-align:center;
}

.bg-alphabet a {
	text-transform:uppercase;
	line-height:32px;
	text-decoration:none;
	text-align:center;
	display:block;
	width:12px;
	color:#bfbdb7;
	text-shadow: 2px 2px 3px #000;
	font-size:14px;
	font-weight:bold;
}

.bg-alphabet table {
	width:100%;
	border-collapse:collapse;
}

.bg-alphabet a:hover {
	color:#fff;
}

/* search.tpl */
.header-search-ig {
	background-image:url(modules/glycemic_index/front/images/header-search.png);
	background-repeat:no-repeat;
	height:30px;
	width:461px;
}

.header-search-ig table {
	width:439px;
	border:none;
	border-collapse:collapse;
	margin-left:11px;
}

.header-search-ig td {
	font-size:12px;
	padding-left:15px;
	height:30px;
	font-weight:600;
	cursor:pointer;
}

.radio-ig-on {
	color:#000;
	background-image:url(modules/glycemic_index/front/images/radio-on.png);
	background-repeat:no-repeat;
	background-position:center left;
}

.radio-ig-off {
	color:#FFF;
	background-image:url(modules/glycemic_index/front/images/radio-off.png);
	background-repeat:no-repeat;
	background-position:center left;
}

.params-search-ig {
	background-color:#7687C2;
	width:461px;
	height:81px;
}

.block-params-static-ig {
	padding-top:10px;
	width:461px;
	height:91px;
}

.params-search-ig .separator {
	width:2px;
	height:81px;
	float:left;
	background-image:url(modules/glycemic_index/front/images/separator-params.png);
	background-repeat:no-repeat;
}

.params-search-ig .column-left .label {
	font-size:12px;
	font-weight:600;
	padding-top:11px;
	margin-bottom:10px;
	float:left;
}

.params-search-ig .column-left .loader-ajax {
	width:15px;
	height:15px;
	margin-top:11px;
	margin-right:20px;
	float:right;
	background-image:url(modules/glycemic_index/front/images/ajax-loader.gif);
	background-repeat:no-repeat;
	display:none;
}

.params-search-ig .column-center .label {
	font-size:12px;
	font-weight:600;
	padding-top:11px;
	padding-left:25px;
	margin-bottom:10px;
}

.params-search-ig .column-left {
	width:161px;
	float:left;
	padding-left:13px;
}

.params-search-ig .column-center {
	width:184px;
	float:left;
}

.params-search-ig .column-right {
	width:99px;
	float:left;
}

.params-search-ig .border-l-input {
	background-image:url(modules/glycemic_index/front/images/border-left-input.png);
	background-repeat:no-repeat;
	width:6px;
	height:32px;
	float:left;
	margin-left:0px;
}

.params-search-ig .content-input {
	background-image:url(modules/glycemic_index/front/images/bg-input.png);
	background-repeat:repeat-x;
	height:33px;
	float:left;
}

.params-search-ig .content-input input{
	border:none;
	background-color:transparent;
	height:33px;
	width:130px;
	line-height:33px;
	color:#fff;
	font-size:12px;
}

.params-search-ig .border-r-input {
	background-image:url(modules/glycemic_index/front/images/border-right-input.png);
	background-repeat:no-repeat;
	width:6px;
	height:32px;
	float:left;
}

.bg-range-ig {
	background-image:url(modules/glycemic_index/front/images/bg_range_ig.png);
	background-repeat:no-repeat;
	width:140px;
	height:21px;
	margin-left:22px;
}

#slider-range-ig {
	width:138px;
	height:10px;
	margin-left:26px;
	margin-top:6px;
}

.ui-slider-handle{
	width:15px;
	height:11px;
	background-image:url(modules/glycemic_index/front/images/handle-slider.png);
	background-repeat:no-repeat;
}

#val-range {
	font-size:16px;
	font-weight:600;
	line-height:21px;
}

/* result of search IG blocks */

.res-search-low-ig {
	background: #add07b; /* Old browsers */
	background: -moz-linear-gradient(top, #add07b 0%, #9fbf71 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#add07b), color-stop(100%,#9fbf71)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #add07b 0%,#9fbf71 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #add07b 0%,#9fbf71 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #add07b 0%,#9fbf71 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#add07b', endColorstr='#9fbf71',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #add07b 0%,#9fbf71 100%); /* W3C */
	width:441px;
	padding:10px;
	margin-bottom:30px;
}

.res-search-high-ig {
	background: #a53416; /* Old browsers */
	background: -moz-linear-gradient(top, #a53416 0%, #87260c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a53416), color-stop(100%,#87260c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a53416 0%,#87260c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a53416 0%,#87260c 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a53416 0%,#87260c 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a53416', endColorstr='#87260c',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a53416 0%,#87260c 100%); /* W3C */
	width:441px;
	padding:10px;
	margin-bottom:30px;
}

.res-search-med-ig {
	/*background-color: #e9da97;*/
	background-color: #fca858;
	width:441px;
	padding:10px;
	margin-bottom:30px;
}

.title-res-ig {
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#4c4032;
}

.item-row {
	font-size:18px;
	line-height:26px;
	font-weight:bold;
}

.res-search-low-ig .item-row {
	color:#FFF;
}

.res-search-med-ig .item-row {
	/*color:#2b341e;*/
	color:#000;
}

.res-search-high-ig .item-row {
	color:#FFF;
}

.item-row .item-title {
	float:left;
	width:376px;
}

.item-row .item-ig {
	float:right;
	width:65px;
	text-align:right;
}

.nb-ig-found {
	font-size:50px;
	color:#000;
	font-weight:600;
	text-align:center;
	text-shadow: 3px 3px 3px #fff;
	margin-right:13px;
	margin-top:-5px;
}

.label-nb-ig-found {
	color:#000;
	font-size:12px;
	font-weight:600;
	margin-top:-8px;
}

.hidden {
	display:none;
}

.bt-print {
	float:right;
	padding-right:30px;
	color:#4c4032;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	background-image:url(modules/glycemic_index/front/images/print-icon.png);
	background-repeat:no-repeat;
	background-position:right center;
	cursor:pointer;
	margin-bottom:10px;
	margin-top:10px;
}

/* tab alphabetic list */
.margin-top-alphabet-tab {
	height:27px;
	width:1px;
}

.bg-alphabet-tab {
	margin-left:10px;
	width:417px;
	height:32px;
	background-image:url(modules/glycemic_index/front/images/bg-alphabet-tab.png);
	background-repeat:no-repeat;
	padding-left: 12px;
    padding-right: 12px;
}

.bg-alphabet-tab td {
	width:15px;
	text-align:center;
}

.bg-alphabet-tab a {
	text-transform:uppercase;
	line-height:32px;
	text-decoration:none;
	text-align:center;
	display:block;
	width:12px;
	color:#e7d896;
	text-shadow: 2px 2px 3px #000;
	font-size:14px;
	font-weight:bold;
}

.bg-alphabet-tab table {
	width:100%;
	border-collapse:collapse;
}

.bg-alphabet-tab a:hover {
	color:#fff;
}

.cat-letter-ig {
	font-size:30px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:12px;
	cursor:pointer;
	padding-left:15px;
	padding-right:15px;
	background-color:#6e7baa;
	text-shadow: 2px 2px 3px #000;
}

.cat-letter-ig-a {
	float:left;
}

.status-letter-ig {
	float:right;
}

.box-alpha-low-ig {
	background: #add07b; /* Old browsers */
	background: -moz-linear-gradient(top, #add07b 0%, #9fbf71 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#add07b), color-stop(100%,#9fbf71)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #add07b 0%,#9fbf71 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #add07b 0%,#9fbf71 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #add07b 0%,#9fbf71 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#add07b', endColorstr='#9fbf71',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #add07b 0%,#9fbf71 100%); /* W3C */
	width:441px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:7px;
}


.box-alpha-high-ig {
	background: #a53416; /* Old browsers */
	background: -moz-linear-gradient(top, #a53416 0%, #87260c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a53416), color-stop(100%,#87260c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a53416 0%,#87260c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a53416 0%,#87260c 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a53416 0%,#87260c 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a53416', endColorstr='#87260c',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a53416 0%,#87260c 100%); /* W3C */
	width:441px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:7px;
}

.box-alpha-med-ig {
	background-color: #fca858;
	width:441px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:7px;
}

.item-row {
	font-size:18px;
	line-height:33px;
	font-weight:bold;
}

.box-alpha-low-ig{
	color:#FFF;
}

.box-alpha-med-ig {
	color:#000;
}

.box-alpha-high-ig {
	color:#FFF;
}

.item-row .item-title {
	float:left;
	width:376px;
}

.item-row .item-ig-alpha {
	float:right;
	width:65px;
	text-align:right;
}

.cat-tab-ig-low{
	background: #add07b; /* Old browsers */
	background: -moz-linear-gradient(top, #add07b 0%, #9fbf71 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#add07b), color-stop(100%,#9fbf71)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #add07b 0%,#9fbf71 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #add07b 0%,#9fbf71 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #add07b 0%,#9fbf71 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#add07b', endColorstr='#9fbf71',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #add07b 0%,#9fbf71 100%); /* W3C */
	width:431px;
	margin-bottom:7px;
	font-size:27px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:15px;
	padding-right:15px;
	cursor:pointer;
	color:#FFF;
}

.cat-tab-ig-med{
	background-color: #fca858;
	width:431px;
	margin-bottom:7px;
	font-size:27px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:15px;
	padding-right:15px;
	cursor:pointer;
	color:#000;
}

.cat-tab-ig-high{
	background: #a53416; /* Old browsers */
	background: -moz-linear-gradient(top, #a53416 0%, #87260c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a53416), color-stop(100%,#87260c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a53416 0%,#87260c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a53416 0%,#87260c 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a53416 0%,#87260c 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a53416', endColorstr='#87260c',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a53416 0%,#87260c 100%); /* W3C */
	width:431px;
	margin-bottom:7px;
	font-size:27px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:15px;
	padding-right:15px;
	cursor:pointer;
	color:#FFF;
}

.cat-tab-ig-a {
	float:left;
}

.status-tab-ig {
	float:right;
}

.list-tab-low-ig {
	background: #add07b; /* Old browsers */
	background: -moz-linear-gradient(top, #add07b 0%, #9fbf71 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#add07b), color-stop(100%,#9fbf71)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #add07b 0%,#9fbf71 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #add07b 0%,#9fbf71 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #add07b 0%,#9fbf71 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#add07b', endColorstr='#9fbf71',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #add07b 0%,#9fbf71 100%); /* W3C */
	width:441px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:7px;
	color:#FFF;
}

.list-tab-med-ig {
	background-color: #fca858;
	width:441px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:7px;
	color:#000;
}

.list-tab-high-ig {
	background: #a53416; /* Old browsers */
	background: -moz-linear-gradient(top, #a53416 0%, #87260c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a53416), color-stop(100%,#87260c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a53416 0%,#87260c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a53416 0%,#87260c 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a53416 0%,#87260c 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a53416', endColorstr='#87260c',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a53416 0%,#87260c 100%); /* W3C */
	width:441px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:7px;
	color:#FFF;
}

.item-row-tab {
	font-size: 18px;
    font-weight: bold;
    line-height: 33px;
}

.item-row-tab .item-title-tab {
	float:left;
	width:376px;
}

.item-row-tab .item-ig-tab {
	float:right;
	width:65px;
	text-align:right;
}

#subscribe_newsletter_area {
    background-image:url(modules/newsletter_subscribers/front/images/bg.png);
    background-repeat:no-repeat;
    height:70px; /*114px;*/
    width:911px; /*941px;*/
    margin-left:auto;
    margin-right:auto;
    margin-top:21px;
    padding:20px 10px 24px 20px;
}

#subscribe_newsletter_area .title {
    color: #393741;
    font-size:18px;
    font-weight:bold;
    margin-bottom:20px;
}

#subscribe_newsletter_area input.name, #subscribe_newsletter_area input.firstname {
    border:none;
    background-image:url(modules/newsletter_subscribers/front/images/input_small.png);
    background-repeat:no-repeat;
    width:179px;
    height:33px;
    color:#fff;
    font-size:17px;
    line-height:33px;
    padding-left:11px;
    
}

#subscribe_newsletter_area div.small_area {
    float:left;
    margin-right:20px;
}


#subscribe_newsletter_area div.big_area {
    float:left;
    margin-right:42px;
}

#subscribe_newsletter_area input.email {
    border:none;
    background-image:url(modules/newsletter_subscribers/front/images/input_big.png);
    background-repeat:no-repeat;
    width:299px;
    height:33px;
    color:#fff;
    font-size:17px;
    line-height:33px;
    padding-left:11px;
}

#subscribe_newsletter_area input.subscribe {
    border:none;
    background-image:url(modules/newsletter_subscribers/front/images/submit.png);
    background-repeat:no-repeat;
    width:136px;
    height:33px;
    color:#fff;
    font-size:14px;
    line-height:33px;
    padding:0px;
    padding-left:15px;
    text-align:left;
    font-weight:bold;
    float:left;
    cursor:pointer;
}

#subscribe_newsletter_area .small_area label.error {
    /*margin-left: -180px;*/
    background-image:url(modules/newsletter_subscribers/front/images/bulle01.png);
    background-repeat:no-repeat;
    position: absolute;
    text-align: center;
    padding-top:25px;
    display:block;
    width: 195px;
    height:26px;
    color:#fff;
}

#subscribe_newsletter_area .big_area label.error {
    /*margin-left: -230px;*/
    background-image:url(modules/newsletter_subscribers/front/images/bulle02.png);
    background-repeat:no-repeat;
    position: absolute;
    display:block;
    text-align: center;
    padding-top:25px;
    width: 252px;
    height:26px;
    color:#fff;
}

#faq .marginBottom {
    height:20px;
    width:1px;
}

#faq .highlight {
    background-color:#4F4234;
    color:#F1EBC6;
}

#faq .area-question-faq a {
    color: #932B10;
    text-decoration: none;
}

#faq .area-question-faq a:hover {
    text-decoration: underline;
}

#faq .border-left-bt {
    width:6px;
    height:33px;
    margin-left:216px;
    float:left;
    background-image:url(modules/faq/front/images/border-left-button.png);
    background-repeat:no-repeat;
}

#faq .content-bt {
    border:0px;
    padding:0px;
    background-color:transparent;
    cursor:pointer;
    height:33px;
    width:200px;
    float:left;
    background-image:url(modules/faq/front/images/bg-button.png);
    background-repeat:repeat-x;
    color: #FFFFFF;
    font-size: 12px;
    text-align:center;
    height: 33px;
    line-height: 33px;
    font-weight:600;
}

#faq .border-right-bt {
    width:6px;
    height:33px;
    float:left;
    background-image:url(modules/faq/front/images/border-right-button.png);
    background-repeat:no-repeat;
}

#faq .header-faq {
    width:461px;
    height:30px;
    background-image:url(modules/faq/front/images/header-faq.png);
    background-repeat:no-repeat;  
    margin-bottom:10px;
}

#faq .radio-faq-off {
    background-image: url("modules/faq/front/images/radio-off.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

#faq-ask .input-text {
    display:none;
}

#faq .radio-faq-on {
    background-image: url("modules/faq/front/images/radio-on.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

#faq .header-faq td {
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    padding-left: 15px;
}

#faq .header-faq table {
    border: none;
    border-collapse: collapse;
    margin-left: 11px;
    width: 439px;
}

#list-faq .area-search-faq {
    background-color: #7687c2;
    height: 45px;
    width: 603px;
    margin-bottom:20px;
    padding-top:16px;
    padding-left:15px;
    padding-right:15px;
}

#list-faq .area-search-faq .select_look_in{
    float:left;
}

#list-faq .area-search-faq .label_look_in {
    float:left;
    color:#57493a;
    font-size:13px;
    line-height:33px;
}

#list-faq .area-search-faq .floatR {
    float:right;
}

#list-faq #title-faq {
    color:#57493a;
    font-size:25px;
    margin-bottom:13px;
}

#list-faq .area-search-faq .border-left-input {
    width:6px;
    height:33px;
    float:left;
    background-image:url(modules/faq/front/images/border-left-input.png);
    background-repeat:no-repeat;
}

#list-faq .area-search-faq .border-right-input {
    width:6px;
    height:33px;
    float:left;
    background-image:url(modules/faq/front/images/border-right-input.png);
    background-repeat:no-repeat;
}

#list-faq .area-search-faq .content-input {
    width:168px;
    border:0px;
    padding:0px;
    background-color:transparent;
    height:33px;
    float:left;
    background-image:url(modules/faq/front/images/bg-input.png);
    background-repeat:repeat-x;
    color: #FFFFFF;
    font-size: 12px;
    height: 33px;
    line-height: 33px;
}

#list-faq .area-search-faq .border-left-bt {
    margin-left:15px;
    width:6px;
    height:33px;
    float:left;
    background-image:url(modules/faq/front/images/border-left-button.png);
    background-repeat:no-repeat;
}

#list-faq .area-search-faq .content-bt {
    border:0px;
    padding:0px;
    background-color:transparent;
    cursor:pointer;
    height:33px;
    width:80px;
    float:left;
    background-image:url(modules/faq/front/images/bg-button.png);
    background-repeat:repeat-x;
    color: #FFFFFF;
    font-size: 12px;
    text-align:center;
    height: 33px;
    line-height: 33px;
    font-weight:600;
}

#list-faq .area-search-faq .border-right-bt {
    width:6px;
    height:33px;
    float:left;
    background-image:url(modules/faq/front/images/border-right-button.png);
    background-repeat:no-repeat;
}

#list-faq .area-search-faq .separator {
    float:left;    
    width:2px;
    height:81px;
    background-image:url("modules/faq/front/images/separator.png");
    background-repeat:no-repeat;
}

#list-faq .area-search-faq .area-right {
    float:left;  
    width:84px;  
}

#list-faq .area-search-faq .area-right .nb-faq-found {
    color: #000000;
    font-size: 50px;
    font-weight: 600;
    margin-right: 13px;
    margin-top: -5px;
    text-align: center;
    width:84px;
    text-shadow: 3px 3px 3px #FFFFFF;    
}

#list-faq .area-search-faq .area-right .label-nb-ig-found {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    margin-top: -8px;
    text-transform: lowercase;
}

#list-faq .title-search-faq {
    font-size:25px;
    font-weight:600;
    margin-bottom:20px;
}

#list-faq .area-question-faq {
    background-image:url(modules/faq/front/images/bg-q-faq.png);
    background-repeat:repeat;
    margin-bottom:10px;
    padding-left:25px;
    padding-right:25px;
    width:582px;
    font-size:14px;
    color:#4f4234;
}


#list-faq .area-question-faq .section-left {
    float:left;
    width:37px;
    font-size:18px;
    font-weight:bold;
    padding-top:15px;
    padding-bottom:15px;
}

#list-faq .area-question-faq .section-right {
    background-image:url(modules/faq/front/images/separator-faq.png);
    background-repeat:repeat-y;
    background-position:left;
    float:left;
}

#list-faq .area-question-faq .section-right .text {
    padding-top:15px;
    padding-bottom:15px;
    padding-left:22px;
    width:523px;
}

#list-faq .area-question-faq .section-right .text .margin-top {
    height:16px;
    width:1px;
}

#list-faq .area-question-faq .section-right .text .show-answer {
    font-size:15px;
    font-weight:bold;
    color:#383342;
    padding-right:28px;
    background-image:url(modules/faq/front/images/arrow-show-answer-faq.png);
    background-repeat:no-repeat;
    background-position:right center;
    cursor:pointer;
}

#list-faq .area-question-faq .section-right .text .hide-answer {
    font-size:15px;
    font-weight:bold;
    color:#383342;
    padding-right:28px;
    background-image:url(modules/faq/front/images/arrow-hide-answer-faq.png);
    background-repeat:no-repeat;
    background-position:right center;
    cursor:pointer;
}

#faq .area-question-faq .section-right .text .answer {
    max-height: 0px;
    overflow:hidden;
}

/* select menu */

.ui-selectmenu { display: block; position:relative; height:2em; text-decoration: none; overflow:hidden;}
.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }
.ui-selectmenu-menu { padding:0; margin:0; list-style:none; position:absolute; top: 0; visibility: hidden; overflow: auto; }
.ui-selectmenu-open { visibility: visible; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu-dropdown { }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; }
.ui-selectmenu-menu li a,.ui-selectmenu-status {line-height: 1.4em; display:block; padding:.3em 1em; outline:none; text-decoration:none; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 1.4em; }
.ui-selectmenu-open li.ui-selectmenu-item-focus a {  }
.ui-selectmenu-open li.ui-selectmenu-item-selected { }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-content {  }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding:.6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }


#look_in {
    float:left;
}

#look_in-button {
    color:#fff;
    background-color:#515d92;
    font-size: 13px;
    float:left;
    margin-left:15px;
    line-height:33px;
    width:170px;
    display:block;
    height:33px;
}

#look_in-menu {
    padding-top:5px;
    margin-top:-5px;
    background-color:#515d92;
    width:170px;
}

#look_in-menu a{
    color:#fff;
    font-size: 13px;
    line-height:33px;
    padding:0px;
    padding-left:10px;
}

#look_in-menu a:hover{
    background-color:#959bb5;
}

.ui-selectmenu-status {
    width: 121px;
    padding:0px;
    padding-left:10px;
    line-height:33px;
}

.ui-selectmenu-icon {
    background-image:url(modules/faq/front/images/arrow-down.png);
    background-repeat:no-repeat;
    background-position: center;
    width: 16px; 
    height: 16px;
}

/* page ask question */

#faq-ask .column-left {
	width:341px;
}

#faq-ask .column-right {
	width:341px;
	padding-left:15px;
}

#faq-ask .input-faq-ask {
	margin-bottom:7px;
	margin-top:3px;
	height:25px;
	width:331px;
	border:solid 1px #ccc;
	padding-left:5px;
	padding-right:5px;
	color:#666;
}
#faq-ask .label-radio {
	margin-left:7px;
	margin-right:7px;
	font-size:14px;
}

#faq-ask .radio-faq-ask {
	margin-bottom:7px;
	margin-top:3px;
}

#faq-ask .required {
	font-size:14px;
	color:#9F3114;
}

#faq-ask .separator-h {
	height:14px;
	width:1px;
}

#faq-ask textarea {
	width:692px;	
	height:150px;
	border:solid 1px #ccc;
	color:#666;
	padding:5px;
}

#faq-ask .border-left-bt {
    width:6px;
    height:33px;
    margin-left:216px;
    float:left;
    background-image:url(modules/faq/front/images/border-left-button.png);
    background-repeat:no-repeat;
}

#faq-ask .content-bt {
    border:0px;
    padding:0px;
    background-color:transparent;
    cursor:pointer;
    height:33px;
    width:200px;
    float:left;
    background-image:url(modules/faq/front/images/bg-button.png);
    background-repeat:repeat-x;
    color: #FFFFFF;
    font-size: 12px;
    text-align:center;
    height: 33px;
    line-height: 33px;
    font-weight:600;
}

#faq-ask .border-right-bt {
    width:6px;
    height:33px;
    float:left;
    background-image:url(modules/faq/front/images/border-right-button.png);
    background-repeat:no-repeat;
}

#faq-ask .error {
	background-color:#FFDBDB;	
}

#faq-ask .error_message {
	border:solid 2px #8F290E;
	color:#8F290E;
	font-weight:bold;
	text-align:center;
	width:672px;
	padding:15px;
	margin-bottom:15px;
}

#faq-ask .succes_message {
	border:solid 2px #839961;
	color:#839961;
	font-weight:bold;
	text-align:center;
	width:672px;
	padding:15px;
	margin-bottom:15px;
}

/* menu 3 colomne main page */
#menu_three_columns_margin_top {
	height:22px;
	width:1px;
}

#menu_three_columns .column_separator{
	float:left;
	width:71px;
	height:1px;
}

#menu_three_columns .column {
	float:left;
	width:266px;
}

#menu_three_columns .spacer_shop {
    float:left;
	width:12px;
    height:1px;
}

#menu_three_columns .column_shop .content {
	width:197px;
    padding-left:12px;
    padding-top:11px;
}

#menu_three_columns .column_shop{
    background-image:url(content/design/bg_sm_shop.png);
    background-repeat: no-repeat;
	float:left;
	width:225px;
	height:336px;
}
/*
#menu_three_columns .column_shop .margin-left-bt-shop {
    margin-left:30px;
}*/

#menu_three_columns .column_shop .title a{
    font-size:16px;
    margin-top:12px;
    display:block;
}

#menu_three_columns .column_shop .description {
    font-size:12px;
    text-align:left;
    height:100px;
}


#menu_three_columns .margin_top_button_link{
	height:25px;
	width:1px;
}

#menu_three_columns .button_link {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:33px;
	text-decoration:none;
}

#menu_three_columns .button_link span{
	margin-left:15px;
	margin-right:15px;
}

#menu_three_columns .button_link img{
	line-height:33px;
	border:none;
    vertical-align:text-top;
}


#menu_three_columns .border-left-bt {
	width:6px;
	height:31px;
	background-image:url(content/design/border-left-button.png);
	background-repeat:no-repeat;
	float:left;
}

#menu_three_columns .content-bt {
	height:31px;
	background-image:url(content/design/bg-button.png);
	background-repeat:repeat-x;	
	float:left;
}

#menu_three_columns .border-right-bt {
	width:6px;
	height:31px;
	background-image:url(content/design/border-right-button.png);
	background-repeat:no-repeat;	
	float:left;
}

#menu_three_columns .title a{
	font-size:18px;
	/*font-weight:bold;*/
	color:#393741;
	text-decoration:none;
}

#menu_three_columns .title a:hover{
	text-decoration:underline;
}

#menu_three_columns .description{
	font-size:12px;
	color:#222222;
	text-align:justify;
	margin-top:18px;
}

#menu_three_columns .column_shop .description {
    margin-top:5px;  
    margin-bottom:5px;   
}

#separator_top_area_shop_hp {
	margin-top:55px;
	width:940px;
	height:1px;
	background-color:#b3b3b3;
}

#bg_area_shop_hp {
	margin-top:20px;
	background-image:url(modules/book_categories/front/images/bg.png);
	background-repeat:no-repeat;
	width:941px;
	height:195px;
	padding-top:15px;
}

#area_shop_hp {
	width:913px;
	height:186px;
	margin-left:auto;
	margin-right:auto;
}

#area_shop_hp .column_left{
	float:left;
	width:423px;
}

#area_shop_hp .column_right {
	float:left;
	margin-left:35px;
	width:455px;
}

#area_shop_hp .title {
	font-size:18px;
	/*font-weight:bold;*/
	color:#393741;
	margin-bottom:24px;
}

#area_shop_hp .mini_slideshow {
	width:231px;
	height:145px;
	background-image:url(modules/book_categories/front/images/bg-mini-slideshow.png);
	background-repeat:no-repeat;
	float:left;
}

#content_mini_slideshow {
	float:left;
	width:171px;
	height:128px;
	padding-top:1px;
	padding-bottom:1px;
	overflow:hidden;
}

#content_mini_slideshow ul li{
	height:128px;
	width:171px;
}

#content_mini_slideshow .loader {
	background-image:url(modules/book_categories/front/images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:171px;
	height:130px;
}

.mini_slideshow .left {
	float:left;
	width:30px;
	height:130px;
	background-image:url(modules/book_categories/front/images/arrow-left.png);
	background-repeat:no-repeat;
	background-position:center right;
	cursor:pointer;
}

.mini_slideshow .right {
	float:left;
	width:30px;
	height:130px;
	background-image:url(modules/book_categories/front/images/arrow-right.png);
	background-repeat:no-repeat;
	background-position:center left;
	cursor:pointer;
}

#area_shop_hp .descr_columns_left {
	color:#494c62;
	height:88px;
	font-size:12px;
}

#area_shop_hp .txt_area {
	float:left;
	margin-left:20px;
	width:172px;
}

#area_shop_hp .border_left_button {
	height:42px;
	width:20px;
	background-image:url(modules/book_categories/front/images/border-left-button.png);
	background-repeat:no-repeat;
	float:left;
}

.floatL {
    float:left;
}

.valignBt {
    display:table-cell;
    vertical-align: middle;
	background-image:url(modules/book_categories/front/images/content-button.png);
	background-repeat:repeat-x;
    height:42px;
    width: 130px;
    text-align:center;
}

#area_shop_hp .content_button {
	/*line-height:42px;*/
	font-size:13px;
	font-weight:bold;
	color:#fff;
    width:117px;
	/*text-shadow: 1px 1px 1px #fff;*/
	text-decoration:none;
    text-align:center;
}

#area_shop_hp .border_right_button {
	height:42px;
	width:20px;
	background-image:url(modules/book_categories/front/images/border-right-button.png);
	background-repeat:no-repeat;
	float:left;
}

#area_shop_hp .img_book {
	float:left;
	height:139px;
}

#area_shop_hp .img_to_show {
    height:130px;
    display: block;
    width: auto;
}

#area_shop_hp .shadow_book{
    display: block;
    width:100%;
	height:9px;
}

#area_shop_hp .area_right {
    float:left;
	margin-left:20px;
	width:302px;
}

#area_shop_hp .title_col_right {
	font-size:20px;
	/*font-weight:bold;*/
	width:302px;
	height:55px;
	color:#393741;
}

#area_shop_hp .description {
	color:#494C62;
	height:35px;
	font-size:12px;
	width:302px;
}

#carousel_shop_external td{
	height:128px;
	width:171px;
}

#carousel_shop_external .image {
	vertical-align:middle;
	margin-top:10px;
}

#carousel_shop_external .image img{
	width:85px;
}

#carousel_shop_external .right_infos {
	vertical-align:middle;
	font-size:10px;
	font-weight:bold;
	color:#494C62;
}

#carousel_shop_external .right_infos span {
	font-size:20px;
}

/* --------- Affichage des livres de la catégories ----------- */
.area-book {
	height:339px;
	width:225px;
	margin-bottom:20px;
	background-image:url(modules/book_categories/front/images/bg_book.png);
	background-repeat:no-repeat;
	float:left;
}

.separator-between-book {
	float:left;
	width:13px;
	height:1px;
}

.area-book img {
	width:auto;
	height:192px;
	margin-top:20px;
	display:block;
}

.area-book .margin-top-title {
	height:15px;
	width:1px;
}

.area-book .title {
	width:188px;
	text-align:center;
	font-weight:600;
	font-size:14px;
	color:#57493a;
	height:55px;
	display:table-cell;
	vertical-align:top;
	padding-left:15px;
	padding-right:15px;
}

.area-book .border-left-bt {
	margin-left:40px;
	width:6px;
	height:33px;
	background-image:url(modules/book_categories/front/images/border-left-button-red.png);
	background-repeat:no-repeat;
	float:left;
}

.area-book .border-right-bt {
	width:6px;
	height:33px;
	background-image:url(modules/book_categories/front/images/border-right-button-red.png);
	background-repeat:no-repeat;	
	float:left;
}

.area-book .content-bt, .area-book .content-bt-info{
	height:33px;
	width:125px;
	background-image:url(modules/book_categories/front/images/bg-button-red.png);
	background-repeat:repeat-x;	
	float:left;
}

.area-book .content-bt a{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:33px;
	padding-left:7px;
	width:125px;
	display:block;
	text-transform:lowercase;
	background-image:url(modules/book_categories/front/images/icon-cart.png);
	background-repeat:no-repeat;	
	background-position:95px center;
}

.area-book .content-bt-info a{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:33px;
	width:125px;
	display:block;
	text-transform:lowercase;
	text-align:center;
}

.area-book .bg-info-book {
	display:none;
	position:absolute;
	margin-left:1px;
	margin-top:1px;
	width:218px;
	height:270px;
	background-image:url(modules/book_categories/front/images/bg_opacity_80.png);
	background-repeat:repeat;
}

.area-book .bg-info-book .title-info {
	margin-top:20px;
	width:178px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Helvetica,sans-serif;
}


.area-book .bg-info-book .infos {
	margin-top:20px;
	width:178px;
	height:155px;
	margin-left:auto;
	margin-right:auto;
	color:#c1c1c1;
	font-size:12px;
}

/* affichage de toutes les catégories */
#all-categories .bg-category {
	height:201px;
	width:699px;
	padding-left:12px;
	background-image:url(modules/book_categories/front/images/bg-cat.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#all-categories .title {
	margin-left:12px;
	margin-bottom:5px;
	font-weight:600;
	font-size:16px;
	color:#393741;
}

#all-categories .bg-category .infos {
	position:absolute;
	margin-left:2px;
	margin-top:1px;
	height:109px;
	width:676px;
	padding-top:75px;
	padding-left:12px;
	background-image:url(modules/book_categories/front/images/bg_opacity_80.png);
	background-repeat:repeat;
	display:none;
}

#all-categories .bg-category table {
    border: none;
    border-collapse: collapse;  
	width:676px;   
    margin-left: 2px;
    margin-top: 1px;
}


#all-categories .bg-category img{
	height:128px;
	width:auto;
	margin-top:20px;
	display:block;
}

#all-categories .border-left-bt {
	margin-left:268px;
	width:6px;
	height:33px;
	background-image:url(modules/book_categories/front/images/border-left-button-red.png);
	background-repeat:no-repeat;
	float:left;
}

#all-categories .border-right-bt {
	width:6px;
	height:33px;
	background-image:url(modules/book_categories/front/images/border-right-button-red.png);
	background-repeat:no-repeat;	
	float:left;
}

#all-categories .content-bt{
	height:33px;
	background-image:url(modules/book_categories/front/images/bg-button-red.png);
	background-repeat:repeat-x;	
	float:left;
}

#all-categories a{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:33px;
	width:140px;
	display:block;
	text-align:center;
	text-transform:lowercase;
}

#area-book-details a{
    color: #932B10;
    text-decoration: none;
}

#area-book-details a:hover{
    text-decoration: underline;
}

#area-book-details .column-left {
	float:left;
	width:210px;
}

#area-book-details .column-left img{
	height:232px;
	width:200px;
	display:block;
	margin-bottom:15px;
}

#area-book-details .column-left .label{
	color:#626262;
	font-size:14px;
	line-height:22px;
	float:left;
}

#area-book-details .column-left .value{
	color:#626262;
	font-size:12px;
	margin-left:5px;
	line-height:22px;
	float:left;
}

#area-book-details .column-left .value span{
	color:#626262;
	font-size:14px;
	font-weight:bold;
}

#area-book-details .column-right {
	float:left;
	margin-left:20px;
	width:472px;
}

#area-book-details .column-right .title{
	font-size:25px;
	font-weight:600;
	color:#57493a;
	margin-bottom:20px;
}


#area-book-details .column-right .description{
	font-size:14px;
	color:#333333;
}

#area-book-details .column-right .description p{
	padding-top:5px;
	padding-bottom:5px;
}

#area-book-details .separator-button {
	height:20px;
	width:1px;
}


#area-book-details .border-left-bt {
	width:6px;
	height:33px;
	background-image:url(modules/book_items/front/images/border-left-button-red.png);
	background-repeat:no-repeat;
	float:left;
}

#area-book-details .border-right-bt {
	width:6px;
	height:33px;
	background-image:url(modules/book_items/front/images/border-right-button-red.png);
	background-repeat:no-repeat;	
	float:left;
}

#area-book-details .content-bt{
	height:33px;
	width:125px;
	background-image:url(modules/book_items/front/images/bg-button-red.png);
	background-repeat:repeat-x;	
	float:left;
}

#area-book-details .content-bt a{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:33px;
	padding-left:7px;
	width:125px;
	display:block;
	text-transform:lowercase;
	background-image:url(modules/book_items/front/images/icon-cart.png);
	background-repeat:no-repeat;	
	background-position:95px center;
}

#area-book-details .title-same-cat {
	margin-left:12px;
	margin-top:70px;
	font-weight:600;
	font-size:16px;
	color:#57493a;
}

#area-book-details .bg-same-cat {
	margin-top:10px;
	background-image:url(modules/book_items/front/images/bg-same-cat.png);
	background-repeat:no-repeat;	
	height:201px;
	width:699px;
	padding-left:12px;
}

#area-book-details .bg-same-cat .book{
	height:157px;
	width:137px;
	margin-left:18px;
	margin-right:18px;
	margin-top:13px;
	float:left;
}

#area-book-details .bg-same-cat .infos{
	position:absolute;
	height:157px;
	width:137px;
	display:none;
	background-image:url(modules/book_items/front/images/bg_opacity_80.png);
	background-repeat:repeat;
}

#area-book-details .bg-same-cat .infos .title{
	color:#fff;
	font-weight:bold;
	font-size:16px;
	padding-left:13px;
	padding-top:15px;
	padding-right:13px;
	height:95px;
}

#area-book-details .bg-same-cat img{
	height:128px;
	width:111px;
	margin-left:13px;
	margin-top:15px;
	display:block;
}

#area-book-details .bg-same-cat .border-left-bt {
	width:6px;
	height:33px;
	background-image:url(modules/book_items/front/images/border-left-button-red.png);
	background-repeat:no-repeat;
	float:left;
	margin-left:17px;
}

#area-book-details .bg-same-cat .border-right-bt {
	width:6px;
	height:33px;
	background-image:url(modules/book_items/front/images/border-right-button-red.png);
	background-repeat:no-repeat;	
	float:left;
}

#area-book-details .bg-same-cat .content-bt{
	height:33px;
	width:92px;
	background-image:url(modules/book_items/front/images/bg-button-red.png);
	background-repeat:repeat-x;	
	float:left;
}

#area-book-details .bg-same-cat .content-bt a.same-cat{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:33px;
	width:80px;
	display:block;
	text-align:center;
	text-transform:lowercase;
	background-image:none;
}

#googleMapOutlets {
    width:483px;    
    height:290px;  
    margin-top:10px;  
    float:left;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px; 
}

#searchOutlets {
    width:177px;
    height:250px;
    background:#7687c2;
    margin-top:10px;  
    float:left;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px; 
    padding:20px;
}

#searchOutlets h3 {
    font-size:16px;
    margin-bottom:13px;
}

#searchOutlets input.query {
    background-color:transparent;
    background-image:url(modules/outlets/front/images/bgInput.png);
    background-repeat:no-repeat;
    border:0;
    width:132px;
    height:33px;
    padding:0px 19px;
    font-size:12px;
    color:#fff;
    margin-bottom:5px;
}

#searchOutlets select {
    width:170px;
}

#searchOutlets .btSubmitLeft {
    width:5px;
    height:33px;
    background-image:url(modules/outlets/front/images/btSubmitLeft.png);
    background-repeat:no-repeat;
    float:right;
}

#searchOutlets .btSubmitMiddle {
    height:33px;
    line-height:31px;
    font-size:14px;
    padding:0 7px;
    color:#fff;
    cursor:pointer;
    background-image:url(modules/outlets/front/images/btSubmitMiddle.png);
    background-repeat:repeat-x;
    float:right;
}

#searchOutlets .btSubmitRight {
    width:5px;
    height:33px;
    background-image:url(modules/outlets/front/images/btSubmitRight.png);
    background-repeat:no-repeat;
    float:right;
    margin-right:5px;
}

#outlets .nbResult {
    font-size:25px;
    font-weight:bold;
    color:#57493a;
    margin-top:40px;
    margin-bottom:35px;
}

#outlets .blocShop {
    width:314px;
    display:inline-block;
    font-size:12px;
    border-bottom:solid 1px #b3b3b3;
    padding:25px 0px;
    margin-right:35px;
}

#googleMapOutlets .blocShop {
    width:280px;
    margin-right:0px;
    padding:0px;
    border:0px;
}

#outlets .blocShop .title {
    font-size:16px;
    text-transform:uppercase;
    font-weight:bolder;
    color:#000;
}

#outlets .blocShop .content {
    margin-top:2px;
    margin-bottom:2px;
    float:left;
}

#outlets .blocShop .icon { 
    float:right;
    margin-top:2px;
    margin-bottom:2px;
}

#outlets .blocShop .icon .bread {
    background-image:url(modules/outlets/front/images/breadIcon.png);
    background-repeat:no-repeat;
    height:33px;
    width:34px;
}

#outlets .blocShop .icon .product {
    background-image:url(modules/outlets/front/images/productIcon.png);
    background-repeat:no-repeat;
    height:33px;
    width:35px;
}

#outlets .blocShop .icon .onlineshop {
    background-image:url(modules/outlets/front/images/shop_en_ligne.png);
    background-repeat:no-repeat;
    background-position:right;
    height:33px;
    width:35px;
}

#outlets .blocShop .icon .bread, 
#outlets .blocShop .icon .product, 
#outlets .blocShop .icon .onlineshop {
    float:left;
}

#siteUrlGMap {
    display:none;
}

/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-bottom:5px;
}
.chzn-container .chzn-drop {
  background: #515d92;
  border-left: 1px solid #515d92;
  border-right: 1px solid #515d92;
  border-bottom: 1px solid #515d92;
  color:#fff;
  width: 168px;
  margin-top:-3px;
  /*
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  */
  position: absolute;
  top: 29px;
  left: 0;
  z-index: 999;
}
/* @end */

/* @group Single Chosen */
#outlets .chzn-container-single .chzn-single {
  background-image:url(modules/outlets/front/images/bgSelect.png);
  background-repeat:no-repeat;
  padding: 0 19px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  height: 33px;
  width:132px;
  line-height: 33px;
  color: #fff;
  text-decoration: none;
}
#outlets .chzn-container-single .chzn-default {
	color: #999;
}
#outlets .chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#outlets .chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(chosen-sprite.png) right top no-repeat;
}
#outlets .chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
#outlets .chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
#outlets .chzn-container-single .chzn-single div b {
  background: url('chosen-sprite.png') no-repeat 0 0;
  display: block;
  width: 100%;
  height: 100%;
}
#outlets .chzn-container-single .chzn-search {
    display:none;
    /*
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
  */
}
#outlets .chzn-container-single .chzn-search input {
  background: #fff url('chosen-sprite.png') no-repeat 100% -22px;
  background: url('chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
#outlets .chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

#outlets .chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
#outlets .chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
#outlets .chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
#outlets .chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
#outlets .chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}
#outlets .chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
#outlets .chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
#outlets .chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
#outlets .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(chosen-sprite.png) right top no-repeat;
}
#outlets .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
#outlets .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
#outlets .chzn-container .chzn-results {
  margin: 0 0 4px 0;
  max-height: 240px;
  padding:0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
#outlets .chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
#outlets .chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 19px;
  margin: 0;
  list-style: none;
}
#outlets .chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
#outlets .chzn-container .chzn-results .highlighted {
  background-color: #959bb5;
  /*
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  */
  color: #000;
}
#outlets .chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
#outlets .chzn-container .chzn-results .highlighted em {
  background: transparent;
}
#outlets .chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
#outlets .chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
#outlets .chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
#outlets .chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
#outlets .chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
#outlets .chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
#outlets .chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
#outlets .chzn-container .chzn-results-scroll-down span {
  background: url('chosen-sprite.png') no-repeat -4px -3px;
}
#outlets .chzn-container .chzn-results-scroll-up span {
  background: url('chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
#outlets .chzn-container-active .chzn-single {
    /*
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
  */
}
#outlets .chzn-container-active .chzn-single-with-drop {
  background-image:url(modules/outlets/front/images/bgSelect.png);
  background-repeat:no-repeat;
  padding: 0 19px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  height: 33px;
  width:132px;
  line-height: 33px;
  color: #fff;
  text-decoration: none;
}
#outlets .chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
#outlets .chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
#outlets .chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
#outlets .chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
#outlets .chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
#outlets .chzn-disabled .chzn-single {
  cursor: default;
}
#outlets .chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
#outlets .chzn-rtl { text-align: right; }
#outlets .chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
#outlets .chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

#outlets .chzn-rtl .chzn-single div { left: 3px; right: auto; }
#outlets .chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
#outlets .chzn-rtl .chzn-choices .search-field input { direction: rtl; }
#outlets .chzn-rtl .chzn-choices li { float: right; }
#outlets .chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
#outlets .chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
#outlets .chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
#outlets .chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
#outlets .chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
#outlets .chzn-rtl .chzn-search input {
  background: #fff url('chosen-sprite.png') no-repeat -38px -22px;
  background: url('chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
  background: url('chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* @end */


#reseller_area table {
    border: none;
    border-collapse: collapse;
    width: 100%;
    margin-bottom:0px;
}

#reseller_area table tr,
#reseller_area table td {
	border:none;
	padding:0;
}

#reseller_area table#table_reseller_area {
	margin-bottom:0px;
}

#reseller_area .column-left {
	width:341px;
	float:left;
}

#reseller_area .column-right {
	width:341px;
	padding-left:15px;

}

#reseller_area .input-reseller {
	margin-bottom:7px;
	margin-top:3px;
	padding-left:5px;
	padding-right: 6px;
	height:25px;
	width:330px;
	border:solid 1px #ccc;
	color:#666;
}


#reseller_area .input-reseller-small{
	margin-bottom:7px;
	margin-top:3px;
	padding-left:5px;
	padding-right: 6px;
	height:25px;
	width:155px;
	border:solid 1px #ccc;
	color:#666;
}


#reseller_area .required {
	font-size:14px;
	color:#52566F;
}

#reseller_area .separator-h {
	height:14px;
	width:1px;
}

#reseller_area textarea {
	width:688px;	
	height:100px;
	border:solid 1px #ccc;
	color:#666;
	padding:5px;
	margin-top:3px;
}

#reseller_area .border-left-bt {
    width:6px;
    height:33px;
    margin-left:216px;
    float:left;
    background-image:url(modules/resellers/front/images/border-left-button.png);
    background-repeat:no-repeat;
}

#reseller_area .content-bt {
    border:0px;
    padding:0px;
    background-color:transparent;
    cursor:pointer;
    height:33px;
    width:200px;
    float:left;
    background-image:url(modules/resellers/front/images/bg-button.png);
    background-repeat:repeat-x;
    color: #FFFFFF;
    font-size: 12px;
    text-align:center;
    height: 33px;
    line-height: 33px;
    font-weight:600;
}

#reseller_area .border-right-bt {
    width:6px;
    height:33px;
    float:left;
    background-image:url(modules/resellers/front/images/border-right-button.png);
    background-repeat:no-repeat;
}

#reseller_area .error {
	background-color:#FFDBDB;	
}

#reseller_area .error_message {
	border:solid 2px #8F290E;
	color:#8F290E;
	font-weight:bold;
	text-align:center;
	width:672px;
	padding:15px;
	margin-bottom:15px;
}

#reseller_area .succes_message {
	border:solid 2px #839961;
	color:#839961;
	font-weight:bold;
	text-align:center;
	width:672px;
	padding:15px;
	margin-bottom:15px;
}

#reseller_area .input-text {
    display:none;
}

#reseller_area .blank-field{
	height:37px;
}

/* reset */

* {
	margin:0;
	padding:0;  
}

hr {
    margin-top:7px;
    margin-bottom:7px;
}

a{
	color:#7687C2;
}

.clear {
	clear:both;
}

body {
	background-image:url(content/design/bg_monogramme.jpg);
    font-family: myriad-pro,sans-serif;
}

#logo-link{
	background-image:url(content/design/new-bg-header.png);
	background-repeat:no-repeat;
	float:left;
	height:59px;    
	margin-top:20px;
	padding-left:85px;
	line-height:66px;
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
	color:#5b4d3d;
}

/* info logged overlay */

#logged_overlay {
	position:absolute;
	position:fixed;
	z-index:1000;
	background:#FFF;
	opacity:0.8;
	width:100%;
	height:10px;
	padding:5px 10px 10px 10px;
	border-bottom:1px solid #424242;
	border-top:1px solid #424242;
	top:27px;
}

#logged_logout {
	position:absolute;
	right:30px;
	display:block;
	width:200px;
	text-align:right;
	top:0px;
	padding:5px;
}

/* backgrounds */

#global {
	margin-left:auto;
	margin-right:auto;
	/*width:1252px;*/
	width:1061px;	
	background-image:url(content/design/bg_ombre.png);	

	/*background-color:#fff;*/
	background-repeat:repeat-y;
	background-position:0px 76px;
}

#bg-content{
	width:1252px;
	background-image:url(content/design/bg-content.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

#bg-header {
	/*width:1252px;
	background-image:url(content/design/bg-header.png);
	*/
	width:1021px;	
	background-color: #fff;
	margin-left:20px;

	/*
	background-image:url(content/design/new-bg-header.png);
	background-repeat:no-repeat;
	background-position:37px 20px;	
	*/
}

#content-website {
/*
	margin-left:115px;
	margin-right:115px;
	*/
	width:940px;
	padding-left:43px;
	padding-right:43px;
	min-height:602px;	
}

/*Header du site */
#top{
	height: 192px;
	position: relative;
}


#logo{
	z-index:99;
	position: absolute;
	left:63px;
	top:0;	
	border: 0px;
}

#title-and-search{
	position: absolute;
	right: 46px;
	top:68px;
	width:694px;
}


#title-site{
	font-family: myriad-pro,sans-serif;
	font-size: 20px;
	/*font-weight: bold;*/
	color:#393741;
	text-decoration: none;
}


/* langues */

#lang-area {
	float:right;	
	font-size:12px;
	line-height:28px;
	font-weight:600;
	color:#fff;
	position: absolute;
	right:43px;
}

#lang-area span {
	color:#222222;
	padding-left:7px;
	padding-right:7px;
}

#lang-area a{
	color:#fff;
	text-decoration:none;
	padding-left:7px;
	padding-right:7px;
}

#lang-area a:hover{
	color:#222222;
}

#lang-area-corner-left {
	height:28px;
	width:4px;
	float:left;
	background-image:url(content/design/corner-left-lang.png);
	background-repeat:no-repeat;
}

#lang-area-bg {
	height:27px;
	float:left;
	background-color:#959bb5;
}

#lang-area-corner-right {
	height:28px;
	width:4px;
	float:right;
	background-image:url(content/design/corner-right-lang.png);
	background-repeat:no-repeat;
}


/* menu principal */

#spacer-top-menu{
	height:27px;
	width:1px;
}

#spacer-bottom-menu{
	height:40px;
	width:1px;
}

#menu-corner-left {
	width:5px;
	height:47px;
	float:left;
	background-image:url(content/design/menu-corner-left.png);
	background-repeat:no-repeat;
	z-index:10;
}

#menu-blank-left{
	float: left;
	width:20px;	
	height: 47px;
}

#menu-content {
	height:47px;
	padding-left:266px;
	/*padding-right: 43px;*/
	/*width:812px;*/
	float:left;
	background-image:url(content/design/menu-bg.png);
	background-repeat:repeat-x;
	z-index:10;
}

#menu-corner-right {
	width:5px;
	height:47px;
	float:left;
	background-image:url(content/design/menu-corner-right.png);
	background-repeat:no-repeat;
	z-index:10;
}

#icon-home {
	width:17px;
	height:15px;
	float:left;
	margin-top:13px;
	margin-right:10px;
	background-image:url(content/design/home-icon.png);
	background-repeat:no-repeat;
}

.sub-menu-item {
    min-width: 150px;
}

.sub-menu-item a, .menu-item-alone a, .menu-item a {
	text-decoration:none;
	color:#fff;
}

.sub-menu-item a:hover{
	color:#222222;
}

#menu-items {
	float:left;	
	width: 745px;
	height:46px;
	margin-top:1px;

}

.hover-menu {
	float:left;
	cursor:pointer;
}

.bt-show-submenu {
	float:left;
	height:25px;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	width:8px;
	margin-top:12px;
	background-image:url(content/design/bt-show-submenu.png);
	background-repeat:no-repeat;
	background-position:center;
}

.menu-item .valign {
    height:45px;
    display:table-cell;
    vertical-align:middle;
}

.menu-item a {
    display:block;
}

.rounded-border {
    padding-left:10px;
    padding-right:10px;
    height:45px;
    /*
	padding:10px;
    */
}

.sub-menu {
	position:absolute;
	display:none;
	z-index:1;
}

.sub-menu table{
	border:none;
	border-collapse:collapse;
	width:100%;
}

.sub-menu tr {
	border:none;
}

.sub-menu td {
	border:none;
}

.sub-menu-items {
	padding:5px;
	padding-bottom:0px;
	background-color:#959BB5;
}

.sub-menu-corner-bl {
	height:5px;
	width:5px;
	background-image:url(content/design/sub-menu-corner-bl.png);
	background-repeat:no-repeat;
}

.sub-menu-corner-br {
	height:5px;
	width:5px;
	background-image:url(content/design/sub-menu-corner-br.png);
	background-repeat:no-repeat;
}

.sub-menu-border-bottom {
	background-color:#959BB5;
	height:5px;
	display:block;
}

.hover-menu:hover > .rounded-border {
	background-color:#959BB5;
}

.hover-menu:hover > .sub-menu {
	display:block;
}

.menu-item-alone:hover {
	background-color:#959BB5;
}

.separator-sub-menu {
	font-size:1px;
	height:1px;
	background-color:#8188a7;
	border-top:solid 1px #777fa0;
}

.sub-menu-item {
	height:28px;
	line-height:28px;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
	color:#fff;
}

.sub-menu-item:hover {
	color:#000;
}

.menu-item-alone {
	padding:10px;
	float:left;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	line-height:24px;
	height:24px;
	cursor:pointer;
}

.menu-item {
	float:left;
	height:24px;
	line-height:14px;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	display:inline;
	margin-right:5px;
}

/* searchbox */

#search-box {
	float:right;
	width:160px;
}

#facebook-box{
	float:right;
	margin-left: 20px;
}

#facebook-box img{
	border:0px;
}

#corner-left-sb {
	width:11px;
	height:23px;
	background-image:url(content/design/corner-left-sb.png);
	background-repeat:no-repeat;
	float:left;
}

input#clean-input{
	float:left;
	background-color:transparent;
	line-height:23px;
	height:23px;
	border:none;
	color:#fff;
	font-size:11px;
	font-weight:600;
	width:126px;
}

#bg-sb {
	float:left;
	background-image:url(content/design/bg-sb.png);
	background-repeat:repeat-x;
	height:23px;
	width:138px;
}

input#search-button{
	background-image:url(content/design/search-button.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:transparent;
	cursor:pointer;
	float:left;
	width:12px;
	height:23px;
	border:none;
}

#corner-right-sb {
	width:11px;
	height:23px;
	background-image:url(content/design/corner-right-sb.png);
	background-repeat:no-repeat;
	float:right;
}

/* breadcrumbs */

#main-menu {
	position:relative;
	z-index: 50;
	top:100px;	
}

#breadcrumbs {
	position:relative;
	margin-top:-45px;
	width:702px;
	height:45px;
	/*background-color:#aca59d;*/	
	z-index: 1;
	float: right;
}

#breadcrumbs a {
	float:left;
	height:40px;
	line-height:40px;
	font-size:11px;
	font-weight:600;
	color:#4e5069;
	text-decoration:none;
}

#breadcrumbs a:hover {
	color:#383a4c;
}

#breadcrumbs .separator {
	float:left;
	height:41px;
	width:16px;
	background-image:url(content/design/separator-breadcrumbs.png);
	background-repeat:no-repeat;
	background-position: center center;
}

/* left sub menu */

#spacer-left-sidebar {
	width:200px;
    height:1px;    
}

#left-sub-menu {
	width:200px;
}

#left-sub-menu .sub-items {
	background-color:#959BB5;
	display:none;
}

#left-sub-menu .current .sub-items{
	display:block;
}

#left-sub-menu .sub-items a{
    color:#fff;
}

#left-sub-menu .sub-items a.current{
	color:#52566f;
}

#left-sub-menu .sub-items a:hover{
	color:#52566f;
}

#left-sub-menu .line {
	background-color: #52566f; 
}

#left-sub-menu .line table {
	border:0;
	border-collapse:collapse;
}

#left-sub-menu .line td.title a{
	border-right:solid 1px #3b4054;
	width:131px;
	padding-left:17px;
	padding-top:7px;
	padding-bottom:7px;
	display:block;
	font-size:12px;
	font-weight:600;
	color:#fff;
	text-decoration:none;
}

#left-sub-menu .line td.title a:hover{
	color:#959BB5;
}

#left-sub-menu .line.current td.title a:hover{
	color:#52566F;
}

#left-sub-menu .line td.arrow {
	border-left:solid 1px #777fa0;
	width:33px;
	background-image:url(content/design/arrow-down.png);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
}

#left-sub-menu .line td.arrow:hover {
	background-image:url(content/design/arrow-down-hover.png);
}

#left-sub-menu .line td.arrow-open {
	border-left:solid 1px #777fa0;
	width:33px;
	background-image:url(content/design/arrow-open-down.png);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
}

#left-sub-menu .line td.arrow-open:hover {
	background-image:url(content/design/arrow-open-down-hover.png);
}

#left-sub-menu .separator {
	width:200px;
	height:2px;
	background-image:url(content/design/separator-sub-menu-left.png);
	background-repeat:no-repeat;
}

#left-sub-menu a {
	width:166px;
	padding-left:17px;
	padding-right:17px;
	padding-top:7px;
	padding-bottom:7px;
	display:block;
	font-size:12px;
	font-weight:600;
	color:#fff;
	text-decoration:none;
}

#left-sub-menu .current td.title a {
	color:#52566F;
}

#left-sub-menu .current {
	background-color:#959BB5;
}

#left-sub-menu a:hover{
	color:#959BB5;
}

#left-sub-menu .current a:hover{
	color:#52566F;
}

/* columns */

#column-left {
	float:left;
	width:200px;
}

#column-center {
	float:left;
	width:461px;
	padding-left:38px;
	padding-right:39px;
}

#column-center-colspan2 {
	float:left;
	width:702px;
	padding-left:38px;
}

#column-right {
	float:left;
	width:202px;
}

#bg_footer {
	margin-top:50px;
	background-image:url(modules/newsletter_subscribers/front/images/bg.png);
	background-repeat:both;
	width:1021px;
	margin-left:auto;
	margin-right:auto;
}

#content_footer {
	padding:40px;
}

.column_footer {
	float:left;
	width:200px;
}

.separator_column_footer {
	float:left;
	width:41px;
	height:1px;
}

.title_footer {
	font-size:14px;
	font-weight:bold;
	line-height:35px;
}

.item_footer {
	font-size:11px;
	font-weight:bold;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:8px;
	padding-right:5px;
	background-image:url(content/design/arrow-item-footer.png);
	background-repeat:no-repeat;
	background-position:left center;
}

.info_contact_footer .text{
    line-height: 16px;
}

.item_footer_contact {
	font-size:11px;
	font-weight:bold;
	line-height:27px;
	padding-left:8px;
}

.item_footer_contact span a{
    background-image:url(specific/front/images/contact_us.png);
    background-position:left center;
    background-repeat: no-repeat;
    padding-left:42px;
}

#content_footer .separator{
	height:1px;
	font-size:1px;
	width:auto;
	background-color:#000;
}

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

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

.item_footer_contact {
	font-size:14px;
	font-weight:bold;
}

.item_footer_contact span {
	font-size:22px;
}

.info_contact_footer {
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	line-height:25px;
	padding-left:8px;
	padding-right:8px;
	font-weight:normal;
}

/* random book and shop sidebar */
.bg_side_random_item {
	width:182px;
	height:258px;
	background-image:url(specific/front/images/side_random_item.png);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
}

.bg_side_random_item .title {
	font-size:18px;
	font-weight:bold;
	color:#393741;
	margin-bottom:12px;
}

.bg_side_random_item #bt_left_side_rand_book, .bg_side_random_item #bt_left_side_rand_shop{
	height:115px;
	width:35px;
	float:left;
	background-image:url(specific/front/images/arrow-left.png);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
}

.bg_side_random_item #content_side_rand_book, .bg_side_random_item #content_side_rand_shop{
	height:123px;
	width:112px;
	float:left;
	overflow:hidden;
	margin-bottom:5px;
}

.bg_side_random_item #content_side_rand_book .title, .bg_side_random_item #content_side_rand_shop .title{
	font-size:10px;
	color:#000;
	text-align:center;
	width:112px;
}

.bg_side_random_item #content_side_rand_book img{
	height:91px;
	width:auto;
}

.bg_side_random_item #content_side_rand_shop li {
	height:115px;
	width:112px;
}

.bg_side_random_item #content_side_rand_shop img{
	width:80px;
	margin-left:16px;
}

.bg_side_random_item #bt_right_side_rand_book, .bg_side_random_item #bt_right_side_rand_shop{
	height:115px;
	width:35px;
	float:left;
	background-image:url(specific/front/images/arrow-right.png);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
}

.spacer_side_random {
	height:30px;
	width:1px;
}

.bg_side_random_item .button_corner_left {
	height:42px;
	width:20px;
	background-image:url(specific/front/images/border-left-button.png);	
	background-repeat:no-repeat;
	float:left;
	margin-left:11px;
}

.floatL {
    float:left;
}

.valignBt {
    display:table-cell;
    vertical-align: middle;
	background-image:url(modules/book_categories/front/images/content-button.png);
	background-repeat:repeat-x;
    height:42px;
    width: 130px;
    text-align:center;
}

.bg_side_random_item .button_middle {
	height:42px;
	width:116px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	/*text-shadow: 1px 1px 1px #fff;*/
	text-decoration:none;
	text-align:center;
}

.bg_side_random_item .button_corner_right {
	height:42px;
	width:20px;
	background-image:url(specific/front/images/border-right-button.png);	
	background-repeat:no-repeat;
	float:left;
}

#content_side_rand_shop .loader {
	background-image:url(specific/front/images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center;
	width: 112px;
	height:115px;
}

#ask_question_faq {
    width:201px;
    height:53px;
    line-height:53px;
    background-image:url(specific/front/images/bg_ask_question_faq.png);
    background-repeat:no-repeat;
    margin-top:15px;
    cursor:pointer;
    padding-left:55px;
    font-size:15px;
    color:#FFF;
    font-weight:600;
    display:block;
    text-decoration: none;
}

.madeBy a {
    font-size: 10px;
    font-weight: normal;
    line-height: 25px;
    padding: 5px 8px;
}

/* banner special for iphone app */
#banner_iphone_app {
    height:50px;
    width:100%;
    background-image:url(content/design/splash_iphone/banner_site_bg.png);
    background-repeat:repeat-x; 
    margin-top:11px;   
    display:block;
}

#banner_iphone_app .txt{
    color:#000;
    line-height:50px;
    text-decoration:none;
    float:right;
    font-size:35px;
    margin-right:45px;
    letter-spacing:1px;
}

#banner_iphone_app .icon {
    background-image:url(content/design/splash_iphone/app_icon.png);
    height:36px;
    width:36px;
    margin-top:7px;
    margin-left:11px;
    float:left;
}

#spacer-bottom-banneriphone {
    height:12px;
    width:1px;
}

#banner_ihpone_left_nav {
    margin-top:30px;
    display:block;
}

#overlay_all{
	background: url(content/design/fancybox_overlay.png);
	width:      100%;
	height:     100%; 
	z-index:    100;
	top:        0; 
	left:       0; 
	position:   fixed; 
	display: none;
}

#overlay_content{
	margin: auto;
	width: 688px;
	padding: 15px;
	background-color: #fff;
	position: relative;
	/*top:200px;*/
	border-radius: 5px;
}

#overlay_content .close{
	width: 32px;
	height: 32px;
	background: url(content/design/close.png) no-repeat;
	position: absolute;
	right: -18px;
	top:-14px;
	cursor: pointer;
}

/*		to be used in both front and ckeditor !!	*/

.red {
  color:#383342;
}

#page-content {
    font-size:14px;    
}

#page-content p {
    margin-top:10px;
    margin-bottom:10px;  
}

#page-content h4 {
    font-size:14px;   
    padding-top:10px;
    padding-bottom:10px; 
}

#page-content ul {
    margin-top:10px;
    margin-bottom:10px;
    list-style-type:disc;
}

#page-content ul li{
    margin-left:20px;
}

#page-content ul ul{
    margin-left:10px;        
    list-style-type:circle;
}

#page-content h3 {
    font-size:15px;   
    padding-top:10px;
    padding-bottom:10px;  
}

#page-content table {
    margin-top:10px;
    margin-bottom:10px;
}

#page-content a {
    color:#7687c2;
    text-decoration:none;
}

#page-content a:hover {
    text-decoration:underline;
}

div.buttonSpecial {
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    background-color:#A13214;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 33px;
    text-decoration: none;
    padding:0px 20px;
    display:inline-block;
    background: #a33315;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EzMzMxNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ODI2MGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #a33315 0%, #88260c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a33315), color-stop(100%,#88260c));
    background: -webkit-linear-gradient(top,  #a33315 0%,#88260c 100%);
    background: -o-linear-gradient(top,  #a33315 0%,#88260c 100%);
    background: -ms-linear-gradient(top,  #a33315 0%,#88260c 100%);
    background: linear-gradient(to bottom,  #a33315 0%,#88260c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a33315', endColorstr='#88260c',GradientType=0 );

}

div.buttonSpecial a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 33px;
    text-decoration: none;
}

  