/*Contenu de toutes les pages*/
body,html,.site_body
{
	color: #4b4b4b;
	background-color: #2C2C2C;
	font-size: 14px;
	font-family: arial,verdana,helvetica,sans-serif;
}

/*Contenu normal du site et contenu seulement*/
.site_content, .site_content_only
{
	background-color: #f0f0f0;
}

/*Liens placés dans le bas des pages*/
.site_links, .site_links:link, .site_links:visited
{
	color: #008ac9;
	text-decoration: none;
	font-weight: bold;
}
.site_links:hover, .site_links:active
{
	color: #008ac9;
	text-decoration: underline;
}

/*Liens*/
a:link, a:visited
{
	transition: text-shadow 600ms;
	transition: color 300ms;
	color: #0f856b; /*#c1000b; 006897 db5d00*/
	/*font-weight: normal;*/
	text-decoration: none;
}
a:hover, a:active
{
	color: #000;
	text-shadow: 0px 2px 2px #FFF;
	/*text-shadow: 0px 0px 2px #FFF; f57456*/
	/*text-decoration: underline;*/
}

/*Champs de formulaire*/
input, textarea, select, .formfield, .formfield_error
{
	font-size: 12px;
	font-family: arial,verdana,helvetica,sans-serif;
	padding: 2px 0;
}
.formfield
{
	padding:2px 5px;
	background-color: #fff;
	color: #000;
	border: 1px solid #888888;
	border-radius: 7px;
}
.formfield_error
{
	border-color: #DD0000;
}

/*Boutons*/
.button
{
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #0f856b;
	background-color:#eee;
	padding: 4px 10px;
	border: 1px solid #888888;
	border-radius: 7px;
}
.button:hover
{
	background-color: #fff;
	color: #000000;
}

/*Menus JavaScript*/
.menu_container
{
	border-collapse: collapse;
	margin-top: 5px;
}
.menu, .menu_over
{
	padding: 0 2px;
	border: 0;
}
.menu
{
	cursor:pointer;
	transition: text-shadow 500ms;
	font-family: 'Dosis',arial,verdana,helvetica,sans-serif;
	font-size: 14px;
	white-space: nowrap;
	padding:0 10px;
	font-weight: normal;
	text-shadow: 1px 1px 3px #A8A8A8; /*#A8A8A8*/
	color:#000;
}
.menu_over, .menu.selected
{
	color: #006897;
	text-shadow: 0px 0px 5px #FFF;
}

.submenu, .submenu_over
{
}
.submenu
{
}
.submenu_over, .submenu.selected
{
}

.menu2_container_wrapper
{
	
}
.menu2_container
{
	/*
	position:relative;
	border-spacing: 2px;
	margin: 0px 0 0px 0;
	top:0px;
	*/
	position:relative;
	border-spacing: 0;
	margin: 0px auto 0px auto;
	top:2px;
	width:100%;
}
.menu2
{
	cursor:pointer;
	font-family: 'Dosis',arial,verdana,helvetica,sans-serif;
    transition-duration: 500ms;
    white-space: nowrap;
	
	text-align:center;
	font-size: 24px;
	color:#FFFFFF;
	font-weight:normal;
	padding: 10px 0px 0px 0px;
	border-radius: 0;
	border:none;
	background-color: transparent;
	box-shadow: none;
	text-shadow: 0px 1px 2px RGBA(0,0,0,.3);
	/*
    background-color: #F0F0F0;
    border: 1px solid #888888;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 2px -2px 3px #BBBBBB inset;
    color: #4b4b4b;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 20px;
	*/
	/*
	transition-duration: 1s;
	font-family: 'Dosis',arial,verdana,helvetica,sans-serif;
	font-size: 16px;
	white-space: nowrap;
	font-weight: bold;
	color: #EEE;
	text-shadow: 0px 0px 3px #008ac9;
	padding:5px 20px;
	
	border:1px solid #000;
	border-radius: 6px;
	
	background-color:#F0F0F0;
	box-shadow: inset 1px -2px 3px #000;
	*/
	/*
	font-family: 'Dosis',arial,verdana,helvetica,sans-serif;
	font-size: 16px;
	white-space: nowrap;
	font-weight: normal;
	text-align:center;
	padding:0 5px;
	text-shadow: 1px 1px 3px #A8A8A8;
	color:#000;	
	width: 150px;
	height:36px;
	border:1px solid #888;
	border-width:1px 1px 0 1px;
	background-color:#fff;
	border-radius: 7px 7px 0 0;
	*/
}
.menu2:hover
{
	transition-duration: 300ms;
	
	text-shadow: 0px 10px 1px RGBA(0,0,0,.5);
	padding: 2px 0px 6px 0px;
	/*
	background-color: #FFF;
	color: #000;
	*/
	/*
	text-shadow: 0px 0px 6px #008ac9;
	box-shadow: inset 0px 0px 6px #008ac9;
	*/
}
.under1024 .menu2
{
	font-size:20px;
}
.under800 .menu2
{
	font-size:16px;
}
.under640 .menu2
{
	display:none;
}

/*Titre de page*/
h1, .pagetitle
{
	font-size: 27px;
	color: #008ac9;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing:2px;
	text-shadow: 1px 1px 2px #A8A8A8;
	font-family: 'Dosis',arial,verdana,helvetica,sans-serif;
}
.pagetitle_details
{
	font-size: 19px;
}
/*Titre*/
h2, .sectiontitle
{
	font-size: 23px;
	color: #008ac9;
	font-weight: bold;
	text-shadow: 1px 1px 2px #A8A8A8;
	font-family: 'Dosis',arial,verdana,helvetica,sans-serif;
}
.sectiontitle_details
{
	font-size: 17px;
}
.sectiontitle_details a
{
	text-decoration: underline;
}
/*Sous-titre*/
h3, .subtitle
{
	font-size: 21px;
	color: #008ac9;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: 'Dosis',arial,verdana,helvetica,sans-serif;
}
/*
h3 a:link, h3 a:visited
{
	color: #008ac9;
}
h3 a:hover, h3 a:active
{
	color: #000;
}
*/

.subtitle_details
{
	font-size: 15px;
	line-height: 160%;
}
.subtitle_details a
{
	text-decoration: underline;
}
h4, .bigcontent_title
{
	font-size: 19px;
	color: #008ac9;
	font-weight: bold;
}
.bigcontent
{
	font-size: 17px;
	line-height: 160%;
}
.bigcontent a
{
	text-decoration: underline;
}
h5, .content_title
{
	font-size: 15px;
	/*color: #008ac9;*/
	font-weight: bold;
}
.content
{
	font-size: 15px;
	line-height: 160%;
}
.content a
{
	text-decoration: underline;
}
h6, .smallcontent_title
{
	font-size: 12px;
	color: #008ac9;
	font-weight: bold;
}
.smallcontent
{
	font-size: 12px;
	line-height: 160%;
}
.smallcontent a
{
	text-decoration: underline;
}
.whitecontent_title
{
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.whitecontent
{
	font-size: 15px;
	color: #FFFFFF;
}
.whitecontent:link
{
	color: #FFFFFF;
}
.whitecontent:visited, .whitecontent:active
{
	color: #FFFFFF;
}
.whitecontent:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

/*Styles appliqués autour des boutons retour dans le bas des pages publiques*/
.bt_nav_div
{
	text-align: center;
	padding: 10px;
}

.catchphrase
{
	text-transform: none;
	font-size: 18px;
	text-shadow: none;
	letter-spacing: 0px;
}

/*Tableau*/
.main
{
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}
/*Cellule de titre*/
.title
{
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color:#4b4b4b;
	border: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #F1F3FC;
	padding-top: 1px;
	padding-bottom: 2px;
}
/*Cellule de colonne*/
.column
{
	text-align: center;
	font-size: 8pt;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
	/*color: #015DAB;*/
	color:#008ac9;
	border: 0px;
	border-bottom: 1px solid #bbbbbb;
	/*background-color: #F9F9F9;*/
}

/*Lignes en alternance*/
.row1
{
	background-color: #F8F9FF;
}
.row2
{
	background-color: #F8F9FF;
}
.emptyrow1, .emptyrow2
{
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}
.emptyrow1
{
	border-color: #F8F9FF;
}
.emptyrow2
{
	border-color: #F8F9FF;
}

.row1inactiv, .emptyrow1inactiv
{
	background-color: #DDDDDD;
}
.row2inactiv, .emptyrow2inactiv
{
	background-color: #EEEEEE;
}

/*Listes avec ligne actuelle allumée*/
.listtable
{
	border: 0px;
	border-collapse: collapse; /*collapse, separate*/
	width: 100%;
}
.listcell
{
	margin: 0px;
	padding: 4px 8px 4px 8px;
	border-bottom:1px solid #bbbbbb;
}
.list
{
	background-color: transparent;
}
.listover
{
	background-color: #FFFFDD;
}
.listinactiv
{
	background-color: #DDDDDD;
}
.listinactiv2
{
	background-color: #EEEEEE;
}
.listoverinactiv
{
	background-color: #FFFFDD;
}

.list_green
{
	background-color: #EEFFEE;
}
.list_orange
{
	background-color: #FFF9F2;
}
.list_red
{
	background-color: #FFEEEE;
}

/*Valeur négative ou limitée*/
.negativ
{
	color: #DD0000;
}

.hr
{
	border-top:1px solid #999999;
	width:100%;
	height:0.5em;
}
.hr hr
{
	display:none;
}


/* ############################### CLASSE DU TEMPLATE ########################### */

#th_top_bg1
{
	padding-top: 15px;
	background: url('../themes/home/fr/images/pg/top-blue.jpg') top center repeat-x;
}
#th_top_bg2
{
	background: url('../themes/home/fr/images/pg/top-bck.jpg') bottom center repeat-x;
}
.under1024 #th_top_bg2
{
	background: #dadada none; /* Old browsers */
	background: -moz-linear-gradient(top,  #dadada 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadada), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dadada 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dadada 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dadada 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dadada 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
#th_top_bg3
{
	background: url('../themes/home/fr/images/pg/top-bck-center.jpg') bottom center no-repeat;
}
.under1024 #th_top_bg3
{
	background: none;
}
#th_top
{
	min-height: 105px;
	max-width: 960px;
	margin: 0 auto;
}
#th_catchphrase
{
	padding-right:20px;
	height: 30px;
	max-width: 960px;
	margin: -30px auto 0 auto;
	font-size: 20px;
	font-weight: bold;
	color: #969292;
}
.under1024 #th_catchphrase
{
	margin: -50px auto 0 auto;
	display:none;
}
.under1024 .mod_basket_horizontal
{
	position:absolute;
	top:10px;
	right:10px;
}

#th_menu_bg1
{
	height: 48px;
	background: url('../themes/home/fr/images/pg/menu-bck.jpg') bottom center repeat-x;
}
#th_menu
{
	height: 48px;
	max-width: 960px;
	margin: 0 auto;
}
/*
.under1024 #th_menu
{
	display:none;
}
*/

.table_header
{
	font-size: 12px;
	font-family: 'Dosis',arial,verdana,helvetica,sans-serif;
}

.td_header
{
	height: 106px;
	white-space: nowrap;
}

.div_top_links
{
	overflow: hidden;
	margin: 6px 0px 22px 0px;
	padding-left: 70px;
	height:42px;
}

.div_language
{
	float: left;
	margin-right: 30px;
}
.div_language.en
{
	background: url('../themes/home/en/images/pg/language.png') no-repeat top left;
}
.div_language.fr
{
	background: url('../themes/home/fr/images/pg/language.png') no-repeat top left;
}

.div_account_container
{
	position: absolute;
	right: 350px;
	z-index: 90000;
}

.div_account_info
{
	position: relative;
	display: none;
	background-color: #d3d2d2;
}

.div_account
{
	float: right;
}
.div_account.en
{
	background: url('../themes/home/en/images/pg/account.png') no-repeat top left;
}
.div_account.fr
{
	background: url('../themes/home/fr/images/pg/account.png') no-repeat top left;
}

.td_big_menu
{
	vertical-align: bottom;
	cursor: pointer;
}
#menu_cms.td_big_menu
{
	background: url('../themes/home/fr/images/pg/cms_over.jpg') no-repeat bottom center;
	padding-top: 3px;
}
#menu_solutions.td_big_menu
{
	background: url('../themes/home/fr/images/pg/solutions_web_over.jpg') no-repeat bottom center;
	padding-top: 3px;
}

.div_content_zone
{
	background-color: #f0f0f0;
}

.theme_2
{
	width: 100%;
	padding: 55px 0 0 0;
	background: url('../themes/main/fr/images/pg/pages.jpg') no-repeat top center;
}

.theme_1
{
	
}

.theme_2 .div_content
{
	max-width: 875px;
	margin: 0 auto;
	padding:0 10px;
}
.under1024
{
}

.theme_1 .div_content
{
	max-width: 965px;
	margin: 0 auto;
}

.div_left
{
	width: 500px;
	height: 366px;
	background: url('../themes/home/fr/images/pg/dropdown_1.png') no-repeat top left;
	padding: 10px 27px 0px 20px; /* pour ne pas mettre le contenu sur les shadow */
	display: none;
	position: absolute;
	cursor: default;
}

/* liens en dessous de "nos produits" */
.div_left .products_links a
{
	margin-left: 18px;
	font-size: 13px;
	font-weight: bold;
}
.div_left .products_links div
{
	padding-bottom: 3px;
}

/* les liens avec les flèches */
.div_left .black_link a
{
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

/* table contenant les liens avec les flèches */
.div_left .black_link.margin table
{
	margin-left: 125px;
}

.div_right
{
	width: 232px;
	height: 366px;
	background: url('../themes/home/fr/images/pg/dropdown_2.png') no-repeat top left;
	padding: 10px 12px 0px 22px;
	display: none;
	position: absolute;
	cursor: default;
}
.div_right div, .div_right div a
{
	color: #000;
}

/* le texte bleue ne doit pas avoir de margin */
/*
.div_right div.content_title
{
	margin:0;
}
*/
.div_right .content_title
{
	font-size: 18px;
	margin:0;
	margin-bottom: 0px;
}

.div_footer
{
}
.div_footer a:link, .div_footer a:visited
{
	transition: text-shadow 600ms;
	transition: color 300ms;
	color: #EEE; /*006897 db5d00*/
	/*font-weight: normal;*/
	text-decoration: none;
}
.div_footer a:hover, .div_footer a:active
{
	color: #FFF;
	text-shadow: 0px 0px 2px #AAA;
	/*text-shadow: 0px 0px 2px #FFF; f57456*/
	/*text-decoration: underline;*/
}

.li_title
{
	font-size: 15px;
	padding: 0 0 5px 30px;
	font-weight:bold;
}

.li_text
{
	padding-left: 30px;
}

.li_img {
    padding: 3px 8px 0 24px;
}

/* ---------- classes utilisées dans la gestion ----------- */

/*.gestion_theme_top
{
	background: url('../themes/home/fr/images/pg/ads.jpg') no-repeat top center;
}*/

.gestion_before_footer
{
	background: #f0f0f0 url('../themes/home/fr/images/pg/before_footer_repeat.jpg') repeat-x top left;
}

.gestion_before_footer_middle
{
	background: #f0f0f0 url('../themes/home/fr/images/pg/before_footer.png') no-repeat bottom center;
	height: 122px;
}

.gestion_footer
{
	background: #282828 url('../themes/home/fr/images/pg/footer_repeat.png') repeat-x top left;
	color: #fff;
}

.footer_text
{
	text-align: center;
	margin-top: 44px;
}

.footer_after_links
{
	height: 20px;
}

.gestion_footer_middle
{
	background: url('../themes/home/fr/images/pg/footer.png') no-repeat top center;
	height: 390px;/*444px;*/
}

.gestion_footer_arrow
{
	margin-left: 50px;
}


/* bouton "en savoir plus" des annonces dans le slider */
.gestion_ads_button
{
	position: absolute;
	top: 230px;
	left: 590px;
}
.gestion_ads
{
	background: #f0f0f0 url('../themes/main/fr/images/pg/slider-bg.jpg') repeat-x top left;
	max-height: 274px;
}
.gestion_ads_bottom
{
	background: #f0f0f0 url('../themes/home/fr/images/pg/slider-repeat.jpg') repeat-x bottom left;
	height: 27px;
}
.gestion_ads_left
{
	background: url('../themes/home/fr/images/pg/slider-left.jpg') no-repeat top right;
	height: 301px;
}
.gestion_ads_right
{
	background: url('../themes/home/fr/images/pg/slider-right.jpg') no-repeat top left;
	height: 301px;
}

.evaluation_input_width input, .evaluation_input_width textarea
{
	width: 450px;
}


/* ---------- classes utilisées pour les modules ----------- */

.mod_search
{
	overflow: hidden;
}

.mod_search .search_input
{
	background: url('../themes/home/fr/images/pg/search_left.png') no-repeat top right;
	width: 114px;
	height: 28px;
}

.mod_search #frmsearch_keyword
{
	border-width: 0;
	background: transparent;
	margin: 6px 0 0 13px;
	padding: 0;
	width: 100px;
	line-height: 28px;
}

.mod_search  #btSearch
{
	font-size: 0;
	width: 40px;
	height: 28px;
	padding: 0;
	border-width: 0;
	background: url('../themes/home/fr/images/pg/search_right.png') no-repeat top right;
	/* override le radius des boutons par défaut */
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.mod_search .search_input, .mod_search .search_button
{
	float: left;
}

.mod_cntdomavl
{
	font-size: 14px;
	line-height: 150%;
}

.mod_cntdomavl_frm
{
	height: 21px;
	max-height: 21px;
}
.mod_cntdomavl_frm table
{
	border-collapse: collapse;
	height: 24px;
}
.mod_cntdomavl_frm table td
{
	padding: 0;
	vertical-align: top;
}
.mod_cntdomavl_frm .formfield
{
	border: 0;
	background: url('../themes/home/fr/images/pg/domain_txt.png') no-repeat top left;
	width: 136px;
	height: 24px;
	line-height: 24px; /* IE */
	padding: 0 0 0 42px;
	color: #008ac9;
	font-weight: bold;
}
.mod_cntdomavl_frm .button
{
	width: 37px;
	height: 24px;
	border: 0;
	background: url('../themes/home/fr/images/pg/domain_btn.png') no-repeat top left;
	font-size: 0;
	padding: 0;
	/* override le radius des boutons par défaut */
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
}

/* pour le slider */
.showcase-button-wrapper
{
	background: url('../themes/home/fr/images/pg/after_ads.png') no-repeat bottom center;
	height: 71px;
	text-align: center;
	position: relative;
	margin: 0px;
}

.showcase-button-wrapper span
{
	/*width: 16px;
	height: 15px;
	background: url('../themes/home/fr/images/pg/ads_button.jpg') no-repeat center center;*/
	font-size: 28px;
	cursor: pointer;
	color: #a6a6a3;
	position: relative;
	top: -5px;
}
.showcase-button-wrapper span.active
{
	color: #008ac9;
}


/* ---------- classes utilisées par les gabarits ----------- */

.blog_container_articles
{
	width: 100%;
	margin: 0 auto;
}

.blog_container_articles .lnk_readmore
{
	font-weight: bold;
}
.blog_container_articles .div_readmore
{
	margin-top: 3px;
	text-align: right;
}
.blog_container_articles h3 a, .blog_container_articles h2 a
{
	color: #008AC9;
	/*font-size: 18px;
	font-weight: bold;*/
}
.blog_container_articles h2
{
	font-size: 28px;
}
/*
.blog_container_articles h3 a:hover
{
	text-decoration: none;
}
*/
.blog_container_articles li
{
	padding-bottom: .5em;
}

.blog_latest_articles .gab_item
{
	float:left;
	width:254px;
	padding:0 30px 20px 0;
}
.blog_latest_articles h5
{
	padding:.5em 0 0 0;
}

.blog_list_articles .gab_date
{
	font-weight:normal;
	margin: 5px 0 0 0;
}

.gab_date
{
	margin: 5px 0 15px 0;
	font-size:1em;
	font-weight:bold;
}
.gab_teaser, .gab_details
{
	margin-top: 25px;
	margin-bottom: 25px;
	line-height: 160%;
}
.gab_teaser
{
	font-size:1.3em;
}

.breadcrumb, .breadcrumb a
{
	color: #888;
}

.mod_basket_horizontal
{
	margin: 3px 0 0 0;
	padding:0;
}
.mod_basket_horizontal td
{
	margin: 0;
	padding:0;
	white-space:nowrap;
}
.mod_basket_horizontal a
{
	transition: box-shadow 500ms;
	font-size: 14px;
	font-weight:normal;
	
	display:inline;
	background: url('../themes/home/fr/images/pg/gradient.png') top center repeat-x;
	border-radius: 10px;
	padding: 2px 10px;
	margin: 0;
	box-shadow: 1px 1px 3px #A8A8A8;
	border: 1px solid #B3B2B2;
	
	text-decoration: none;
	color:#000;
	/*color: inherit;*/
	white-space:nowrap;
}
.mod_basket_horizontal a:hover
{
	box-shadow: 0px 0px 4px #008ac9;
}

/*Boîte de contenu*/

/*Boîte 1*/
.box1_main_wrap
{
	padding: 10px;
}
.box1_main
{
	background-color: #CFCFCF;
	border: 1px solid #505050;
	padding: 2px 1px 1px 1px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #505050;
}
.box1_title
{
	background-color: #3C3C3C;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	font-family: 'Dosis',arial,verdana,helvetica,sans-serif;
	border-radius: 3px 3px 0px 0px;
}
.box1_content
{
	background-color: #FFFFFF;
	padding: 5px 10px;
	color: #4B4B4B;
	border-radius: 0px 0px 3px 3px;
}

/*Boîte 2*/
.box2_main_wrap
{
	padding: 10px;
}
.box2_main
{
	background-color: #CFCFCF;
	border: 1px solid #505050;
	padding: 2px 1px 1px 1px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #505050;
}
.box2_title
{
	background-color: #008AC9;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	font-family: 'Dosis',arial,verdana,helvetica,sans-serif;
	border-radius: 3px 3px 0px 0px;
}
.box2_content
{
	background-color: #FFFFFF;
	padding: 5px 10px;
	color: #4B4B4B;
	border-radius: 0px 0px 3px 3px;
}

table.th_content
{
	width:100%;
}
.th_content_left, .th_content_right
{
	vertical-align:top;
}
.th_content_right
{
	padding-left:20px;
}

.sysd_picture
{
	border-radius: 5px;
	border: 1px solid #505050;
	box-shadow: 0px 0px 10px #505050;
}
.blog_picture
{
	border: 2px solid #008ac9;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #505050;
}

.basket_purchases
{
	display:none;
}

.boxfull1_wrap
{
	background-color:#FFF;
	width:100%;
	box-shadow:10px 0 5px rgba(0,0,0,.2);
	border:1px solid #AAAAAA;
	border-width:1px 0 1px 0;
	margin:30px 0;
}
.boxfull1, .boxfull2
{
	max-width:1200px;
	margin:0 auto;
	padding:30px 20px;
}
.boxfull2_wrap
{
}

.menu_mobi
{
	display:none;
}
.under640 .menu_mobi
{
	display:block;
}
.under640 .mod_menu
{
	display:none;
}

.menu_mobi_bt
{
	cursor:pointer;
	transition: text-shadow 500ms;
	font-family: 'Dosis',arial,verdana,helvetica,sans-serif;
	font-size: 24px;
	white-space: nowrap;
	padding:0 10px;
	font-weight: normal;
	text-shadow: 1px 1px 3px #A8A8A8; /*#A8A8A8*/
	color:#000;
}
.menu_mobi_bt:hover
{
	color: #006897;
	text-shadow: 0px 0px 5px #FFF;
}
.menu_mobi_cnt
{
	display:none;
}

.menu_mobi .menu
{
	font-size: 20px;	
	padding:5px 10px;
	border-top:1px solid #DDD;
}
.menu_mobi .menu_container
{
	width:100%;
}

.jssl_thumb_container_current 
{
	background-color:transparent;
}