@charset "UTF-8";
/* CSS Document */


body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:21px;
	font-weight:bold;
	background:url(images/background-grey.png);
	
}

#wrapper {
	width:100%;
}

.alert.text-center.alert-success {
    color: green;
    font-size: 14px;
}

.alert.text-center.alert-danger {
    color: red;
    font-size: 14px;
}

#xmas-banner {
	width:80%;
	padding:5px 10%;
	text-align:center;
	color:#FFF;
	background:#a60804 url(images/snowflakes.png) top center no-repeat ;
	font-size:16px;
}

#top {
	height:155px;
	background:url(images/background-dgrey.png) center center;
    background-size:contain;
}

#header {
	width:850px;
	margin:auto;
}

#header h1 {
	margin:0;
}

#header h4 {
	margin:0 0 5px 0;
}

#header h5 {
	margin:0;
}

#header a, p {
	margin-top:10px;
	color:#FFF;
}

#logo {
	width:280px;
	height:90px;
	float:left;
}

#contact-details {
	width:340px;
	float:left;
	margin-top:10px;
	height:80px;
}

#contact-details h1 {
	font-size:25px;
}

#contact-details h4 {
	font-size:16px;
}

#book-online {
	width:200px;
	float:left;
	margin-top:18px;
	height:80px;
}

#strapline {
	height:50px;
	background:url(images/background-red.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	line-height:50px;
	text-align:center;
}

#content-area {
	width:970px;
	margin:0 auto;
}

#content-area-box {
	width:970px;
	margin:0 auto;
	padding:0px 25px 25px 25px;
	background:url(images/content-background.png) top left repeat-y;
	float:left;
}

#colour {
	width:900px;
	background:url(images/summer-orange.png) top left repeat-x;
	float:left;
}

.band {
	width:840px;
	padding:20px 30px;
	font-size:36px;
	color:#FFF;
}

.band h1 {
	margin:0;
	font-size:1.5em;
	text-transform:uppercase;
}

.season-box {
	width:900px;
	display:block;
	margin:0 auto;
	background:#FFF;
	position:relative;
}

.season-box#winter h3 {
	padding:10px 90px 10px 30px;
	border-radius:0 90px 90px 0;
	border:2px solid #fda701;
	border-left:none;
	background:#d2232a;
	position:absolute;
	bottom: 150px;
    font-size: 36px;
    width: 350px;
    color: #FFF;
    font-weight: bold;
    left: 0;
}

.season-box#summer h3 {
	padding:10px 90px 10px 30px;
	border-radius:0 90px 90px 0;
	border:2px solid #FFF;
	border-left:none;
	background:#d2232a;
	position:absolute;
	bottom: 150px;
    font-size: 36px;
    width: 350px;
    color: #FFF;
    font-weight: bold;
    left: 0;
	
}

.season-box#autumn h3 {
	padding:10px 90px 10px 30px;
	border-radius:0 90px 90px 0;
	border:2px solid #fda701;
	border-left:none;
	background:#C74B27;
	position:absolute;
	bottom: 150px;
    font-size: 36px;
    width: 350px;
    color: #FFF;
    font-weight: bold;
    left: 0;
}

.band#winter .season-box h1 {
	background:#1976bc !important;
}


.band#summer .season-box h1 {
	background:#fda701 !important;
}

.band#autumn .season-box h1 {
	background:#C74B27 !important;
}

.season-box#winter .band {
	background:#1976bc !important;
}

.season-box#summer .band {
	background:#fca629 !important;
}

.season-box#autumn .band {
	background:#C74B27 !important;
}
.season-box h4 {
	background:#333;
}

.season-box h4.footer {
	width:840px;
	padding:20px 30px;
	font-size:24px;
	text-transform:uppercase;
	color:#FFF;
	position:absolute;
	bottom:0;
	margin:0;
}

.season-box h4.footer span {
	display: block;
    margin: 10px 0 0 0;
    width: 600px;
    font-size: 16px;
    line-height: 24px;
    font-weight: lighter;
}

.season-box#summer h4.footer {
	background:#fca629;
}

.season-box#winter h4.footer {
	background:#1976bc;
}

.season-box h4.autumn-footer {
	background:#1976bc;
	width:840px;
	padding:20px 30px;
	font-size:24px;
	text-transform:uppercase;
	color:#FFF;
	position:absolute;
	bottom:0;
	margin:0;
}

.season-box h4.autumn-footer span {
	display: block;
    margin: 10px 0 0 0;
    width: 600px;
    font-size: 16px;
    line-height: 24px;
    font-weight: lighter;
}

.season-box h5 {
	width: 150px;
    height: 150px;
    background: #F6F6F6;
    border-radius: 200px;
    color: #000;
    text-align: center;
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 60px;
}

.season-box h5 span {
	position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 70%;
    width: 100px;
}

.season-box h5 span small {
	display:block;
	font-size:16px;
}

.season-box h6 {
	margin: 30px 30px 10px 30px;
    width: 840px;
    padding: 20px 0;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    font-size: 22px;
    text-align: center;
    display: inline-block;
}

.band#autumn {
	background:#C74B27;
}

.band#winter {
	background:#1976bc;
}

body#mot #colour {
	width:900px;
	background:url(images/blue.png) top left repeat-x;
	float:left;
}

body#parts #colour {
	width:900px;
	background:url(images/purple.png) top left repeat-x;
	float:left;
}

body#care #colour {
	width:900px;
	background:url(images/grey.png) top left repeat-x;
	float:left;
}

body#new #colour {
	width:900px;
	background:url(images/green.png) top left repeat-x;
	float:left;
}

body#intermediate-service #colour {
	width:900px;
	background:url(images/blue-2.png) top left repeat-x;
	float:left;
}

body#contact #colour {
	width:900px;
	background:url(images/lilac.png) top left repeat-x;
	float:left;
}

#column-left {
	width:500px;
	float:left;
	margin-left:30px;
}

body#care #column-left {
	width:500px;
	float:left;
	margin-left:30px;
}

#column-left h1 {
	font-size:90px;
	color:#FFF;
	margin:0 0 20px 0;
	font-weight:lighter;
}

body#servicing #column-left h1 {
	font-size:50px;
	color:#FFF;
	margin:0 0 20px 0;
	font-weight:lighter;
}

body#mot #column-left {
	width:850px;
	float:left;
	margin-left:30px;
}

body#mot .inner-columns-top {
	width:360px;
	float:left;
	margin-right:20px;
	padding:10px 20px 10px 20px;
	background:#C9EAF3;
}

body#mot .inner-columns-top ul, ol {
	margin:0;
	padding:0 0 0 14px;
}

body#care .inner-columns-top {
	width:240px;
	float:left;
	margin-right:20px;
	padding:30px;
	background:#C9EAF3;
}

body#care .inner-columns-top p {
	font-size:13px;
	font-weight:lighter;
}

body#care #column-left h1 {
	font-size:24px;
	font-weight:lighter;
	color:#222;
}

body#mot .inner-columns-bottom {
	width:760px;
	float:left;
	margin-top:20px;
	padding:30px;
	background:#C9EAF3;
}

body#mot #column-left h1 {
	font-size:65px;
	color:#FFF;
	margin:0;
	font-weight:lighter;
}

body#mot #column-left h2 {
	font-size:25px;
	color:#FFF;
	margin:0;
	font-weight:lighter;
}

body#mot #column-left h5 {
	font-size:20px;
	color:#222;
	margin:0;
	font-weight:lighter;
}

body#mot #column-left li {
	font-size:13px;
	color:#222;
	margin:0 0 10px 0;
	font-weight:lighter;
}

body#mot #column-left img.mot {
	margin:0 20px 20px 0;
}

body#parts #column-left {
	width:840px;
	float:left;
	margin-left:30px;
}

body#parts #column-left h1 {
	font-size:30px;
	color:#FFF;
	margin:0;
	font-weight:lighter;
}

body#parts .specials-box-top {
	width: 360px;
	height:360px;
	padding:20px;
	background:#E9E9F1;
	float:left;
	margin-right:20px;
	margin-top:20px;
}

body#parts .specials-box-top h3 {
	margin:0;
}

body#parts .specials-box-top h6 {
	font-size:24px;
	color:#222;
	margin:0;
	font-weight:lighter;
}

body#parts .specials-box-top p {
	font-size:10px;
	color:#222;
	margin:0;
	font-weight:lighter;
}

.offers {
	width: 370px;
    height: 120px;
    padding: 10px 20px 10px 20px;
    display: inline-block;
    vertical-align: top;
    margin: 2%;
    border-radius: 4px;
}

.offers#intermediate-box {
	background:#69C;
}

.offers#intermediate-box p, a.inter {
	color:#FFF !important;
	font-size:18px !important;
}

.offers#newcar-box {
	background:#399;
}

.offers#newcar-box p, a.newcar {
	color:#FFF !important;
	font-size:18px !important;
}

.columns {
	float:left;
	width:165px;
	margin:20px 10px 0 0;
	line-height:20px;
}

.columns h6 {
	font-size:14px;
	color:#222;
	margin:0 0 10px 0;
}

body#parts .columns h6 {
	font-size:12px;
	color:#222;
	margin:0 0 5px 0;
}

.offer-circle {
	width:125px;
	height:95px;
	padding-top:30px;
	float:right;
	text-align:center;
	background:url(images/circle-offer.png) no-repeat top left;
}

body#parts .specials-box-bottom {
	width:780px;
	padding:20px;
	background:#E9E9F1;
	float:left;
	margin-top:20px;
}

body#parts .specials-box-bottom h6 {
	font-size:24px;
	color:#222;
	margin:0;
	font-weight:lighter;
}

#column-left h2 {
	font-size:28px;
	color:#FFF;
	margin:10px 0 0 0;
	font-weight:lighter;
}

#column-left h3 {
	font-size:72px;
	color:#222;
	margin:0 0 40px 0;
}

#column-left p {
	color:#222;
	margin:10px 0 10px 0;
	font-size:13px;
	font-weight:lighter;
}

#column-left a {
	color:#666;
	margin:20px 0px 20px 0px;
	font-size:13px;
	font-weight:bold;
}

body#contact #column-left {
	width:450px;
	float:left;
	margin-left:30px;
}

body#index #column-left {
	width:450px;
	float:left;
	margin-left:30px;
}

body#index #column-left a {
	font-size:30px;
	color:#FFF;
	text-decoration:none;
}

body#index #column-right {
	width:310px;
	float:right;
	margin-right:30px;
}

body#contact #column-right {
	width:330px;
	float:right;
	margin-right:30px;
}

body#index #column-right a {
	font-size:30px;
	color:#FFF;
	text-decoration:none;
}

body#index #column-middle {
	width:470px;
	float:right;
}

body#index #column-middle a {
	font-size:30px;
	color:#FFF;
	text-decoration:none;
}

h5 {
	color:#666;
	margin:0;
	font-size:13px;
}

h6 {
	color:#666;
	margin:0;
	font-size:13px;
	font-weight:lighter;
}

#column-middle {
	width:300px;
	float:left;
}

#column-right {
	width:300px;
	float:right;
	margin-right:30px;
}

body#care #column-right {
	width:280px;
	float:right;
	margin-right:60px;
	margin-top:80px;
}

body#care #column-right ol, li {
	font-size:13px;
	color:#333;
	font-weight:lighter;
	margin:0 0 10px 0;
}

#column-right a {
	font-size:14px;
	color:#333;
	font-weight:bold;
}

.address {
	font-size:14px;
}

#column-right p {
	color:#333;
}

#column-right h2 {
	color:#333;
	font-size:18px;
	line-height:26px;
}

#grey-box {
	width:840px;
	float:left;
	background:#939598;
	padding:30px;
	margin:0px 25px 0px 25px;
}

#grey-box h1 {
	font-size:15px;
}

#navigation {
	width:100%;
	height:50px;
	background:url(images/background-red.png) bottom center repeat-x;
	margin:0;
	padding:0;
}

#navigation-box {
	width:870px;
	height:50px;
	margin:0 auto;
}

#navigation-box ul {
	margin:0;
	display:inline;
	list-style-type:none;
}

#navigation-box li {
	margin:0;
	list-style-type:none;
	float:left;
}

#navigation-box a {
	margin:0;
	padding:0px 13px 0px 13px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
	display:block;
	line-height:50px;
	font-weight:lighter;
}

#navigation-box a:hover {
	margin:0;
	padding:0px 13px 0px 13px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*background:url(images/background-black.png) repeat-x;*/
	text-decoration:none;
	font-size:12px;
	color:#000;
	display:block;
	line-height:50px;
	font-weight:lighter;
}

body#servicing #navigation-box a#servicing {
	margin:0;
	padding:0px 15px 0px 15px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*background:url(images/background-black.png) repeat-x;*/
	text-decoration:none;
	font-size:12px;
	color:#000;
	display:block;
	line-height:50px;
	font-weight:lighter;
}

body#mot #navigation-box a#mot {
	margin:0;
	padding:0px 15px 0px 15px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*background:url(images/background-black.png) repeat-x;*/
	text-decoration:none;
	font-size:12px;
	color:#000;
	display:block;
	line-height:50px;
	font-weight:lighter;
}

body#parts #navigation-box a#parts {
	margin:0;
	padding:0px 15px 0px 15px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*background:url(images/background-black.png) repeat-x;*/
	text-decoration:none;
	font-size:12px;
	color:#000;
	display:block;
	line-height:50px;
	font-weight:lighter;
}

body#new #navigation-box a#new {
	margin:0;
	padding:0px 15px 0px 15px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*background:url(images/background-black.png) repeat-x;*/
	text-decoration:none;
	font-size:12px;
	color:#000;
	display:block;
	line-height:50px;
	font-weight:lighter;
}

body#care #navigation-box a#care {
	margin:0;
	padding:0px 15px 0px 15px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*background:url(images/background-black.png) repeat-x;*/
	text-decoration:none;
	font-size:12px;
	color:#000;
	display:block;
	line-height:50px;
	font-weight:lighter;
}

#service-box.servicing {
	width:310px;
	height:50px;
	float:left;
	background:#B697CA url(images/car.png) top left no-repeat;
	padding:20px 10px 10px 100px;
	margin-top:20px;
}

#service-box.repairs {
	width:310px;
	height:50px;
	float:left;
	background:#B697CA url(images/cogs.png) top left no-repeat;
	padding:20px 10px 10px 100px;
	margin-top:20px;
}

#service-box.suspension {
	width:310px;
	height:50px;
	float:left;
	background:#BA3341 url(images/shocks.png) top left no-repeat;
	padding:20px 10px 10px 100px;
	margin-top:20px;
}

#service-box.brakes {
	width:310px;
	height:50px;
	float:left;
	background:#BA3341 url(images/brakes.png) top left no-repeat;
	padding:20px 10px 10px 100px;
	margin-top:20px;
}

#service-box.clutches {
	width:310px;
	height:50px;
	float:left;
	background:#98C2B1 url(images/clutches.png) top left no-repeat;
	padding:20px 10px 10px 100px;
	margin-top:20px;
}

#service-box.batteries {
	width:310px;
	height:50px;
	float:left;
	background:#98C2B1 url(images/batteries.png) top left no-repeat;
	padding:20px 10px 10px 100px;
	margin-top:20px;
}

#service-box.exhausts {
	width:310px;
	height:50px;
	float:left;
	background:#96BED8 url(images/exhausts.png) top left no-repeat;
	padding:20px 10px 10px 100px;
	margin-top:20px;
}

#service-box.oil {
	width:310px;
	height:50px;
	float:left;
	background:#96BED8 url(images/oil.png) top left no-repeat;
	padding:20px 10px 10px 100px;
	margin-top:20px;
}

#service-box.spanner {
	width:310px;
	height:50px;
	float:left;
	background:#96BED8 url(images/spanner.png) top left no-repeat;
	padding:20px 10px 10px 100px;
	margin-top:20px;
}

#service-box.radiators {
	width:310px;
	height:50px;
	float:left;
	background:#96BED8 url(images/radiators.png) top left no-repeat;
	padding:20px 10px 10px 100px;
	margin-top:20px;
}

#service-box.mot {
	width:310px;
	height:50px;
	float:left;
	background:#E0BA51 url(images/mot.png) top left no-repeat;
	padding:20px 10px 10px 100px;
	margin-top:20px;
}

#service-box.mot-2 {
	width:310px;
	height:50px;
	float:left;
	background:#E0BA51 url(images/electrical.png) top left no-repeat;
	padding:20px 10px 10px 100px;
	margin-top:20px;
}

#service-box.steering {
	width:310px;
	height:50px;
	float:left;
	background:#E0BA51 url(images/steering.png) top left no-repeat;
	padding:20px 10px 10px 100px;
	margin-top:20px;
}

#service-box.diagnostics {
	width:470px;
	height:50px;
	float:left;
	background:#B697CA url(images/electrical.png) top left no-repeat;
	padding:20px 10px 10px 120px;
	margin-top:20px;
}

#footer-box {
	height:75px;
	width:100%;
	float:left;
	background:#333;
	padding:0px 0px 0px 0px;
}

body#index #footer-box {
	margin-top:20px;
	height:75px;
	width:100%;
	float:left;
	background:#333;
	padding:0px 0px 0px 0px;
}

#footer-left {
	width:600px;
	float:left;
}

#footer-left h1, h2 {
	margin:0 0 10px 0;
	font-size:13px;
}

#footer-left a {
	color:#FFF;
}

#footer-right {
	width:300px;
	float:right;
}

#footer-right p, a h1, h2, h3 {
	margin:0;
}

#footer-right a {
	color:#FFF;
}



#footer-box-other {
	height:100px;
	width:100%;
	float:left;
	background:#333;
	padding:0px 0px 0px 0px;
}

#footer {
	width:925px;
	padding:20px 0px 20px 15px;
	margin:0 auto;
}

#footer a {
	margin-top:20px;
	font-size:12px;
}

#footer a.privacy {
	margin:0px 10px 0px 30px;
	font-size:12px;
}

#footer a.sitemap {
	margin:0px 10px 0px 10px;
	font-size:12px;
}

/* END FOOTER NAVIGATION STYLES */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORM ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	.textfield {
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#333333;
		padding:2px;
		border:1px solid #900;
		width:70%;
		}
		
	.req {
		color:#CC0000;
		font-size:13px;
		font-weight:bold;
		}
		
	.row {
		clear:both;
		overflow:visible;
		font-size:13px;
		padding:5px 5px 5px 0px;
		}
		
	.altrow {
		background:#FFEFF6;
		}
		
		.altrow label {
			color:#CF6792;
			}
		
	.row label {
		float:left;
		font-weight:bold;
		width:200px;
		padding:3px 0 0 0;
		margin-right:5px;
		font-family:Arial, Helvetica, sans-serif;
		color:#666666;
		}
		
		.row label span.small {
			font-size:11px;
			font-weight:normal;
			}
	
	.row .value {
		float:right;
		width:300px;
		clear:right;
		}
		
.col {width:340px;float:left;margin:0px 10px 0px 0px;}




/* CALENDAR STYLES */

/* Default styling for jQuery Datepicker v4.0.6. */
.datepick {
	background-color: #fff;
	color: #000;
	border: 1px solid #444;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 90%;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-popup {
	z-index: 1000;
}
.datepick-disable {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.datepick a {
	color: #fff;
	text-decoration: none;
}
.datepick a.datepick-disabled {
	color: #888;
	cursor: auto;
}
.datepick button {
    margin: 0.25em;
    padding: 0.125em 0em;
    background-color: #fcc;
    border: none;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    font-weight: bold;
}
.datepick-nav, .datepick-ctrl {
	float: left;
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
}
.datepick-ctrl {
	background-color: #600;
}
.datepick-cmd {
	width: 30%;
}
.datepick-cmd:hover {
	background-color: #777;
}
.datepick-ctrl .datepick-cmd:hover {
	background-color: #f08080;
}
.datepick-cmd-prevJump, .datepick-cmd-nextJump {
	width: 8%;
}
a.datepick-cmd {
	height: 1.5em;
}
button.datepick-cmd {
	text-align: center;
}
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
	float: left;
	padding-left: 2%;
}
.datepick-cmd-current, .datepick-cmd-today {
	float: left;
	width: 35%;
	text-align: center;
}
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
	float: right;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
	float: right;
	padding-left: 0%;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
	float: right;
}
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
	float: left;
	padding-left: 2%;
	padding-right: 0%;
	text-align: left;
}
.datepick-month-nav {
	float: left;
	background-color: #777;
	text-align: center;
}
.datepick-month-nav div {
	float: left;
	width: 12.5%;
	margin: 1%;
	padding: 1%;
}
.datepick-month-nav span {
	color: #888;
}
.datepick-month-row {
	clear: left;
}
.datepick-month {
	float: left;
	width: 15em;
	border: 1px solid #444;
	text-align: center;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
	height: 1.5em;
	background-color: #444;
	color: #fff;
	font-weight: bold;
}
.datepick-month-header select, .datepick-month-header input {
	height: 1.4em;
	border: none;
}
.datepick-month-header input {
	position: absolute;
	display: none;
}
.datepick-month table {
	width: 100%;
	border-collapse: collapse;
}
.datepick-month thead {
	border-bottom: 1px solid #aaa;
}
.datepick-month th, .datepick-month td {
	margin: 0em;
	padding: 0em;
	font-weight: normal;
	text-align: center;
}
.datepick-month th {
	border: 1px solid #777;
}
.datepick-month th, .datepick-month th a {
	background-color: #777;
	color: #fff;
}
.datepick-month td {
	background-color: #eee;
	border: 1px solid #aaa;
}
.datepick-month td.datepick-week {
	border: 1px solid #777;
}
.datepick-month td.datepick-week * {
	background-color: #777;
	color: #fff;
	border: none;
}
.datepick-month a {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
	background-color: #eee;
	color: #000;
	text-decoration: none;
}
.datepick-month span {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
}
.datepick-month td span {
	color: #888;
}
.datepick-month td .datepick-other-month {
	background-color: #fff;
}
.datepick-month td .datepick-weekend {
	background-color: #ddd;
}
.datepick-month td .datepick-today {
	background-color: #f0c0c0;
}
.datepick-month td .datepick-highlight {
	background-color: #f08080;
}
.datepick-month td .datepick-selected {
	background-color: #777;
	color: #fff;
}
.datepick-month th.datepick-week {
	background-color: #777;
	color: #fff;
}
.datepick-status {
	clear: both;
	background-color: #ddd;
	text-align: center;
}
.datepick-clear-fix {
	clear: both;
}
.datepick-cover {
    display: none;
    display/**/: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -1px;
    left: -1px;
    width: 100px;
    height: 100px;
}