* {
	padding: 0;
	margin: 0;
}	

html {
	margin: 0;
}

body {
	font-family: Arial, Verdana, serif;
	font-size: 10pt;
	margin: 0;
	background: #E3F4C8 url('../image/bg.jpg') 0 0 repeat-x;
	text-align: center;
}

#container {
}

h1{
	font-size: 14pt;
	font-weight: normal;
	color: #029C4E
}

#card h1 {
	text-align: right;
	padding-right: 20px;
	padding-top: 85px;
}

h1 .name{
	font-weight: bold;
	color: #FFFFFF;
}

h2{
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

h3{
	font-size: 11pt;
	font-weight: bold;
}

.day{
	text-align: center;
	font-size: 16pt;
	color: #657d4d;
	padding: 10px 0px;
	margin-top: 10px;
	font-weight: normal;

}
.cities{
	display: inline;
	margin-left: 10px;
	margin-right: 5px;
	font-weight: normal;
}

.cities a{
	font-size: 12pt;
	color: white;
	text-decoration: none;
}

.cities_first_page{
	font-weight: normal;
	margin-top: 15px;
	text-decoration: none;
}
.cities_first_page a{
	font-size: 12pt;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.choose_city{
	padding-top: 150px;
	font-size: 16px;
	font-weight: bold;
	color: #6E8F3E;
}
table {
	text-align: center;
}

th{
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	background-color: grey;
	height: 30px;
	text-align: center;
}
td {
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
}
.bold_td{
	padding-left: 15px;
	font-weight: bold;
	text-align: left;
}
.big_tr{
	font-size: 12pt;
	font-weight: bold;
	height: 30px;
	text-align: left;
	background-color: #18509b;
	color: #FFFFFF;
	margin-bottom: 100px;

}
.bigger_tr{
	height: 40px;
}


#card {
	margin: auto;
	position: relative;
	margin-top: 20px;
	width: 476px;
	height: 649px;
	background: transparent url('../image/card_bg.png') 0 0 no-repeat;
}
#card2 {
	margin: auto;
	position: relative;
	margin-top: 20px;
	width: 476px;
	height: 649px;
	background: transparent url('../image/card2_bg.png') 0 0 no-repeat;
}

#card2 img{
	margin-top: 5px;
}

.pharmacy_name {
	font-size: 8pt;
	color: #555;
}

#city_select {
	background-color: #6E8F3E;
	border-bottom: 2px solid #7C9F27;
	text-align: left;
	padding: 10px;
	font-size: 12pt;
	font-weight: bold;
	color: #E3F4C8;
}

.row0{
	padding: 4px;
}

.row1{
	padding: 4px;
	background-color: #fff;
}
