﻿/* !Global Reset */
/*-------------------------------------------------------------------- */
*
{
	font-size: 100.01%;
	margin: 0;
	padding: 0;
}
html
{
	font-size: 62.5%;
	height: 100%;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, fieldset, table, ul, ol
{
	margin: 0 0 1em;
}

input
{
	margin: 0;
	padding: 0;
}

.textinput
{
	background-image: url(/Images/input_bg.jpg);
	background-repeat: repeat-x;
	border: 2px solid #999;
	font: 12px;
	outline: none;
	padding: 1px;
}

small
{
	font-size: 11px;
	color: #777;
}

/* !Fixers */
/*-------------------------------------------------------------------- */
* a
{
	position: relative;
}
/* Gets links displaying over a PNG background */
a
{
	outline: none;
}
/* Gets rid of Firefox's dotted borders */
a img
{
	border: none;
}
/* Gets rid of IE's blue borders */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img
{
	border: 0;
}
q:before, q:after
{
	content: '';
}

/* !Base Elements */
/*-------------------------------------------------------------------- */
a, a:link, a:visited
{
	color: #3b5998;
	text-decoration: none;
}
a:hover
{
	color: #3b5998;
	text-decoration: underline;
}
a:active
{
	color: #777;
}
abbr, acronym
{
	font-style: normal;
	border-bottom: dotted 1px #666;
	cursor: help;
}

blockquote
{
	border-left: .25em solid #e3e3e3;
	margin-left: 1.5em;
	padding-left: 1.5em;
}
body, form
{
	color: #333;
	font: 13px/175% "Helvetica Neue" , Helvetica, Arial, sans-serif; /*text-shadow: rgba(0,0,0,.01) 0 0 1px;*/
	margin: 0;
	padding: 0;
	height: 100%;
}
code
{
	font: 1.1em monaco, courier, monospace;
}
h1
{
	margin: 0;
}
h2
{
	font-size: 19px;
}
h3
{
	color: #c3b887;
	font: normal 18px "HelveticaNeue-Light" , "Helvetica Neue Light" , "Helvetica Neue" , Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}

h3 strong
{
	font-weight: bold;
	color: #64a934;
}

h4
{
	color: #474747;
	font-size: 17px;
	padding-top: 20px;
}

h5
{
	color: #c3b887;
	font: normal 18px "HelveticaNeue-Light" , "Helvetica Neue Light" , "Helvetica Neue" , Helvetica, Arial, sans-serif;
	padding-top: 10px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

hr
{
	border: none;
	height: 4px;
	background: #eee;
	margin: 1em 0;
}
ol, ul
{
	margin-left: 2em;
}

.numberReading
{
	 letter-spacing: 0px;
}

/* !Wrap */
/*-------------------------------------------------------------------- */
#wrapper
{
	background: #f2f2f2 url(          '/Images/bg.gif' ) top center repeat-y;
	min-height: 100%;
}

/*Opera Fix*/
body:before
{
	/* thanks to Maleika (Kohoutec)*/
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px; /* thank you Erik J - negate effect of float*/
}

#wrap
{
	background: url(          '/Images/bg-logo.jpg' ) top center no-repeat;
	margin: 0 auto;
	width: 780px;
}

#logoContainer
{
	display: block;
	margin: 0 auto;
	padding-bottom: 30px;
	width: 564px;
	height: 138px;
}

/* Logo */
h1#logo
{
	background: url(          '/Images/logo.gif' ) top left no-repeat;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
	width: 564px;
	height: 138px;
}

.countryFlag
{
	display: block;
	position: relative;
	float:right;
	margin-top: -18px;
	margin-right: 3px;
}

/* About */
h2
{
	color: #474747;
	letter-spacing: -1px;
	line-height: 125%;
	margin-bottom: 0;
	text-align: center;
}

#h2fillform
{
	font-weight: bold;
	text-align: right;
	letter-spacing: -1px;
	padding-right: 20px;
	color: #c3b887;
	padding-top: 8px;
	text-align: center;
}


/* !newspaperthumb */
/*-------------------------------------------------------------------- */

#newspaperthumb
{
	position: relative;
	margin-left: -30px;
	margin-top: 0px;
	z-index: 1;
	float: right;
}

#newspaperthumb #arrow
{
	position: relative;
	float: left;
	background: url(         '/Images/green_arrow.png' ) 0 0 no-repeat;
	width: 53px;
	height: 39px;
	margin-left: 2px;
	margin-top: -130px;
	z-index: 2;
}

#newspaperthumb #image
{
	position: relative;
	float: left;
	background: url(         '/Images/1958_small.jpg' ) 0 0 no-repeat;
	height: 220px;
	width: 155px;
	margin-top: 0px;
	margin-left: 40px;
	z-index: -2;
}

/* !birthdayForm */
/*-------------------------------------------------------------------- */

#birthdayFormArea
{
	position: relative;
	height: 220px;
	display: block;
	width: 605px;
	text-align: center;
	margin: 0px auto;
	margin-top: 15px;
	margin-bottom: 25px;
}

#birthdayForm
{
	float: left;
	position: relative;
	background: #f00;
	height: 220px;
	padding: 10px;
	width: 413px;
	text-align: center;
	background: url(         '/Images/form_background.jpg' ) 0 0 no-repeat;
}

#birthdayForm h3
{
	color: #444;
	font-size: 21px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e3cd95;
}
#birthdayForm h3 strong
{
	color: #64a934;
	font-weight: bold;
}

#birthdayForm label
{
	background: #f0;
	display: block;
	float: left;
	text-indent: 10px;
	width: 145px;
	text-align: left;
}

#birthdayForm label strong
{
	color: #888;
	font-weight: normal;
	font-size: 11px;
}

#birthdayForm p
{
	overflow: hidden;
}
#birthdayForm .name
{
	float: left;
	background-image: url(/Images/input_bg.jpg);
	background-repeat: repeat-x;
	border: 2px solid #999;
	font: 12px;
	outline: none;
	width: 228px;
	padding: 1px;
	padding-left: 2px;
}

#birthdayForm .name:hover
{
	border: 2px solid #000;
}
#birthdayForm .name:focus
{
	border: 2px solid #c3b887;
}

#birthdayForm p a
{
	background: url(         '/Images/button_consultar.png' ) top left no-repeat;
	display: block;
	height: 31px;
	margin: 0 auto;
	margin-top: 15px;
	text-indent: -9999px;
	width: 174px;
}
#birthdayForm p a:hover
{
	background: url(         '/Images/button_consultar.png' ) bottom left no-repeat;
}
#birthdayForm p a:active
{
	background: url(         '/Images/button_consultar.png' ) bottom left no-repeat;
}

/* ContactForm */
/*-------------------------------------------------------------------- */

#contactDetails
{
	/*background: #f7f7f8; */
	margin-bottom: 25px;
	padding-top: 20px;
	float: left;
	width: 260px;
}

#contactForm
{
	float: right;
	background: #f00; /*padding: 10px;*/
	width: 387px;
	height: 413px;
	text-align: center;
	margin-top: 30px;
	background: url(         '/Images/contactform_background.jpg' ) 0 0 no-repeat;
}

#contactForm h3
{
	color: #444;
	font-size: 21px;
	font-weight: bold;
	padding: 10px; /*margin-right: 20px;*/
	margin-bottom: 20px;
	border-bottom: 1px solid #e3cd95;
}
#contactForm h3 strong
{
	color: #64a934;
	font-weight: bold;
}

#contactForm label
{
	background: #f0;
	display: block;
	float: left;
	text-indent: 20px;
	width: 115px;
	text-align: left;
	margin-right: 20px;
}

#contactForm p
{
	overflow: hidden;
}
#contactForm input, textarea
{
	background-image: url(/Images/input_bg.jpg);
	background-repeat: repeat-x;
	border: 2px solid #999;
	float: left;
	font: 12px;
	outline: none;
	padding: 1px;
	width: 224px;
}

#contactForm .name:hover
{
	border: 2px solid #000;
}
#contactForm .name:focus
{
	border: 2px solid #c3b887;
}

#contactForm p a
{
	background: url(         '/Images/button_enviar.png' ) top left no-repeat;
	display: block;
	height: 31px;
	margin: 15px auto 0px auto;
	text-indent: -9999px;
	width: 174px;
}
#contactForm p a:hover
{
	background: url(         '/Images/button_enviar.png' ) bottom left no-repeat;
}
#contactForm p a:active
{
	background: url(         '/Images/button_enviar.png' ) bottom left no-repeat;
}

/* dateInput */
/*-------------------------------------------------------------------- */

#dateInput
{
	float: left;
	width: 225px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}


#dateInput .button, #dateInput .button:hover, #dateInput .button:active
{
	background: url(         '/Images/icons/date.gif' ) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	font: inherit;
	outline: none;
	padding: 1px;
	float: left;
	margin: 0;
}


#dateInput select
{
	background-image: url(/Images/input_bg.jpg);
	background-repeat: repeat-x;
	border: 2px solid #999;
	font: inherit;
	outline: none;
	padding: 1px;
	margin-right: 4px;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
}

#dateInput select:hover
{
	border: 2px solid #000;
}
#dateInput select:focus
{
	border: 2px solid #c3b887;
}


/* SendToFriendForm */
/*-------------------------------------------------------------------- */

#SendToFriendDetails
{
	/*background: #f7f7f8; */
	margin-top: 10px;
	margin-bottom: 25px;
	float: left;
	width: 260px;
}

#SendToFriendForm
{
	float: right;
	background: #f00; /*padding: 10px;*/
	width: 387px;
	height: 413px;
	text-align: center;
	margin-top: 30px;
	background: url(         '/Images/contactform_background.jpg' ) 0 0 no-repeat;
}

#SendToFriendForm h3
{
	color: #444;
	font-size: 21px;
	font-weight: bold;
	padding: 10px; /*margin-right: 20px;*/
	margin-bottom: 20px;
	border-bottom: 1px solid #e3cd95;
}
#SendToFriendForm h3 strong
{
	color: #64a934;
	font-weight: bold;
}

#SendToFriendForm label
{
	background: #f0;
	display: block;
	float: left;
	text-indent: 20px;
	width: 145px;
	text-align: left;
	margin-right: 12px;
}

#SendToFriendForm p
{
	overflow: hidden;
}

#SendToFriendForm input, textarea
{
	background-image: url(/Images/input_bg.jpg);
	background-repeat: repeat-x;
	border: 2px solid #999;
	float: left;
	font: 12px;
	outline: none;
	padding: 1px;
	width: 203px;
}

#SendToFriendForm .name:hover
{
	border: 2px solid #000;
}
#SendToFriendForm .name:focus
{
	border: 2px solid #c3b887;
}

#SendToFriendForm p a
{
	background: url(         '/Images/button_enviar.png' ) top left no-repeat;
	display: block;
	height: 31px;
	margin: 15px auto 0px auto;
	text-indent: -9999px;
	width: 174px;
}
#SendToFriendForm p a:hover
{
	background: url(         '/Images/button_enviar.png' ) bottom left no-repeat;
}
#SendToFriendForm p a:active
{
	background: url(         '/Images/button_enviar.png' ) bottom left no-repeat;
}
/* !todayBirthdaysArea */
/*-------------------------------------------------------------------- */
#contentarea
{
	overflow: auto;
	padding-bottom: 100px; /* dimensão do footer */
	margin-bottom: 30px;
	padding-left: 45px;
	padding-right: 45px;
}


/* Content */
#todayBirthdaysArea
{
	line-height: 150%;
	padding-top: 10px;
	padding-left: 50px;
}

#todayBirthdaysArea ul
{
	list-style: url(          '/Images/bullet.gif' ) disc;
}

/* !Footer */
/*-------------------------------------------------------------------- */
#footer-wrap
{
	background: #2d2d2d;
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear: both;
}
#footer
{
	clear: both;
	padding-top: 15px;
	font-size: 12px;
	width: 780px;
	margin: 0 auto;
}

#footer-contact
{
	float: right;
	margin-right: 10px;
}

#footer a
{
	color: #ccc;
}
#footer a:hover
{
	color: #fff;
}
#footer a:active
{
	color: #ccc;
}

#footer-contact p
{
	color: #fff;
	line-height: 20px;
}

/* !Other */
/*-------------------------------------------------------------------- */
.clear
{
	clear: both;
}

.spacer
{
	clear: both;
	padding-top: 20px;
}

.spacerSmall
{
	clear: both;
	padding-top: 10px;
}

.spacerBig
{
	padding-top: 35px;
}

/* TodayAniversaries */
/*-------------------------------------------------------------------- */

#TodayAniversaries
{
}

/* googleAd */
/*-------------------------------------------------------------------- */

#googleAd
{
	height: 90px;
	width: 10px;
	margin-left: -20px;
}

#customAd
{
	height: 90px;
	width: 10px;
	margin-left: -14px;
}

/* !HomepageBanners */
/*-------------------------------------------------------------------- */

#banner-enviar_amigo
{
	background: url(     '/Images/bg-banners.jpg' ) top left no-repeat;
	width: 620px;
	height: 75px;
	margin: 35px auto 45px auto;
	position: relative;
}

#banner-enviar_amigo h3
{
	width: 620px;
	color: #474747;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 125%;
	margin: 0;
	text-shadow: #fff 0 1px 0;
	position: absolute;
	top: 15px;
	left: 30px;
}

#banner-enviar_amigo h3 strong
{
	color: #64a934;
}

#banner-enviar_amigo a
{
	color: #474747;
}

#banner-enviar_amigo a:hover
{
	text-decoration: none;
}

#banner-enviar_amigo p
{
	margin-left: 30px;
	padding-top: 40px;
}

#banner-enviar_amigo-terms
{
	background: url(          'img/bg-banners.jpg' ) top left no-repeat;
	height: 46px;
	margin-bottom: 25px;
	padding: 10px;
	position: relative;
	width: 600px;
}
#banner-enviar_amigo-terms #getaquote a
{
	top: 10px;
	left: 384px;
}

#banner-enviar_amigo-terms p
{
	color: #474747;
	font-size: 17px;
	font-weight: bold;
	line-height: 46px;
	margin: 0;
	text-align: center;
	text-shadow: #fff 0 1px 0;
	width: 374px;
}

/* PostIt */
/* ------------------------------------------------------------ */

.PostIt
{
	position: relative;
	top: 20px;
	left: 475px;
	display: block;
	height: 1px;
	width: 1px;
	z-index: 1000;
}

.OnLeftCorner
{
	position: absolute;
	top: 0px;
	left: 0px;
}

/* página de Checkout */
/* ------------------------------------------------------------ */

.moduleRow
{
}

.moduleRowOver
{
	background-color: #e0dfdf;
	cursor: pointer;
}

.moduleRowSelected
{
	background-color: #e0dfdf;
}

.paymentBoxPagSeguro
{
	background-color: white;
	border: solid #CCC;
	width: 398px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	height: 28px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 11px;
	color: #20510F;
	font: normal 11px Tahoma,sans-serif;
	padding-top: 5px;
	margin: 0;
}

.paymentBoxPayPal
{
	background-color: white;
	border: solid #CCC;
	width: 380px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	height: 28px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 11px;
	color: #000F51;
	font: normal 11px Tahoma,sans-serif;
	padding-top: 5px;
	margin: 0;
}

.paymentBoxCadeado
{
	float: left;
	background: transparent url(/Images/Icons/icon_padlock.gif);
	height: 17px;
	margin-top: 5px;
	margin-right: 5px;
	width: 17px;
}

/* buttons */
/* ------------------------------------------------*/

.buttons a, .buttons button
{
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-family: "Lucida Grande" , Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 7px; /* Links */
}
.buttons button
{
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]
{
	padding: 5px 10px 5px 7px; /* Firefox */
	line-height: 17px; /* Safari */
}
*:first-child + html button[type]
{
	padding: 4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img
{
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}

/* STANDARD */

button:hover, .buttons a:hover
{
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}
.buttons a:active
{
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

/* POSITIVE */

button.positive, .buttons a.positive
{
	color: #529214;
}
.buttons a.positive:hover, button.positive:hover
{
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}
.buttons a.positive:active
{
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative
{
	color: #d12f19;
}
.buttons a.negative:hover, button.negative:hover
{
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}
.buttons a.negative:active
{
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}

/* REGULAR */

button.regular, .buttons a.regular
{
	color: #336699;
}
.buttons a.regular:hover, button.regular:hover
{
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}
.buttons a.regular:active
{
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

/* Shopping Cart */
/* ----------------------------------------------*/

#cartRefContainer
{
	position: absolute;
	top: 10px;
	width: 730px;
	height: 20px;
}

#cartRef
{
	float: right;
	position: relative;
	font-size: 11px;
}

#cartRef:hover
{
	cursor: pointer;
}

#cartRef #icon
{
	position: relative;
	vertical-align: middle;
	margin-top: 3px;
}

#cartRef #text
{
	position: relative;
	margin-left: 5px;
	vertical-align: top;
}

#shoppingCart
{
	position: relative;
	background-color: #eee;
	width: 500px;
}

#shoppingCart h3
{
	background-color: #ccc;
	color: #474747;
	letter-spacing: -1px;
	line-height: 125%;
	margin-bottom: 0;
	font: normal 18px;
	text-align: left;
	padding: 10px;
}

#shoppingCart #rowTop
{
	clear: both;
	position: relative;
	padding: 0px 10px 0px 10px;
}

#shoppingCart #rowBottom
{
	clear: both;
	position: relative;
	padding: 0px 10px 35px 10px;
}

#shoppingCart small
{
	font-size: 11px;
	color: #474747;
}

#shoppingCart #rowTop #left, #shoppingCart #rowBottom #left
{
	float: left;
}

#shoppingCart #rowTop #right, #shoppingCart #rowBottom #right
{
	text-align: right;
	float: right;
}

#shoppingCart #foot
{
	clear: both;
	position: relative;
	padding: 10px 0px 10px 0px;
	margin: 10px;
	border-top: solid 1px #c3b887;
	text-align: right;
}



/* Price Tag */
/* ------------------------------------------------------ */

.pricetag_BR a, .pricetag_PT a
{
	position: relative;
	float: right;
	margin-top: -90px;
	margin-right: 40px;
	width: 108px;
	height: 106px;
	z-index: 1000;
}

.pricetag_BR a:hover, .pricetag_PT a:hover
{
	position: relative;
	float: right;
	margin-top: -90px;
	margin-right: 40px;
	width: 108px;
	height: 106px;
	z-index: 1000;
}

.pricetag_BR a
{
	background: url(   '/Images/pricetag_BR.png' ) top left no-repeat;
}

.pricetag_BR a:hover
{
	background: url(   '/Images/pricetag_BR.png' ) bottom left no-repeat;
}

.pricetag_PT a
{
	background: url(   '/Images/pricetag_PT.png' ) top left no-repeat;
}

.pricetag_PT a:hover
{
	background: url(   '/Images/pricetag_PT.png' ) bottom left no-repeat;
}


/* Activity Progress */
/* ------------------------------------------------------------*/

.updateProgress
{
	border: solid 1px #777;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px auto auto -90px;
	width: 190px;
	height: 50px;
	z-index: 10002;
	cursor: wait;
}

.updateProgressMessage
{
	margin: 5px;
	font: 13px/175% "Helvetica Neue" , Helvetica, Arial, sans-serif;
	vertical-align: middle;
	z-index: 10001;
}

div.background
{
	background-color: #000000;
	height: 100%;
	filter: alpha(opacity=20);
	left: 0;
	opacity: 0.2;
	position: fixed;
	width: 100%;
	top: 0;
	cursor: wait;
	z-index: 1000;
}

/* ModalDialog ajax */
/*-------------------------------------------------------------*/

.PopupPanel
{
	border: solid 1px #5D7B9D;
	background-color: #F5F5DC;
	padding: 10px 10px 10px 10px;
}
.ModalBackground
{
	background-color: Gray;
	filter: alpha(opacity=65);
	overflow: auto;
}

/* facebookAdvertise */
/*-------------------------------------------------------------*/

#facebookAdvertise
{
	margin-top: 20px;
	height: 39px;
}

#facebookAdvertise #icon
{
	width: 40px;
	position: relative;
	float: left;
}

#facebookAdvertise #link
{
	position: relative;
	margin-top: 5px;
	float: left;
}

#facebookAdvertise #share
{
	margin-left: 20px;
	height: 39px;
	position: relative;
	margin-top: 4px;
	float: left;
}

/* bannerBrazil */
/*-------------------------------------------------------------*/

#bannerBrazil
{
	padding-top: 10px;
}

#bannerBrazil #icon
{
	position: relative;
	width: 40px;
	float: left;
}
#bannerBrazil #link
{
	position: relative;
	float: left;
}

/* checkoutPane */
/*-------------------------------------------------------------*/

#checkoutPane
{
	width: 520px;
}

#checkoutPane .row
{
	width: 520px;
	display: inline-table;
}

#checkoutPane .row:hover
{
	background-color: #eee;
	cursor: pointer;
}

#checkoutPane .row .radio
{
	float: left;
	width: 30px;
}

#checkoutPane .row .title
{
	float: left;
}

#checkoutPane .row .description
{
	clear: left;
	margin-left: 30px;
	float: left;
	width: 480px;
	padding-top: 5px;
	padding-bottom: 15px;
}

#checkoutPane .row .description img
{
	padding-top: 5px;
}

