@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 */



/*====================================================================
                                                                  body
*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1;
	/*background-color:#292a2e;
	background-color:#333;*/
	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:#2a94c6;
	text-transform:uppercase;
}
h1 .highlight {
	color:#2a94c6;
}

h2 {
	font-size:18px;
}
h3 {
}

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:0;
	padding-left:0;
}
ul.ui-bullets li {
	background-image:url(../images/ul-bullet-bg.png);
	background-position:top left;
	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 #2b93c8;
}


a:link, a:visited {
	color:#2b93c8;
}




/*
Start: skin-click
*/
#skin-click { 
	background-attachment:scroll;
	background-color:transparent;
	/*background-color:rgba(255,128,0,.5);
	background-position:50% 0%;
	background-repeat:no-repeat;*/
	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:10px 0 0 0;
	margin:0 auto;
	height:76px;
	z-index:99990;
}

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

#account-container {
	background-image:url(../images/header/account-box-bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:360px;
	float:right;
	height:57px;
	padding:0 0 10px 0;
}
#account {
	height:37px;
	overflow:visible;
	background-color:#2b93c8;
	color:#fff;

	padding: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 {
	/*background-color:rgba(255,255,255,0.3);*/
	font-weight:bold;
	font-size:16px;
	padding:0 0 3px 0;
	border-bottom:1px dashed #cbe2f0;
	margin-bottom:5px;
}

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

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

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

#account p.connect strong a {
	color:#fff;
}




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

#toolbar {
	width:1020px;
	height:27px;
	padding:5px 0;
	margin:0 auto;
}

#toolbar-cart {
	background-color:#fff;

	text-transform:uppercase;
	color:#2b93c8;
	font-size:12px;
	font-weight:bold;

	vertical-align:middle;

	border-radius:5px;

	min-height:21px;
	line-height:21px;
	min-width:100px;
	float:right;

	padding:5px 20px;
	border:1px solid #e7e5e6;
	margin:-3px 0;
}

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

.cart-summary {
	color:#fff; 
	background-color:#0177bf;
	vertical-align:middle;
	text-transform:none;
	margin:0 0 0 10px;
	padding:2px 7px;
	line-height:11px;
	display:inline-block;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#70b1d7), to(#0177bf));
	background-image:-moz-linear-gradient(#70b1d7, #0177bf);
	background-image:-o-linear-gradient(#70b1d7, #0177bf);
	background-image:linear-gradient(#70b1d7, #0177bf);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#70b1d7', EndColorStr='#0177bf'); /* for IE 6 - 9 */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

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

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

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


#wrapper {
	background-color:#333;
	padding-top:12px;
	background-image:url(/templates/em/assets/images/wrapper-bg.jpg);
	background-repeat:repeat-x;
	padding:10px 0 20px 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 #2b93c6;
	min-height:860px;
	z-index:1; /* for skin-click */
}
/*#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 {
	font-family:Arial, Helvetica, sans-serif;
}
#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:#2b93c8;
}

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

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

#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:660px;
	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:#2b93c8;
}
#user-sidebar ul li a.current {
	background-color:#2b93c8;
	color:#fff;
}


#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-top:1px solid #686868;
	border-bottom:1px solid #686868;
	margin-bottom:10px;
	overflow:hidden;
	height:113px;
}

#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(//i.editionsmontparnasse.fr/templates/em/sprites/sprite_01.png);
}

#crm-buttons a.satisfait {
	/*background-image:url(../images/footer/satisfait-ou-rembourse-bg.png);*/
	background-position:-88px 0px;
	margin:0 20px 0 0;
}
#crm-buttons a.satisfait:hover, #crm-buttons a.satisfait:focus {
	background-position:-88px -113px;
}

#crm-buttons a.livraison {
	/*background-image:url(../images/footer/livraison-rapide-bg.png);*/
	background-position:-288px 0px;
	margin:0 20px 0 0;
}
#crm-buttons a.livraison:hover, #crm-buttons a.livraison:focus {
	background-position:-288px -113px;
}

#crm-buttons a.paiement {
	/*background-image:url(../images/footer/paiement-securise-bg.png);*/
	background-position:-488px 0px;
	margin:0;
}
#crm-buttons a.paiement:hover, #crm-buttons a.paiement:focus {
	background-position:-488px -113px;
}

#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 20px 0;
	height:248px;
	width:280px;
	padding-bottom:3px;
	-moz-box-shadow:0px 0px 4px 0px rgba(180,180,180,0.5);
	-webkit-box-shadow:0px 0px 4px 0px rgba(180,180,180,0.5);
	box-shadow:0px 0px 4px 0px rgba(180,180,180,0.5);
	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 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:5px 8px;
	margin:0;

	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;

	box-shadow:inset 1px 1px 1px 0px #ddd;
}
#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-image:url(/templates/em/assets/images/search-submit-bg.gif);
	background-color:#f7f3f4;
	margin:0;
	cursor:pointer;
	padding:0;
	line-height:27px;

	display:block;
	float:left;
	text-align:center;

	height:27px;
	width:35px;
	border:none;

	background-color:#efefef;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
#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/search-suggest-dropdown-bg.png);
	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 ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#main-nav li.tab {
	float:left;
	padding-right:4px;
}
#main-nav a.tab-trigger {
	display:block;

	padding:4px 20px 8px 20px;
	height:14px;
	color:#fff;
	text-decoration:none;
	font-size:14px;

	text-shadow:1px 1px 1px #222,-1px 1px 1px #222;
	text-shadow:1px 1px 1px rgba(34,34,34,.5),-1px 1px 1px rgba(34,34,34,.5);

	-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;

	background-image:url(/templates/em/assets/images/tab-top-grad-bg.png);
	background-repeat:repeat-x;
	background-color:#222;

}
#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:#2b93c8;
	z-index:999999;
	-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;

	padding:5px 20px 9px 20px;
	margin-top:-2px;
}

#main-nav li.tab a.tab-trigger.shadowed {
	box-shadow:inset 0 -8px 8px -8px #000;
}

#main-nav a.tab-trigger.current {
	background-color:#2a94c6;
	text-shadow:1px 1px 1px #222,-1px 1px 1px #222;
	text-shadow:1px 1px 1px rgba(34,34,34,.5),-1px 1px 1px rgba(34,34,34,.5);
}

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


#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 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/menu/tab-catalogue-bg.png);
	background-repeat:repeat-x;
	background-position:bottom center;
	color:#555;
	overflow:auto;
	padding:12px;
	width:522px;
	min-height:290px;
}

#main-nav #em-mm-noel .tab-content .tab-main .tab-catalogue {
	background-image:url(../images/menu/noel-catalogue-noel-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom center;
}
#main-nav #em-mm-cinema .tab-content .tab-main .tab-catalogue {
	/*background-image:url(../images/menu/cinema-catalogue-linder-bg.jpg);*/
	background-image:url(../images/menu/cinema-citizen-kane.jpg);
	background-repeat:repeat-x;
	background-position:bottom center;
}
#main-nav #em-mm-theatre .tab-content .tab-main .tab-catalogue {
	/*background-image:url(../images/menu/theatre-catalogue-cf-bg.jpg);*/
	background-image:url(../images/menu/theatre-chapeau-de-paille.jpg);
	background-repeat:repeat-x;
	background-position:bottom center;
}
#main-nav #em-mm-series .tab-content .tab-main .tab-catalogue {
	/*background-image:url(../images/menu/series-catalogue-minuscule-bg.jpg);*/
	background-image:url(../images/menu/series-catalogue-gifle-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom center;
}
#main-nav #em-mm-musique .tab-content .tab-main .tab-catalogue {
	background-image:url(../images/menu/musique-catalogue-slc-bg.jpg);
	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:5px;
	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:68px;
	width:147px;
}
#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:#000;
	padding:19px;
	border:1px solid #d1d1d1;
	margin:0 0 19px 0;
	-moz-box-shadow::0px 0px 4px 0px rgba(180,180,180,0.5);
	-webkit-box-shadow::0px 0px 4px 0px rgba(180,180,180,0.5);
	box-shadow:0px 0px 4px 0px rgba(180,180,180,0.5);
}
.content-box.omega {
	margin-bottom:10px;
}
.content-box h2 {
	font-family:"Arial Rounded MT Bold",Arial, Helvetica, sans-serif;
}

.breadcrumbs {
	color:#2b93c8;
	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-image:url(/templates/em/assets/images/generic-price-box-bg.png);
	background-color:#ccc;

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

	width:160px;
	height:19px;
	padding:2px 2px 2px 0px;
	margin-top:10px;
}
.price-box strong.price {
	color:#000;
	font-size:14px;
	line-height:19px;
	vertical-align:middle;
	font-weight:normal;
}
.price-box a.add-to-cart {
	background-color:#fff;
	text-decoration:none;
	color:#000;
	padding:3px 8px;
	float:right;
	line-height:13px;
	display:block;
	height:13px;
	font-size:11px;
	font-weight:bold;

	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
/*
End: Generic price box
*/


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

.order-block-outer {
	background-color:#2b93c8;

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

	padding:10px;
}

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

	background-image:url(../images/product/price-block-bg.png);
}

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


.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;
}


.product-shipping-info {
/*	background-image:url(../images/product/shipping-tooltip-bg.png);
	background-repeat:no-repeat;*/

	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/product/shipping-tooltip-arrow-bg.png);
	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:10px 0 0 0;
}
.social-buttons h2 {
	margin:0px 0 10px 0;
	font-size:14px;
}

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

h1.product-name {
	margin:0 0 10px 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 #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 #2b93c6;
}
.product-views-playlist-item.current div a {
	border:1px solid #2b93c6;
}


/* bxSlider */
#product-views a.bx-prev {
	text-decoration:none;
	position:absolute;
	background-color:#fff;
	background-image:url(/templates/em/assets/images/product-views-slider-prev-bg.png);
	left:-16px;
	top:0;
	width:16px;
	height:70px;
}
#product-views a.bx-prev:hover {
	background-position:0 -74px;
}

#product-views a.bx-next {
	text-decoration:none;
	position:absolute;
	background-color:#fff;
	background-image:url(/templates/em/assets/images/product-views-slider-next-bg.png);
	top:0;
	right:-14px;
	width:16px;
	height:70px;
}
#product-views a.bx-next:hover {
	background-position:0 -74px;
}
	/* End: bxSlider */
/* End: Product views */


/*====================================================================
                               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;
}
.related-products-slider a.bx-next:hover, .related-products-slider a.bx-prev:hover {
	background-position:0 -200px;
}
.related-products-slider a.bx-prev {
	left:-35px;
	background-image:url(../images/related-products-slideshow/prev-btn-bg.png);
	background-repeat:no-repeat;
	background-color:
}
.related-products-slider a.bx-next {
	right:-35px;
	background-image:url(../images/related-products-slideshow/next-btn-bg.png);
	background-repeat:no-repeat;
}


.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/related-products-slideshow/pager-dot.png);
	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;
}
.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;
}
.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-image:url(../images/related-products-slideshow/prev-btn-bg.png);
	background-repeat:no-repeat;
	background-color:
}
.small-products-slider a.bx-next {
	right:-35px;
	background-image:url(../images/related-products-slideshow/next-btn-bg.png);
	background-repeat:no-repeat;
}

.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/related-products-slideshow/pager-dot.png);
	background-repeat:no-repeat;
}

.small-products-slider a.pager-link.pager-active, .small-products-slider a.pager-link:hover {
	background-color:#2992c9;
	background-position:0 -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;
	/*border-bottom:1px dotted #2b93c8;*/
	margin:0 0 7px 0;
	text-transform:uppercase;
	font-size:18px;
}
.bxsr-container h2 .highlight {
	color:#2b93c8;
}
.bxsr-container h2 a:link, .bxsr-container h2 a:visited {
	color:#303d46;
	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;
}
ul.bxsr-carousel li a:hover {
	text-decoration:underline;
}

ul.bxsr-carousel li.slide {
	background-color:#fff;
	margin:0;
	padding:0;
	height:255px;
}
ul.bxsr-carousel.small li.slide {
	background-color:#fff;
	margin:0;
	padding:0;
	height:215px;
}

ul.bxsr-carousel li .pic {
	text-align:left;
	margin-bottom:5px;
}
ul.bxsr-carousel li .pic img {
	display:block;
}

ul.bxsr-carousel li .product-name {
	height:65px;
	background-color:#fff;
}
ul.bxsr-carousel li .prod-title {
	text-align:left;
	font-weight:bold;
	line-height:1.2;
}
ul.bxsr-carousel li .prod-director {
	text-align:left;
	line-height:1.2;
}
ul.bxsr-carousel li .prod-type {
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#999;
}
ul.bxsr-carousel li .price-box {
	width:160px;
	border-top:0px solid #0f0;
	margin:0;
}

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

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

.more-box.bxsr {
	margin-top:-22px;
	padding-top:0;
	border:none;

	/*
	padding-bottom:20px;
	background-image:url(/templates/em/assets/js/bxslider_4.1/images/grad-bg2.png);
	background-position:bottom center;
	background-repeat:no-repeat;*/

	/*padding-bottom:8px;
	border-bottom:1px solid #efefef;*/

}
/*
End: new responsive BxSlider 4.1
*/






.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:620px;
	float:left;
	padding:20px;
	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-color:transparent;
	padding:0;
	font-size:18px;
	margin:10px 0 5px 0;
	font-family:"Arial Rounded MT Bold",Arial, Helvetica, sans-serif;
	color:#2993c7;
	text-transform:uppercase;
}
#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 div.tab {
	min-height:200px;
	overflow:auto;
}

ul.tabs-controls {
	list-style-type:none;
	margin:-20px -20px 20px -20px;
	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 20px;
	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:#000;
}
ul.tabs-controls li a:hover, ul.tabs-controls li a:focus {
	color:#2b93c6;
}
ul.tabs-controls li.active a {
	background-color:#fff;
	color:#2b93c6;
	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;
}
/* 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:#2b93c6;
}

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


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 dotted #444;
}
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;
}


table.themed {
	border-collapse:collapse;
	margin:0 0 20px 0;
	width:100%;	
}
table.themed thead th {
	background-color:#e8e8e8;
	text-align:center;
	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;
}




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

	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#bbb), to(#777));
	background-image:-moz-linear-gradient(#bbb, #777);
	background-image:-o-linear-gradient(#bbb, #777);
	background-image:linear-gradient(#bbb, #777);
	/*
	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; /* for IE 6 - 9 */

	-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;
}


#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 {
	background-color:#e8e8e8;
	min-height:44px;
	margin-bottom:10px;
}
#home-news-slider-toolbar .slide-title {
	float:left;
	color:#333;
	font-size:18px;
	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:44px;
	height:44px;
	float:left;
	text-indent:-999em;
	background-color:#e8e8e8;
	background-image:url(//i.editionsmontparnasse.fr/templates/em/sprites/sprite_01.png);
}
#home-news-slider-toolbar a.prev {
	/*background-image:url(/templates/em/assets/images/hns-prev-bg.png);*/
	background-position:0 -44px;
}
#home-news-slider-toolbar a.prev:hover {
	background-position:0 -88px;
}
#home-news-slider-toolbar a.next {
	/*background-image:url(/templates/em/assets/images/hns-next-bg.png);*/
	background-position:-44px -44px;
	margin-left:2px;
}
#home-news-slider-toolbar a.next:hover {
	background-position:-44px -88px;
}

#home-news-slider {
	width:640px;
	height:415px;
	overflow:hidden;
}
#home-news-slider.no-more-link {
	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:#2a94c8;
	font-size:12px;
	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:33px;
	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-image:url(/templates/em/assets/images/home-news-price-box-bg.png);
	background-color:#4a98bf;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	width:185px;
	height:19px;
	padding:7px;
	float:right;
	margin:0;
}
#home-news-slider .slide-product-cart .price-box .price {
	color:#fff;
	font-size:17px;
	line-height:19px;
	vertical-align:middle;
}
#home-news-slider .slide-product-cart .price-box a.add-to-cart {
	background-color:#fff;
	text-decoration:none;
	color:#000;
	padding:3px 8px;
	float:right;
	line-height:13px;
	display:block;
	height:13px;
	font-size:11px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

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;
	text-transform:uppercase;
	line-height:1;
	margin-bottom:5px;
}

#top-sales {
	background-color:rgba(255,0,0,0.3);
	background-color:#fff;
	padding:30px 6px 7px 6px;
	border:1px solid #d1d1d1;
	background-image:url(/templates/em/assets/images/top-sales-bg.png);
	background-repeat:no-repeat;
	background-position:top right;

	-moz-box-shadow::0px 0px 4px 0px rgba(180,180,180,0.5);
	-webkit-box-shadow::0px 0px 4px 0px rgba(180,180,180,0.5);
	box-shadow:0px 0px 4px 0px rgba(180,180,180,0.5);
}
#top-sales h2 .highlight {
	color:#fa7401;
}

#top-sales ol {
	list-style-type:none;
	padding:0;
	margin:0;
}
#top-sales ol li {
	height:90px;
	background-image:url(/templates/em/assets/images/top-sales-item-bg.png);
	background-repeat:repeat-x;
	background-position:center 40px;
	margin-bottom:15px;

	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-image:url(/templates/em/assets/images/top-sales-rank-bg);
	width:30px;
	height:30px;
	color:#fff;
	font-size:16px;
	text-shadow:-1px 1px 1px #666;
	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 {
	background-image:url(/templates/em/assets/images/generic-price-box-bg.png);
	background-color:#ccc;
	position:absolute;
	bottom:10px;
	right:5px;

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

	width:160px;
	height:19px;
	padding:2px 2px 2px 8px;
	margin-top:10px;
}
#top-sales .price-box strong.price {
	color:#000;
	font-size:14px;
	line-height:19px;
	vertical-align:middle;
	font-weight:normal;
}
#top-sales .price-box a.add-to-cart {
	background-color:#fff;
	text-decoration:none;
	color:#000;
	padding:3px 8px;
	float:right;
	line-height:13px;
	display:block;
	height:13px;
	font-size:11px;
	font-weight:bold;

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

.home-sidebar-box {
	width:256px;
	background-color:#2b93c8;
	color:#fff;
	padding:14px 11px;
	border:1px solid #d1d1d1;
	margin:20px 0;

	-moz-box-shadow::0px 0px 4px 0px rgba(180,180,180,0.5);
	-webkit-box-shadow::0px 0px 4px 0px rgba(180,180,180,0.5);
	box-shadow:0px 0px 4px 0px rgba(180,180,180,0.5);
}
.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 {
	text-transform:uppercase;
	padding-bottom:7px;
	border-bottom:1px dashed #fff;
	margin:0 0 8px 0;
	color:#fff;
	font-family:"Arial Rounded MT Bold",Arial, Helvetica, sans-serif;
	font-size:24px;
}

#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:#2b93c8;
}
#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:#2b93c8;
}
#presse-box h2 {
	color:#666;
	border-bottom:1px dashed #2b93c8;
	margin-bottom:15px;
}
#presse-box h2 .highlight, #presse-box h2 .highlight {
	color:#2b93c8;
}
#presse-box h3 {
	color:#2b93c8;
	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:#2b93c8;
	text-decoration:none;
}
#presse-box h3 a:hover {
	color:#2b93c8;
	text-decoration:underline;
}

#presse-box ul.citations {
	list-style-type:none;
	margin:0 0 10px 0;
	border-bottom:1px dotted #2b93c8;
	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:14px 12px;
	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 {
	text-align:right;
	margin:5px 0 0 0;
}
#newsletter-box p a:link, #newsletter-box p a:visited {
	color:#fff;
}
/*
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:#2d93c4;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:10px;
}

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

.home-block h2 {
	text-transform:uppercase;
	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:16px;
	font-weight:bold;
	text-transform:uppercase;
}
.serp-block .nb-results .highlight {
	color:#2b93c8;
	text-transform:none;
}

ul.serp {
	list-style-type:none;
	padding: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;
}
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:#304149;
	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.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 {
	width:174px;

	position:absolute;
	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:240px;
	padding:10px 0 0 10px;
}
.serp-toolbar form.sorting label {
	color:#8a8a8a;
	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(//i.editionsmontparnasse.fr/templates/em/sprites/sprite_01.png);
}

.serp-toolbar .pagination a.pgn-btn:hover {
	/*background-position:0 -44px;*/
	background-position:0 -88px;
}

.serp-toolbar .pagination div.pgn-btn {
/*	width:44px;
	height:44px;*/
	float:left;
/*	text-indent:-999em;
	background-image:url(//i.editionsmontparnasse.fr/templates/em/sprites/sprite_01.png);*/
}

.serp-toolbar .pagination .page-links {
	float:left;
}
.serp-toolbar .pagination .page-links b {
	color:#2993c7;
	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:#2993c7;
}




.serp-toolbar .pagination div.pgn-btn.next {
	/*background-image:url(/templates/em/assets/images/serp-next-disabled-bg.png);*/
	background-position:-44px 0;
	margin-left:10px;
}
.serp-toolbar .pagination div.pgn-btn.prev {
	/*background-image:url(/templates/em/assets/images/serp-prev-disabled-bg.png);*/
	/*background-image:url(//i.editionsmontparnasse.fr/templates/em/sprites/sprite_01.png);*/
	margin-right:10px;
}

.serp-toolbar .pagination a.pgn-btn.next {
	/*background-image:url(/templates/em/assets/images/serp-next-bg.png);*/
	/*background-image:url(//i.editionsmontparnasse.fr/templates/em/sprites/sprite_01.png);*/
	background-position:-44px -44px;
	margin-left:10px;
}
.serp-toolbar .pagination a.pgn-btn.next:hover {
	background-position:-44px -88px;
}
.serp-toolbar .pagination a.pgn-btn.prev {
	/*background-image:url(/templates/em/assets/images/serp-prev-bg.png);*/
	/*background-image:url(//i.editionsmontparnasse.fr/templates/em/sprites/sprite_01.png);*/
	margin-right:10px;
}
/*
End: SERP Pagination
*/

/*
End: SERP
*/


/*====================================================================
                                                     Facebook graphics
*/
a.fb-connect-button {
	background-image:url(/templates/em/assets/images/facebook/fb_connect_button.png);
	background-repeat:no-repeat;
	width:180px;
	height:37px;
	display:block;
	color:#fff;
	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:20px;
}

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

.login-box.login-modes {
	background-image:url(/templates/em/assets/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:#2a94c6;
	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 #aaa;
	padding:5px 5px;
	background-color:#fff;
	color:#000;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
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:right;
}


form input[type="text"]:hover, form input[type="email"]:hover, form input[type="password"]:hover, form textarea:hover, form select:hover {
	border:1px solid #2b93c8;
	-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 #2b93c8;
	-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:#2d92c8;
	font-size:1.5em;
}

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;
}

a.button {
	display:inline-block; 
}

form .button, a.button {
	border:6px solid #d2e5f3;
	color:#fff;
	text-transform:uppercase;
	padding:10px 15px;
	font-size:14px;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	text-decoration:none;
}
form .button.small, a.button.small {
	border-width:4px;

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

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

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

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

form .button.submit, a.button.submit {
	background-color:#2b93c8;
	color:#fff;
	text-shadow:1px 1px 1px #666,-1px -1px 1px #666;

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

	-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:#dfecf4;
	color:#2b93c8;

	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#bfdbe7));
	background-image:-moz-linear-gradient(#f6f6f6, #bfdbe7);
	background-image:-o-linear-gradient(#f6f6f6, #bfdbe7);
	background-image:linear-gradient(#f6f6f6, #bfdbe7);
}
form .button.cancel:active {
	background-image:none;
	filter:none; /* for IE 6 - 9 */

	-moz-box-shadow:inset 0 0 8px #666;
   -webkit-box-shadow:inset 0 0 8px #666;
   box-shadow:inset 0 0 8px #666;
}



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-image:url(../images/inside-sidebar/title-bg.png);
	background-position:bottom center;
	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;
	text-align:center;
	text-transform:uppercase;
	line-height:30px;

	background-color:#2b93c8;
	background-image:url(../images/inside-sidebar/title-bg.png);
	background-position:bottom center;
	background-repeat:no-repeat;

	padding:0 10px 12px 10px;
	margin:0 0 0 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:normal;

	color:#fff;
	text-align:center;
	background-color:#2b93c8;
	font-size:16px;
	padding:10px;
	margin:0 0 10px 0;
}
#inside-sidebar.summary h3 a:link, #inside-sidebar.summary h3 a:visited {
	color:#fff;
	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:hover {
	color:#000;
	text-decoration:underline;
}
#inside-sidebar.summary ul li.current {
	font-weight:bold;
}


ul.tree {
	background-color:#fff;
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.tree li {
	border-bottom:5px solid #f3f3f3;
	text-transform:uppercase;
	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/inside-sidebar/li-bullet-bg.png);
	background-position:left center;
	background-repeat:no-repeat;
}
ul.tree li a:hover, ul.tree ul li a:hover {
	color:#2993c7;
	text-decoration:underline;
}
ul.tree li a.highlight-node:link, ul.tree li a.highlight-node:visited {
	color:#2b93c8;
	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:#2b93c8;
	font-weight:bold;
	text-transform:uppercase;
}


/*
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-image:url(../images/inside-sidebar/li-bullet-bg.png);
	background-position:12px center;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}
ul.context-tree li a:hover, ul.context-tree ul li a:hover {
	color:#2993c7;
	text-decoration:underline;
}
ul.context-tree li a.highlight-node:link, ul.context-tree li a.highlight-node:visited {
	color:#2b93c8;
	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-image:url(../images/inside-sidebar/li-bullet-bg.png);
	background-position:left center;
	background-repeat:no-repeat;

	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
*/


/*====================================================================
                                               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-color:transparent;
}
.banners-bxslider-container a.bx-prev {
	left:0;
	display:none;
	background-image:url(/templates/em/assets/images/banner-slideshow/prev-btn-bg.png);
	background-repeat:no-repeat;
}
.banners-bxslider-container a.bx-next {
	right:0;
	display:none;
	background-image:url(/templates/em/assets/images/banner-slideshow/next-btn-bg.png);
	background-repeat:no-repeat;
}
.banners-bxslider-container a.bx-next:hover, .banners-bxslider-container a.bx-prev:hover {
	background-position:0 -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(/templates/em/assets/images/banner-slideshow/pager-gradient-bg.png);
	background-repeat:no-repeat;
}

.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(/templates/em/assets/images/banner-slideshow/pager-dot.png);
	background-repeat:no-repeat;
}

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


/*====================================================================
                                                                  more
*/
.more-box {
	border-top:1px solid #d0d0d0;
	line-height:26px;
	height:26px;
	padding:10px 0 0 0;
}
.more-box a:link, .more-box a:visited {
	display:block;
	color:#303d46;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
	background-image:url(/templates/em/assets/images/more-box-link-bg.png);
	padding-left:30px;
	line-height:26px;
	height:26px;
	background-repeat:no-repeat;
}
.more-box a:hover, .more-box a:focus {
	background-position:0 -26px;
}

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




.highlight {
	color:#2a94c6;
}










.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;
}


.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);
}


.ui-tooltip-crm {
	background-color:#838386;
	border:none;
	padding:19px;
	-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;
}
.ui-tooltip-crm .ui-tooltip-titlebar {
	background-color:#838386;
}
.ui-tooltip-crm .ui-tooltip-content {
	background-color:#838386;
}
.ui-tooltip-crm .ui-tooltip-titlebar, .ui-tooltip-crm .ui-tooltip-content, .ui-tooltip-crm .ui-tooltip-content p {
	background-color:#838386;
	color:#fff;;
	border:none;
	font-size:12px;
}
.ui-tooltip-crm .ui-tooltip-icon {
	border:none;
}
.ui-tooltip-crm .ui-tooltip-titlebar .ui-state-hover {
	border:none;
}


.info-block {
	background-color:#ffc;
	padding:12px;
	border:1px solid #888;
	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;
}

.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(/images/icons/fugue/document--pencil.png);
}
a.icon.delete {
	background-image:url(/images/icons/fugue/cross-script.png);
}
a.icon.add {
	background-image:url(/templates/em/assets/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;
	background-image:url(/templates/em/assets/images/newsletter-popup/logo-bg.png);
	background-repeat:no-repeat;
}

#newsletter_popup a.b-close {
	text-decoration:none;
	display:block;

	background-image:url(/templates/em/assets/images/newsletter-popup/close.png);
	background-repeat:no-repeat;
	background-position:right center;
	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;
	/*background-color:#f00;*/
}

#newsletter_popup #newsletter_popup_content .popup-illustration {
	float:left;
	width:300px;
	height:260px;
	background-image:url(/templates/em/assets/images/newsletter-popup/illustration-bg.jpg);
	background-repeat:no-repeat;

	/*background-color:#00f;*/
}
#newsletter_popup #newsletter_popup_content #popup-msg {
	float:left;
	width:460px;
	height:220px;
	padding-right:20px;
	/*background-color:#0f0;*/
}

#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
*/






