@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,cyrillic);

* {margin: 0; padding: 0; border: none; outline: none; background-color: transparent; }

html {
	width:100%; height:100%; min-height:100%;
}

body {
	font-size:14px;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	line-height:20px;
	color:#000;
	width:100%; height:100%; min-height:100%;
	background-color:#f7f6f3;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
}

a {
	color: #820050;
	cursor: pointer;
}

a.more {
	cursor: pointer;
	text-decoration: underline;
}

ul {
	list-style: none;
}

li {
	display: block;
}

button {
	font-family: 'Open Sans', sans-serif;
}

.slider-disable {
	cursor: default !important;
	opacity: .25;
}

small.red {
	font-weight: 600;
	color: #820050;
	font-size: 12px;
}

.red {
	color: #820050;
}

b.red {
	font-weight: 600;
}

.req {
	color: red;
	font-weight: 600;
}

table {
	width: 100%;
}

table td {
	vertical-align: top;
	font-size: 16px;
}

.p10 td {
	padding: 0 10px;
}

.ta-center {
	text-align: center;
}

.fs-16 {
	font-size: 16px;
	line-height: 24px;
}

.fs-18 {
	font-size: 18px;
	line-height: 32px;
}

.inv {
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 630px;
	left: 50%;
	margin-left: -310px;
	font-size: 18px;
}

#wrap {
	width: 100%; height: 100%;
	min-width: 980px;
	position: relative;
}

#menu {
	width: 250px;
	position: fixed;
	left: 50%; top: 0; bottom: 0;
	margin-left: -450px;
	background-color: #fff;
	background-color: rgba(255,255,255,.85);
	box-shadow: 0 5px 15px rgba(0,0,0,.25);
}

#menu > ul {
	display: block;
	position: absolute;
	top: 60px;
}

#menu > ul > li > a {
	display: block;
	width: 250px;
	height: 41px;
	line-height: 42px;
	color: #261520;
	font-size: 16px;
	text-align: center;
	position: relative;
	text-decoration: none;
}

#menu > ul > li > a:hover {
	background-color: rgba(130,0,80,.05);
}

a#logo {
	display: block;
	width: 250px; height: 55px;
	background-color: #261520;
	position: absolute;
	top: 0; left: 0;
	background-image: url('../i/logo.svg');
}

#buy-cont {
	display: block;
	position: absolute;
	width: 220px; height: 60px;
	bottom: 20px; left: 15px;
}

a#buy {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #65cd00 0%, #407b00 100%) repeat scroll 0 0;
	border-radius: 30px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.3) inset;
	color: #fff;
	cursor: pointer;
	display: table-cell;
	font-size: 35px;
	font-weight: 600;
	height: 58px;
	line-height: 16px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	width: 220px;
}

a#buy > small {
	color: #fff;
	font-size: 12px;
}

a#buy:hover {
	text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
	color: #670038;
	background: linear-gradient(to bottom, #fff 0%, #aaa 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #aaa 100%);
}

a#buy:hover > small {
	color: #261520;
}

img.phone {
	margin-bottom: -3px;
}

.b {
	position: relative;
	width: 100%; height: 100%;
	min-height: 550px;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.b > .inner {
	width: 630px; height: 550px;
	position: absolute;
	top: 50%; left: 50%;
	margin-left: -180px;
	margin-top: -275px;
}

/* ----------------- */
/* --- CUSTOM BG --- */

#b1 {
	background-image: url('../i/b1.jpg')
}

#b3 {
	background-image: url('../i/b3.jpg')
}

#b5 {
	background-image: url('../i/b5.jpg')
}

#b7 {
	background-image: url('../i/b7.jpg')
}

#b9 {
	background-image: url('../i/b9.jpg')
}

#b11 {
	background-image: url('../i/b11.jpg')
}

/* --- CUSTOM BG --- */
/* ----------------- */

/* -------------- */
/* --- BLOCKS --- */

#b1 span#tezis {
	width: 450px; height: 85px;
	position: absolute;
	bottom: 10px; right: 0;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	text-align: right;
	text-shadow: 0 2px 4px rgba(0,0,0,.25);
}

/* --- BLOCKS --- */
/* -------------- */

/* ----------------- */
/* --- STRUCTURE --- */

span.title {
	display: table-cell;
	width: 630px;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: #000;
	line-height: 35px;
	position: relative;
	height: 70px;
	vertical-align: middle;
}

span.title.min {
	height: 50px;
	padding-bottom: 20px;
}

div.content {
	width: 630px;
	height: 470px;
	position: relative;
}

/* --- STRUCTURE --- */
/* ----------------- */

/* --------------- */
/* --- TABS JQ --- */

.tabs > .tabsp > ul > li.tab {cursor: pointer;}
.tabs > .tab_content > ul > li.tab_inner {display:none;}
.tabs > .tab_content > ul > li.tab_inner.act {display:block;}

.tabs .tab-container {
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
	height: 380px;
	width: 588px;
	padding: 0 5px;
}

.tabs .tab-container h3 {
	line-height: 20px;
}

#tmoscow, #tpiter {
	width: 280px;
	float: left;
	height: 120px; padding: 0 2px;
}

.tabs .tab-container table {
	width: 100%;
	border-collapse: collapse;
}

.tabs .tab-container table td {
	font-size: 14px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 3px;
}

.tabs .tab-container table td.price {
	width: 70px;
}

.tabs .tab-container table tr:nth-child(2n) {
	background-color: #eee;
}


.tabs {
	width: 630px;
	position: relative;
}

.tabsp {
	display: block;
	width: 630px;
	position: relative;
	float: left;
}

.tabs.icon {
	margin-top: 20px;
}

.tabs.icon .tab_inner {
	font-size: 18px;
	line-height: 28px;
}

.tabs.icon .tabsp {
	height: 100px;
}

.tabs.text .tabsp {
	height: 60px;
}

.tabs.text > .tabsp > ul {
	display: table;
}

.tabs.text > .tabsp > ul > li.tab {
	width: 208px; height: 50px;
	border: 1px solid #bdbdbd;
	box-shadow: inset 0 -4px 0 rgba(0,0,0,.05);
	background-color: #dcdcdc;
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	float: none;
}

.tabs.text > .tabsp > ul > li.tab.act {
	background: linear-gradient(to bottom, #dcdcdc 0%, #fff 100%);
	background: -webkit-linear-gradient(top, #dcdcdc 0%, #fff 100%);
	box-shadow: inset 0 0 10px rgba(0,0,0,.5);
}

.tab_content {
	position: relative;
	float: left;
}

.tabs > .tab_content > ul > li.tab_inner {
	width: 598px;
	position: relative;
	text-align: justify;
}

.tabs > .tabsp > ul > li.tab {
	float: left;
}

.tabs.icon > .tabsp > ul {
	position: relative;
	z-index: 20;
}

.tabs.icon > .tabsp > ul > li.tab {
	width: 80px; height: 80px;
	margin: 0 0 0 30px;
	border-radius: 40px;
	background-color: #dcdcdc;
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.3), 0 2px 6px rgba(0,0,0,.2);
}

.tabs.icon > .tabsp > ul > li.tab:first-child {
	margin: 0;
}

.tabs.icon > .tabsp > ul > li.tab.act {
	background: linear-gradient(to bottom, #dcdcdc 0%, #fff 100%);
	background: -webkit-linear-gradient(top, #dcdcdc 0%, #fff 100%);
	box-shadow: inset 0 0 10px rgba(0,0,0,.5);
}

.tabs.icon div.seps {
	width: 630px; height: 80px;
	position: absolute;
	top: 0; left: 0;
}

.tabs.icon span.sep {
	width: 30px; height: 80px;
	margin-left: 80px;
	z-index: 10;
	display: block;
	float: left;
	background-image: url('../i/sep.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.tabs.icon > .tabsp > ul > li.tab > span {
	width: 80px; height: 80px;
	border-radius: 40px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}

.i1 { background-image: url('../i/i1.png'); }
.i2 { background-image: url('../i/i2.png'); }
.i3 { background-image: url('../i/i3.png'); }
.i4 { background-image: url('../i/i4.png'); }
.i5 { background-image: url('../i/i5.png'); }
.i6 { background-image: url('../i/i6.png'); }

.t1 li.tab_inner {
	width: 598px;
	background-color: rgba(255,255,255,.95);
	border: 1px solid #d4d4d4;
	padding: 15px;
	box-shadow: 0 5px 10px rgba(0,0,0,.25);
}

.tabs.v-icons {

}

.tabs.v-icons > .tab_content {
	width: 450px;
	float: left;
}

.tabs.v-icons > .tab_content > ul > li.tab_inner {
	height: 470px;
	overflow: auto;
	width: 450px;
	padding: 0;
}

.tabs.v-icons > .tab_content > ul > li.tab_inner > div.content {
	width: 405px;
	padding: 10px;
	margin-bottom: 20px;
}


.tabs.v-icons > .tabsp {
	width: 160px; height: 470px;
}

.tabs.v-icons > .tabsp > ul > li.tab {
	height: 150px;
	margin: 0 0 10px;
	position: relative;
	width: 150px;

	background: -webkit-linear-gradient(#fff 0%, #dcdcdc 100%);
	background: linear-gradient(#fff 0%, #dcdcdc 100%);
	overflow: hidden;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3) inset, 0 2px 6px rgba(0, 0, 0, 0.2);
	border-radius: 75px;
}

.tabs.v-icons > .tabsp > ul > li.tab > span.icon {
	border-radius: 75px;
	cursor: pointer;
	display: block;
	height: 150px;
	overflow: hidden;
	width: 150px;

	position: absolute;
	top: 0; left: 0;

	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: 60px auto;
}

.tabs.v-icons > .tabsp > ul > li.tab.act {
	box-shadow: none;
}

.tabs.v-icons > .tabsp > ul > li.tab.act > span.icon {
	box-shadow: inset 0 0 10px rgba(0,0,0,.3);
	background-size: cover;
	background-position: 0 0;
}


#wct-a01 > span.icon {
	background-image: url("../svg/p/a01.svg");
}

#wct-2g > span.icon {
	background-image: url("../svg/p/2g.svg");
}

#wct-wm > span.icon {
	background-image: url("../svg/p/wm.svg");
}

#wct-a01.act > span.icon {
	background-image: url("../i/p/a01.jpg");
}

#wct-2g.act > span.icon {
	background-image: url("../i/p/2g.jpg");
}

#wct-wm.act > span.icon {
	background-image: url("../i/p/wm.jpg");
}

.tabs.v-icons > .tabsp > ul > li.tab > span.txt {
	background-color: rgba(255,255,255,.95);
	border-radius: 50px;
	bottom: 30px;
	display: block;
	left: 50%;
	margin-left: -60px;
	position: absolute;
	text-align: center;
	width: 120px;
	height: 40px;
	line-height: 20px;
}

/* --- TABS JQ --- */
/* --------------- */

.b-order {
	box-shadow: none;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;

	background-color: #dcdcdc;
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	color: #670038;
	text-shadow: 0 1px 0 #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,.2),inset 0 -1px 0 rgba(0,0,0,.3);
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	padding: 0 20px;
	margin: 10px 0 0;
	display: inline-block;
	border: none;
}

/* -------------- */
/* --- SLIDER --- */

.slider {
	width: 630px;
	height: 360px;
	position: absolute;
	top: 50%;
	margin-top: -180px;
}

.slider-container {
	position: absolute;
	left: 50%;
	overflow: hidden;
	width: 480px;
	height: 360px;
	margin-left: -240px;

	box-shadow: 0 5px 10px rgba(0,0,0,.25);
}

.slider-content {
	height: 360px;
	position: absolute;
	left: 0;
	width: 9999px;
}

.slider-item {
	width: 480px; height: 360px;
	float: left;
}

.slider-item > .content {
	padding: 15px;
	width: 450px;
	height: 330px;
	background-color: #fff;
	text-align: justify;
	overflow: auto;
}

.slider-item > .content > .h {
	font-size: 20px;
	font-weight: 600;
	color: #820050;
}

.slider-prev, .slider-next {
	width: 50px; height: 50px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.slider-prev {
	background-image: url('../i/slider-prev.png');
	left: 0;
}

.slider-next {
	background-image: url('../i/slider-next.png');
	right: 0;
}

/* --- SLIDER --- */
/* -------------- */

/* ------------------------------- */
/* --- VERTICAL PAGE SCROLLING --- */
/*
#pages {
	position: absolute;
	width: 100%;
}

/* --- VERTICAL PAGE SCROLLING --- */
/* ------------------------------- */

/* ------------------ */
/* --- FORM STYLE --- */

/* ---------------------- */
/* --- SELECT PRODUCT --- */

table#ps {
	width: 598px; height: 380px;
}

table#ps td {
	text-align: center;
}

table#ps tr.l1 td {
	vertical-align: bottom;
	height: 230px;
}

table#ps tr.l2 td {
	vertical-align: top;
	height: 130px;
}

#product-select {
	width: 598px;
	height: 380px;
	text-align: center;
}

.product {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	display: inline-block;
	margin: 20px;
	cursor: pointer;

	background-color: #dcdcdc;
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.3), 0 2px 6px rgba(0,0,0,.2);
	overflow: hidden;
}

/*
.product.act {
	background: linear-gradient(to bottom, #dcdcdc 0%, #fff 100%);
	background: -webkit-linear-gradient(top, #dcdcdc 0%, #fff 100%);
}
*/

.product.act span {
	box-shadow: inset 0 0 10px rgba(0,0,0,.5);
}

.product > span {
	display: block;
	width: 150px; height: 150px;
	border-radius: 75px;
	background-position: center center;
	background-size: 70px auto;
	background-repeat: no-repeat;
}

#wc-a01 > span {
	background-image: url('../svg/p/a01.svg');
}

#wc-2g > span{
	background-image: url('../svg/p/2g.svg');
}

#wc-wm > span{
	background-image: url('../svg/p/wm.svg');
}

#wc-a01:hover > span {
	background-image: url('../i/p/a01.jpg');
	background-size: cover;
}

#wc-2g:hover > span{
	background-image: url('../i/p/2g.jpg');
	background-size: cover;
}

#wc-wm:hover > span{
	background-image: url('../i/p/wm.jpg');
	background-size: cover;
}

#wc-a01.act > span {
	background-image: url('../i/p/a01.jpg');
	background-size: cover;
}

#wc-2g.act > span{
	background-image: url('../i/p/2g.jpg');
	background-size: cover;
}

#wc-wm.act > span{
	background-image: url('../i/p/wm.jpg');
	background-size: cover;
}
/* --- SELECT PRODUCT --- */
/* ---------------------- */

#form table, table td {
	border-collapse: collapse;
	padding: 0 3px;
	vertical-align: middle;
}

#form fieldset {
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #eee;
}

#form fieldset legend {
	font-size: 14px;
	color: #820050;
}

#form input {
	height: 24px;
	margin: 0 auto;
	padding: 0 5px;
	/* border: 1px solid #aaa; */
	box-shadow: inset 0 2px 5px rgba(0,0,0,.2);
	border-radius: 3px;
	background-color: #f6f6f6;
}

#form input[type="text"],
#form input[type="tel"],
#form input[type="email"],
#form textarea {
	width: 90%;
}

#form input[name="code"] {
	width:100px;
}

#form input#StartTime_Hour,
#form input#StartTime_Minute,
#form input#EndTime_Hour,
#form input#EndTime_Minute {
	width: 40px;
	display: block;
	float: left;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
}

#form .timesep {
	width:10px; height: 24px;
	line-height: 24px;
	display: block;
	float: left;
	text-align: center;
}

#form .stime,
#form .etime {
	width:20px;
	padding: 0 5px;
	margin-left: 15px;
	display: block;
	height: 24px;
	line-height: 24px;
	text-align: center;
	float: left;
}

#form input#addr {
	width: 420px;
}

#form #comment {
	background-color: #f6f6f6;
	border-radius: 3px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) inset;
	resize: none;
	width: 570px;
}

#form input#submit {
	box-shadow: none;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;

	background-color: #dcdcdc;
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	color: #670038;
	text-shadow: 0 1px 0 #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,.2),inset 0 -1px 0 rgba(0,0,0,.3);
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	padding: 0 20px;
	margin: 10px 0 0;
	display: inline-block;
	border: none;
}

#form input[type="submit"]:hover {
	background: #fff;
}

#form {
	width: 598px; height: 380px;
	overflow: hidden;
}

#form select[name="quantity"] {
	border: 1px solid #bbb;
	width: 50px;
	height: 24px;
	text-align: center;
	font-size: 16px;
}

#form input[name="email"],
#form input[name="date"] {
	width: 100px;
}

#form input[name="phone"] {
	width: 300px;
}

#form #fio-field {
	margin-top: 5px;
}

#form .fio-text {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: center;
	width: 70px;
}

#form .promo-c {
	display: block;
	float: left;
	width: 100px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}

#form input[name="fio"] {
	width: 500px;
}

.ttime {
	width: 50px;
	display: block;
	float: left;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	height: 24px;
}

.place {
	display: table-cell;
	vertical-align: middle;
	width: 85px; height: 45px;
	border: 1px solid #bbb;
	padding: 0 5px 3px;
	background-color: #dcdcdc;
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	box-shadow: inset 0 -4px 0 rgba(0,0,0,.1);
	line-height: 18px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}

.activeplace {
	box-shadow: inset 0 0 5px rgba(0,0,0,.3);
	padding: 0 5px 0;
	height: 48px;
	background: linear-gradient(to bottom, #dcdcdc 0%, #fff 100%);
	background: -webkit-linear-gradient(top, #dcdcdc 0%, #fff 100%);
}

#nomkad > input[type="text"] {
	display: inline-block;
	width: 40px;
	background-color: #fff !important;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.5);
	height: 20px;
	font-size: 14px;
	margin: 0;
}

td.vabottom {
	vertical-align: bottom;
}

/* --- FORM STYLE --- */
/* ------------------ */

@media screen and (max-height: 550px) {

	a#logo {
		display: none;
	}

	#menu > ul {
		top: 0;
	}
}

@media screen and (max-height: 500px) {
	#menu > ul > li > a {
		height: 25px;
		line-height: 25px;
	}
	body {
		overflow: auto;
	}
}

/* --------------------- */
/* --- WILL CALENDAR --- */

.wpd {
	background: none repeat scroll 0 0 #f6f6f6;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 221px;
	padding: 5px;
	position: absolute;
	width: 208px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.wpd .header {
	position: relative;
	margin: -5px -5px 3px -5px;
}


.wpd .header .next,
.wpd .header .previous,
.wpd .header .title{
	display: block;
	white-space: nowrap;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -ms-linear-gradient(top, #fff, #eee);
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(top, #fff, #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#eee');
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	height: 22px;
	-moz-box-shadow: 0 0 1px 1px rgba(0,0,0,.1) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.1) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(0,0,0,.1) inset, 0 1px 0 rgba(0,0,0,.3);
}


.wpd .header .title {
	text-align: center;
	margin: 0px 33px;
	padding: 3px 0 2px;


}

.wpd .header .next{
	-moz-border-radius: 0 5px 0 0;
	-khtml-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
	padding: 1px 5px 1px 4px;
}

.wpd .header .previous{
	-moz-border-radius: 5px 0 0 0;
	-khtml-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
	padding: 1px 3px 1px 6px;
}


.wpd .header .disabled,
.wpd .header .title.disabled:hover,
.wpd .header .previous.disabled:hover,
.wpd .header .next.disabled:hover{
	color: #233610;
	background: #eee;
	cursor: default;
	text-shadow: none;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.1) inset, 0 1px 0 rgba(0,0,0,.3);
}

.wpd .header .next:hover,
.wpd .header .previous:hover,
.wpd .header .title:hover{
	background-color: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
	background-image: -moz-linear-gradient(top, #fafafa, #ddd);
	background-image: -ms-linear-gradient(top, #fafafa, #ddd);
	background-image: -o-linear-gradient(top, #fafafa, #ddd);
	background-image: linear-gradient(top, #fafafa, #ddd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
}


.wpd .header .next:active,
.wpd .header .previous:active,
.wpd .header .title:active
{
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
}

.wpd .header .title:focus
{
	outline: 0;
	background: #fafafa;
}

.wpd .header .titleText {
	font-weight: bold;
	font-size: 16px;
}
.wpd .header .next,
.wpd .header .previous,
.wpd .header .closeButton {
	position: absolute;
	width: 24px;
	text-align: center;
	padding-bottom:4px;
	top: 0px;
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
}
.wpd .header .previous {
	left: 0px;
}
.wpd .header .next {
	right: 0px;
}
.wpd .header .closeButton {
	display: none;
	right: 5px;
}

.wpd .header .upArrow{
	font-size: 85%;
	vertical-align: 2px;
	padding-left: 5px;

}

.wpd .body {
	position: relative;
	top: 0px;
	left: 0px;
	width: 208px;
	height: 200px;
	overflow: hidden;
}

.wpd .time {
	width: 100%;
	height: 100%;
}

.wpd .time .hour,
.wpd .time .separator,
.wpd .time .minutes,
.wpd .time .ampm {
	border: 1px solid #ccc;
	background: #fff;
	width: 50px;
	font-size: 32px;
	position: absolute;
	top: 50px;
	text-align: center;
	padding: 2px;
}

.wpd .time .hour,
.wpd .time .minutes,
.wpd .time .ampm {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.wpd .time .hour {
	left: 10px;
}
.wpd .time .separator {
	background: transparent;
	border: 0;
	width: 10px;
	left: 71px;
	top: 60px;
}

.wpd .time .minutes {
	left: 90px;
}

.wpd .time .ampm {
	left: 150px;
}

.wpd .time .ok {
	position: absolute;
	top: 105px;
	width: 136px;
	left: 30px;
	font-size: 20px;
}

.wpd .days .day {
	float: left;
	cursor: pointer;
	text-align: center;
	padding-top: 4px;
	width: 27px;
	overflow: hidden;
	height: 21px;
	margin: 0 3px 3px 0;
	font-weight: bold;
}

.wpd .days .day0 {
	margin-right: 0;
}

.wpd .days .week5 .day {
	margin-bottom: 0;
}

.wpd .days .title {
	font-weight: 200;
	cursor: default;
}

.wpd .days .otherMonth {
	font-weight: normal;
}

.wpd .months .month {
	float: left;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	width: 69px;
	height: 31px;
	padding-top: 15px;
	margin: 0 3px 3px 0;
	font-size: 16px;
}

.wpd .months .month3,
.wpd .months .month6,
.wpd .months .month9,
.wpd .months .month12 {
	margin-right: 0;
	width: 64px;
}

.wpd .months .month10,
.wpd .months .month11,
.wpd .months .month12 {
	margin-bottom: 0;
}

.wpd .years .year {
	float: left;
	cursor: pointer;
	text-align: center;
	padding-top: 11px;
	width: 50px;
	overflow: hidden;
	height: 25px;
	margin: 0 3px 3px 0;
	font-size: 16px;
}

.wpd .years .year3,
.wpd .years .year7,
.wpd .years .year11,
.wpd .years .year15,
.wpd .years .year19 {
	margin-right: 0;
	width: 47px;
}

.wpd .years .year16,
.wpd .years .year17,
.wpd .years .year18,
.wpd .years .year19 {
	margin-bottom: 0;
	height: 26px;
}

.wpd .selected {
	background: #820050 !important;
	color: #fff !important;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wpd .unavailable {
	background: #edd !important;
	color: #b88 !important;
	cursor: default !important;
}

.wpd .days .week .day:hover,
.wpd .months .month:hover,
.wpd .years .year:hover {
	color: #000 !important;
	background: #ddd !important;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* --- WILL CALENDAR --- */
/* --------------------- */

/* --------------------- */
/* --- MESSAGE POPUP --- */

#message-tone {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: rgba(0,0,0,.7);
	z-index: 9000;
}

#message {
	position: fixed;
	width: 300px;
	height: 100px;
	margin-top: -50px;
	left: 50%;
	top: 50%;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 0 25px rgba(0,0,0,.3);
}

#m-close {
	position: absolute;
	width: 30px; height: 30px;
	right: 0px; top: 0px;
	background-image: url('../i/close.png');
	cursor: pointer;
}

#message > .text {
	text-align: center;
	position: absolute;
	top: 40px;
	width: 260px;
	left: 20px;
	font-weight: 400;
}

/* --- MESSAGE POPUP --- */
/* --------------------- */