@charset "utf-8";
/*
@-viewport {
	width:1024px;
}*/

/*====================================================================
                                                                 Reset
*/

/*
Based on: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ol, ul {
	list-style:none;
}
/*blockquote, q {
	quotes: none;
}*/

/* remember to define focus styles! */
:focus {
	outline:0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/*table {
	border-collapse:collapse;
	border-spacing:0;
}*/


/*
Re-assign some "defaults"
*/
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
sub, sup {
	font-size:80%;
}
sub {
	vertical-align:sub;
}
sup {
	vertical-align:super;
	line-height:0;
	font-size:0.84em;
}
small {
	font-size:66%;
}
/* End: Reset */


::selection {
/*	background:#2a94c6;
	color:#fff;
*/
	background:#333;
	color:#fff;

	text-shadow:none;
}


/*====================================================================
                                                                  body
*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#fff;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0 0 1em 0;
	color:#323c45;
	font-family:"Arial Rounded MT Bold",Arial, Helvetica, sans-serif;
}
h1 {
	font-size:26px;
	color:#222;
}
h1 .highlight {
}

h2 {
	font-size:18px;
}
h3 {
	margin-bottom:5px;
}

ul, ol {
	margin-left:1em;
	padding-left:1em;
	margin-bottom:1em;
}

ul {
	list-style-type:disc;
}

ul.ui-bullets {
	list-style-type:none;
	margin-left:20px;
	padding-left:0;
}
ul.ui-bullets li {
	background-image:url(../images/sprite-01.png?v=27);
	background-position:0px -226px;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:5px;
}


ol {
	list-style-type:decimal;
}

li {
	line-height:1.3;
}

p {
	line-height:1.3;
	margin-bottom:1em;
}

p + ul {
	margin-top:-0.5em;
}

hr {
	border-collapse:collapse;
	margin:2em 0;
	border:none;
	border-bottom:1px solid #ccc;
}


a:link, a:visited {
	color:#333;
	text-decoration:none;
}




.client-address h3 {
	color:#333 !important;
}

/*
Start: skin-click
*/
#skin-click { 
	background-attachment:scroll;
	background-color:transparent;
	cursor:pointer;
	height:950px;
	left:0px;
	position:absolute;
	/*position:fixed;*/ /* screws up the footer */
	top:123px;
	width:100%;
	z-index:0;
}
#skin-click a:link, #skin-click a:visited {
	background-color:transparent;
	display:block;
	width:100%;
	height:800px;
	border:none;
	text-decoration:none;
}
#skin-click a:hover, #skin-click a:focus {
	background-color:transparent;
	border:none;
	text-decoration:none;
}
/*
End: skin
*/



#header {
	background-color:#fff;
	z-index:1; /* for skin-click */
}

#masthead {
	width: 1020px;
    padding: 15px 0 10px 0;
    margin: 0 auto;
    height: 76px;
    z-index: 99990;
}

#logo {
	width:200px;
	height:50px;
	float:left;
}

#account-container {
	min-width: 200px;
    margin-top: 8px;
    float: right;
    height: 57px;
}
#account {
	height:37px;
	overflow:visible;
	color:#fff;
	text-align:right;
	padding:10px 0px 10px 12px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin:0px 0 0 0;
}
#account p {
	margin:0 0 5px 0;
	padding:0;
	line-height:1;
}

#account p.welcome {
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

#account p.welcome a {
	color: #a7a7a7;
}

#account p.connect {
	color:#a7a7a7;
	/*background-color:rgba(255,255,255,0.3);*/
	padding:0;
	margin:0;
}

#account a:link, #account a:visited {
	color: #a7a7a7;
    text-decoration: none;
}
#account a:hover, #account a:focus {
	text-decoration:underline;
}

#account p.connect strong a {
	font-weight:bold;
}




#toolbar-wrapper {
	background-color:#f7f3f4;
	z-index:1; /* for skin-click */
}

#toolbar {
    width: 1020px;
    height: 32px;
    padding: 12px 0;
    margin: 0 auto;
}

#toolbar-cart {
	background-color: #222;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    border-radius: 25px;
    height: 21px;
    line-height: 21px;
    min-width: 50px;
    float: right;
    overflow: visible;
    padding: 6px 5px 6px 12px;
    margin: 0 0;
}

#toolbar-cart a:link, #toolbar-cart a:visited {
	color:#fff;
	text-decoration:none;
}
#toolbar-cart a:hover, #toolbar-cart a:focus {
	color:#fff;
	text-decoration:none;
}
#toolbar-cart strong {
	text-transform:uppercase;
}

.cart-summary {
	vertical-align: middle;
    height: 19px;
    color: #000;
    font-size: 12px;
    background-color: #fff;
    vertical-align: middle;
    text-transform: none;
    margin: -6px 0 -5px 3px;
    padding: 2px 7px 3px 7px;
    line-height: 11px;
    display: inline-block;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#toolbar-cart .cart-summary a:link, #toolbar-cart .cart-summary a:visited {
	color:#888;
}

.cart-summary .cart-items {
	margin:0;
	display:inline-block;
	padding:5px 5px;
}

.cart-summary .cart-total {
	margin:0;
}


table.dropdown-cart {
	border-collapse:collapse;
	padding:0;
	margin:0 0 10px 0;
}
table.dropdown-cart tbody td {
	padding:6px 5px;
}
table.dropdown-cart td.cart-item-image {
	text-align:center;
	vertical-align:middle;
}
table.dropdown-cart td.cart-item-image img {
	display:block;
}
table.dropdown-cart td.cart-item-info {
	text-align:left;
	vertical-align:top;
	font-size:12px;
	line-height:1.2;
}
table.dropdown-cart td.cart-item-info a:link, table.dropdown-cart td.cart-item-info a:visited {
	text-decoration:none;
}
table.dropdown-cart td.cart-item-info a:hover, table.dropdown-cart td.cart-item-info a:focus {
	text-decoration:underline;
}
table.dropdown-cart .cart-item-qty {
	color:#999;
}



#wrapper {
	background-color:#333;
	padding-top:12px;
	background-image:url(../images/sprite-01.png?v=27);
	/*background-position:top -1242px left 0px;*/
	background-position:left -1242px;
	background-repeat:repeat-x;
	padding:30px 0 40px 0;
	min-height:900px;
}

#page {
	width:980px;
	clear:both;
	position:relative;
	padding:20px 20px 10px 20px;
	margin:0 auto;
	background-color:#f3f3f3;
	overflow:visible;
	border-top:3px solid #999;
	min-height:860px;
	z-index:1; /* for skin-click */
	border-radius: 0 0 6px 6px;
}
/*#page.precommande {
	border-top:3px solid #ffb400;
}*/
#page.nouveautes {
	/*border-top:3px solid #080;*/
	border-top:3px solid #f4c83e;
}

/*#page.dvd {
	border-color:#2b93c6;
}*/

/*
Start: clearfix for #page (see .cf for more info)
*/
#page:before,
#page:after {
	content:" "; /* 1 */
	display:table; /* 2 */
}
#page:after {
	clear:both;
}
/*
End: clearfix for #page
*/

#content {
	width:980px;
	float:none;
}
#content.tags-home {
	margin-left:300px;
	width:680px;
}
#content.tags-list, #content.text-page, #content.special-page {
	margin-left:300px;
	width:680px;
}

#content.text-page .content-box {
	min-height:600px;
}
#content.text-page hr {
	margin:2em 0 3em 0;
}

/*
#content.video-play {
	
}*/



#content.text-page h2, #content.text-page h3, #content.text-page h4, #content.text-page h5, #content.text-page h6 {
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2b93c8;
}
#content.text-page h2 {
	font-size:18px;
	font-weight:bold;
}
#content.text-page h3 {
	font-size:14px;
	font-weight:bold;
}
#content.text-page h4 {
	font-size:12px;
	font-weight:bold;
}
#content.text-page h5 {
}


#content.text-page section.faq-answers h3 {
	margin-top:20px;
}
#content.text-page section.faq-answers h4.answered-question {
	font-size:14px;
	color:#2b93c8;
}

#content.tags-home h1 {
	margin-bottom:5px;
	color:#000;
}

#content.tags-list h1 .product-type, #content.tags-home h1 .product-type {
	color:#333;
}

#content.product-page {
	width:980px;
}

#content.login {
	width:940px;
	min-height:300px;
}

#content.login p.connect-info {
	font-size:18px;
	color:#666;
}

p.sub-title {
	font-size:18px;
	color:#999;
	margin:-20px 0 20px 0;
}
p.sub-title a:link, p.sub-title a:visited {
	color:#999;
}
p.sub-title a:hover {
	color:#000;
}


#content.user {
	width:730px !important;
	min-height:600px;
	float:left;
	margin-left:30px;
}

#user-sidebar {
	float:left;
	width:250px;
}

#user-sidebar ul {
	list-style-type:none;
	margin:0;
	border-top:1px solid #e8e8e8;
	padding:0;
}

#user-sidebar ul li {
	border-bottom:1px solid #e8e8e8;
	padding:2px 0;
	background-color:#fff;
}
#user-sidebar ul li a {
	color:#696969;
	display:block;
	padding:6px 10px;
}

#user-sidebar ul li a:link, #user-sidebar ul li a:visited {
	text-decoration:none;
}
#user-sidebar ul li a:hover {
	color:#777;
}
#user-sidebar ul li a.current {
	background-color:#333;
	color:#fff;
}




.nb-client-points {
	font-size:20px;
	color:#a63852;
}





#home-sidebar {
	width:280px;
	float:left;
}

.side-box {
	width:288px;
	background-color:#2b93c8;
	color:#fff;
	padding:20px 6px;
	margin:20px 0;
}

.side-box h2 {
	text-transform:uppercase;
	margin:0 0 6px 0;
	color:#fff;
	font-family:"Arial Rounded MT Bold",Arial, Helvetica, sans-serif;
	font-size:25px;
}


#footer {
	clear:both;
	background-color:#fff;
	color:#979797;
	z-index:1; /* for skin-click */
}
#footer-content {
	width:1020px;
	margin:0 auto;
	padding:15px 0px;
	overflow:auto;
}

#footer-content a:link, #footer-content a:visited {
	color:#979797;
	text-decoration:none;
}
#footer-content a:hover, #footer-content a:focus {
	color:#979797;
	text-decoration:underline;
}

#client-line {
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
    overflow: hidden;
}

#crm-buttons {
	float:left;
	width:680px;
}
#crm-buttons ul li {
	display:inline;
}
#crm-buttons a {
	display:block;
	width:119px;
	height:73px;
	padding:40px 0 0 81px;
	float:left;
	background-image:url(../images/sprite-01.png?v=27);
}

#crm-buttons a.satisfait {
	background-position:-88px -500px;
	margin:0 20px 0 0;
}
#crm-buttons a.satisfait:hover, #crm-buttons a.satisfait:focus {
	background-position:-88px -613px;
}

#crm-buttons a.livraison {
	background-position:-288px -500px;
	margin:0 20px 0 0;
}
#crm-buttons a.livraison:hover, #crm-buttons a.livraison:focus {
	background-position:-288px -613px;
}

#crm-buttons a.paiement {
	background-position:-488px -500px;
	margin:0;
}
#crm-buttons a.paiement:hover, #crm-buttons a.paiement:focus {
	background-position:-488px -613px;
}

#crm-buttons a:link, #crm-buttons a:visited {
	color:#999798;
	text-decoration:none;
	font-size:15px;
	line-height:1.1;
}
#crm-buttons a:hover, #crm-buttons a:focus {
	color:#838386;
	text-decoration:none;
	/*background-position:0 -113px;*/
}


.payment-buttons {
	float:left;
	width:322px;
	margin-left:18px;
}

.footer-group {
	float:left;
	width:240px;
	margin-right:20px;
	background-color:#fff;
}


/*====================================================================
                                                              Facebook
*/
.fb-like-box {
	background-color:#fff;
	margin:0 0 0px 0;
	height:68px;
	width:280px;
	padding:0px;
	-moz-box-shadow:0px 0px 15px 0px rgba(180,180,180,0.2);
	-webkit-box-shadow:0px 0px 15px 0px rgba(180,180,180,0.2);
	box-shadow:0px 0px 15px 0px rgba(180,180,180,0.2);
	overflow:hidden;
}
/*.fb-like-box .fb_iframe_widget {
	width:200px!important;
	height:120px;

	border-top:1px dotted #666;
	border-bottom:1px dashed #00f;
}*/

.fb-like-box > span {
	margin:0 -7px -13px -5px!important;
}

.fb-like-box ._1drm._1b90, .fb-like-box  ._1drm._1ds4 {
	border:1px solid #fff;
}

._1dro ._1drp {
    color: #333 !important;
 }


/*.fb-like-box iframe.fbltr {
	border:10px solid #f00!important;
	margin-bottom:60px!important;
}*/


/*====================================================================
                                                           Search form
*/
#search-form {
	padding:0;
	margin:0;
	float:left;
}
#q {
	height: 15px;
    width: 294px;
    display: block;
    float: left;
    border: 1px solid #cccccc;
    color: #000;
    font-size: 14px;
    line-height: 15px;
    vertical-align: middle;
    background-color: #fff;
    padding: 8px 38px 8px 13px;
    margin: 0;
    box-shadow: none;
    border-radius: 20px;
    box-shadow: inset 1px 1px 1px 0px #ddd !important;
}
#q:hover {
	border-color:#a0a0a0;
	box-shadow:inset 1px 1px 2px 0px #ccc;
}
#q:focus {
	border-color:#8a8889;
	box-shadow:inset 1px 1px 2px 0px #aaa;
}

#q:-moz-placeholder {
	color:#808080;
}
#q::-webkit-input-placeholder {
	color:#808080;
}

#search-submit {
    background-color: #fff;
    cursor: pointer;
    padding: 0;
    margin: 3px 0 0 -35px;
    line-height: 25px;
    font-size: 17px;
    display: block;
    float: left;
    text-align: center;
    height: 28px;
    width: 28px;
    border: none;
    border-radius:10px;
}
#search-submit {
	overflow:hidden;
}

#search-submit img {
	display:block;
	float:left;
}

#search-submit:hover {
	border-color:#a0a0a0;
}


/*====================================================================
                                                       Product Suggest
*/
ul.ui-autocomplete {
	background-image:url(../images/sprite-01.png?v=27);
	background-position:top right;
	background-repeat:no-repeat;
	position:absolute;

	font-size:14px;

	padding:20px 0px 0px 0px;
	border:none;

	cursor:default;
	background-color:#fff;

	max-height:480px;
	max-width:311px;
	overflow:auto;

	/*border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
	border:none;

	-moz-box-shadow:0px 3px 7px 2px #aaa;
	-webkit-box-shadow:0px 3px 7px 2px #aaa;
	box-shadow:0px 3px 7px 2px #aaa;

	-moz-box-shadow:0px 3px 7px 2px rgba(96,96,96,0.5);
	-webkit-box-shadow:0px 3px 7px 2px rgba(96,96,96,0.5);
	box-shadow:0px 3px 7px 2px rgba(96,96,96,0.5);

	z-index:99999;
}

.ui-autocomplete .ui-menu-item .ui-state-hover,
.ui-autocomplete .ui-menu-item .ui-state-focus,
.ui-autocomplete .ui-menu-item:hover {
	background-color:#f7f3f2;
	color:#000;
}
.ui-autocomplete .ui-menu-item {
	line-height:1.3;
}
.ui-autocomplete .ui-menu-item a {
	display:block;
	color:#666;
	padding:5px 10px;
}
.ui-autocomplete .ui-menu-item strong {
	font-weight:bold;
	color:#2c92c3;
}
.ui-helper-hidden-accessible {
	display:none;
}
/*
End: Product Suggest
*/


/*====================================================================
                                                              MAIN NAV
*/
#main-nav {
	width:1020px;
	padding:0;
	margin:0 auto;
	height:26px;
	position:relative;
	clear:both;
}

#main-nav li:first-child a.tab-trigger {
	border-radius:5px 0 0 0;
}

#main-nav li:last-child a.tab-trigger {
	border-radius:0 5px 0 0;
}


#main-nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#main-nav li.tab {
	float:left;
	padding-right:1px;
}
#main-nav a.tab-trigger {
	display: block;
    padding: 10px 20px 9px 20px;
    height: 15px;
    font-weight:500 !important;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    border-radius: 0px;
    background-color: #555;
}
#main-nav a.tab-trigger:link, #main-nav a.tab-trigger:visited {
}
#main-nav a.tab-trigger:hover, #main-nav a.tab-trigger:focus {
}

#main-nav .main-nav-tab-active a.tab-trigger:link, #main-nav .main-nav-tab-active a.tab-trigger:visited {
	background-color:#999;
	z-index:999999;
}

#main-nav li.tab a.tab-trigger.shadowed {
	box-shadow:inset 0 -8px 15px -8px rgba(0,0,0,0.5);
}

#main-nav a.tab-trigger.current {
	background-color:#999;
}

#main-nav #em-mm-home a.tab-trigger {
	/* Home tab button has special display */
	padding: 9px 15px 10px 15px;
}
#main-nav #em-mm-home.main-nav-tab-active a.tab-trigger {
}

#main-nav #em-mm-home i {
	font-size: 18px;
}


#main-nav #em-mm-nouveautes a.tab-trigger:link, #main-nav #em-mm-nouveautes a.tab-trigger:visited {
	/*background-color:#080;*/
}

#main-nav #em-mm-noel a.tab-trigger:link, #main-nav #em-mm-noel a.tab-trigger:visited {
	background-color:#f4c83e;
	color:#fff;
}



/*
#main-nav #em-mm-nouveautes.main-nav-tab-active a.tab-trigger:link, #main-nav #em-mm-nouveautes.main-nav-tab-active a.tab-trigger:visited {
	background-color:#080;
}
#main-nav #em-mm-nouveautes a.tab-trigger.current {
	background-color:#080;
}*/
#main-nav #em-mm-precommande a.tab-trigger:link, #main-nav #em-mm-precommande a.tab-trigger:visited {
	background-color:#f4c83e;
	color:#000;
}
#main-nav #em-mm-bluray a.tab-trigger:link, #main-nav #em-mm-bluray a.tab-trigger:visited {
	/*background-color:#0095d5;*/
	/*background-color:#000;*/
}



#main-nav .tab-content {
	z-index:9999;
	display:none;
	position:absolute;
	top:26px;

	background-color:#2b93c8;
	color:#fff;

	min-width:640px;
	width:1000px;
	padding:10px;

	box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.75);
}
#main-nav .tab-content .tab-news {
	width:180px;
	float:left;
	margin-right:13px;
	padding:15px 0 0 0;
}
#main-nav .tab-content .tab-news .preorder {
	background-color:#f4c83e;
	padding:2px 5px;
	color:#000;
}

#main-nav .tab-content .tab-news a:link, #main-nav .tab-content .tab-news a:visited {
	color:#e9f4f9;
	color:rgba(255,255,255,.85);
	text-decoration:none;
}
#main-nav .tab-content .tab-news a:hover {
	color:#fff;
	text-decoration:underline;
}
#main-nav .tab-content .tab-news h3 {
	margin:10px 0 3px 0;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#main-nav .tab-content .tab-news h3:first-child {
	margin-top:0;
}

#main-nav .tab-content .tab-news li {
	margin:0 0 2px 0;
}


#main-nav .tab-content .tab-main {
	background-color:#1d6385;
	padding:12px;
	float:left;
}
#main-nav .tab-content .tab-main .tab-catalogue {
	float:left;
	background-color:#fff;
	background-image:url(../images/sprite-01.png?v=27);
	background-repeat:repeat-x;
	background-position:left 0 bottom -358px;
	color:#555;
	overflow:auto;
	padding:12px;
	width:522px;
	min-height:290px;
}

#main-nav #em-mm-noel .tab-content .tab-main .tab-catalogue {
	background-repeat:repeat-x;
	background-position:bottom center;
}
#main-nav #em-mm-cinema .tab-content .tab-main .tab-catalogue {
	background-repeat:repeat-x;
	background-position:bottom center;
	background-image:none;
	background-color:#fff;
}
#main-nav #em-mm-documentaire .tab-content .tab-main .tab-catalogue {
	background-repeat:repeat-x;
	background-position:bottom center;
	background-image:none;
	background-color:#fff;
}
#main-nav #em-mm-theatre .tab-content .tab-main .tab-catalogue {
	background-repeat:repeat-x;
	background-position:bottom center;
}
#main-nav #em-mm-series .tab-content .tab-main .tab-catalogue {
	background-repeat:repeat-x;
	background-position:bottom center;
}
#main-nav #em-mm-musique .tab-content .tab-main .tab-catalogue {
	background-repeat:repeat-x;
	background-position:bottom center;
}

#main-nav .tab-content .tab-main .tab-catalogue a.group-name {
	text-transform:uppercase;
	font-weight:bold;
	color:#1d6385;
	line-height:1.3;
	margin-bottom:3px;
	display:inline-block;
}

#main-nav .tab-content .tab-main .tab-sales {
	float:left;
	width:220px;
	margin-left:15px;
}

#main-nav .tab-content .tab-main .tab-sales li {
	background-color:#fff;
	margin-bottom:10px;
	position:relative;
	height:98px;
}
#main-nav .tab-content .tab-main .tab-sales li:last-child {
	margin-bottom:0;
}
#main-nav .tab-content .tab-main .tab-sales li .product-image {
	position:absolute;
	top:10px;
	left:5px;
}
#main-nav .tab-content .tab-main .tab-sales li .product-image img {
	display:block;
}
#main-nav .tab-content .tab-main .tab-sales li .product-description {
	position:absolute;
	top:15px;
	left:85px;
	width:130px;
}
#main-nav .tab-content .tab-main .tab-sales li .product-description p {
	line-height:1;
}

#main-nav .tab-content .tab-main .tab-sales li .product-description p.product-name {
	font-weight:bold;
		line-height:1.2;
	margin:0 0 5px 0;
}
#main-nav .tab-content .tab-main .tab-sales li .product-description p.product-type {
	margin:0 0 10px 0;
	font-size:11px;
	color:#666;
}
#main-nav .tab-content .tab-main .tab-sales li .product-description p.product-price {
	margin:0;
	color:#333;
	font-weight:bold;
}


#main-nav .tab-content a:link, #main-nav .tab-content a:visited {
	color:#fff;
	text-decoration:none;
}
#main-nav .tab-content a:hover, #main-nav .tab-content a:focus {
	color:#f00;
	text-decoration:underline;
}

#main-nav .tab-content .tab-main a:link, #main-nav .tab-content .tab-main a:visited {
	color:#555;
}
#main-nav .tab-content .tab-main a:hover {
	color:#2a92c5;
}


#main-nav .tab-content .menu-group {
	padding:0 0 0 0;
	margin:0 0 20px 0;
}

#main-nav .tab-content .menu-group .banner-link {
	display:block;
	height:270px;
	/*background-color:rgba(255,255,0,.5);*/
	text-indent:-9999em;
}
#main-nav .tab-content .menu-group .banner-link:hover {
	/*border:2px dashed #fff;
	border:2px dashed rgba(255,255,255,.5);*/
}

#main-nav .tab-content .menu-group , #main-nav .tab-content .menu-group ul ul {
	margin-bottom:15px;
}
#main-nav .tab-content .menu-column {
	float:left;
	width:160px;
	padding-right:10px;
	border-right:1px solid #e8e8e8;
	margin-right:10px;
}

#main-nav .tab-content .menu-column.last-column {
	padding-right:0;
	border-right:none;
	margin-right:0;
}

#main-nav .tab-content .menu-group h3 {
	font-size:12px;
	font-weight:bold;
	margin:0 0 5px 0;
}
#main-nav .tab-content .menu-group ul {
	list-style-type:none;
	padding:0 0 0 0;
	margin:0 0 5px 0;
}
#main-nav .tab-content .menu-group li {
	line-height:1.2;
	margin-bottom:5px;
}

#main-nav .main-nav-tab-active .tab-content {
	display:block;
}

/* special menus */
#main-nav .noel2012 a.tab-trigger:link, #main-nav .noel2012 a.tab-trigger:visited {
	background-color:#a82c84;
	background-color:#b8091a;

}
#main-nav .noel2012 .tab-content {
	background-color:#a82c84;
	background-color:#b8091a;
}
#main-nav .noel2012 .tab-content .tab-main {
	background-color:#6f0844;
	background-color:#7e0d13;
}
#main-nav .noel2012 .tab-content .tab-main a:hover {
	color:#b8091a;
}
#main-nav .noel2012 .tab-content .tab-main .tab-catalogue a.group-name {
	color:#b8091a;
}

#main-nav .preco a.tab-trigger:link, #main-nav .preco a.tab-trigger:visited {
	background-color:#308c0d;
}
#main-nav .preco .tab-content {
	background-color:#308c0d;
}
#main-nav .preco .tab-content .tab-main {
	background-color:#1d630d;
}
#main-nav .preco .tab-content .tab-main a:hover {
	color:#308c0d;
}
#main-nav .preco .tab-content .tab-main .tab-catalogue a.group-name {
	color:#308c0d;
}

#main-nav .vod .tab-content {
}
/*
End: Main Nav
*/


.content-box {
	background-color:#fff;
	color:#333;
	padding:19px;
	margin:0 0 19px 0;
	-moz-box-shadow::0px 0px 15px 0px rgba(180,180,180,0.2);
	-webkit-box-shadow::0px 0px 15px 0px rgba(180,180,180,0.2);
	box-shadow:0px 0px 15px 0px rgba(180,180,180,0.2);
}
.content-box.omega {
	margin-bottom:10px;
}
.content-box h2 {
	font-family:"Arial Rounded MT Bold",Arial, Helvetica, sans-serif;
}

.breadcrumbs {
	color:#333;
	font-size:14px;
	height:25px;
	margin:-10px 0 0 0;
	padding:0;
	font-weight:bold;
}

.breadcrumbs p {
	line-height:25px;
	vertical-align:middle;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	color:#777;
	text-decoration:none;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
	color:#000;
	text-decoration:underline;
}
.breadcrumbs a.current {
	color:#2b93c8;
}


/*
Start: Generic price box
(Must be defined before other variants)
*/
.price-box {

	background: #333;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    min-width: 100px;
    height: 20px;
    color: #fff;
    border-radius: 20px;
    padding: 4px 4px 3px 0px;
    margin-top: 10px;

}
.price-box strong.price {
	color: #fff;
    font-size: 14px;
    line-height: 19px;
    padding: 0 8px 0 11px;
    font-weight: bold !important;
    vertical-align: middle;
    font-weight: normal;
}
.price-box a.add-to-cart {
	background-color: #fff;
    text-decoration: none;
    color: #fff;
    padding: 3px 8px;
    float: right;
    line-height: 13px;
    display: block;
    height: 13px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    white-space: nowrap;
}

#top-sales .content .first-product .product-details .price-box a.add-to-cart .add-to-cart-text {
	font-size:9px !important;
}

.price-box.preorder {
	background-image:none;
	background-color:#2390c6;

	background-position:-1075px -480px;

}
.price-box.preorder strong.price {
	color:#000;
}

/*
End: Generic price box
*/


/*====================================================================
                                                               Product
*/
.product-column {
	width:260px;
	float:right;
}

.order-block-outer {
	background-color: #333;
    color: #fff;
    padding: 0px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

.order-block {
	background-color:#333;
	color:#fff;
	padding:10px;
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
}

#product-price {
	text-align:center;
	font-size:30px;
	font-weight:bold;
}


#product-price .special-price {
	font-size:30px;
	font-weight:bold;
}



#product-price .normal-price {
	font-size: 15px;
    font-weight: normal;
    color: #bdbdbd;
    display: block;
    margin-top:-15px;
}


.order-block .add-to-cart {
	margin:10px 0 0 0;
}

.order-block a.add-to-cart-button {
	color:#111;
	background-color:#eee;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f6f6), to(#e4e4e3));
	background-image:-moz-linear-gradient(#f5f6f6, #e4e4e3);
	background-image:-o-linear-gradient(#f5f6f6, #e4e4e3);
	background-image:linear-gradient(#f5f6f6, #e4e4e3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f6f6', EndColorStr='#e4e4e3'); /* for IE 6 - 9 */
	-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
	-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
	box-shadow:0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;

	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;

	padding:10px;
	min-height:12px;
	font-size:18px;
	text-decoration:none;
	text-align:center;
	display:block;
}

.order-block a.add-to-cart-button.preorder {
	/*color:#fff;*/
	background-color:#008800;
	/*background-image:linear-gradient(#2ac60e, #008800);*/
	background-image:linear-gradient(#ffd87b, #ffb400);
	box-shadow:0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
/*.order-block a.add-to-cart-button.preorder:link, .order-block a.add-to-cart-button.preorder:visited {
	color:#fff;
}*/

.product-shipping-info {
	border:1px solid #e8e8e8;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;

	margin:20px 0 15px 0;
	width:228px;
	min-height:40px;
	padding:20px 15px;
	position:relative;
}
.product-shipping-info .tooltip-arrow {
	background-image:url(../images/sprite-01.png?v=27);
	background-position:-458px -426px;
	background-repeat:no-repeat;
	position:absolute;
	left:50%;
	margin:-37px 0 0 -18px;
	width:37px;
	height:17px;
}

.product-shipping-info a:link, .product-shipping-info a:visited {
	color:#666;
	text-decoration:none;
}
.product-shipping-info a:hover {
	color:#000;
	text-decoration:underline;
}
.product-shipping-info p {
	text-align:center;
	margin:0;
}
.product-shipping-info p.free-shipping {
	margin:0 0 3px 0;
	line-height:1.5;
}
.product-shipping-info p.free-shipping strong {
	font-family:Arial,Helvetica,sans-serif;
	background-color:#080;
	color:#fff;
	padding:1px 8px 2px 8px;
	border:0px solid #090;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


.special-shipping-info {
	margin:5px 0 0 0;
	font-weight:bold;
	background-color:#c00;
	/*border:1px solid #f00;*/
	padding:5px;
	color:#fff;
	text-align:center;

	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	line-height:1.2;
}


.social-buttons {
	margin:30px 0 0 0;
	padding:15px 20px 10px 20px;
	border:1px solid #dddddd;
	border-radius:6px;
}
.social-buttons h2 {
	font-size: 16px;
    padding: 0;
    margin: 0 0 20px 0;
    color: #777;
}

.social-buttons .social-button {
	margin:0 0 10px 0;
}

h1.product-name {
	margin:0 0 22px 0;
}

/* Product views */
#product-views {
	float:left;
	position:relative;
	width:322px;
}

#product-view-current {
	width:320px;
	height:320px;
	line-height:320px;
	text-align:center;
	border:1px solid #f5f5f5;
	border-bottom:1px solid #e8e8e8;
	margin-bottom:10px;
	position:relative;
}

#product-view-current .product-view-image {
	display:block;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	width:320px;
	height:320px;
}
#product-view-current .product-view-image img {
	display:inline-block;
	text-align:center;
}

#product-view-current a:link, #product-view-current a:visited {
	height:320px;
	width:320px;
	display:block;
	position:absolute;
	top:0;
	left:0;
}
#product-view-current a:hover, #product-view-current a:focus {
}

#product-view-current img {
	vertical-align:middle;
}



#product-views-playlist {
	background-color:#f5f5f5;
	background-color:#fff;

	width:290px;
	height:70px;
	overflow:hidden;
	list-style-type:none;
	padding:0;
	margin:0;
}
#product-views .bx-wrapper {
	margin:0 16px 0 16px;
}
.product-views-playlist-item {
	background-color:#fff;
	text-align:center;
	float:left;
	line-height:70px;
	margin:0;
	width:73px;
}
.product-views-playlist-item div {
	width:70px;
	height:70px;
	/*background-color:rgba(255,0,0,.1);*/
	position:relative;
}
.product-views-playlist-item div img {
	position:absolute;
	vertical-align:middle;
	left:1px;
	top:1px;
}

.product-views-playlist-item.video-thumbnail div img.video-thumbnail-img {
	top:15px;
}
.product-views-playlist-item div a {
	border:1px solid #e8e8e8;
	height:68px;
	width:68px;
	display:block;
	position:absolute;
	top:0;
	left:0;
}
.product-views-playlist-item div a:hover {
	border:1px solid #333;
}
.product-views-playlist-item.current div a {
	border:1px solid #777;
}


/*====================================================================
                               Related Products sliders (product page)
*/
h2.related-products {
	margin:0 0 16px 0;
	text-transform:uppercase;
}
h2.related-products a:link, h2.related-products a:visited {
	color:#303d46;
	text-decoration:none;
}
h2.related-products a:hover {
	text-decoration:underline;
}

.related-products-slider {
	margin:0 0 0 0;
	padding:0;
	width:940px;
	min-height:220px;
	position:relative;
}

.related-products-slider.full {
	min-height:270px; /* -------------------------------------------------------------  Shorter RELATED 285 */
}
.related-products-slider .bx-wrapper {
	margin:0 0;
	height:240px; /* -------------------------------------------------------------  Shorter RELATED 250 */
	background-color:#fff;
}
.related-products-slider.full .bx-wrapper {
	margin:0 30px;
}
.related-products-slider .bx-window {
	background-color:#fff;
	width:940px;
}

.related-products-slider a.bx-prev, .related-products-slider a.bx-next {
	display:block;
	position:absolute;
	top:0px;
	text-indent:-999em;
	height:200px;
	width:48px;
	background-color:transparent;
	background-image:url(../images/product/product-sprite_001.png);
	background-repeat:no-repeat;
}
.related-products-slider a.bx-prev {
	left:-35px;
	background-position:-672px 0;
}
.related-products-slider a.bx-prev:hover {
	background-position:-672px -200px;
}
	
.related-products-slider a.bx-next {
	right:-35px;
	background-position:-720px 0;
}
.related-products-slider a.bx-next:hover {
	background-position:-720px -200px;
}

.related-products-slider .bx-pager {
	height:16px;
	position:absolute;
	right:-30px;
	bottom:0px;
	z-index:999;
	top:257px;
	background-color:transparent;
	padding:0;
}

.related-products-slider .bx-pager a.pager-link {
	text-indent:-999em;
	display:block;
	float:left;
	width:16px;
	height:16px;
	background-color:#3d3d3d;
	background-image:url(../images/product/product-sprite_001.png);
	background-position:-768px 0;
	background-repeat:no-repeat;
}

.related-products-slider a.pager-link.pager-active, .related-products-slider a.pager-link:hover {
	background-color:#2992c9;
	background-position:0 -16px;
}

.related-products-slider ul {
	overflow:hidden;
	width:880px;
	height:235px;
	background-color:#fff;
	margin:0;
	padding:0;
	position:relative;
}

.related-products-slider ul li a:link, .related-products-slider ul li a:visited {
	color:#000;
	text-decoration:none;
}
.related-products-slider ul li a:hover {
	text-decoration:underline;
}

.related-products-slider ul li.slide {
	width:166px;
	background-color:#fff;
	margin:0;
	padding:0 0 0 10px;
	height:235px;
}

.related-products-slider ul li .pic {
	text-align:left;
	margin-bottom:5px;
}
.related-products-slider ul li .pic img {
	display:block;
}

.related-products-slider ul li .product-name {
	height:65px;
	background-color:#fff;
}
.related-products-slider ul li .prod-title {
	text-align:left;
	font-weight:bold;
	line-height:1.2;
}
.related-products-slider ul li .prod-director {
	text-align:left;
	line-height:1.2;
}
.related-products-slider ul li .prod-type {
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#999;
}
.related-products-slider ul li .price-box {
	width:160px;
	border-top:0px solid #0f0;
	margin:0;
}
.related-products-slider ul li .price-box .price {
	font-size:11px;
	font-weight:bold;
	padding-left:5px;
	text-align:center;
}
/*.related-products-slider ul li .prod-price {
	text-align:left;
	font-weight:bold;
	background-color:#e8e8e8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:2px 8px;
	width:100%;
	height:16px;
}*/

.related-products-slider .related-products-link {
	position:absolute;
	width:940px;
	top:240px;
	left:0;
	font-size:18px;
	text-align:left;
	height:31px;
	background-color:#fff;
	line-height:26px;
	padding:10px 0 0 0;
	border:none;
}

.related-products-slider .related-products-link.more-box {
	background-color:#fff;
	border:none;
	border-top:1px solid #d0d0d0;
}
/* End: Related Products sliders (product page) */


/*====================================================================
                    Small Products sliders (Also bought, recent items)
*/
h2.small-products {
	margin:0 0 15px 0;
	text-transform:uppercase;
	font-size:14px;
}
h2.small-products a:link, h2.small-products a:visited {
	color:#303d46;
	text-decoration:none;
}
h2.small-products a:hover {
	text-decoration:underline;
}

.small-products-slider {
	background-color:#fff;
	margin:0 0 0 0;
	padding:0;
	width:940px;
	min-height:180px;
	position:relative;
}

.small-products-slider.full {
	min-height:245px;
}

.small-products-slider .bx-wrapper {
	margin:0 0px;
	height:200px;
	background-color:#fff;
}

.bx-wrapper {

	min-width:145px !important;	
}

.small-products-slider.full .bx-wrapper {
	height:210px;
	margin:0 30px;
}

.small-products-slider .bx-window {
	background-color:#fff;
	width:940px;
}

.small-products-slider a.bx-prev, .small-products-slider a.bx-next {
	display:block;
	position:absolute;
	top:0px;
	text-indent:-999em;
	height:200px;
	width:48px;
	background-color:transparent;
	background-image:url(../images/product/product-sprite_001.png);
	background-repeat:no-repeat;
}
/*
.related-products-slider a.bx-prev {
	left:-35px;
	background-position:-672px 0;
}
.related-products-slider a.bx-prev:hover {
	background-position:-672px -200px;
}
	
.related-products-slider a.bx-next {
	right:-35px;
	background-position:-720px 0;
}
.related-products-slider a.bx-next:hover {
	background-position:-720px -200px;
}
*/

/*.small-products-slider a.bx-next:hover, .small-products-slider a.bx-prev:hover {
	background-position:0 -200px;
}*/
.small-products-slider a.bx-prev {
	left:-35px;
	background-position:-672px 0;
}
.small-products-slider a.bx-prev:hover {
	background-position:-672px -200px;
}
.small-products-slider a.bx-next {
	right:-35px;
	background-position:-720px 0;
}
.small-products-slider a.bx-next:hover {
	background-position:-720px -200px;
}


.small-products-slider .bx-pager {
	height:16px;
	position:absolute;
	right:-30px;
	bottom:0px;
	z-index:999;
	bottom:-25px;
	background-color:transparent;
	padding:0;
}

.small-products-slider .bx-pager a.pager-link {
	text-indent:-999em;
	display:block;
	float:left;
	width:16px;
	height:16px;
	background-color:#3d3d3d;
	background-image:url(../images/product/product-sprite_001.png);
	background-position:-768px 0;
	background-repeat:no-repeat;
}

.small-products-slider a.pager-link.pager-active, .small-products-slider a.pager-link:hover {
	background-color:#2992c9;
	background-position:-768px -16px;
}

.small-products-slider ul {
	overflow:hidden;
	width:880px;

	height:200px;
	background-color:#fff;
	margin:0;
	padding:0;
	position:relative;
}

.small-products-slider ul li a:link, .small-products-slider ul li a:visited {
	color:#000;
	text-decoration:none;
}
.small-products-slider ul li a:hover {
	text-decoration:underline;
}

.small-products-slider ul li.slide {
	width:116px;
	background-color:#fff;
	margin:0;
	padding:0 0 0 10px;
	height:200px;
}

.small-products-slider ul li .pic {
	text-align:left;
	margin-bottom:5px;
}
.small-products-slider ul li .pic img {
	display:block;
}

.small-products-slider ul li .product-name {
	height:65px;
	font-size:11px;
	background-color:#fff;
}
.small-products-slider ul li .prod-title {
	text-align:left;
	font-weight:bold;
	line-height:1.2;
}
.small-products-slider ul li .prod-director {
	text-align:left;
	line-height:1.2;
}
.small-products-slider ul li .prod-type {
	text-align:left;
	font-size:12px;
	font-weight:normal;
	color:#999;
}
.small-products-slider ul li .price-box {
	width:105px;
	border-top:0px solid #0f0;
	margin:0;
}
.small-products-slider ul li .price-box .price {
	font-size:11px;
	font-weight:bold;
	padding-left:5px;
	text-align:center;
}
/*.small-products-slider ul li .prod-price {
	text-align:left;
	font-weight:bold;
	background-color:#e8e8e8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:2px 8px;
	width:100%;
	height:16px;
}*/

.small-products-slider .small-products-link {
	position:absolute;
	width:940px;
	top:260px;
	left:0;
	font-size:18px;
	text-align:left;
	height:31px;
	background-color:#fff;
	line-height:26px;
	padding:10px 0 0 0;
	border:none;
}

.small-products-slider .small-products-link.more-box {
	background-color:#fff;
	border:none;
	border-top:1px solid #d0d0d0;
}
/* End: Small Products sliders */



/*
Start: new responsive BxSlider 4.1
*/
.bxsr-container {
	margin:0px 0;
	max-height:350px;
	overflow:hidden;
	text-align:left;

	/*background-color:rgba(0,255,0,.5);*/
}
.bxsr-container h2 {
	padding: 0 0 3px 0;
    margin: 0 0 15px 0;
    font-size: 20px;
}
.bxsr-container.faded h2 {
	color:#666;
}

.bxsr-container h2 .highlight {
	color:#333;
}
.bxsr-container h2 a:link, .bxsr-container h2 a:visited {
	color:#333;
	text-decoration:none;
}
.bxsr-container h2 a:hover {
	text-decoration:underline;
}

ul.bxsr-carousel {
	list-style-type:none;
}
ul.bxsr-carousel li {
	list-style-type:none;
	float:left;
}

ul.bxsr-carousel li a:link, ul.bxsr-carousel li a:visited {
	color:#000;
	text-decoration:none;
}
.bxsr-container.faded ul.bxsr-carousel li a:link, .bxsr-container.faded ul.bxsr-carousel li a:visited {
	color:#666;
}
ul.bxsr-carousel li a:hover {
	text-decoration:underline;
}

ul.bxsr-carousel li.slide {
	background-color:transparent;
	margin:0;
	padding:0;
	height:255px;
}
ul.bxsr-carousel.small li.slide {
	background-color:transparent;
	margin:0;
	padding:0;
	height:215px;
	text-align: center;
}
.bxsr-container.small.faded ul.bxsr-carousel.small li.slide {
	height:185px;
	/*background-color:rgba(255,0,0,0.5);*/
}

ul.bxsr-carousel li .pic {
	text-align:center;
	margin-bottom:4px;
}
ul.bxsr-carousel li .pic img {
}

.bx-wrapper img {
	display:inline-block !important;
}

ul.bxsr-carousel li .product-name {
	height:60px;
	background-color:transparent;
}
ul.bxsr-carousel li .prod-title {
	text-align:center;
	line-height:1;
	color: #606e76;
    font-weight: 600;
    font-size: 13px;
    display: block;
}
ul.bxsr-carousel li .prod-title a {
	color: #606e76;
}

ul.bxsr-carousel li .prod-director {
	text-align:center;
	color: #808e96;
    font-size: 10px;
    margin-top: 0px;
    font-weight: 100;
}
ul.bxsr-carousel li .prod-type {
	text-align:center;
	color: #389acb;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;

}
ul.bxsr-carousel li .price-box {
	min-width: 75px;
    border-top: 0px solid #0f0;
    margin: 0;
    display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #777 !important;
}

.bx-wrapper .bx-viewport {
}

ul.bxsr-carousel.small li .price-box {
	max-width: 110px;
    display: inline-block;
}

ul.bxsr-carousel li .price-box .price {
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	text-align:center;
}

.more-box.bxsr {
	margin-top:-22px;
	padding-top:0;
	border:none;
}
/*
End: new responsive BxSlider 4.1
*/

.bx-clone {
	display:none !important;
}




.product-summary {
	margin-left:340px;
	width:320px;
	padding:0;
	background-color:#fff;
	font-size:12px;
	max-height:400px;
	overflow:auto;
}
.product-summary p.product-casting {
	margin-bottom:.5em;
	color:#666;
}
.product-summary p.product-directors {
	margin-top:0;
	margin-bottom:.1em;
	color:#666;
}

.product-summary .product-description p, .product-summary .product-description ul, .product-summary .product-description ol {
	font-size:12px;
	color:#444;
	line-height:1.4;
	margin-bottom:.5em;
}
.product-summary .product-description p strong {
	color:#000;
}

.product-summary .product-description h2, .product-summary .product-description h3, .product-summary .product-description h4, .product-summary .product-description h5, .product-summary .product-description h6 {
	font-family:Arial, Helvetica, sans-serif;
}
.product-summary .product-description h3 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
}
.product-summary .product-description h4 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
.product-summary .product-description ul {
	margin-left:15px;
	list-style-type:disc;
	margin-top:.5em;
}
.product-summary .product-description p.signature {
	text-align:right;
	margin-top:-0.5em;
	margin-bottom:1em;
}
.product-summary .product-description p:last-child, .product-summary .product-description ul:last-child, .product-summary .product-description ol:last-child {
	margin-bottom:0;
}


/* Start: .product-block */
.product-blocks {
	background-color:#99FFCC;
	background-color:#fff;

	overflow:auto;
	padding-top:20px;
	clear:both;
	width:940px;
}
.product-blocks h2, .product-blocks h3, .product-blocks h4, .product-blocks h5, .product-blocks h6 {
	font-family:Arial, Helvetica, sans-serif;
}

.product-block {
	background-color:#fff;
	width:660px;
	float:left;
	/*margin-bottom:20px;*/
	min-height:240px;
}

.product-block h2 {
	font-size:18px;
	color:#000;
	background-color:#e8e8e8;
	margin:-20px;
	padding:12px 12px;
}

#product-infos {
	background-color:#9f0;
	background-color:#fff;
}
#product-infos h2 {
	background:none;
    padding: 0;
    font-size: 18px;
    margin: 10px 0 5px 0;
    color: #333;
}
#product-infos h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
#product-infos h4 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
}

#product-infos section.tab {
	min-height:200px;
	max-height:500px;
	padding:20px;
	overflow:auto;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
}

#product-infos section.tab img.image-right {
	float:right;
}
#product-infos section.tab img.image-left {
	float:left;
}


ul.tabs-controls {
	list-style-type:none;
	margin:20px 0 0 0;
	padding:0px 20px 0 20px;
	height:44px;
	background-color:#e8e8e8;
	border-bottom:1px solid #ddd;
}

ul.tabs-controls li {
}

ul.tabs-controls li a {
	display:block;
	float:left;
	font-size:14px;
	height:36px;
	line-height:36px;
	background-color:#f5f5f5;
	background-color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom:1px solid #ddd;
	padding:0 15px;
	margin-right:10px;
	margin-top:8px;

	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;

}
ul.tabs-controls li a:link, ul.tabs-controls li a:visited {
	color:#333;
}
ul.tabs-controls li a:hover, ul.tabs-controls li a:focus {
	color:#777;
}
ul.tabs-controls li.active a {
	background-color: #fff;
    font-weight: bold;
    color: #333;
    border: 1px solid #d5d5d5;
    border-bottom: 1px solid #fff;
    height: 39px;
    line-height: 39px;
    margin-top: 4px;
}


.product-specs {
	width:234px;
	background-color:#efefff;
	background-color:#fff;
	float:right;
	padding:12px 12px 28px 12px;
	border:1px solid #e8e8e8;
	margin-left:20px;
	color:#444;
}
.product-specs h2 {
	color:#333;
	font-size:18px;
	line-height:1;
	font-weight:normal;
	background-color:#e8e8e8;
	margin:-12px -12px 10px -12px;
	padding:11px 12px 14px 12px;
}
.product-specs h3 {
	color:#444;
	font-size:12px;
	font-weight:bold;
	padding:6px 0 0 0;
	border-top:2px dotted #dfdfdf;
	margin:12px 0 5px 0;
}
.product-specs h3.top {
	padding:0;
	border:none;
	margin-top:0;
}
.product-specs ul {
	margin-left:12px;
	list-style-type:disc;
}

table.product-tech-specs {
	width:100%;
}
table.product-tech-specs td, table.product-tech-specs th {
	padding:10px 25px 15px 0px;
	border-bottom:1px solid #efefef;
}
table.product-tech-specs th {
	text-align:left;
}
/* End: .product-block */



/*
End: Product
*/


/*====================================================================
                                                            CART TABLE
*/
.free-product, .free-shipping {
	font-family:Arial, Helvetica, sans-serif;
	color:#080;
	font-weight:bold;
}

.order-process-steps {
	background-color:#f5f5f5;
	padding:5px;
	margin:0 0 20px 0;
	text-align:center;
}
.order-process-steps ul {
	list-style-type:none;
	margin:0 0;
	padding:0;
	
}
.order-process-steps ul li {
	background-color:#fff;
	display:inline-block;
	padding:10px 20px;
	border:1px solid #ccc;
	margin:0 10px 0 0;
	color:#aaa;
}

.order-process-steps ul li .step-num {
	background-color:#aaa;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	line-height:25px;
	display:inline-block;
	width:9px;
	height:25px;
	vertical-align:middle;

	padding:0 8px;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	margin:0 6px 0 0;
}
.order-process-steps ul li.current-step .step-num {
	background-color:#333;
}

.order-process-steps ul li.current-step {
	font-weight:bold;
	border:1px solid #333;
	color:#333;
}


p.message-delai-livraison-noel {
	border:2px solid #c00;
	padding:7px 5px;
	text-align:center;
	background-color:#fff0f0;
	margin:20px 0;
}

.newly-added {
	padding:15px 20px;
	border:3px solid #2b93c6;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	overflow:auto;
	margin:0 auto 20px auto;
}
.newly-added p.intro-line {
	color:#fff;
	background-color:#2b93c6;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:5px;
	margin-bottom:10px;
}


.newly-added .newly-added-product .product-image {
	float:left;
	margin-right:20px;
	width:160px;
}
.newly-added .newly-added-product .product-details {
	float:left;
	width:400px;
	padding:20px 0 0 0;
}
.newly-added .newly-added-product .product-details p {
	margin:0 0 5px 0;
}

.newly-added-container.offer {
	float:left;
	width:660px;
	margin-right:20px;
}







/* DRM test */
table.drm-test {
	background-color:#fff;
	width:100%;
	border:none;
	border-collapse:collapse;
	margin:0 0 20px 0;
}
table.drm-test thead th {
	background-color:#e8e8e8;
	text-align:center;
	font-size:13px;
	font-weight:normal;
	color:#444;
	padding:15px;
}
table.drm-test tr {
}
table.drm-test tr.passed, table.drm-test tr.passed td, table.drm-test tr.passed th {
	background-color:#1dec26;
	color:#231f20;
}
table.drm-test tr.failed, table.drm-test tr.failed td, table.drm-test tr.failed th {
	background-color:#ec1d26;
	color:#231f20;
}
table.drm-test th, table.drm-test td {
	border:none;
	border-bottom:1px solid #fff;
}
table.drm-test tbody td {
	border-bottom:1px solid #efefef;
	padding:5px 10px;
}
table.drm-test td {
	height:50px;
	text-align:center;
}
table.drm-test .drm-test-type {
	width:32%;
}
table.drm-test .drm-test-required {
	width:26%;
}
table.drm-test .drm-test-state {
	width:30%;
}
table.drm-test .drm-test-result {
	width:12%;
	vertical-align:middle;
}
table.drm-test td.result {
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
/*
End: DRM
*/










table.cart {
	border-collapse:collapse;
	margin:0 0 20px 0;
	width:100%;	
}
table.cart thead th {
	background-color:#e8e8e8;
	text-align:center;
	font-size:13px;
	font-weight:normal;
	color:#444;
	padding:15px;
}
table.cart tbody td {
	border-bottom:1px solid #ccc;
}
table.cart tbody tr.product-line td.action {
	text-align:center;
}
table.cart tbody tr.product-line td.action a:link, table.cart tbody tr.product-line td.action a:visited {
	color:#666;
}
table.cart tbody tr.product-line .normal-price {
	color:#999;
	text-decoration:line-through;
}
table.cart tbody tr.product-line .product-name p {
	margin:.5em 0 0 0;
}
table.cart tbody tr.product-line .product-name a:link, table.cart tbody tr.product-line .product-name a:visited {
	color:#666;
}
table.cart tbody tr.product-line.odd {
	background-color:#d5e9f4;
	background-color:#eef7fb;
}
table.cart tbody tr.product-line.even {
	background-color:#dfeff7;
	background-color:#eef7fb;
}
table.cart tbody tr.product-line.forbidden {
	background-color:#fdd;
}

table.cart tbody tr.product-line td {
	vertical-align:middle;
	padding:10px;
}
table.cart tbody td.item-total, table.cart tbody td.item-qty,  table.cart tbody td.item-unit-price {
	text-align:center;
}
table.cart .line-product-qty {
}
table.cart tfoot td {
	background-color:#fff;
	text-align:center;
	font-size:13px;
	font-weight:normal;
	color:#444;
	padding:20px;
}
table.cart tfoot tr.sub-total td {
	padding:10px 20px;
	border-top:3px double #2b93c8;
}
table.cart tfoot tr.sub-total td.money {
	font-size:16px;
}
table.cart tfoot td.sub-total-label {
	text-align:right;
	text-transform:uppercase;
	font-weight:normal;
	font-size:16px;
}
table.cart tfoot tr.shipping-costs td {
	padding:10px 20px;
}
table.cart tfoot tr.shipping-costs td.shipping-costs-label {
	text-align:right;
}
table.cart tfoot tr.total td {
	background-color:#f6f6f6;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	color:#000;
	padding:20px;
}
table.cart tfoot tr.total td.label-total-ttc {
	text-align:right;
	text-transform:uppercase;
}



/*
Start: new cart
*/

table.em-cart {
	border-collapse:collapse;
	margin:0 0 20px 0;
	width:100%;
}
table.em-cart thead th {
	/*background-color:#e8e8e8;*/
	text-align:center;
	font-size:13px;
	font-weight:normal;
	color:#666;
	padding:10px;
	border-bottom:1px solid #eee;
}
table.em-cart tbody td {
	border-bottom:1px solid #eee;
}

table.em-cart tbody {
	border-bottom:1px solid #eee;
}

table.em-cart tbody a.remove-item:link, table.em-cart tbody a.remove-item:visited {
	color:#999;
	text-decoration:none;
	font-size:11px;
}
table.em-cart tbody a.remove-item:hover, table.em-cart tbody a.remove-item:focus {
	color:#000;
	text-decoration:underline;
}
table.em-cart tbody tr.product-line.odd {
	background-color:#d5e9f4;
	background-color:#eef7fb;
	background-color:#fff;
}
table.em-cart tbody tr.product-line.even {
	background-color:#dfeff7;
	background-color:#eef7fb;
	background-color:#fff;
}
table.em-cart tbody tr.product-line.forbidden {
	background-color:#fdd;
}

table.em-cart tbody tr.product-line td {
	vertical-align:middle;
	padding:10px;
}
table.em-cart tbody td.item-total, table.em-cart tbody td.item-qty,  table.em-cart tbody td.item-unit-price {
	text-align:center;
}
table.em-cart tbody td.item-qty input {
	font-weight:bold;
	text-align:center;
}
table.em-cart tfoot td {
	background-color:#fff;
	text-align:center;
	font-size:13px;
	font-weight:normal;
	color:#444;
	padding:20px;
}
table.em-cart tfoot td.line-label {
	color:#666;
}
table.em-cart tfoot tr.sub-total td {
	border-top:3px double #2b93c8;
}
table.em-cart tfoot tr.shipping-cost td {
	background-color:#f6f6f6;
}

table.em-cart tfoot tr.total td {
	background-color:#f6f6f6;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	padding:20px;
	border-top:1px solid #ccc;
}

table.em-cart p.product-name {
	margin:0 0 3px 0;
}
table.em-cart p.product-type {
	margin:0 0 0 0;
	color:#999;
}

p.cart-strike-out-price {
	margin-top:0;
	margin-bottom:5px;
	text-decoration:line-through;
	color:#999;
	font-size:14px;
}



p.cart-discount-offer-description {
	font-weight:bold;
	margin:10px 0 0 0;
}
p.cart-discount-offer-description strong {
	/*background-color:#e60;
	color:#fff;
	padding:2px;*/

	color:#e60;
	font-weight:normal;
}

.cart-already-present-item-warning {
	background-color:#ffe;
	padding:10px;
	border:1px solid #ccc;
	border-radius:2px;
	margin:-10px 0 20px 0;
}
.cart-already-present-item-warning p {
	margin:0;
	color:#000;
	font-size:12px;
}



.cart-main {
	width:620px;
	margin-right:20px;
	float:left;
}
.cart-column {
	width:268px;
	margin:0;
	float:left;
	padding:15px;
	border:1px solid #ccc;
	background-color:#f5f5f5;
	border-radius:5px;
}




.cart-added-product {
	/*background-color:rgba(255,128,0,0.5);*/
	display:table;
	margin-bottom:10px;
}
.cart-added-product .product-image {
	/*background-color:rgba(0,128,255,0.5);*/
	display:table-cell;
	width:120px;
	padding-right:20px;
	margin:0;
}
.cart-added-product .product-image img {
	display:block;
}
.cart-added-product .product-description {
	/*background-color:rgba(128,255,0,0.5);*/
	display:table-cell;
	margin:0;
	width:100%;
	vertical-align:top;
}

.cart-added-product p.product-name {
	margin:0 0 5px 0;
}
.cart-added-product p.product-type {
	margin:0 0 10px 0;
	color:#999;
}
.cart-added-product p.product-price del {
	color:#999;
	font-size:15px;
	padding-right:10px;
}
.cart-added-product p.product-price strong {
	font-size:16px;
}

.cart-offer-image {
	margin:0;
}
.cart-offer-image img {
	display:block;
}



/*
End: new cart
*/


table.themed {
	border-collapse:collapse;
	margin:0 0 20px 0;
	width:100%;	
}
table.themed thead th {
	background-color:#e8e8e8;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:#444;
	padding:10px;
}
table.themed tbody td {
	border-bottom:1px solid #efefef;
	padding:5px 10px;
}



.adresses-commande {
	overflow:auto;
	padding-bottom:10px;
}

.adresses-commande h2 {
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px 0;
}
.adresse-livraison {
	float:left;
	width:438px;
	border:1px solid #efefef;
	padding:10px;
	margin-right:20px;
}
.adresse-facturation {
	float:left;

	border:1px solid #efefef;	width:438px;
	padding:10px;
}

form.code-promo-form {
	padding:10px;
	margin:0 0 20px 0;
	background-color:#cae4f1;
	background-color:#f1f1ca;
}

form.code-promo-form .form-field {
	text-align:right;
}

p.order-update-qty {
	text-align:right;
}
p.order-update-qty a:link, p.order-update-qty a:visited {
	color:#666;
}























































#cgv-checkbox {
	text-align:right;
}


p.cart-instit-warning {
	margin-top:2em;
	color:#999;
}
p.cart-instit-warning a:link, p.cart-instit-warning a:visited {
	color:inherit;
}


.cart-links {
	width:100%;
	margin:2em 0;
	overflow:visible;
}

.cart-link-browse, .cart-link-order {
	width:50%;
	float:left;
	text-align:left;
	position:relative;
}
.cart-link-order {

}

#submitorder, #gocart {
	position:absolute;
	right:0;
}
/*
End: Cart table
*/


/*====================================================================
                                                              HOMEPAGE
*/

/*
Start: Home News Slider - #home-news-slider
*/
#home-news-slider-toolbar {
	min-height:35px;
	margin-bottom:10px;
}
#home-news-slider-toolbar .slide-title {
	float: left;
    color: #777;
    font-weight: 400;
    font-size: 19px;
    width: 527px;
    /* padding-left: 13px; */
    line-height: 44px;
}

#home-news-slider-toolbar .controls {
	float:right;
	background-color:#fff;
	padding-left:5px;
}
#home-news-slider-toolbar a {
	display: block;
    width: 16px;
    text-align: right;
    height: 30px;
    padding: 3px 10px;
    font-size: 32px;
    float: left;
    margin-right: -8px;
    color: #777;
}

#home-news-slider {
	width:640px;
	height:415px;
	overflow:hidden;
}
#home-news-slider.no-more-link {
	min-height:405px;
}

#home-news-slider .slide-product-images {
	height:255px;
	overflow:hidden;
}
#home-news-slider .slide-product-images .product-cover {
	margin-right:6px;
	float:left;
	width:181px;
	height:255px;
}
#home-news-slider .slide-product-images .product-cover img {
}
#home-news-slider .slide-product-images .product-video {
	float:left;
	min-width:453px;
	min-height:255px;
	background-position:50% 50%;
}
#home-news-slider .slide-product-images .product-video img.loading {
	margin:93px 0 0 192px;
	padding:10px;
	background-color:#000;
	opacity:.66;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#home-news-slider .slide-product-images .product-video.super-player-container {
	width:640px;
	height:360px;

	position:absolute;
	top:0;
}
.super-player {
	width:640px;
	height:360px;
}

#home-news-slider .slide-product-text {
	margin-top:10px;
	height:95px;
	width:640px;
}
#home-news-slider .slide-product-text p {
	margin-bottom:5px;
}
#home-news-slider .slide-product-text p a:link, #home-news-slider .slide-product-text p a:visited {
	color:#2a94c8;
	font-size:12px;
	text-decoration:none;
}

#home-news-slider .info-box p {
	line-height:1.5;
}
#home-news-slider .info-box p a:link, #home-news-slider .info-box p a:visited {
	color: #777;
    display: inline-block;
    font-size: 15px;
    padding-top: 9px;
    text-decoration: none;
}
#home-news-slider .info-box p a:hover {
	text-decoration:underline;
}

#home-news-slider .slide-product-cart {
	width:640px;
	margin-top:0px;
	height:35px;
	padding:10px 0 0 0;
}

#home-news-slider .slide-product-cart .info-box {
	width:400px;
	float:left;
	height:33px;
}

#home-news-slider .slide-product-cart .price-box {

    background-color: #222;
    border-radius: 19px !important;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    min-width: 100px;
    height: 26px;
    padding: 5px 5px 5px 13px;
    white-space: nowrap;
    float: right;
    margin: 0;
}
#home-news-slider .slide-product-cart .price-box .price {
	color: #fff;
    font-size: 19px;
    line-height: 19px;
    display: inline-block;
    padding: 0px 5px 0 2px;
    font-weight: bold;
    padding-top: 4px;
    vertical-align: middle;
}
#home-news-slider .slide-product-cart .price-box a.add-to-cart {
	background-color: #fff;
    text-decoration: none;
    color: #777;
    padding: 7px 8px;
    margin-left: 5px;
    line-height: 12px;
    display: inline-block;
    height: 13px;
    font-size: 12px;
    border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
}
}

ul#slideshow-nav {
	position:absolute;
	top:0px;
	margin:0;
	list-style-type:none;
	border:1px solid #f00;
	height:50px;
	padding:10px;
	background-color:#000;
}

ul#slideshow-nav li {
	float:left;
	margin-right:10px;
	width:140px;
	border:1px solid #0f0;
}
/*
End: home-news-slider
*/


#content.homepage {
	width:680px;
	float:left;
	margin-right:20px;
}
#content.homepage h1 {
	font-size:26px;
	line-height:1;
	margin-bottom:20px;
}

#top-sales {
	width: 240px;
    background-color: #fff;
    color: #333;
    padding: 18px 27px 18px 13px;
    margin: 20px 0;
    -moz-box-shadow: :0px 0px 15px 0px rgba(180,180,180,0.2);
    -webkit-box-shadow: :0px 0px 15px 0px rgba(180,180,180,0.2);
    box-shadow: 0px 0px 15px 0px rgba(180,180,180,0.2);
}
#top-sales h2 {
    color: #333;
    font-size: 24px;
    line-height: 24px;
}
#top-sales h2 .highlight {
	color:#f4a111;
}

#top-sales ol {
	list-style-type:none;
	padding:0;
	margin:0;
}
#top-sales ol li {
	height: 90px;
    background-repeat: repeat-x;
    background-position: center 40px;
    /* margin-bottom: 15px; */
    margin-top: 20px;
    position: relative;
}

#top-sales .product-image {
	float:left;
	width:80px;
	height:80px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
#top-sales .product-image img {
	display:block;
}


#top-sales .sales-rank {
	float:left;
	width:30px;
	height:30px;
	padding:0;
	position:absolute;
	left:0;
	top:0;
	z-index:20;
}
#top-sales .sales-rank .rank {
	background-color: rgba(244,161,17,0.88);
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 25px;
    width: 30px;
    padding: 2px;
    height: 30px;
    margin-top: -8px;
    margin-left: -5px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
#top-sales .product-details {
	float:left;
	width:162px;
	margin-left:90px;
}
#top-sales .product-details a:link, #top-sales .product-details a:visited {
	color:#000;
	text-decoration:none;
}
#top-sales .product-details a:hover {
	text-decoration:underline;
}

#top-sales .product-details p {
	margin-bottom:3px;
}
#top-sales .product-details p.directors {
	color:#666;
}
#top-sales .product-details .product-type {
	color:#666;
}

#top-sales .price-box {
	display: inline-block;
	background: #333;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    min-width: 100px;
    height: 20px;
    color: #fff;
    border-radius: 20px;
    padding: 4px 4px 3px 0px;
    margin-top: 10px;
}
#top-sales .price-box strong.price {
	color: #fff;
    font-size: 14px;
    line-height: 19px;
    padding: 0 8px 0 11px;
    font-weight: bold !important;
    vertical-align: middle;
    font-weight: normal;
}
#top-sales .price-box a.add-to-cart {
	background-color: #fff;
    text-decoration: none;
    color: #777;
    padding: 3px 8px;
    float: right;
    line-height: 13px;
    display: block;
    height: 13px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.home-sidebar-box {
	width: 240px;
    background-color: #fff;
    color: #333;
    padding: 18px 20px;
    margin: 20px 0;
    -moz-box-shadow: :0px 0px 4px 0px rgba(180,180,180,0.2);
    -webkit-box-shadow: :0px 0px 4px 0px rgba(180,180,180,0.2);
    box-shadow: 0px 0px 15px 0px rgba(180,180,180,0.2);
}
.home-sidebar-box a:link, .home-sidebar-box a:visited {
	color:#fff;
	text-decoration:none;
}
.home-sidebar-box a:hover {
	text-decoration:underline;
}
.home-sidebar-box h2 {
	margin: 0 0 10px 0;
    color: #333;
    font-size: 24px;
    line-height: 24px;
}

#fidelite-box {
	background-color:#fff;
	margin-top:0;
}
#blog-box {
	margin-top:0;
	color:#333333;
	background-color:#fff;
}
#blog-box h2 {
}
#blog-box h2 a:link, #blog-box h2 a:visited {
	color:#666;
	text-decoration:none;
}
#blog-box h2 a:hover {
	text-decoration:underline;
}
#blog-box a:link, #blog-box a:visited {
	color:#333333;
	text-decoration:none;
}
#blog-box h2 a:link .highlight, #blog-box h2 a:visited .highlight {
	color:#333;
}
#blog-box a:hover {
	color:#333333;
	text-decoration:underline;
}

/*
Start: Blog abstracts
*/
.blog-posts p.blog-post-title {
	font-weight:bold;
	margin:0 0 3px 0;
}
.blog-posts p.blog-post-abstract {
	margin:0 0 3px 0;
}
.blog-posts p.blog-post-meta {
	margin:0;
	color:#666;
	font-style:italic;
}
#blog-box .blog-posts p.blog-post-meta a {
	color:#666;
}
.blog-posts p.blog-post-meta .blog-post-author {
	font-weight:bold;
}
#blog-box h3 {
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 0 3px 0;
}
/*
End: Blog abstracts
*/

#presse-box {
	background-color:#fff;
	color:#333;
}
#presse-box h2 {
	color: #333;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
#presse-box h2 .highlight, #presse-box h2 .highlight {
	color:#333;
}
#presse-box h3 {
	color:#333;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}
#presse-box h3 a:link, #presse-box h3 a:visited {
	color:#333;
	text-decoration:none;
	font-size:15px;
}
#presse-box h3 a:hover {
	color:#333;
	text-decoration:underline;
}

#presse-box ul.citations {
	list-style-type:none;
	margin:0 0 10px 0;
	border-bottom:1px dotted #ccc;
	padding:0 0 10px 0;
}
#presse-box ul.citations li {
	margin-bottom:5px;
	color:#666;
}
#presse-box ul.citations li strong.source {
	color:#000;
}
#presse-box ul.citations:last-child {
	border:none;
	margin-bottom:0;
	padding:0;
}

#ekomi-box {
	background-color:#fff;
	color:#2b93c8;
}


#newsletter-box {
	padding:18px 20px;
	border:none;
}
#newsletter-box form {
	padding:0;
	border:0;
	margin:0;
}
#newsletter-box form label {
	font-size:11px;
}
#newsletter-box form #newsletter_email {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:3px 8px;
	margin:5px 0 0 0;
	color:#000;
	border:none;
	width:195px;
}
/*
#newsletter-box form #newsletter_submit {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-weight:bold;
height:22px;
	border:1px solid #a7c2c9;
	color:#54798b;
	background:#f6f6f6;
	background:-moz-linear-gradient(top, #edf7f9 0%, #e2f1f6 47%, #cfe6ee 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf7f9), color-stop(47%,#e2f1f6), color-stop(100%,#cfe6ee));
	background:-webkit-linear-gradient(top, #edf7f9 0%,#e2f1f6 47%,#cfe6ee 100%);
	background:-o-linear-gradient(top, #edf7f9 0%,#e2f1f6 47%,#cfe6ee 100%);
	background:-ms-linear-gradient(top, #edf7f9 0%,#e2f1f6 47%,#cfe6ee 100%);
	background:linear-gradient(top, #edf7f9 0%,#e2f1f6 47%,#cfe6ee 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf7f9', endColorstr='#cfe6ee',GradientType=0 );
}*/
#newsletter-box p {
	margin:5px 0 0 0;
}
#newsletter-box p a:link, #newsletter-box p a:visited {
	color:#333;
	text-align:right;
	font-weight: bold;
}

#newsletter-box p a:hover {
	text-decoration: underline;
}
/*
End: HOMEPAGE
*/


/*
Start: COMPTE
*/
#content.user .account-form-block, .account-form-block {
	padding:18px;
	border:1px solid #e8e8e8;
	margin-bottom:20px;
}
#content.user .account-form-block h2, .account-form-block h2 {
	background-color:#e8e8e8;
	color:#434343;
	font-size:16px;
	font-weight:bold;
	margin:-18px -18px 18px -18px;
	font-family:Arial, Helvetica, sans-serif;
	padding:7px 18px 6px 18px;
}
/*
End: HOMEPAGE
*/


.products-lines {
	width:648px;
	float:right;
	padding:15px;
	min-height:280px;
}

.products-lines h2 {
	color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}

.home-block {
	width:648px;
	margin:20px 0;
	padding:15px;
	min-height:360px;
}

.home-block h2 {
	font-size:28px;
	color:#000;
	margin:0 0 10px 0;
}
/*
.home-block h2 .highlight {
	color:#2b93c8;
}*/
.home-block h2 a:link, .home-block h2 a:visited {
	text-decoration:none;
}
.home-block h2 a:hover {
	text-decoration:underline;
}


/*====================================================================
                                                                  SERP
*/
.serp-block {
	width:648px;
	float:right;
	padding:15px;
	min-height:500px;
}
.serp-block h1 {
	font-size:26px;
	padding-bottom:10px;
	border-bottom:1px solid #e8e8e8;
	margin-bottom:5px;
	text-transform:uppercase;
	color:#333333;
}
.serp-block .nb-results {
	margin:5px 0;
}
.serp-block .nb-results p {
	margin-bottom: 0;
    color: #909090;
    font-size: 18px;
    padding: 10px 0;
    font-weight: bold;
}
.serp-block .nb-results .highlight {
	color:#2b93c8;
	text-transform:none;
}

ul.serp {
	list-style-type:none;
	padding:0 0 5px 0;
	margin:0;
	overflow:auto;
}
ul.serp li {
	width:176px;
	height:258px;
	color:#304149;
	padding:12px;
	border:1px solid #fff;
	margin-right:19px;
	margin-bottom:10px;
	overflow:hidden;
	float:left;
	text-align:center;
	position:relative;
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	transition: all 0.3s;
  	border-radius:5px;
}

ul.serp li.omega {
	margin-right:0;
}

ul.serp li:hover {
	border-color:#e8e8e8;
}

ul.serp li a:link, ul.serp li a:visited {
	color:#777;
	text-decoration:none;
}
ul.serp li a:hover, ul.serp li a:focus {
	text-decoration:underline;
}

ul.serp li .product-image {
	height:165px;
}
ul.serp li .product-image.dvd{
	
}
ul.serp li .product-image.dvd img {
	
}

ul.serp li .product-image.dvd,
ul.serp li .product-image.livre
 {
    margin-left: -30px;
}


ul.serp li .product-image.vod {
}
ul.serp li .product-image.vod img {
	vertical-align:middle;
}


ul.serp li .product-name {
	height:70px;
	line-height:1.1;
}

ul.serp li .product-directors {
	font-size:11px;
	margin-top:5px;
	line-height:1.2;
}
ul.serp li .product-type {
	margin:5px 0 0 0;
	font-size:11px;
	color:#666;
}

ul.serp li .price-box {
	max-width: 174px;
    display: inline-block;
    position: relative;
    bottom: 12px;
}


/*
Start: SERP Pagination
*/
.serp-toolbar {
	height:44px;
	background-color:#e8e8e8;
	margin-bottom:20px;
	clear:both;
}
.serp-toolbar.top {
	margin-top:0;
}
.serp-toolbar.bottom {
	margin-top:10px;
	margin-bottom:0;
}
.serp-toolbar form.sorting	{
	float:left;
	width:250px;
	padding:10px 0 0 10px;
}
.serp-toolbar form.sorting label {
	color:#7a7a7a;
	font-size:13px;
	text-transform:uppercase;
}
.serp-toolbar form.sorting select {
	border:3px solid #fff;
	margin-left:3px;
	padding:0;
}

.serp-toolbar .pagination {
	height:44px;
	float:right;
}

.serp-toolbar .page-number {
	float:left;
	line-height:44px;
	padding-right:10px;
	font-size:13px;
	text-transform:uppercase;
	color:#8a8a8a;
}

.serp-toolbar .pagination a {
	display:block;
	float:left;
}
.serp-toolbar .pagination a.pgn-btn, .serp-toolbar .pagination div.pgn-btn {
	width:44px;
	height:44px;
	text-indent:-999em;
	background-image:url(../images/sprite-01.png?v=27);
}
.serp-toolbar .pagination div.pgn-btn {
	
}
.serp-toolbar .pagination a.pgn-btn:hover {
	background-position:0 -588px;
}

.serp-toolbar .pagination div.pgn-btn {
	float:left;
}

.serp-toolbar .pagination .page-links {
	float:left;
}
.serp-toolbar .pagination .page-links b {
	color:#333;
	font-weight:bold;
	display:block;
	float:left;
	width:28px;
	height:28px;
	background-color:#fff;
	text-align:center;
	font-size:14px;
	line-height:28px;
	margin:8px 1px;
}

.serp-toolbar .pagination .page-links a.page-link {
	background-color:#fff;
	width:28px;
	height:28px;
	text-align:center;
	font-size:14px;
	text-decoration:none;
	color:#333;
	line-height:28px;
	margin:8px 1px;
}
.serp-toolbar .pagination .page-links a.page-link:hover {
	color:#777;
}




.serp-toolbar .pagination div.pgn-btn.next {
	background-position:-44px -500px;
	margin-left:10px;
}
.serp-toolbar .pagination div.pgn-btn.prev {
	background-position:0 -500px;
	margin-right:10px;
}

.serp-toolbar .pagination a.pgn-btn.next {
	background-position:-44px -544px;
	margin-left:10px;
}
.serp-toolbar .pagination a.pgn-btn.next:hover {
	background-position:-44px -588px;
}
.serp-toolbar .pagination a.pgn-btn.prev {
	margin-right:10px;
	background-position:0 -544px;
}
.serp-toolbar .pagination a.pgn-btn.prev:hover {
	margin-right:10px;
	background-position:0 -588px;
}
/*
End: SERP Pagination
*/

/*
End: SERP
*/


/*====================================================================
                                                     Facebook graphics
*/
a.fb-connect-button {
	background-image:url(../images/sprite-01.png?v=27);
	background-position:-855px -781px;
	background-repeat:no-repeat;
	width:180px;
	height:37px;
	display:block;
	color:#fff;
	background-color:#5473ac;
	text-decoration:none;
	line-height:37px;
	vertical-align:middle;
	text-align:left;
	padding-left:40px;
	font-size:12px;
}
.login-box a.fb-connect-button:link, .login-box a.fb-connect-button:visited {
	color:#fff;
}

.login-box {
	float:left;
	background-color:#fff;
	border:1px solid #e8e8e8;
	padding:0 20px 20px 20px;
	width:428px;
	margin-bottom:0px;
}

#content.login .login-box {
	min-height:317px;
}

.login-box.login-modes {
	/*
	background-image:url(../images/login/login-mode-separator.jpg);
	background-repeat:no-repeat;
	background-position:240px 0;
	*/
}

.login-box h2 {
	background-color:#e8e8e8;
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	padding:12px;
	margin:0 -20px 20px -20px;
}
.login-box h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:15px;
	line-height:1.2;
	text-transform:uppercase;
}

.login-box p {
	color:#888;
}
.login-box a:link, .login-box a:visited {
	color:#888;
}

#content.login .column {
	width:470px;
	float:left;
}
#content.login .column.a {
	margin-right:20px;
}
#content.login .column.b {

}

.fb-login, .classic-login {
	
}


/*====================================================================
                                                     Registration form
*/
form.account-user {
	padding:18px;
	border:1px solid #e8e8e8;
	margin-bottom:10px;
}
form.account-user.reset {
	border:none;
	padding:0;
}

form.account-user .form-field {
	margin-bottom:10px;
}

form.account-user .form-field label {
	color:#444;
	font-size:14px;
	font-weight:bold;
}

form.account-user textarea {
	width:320px;
}

input#username {
	width:260px;
}

form input#password, form input#password_confirm {
	width:260px;
}
/*
End: Registration form
*/

form#login-form label.important {
	color:#333;
	font-weight:bold;
}

form#login-form .form-submit {
	margin-top:30px;
}


/*====================================================================
                                                         General forms
*/
input[type="text"], input[type="email"], input[type="password"], textarea, select {
	border:1px solid #bbb;
	padding:8px 10px;
	background-color:#fff;
	color:#000;
	font-size:14px;
	border-radius:3px;
	font-family:Arial, Helvetica, sans-serif;

-moz-box-shadow:inset 1px 1px 2px #eee;
	-webkit-box-shadow:inset 1px 1px 2px #eee;
	box-shadow:inset 1px 1px 2px #eee;
}
input.email {
	width:320px;
}
input.address {
	width:320px;
}
input.zipcode {
	width:160px;
}
input.telephone {
	width:160px;
}
input.name {
	width:260px;
}
input.password {
	width:200px;
}

form .form-field label {
	line-height:1.3;
}


input::-webkit-input-placeholder {
	color:#999;
}
input:-moz-placeholder {
	color:#999;
}
input:-ms-input-placeholder {
	color:#999;
}

form .form-field {
	padding:5px 0;
}

form fieldset.form-field {
	padding:10px;
	border:1px solid #aaa;
}

form fieldset.form-field legend {
	padding:0 10px;
}


form .form-submit {
	text-align:left;
}


form input[type="text"]:hover, form input[type="email"]:hover, form input[type="password"]:hover, form textarea:hover, form select:hover {
	border:1px solid #666;
	/*-moz-box-shadow:inset 1px 1px 2px #eee;
	-webkit-box-shadow:inset 1px 1px 2px #eee;
	box-shadow:inset 1px 1px 2px #eee;*/
}
form input[type="text"]:focus, form input[type="password"]:focus, form textarea:focus, form select:focus {
	border:1px solid #333;
	/*-moz-box-shadow:inset 1px 1px 3px #ccc;
	-webkit-box-shadow:inset 1px 1px 3px #ccc;
	box-shadow:inset 1px 1px 3px #ccc;*/
}


form .field-error input[type="text"], form .field-error input[type="password"], form .field-error textarea {
	border-color:#910202;
}

form .field-error {
	background-color:#ffc9c9;
	color:#4f1919;
	padding:10px;
}
form .field-error.vertical {
	padding:10px 0;
}

form .field-error-container {
	padding:0;
	margin:0;
}

form .field-error-message {
	color:#be0303;
	font-weight:bold;
	font-size:12px;
	margin:5px 0 0 0;
}

form label .required-asterisk, form .required-asterisk {
	color:#333;
	font-size:1.5em;
	vertical-align:middle;
}

p.required-field-footnote {
	margin:-15px 0 0 0;
	padding:0 0 0 18px;
}

form p.footnotes {
	margin:20px 0 0 0;
	border-top:1px solid #e0e0e0;
	padding:5px 0 0 0;
	color:#666;
	font-size:11px;
}



img.field-info-icon {
	vertical-align:middle;
	margin-left:10px;
}
/*
End: General form
*/


ul.vod-list {
	margin:0;
	padding:0;
	list-style-type:none;
}

li.account-purchased-item {
	overflow:auto;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
li.account-purchased-item .cover {
	float:left;
}

li.account-purchased-item .details {
	overflow:auto;
	margin-left:135px;
}

li.account-purchased-item .details .vod-type {
	color:#999;
}

li.account-purchased-item .details .title {
	font-weight:bold;
	font-size:12px;
}

li.account-purchased-item p {
	margin-bottom:0;
}
li.account-purchased-item h4 {
	margin:0;
}


/*====================================================================
                                                        Inside content
*/
#content.inside {
	width:680px;
	min-height:600px;

	margin-left:300px;
}
#content.inside h1 {
	font-size:26px;
	text-transform:uppercase;
	line-height:1;
	margin-bottom:5px;
}


/*====================================================================
                                                        Inside sidebar
*/
#inside-sidebar {
	width:260px;
	position:absolute;
}

#inside-sidebar h1 {
	background-repeat:no-repeat;
	padding-bottom:12px;
	background-color:#2b93c8;
	color:#fff;
	height:30px;
	text-align:center;
	font-size:18px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;
	margin:0;
}

#inside-sidebar h2 {
	min-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    background-color: #777;
    padding: 0 10px 0px 10px;
    margin: 0 0 5px 0;
}
#inside-sidebar h2 a:link, #inside-sidebar h2 a:visited {
	color:#fff;
	text-decoration:none;
}
#inside-sidebar h2 a:hover {
	text-decoration:underline;
}

#inside-sidebar h2.sub-heading {
	font-size:15px;
	color:#666;
	background-color:#fff;
	background-image:none;
	padding:0 10px 0px 10px;
	margin:15px 0 5px 0;
}
#inside-sidebar h2.sub-heading a:link, #inside-sidebar h2.sub-heading a:visited {
	color:#666;
}

#inside-sidebar.summary h2 {
}
#inside-sidebar.summary h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	text-align:center;
	background-color:#fff;
	font-size:16px;
	line-height:1.2;
	padding:10px;
	margin:0 0 10px 0;
}
#inside-sidebar.summary h3 a:link, #inside-sidebar.summary h3 a:visited {
	color:#666666;
	text-decoration:none;
}
#inside-sidebar.summary h3 a:hover {
	text-decoration:underline;
}
#inside-sidebar.summary ul {
	margin:10px 0;
	padding:0;
	list-style-type:none;
	background-color:#fff;
}
#inside-sidebar.summary ul li {
	border-bottom:1px solid #efefef;
	padding:4px 10px 3px 10px;
}
#inside-sidebar.summary ul li a:link, #inside-sidebar.summary ul li a:visited {
	color:#333;
	text-decoration:none;
}
/*#inside-sidebar.summary ul li a:active {
	color:#2b93c8;
	font-weight:bold;
}*/
#inside-sidebar.summary ul li a:hover {
	color:#000;
	text-decoration:underline;
}
#inside-sidebar.summary ul li.current {
	font-weight:bold;
	color:#ffffff;
	background-color:#2b93c8;
}
#inside-sidebar.summary ul li.current a:link, #inside-sidebar.summary ul li.current a:visited {
	color:#ffffff;
}

ul.tree {
	background-color:#fff;
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.tree li {
	border-bottom:5px solid #f3f3f3;
	color:#2b2c2e;
	margin:0 0 5px 0;
	padding:0 10px;
}
ul.tree li a:link, ul.tree li a:visited {
	display:block;
	padding:6px 10px;
	color:#2b2c2e;
	font-weight:bold;
	text-decoration:none;
	background-color:#fff;
	margin:0 -10px;
}
ul.tree ul {
	background-color:#fff;
	margin:0;
	padding:5px 0;
	list-style-type:none;
	border-top:1px solid #f3f3f3;
}

ul.tree ul li {
	margin:0;
	border:none;
}
ul.tree ul li a:link, ul.tree ul li a:visited {
	color:#696969;
	font-weight:normal;
	text-transform:none;
	padding:3px 10px 3px 12px;
	margin:0 -10px;
	background-image:url(../images/sprite-01.png?v=27);
	background-position:0 center;

	background-repeat:no-repeat;
}
ul.tree li a:hover, ul.tree ul li a:hover {
	color:#777;
	text-decoration:underline;
}
ul.tree li a.highlight-node:link, ul.tree li a.highlight-node:visited {
	color:#777;
	font-weight:bold;
}

ul.tree.flat-tree {
}

ul.tree.flat-tree li {
	/*text-transform:none;*/
	border-bottom:1px solid #f3f3f3;
	color:#2b2c2e;
	margin:0 0 0px 0;
	padding:0 10px;
}
ul.tree.flat-tree li a:link, ul.tree.flat-tree li a:visited {
	padding:7px 10px 6px 10px;
}
ul.tree.flat-tree li a.highlight-node:link, ul.tree.flat-tree li a.highlight-node:visited {
	color:#333;
	font-weight:bold;
	text-transform:none;
}


/*
Start: .context-tree
*/
h3.context-tree-title {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	background-color:#ccc;
	padding:7px 10px;
	margin:10px 0 5px 0;
}
ul.context-tree {
	background-color:#fff;
	margin:0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	border-top:1px solid #f3f3f3;
}
ul.context-tree ul, ul.context-tree ul ul, ul.context-tree ul ul ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.context-tree li {
	margin:0;
	border:none;
}
ul.context-tree li a:link, ul.context-tree li a:visited {
	color:#2b2c2e;
	font-weight:bold;
	text-transform:none;
	padding:5px 10px 5px 0px;
	margin:0 0px;
	text-decoration:none;
	display:block;
}
ul.context-tree ul li a:link, ul.context-tree ul li a:visited {
	color:#696969;
	font-weight:normal;
	text-transform:none;
	padding:3px 10px 3px 20px;
	margin:0 0px;
	background-repeat:no-repeat;
	background-image:url(../images/sprite-01.png?v=27);
	background-position:0 center;
	text-decoration:none;
	display:block;
}
ul.context-tree li a:hover, ul.context-tree ul li a:hover {
	color:#777;
	text-decoration:underline;
}
ul.context-tree li a.highlight-node:link, ul.context-tree li a.highlight-node:visited {
	color: #333;
    font-size: 16px;
    font-weight: bold;
}
/* End: .context-tree */


h3.sub-tree-title {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	background-color:#ccc;
	padding:7px 10px;
	margin:10px 0 5px 0;
}

ul.sub-tree {
	background-color:#fff;
	margin:0;
	padding:5px 0 0 10px;
	list-style-type:none;
	border-top:1px solid #f3f3f3;
}

ul.sub-tree li {
	margin:0;
	border:none;

}
ul.sub-tree li a:link, ul.sub-tree li a:visited {
	color:#696969;
	font-weight:normal;
	text-transform:none;
	padding:3px 10px 3px 12px;
	margin:0 0px;
	background-repeat:no-repeat;

	background-image:url(../images/sprite-01.png?v=27);
	background-position:0 center;

	display:block;
}
ul.sub-tree li a:hover, ul.sub-tree ul li a:hover {
	color:#2993c7;
	text-decoration:underline;
}
ul.sub-tree li.highlight-node {
	color:#2b93c8;
}
ul.sub-tree li.highlight-node a:link, ul.sub-tree li.highlight-node a:visited {
	color:#2b93c8;
}
/* End: .sub-tree */


.sidebar-box {
	background-color:#fff;
	padding:10px;
	margin-bottom:10px;
}
.sidebar-box h3 {
	color:#333;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 5px 0;
}
/*
End: Inside content
*/


/*====================================================================
                                                   Start: Contact page
*/
#contact-form {
	float:left;
	width:640px;
	margin:0 0 20px 0;
}

#contact-form form select {
	max-width:600px;
}

#contact-infos {
	float:left;
	width:640px;
}

#contact-infos address {
	font-style:normal;
	line-height:1.5;
}

#contact-infos address .postal-address {
	margin:0 0 10px 0;
}

#contact-infos address div {
	margin:0 0 7px 0;
}

#contact-infos .vcard {
	float:left;
	width:300px;
	margin-right:2px;
}

#contact-infos .google-map {
	width:280px;
	float:left;
}
/*
End: Inside content
*/





sup.reference-note {
	
}
sup.reference-note a:link, sup.reference-note a:visited {
	text-decoration:none;
}
sup.reference-note a:hover, sup.reference-note a:focus {
	text-decoration:underline;
}
sup.reference-note:target {
   background: yellow;
}


ol.reference-notes {
	border-top:1px dotted #2b93c8;
	margin-top:100px;
	padding-top:10px;
}
ol.reference-notes li {
	color:#666;
}
ol.reference-notes li a:link, ol.reference-notes li a:visited {
	text-decoration:none;
}
ol.reference-notes li a:hover, ol.reference-notes li a:focus {
	text-decoration:underline;
}
ol.reference-notes li:target {
   background: yellow;
}





/*====================================================================
                                               Start: banners bxSlider
*/

.banners-bxslider-container {
	position:relative;
	width:680px;
	height:238px;
	overflow:hidden;
	background-color:#fff;
	margin:0 0 19px 0;
	padding:0;
}
.banners-bxslider-container.squish {
	margin:0 -15px 19px -15px;
	width:678px;
}

.banners-bxslider-container ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.banners-bxslider-container .slide img {
	display:block;
}
.banners-bxslider-container .bx-window {
	width:680px;
	padding:0;
	margin:0;
}
.banners-bxslider-container.squish .bx-window {
	width:678px;
}

.banners-bxslider-container .bx-wrapper {
	width:680px;
	padding:0;
	margin:0;
}
.banners-bxslider-container.squish .bx-wrapper {
	width:678px;
}

.banners-bxslider-container a.bx-prev, .banners-bxslider-container a.bx-next {
	display:block;
	position:absolute;
	top:0px;
	text-indent:-999em;
	height:200px;
	width:48px;
	background-image:url(../images/banner-slideshow/banner-slideshow-sprite-01.png);
	background-color:transparent;
}
.banners-bxslider-container a.bx-prev {
	left:0;
	display:none;
	background-repeat:no-repeat;
	background-position:0 0;
}
.banners-bxslider-container a.bx-prev:hover {
	background-position:0 -200px;
}
.banners-bxslider-container a.bx-next {
	right:0;
	display:none;
	background-repeat:no-repeat;
	background-position:-48px 0;
}
.banners-bxslider-container a.bx-next:hover {
	background-position:-48px -200px;
}


.banners-bxslider-container .banner-title {
	text-align:left;
	background-color:#000;
	width:670px;
	padding:0 0 0 10px;
	height:38px;
	line-height:38px;
}
.banners-bxslider-container .banner-title a:link, .banners-bxslider-container .banner-title a:visited {
	color:#2a94c4;
	text-decoration:none;
}
.banners-bxslider-container .banner-title a:hover, .banners-bxslider-container .banner-title a:focus {
	text-decoration:underline;
}


.banners-bxslider-container .bx-pager {
	height:16px;
	position:absolute;
	right:0;
	bottom:0px;
	z-index:999;
	background-color:transparent;
	padding:11px 30px 11px 50px;
	background-image:url(../images/banner-slideshow/banner-slideshow-sprite-01.png);
	background-repeat:no-repeat;
	background-position:-96px -324px;
}

.banners-bxslider-container .bx-pager a.pager-link {
	text-indent:-999em;
	display:block;
	float:left;
	width:16px;
	height:16px;
	background-color:#3d3d3d;
	background-image:url(../images/banner-slideshow/banner-slideshow-sprite-01.png);
	background-position:right top;
	background-repeat:no-repeat;
}
.banners-bxslider-container .bx-pager a.pager-link:hover {
	background-position:right -16px;
}

.banners-bxslider-container a.pager-link.pager-active {
	background-color:#2992c9;
	background-position:right -16px;
}
/*
End: banners bxSlider
*/


/*====================================================================
                                                                  more
*/
.more-box {
	border-top:1px solid #d0d0d0;
	line-height:26px;
	height:26px;
	padding:15px 0 0 0;
}
.more-box a {
}

.more-box a:link, .more-box a:visited {
	display: inline-block;
    color: #777;
    font-size: 17px;
    text-decoration: none;
    padding-left: 5px;
}

.more-box i {
	display: inline-block;
    color: #777;
    font-size: 16px;
    padding-right: 2px;
    margin-top: 3px;
}


.more-box .highlight {
	color:#333;
}
/*
End: more
*/




.highlight {
	color:#333;
}
.highlight.preorder {
	/*color:#080;*/
	color:#f4c83e;
}
.highlight.recent {
	color:#080;
}








.video-player-placeholder {
	background-color:#111;
	float:left;
	background-position:50% 50%;
}
.video-player-placeholder img.loading-animation {
	padding:10px;
	background-color:#000;
	opacity:.66;

	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.info-block {
	background-color:#ffc;
	padding:12px;
	border:1px solid #ccc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin:0 0 10px 0;
}

.info-block p:last-child, .info-block ul:last-child, .info-block ol:last-child {
	margin-bottom:0;
}


/*
Start: UI tables
*/
table.ui-table { 
	color:#000;
	text-align:left;
	border-collapse:collapse;
	border:1px solid #b6cff6;
	border:1px solid #e8e8e8;
	margin-bottom:10px;
}

/* We apparently must specifiy 'td' for IE */
table.ui-table tr.odd td {
	background-color:#f1f6f9;
}
table.ui-table tbody tr.odd th {
	background-color:#f1f6f9;
}
table.ui-table tr.odd-highlight td {
	background-color:#f5efb4;
}
table.ui-table tr.odd td.dark {
	background-color:#e1ebf1;
}

/* We apparently must specifiy 'td' for IE */
table.ui-table tr.even td {
	background-color:#fff;
}
table.ui-table tbody tr.even th {
	background-color:#fff;
}

table.ui-table tr.even-highlight td {
	background-color:#faf7d6;
}
table.ui-table tr.even td.dark {
	background-color:#f9f9f9;
}
.odd {
	background-color:#f1f6f9;
}
table.ui-table tbody tr:hover, table.ui-table tbody tr:hover td, table.ui-table tbody tr:hover th,
table.ui-table tbody tr:hover td.odd, table.ui-table tbody tr:hover td.dark {
	/*background-color:#b6cff6;*/
	background-color:#ccdef9;
	color:inherit;
}
table.ui-table tbody tr:hover a:link, table.ui-table tbody tr:hover td a:visited {
	color:#000;
}
table.ui-table tbody tr:hover a:hover, table.ui-table tbody tr:hover td a:focus {
	color:#f00;
}
table.ui-table tbody td, table.ui-table tbody th {
	vertical-align:top;
	border:none;
	border-right:1px groove #ddd;
	border-right:1px inset rgba(128,128,128,0.3);
}

table.ui-table tbody td.border-right, table.ui-table tbody th.border-right {
	border-right:1px solid #b6cff6;
	border-right:1px solid rgba(182,207,246,1);
}
table.ui-table caption {
	font-weight:bold;
	text-align:center;
	font-size:12px;
	padding:.4em;
	color:#000;
	background-color:transparent;
}
table.ui-table thead tr {
	background-color:#e9f3f9;
	border:1px solid #b6cff6;
}
table.ui-table thead th {
	font-size:12px;
	color:#434343;
	background-color:#e8e8e8;
	border:1px solid #e8e8e8;
	text-align:center;
}

table.ui-table tr {
	vertical-align:top;
}
table.ui-table tr, table.ui-table th, table.ui-table td {
	font-size:12px;
	padding:8px 10px;
}
table.ui-table td {
	color:#000;
}

table.ui-table tfoot tr {
	background-color:#e9f3f9;
	border:1px solid #b6cff6;
}

table.ui-table tfoot tr th, table.ui-table tfoot tr td {
	background-color:#e9f3f9;
	border-top:1px solid #b6cff6;
}
table.ui-table tfoot td, table.ui-table tfoot th {
	color:#000;
	border:0px;
}

table.ui-table tbody tr.selected-line td, table.ui-table tbody tr.selected-line th {
	background-color:#fedac9;
}
table.ui-table tbody tr.even.selected-line td, table.ui-table tbody tr.even.selected-line th {
	background-color:#feead9;
}
table.ui-table tbody tr.selected-line:hover td, table.ui-table tbody tr.selected-line:hover th {
	background-color:#ccdef9;
}
table.ui-table th.focused {
	background-color:#ccdef9;
}
/* We apparently must specifiy 'td' for IE */
table.ui-table tr.odd td.focused {
	background-color:#e4edf3;
}
/* We apparently must specifiy 'td' for IE */
table.ui-table tr.even td.focused {
	background-color:#f1f6f9;
}
table.ui-table tbody tr:hover td.focused {
	background-color:#f00;
	background-color:#ccdef9;
}
/*
End: UI tables
*/

/* Mon compte */
.shipping-address {
/*	background-color:#fff;
	border:1px solid #e8e8e8;
	padding:10px;
	margin:19px 19px 19px 0;
	position:relative;
	float:left;
	width:270px;
	min-height:150px;*/


	background-color:#fff;
	border:1px solid #e8e8e8;
	padding:10px;
	margin:19px 0 19px 0;
	position:relative;
	width:auto;
	min-height:150px;

}

.shipping-address h3 {
	margin:-10px -10px 10px -10px;
	padding:8px;
	background-color:#e8e8e8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.shipping-address .address {
	margin-bottom:0px;
}
p.actions {
	position:absolute;
	bottom:10px;
	right:10px;
	text-align:right;
	width:300px;;
	padding:0;
	margin:0 0 0 0;
}

p.actions a {
	font-size:11px;
	margin-left:10px;
}
p.actions a:link, p.actions a:visited {
	color:#444;
	text-decoration:none;
}
p.actions a:hover {
	text-decoration:underline;
}

a.icon {
	background-repeat:no-repeat;
	background-position:left center;
	padding:2px 0 2px 22px;
}
a.icon.edit {
	background-image:url(//i.editionsmontparnasse.fr/icons/fugue/document--pencil.png);
}
a.icon.delete {
	background-image:url(//i.editionsmontparnasse.fr/icons/fugue/cross-script.png);
}
a.icon.add {
	background-image:url(../images/icons/18x18/plus.png);
}

/* Mon compte */


/*====================================================================
                                                          Misc. global
*/
br.clear {
	clear:both;
}

.omega {
	margin-right:0;
}

.overflow-auto {
	overflow:auto;
}

.gray, .grey {
	color:#999;
}
/*
End: Misc. global
*/


/*====================================================================
                                                              Messages
*/
.message-box {
	background-color:transparent;
	padding:10px;
	font-size:14px;
	margin:0 0 10px 0;
	width:auto;
	border:1px solid #ccc;
	border-top:1px solid #000;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
}

#message-box-mysql-error {
	border-color:#e97b00;
	border-color:#4f1919;
	background-color:#fff;
}
#message-box-ok {
	border-color:#a5d677;
	background-color:#f4fdec;
}
#message-box-error {
	border-color:#ffcbcb;
	background-color:#feebeb;
}
#message-box-warning {
	border-color:#ffbf60;
	background-color:#fff7ef;
}
#message-box-info {
	border-color:#c3e5fb;
	background-color:#f0f9ff;
}

.message-box ol {
	padding:6px 10px 6px 12px;
	border:0px dotted #f0f;
	margin:0 10px 0 12px;
}
.message-box li {
	margin:0 0 0 10px;
	font-size:13px;
}
.message-box p {
	padding:6px;
	font-size:13px;
	border:0px dotted #f0f;
	margin:0;
}

.message-box-title {
	background-repeat:repeat-x;
	height:16px;
	font-weight:bold;
	padding:4px 6px 0px 6px;
	border:0px solid #f00;
	margin-bottom:0;
}

#message-box-ok .message-box-title {
	color:#490;
}
#message-box-error .message-box-title {
	color:#990000;
}
#message-box-mysql-error .message-box-title {
	color:#004e61;
}
#message-box-warning .message-box-title {
	color:#f90;
}
#message-box-info .message-box-title {
	color:#09f;
}

.message-box #message-box-ok-content p {
	color:#000;
}
.message-box #message-box-warning-content p {
	color:#000;
}
.message-box #message-box-info-content p {
	color:#000;
}
.message-box #message-box-error-content p {
	color:#000;
}









/*#ad-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#fff;
	background-color:rgba(255,255,255,.5);
	z-index:10000;
}
#ad-overlay .ad-content {
	top:50%;
	left:50%;
	height:480px;
	width:640px;
	background-color:#fff;
	border:1px solid #666;
	margin-top:-240px;
	margin-left:-320px;
	position:absolute;

	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;

	-moz-box-shadow:0px 0px 5px 2px rgba(64,64,64,.5);
	-webkit-box-shadow:0px 0px 5px 2px rgba(64,64,64,.5);
	box-shadow:0px 0px 5px 2px rgba(64,64,64,.5);
}*/




/*
Start:
social Sharing for product popup and video page
*/
.video-sharing-tools .social-buttons {
	margin:0 10px 0 0;
	background-color:#f5f5f5;
	overflow:visible;
	float:left;
	width:570px;
}

.video-sharing-tools .embed-code {
	background-color:#f5f5f5;
	padding:10px;
	overflow:hidden;
	float:left;
	width:360px;
}

.video-sharing-tools .social-button {
	float:left;
	margin-right:15px;
	min-width:60px;
}
.video-sharing-tools .social-button.facebook {
	min-width:180px;
}
.video-sharing-tools .social-button.twitter {
	width:100px;
}
.video-sharing-tools .social-button.pinterest {
	width:80px;
}
.video-sharing-tools .social-button.google {
	width:100px;
}

/* End: social buttons for product popup and video page */



/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
	content:" "; /* 1 */
	display:table; /* 2 */
}

.cf:after {
	clear:both;
}




/*
Start: newsletter subscribe popup
*/
#newsletter_popup {
	width:780px;
	border:3px solid #ecedef;
	background-color:#fff;
	padding:0px;
	min-height:370px;

	-moz-box-shadow:0px 0px 12px 2px #333;
  -webkit-box-shadow:0px 0px 12px 2px #333;
  box-shadow:0px 0px 12px 2px #333;
}

#newsletter_popup_logo {
	background-image:url(../images/newsletter-popup/newsletter-sprite-01.png);
	background-repeat:no-repeat;
	background-position:left top;

	position:absolute;
	top:10px;
	left:20px;
	width:200px;
	height:60px;
}

#newsletter_popup a.b-close {
	text-decoration:none;
	display:block;
	background-image:url(../images/newsletter-popup/newsletter-sprite-01.png);
	background-repeat:no-repeat;
	background-position:right top;
	height:33px;
	line-height:33px;
	vertical-align:middle;
	color:#999;
	padding-right:40px;
	position:absolute;
	top:10px;
	right:10px;
}

#newsletter_popup a.b-close:hover {
	text-decoration:underline;
	color:#000;
}

#newsletter_popup #newsletter_popup_content {
	position:absolute;
	top:80px;
	left:0;
}

#newsletter_popup #newsletter_popup_content .popup-illustration {
	float:left;
	width:300px;
	height:260px;
	background-image:url(../images/newsletter-popup/newsletter-sprite-01.png);
	background-position:20px -93px;
	background-repeat:no-repeat;

}
#newsletter_popup #newsletter_popup_content #popup-msg {
	float:left;
	width:460px;
	height:220px;
	padding-right:20px;
}

#newsletter_popup #newsletter_popup_content #popup-msg p.line1 {
	color:#2b93c7;
	text-align:center;
	font-size:14px;
	margin-bottom:15px;
}
#newsletter_popup #newsletter_popup_content #popup-msg p.line2 {
	color:#2b93c7;
	text-align:center;
	font-size:42px;
	margin-bottom:15px;
	font-family:"Arial Rounded MT Bold",Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:1;
}

#newsletter_popup #newsletter_popup_content #popup-msg p.line3 {
	color:#696969;
	text-align:center;
	font-size:20px;
	margin-bottom:15px;
	text-transform:uppercase;
	line-height:1;
}

#newsletter_popup #newsletter_popup_content #popup-msg p.please-wait {
	color:#696969;
	text-align:center;
	font-size:16px;
	margin-bottom:15px;
	line-height:1;
}

#newsletter_popup #newsletter_popup_content #popup-msg p.thank-you {
	text-align:center;
	padding-top:40px;
	font-size:36px;
	color:#2b93c7;
	margin-bottom:15px;
}	
	
#newsletter_popup #newsletter_popup_content #popup-msg p.popup-will-close {
	color:#696969;
	text-align:center;
	font-size:14px;
}

#newsletter_popup form#pop-up-newsletter-subscribe {
	padding:0;
	margin:0;
	border:0;
	text-align:right;
}
#newsletter_popup form#pop-up-newsletter-subscribe input#popup_email {
	padding:8px;
	width:420px;
	margin-bottom:10px;
}

#newsletter_popup form#pop-up-newsletter-subscribe  #newsletter_submit {
	background-color:#2b93c7;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:6px;
	color:#fff;
	font-size:18px;
	text-decoration:none;
	cursor:pointer;
	border:none;
	padding:6px 12px;
}
#newsletter_popup form#pop-up-newsletter-subscribe #newsletter_submit:hover {
	border:none;
	box-shadow:0px 0px 1px #777;
}
/*
End: newsletter subscribe popup
*/


/*
Start: newsletter subscribe popup (promo)
*/
#newsletter_popup2 {
	width:780px;
	border:3px solid #ecedef;
	background-color:#fff;
	padding:0px;
	min-height:400px;

	-moz-box-shadow:0px 0px 12px 2px #333;
  -webkit-box-shadow:0px 0px 12px 2px #333;
  box-shadow:0px 0px 12px 2px #333;
}

#newsletter_popup2 .newsletter_popup_logo {
	background-image:url(../images/newsletter-popup/newsletter-sprite-01.png);
	background-repeat:no-repeat;
	background-position:left top;

	position:absolute;
	top:10px;
	left:20px;
	width:200px;
	height:60px;
}

#newsletter_popup2 a.b-close {
	text-decoration:none;
	display:block;
	background-image:url(../images/newsletter-popup/newsletter-sprite-01.png);
	background-repeat:no-repeat;
	background-position:right top;
	height:33px;
	line-height:33px;
	vertical-align:middle;
	color:#999;
	padding-right:40px;
	position:absolute;
	top:10px;
	right:10px;
}

#newsletter_popup2 a.b-close:hover {
	text-decoration:underline;
	color:#000;
}

#newsletter_popup2 .newsletter_popup_content {
	position:absolute;
	top:70px;
	left:0;
}

#newsletter_popup2 .newsletter_popup_content .popup-illustration {
	float:left;
	width:300px;
	height:260px;
	background-image:url(../images/newsletter-popup/newsletter-sprite-01.png);
	background-position:20px -93px;
	background-repeat:no-repeat;
}

#newsletter_popup2 #popup-text {
	position:absolute;
	left:300px;
	top:0px;
	min-height:130px;
	min-width:420px;
}

#newsletter_popup2 .newsletter_popup_content #popup-text p.thank-you {
	text-align:center;
	padding-top:40px;
	font-size:36px;
	color:#ae2f5a;/* 2b93c7 */
	margin-bottom:15px;
}
	
#newsletter_popup2 .newsletter_popup_content #popup-text p.popup-will-close {
	color:#696969;
	text-align:center;
	font-size:14px;
}


#newsletter_popup2 .newsletter_popup_content .popup-msg {
	/*float:left;*/
	width:360px;
	height:130px;
	padding:50px 20px 20px 20px;
	background-color:#f4f6f7;

	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

#newsletter_popup2 .newsletter_popup_content .popup-msg p.line1 {
	color:#333333;
	text-align:center;
	font-size:16px;
	margin-bottom:0px;
	text-transform:uppercase;
	font-weight:bold;
}
#newsletter_popup2 .newsletter_popup_content .popup-msg p.line2,
#newsletter_popup2 .newsletter_popup_content .popup-msg p.line4 {
	color:#333333;
	text-align:center;
	font-size:16px;
	margin-bottom:0px;
	text-transform:uppercase;
}

#newsletter_popup2 .newsletter_popup_content .popup-msg p.line3 {
	color:#ae2f5a;
	text-align:center;
	font-size:72px;
	font-weight:bold;
	margin-bottom:5px;
	line-height:1;
}
#newsletter_popup2 .newsletter_popup_content .popup-msg .gift {
	width:85px;
	height:85px;
	/*background-color:#ae2f5a;*/
	margin:-92px auto 0 auto;
	background-image:url(../images/newsletter-popup/gift.png);
	background-repeat:no-repeat;
}
#newsletter_popup2 .newsletter_popup_content .popup-msg p.please-wait {
	color:#696969;
	text-align:center;
	font-size:16px;
	margin-bottom:15px;
	line-height:1;
}

#newsletter_popup2 form#pop-up-newsletter-subscribe {
	position:absolute;
	top:215px;
	left:0px;

	background-color:#fff;
	padding:0;
	margin:0;
	border:0;
	text-align:right;
}
#newsletter_popup2 form#pop-up-newsletter-subscribe input#popup_email {
	padding:8px;
	width:380px;
	border:1px solid #4d4d4d;
	margin-bottom:10px;
}

#newsletter_popup2 form#pop-up-newsletter-subscribe #newsletter_submit {
	background-color:#ae2f5a;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:6px;
	color:#fff;
	font-size:18px;
	text-decoration:none;
	cursor:pointer;
	border:none;
	padding:6px 12px;
}
#newsletter_popup2 form#pop-up-newsletter-subscribe #newsletter_submit:hover {
	border:none;
	box-shadow:0px 0px 1px #777;
}

#newsletter_popup2 p.small-print {
	font-size:11px;
	color:#999;
	margin:0;
	position:absolute;
	bottom:10px;
	left:20px;
}

/*
End: newsletter subscribe popup 2 (promo)
*/





/*
Start: messenger popup
*/
#messenger-popup {
	width:780px;
	border:3px solid #ecedef;
	background-color:#fff;
	padding:0px;
	min-height:420px;
	-moz-box-shadow:0px 0px 12px 2px #333;
  -webkit-box-shadow:0px 0px 12px 2px #333;
  box-shadow:0px 0px 12px 2px #333;
}
#messenger-popup .popup-logo {
	background-image:url(../images/messenger-popup/messenger-sprite-01.png);
	background-repeat:no-repeat;
	background-position:left top;
	z-index:999;
	position:absolute;
	top:10px;
	left:20px;
	width:200px;
	height:60px;
}
#messenger-popup a.b-close {
	text-decoration:none;
	display:block;
	background-image:url(../images/messenger-popup/messenger-sprite-01.png);
	background-repeat:no-repeat;
	background-position:right top;
	height:33px;
	line-height:33px;
	vertical-align:middle;
	color:#999;
	padding-right:40px;
	position:absolute;
	top:10px;
	right:10px;
}
#messenger-popup .popup-illustration {
	background-image:url(../images/messenger-popup/messenger-sprite-01.png);
	background-repeat:no-repeat;
	background-position:left -52px;
	z-index:888;
	position:absolute;
	top:-20px;
	left:0px;
	height:250px;
	width:780px;
}
#messenger-popup .popup-content {
	position:absolute;
	top:70px;
	left:0;
}
#messenger-popup #popup-text {
	position:absolute;
	left:30px;
	top:230px;
	z-index:999;
	/*border:1px solid #f90;*/
	width:720px;
	height:130px;
	padding:0;
}

#messenger-popup #popup-text p.line1 {
	color:#444;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:0px;
}
#messenger-popup #popup-text p.line2 {
	color:#444;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	margin-bottom:0px;
}

#messenger-popup #popup-text p.line3 {
	position:absolute;
	bottom:10px;
	width:720px;

	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	color:#1a6ea2;
	border-top:1px solid #444;
	border-bottom:1px solid #444;
	padding:5px 0;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

/*
End: messenger popup
*/



#messenger-message .messenger-message-text {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #1a6ea2;
}
#messenger-message .messenger-message-text p {
	text-align:center;
	font-size:14px;
}
#messenger-message .messenger-message-text p.line1 {
	font-weight:bold;
}
#messenger-message .messenger-message-text p.line2 {
}
#messenger-message .messenger-message-text p.line3 {
	color:#c00;
}

























a.button {
	display:inline-block; 
}

form .button.neutral, a.button.neutral {
	border-color:#aaa;
	background-color:#666;
	color:#fff;
	text-shadow:1px 1px 1px #666,-1px -1px 1px #666;

	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#aaa), to(#666));
	background-image:-moz-linear-gradient(#aaa, #666);
	background-image:-o-linear-gradient(#aaa, #666);
	background-image:linear-gradient(#999, #666);
	/*
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#56add8', EndColorStr='#2177a6');*/ /* for IE 6 - 9 */
}
/*
form .button.neutral:active, a.button.neutral:active {
	background-image:none;
	filter:none;

	-moz-box-shadow:inset 0 0 8px #444;
	-webkit-box-shadow:inset 0 0 8px #444;
	box-shadow:inset 0 0 8px #444;
}*/

form .button.cart, a.button.cart {
	border-color:#ffc106;
	background-color:#ffc706;
	color:#000;
	text-shadow:1px 1px 1px #ffc106,-1px -1px 1px #ffc106;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffe58c), to(#f0b500));
	background-image:-moz-linear-gradient(#ffe58c, #f0b500);
	background-image:-o-linear-gradient(#ffe58c, #f0b500);
	background-image:linear-gradient(#ffe58c, #f0b500);
}
form .button.cart:active, a.button.cart:active {
	background-image:none;
	filter:none; /* for IE 6 - 9 */
	-moz-box-shadow:inset 0 0 8px #876603;
   -webkit-box-shadow:inset 0 0 8px #876603;
   box-shadow:inset 0 0 8px #876603;
}

form .button, a.button {
	border: 6px solid #d2e5f3;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    text-decoration: none;
    border: none;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(255,255,255,0.2), 0 -1px 0px rgba(0,0,0,0.2), 1px 0 1px rgba(0,0,0,0.2), -1px 0 1px rgba(0,0,0,0.2), inset 0 -1px 1px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.5);
}
form .button.small, a.button.small {
	/*border-width:4px;*/

	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;

	padding:7px 12px;
	font-size:14px;
	/*text-transform:none;*/
}
form .button.smaller, a.button.smaller {
	/*border-width:3px;*/

	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;

	padding:5px 9px;
	font-size:12px;
	text-transform:none;
}

form .button.submit, a.button.submit {

	background-color: #333;
    color: #fff;
    border: none;
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,1) 100%);
}

/*form .button.submit:active, a.button.submit:active {
	background-image:none;
	filter:none;
background-color:#2b93c8;
	-moz-box-shadow:inset 0 0 8px #444;
	-webkit-box-shadow:inset 0 0 8px #444;
	box-shadow:inset 0 0 8px #444;
}*/

form .button.cancel, a.button.cancel {
	background-color: #777;
    color: #fff;
}
/*
form .button.cancel:active, a.button.cancel:active {
	background-image:none;
	filter:none;

	box-shadow:inset 0 1px 6px rgba(0,0,0,0.7),
	inset 0 -1px 1px rgba(255,255,255,0.5),
	0 1px 1px rgba(255,255,255,0.5),
	inset 0 1px 1px rgba(0,0,0,0.5);

}*/
form .button:active, a.button:active {
	background-image:none;
	filter:none;

	box-shadow:inset 0 1px 6px rgba(0,0,0,0.7),
	inset 0 -1px 1px rgba(255,255,255,0.5),
	0 1px 1px rgba(255,255,255,0.5),
	inset 0 1px 1px rgba(0,0,0,0.5);

}














/*
Start:
//static.editionsmontparnasse.fr/js/qtip/2.2.0/jquery.qtip.min.css
*/

/* qTip2 v2.2.0 basic css3 | qtip2.com | Licensed MIT, GPL | Thu Nov 21 2013 20:35:00 */
.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;cursor:pointer;outline:medium none;border-width:1px;border-style:solid;border-color:transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-titlebar .ui-icon,.qtip-icon .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:transparent none no-repeat -100em -100em}.qtip-focus{}.qtip-hover{}.qtip-default{border-width:1px;border-style:solid;border-color:#F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111} .qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1} .qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030} .qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0} .qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon{border-color:#D95252}.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252} .qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0} .qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-rounded,.qtip-tipsy,.qtip-bootstrap{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border-width:0;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:#4A4A4A;background-color:rgba(0,0,0,0)}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)"}.qtip-jtools .qtip-titlebar,.qtip-jtools .qtip-content{background:transparent;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:transparent}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}x:-o-prefocus,.qtip .qtip-tip{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:transparent;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:0;top:0;width:100%;height:100%}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"}.qtipmodal-ie6fix{position:absolute!important}

/**/


.ui-tooltip-default {
	background-color:#e9f8ff;
	border:none;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:8px 16px;
	font-size:14px;
	color:#2894c5;
}
.ui-tooltip-default p {
	margin:0 0 5px 0;
}
.ui-tooltip-default p:last-child, .ui-tooltip-default ul:last-child, .ui-tooltip-default ol:last-child {
	margin:0;
}

.ui-tooltip-default.tooltip-wide {
	max-width:908px;
border:1px solid #2894c5;
	-moz-box-shadow:0px 3px 7px 2px #aaa;
	-webkit-box-shadow:0px 3px 7px 2px #aaa;
	box-shadow:0px 3px 7px 2px #aaa;

	-moz-box-shadow:0px 3px 7px 2px rgba(96,96,96,0.5);
	-webkit-box-shadow:0px 3px 7px 2px rgba(96,96,96,0.5);
	box-shadow:0px 3px 7px 2px rgba(96,96,96,0.5);
}




.qtip-reassurance {
	background-color:#838386;
	border:1px solid #838386;
	padding:19px;
	font-size:13px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 0 5px #333;
	-moz-box-shadow:0 0 5px #333;
	box-shadow:0 0 5px #333;
}
.qtip-reassurance .qtip-content {
	color:#fff;
}





.qtip-cart-preview {
	background-color:#fff;
	border:1px solid #ccc;
	padding:15px;
	width:300px;

	border-radius:6px;

	box-shadow:0px 10px 24px 5px #aaa;
	box-shadow:0px 10px 24px 5px rgba(0,0,0,0.5);
}
.qtip-cart-preview .qtip-content {
	padding:0;
	color:#000;
	font-size:12px;
}
/**/


/*
End:
//static.editionsmontparnasse.fr/js/qtip/2.2.0/jquery.qtip.min.css
*/



/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
			background: transparent !important;
			color: #000 !important; /* Black prints faster: h5bp.com/s */
			box-shadow: none !important;
			text-shadow: none !important;
	}

	a,
	a:visited {
			text-decoration: underline;
	}
/*
	a[href]:after {
			content: " (" attr(href) ")";
	}
*/

/*
	abbr[title]:after {
			content: " (" attr(title) ")";
	}*/

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
			content: "";
	}

	pre,
	blockquote {
			border: 1px solid #999;
			page-break-inside: avoid;
	}

	thead {
			display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
			page-break-inside: avoid;
	}

	img {
			max-width: 100% !important;
	}

	@page {
			margin: 0.5cm;
	}

	p,
	h2,
	h3 {
			orphans: 3;
			widows: 3;
	}

	h2,
	h3 {
			page-break-after: avoid;
	}


	#account-container, #toolbar-wrapper, #main-nav, #footer {
		display:none;
	}

}























/*
Start: Special Offer banner
*/

.discount-offer {
	min-height:100px;
	font-family:Roboto, Verdana, Geneva, Arial, sans-serif;
	background:linear-gradient(#fff, #fff, #efefef);
	margin-bottom:10px;
}

.discount-offer header {
	font-size:48px;
	font-weight:300;
	text-transform:uppercase;
	color:#666;
	margin-bottom:15px;
}
.discount-offer header .highlight {
	color:#c00;
}
.discount-offer.docs-citoyens header .highlight {
	color:#fb0;
}

.discount-offer .discount-offer-content {
	display:-ms-flex;
	display:-webkit-flex;
	display:flex;
	justify-content:space-between;
	min-height:160px;
}
.discount-offer .offers {
	margin-right:10px;
	margin-bottom:0px;
	font-family:Roboto, Verdana, Geneva, Arial, sans-serif;
	background-color:;
}
.discount-offer .offer {
	border:1px solid #ccc;
	border-radius:5px;
	background-color:#f5f5f5;
	background:linear-gradient(#fff, #fff, #efefef);
	padding:10px;
	overflow:auto;
	margin-bottom:15px;
}
.discount-offer .omega {
	margin-right:0;
	margin-bottom:0;
}

.discount-offer .offer .offer-discount {
	font-size:48px;
	line-height:1;
	letter-spacing:-3px;
	float:left;
	width:36%;
	color:#c00;
	font-weight:900;
}
.discount-offer.docs-citoyens .offer .offer-discount {
	color:#fb0;
}

.discount-offer .offer .offer-discount sup {
	font-size:30px;
	vertical-align:middle;
	display:inline-block;
	margin-left:3px;
	margin-top:-18px;
	font-weight:500;
}
.discount-offer .offer .offer-conditions {
	font-size:18px;
	font-weight:500;
	line-height:1.2;
	color:#444;
	float:left;
	width:63%;
	margin:0;
	padding:0;
}

.discount-offer .col-50 {
	flex:1 0;
	width:50%;
}
.discount-offer .products-stack {
	margin-bottom:0px;
	position:relative;
}
.discount-offer .products-stack img {
	position: absolute;
	top:0;
	left:0;
	display:block;
	transition:all .3s ease-in-out;
	-webkit-filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.5));
    filter:drop-shadow(1px 1px 3px rgba(0,0,0,0.5));
}
.discount-offer .products-stack img.img1 {
	left:-20px;
	top:0;
}
.discount-offer .products-stack img.img2 {
	left:50px;
	top:0;
}
.discount-offer .products-stack img.img3 {
	left:120px;
	top:0;
}
.discount-offer .products-stack img.img4 {
	left:190px;
	top:0;
}
.discount-offer:hover img {
	-webkit-filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.5));
    filter:drop-shadow(3px 3px 5px rgba(0,0,0,0.5));
}
.discount-offer:hover img.img1 {
	left:-20px;
	top:0;
	transform:rotate(-9deg) translate(-30px, -3px) scale(1.1);
}
.discount-offer:hover img.img2 {
	left:50px;
	top:0;
	transform:rotate(-3deg) translate(0px, -3px) scale(1.1);
}
.discount-offer:hover img.img3 {
	left:120px;
	top:0;
	transform:rotate(3deg) translate(30px, 0px) scale(1.1);
}
.discount-offer:hover img.img4 {
	left:190px;
	top:0;
	transform:rotate(9deg) translate(60px, 0px) scale(1.1);
}
.discount-offer footer {
	color:#666;
	font-size:12px;
	font-weight:300;
	line-height:1.2;
}
/*
End: Special Offer banner
*/


#top-sales .content .first-product .product-image img {
    /* max-width: 255px; */
}




