/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #f59331;
    text-shadow: none;
}

::selection {
    background: #f59331;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* FONTFACE */

@font-face {
    font-family: 'mini_serifregular';
    src: url('../font/mirg-webfont.eot');
    src: url('../font/mirg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/mirg-webfont.woff') format('woff'),
         url('../font/mirg-webfont.ttf') format('truetype'),
         url('../font/mirg-webfont.svg#minitype_v2_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mini_serifbold';
    src: url('../font/mibd-webfont.eot');
    src: url('../font/mibd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/mibd-webfont.woff') format('woff'),
         url('../font/mibd-webfont.ttf') format('truetype'),
         url('../font/mibd-webfont.svg#minitype_v2_regularbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mini_serifregular';
    src: url('../font/mini_serif-regular-webfont.eot');
    src: url('../font/mini_serif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/mini_serif-regular-webfont.woff2') format('woff2'),
         url('../font/mini_serif-regular-webfont.woff') format('woff'),
         url('../font/mini_serif-regular-webfont.ttf') format('truetype'),
         url('../font/mini_serif-regular-webfont.svg#mini_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mini_serifitalic';
    src: url('../font/mini_serif-italic-webfont.eot');
    src: url('../font/mini_serif-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/mini_serif-italic-webfont.woff2') format('woff2'),
         url('../font/mini_serif-italic-webfont.woff') format('woff'),
         url('../font/mini_serif-italic-webfont.ttf') format('truetype'),
         url('../font/mini_serif-italic-webfont.svg#mini_serifitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mini_serifbold';
    src: url('../font/mini_serif-bold-webfont.eot');
    src: url('../font/mini_serif-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/mini_serif-bold-webfont.woff2') format('woff2'),
         url('../font/mini_serif-bold-webfont.woff') format('woff'),
         url('../font/mini_serif-bold-webfont.ttf') format('truetype'),
         url('../font/mini_serif-bold-webfont.svg#mini_serifbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* GENERIC */

* {
	margin:0;
	padding:0;
}

body {
	background:#000000;
	font-size:12px;
	font-family: 'mini_serifregular';
}

h1 {
	font-family: 'mini_serifbold';
	font-weight:normal;
	text-transform:uppercase;
	color:#f0f1f3;
	margin:0;
	padding:0;
}

h2 {
	font-family: 'mini_serifbold';
	font-weight:normal;
	text-transform:uppercase;
	color:#857e78;
	margin:0;
	padding:0;
}

p {
	font-weight:normal;
	color:#ffffff;
    font-size:14px;
    line-height:18px;
    margin:10px 0 0 0;
}

a:hover {
	text-decoration:none;
}

.container {
	width:960px;
	margin:0 auto 30px auto;
	padding:0;
}

.radio, .checkbox {
  min-height: 20px;
  padding-left: 10px;
  font-family: 'mini_serifregular';
  font-size:14px;
  color:#f0f1f3;
  margin:0 20px 0 0 ;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 8px;
  margin-bottom: 0;
  vertical-align: middle;
}

.btn {
  padding: 2px 20px 2px 30px;
  height:33px;
  font-size: 15px;
  line-height: 35px;
  *line-height:15px;
  color: #000000;
  text-shadow:none;
  background-color: #f59331;
  background-image: none;
  background-repeat: repeat-x;
  filter: none;
  border-color: none;
  border-color: none;
  border:none;
  *border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'mini_serifregular';
  text-transform:uppercase;
  position:relative;
}

.centered {
    text-align:center;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #333333;
  border: 1px solid #333333;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
	height: 23px;
	padding: 6px 10px 4px 10px;
	margin-bottom: 0;
	font-family: 'mini_serifregular';
	font-size: 14px;
	line-height: 23px;
	color: #ffffff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	vertical-align: middle;
}

textarea {
    resize:none;
    height:90px;
    float:left;
    *float:none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

label.error {
  display: none !important;
}

.content_tab .modal h1 {
    font-size:19px;
    line-height:22px;
}

/* HEADER */

header {
	width:960px;
	height:100px;
	margin:0 auto;
}

header .logo {
	width:124px;
	height:100px;
	float:left;
}

header h1 {
	width:704px;
	height:100px;
	float:left;
	margin:0 0 0 40px;
	font-size:25px;
	line-height:100px;
}

header .lang {
	width:92px;
	height:100px;
	float:right;
	font-family: 'mini_serifbold';
	font-size:16px;
	line-height:100px;
	text-align:right;
	color:#bcbec0;
}

header .lang a {
	color:#bcbec0;
	text-decoration:underline;
}

header .lang a:hover, header .lang a.active {
	color:#ffffff;
	text-decoration:none;
}

header .user {
	float:left;
	width:704px;
	height:100px;
}

header .user h1 {
	height:60px;
	line-height:80px;
}

header .user ul { 
	list-style-type:none; 
	float:left; 
	margin:0 0 0 40px; 
	padding:0;
}

header .user ul li{ 
	width:auto; 
	border:none; 
	background:none; 
	padding:0; 
	float:left; 
	margin:0 20px 0 0;
}

header .user ul li .icon { 
	float:left; 
	margin:0 10px 0 0;
}

header .user ul li a { 
	font-size:12px; 
	color:#ffffff; 
	text-decoration:none;
}

header .user ul li a:hover {
	color:#f59331;
}

/* BANNER */
.banner {
	width:960px;
	margin:0 auto 15px auto;
	overflow:hidden;
}

/* NAVIGATION */
.menu {
    width:100%;
    position:relative;
	overflow:hidden;
}

.menu .cta_frontend{
	position:absolute;
	top:10px;
	right:0;
	padding: 3px 20px 2px 38px;
	height:30px;
    *line-height:32px;
}

.menu .cta_frontend .ico {
	position:absolute;
	top:13px;
	left:13px;
}

.menu .cta_frontend a{
    color:#000000;
}

.nav {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  	padding-right: 15px;
  	padding-left: 15px;
  	margin-right: 0;
  	line-height: 15px;
}

.nav-tabs {
  	border-bottom: 10px solid #f59331;
}

.nav-tabs > li {
  	margin-bottom: -10px;
}
.nav-tabs > li > a {
	  padding-top: 25px;
	  padding-bottom: 30px;
	  line-height: 20px;
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	  border-radius: 0;
	  font-family: 'mini_serifbold';
	  font-size:15px;
	  text-transform:uppercase;
	  text-decoration:none;
	  color:#999999;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	background:#1a1a1a;
	padding-bottom: 20px;
}
.nav-tabs > li > a.selected,
.nav-tabs > li > a.selected:hover,
.nav-tabs > li > a.selected:focus {
    padding-right: 30px;
  	padding-left: 30px;
	padding-top: 15px;
	padding-bottom:30px;
  	color: #f0f1f3;
  	background-color: #000000;
  	border-top: 10px solid #f59331;
  	border-left: 10px solid #f59331;
	border-right: 10px solid #f59331;
	border-bottom:10px thick #000000;
  	cursor: default;
}

/* CONTENT */
.content {
	width:880px;
	border:10px solid #f59331;
	padding:30px;
}

.content h1 {
	font-size:25px;
	line-height:28px;
}

/* BAKCEND FORM */
#backend_form {
	margin:20px 0 0 0;
}

#backend_form .control-label {
  	float: none;
  	width: 425px;
  	padding-top: 0;
  	text-align: left;
  	font-family: 'mini_serifregular';
  	font-size:15px;
	margin:10px 0;
    position:relative;
}

#backend_form .control-label label {
  	width:auto;
    display:inline-block;
    margin: 0 5px 0 0;
}

#backend_form .editor-field {
    position:relative;
}

#backend_form .control-group.left {
	float:left;
	width:425px;
    *padding-bottom:20px;
}

#backend_form .control-group.right {
	float:left;
	width:425px;
	margin:0 0 0 30px;
    *padding-bottom:20px;
}

#backend_form .lost {
	font-size:14px;
	color:#f59331;
	margin:5px 0 0 0;
}

#backend_form .lost a{
	color:#f59331;
	text-decoration:underline;
}

#backend_form .lost a:hover{
	color:#999999;
}

#backend_form .btn .ico {
	position:absolute;
	top:12px;
	left:13px;
}

#backend_form .btn {
    margin:20px 0 0 0;
}

#backend_form .btn_form {
    margin:20px 0 30px 0;
}

#backend_form .btn_library 
{
	margin:0;
	float:left;
    padding: 2px 20px 2px 20px;
}

#backend_form .btn_localisation 
{
	float:left;
    padding: 2px 0 2px 0;
    width:425px;
    text-align:center;
    margin:5px 0 0 0;
    *line-height:35px;
}

#backend_form .picture_copy 
{
    float:left;
    height:26px;
    padding:9px 20px 0 20px;
    font-size:15px;
    color:#ffffff;
}

#backend_form .banner_copy 
{
    float:left;
    width:85px;
    height:26px;
    padding:9px 20px 0 0;
    font-size:15px;
    color:#ffffff;
}

#backend_form .tips {
    float:left;
    padding:10px 0 0 0;
    font-size:12px;
    color:#ffffff;
    margin:0 0 10px 0;
}

#backend_form .lang {
    font-size:12px;
    color:#ffffff;
}

#backend_form .browse_picture {
	float:left;
	position:relative;
	width:425px;
    height:100px;
}

#backend_form .browser_banner {
	float:left;
	position:relative;
	width:425px;
    overflow:hidden;
}

#backend_form .js-delete {
    position:absolute;
    top:9px;
    left:440px;
    color:#f59331;
    text-decoration:underline;
}

#backend_form .js-delete:hover {
    color:#999999;
}

#backend_form input.upload_file[type=button]  { 
	border:none; 
	position:absolute; 
	top:1px; 
	*top:2px; 
	right:-1px; 
	width:138px; 
	height:33px; 
	padding:2px 0 0 30px; 
	background:#f59331 url(../img/ml/browse_icon.png) no-repeat 8px 11px; 
	color:#000000; 
	font-size:15px;
	font-family: 'mini_serifregular';
  	text-transform:uppercase; 
	cursor:pointer; 
	text-align:left; 
	z-index:3;
}

#backend_form .upload_new_banner  { 
	border:none; 
	position:absolute; 
	top:1px; 
	*top:2px; 
	right:-1px; 
	height:27px; 
	padding:8px 20px 0 30px; 
	background:#f59331 url(../img/ml/browse_icon.png) no-repeat 8px 11px; 
	color:#000000; 
	font-size:15px;
	font-family: 'mini_serifregular';
  	text-transform:uppercase; 
	cursor:pointer; 
	text-align:left; 
	z-index:3;
}

    #backend_form #picturesFields {
        width:424px;
    }

#backend_form span.icon {
    position:absolute;
    top:1px;
    *top:2px;
    right:5px;
}

#backend_form .visu {
    margin:10px 0 10px 0;
    border:10px solid #333333;
    max-width:425px;
}

.validation-summary-errors {
  padding: 20px 30px;
  margin-bottom: 20px;
  background-color: #999999;
  color: #000000;
  font-size:14px;
  line-height:20px;
}

.validation-summary-errors ul{
  list-style-type:none;
  margin:0;
  padding:0;
}

span.field-validation-error {
    width:425px;
    font-size:12px;
    margin:8px 0 0 0;
    color:#f59331;
    float:left;
}

/* CONTENT TAB */
.content_tab {
	width:880px;
	border-left:10px solid #f59331;
	border-right:10px solid #f59331;
	border-bottom:10px solid #f59331;
	padding:30px 30px 0 30px;
    *padding:30px 30px 30px 30px;
	overflow:hidden;
	position:relative;
}

.content_tab h1 {
	font-size:25px;
	line-height:28px;
}

.content_tab .cta_add, .content_tab .cta_back {
	background-color: #999999;
	color: #000000;
	padding: 3px 20px 2px 38px;
	height:30px;
	position:absolute;
	top:30px;
	right:30px;
    *line-height:32px;
}

.content_tab .cta_bottom {
	background-color: #999999;
	color: #000000;
	padding: 3px 20px 2px 38px;
	height:30px;
	position:absolute;
	bottom:30px;
	right:30px;
    *line-height:32px;
}

.content_tab .cta_add a, .content_tab .cta_bottom a, .content_tab .cta_back a {
    color:#000000;
}

.content_tab .cta_add:hover, .content_tab .cta_bottom:hover, .content_tab .cta_back:hover {
	background-color: #ffffff;
}

.content_tab .cta_add .ico, .content_tab .cta_bottom .ico, .content_tab .cta_back .ico {
	position:absolute;
	top:13px;
	left:13px;
}

/* CARS LIST */
.list {
	margin:48px 0 0 0;
}

.list.users_admin {
	margin:48px 0 60px 0;
    float:left;
}

.list ul{
	width:910px;
	margin:0 0 0 -30px;
	list-style-type:none;
}

.list ul li.car, .list ul li.dealer, .list ul li.user{
	background:#1a1a1a;
	width:405px;
	height:122px;
	float:left;
	margin:0 0 30px 30px;
	padding:20px 20px 0 0;
}

.list ul li .visu { 
	width:150px; 
	height:100px; 
	float:left; 
	margin:0 10px 0 20px;
    background:#999999;
}

.list ul li .box { 
	width:225px; 
	float:left;
}

.list ul li h1 {
	font-size:14px;
	line-height:18px;
}

.list ul li h2 {
	font-size:12px;
	line-height:15px;
}

.list ul li .line {
	width:100%; 
	height:1px; 
	background:#ececec; 
	margin:8px 0 0 0;
}

.list ul li a{
    font-size:12px;
	color:#f59331;
	text-decoration:underline;
}

.list ul li a:hover{
	color:#999999;
}

.list ul li a.mail{
	margin:8px 0 0 0;
    width:225px;
    float:left;
}

.list ul li .tools {
	width:225px;
	float:left;
	margin:10px 0 0 0;
}

.list ul li .tools ul {
	width:225px; 
	float:left; 
	margin:0; 
	padding:0;
	list-style-type:none;
}

.list ul li .tools ul li{ 
	width: auto !important; 
	border:none; 
	background:none; 
	padding:0; 
	float:left; 
	display:inline-block; 
	margin:0 15px 5px 0; 
	*margin:0 20px 10px 0; 
	font-size:12px; 
	color:#ffffff;
}

.list ul li .tools ul li:last-child { 
	margin:0 0 5px 0;
}

.list ul li .tools ul li .icon { 
	float:left; 
	margin:4px 10px 0 0; 
	*margin:0 7px 0 0;
}

.list ul li .tools ul li .icon.users { 
	margin:0 10px 0 0; 
	*margin:0 7px 0 0;
}


.list ul li .tools ul li a { 
	font-size:12px; 
	color:#ffffff; 
	text-decoration:none;
}

.list ul li .tools ul li a:hover { 
	color:#f59331;
}

.list ul li .tools .checkbox {
  font-size:12px;
  color:#ffffff;
  margin:-4px 10px 0 0 ;
}

/* DETAIL CAR */
.detail section {
	width:840px;
	background:#1a1a1a;
	overflow:hidden;
	min-height:201px;
	margin:30px 0 0 0;
	padding:20px;
	float:left;
}

.detail section .introduction {
	border-bottom:1px solid #484848;
	overflow:hidden;
	padding:0 0 20px 0;
}

.detail section .introduction .name {
	float:left;
	width:450px;
}

.detail section .introduction .name h1{
	font-size:16px;
	line-height:20px;
}

.detail section .introduction .name h2{
	font-size:14px;
	line-height:18px;
}

.detail section .introduction .price {
	float:right;
	width:350px;
	text-align:right;
}

.detail section .introduction .price span.price1 {
	width:210px;
	float:right;
	color:#f59331; /* UPDATE COLOR FOR NEW CAMPAIN */
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
	font-family: 'mini_serifbold';
}

.detail section .introduction .price span.price2 {
	width:210px;
	float:right;
	color:#857e78;
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
	font-family: 'mini_serifbold';
}

.detail section .introduction .price span.price3 {
	width:210px;
	float:right;
	color:#999999;
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
	font-family: 'mini_serifbold';
}

.detail section .bloc1 {
	float:left;
	width:318px;
	margin:50px 16px 0 0;
}

.detail section .bloc1 .visu{
	margin:0 0 30px 0;
}


.detail section .bloc1 .btn {
  padding: 2px 12px 2px 21px;
  height:18px;
  font-size: 12px;
  line-height: 22px;
  color: #000000;
  float:left;
  margin:7px 0 0 0;
}

.detail section .bloc1 .btn .ico {
	position:absolute;
	top:7px;
	left:7px;
}

.detail section .bloc2 {
	float:left;
	width:140px;
	margin:18px 0 0 0;
}

.detail section .bloc2 h2{
	font-family: 'mini_serifbold';
	font-size:14px;
	line-height:18px;
	color:#f59331; /* UPDATE COLOR FOR NEW CAMPAIN */
}

.detail section .bloc2 p{
	font-size:14px;
	color:#ffffff;
	line-height:16px;
	padding:0 0 5px 0;
    margin:0 0 10px 0;
}

.detail section .bloc3 {
	float:left;
	width:328px;
	margin:18px 0 0 20px;
}

.detail section .bloc3 h2{
	font-family: 'mini_serifbold';
	font-size:14px;
	line-height:18px;
	color:#f59331; /* UPDATE COLOR FOR NEW CAMPAIN */
}

.detail section .bloc3 ul{
	width:154px;
	margin:5px 20px 0 0;
	padding:0;
	list-style-type:none;
	float:left; 
}

.detail section .bloc3 ul.two-column-list{
    -moz-column-count:2;
	-webkit-column-count:2;
	-o-column-count:2;
	column-count:2;
	-moz-column-gap:120px;
	-webkit-column-gap:120px;
	-o-column-gap:120px;
	column-gap:120px; 
}

.detail section .bloc3 ul:last-child{
	margin:5px 0 0 0;
	float:left;
}

.detail section .bloc3 ul li{
	width:100%;
	float:left;
	clear:both;
	background:url(../img/ml/arrow_equipement.png) no-repeat 0 4px; /* UPDATE IMAGE FOR NEW CAMPAIN */
	padding:0 0 0 8px;
	margin:0 0 8px 0;
	color:#ffffff;
	font-size:12px;
	line-height:14px;
}

.detail section .bloc3 ul li.right{
	width:112px;
	float:right;
	clear:both;
}

.detail section .tools 
{
    width:100%;
    float:left;
	overflow:hidden;
	margin:20px 0 0 0;
	border-top:1px solid #484848;
}

.detail section .tools ul { 
	width:100%; 
	margin:20px 0 0 0; 
	padding:0; 
	list-style-type:none;
}
.detail section .tools ul li{ 
	width:auto; 
	border:none; 
	background:none; 
	padding:0; 
	float:left; 
	margin:0 20px 0 0; 
	font-size:12px; 
	color:#ffffff;
}

.detail section .tools ul li .icon { 
	float:left; 
	margin:4px 10px 0 0;
}

.detail section .tools ul li a { 
	font-size:12px; 
	color:#ffffff; 
	text-decoration:none;
}

.detail section .tools ul li a:hover { 
	color:#d10515; /* UPDATE COLOR FOR NEW CAMPAIN */
}

/* FOOTER */

footer {
	width:960px;
	margin:0 auto 30px auto;
	border-top:1px solid #857e78;
	border-bottom:1px solid #857e78;
	color:#857e78;
    padding:15px 0;
    overflow:hidden;
}

footer a {
	color:#857e78;
	text-decoration:none;
}

footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}

/* EZ MARK */

.ez-hide { 
	opacity:0; 
	filter:alpha(opacity=0);
}

.ez-radio {
	background: transparent url('../img/ml/ez_radio_button.png') 0 0 no-repeat;
	display:inline-block;
}

.ez-checkbox {
	background: transparent url('../img/ml/ez_checkbox.png') 0 0 no-repeat;
	display:inline-block;
}

.ez-checked { 
	background-position: 0 -20px;
}

.ez-selected { 
	background-position: 0 -20px;
}

.ez-radio, .ez-checkbox { 
	zoom:1; 
	*display:inline;
	width:18px;
	height:18px;
	_height:38px; 
}

/* SELECT MENU */ 
.ui-selectmenu { display: block; display: inline-block; position: relative; height: 33px; vertical-align: middle; text-decoration: none; overflow: hidden; zoom: 1; padding:2px 0 0 0; margin:0 0 0 -1px; background:#333333; border-left:1px solid #000000; border-right:1px solid #000000;}
.ui-selectmenu-icon { position:absolute; right:0; margin-top:-17px; top: 50%; width:42px; height:35px; background-image:url(../img/ml/arrow_dropdown.png); background-position: 0 0;}
.ui-selectmenu-menu { padding:0 0 0 0; margin:0; position:absolute; top: -1000px; display: none; z-index: 1005; border:1px solid #000000; background:#333333; text-decoration: none;}
.dropdown_add_car .ui-selectmenu-menu { width:425px;}
.ui-selectmenu-menu  ul { padding:0; margin:0; list-style:none; position: relative; overflow: auto; overflow-y: auto ; overflow-x: hidden; } 
.ui-selectmenu-open { display: block; }
.ui-selectmenu-menu-popup { margin-top: -1px;}
.ui-selectmenu-menu-dropdown { }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; }
.ui-selectmenu-menu li a, .ui-selectmenu-status { line-height: 1.4em; display: block; padding:8px 0 7px 18px; outline:none; text-decoration:none; color:#ffffff; font-size:14px; font-family: 'mini_serifregular'; text-decoration: none;}
.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled { cursor: default; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px;}
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0;}
.ui-selectmenu-status { line-height: 1.4em;}
.ui-selectmenu-open li.ui-selectmenu-item-focus a { background:#f59331; color:#ffffff;}
.ui-selectmenu-open li.ui-selectmenu-item-selected {}
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-content { }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/* for optgroups */
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding: .6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }
/* IE6 workaround (dotted transparent borders) */
* html .ui-selectmenu-menu li { border-color: pink; filter:chroma(color=pink); width:100%; }
* html .ui-selectmenu-menu li a { position: relative }
/* IE7 workaround (opacity disabled) */
*+html .ui-state-disabled, *+html .ui-state-disabled a { color: silver; }
ui-state-focus { text-decoration:none; outline:none;}

/* DatePicker Container */

#ui-datepicker-div { display: none; }

.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 11px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	background:#000000;
    border:1px inset #ffffff;
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
    background:#000000;
}
.ui-datepicker-header {
	background:#f59331;
	color: #ffffff;
	font-weight: bold;
	line-height: 30px;
    border-bottom:1px solid #ffffff;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 15px;
	height: 15px;
	text-align: center;
	cursor: pointer;
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	margin:7px 0 0 7px;
	background:url(../img/ml/arrow_prev_calendar.png) no-repeat;
}
.ui-datepicker-next {
	float: right;
	margin:7px 7px 0 0;
	background:url(../img/ml/arrow_next_calendar.png) no-repeat;
}
.ui-datepicker thead {
	background-color: #333333;
	border-bottom: 1px solid #ffffff;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 8px;
	padding: 5px 0;
	color: #ffffff;
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #dedfe1;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #dedfe1;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
}
.ui-datepicker-calendar .ui-state-default {
	background: #000000;
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f59331;
	color: #ffffff;
}
.ui-datepicker-calendar .ui-state-active {
	background:#f59331;
	color: #ffffff;
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #000000;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

/* clearfix : http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "\0020";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    overflow: hidden;
}
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
.clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}