@charset "utf-8";
/* -------------------------------------------------------------- 
	Screen - screen.css
	* Sets up site.
-------------------------------------------------------------- */
body		{ background: #d6e771 url(../img/bg_body.gif) no-repeat top center; }
#container	{ width: 760px; margin: 0 auto; background: #fff url(../img/bg_container.gif) repeat-y center center; }


/* Header and contents
-------------------------------------------------------------- */
#header		{ width: 100%; display: block; height: 160px; position: relative; }
#header-wrp	{ width: 760px; margin: 0 auto; display: block; height: 160px; position: relative; background: url(../img/bg_header.gif) no-repeat bottom center; }
#nav 		{ width: 730px; position: absolute; bottom: 0; left: 15px; border-bottom: 1px dashed #e7f1ab; }
#logo		{ width: 200px; height: 64px; position: absolute; top: 8px; left: 30px; }


/* Main - Content and Sidebar - Footer
-------------------------------------------------------------- */
#main		{ width: auto; display: block; padding: 15px; overflow: hidden; }
#content	{ width: 510px; float: left; margin: 0 20px 0 0; display: inline; overflow: hidden; }
#content img{ background: url(../img/ajax-loader.gif) no-repeat center center; }
#sidebar	{ width: 200px;	float: left; display: inline; overflow: hidden; }
div.spacer	{ clear: both; height: 15px; display: block; }
#footer		{ width: auto; height: 30px; line-height: 30px; padding: 0 15px; display: block; border-top: 1px dashed #e7f1ab; position: relative; }
#footer p	{ margin: 0; } /* IE fix double margin-bottom */


/* -------------------------------------------------------------- 
	Typography - typography.css
	* Sets up some sensible default typography.
-------------------------------------------------------------- */
body		{ color: #222; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }


/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4 { color: #cf2930; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin-bottom: 0.75em; line-height: 1; }

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

h1 img, h2 img, h3 img, h4 img { margin: 0; }


/* Text elements
-------------------------------------------------------------- */
p			{ margin: 0 0 1.5em; }
p img		{ float: left; margin: 1em 1em 1em 0; padding: 5px; border: 1px solid #eee; }
p img.right { float: right; margin: 1em 0 1em 1em; }

b			{ color: #cf2930; }

a:focus, 
a:hover     { color: #77832e; }
a           { color: #abbd26; text-decoration: underline; outline: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

hr			{ height: 1px; border-width: 0; border-top: 1px dashed #ddd; margin: 0 0 15px 0; }


/* Lists
-------------------------------------------------------------- */
li ul, 
li ol       { margin: 0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

li			{ background: url(../img/bullet.gif) no-repeat 0px 6px; margin: 0 0 5px; padding:0 0 0 12px; }

ul          { list-style-type: none; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #c3d9ff; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }
.hidelink	{ text-decoration: none; color: #222; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background: #ff0; padding: 1px 3px; }
.added      { background: #060; color: #fff; padding: 1px 3px; }
.removed    { background: #900; color: #fff; padding: 1px 3px; }

.first      { margin-left: 0; padding-left: 0; }
.last       { margin-right: 0; padding-right: 0; }
.top        { margin-top: 0; padding-top: 0; }
.bottom     { margin-bottom: 0; padding-bottom: 0; }

.toggle		{ color: #cf2930; text-decoration: none; } .toggle:hover, .toggle:focus, .toggle:active { color: #be1820; }
.totop		{ position: absolute; right: 10px; bottom: 10px; width: 10px; height: 10px; display: block; overflow: hidden; background: url(../img/ico-arrow.gif) top left no-repeat; z-index: 100; }
.bulla		{ font-weight: bold; color: #abbd26; padding: 2px 2px 3px 16px; background: url(../img/ico-bulla.gif) no-repeat 0% 50%; }
.warning	{ background: #ff0; color: #000; margin: 8px 0 5px -25px; padding: 5px 10px; border: 2px solid #d6e771; font-weight: bold; }


/* -------------------------------------------------------------- 
	Forms - forms.css
	* Sets up some default styling for forms
	* Gives you classes to enhance your forms
	* For text fields, use class .title or .text
-------------------------------------------------------------- */
label       { font-weight: bold; color: #555; }
fieldset    { padding: 0; padding: 20px 0 20px 20px; background: #f6f6f6; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size: 1.2em; }
form br		{ clear: left; }
form hr		{ height: 1px; border-width: 0; border-top: 1px solid #ccc; margin: 10px 0 10px -20px; }

/* Form fields
-------------------------------------------------------------- */
input, textarea, select	{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #222; font-size: 11px; background: url(../img/bg_input.gif) top left no-repeat; float: left; display: block; }
input.text, input.title, textarea, select		{ margin: 0.5em 0; border: 1px solid #aaa; }
input:hover, textarea:hover, select:hover		{ border: 1px solid #888; }
input:active, textarea:active, select:active	{ border: 1px solid #888; }

input.text, 
input.title	{ width: 250px; padding: 5px; margin: 3px 5px 10px 0; }
input.title	{ font-size: 1.0em; }
textarea	{ width: 250px; height: 100px; padding: 5px; margin: 3px 5px 10px 0; }
select		{ padding: 4px 4px 0 2px; margin: 3px 5px 10px 0; }
option		{ padding: 2px 0px 2px 3px; border-bottom: 1px solid #eee; background: #fff; }

.labelleft	{ margin: 2px 3px; display: block; float: left; }

.submit,
.clean		{ font-weight: bold; border: 1px solid; border-color: #aaa #666 #666 #aaa; cursor: pointer; padding: 5px 15px; margin: -5px 5px 0 0; background: #fff url(../img/bg_button.gif) bottom left no-repeat; color: #555; }
.submit:hover,
.clean:hover { border: 1px solid; border-color: #666 #aaa #aaa #666; position: relative; top: 1px; left: 1px; background: #fff url(../img/bg_input.gif) top left no-repeat; }

#button-pedido	{ background: url(../img/pedido-virtual.gif) no-repeat top center; width: 200px; height: 40px; display: block; overflow: hidden; cursor: pointer; margin: 0 0 20px 0; }
#button-pedido:hover	{ background-position: bottom center; }
#button-pedido span	{ display: none; }
/* Success, notice and error boxes
-------------------------------------------------------------- */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
.notice     { background: #fff6bf; color: #514721; border-color: #ffd324; }
.success    { background: #e6efc2; color: #264409; border-color: #c6d880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

.LV_validation_message	{ font-weight: bold; margin: 8px 0 0 0; float: left; display: block; }
.LV_valid				{ color: #0c0; }
.LV_invalid				{ color: #c00; }
.LV_valid_field, 
input.LV_valid_field:hover, 
input.LV_valid_field:active, 
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active		{ border: 1px solid #0c0; }
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active, 
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active	{ border: 1px solid #c00; }


/* Stores Id's and Float Menu
-------------------------------------------------------------- */
#address, #phone, #mail, #time, #pharmaceutic, #delivery, #parking, #convenios { width: 175px; padding: 2px 0 12px 25px; margin: 0 0 10px 0; border-bottom: 1px dashed #e7f1ab; }

#address h6, #phone h6, #mail h6, #time h6, #pharmaceutic h6, #delivery h6, #parking h6, #convenios h6 { font-weight: bold; margin: 0 0 5px 0; }

#address	{ background: url(../img/ico-address.gif) top left no-repeat; margin: 45px 0 10px 0; }
#phone		{ background: url(../img/ico-phone.gif) top left no-repeat; }
#mail		{ background: url(../img/ico-mail.gif) top left no-repeat; }
#time		{ background: url(../img/ico-time.gif) top left no-repeat; }
#pharmaceutic { background: url(../img/ico-pharmaceutic.gif) top left no-repeat; }
#delivery	{ background: url(../img/ico-delivery.gif) top left no-repeat; }
#parking	{ background: url(../img/ico-parking.gif) top left no-repeat; }
#convenios	{ background: url(../img/ico-other.gif) top left no-repeat; }

#floatmenu { width: 180px; }
#floatmenu ul { margin: 0; padding: 0; }
#floatmenu li { background: none; width: 100%; margin: 0; padding: 0; line-height: 26px; }
#floatmenu ul li a { display: block; padding: 0 15px; background: #fff; text-decoration: none; border-bottom: 1px dashed #ddd; }
#floatmenu ul li a:hover { color: #77832e; border-bottom: 1px dashed #ddd; }
#floatmenu h3 { padding: 10px 15px; margin: 0; border-bottom: 1px dashed #ddd; }

#cardiologia, #cirurgia-plastica, #dermatologia, #endocrinologia, #gastroenterologia, #geriatria, #ginecologia, #nefrologia, #neurologia, #odontologia, #orto-traumatologia, #otorrinolaringologia, #pediatria, #pneumologia, #proctologia, #psiquiatria, #reumatologia, #urologia, #faseolamina, #aurantium, #fimbriata, #aromatizantes, #verao_bulla, #balas_emagrecedoras { display: none; background: #fff; }