/* GENERICS */

body {
    background-color: #2B2B2B;
    color: #2B2B2B;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

p,fieldset,ul,h1,h2,h3,menu {
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family:RC2-Bold, Verdana, Arial, sans-serif;
    font-weight: normal;
}

a img,img {
	border: 0;
}
a {
	outline: 0;
	text-decoration: none;
	color:#000000;
}

input, textarea{
	outline: 0;
}

ul{
	margin-left:20px;
}

div.error{	
	margin:10px 0;
	padding:10px;
	border:1px dotted #FF0000;
	background-color:#FFEBE8;
	color:#000;
}

div.success{	
	margin:10px;
	padding:10px;
	border:1px dotted #008000;
	background-color:#EFFFF9;
	color:#000;
}
div.warning{	
	margin:0;
	padding:10px;
	border:1px dotted #E2C822;
	background-color:#FFF9D7;
	color:#000;
}

.clear {
	height:1px;
	clear: both;
	width:100%;
	display:block;	
}

.display_none  {
	display:none;
}

.odd{
	background-color:#f2f2f2;
}

.even{
	background-color:#f2f2f2;
}

div.margin_auto{
	width:960px;
	height:100%;
	margin:0 auto;
	position:relative;
}

div.overflow_hidden{
	overflow:hidden;
}
/* /GENERICS */

/* STRUCTURES */
div#alert{
	position:fixed;
	width:958px;
	height:118px;
	line-height:118px;
	text-align: center;
	background-color:#8AC7FF;
	border:1px solid #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	z-index:10000;
	left:50%;
	margin:20px 0 0 -480px;
	display:none;
}

header{
	width:100%;
	background-color:#2B2B2B;
	border-bottom:solid 1px #bfbfbf;
	padding:50px 0;
}

header a#logo{
	background:url(../Img/bg/logo.png) no-repeat center left transparent;
	font-size:30px;
	padding:0 0 0 105px;
	float:left;
	height:56px;
	line-height:28px;
	display:block;
}

.emphasizeTitle{
	font-family:RC2-Light, Verdana, Arial, sans-serif;
	text-transform: uppercase;
}

header a#logo span.light{
	font-family:RC2-Light, Verdana, Arial, sans-serif;
	color:#8ac7ff;
	text-transform: uppercase;
	display:block;
}

header a#logo span.bold{
	font-family:RC2-Bold, Verdana, Arial, sans-serif;
	color:#ffffff;
	text-transform: uppercase;
	display:block;
}

header menu {
    float: right;
    font-family: RC2-Light,Verdana,Arial,sans-serif;
    font-size: 21px;
    height: 32px;
    line-height: 32px;
    list-style: none outside none;
    margin: 12px 0 0;
    text-transform: uppercase;
}
header menu li{
	padding:0 30px;
	border-right:1px dotted #bfbfbf;
	float:left;
}

header menu li.last{
	border:none;
}

header menu li a{
	color:#bfbfbf;
}

header menu li a:hover{
	color:#ffffff;
}

header menu li a.selected,
header menu li a.selected:hover {
	color:#8ac7ff;
}

footer{
	width:100%;
	height:75px;
	background-color:#2B2B2B;
	border-top:solid 1px #bfbfbf;
}

footer div.copyright{
	float:right;
	color:#bfbfbf;
	line-height:75px;
}

footer div.copyright a{
	color:#8ac7ff;
}

footer div.copyright a:hover{
	text-decoration: underline;
}

div#content {
    background-color: #F0F0F0;
    overflow: hidden;
    padding: 30px 0 0 105px;
    width: 100%;
}

div#content div.panels{
	width:10000px;
	float:left;
}

div#content div.panels div.panel{
	width:960px;
	float:left;
	position:relative;
}

div#content div.step div#loader1,
div#content div.step div#loader2,
div#content div.step div#loader3,
div#content div.step div#loader4{
	position:absolute;
	width:60px;
	height:60px;
}

div#content div.step div#loader1{
	top:0;
	left:0;
}

div#content div.step div#loader2 {
    left: 228px;
    top: 136px;
}

div#content div.step div#loader3 {
    left: 478px;
    top: 136px;
}

div#content div.step div#loader4 {
    left: 452px;
    top: 136px;
}

/* /STRUCTURES */

/* CONTENT */


h1{
	color:#2B2B2B;
}

div.panel div.panel_overflow{
	width:960px;
	overflow:hidden;
}

div.panel div.panel_overflow div.panel_container {
    overflow: hidden;
    width: 1000px;
}
div.panel div.step {
    border-right: 1px dotted #BFBFBF;
    float: left;
    margin: 0 26px 0 0;
    min-height: 620px;
    padding: 0 26px 0 0;
    position: relative;
    width: 194px;
}

div.panel div#step1.step, div.panel div#step2.step {
	width:454px;
}

div.panel div#step2.step {
	margin:0;
	border:none;
	padding: 0;
}


div.panel div#step3.step {
	width:100%;
	margin:0;
	padding:0;
	border:none;
}

div.panel div#step4.step{
	width:100%;
	margin:0;
	padding:0;
	border:none;
}

div.panel div.step div.title {
    color: #BFBFBF;
    font-family: RC2-Light,Verdana,Arial,sans-serif;
    font-size: 18px;
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
}

div.panel div.step h1 {
    height: 40px;
    font-size:23px;
    line-height: 30px;
    margin: 0 0 20px;
    text-align: center;
}

div.panel div#step1.step div.body{
	padding:0 130px;
}


div.panel div#step3.step div.ul{
	width:354px;
	float:left;
	margin:0 52px 0 0;
}


div.panel div#step3.step div.molecules {
    float: left;
    height: 506px;
    min-height: 506px;
    width: 554px;
}

div.panel div#step2.step ul{
	padding:0 80px;
}

div.panel div.step ul{
	float:left;
	width:100%;
}

div.panel div.step ul li {
    cursor: pointer;
    float: left;
    line-height: 15px;
    margin: 0 0 15px 0;
    width: 100%;
}


div.panel div#step4.step ul li {
	width:33%;
}

div.panel div.step ul li span.case{
	width:15px;
	height:15px;
	background-color: #BFBFBF;
	float:left;
	margin:0 15px 0 0;
	display:block;
}

div.panel div.step ul.radio li span.case{
	border-radius:15px;
}

div.panel div.step ul li.selected span.case{
	background-color: #BFE0FF;
	width:13px;
	height:13px;
	border:solid 1px #BFBFBF;
}

div.panel div.step ul li span.text{
	width:164px;
	float:left;
	color:#2B2B2B;
	display:block;
}

div.panel div#step3.step ul li span.text {
    width: 324px;
}

div.panel div#step4.step ul li span.text {
    width: 275px;
}

div.panel div#step4.step ul li{
	color: #2B2B2B;
}

div.panel div#step4.step ul li span.text a{
	color: #2B2B2B;
}

div.panel div#step4.step ul li span.text a:hover{
	color: #8AC7FF;
}

div.panel div#step4.step ul li.selected span.text,
div.panel div#step4.step ul li:hover span.text{
	color: #2B2B2B;
}


div.panel div.step ul li.selected span.text,
div.panel div.step ul li:hover span.text{
	color: #8AC7FF;
}

div.panel div.step div.next {
    cursor: pointer;
    float: right;
    height: 24px;
    line-height: 22px;
    margin: 21px 0 0;
}

div.panel div.step div.next div.text{
	height:24px;
	background-color:#2B2B2B;
	float:left;
	color:#ffffff;
	text-transform: uppercase;
	padding:0 20px
}

div.panel div.step div.next div.arrow{
	width:13px;
	height:24px;
	float:left;
	background:url(../Img/bg/arrow.png) repeat transparent;
}

div.panel div#step4.step a.find_pharmacies {
    background: url("../Img/icons/green_cross.png") no-repeat scroll 0 0 transparent;
    color: #63BC46;
    display: block;
    float: right;
    font-family: RC2-Light,Verdana,Arial,sans-serif;
    font-size: 21px;
    height: 50px;
    line-height: 50px;
    margin: 0 0 35px;
    padding: 0 0 0 60px;
    text-transform: uppercase;
}


div.panel map.human_body_parts area{
	cursor:pointer;
}

div.panel div.human_body_part {
    color: #8AC7FF;
    font-family: RC2-Light,Verdana,Arial,sans-serif;
    font-size: 24px;
    line-height: 24px;
    margin: 21px 0 0;
    text-align: center;
    text-transform: uppercase;
}


div.panel div.molecules div.molecule{
	background-color:#bfe0ff;
	padding:10px;
}

div.panel div.molecules div.molecule h2 {
    color: #2B2B2B;
    font-family: RC2-Light,Verdana,Arial,sans-serif;
    font-size: 21px;
    margin: 0 0 15px;
    text-align: center;
}

div.panel div.molecules div.molecule h3{
	font-size: 16px;
	color:#2b2b2b;
}

div.panel div.molecules div.molecule p {
    line-height: 12px;
    margin: 0 0 15px;
}

div.panel div.molecules div.molecule ul{
	width:100%;
	margin:0 0 15px 0;
}

div.panel div.molecules div.molecule ul li{
	float:none;
	width:100%;
	margin:0;
	line-height: 12px;
}



div#progress_bar{
	border-radius:5px;
	width:960px;
	background:url(../Img/bg/progress_bar.png) repeat #BFBFBF;
	margin:20px 0 0 0;
	height:20px;
	position:relative;
}

div#progress_bar div.current{
	position:absolute;
	left:0;
	top:0;
	background:url(../Img/bg/progress_bar.png) repeat #2B2B2B;
	border-radius:5px;
	width:0px;
	height:20px;
	z-index:2px;
}

div#progress_bar ul{
	position:absolute;
	z-index:3px;
	left:0;
	top:0;
	width:960px;
}

div#progress_bar ul li{
	width:319px;
	border-right:solid 1px #F0F0F0;
	height:17px;
	float:left;
	text-align: center;
	color:#F0F0F0;
	text-transform: uppercase;
	line-height:16px;
	margin:1px 0 0 0;
}
div#progress_bar ul li.last{
	border:none;
}

/* /HOME */

/* ABOUT */
div#about{
	width:800px;
	margin:0 auto;
}

div#about h1 {
    margin: 0 0 15px 35px;
}

div#about div.content {
    margin: 0 0 50px;
}

div#about div.content p {
    margin: 0 0 10px;
    text-align: justify;
    text-indent: 35px;
}

div#about div.form {
    margin: 0 auto;
    width: 592px;
}

div#about div.form div.row{
	width:100%;
	height:25px;
	margin:0 0 10px 0;
}

div#about div.form div.row label{
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	width:150px;
	text-align: right;
	margin:0 20px 0 0;
	font-weight: bold;
}

div#about div.form div.row input,
div#about div.form div.row textarea{
	border:1px solid #878787;
	margin:0;
	font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

div#about div.form div.row input{
	width:250px;
	padding:0 10px;
	height:25px;
}

div#about div.form div.row.textarea{
	height:140px;
    margin:0 0 30px 0;
}

div#about div.form div.row.textarea textarea{
	width:400px;
	height:120px;
	padding:10px;
	resize:none;
}

div#about div.form div.row.submit input {
    background-color: #2B2B2B;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    font-family: RC2-Bold,Verdana,Arial,sans-serif;
    font-size: 19px;
    height: 30px;
    padding: 0 0 7px;
    text-transform: uppercase;
    width: 100px;
    float:right;
}

div#about div.form div.row.submit input:hover{
	color: #8AC7FF;
}

/* /ABOUT */

/* /CONTENT */


/** PHARMACY **/

div#pharmacies {
	
}

div#pharmacies h1 {
    margin: 10px 0 0;
}

div#pharmacies div.top {
    padding: 0 100px;
}

div#pharmacies div.top h1 {
    margin: 0 0 30px;
    text-align: center;
}

div#pharmacies div.top div.type {
    cursor: pointer;
    float: left;
    font-family: RC2-Light;
    font-size: 22px;
    height: 80px;
    padding: 130px 0 0;
    text-align: center;
    width: 50%;
}

div#pharmacies div.top div.type.geolocation{
	background:url(../Img/icons/earth.png) no-repeat top center transparent;
}

div#pharmacies div.top div.type.address{
	background:url(../Img/icons/envelope.png) no-repeat top center transparent;
}

div#pharmacies div.top div.type.address div.input {
    height: 30px;
    margin: 15px 0 0;
}
div#pharmacies div.top div.type.address div.input input#google_address {
    border: 1px solid #2B2B2B;
    display: block;
    float: left;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0 5px;
    width: 310px;
    font-family: Verdana,Arial,sans-serif;
}

div#pharmacies div.top div.type.address div.input input.submit {
    background-color: #2B2B2B;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-family: RC2-Bold,Verdana,Arial,sans-serif;
    font-size: 19px;
    height: 30px;
    margin: 0 0 0 5px;
    text-transform: uppercase;
    width: 50px;
}

div#pharmacies div.middle {
    background-color: #BFBFBF;
    height: 1px;
    margin: 61px auto 66px;
    width: 350px;
}

div#pharmacies div.bottom{

}
div#pharmacies div.bottom div.main{
	margin:10px 0 20px 0;
	width:100%;
}

div#pharmacies div.bottom div.main div.map{
	padding: 0;
	width: 680px;
	float:left;
	margin:0 30px 0 0;
}

div#pharmacies div.bottom div.main div.map h1{
	float:left;
	height:50px;
}

div#pharmacies div.bottom div.map div.mode {
    height: 50px;
    width: 100%;
    float:right;
    width:120px;
}

div#pharmacies div.bottom div.map div.mode a{
	width:60px;
	height:50px;
	display:block;
	float:left;
	background:url(../Img/icons/modes.png) no-repeat;
}

div#pharmacies div.bottom div.map div.mode a.car{
	background-position:0 0;
}

div#pharmacies div.bottom div.map div.mode a.car.selected,
div#pharmacies div.bottom div.map div.mode a.car:hover{
	background-position:0 -50px;
}

div#pharmacies div.bottom div.map div.mode a.walker{
	background-position: 0 -100px;
}

div#pharmacies div.bottom div.map div.mode a.walker.selected,
div#pharmacies div.bottom div.map div.mode a.walker:hover{
	background-position: 0 -150px;
}


div#pharmacies div.bottom div.main div.map div#map_canvas{
	margin: 0;
	padding: 0;
	height: 580px;
	width: 680px;
}

div#pharmacies div.bottom div.main div.list{
	float:left;
	width:250px;
	position:relative;
}

div#pharmacies div.bottom div.main div.list h1{
	text-align: right;
	height:50px;
}

div#pharmacies div.bottom div.main div.list div#loader {
    height: 60px;
    left: 128px;
    position: absolute;
    top: 50px;
    width: 60px;
}

div#pharmacies div.bottom div.main div.list ul {
}
div#pharmacies div.bottom div.main div.list ul li{
	border-bottom:1px dotted #BFBFBF;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	cursor: pointer;
	text-align: right;
}

div#pharmacies div.bottom div.main div.list ul li.last{
	border:none;
}

div#pharmacies div.bottom div.main div.list ul li span.ad{
	display:block;
}

div#pharmacies div.bottom div.main div.list ul li span.phone{
	display:block;
	font-style: italic;
}

div#pharmacies div.bottom div.main div.list ul li.selected,
div#pharmacies div.bottom div.main div.list ul li:hover{
	color: #8AC7FF;
}

div#pharmacies div.bottom div.itinerary{
	display:none;
}
div#pharmacies div.bottom div.itinerary h1{
	margin:10px 0;
}

div#pharmacies div.bottom div.itinerary div#itinerary_content div div.adp-warnbox div.warnbox-c1,
div#pharmacies div.bottom div.itinerary div#itinerary_content div div.adp-warnbox div.warnbox-c2{
	display:none;
}
div#pharmacies div.bottom div.itinerary div#itinerary_content div div.adp-warnbox div.warnbox-content{
	padding:10px;
	border:1px dotted #E2C822;
	background-color:#FFF9D7;
}

div#pharmacies div.bottom div.itinerary div#itinerary_content div div table.adp-placemark{
	background-color:#ffffff;
}

div#pharmacies div.bottom div.itinerary div#itinerary_content div div table.adp-directions{
	width:100%;
}

div#pharmacies div.bottom div.itinerary div#itinerary_content div div div.adp-summary {
    color: #8AC7FF;
    font-size: 14px;
    font-weight: bold;
}

div#pharmacies div.bottom div.itinerary div#itinerary_content div div div table.adp-directions tbody tr {
    border-top: 1px solid #CDCDCD;
    display: block;
    padding: 5px 0;
    width: 100%;
}

div#pharmacies div.bottom div.itinerary div#itinerary_content div div div table.adp-directions tbody tr:first-child {
	border:none;
}

div#pharmacies div.bottom div.itinerary div#itinerary_content div div div table.adp-directions tbody tr td{
	border:0;
}
div#pharmacies div.bottom div.itinerary div#itinerary_content div div.adp-legal{
	display:none;
}
/** /PHARMACY **/


/** DRUG **/

div#drug{
	width:850px;
	margin:0 auto;
}

div#drug h1{
	margin:0 0 45px 0;
	text-align: center;
}

div#drug h2{
	margin:0 0 5px 0;
}

div#drug div.group{
	margin:0 0 30px 0;
	text-align: justify;
}


/** extra **/
a.rate { font-weight: 800; color: #8ac7ff;}
#content a { font-weight: 700;}
.presentation {width : 90%; style="margin-left:5%"}
dt { font-size: 1.2em;
     font-weight: bold; }
dd {    font-size: 1.1em;}

