/* 
CSS Document 
Wink Hosting (www.winkhosting.com)
Designed By Alexis Corredor
alexis.corredor@gmail.com
*/
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#000;
}

/*HEADER*/
#header{
	width: 800px;
	position:relative; 
	height: 162px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
}
/*COMPANY NAME IN HEADER*/
#companyname {
	position:absolute;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	margin-top:50px;
	margin-left:40px;
	left: 0px;
	top: 0px;
}
/*MENU IN HEADER*/
#menu{
	position:absolute;
	bottom: 20px;
	right: 30px;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}
#menu a{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}
#menu a:hover{
	text-decoration:underline;
}

/*LEFT PANEL (News, Links, etc.)*/
#leftpanel{
	float:left;
	width:200px;
}

/*CONTENT*/
#content{
	width: 800px;
}
#contenttext{
	float:right;
	width: 580px;
	text-align:left;
}

/*FOOTER*/
.footer{
	width: 779px;
	height: 32px;
	background-image:url(bg_footer.gif);
	background-repeat:no-repeat;
	clear:both;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
}
/*FOOTER LINKS*/
.footer a{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}

/*TABLE*/
.table_top{
	width: 204px; 
	height: 27px;
	background-image:url(table_top.jpg);
	background-repeat:no-repeat;
}
.table_content{
	width: 204px;
	background-image:url(table_content.jpg);
	background-repeat:repeat-y;
}
.table_text{
	margin-left:15px;
	margin-right:15px;
	text-align:justify;
}
.table_bottom{
	width: 204px; height: 23px;
}

/*TEXT STYLES*/
.news_date {	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #0099CC;
}
.body_text {	font-family: Arial;
	font-size: 11px;
	margin:0;
	padding:5px 0;
}
.news_more {	font-family: Arial;
	font-size: 10px;
	color: #FF9900;
	font-weight: bold;
}
.news_text {	font-family: Arial;
	font-size: 10px;
}

.subtitle_gray {	font-family:Arial;	
	font-weight: bold;
	font-size: 14px;
	color: #CCCCCC;
}
.title_blue {font-family: Arial; font-weight: bold; font-size: 18px; color: #7DA5E0; margin:0 0 0 0; padding:0 0 0 0;}
.title_panel {	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}


div.single_pharmacy_container{
	width:180px;
	height:275px;
	background-image:url('images/bg.gif');
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:12px;
	color:#333;
}
div.single_pharmacy_logo{
	text-align:center;
	padding-top:6px;
}

div.single_pharmacy_logo a {text-decoration: none;}
div.single_pharmacy_logo img {border:0px;}


ul.single_pharmacy_orange{
	list-style-image:url('images/marker.jpg');
	list-style-position:outside;
	margin: 5px 12px 0px 12px;
	padding: 0 5px 0 12px;
	text-align:left;
	line-height:20px;
}
div.single_pharmacy_credit_cards{
	/*padding-left:15px;*/
}
div.single_pharmacy_note{
	font-size:10px;
	padding-left:10px;
	padding-top:3px;
	padding-right:5px;
	line-height:10px;
	text-align:left;
}
div.pharmacy_link{
	text-align:center;
	font-weight:bold;
	padding-top:5px;
}


.description_title{
	border-width: 1px 1px 0 1px;
	border-color:#c1c1c1;
	border-style:solid;
	padding-top:10px;
	padding-left:3px;
	padding-right:3px;
	height:22px;
	font-weight:bold;
	font-family: Tahoma,sans-serif;
	font-size: 11px;
	color:#666;
}
.description_title_active{
	border-width: 1px 1px 0 1px;
	border-color:#c1c1c1;
	border-style:solid;
	padding-top:10px;
	padding-left:3px;
	padding-right:3px;
	height:22px;
	font-weight:bold;
	font-family: Tahoma,sans-serif;
	font-size: 12px;
	color:#538CDF;
}
.description_text{
	border-width: 1px 1px 1px 1px;
	border-color:#c1c1c1;
	border-style:solid;
	padding:0 10px 0 10px;
}
.description_text h1{
	margin:0 0 0 0;
	padding:5px 0;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #7DA5E0;
}
.description_text h2{
	margin:0 0 0 0;
	padding:5px 0;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #7DA5E0;
}