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

/* POPUP */

#popup{
	width:940px;
	margin:0 auto;
	padding:0 0 20px 0;
}
#popup h1{
	font-size:30px;
	font-weight:bold;
	color:#8ecc09;
	text-align: left;
	padding: 0 0 30px 0;
}
#popup h2{
	font-size:22px;
	font-weight:bold;
	color:#8ecc09;
	text-align: left;
	padding: 0 0 20px 0;
}
#popup p{
	font-size:14px;
	color:#041b2b;
	text-align: left;
	padding: 0 0 20px 0;
	text-align:justify;
}
#popup p a{
	text-decoration:underline;
}
#popup p a:hover{
	text-decoration:none;
}


/* CLEANING CALENDAR POPUP */

#popup .tab-1{
	width:930px;
}
#popup table.tab-1 td.td-1{
	background-image:url(../images/calendar/01.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	height:59px;
	border-right:1px solid #fff;
	border-bottom:2px solid #fff;
	width:155px;
	color:#041b2b;
}
#popup table.tab-1 td.td-2{
	background-image:url(../images/calendar/02.jpg);
	background-repeat:repeat-x;
	height:59px;
	border-right:1px solid #fff;
	border-bottom:2px solid #fff;
	width:153px;
	color:#fff;
}
#popup table.tab-1 td.td-3{
	background-image:url(../images/calendar/03.jpg);
	background-repeat:no-repeat;
	background-position:right 0;
	height:59px;
	width:155px;		
	color:#fff;	
	border-bottom:2px solid #fff;		
}
#popup table.tab-1 td.td-1,
#popup table.tab-1 td.td-2,
#popup table.tab-1 td.td-3{
	text-align:center;
	font-size:16px;
	color:#041b2b;
	font-weight:bold;
	text-transform:uppercase;
}

#popup table.tab-1 td.td-4{
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	height:54px;
	background-color:#8ecc09;
}
#popup table.tab-1 td.td-5{
	border-bottom:1px solid #fff;
	height:54px;
	background-color:#8ecc09;	
}
#popup table.tab-1 td.td-0{
	background-color:#1776b0;
	color:#fff;
	font-weight:bold;
	border-bottom:1px solid #fff;	
}
#popup table.tab-1 td.td-4,
#popup table.tab-1 td.td-5,
#popup table.tab-1 td.td-0{
	text-align:center;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

/* DRY CLEANING PRICES */
#popup .tab-2{
	width:100%;
}
#popup .tab-2 td{
	color:#1776b0;
	font-weight:bold;
	text-align:left;
}
#popup .tab-2 td.td-0{
	color:#041b2b;
	font-weight:normal;
	text-align:right;
}
#popup .tab-2 td.td-1-a{
	font-size:16px;
	font-weight:bold;
	color:#8ecc09;
	text-align: left;
	padding: 0 0 10px 0;
}
#popup .tab-2 td.td-1-b{
	font-size:16px;
	font-weight:bold;
	color:#8ecc09;
	text-align:right;
	padding: 0 0 10px 0;
}
#popup .tab-2 td.td-1-c{
	text-align:center;
	background-image:url(../images/common/dot-1.jpg);
	background-repeat:repeat-y;
	background-position:center center;
}
#popup .tab-2 td.td-1-d{
	text-align:center;
	background-image:url(../images/common/dot-1.jpg);
	background-repeat:repeat-x;
	background-position:center center;
}
#popup .tab-2 td.td-2 .spn{
	font-size:16px;
	font-weight:bold;
	color:#8ecc09;
	text-align: left;
}
#popup .tab-2 td .spn-2{
	color:#041b2b;
	text-align: left;
	font-weight:normal;
}
#popup .right{
float:right;
}