* { padding: 0; margin: 0; }

body {
	background: #111;
	color: #efefef;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%; height: 100%;
}

#container {
	width: 600px; height: 380px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

#dates {
	background: #222;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	height: 40px;
	position: absolute;
	top: 0; left: 0;
	text-shadow: #000 1px 1px 1px;
	width: 100%;
}

    #dates .date {
        color: #999;
        cursor: pointer;
        float: left;
        width: 200px;
        text-align: center;
        height: 100%;
    }
    #dates .date span {
        clear: both;
        color: #eee;
	    font-size: 18px;
    }

    #dates .active {
        background: url(../images/pharmacies/menu-bg.png) repeat-x;
        -webkit-border-radius: 10px;
	       -moz-border-radius: 10px;
	            border-radius: 10px;
        color: #FFDCBC;
        cursor: default;
    }

#pharmacies-wrap {
	background: #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	top: 60px; left: 0;
	padding: 10px;
	width: 580px;
}
#pharmacies {
	cursor:  default;
	width: 585px; height: 300px;
}
#pharmacies .date {
	background: url(../images/pharmacies/date.png) no-repeat;
	color: #111;
	font-size: 16px;
	padding: 0 10px;
	line-height: 30px;
	width: 580px;
}
#pharmacies .group { margin-bottom: 5px }
#pharmacies .group .pharmacy {
	background: url(../images/pharmacies/pharmacy.png) repeat-y;
	border: 0;
	color: #111;
	font-size: 12px;
	padding: 0 10px;
	line-height: 25px;
	width: 560px;
}
#pharmacies .group .pharmacy a {
    color: #111;
    border-bottom: #111 1px dotted;
    text-decoration: none;
}
#pharmacies .group .pharmacy a:hover {
    color: #ffeecc;
    border-bottom-color: #ffeecc;
    text-shadow: #333 1px 1px 0px;
}
#pharmacies .group .pharmacy:last-child {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom: #111 1px solid;
}