article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


html { font-size: 100%; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 12px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #d12731; color: #fff; text-shadow:none;}
::selection { background: #d12731; color: #fff; text-shadow:none;}


/* =============================================================================
   Links
   ========================================================================== */

a {}
a:visited {}
a:focus {}

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */








/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 904px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_4 {
	margin-left: auto;
	margin-right: auto;
	width: 904px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 1px;
	margin-right: 0px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 4 Columns
----------------------------------------------------------------------------------------------------*/


.container_4 .grid_1 {
	width:225px;
}

.container_4 .grid_2 {
	width:451px;
}

.container_4 .grid_3 {
	width:677px;
}

.container_4 .grid_4 {
	width:903px;
}




/* Prefix Extra Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/


.container_4 .prefix_1 {
	padding-left:226px;
}

.container_4 .prefix_2 {
	padding-left:452px;
}

.container_4 .prefix_3 {
	padding-left:678px;
}



/* Suffix Extra Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/


.container_4 .suffix_1 {
	padding-right:226px;
}

.container_4 .suffix_2 {
	padding-right:452px;
}

.container_4 .suffix_3 {
	padding-right:678px;
}



/* Push Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/


.container_4 .push_1 {
	left:226px;
}

.container_4 .push_2 {
	left:452px;
}

.container_4 .push_3 {
	left:678px;
}



/* Pull Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/


.container_4 .pull_1 {
	left:-226px;
}

.container_4 .pull_2 {
	left:-452px;
}

.container_4 .pull_3 {
	left:-678px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}


/*FONT FACE*//*FONT FACE*//*FONT FACE*/
/*FONT FACE*//*FONT FACE*//*FONT FACE*/
/*FONT FACE*//*FONT FACE*//*FONT FACE*/

@font-face {
	font-family:"Helvetica";
	src:url('70068360-HelveticaBold.eot');
	src:url('70068360-HelveticaBold.eot?#iefix') format('embedded-opentype'),
	url('70068360-HelveticaBold.svg#Helvetica') format('svg'),
	url('70068360-HelveticaBold.woff') format('woff'),
	url('70068360-HelveticaBold.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}

/*RESET CSS*//*RESET CSS*//*RESET CSS*/
/*RESET CSS*//*RESET CSS*//*RESET CSS*/
/*RESET CSS*//*RESET CSS*//*RESET CSS*/
body{
    font-family:"Helvetica", Helvetica, Arial;
	letter-spacing:1px !important;
    font-weight:normal;
    font-style:normal;
	color:#576a76;
	outline:none;
	margin:0;
	padding:0;
	border:none;
	background:#FFF;
	opacity:0;
}

a, input, textarea, select, option{
	margin:0;
	padding:0;
	letter-spacing:normal;
    font-weight:normal;
    font-style:normal;
}

strong{
	font-family:"Helvetica", Helvetica, Arial;
    letter-spacing:normal;
    font-weight:normal;
    font-style:normal;
}

a, a:visited{
	font-family:"Helvetica", Helvetica, Arial;
    font-weight:normal;
    font-style:normal;
	font-size:12px;
	color:#97b3c5;
	text-decoration:none;
	outline:none;
	border:none;
	margin:0;
	padding:0;
}

a:hover{
	color:#97b3c5;
	text-decoration:underline;
}

h1, h2, h3{
	font-size:14px;
	padding:0;
	margin:0;
	font-weight:normal;
    font-style:normal;
}

h1{
    font-family:"Helvetica", Helvetica, Arial;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	font-style:italic;
}

h2{
    font-family:"Helvetica", Helvetica, Arial;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	font-style:normal;
}

h3{
    font-family:"Helvetica", Helvetica, Arial;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
}

.clear{
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
  font-size:0;
}

/*CSS ELEMENTOS GERAIS*//*CSS ELEMENTOS GERAIS*//*CSS ELEMENTOS GERAIS*/
/*CSS ELEMENTOS GERAIS*//*CSS ELEMENTOS GERAIS*//*CSS ELEMENTOS GERAIS*/
/*CSS ELEMENTOS GERAIS*//*CSS ELEMENTOS GERAIS*//*CSS ELEMENTOS GERAIS*/

input[type="text"].input_normal,
input[type="text"].input_normal:active,
input[type="password"].input_normal,
input[type="password"].input_normal:active{
	width:418px;
	height:14px;
	float:left;
	margin-right:9px;
	display:block;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	line-height:14px;
	border:1px solid #DDDDDF;
	background:#FFF;
	color:#647885;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
	text-decoration:none;
	outline:none;
}
input[type="text"].input_normal:focus,
input[type="text"].input_normal:hover,
input[type="password"].input_normal:focus,
input[type="password"].input_normal:hover{
	border:1px solid #647885;
}
input[type="text"].input_normal.error,
input[type="text"].input_normal.error:active,
input[type="text"].input_normal.error:focus,
input[type="text"].input_normal.error:hover,
input[type="password"].input_normal.error,
input[type="password"].input_normal.error:active,
input[type="password"].input_normal.error:focus,
input[type="password"].input_normal.error:hover{
	color:#d12731;
	border:1px solid #d12731;
}
input[type="text"].input_normal:disabled,
input[type="text"].input_normal:active:disabled,
input[type="text"].input_normal:focus:disabled,
input[type="text"].input_normal:hover:disabled,
input[type="password"].input_normal:disabled,
input[type="password"].input_normal:active:disabled
input[type="password"].input_normal:focus:disabled,
input[type="password"].input_normal:hover:disabled{
	opacity:0.5;
	border:1px solid #DDDDDF;
}
input[type="text"].input_normal.error::-webkit-input-placeholder { color:#d12731; }
input[type="text"].input_normal.error::-moz-placeholder { color:#d12731; } /* firefox 19+ */
input[type="text"].input_normal.error:-ms-input-placeholder { color:#d12731; } /* ie */
input[type="text"].input_normal.error:-moz-placeholder { color:#d12731; }
input[type="password"].input_normal.error::-webkit-input-placeholder { color:#d12731; }
input[type="password"].input_normal.error::-moz-placeholder { color:#d12731; } /* firefox 19+ */
input[type="password"].input_normal.error:-ms-input-placeholder { color:#d12731; } /* ie */
input[type="password"].input_normal.error:-moz-placeholder { color:#d12731; }
input[type="text"].input_normal::-webkit-input-placeholder { color:#647885; }
input[type="text"].input_normal::-moz-placeholder { color:#647885; } /* firefox 19+ */
input[type="text"].input_normal:-ms-input-placeholder { color:#647885; } /* ie */
input[type="text"].input_normal:-moz-placeholder { color:#647885; }
input[type="password"].input_normal::-webkit-input-placeholder { color:#647885; }
input[type="password"].input_normal::-moz-placeholder { color:#647885; } /* firefox 19+ */
input[type="password"].input_normal:-ms-input-placeholder { color:#647885; } /* ie */
input[type="password"].input_normal:-moz-placeholder { color:#647885; }

input[type="text"].input_big,
input[type="text"].input_big:active{
	width:863px;
	height:14px;
	float:left;
	display:block;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	line-height:14px;
	border:1px solid #DDDDDF;
	background:#FFF;
	color:#647885;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
	text-decoration:none;
	outline:none;
}
input[type="text"].input_big:focus,
input[type="text"].input_big:hover{
	border:1px solid #647885;
}
input[type="text"].input_big.error,
input[type="text"].input_big.error:active,
input[type="text"].input_big.error:focus,
input[type="text"].input_big.error:hover{
	color:#d12731;
	border:1px solid #d12731;
}
input[type="text"].input_big:disabled,
input[type="text"].input_big:active:disabled,
input[type="text"].input_big:focus:disabled,
input[type="text"].input_big:hover:disabled{
	opacity:0.5;
	border:1px solid #DDDDDF;
}
input[type="text"].input_big.error::-webkit-input-placeholder { color:#d12731; }
input[type="text"].input_big.error::-moz-placeholder { color:#d12731; } /* firefox 19+ */
input[type="text"].input_big.error:-ms-input-placeholder { color:#d12731; } /* ie */
input[type="text"].input_big.error:-moz-placeholder { color:#d12731; }
input[type="text"].input_big::-webkit-input-placeholder { color:#647885; }
input[type="text"].input_big::-moz-placeholder { color:#647885; } /* firefox 19+ */
input[type="text"].input_big:-ms-input-placeholder { color:#647885; } /* ie */
input[type="text"].input_big:-moz-placeholder { color:#647885; }

textarea.normal,
textarea.normal:active{
	width:863px;
	height:66px;
	float:left;
	margin-right:10px;
	display:block;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	border:1px solid #DDDDDF;
	background:#FFF;
	color:#647885;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
	text-decoration:none;
	outline:none;
	resize:none;
}
textarea.normal:focus,
textarea.normal:hover{
	border:1px solid #647885;
}
textarea.normal.error,
textarea.normal.error:active,
textarea.normal.error:focus,
textarea.normal.error:hover{
	color:#d12731;
	border:1px solid #d12731;
}
textarea.normal:disabled,
textarea.normal:active:disabled,
textarea.normal:focus:disabled,
textarea.normal:hover:disabled{
	opacity:0.5;
	border:1px solid #DDDDDF;
}
textarea.normal.error::-webkit-input-placeholder { color:#d12731; }
textarea.normal.error::-moz-placeholder { color:#d12731; } /* firefox 19+ */
textarea.normal.error:-ms-input-placeholder { color:#d12731; } /* ie */
textarea.normal.error:-moz-placeholder { color:#d12731; }
textarea.normal::-webkit-input-placeholder { color:#647885; }
textarea.normal::-moz-placeholder { color:#647885; } /* firefox 19+ */
textarea.normal:-ms-input-placeholder { color:#647885; } /* ie */
textarea.normal:-moz-placeholder { color:#647885; }

.dropdown_menu{
	width:434px;
	height:22px;
	float:left;
	margin-right:9px;
	padding:0;
	border:1px solid #DDDDDF;
	background:#FFFFFF url(../images/dropdown_arrow.png) no-repeat right 0;
}
.dropdown_menu:hover{	
	border:1px solid #647885;
	background:#FFFFFF url(../images/dropdown_arrow.png) no-repeat right -22px;
}
.dropdown_menu.error,
.dropdown_menu.error:hover{
	color:#d12731;
	border:1px solid #d12731;
	background:#FFFFFF url(../images/dropdown_arrow.png) no-repeat right -44px;
}

.dropdown_menu select{
	height:22px;
	width:434px;
	margin:0;
	padding-left:8px;
	padding-right:31px;
	padding-top:4px;
	padding-bottom:4px;
	display:block;
	background:transparent;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer !important;
	outline:none !important;
	border: 0px solid transparent !important;
	color:#647885;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
	text-decoration:none;
}
.dropdown_menu.error select{
	color:#d12731;
}

.radio_btn{
	width:15px;
	height:15px;
	margin-top:2px;
	padding:0;
	margin-left:6px;
	display:inline-block;
	float:left;
}
.radio_btn_label{
	float:left;
	display:inline-block;
}
.radio_btn input[type="radio"]{
	height:15px;
	width:15px;
	margin:0;
	padding:0;
	display:block;
	background:transparent;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer !important;
	outline:none !important;
	border: 0px solid transparent !important;
	text-decoration:none;
	background:url(../images/radio_check_box_bg.png) no-repeat 0 0;
}
.radio_btn input[type="radio"]:hover,
.radio_btn input[type="radio"]:focus{
	background:url(../images/radio_check_box_bg.png) no-repeat -30px 0;
}
.radio_btn input[type="radio"]:checked{
	background:url(../images/radio_check_box_bg.png) no-repeat -15px 0;
}
.radio_btn input[type="radio"]:checked:hover,
.radio_btn input[type="radio"]:checked:focus{
	background:url(../images/radio_check_box_bg.png) no-repeat -45px 0;
}
.radio_btn.error input[type="radio"]{
	background:url(../images/radio_check_box_bg.png) no-repeat -60px 0;
}
.radio_btn.error input[type="radio"]:checked{
	background:url(../images/radio_check_box_bg.png) no-repeat -75px 0;
}

.checkbox_btn{
	width:15px;
	height:15px;
	margin-top:3px;
	margin-left:6px;
	padding:0;
	display:inline-block;
	float:left;
}
.checkbox_btn_label{
	float:left;
	display:inline-block;
}

.checkbox_btn input[type="checkbox"]{
	height:15px;
	width:15px;
	margin:0;
	padding:0;
	display:block;
	background:transparent;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer !important;
	outline:none !important;
	border: 0px solid transparent !important;
	text-decoration:none;
	background:url(../images/radio_check_box_bg.png) no-repeat 0 -15px;
}
.checkbox_btn input[type="checkbox"]:hover,
.checkbox_btn input[type="checkbox"]:focus{
	background:url(../images/radio_check_box_bg.png) no-repeat -30px -15px;
}
.checkbox_btn input[type="checkbox"]:checked{
	background:url(../images/radio_check_box_bg.png) no-repeat -15px -15px;
}
.checkbox_btn input[type="checkbox"]:checked:hover,
.checkbox_btn input[type="checkbox"]:checked:focus{
	background:url(../images/radio_check_box_bg.png) no-repeat -45px -15px;
}
.checkbox_btn.error input[type="checkbox"]{
	background:url(../images/radio_check_box_bg.png) no-repeat -60px -15px;
}
.checkbox_btn.error input[type="checkbox"]:checked{
	background:url(../images/radio_check_box_bg.png) no-repeat -75px -15px;
}

.tooltip_error_total{
	height:57px;
	position:absolute;
	z-index:10;
	margin:0;
	padding:0;
	top:-44px;
	right:5px;
	display:block;
	float:right;
}

.tooltip_error_total .left_side{
	width:22px;
	height:57px;
	display:block;
	float:left;
	margin:0;
	padding:0;
	outline:none;
	border:none;
	background:url(../images/bg_tooltip.png) no-repeat 0 0;
}

.tooltip_error_total .right_side{
	width:22px;
	height:57px;
	display:block;
	float:left;
	margin:0;
	padding:0;
	outline:none;
	border:none;
	background:url(../images/bg_tooltip.png) no-repeat 0 -57px;
}

.tooltip_error_total .center_repeat{
	width:auto;
	height:28px;
	display:block;
	float:left;
	margin:0;
	padding-bottom:18px;
	padding-top:11px;
	outline:none;
	border:none;
	background:url(../images/bg_tooltip.png) repeat-x 0 -114px;
	font-size:14px;
	color:#d12731;
	font-weight:normal;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
	text-decoration:none;
	line-height:28px;
}

#required_username_TextBox,#required_city_TextBox,#required_country_TextBox,#required_password_TextBox,#required_passwordConfirm_TextBox,#required_userName_TextBox, #required_vat_TextBox
{
	margin-right: 50%;
	z-index:5;
}
#invalid_value_vatNumber_TextBox,#invalid_value_city_TextBox,#invalid_value_postal_code_TextBox,#invalid_value_country_TextBox,#invalid_value_vat_TextBox,#invalid_value_phone_TextBox,#invalid_value_mobile_phone_TextBox
{
	z-index:5;
	padding-left:50px;
}
#invalid_value_email_TextBox, #contactUsForm #required_name_TextBox,#required_subject_TextBox,#required_message_TextBox
{
	z-index:5;
	padding-left:50px;
}

#required_name_TextBox
{
	margin-right: 50%;
}


.btn_grey2,
.btn_grey2:visited,
.btn_grey2:active,
.btn_grey2:hover{
	height:34px;
	margin-right:10px;
	padding:0;
	text-decoration:none;
	display:block;
	outline:none;
	border:none;
	float:left;
}

.btn_grey2 span.left,
.btn_grey2:visited span.left,
.btn_grey2:active span.left{
	height:34px;
	width:42px;
	margin:0;
	padding:0;
	border:none;
	outline:none;
	display:block;
	float:left;
	text-decoration:none;
	background:url(../images/btn_grey_left.png) no-repeat 0 0;
}
.btn_grey2:hover span.left{
	background-position:0 -34px;
}

.btn_grey2 span.right,
.btn_grey2:visited span.right,
.btn_grey2:active span.right{
	height:34px;
	width:3px;
	margin:0;
	padding:0;
	border:none;
	outline:none;
	display:block;
	float:left;
	text-decoration:none;
	background:url(../images/btn_grey_right.png) no-repeat 0 -26px;
	background-position:0px 0px;
}
.btn_grey2:hover span.right{
	background-position:0 -34px;
}

.btn_grey2 span.center,
.btn_grey2:visited span.center,
.btn_grey2:active span.center{
	line-height:34px;
	width:auto;
	margin:0;
	padding-left:2px;
	padding-right:20px;
	border:none;
	outline:none;
	display:block;
	float:left;
	text-decoration:none;
	background:url(../images/btn_grey_center.png) repeat-x 0 -52px;
	color:#576b76;
	font-family: "Helvetica", Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	background-position:0px 0px;
}
.btn_grey2:hover span.center{
	background-position:0 -34px;
}


.btn_grey3,
.btn_grey3:visited,
.btn_grey3:active,
.btn_grey3:hover{
	height:34px;
	margin-right:10px;
	padding:0;
	text-decoration:none;
	display:block;
	outline:none;
	border:none;
	float:left;
}

.btn_grey3 span.left,
.btn_grey3:visited span.left,
.btn_grey3:active span.left{
	height:34px;
	width:42px;
	margin:0;
	padding:0;
	border:none;
	outline:none;
	display:block;
	float:left;
	text-decoration:none;
	background:url(../images/btn_grey2_left.png) no-repeat 0 0;
}
.btn_grey3:hover span.left{
	background-position:0 -34px;
}

.btn_grey3 span.right,
.btn_grey3:visited span.right,
.btn_grey3:active span.right{
	height:34px;
	width:3px;
	margin:0;
	padding:0;
	border:none;
	outline:none;
	display:block;
	float:left;
	text-decoration:none;
	background:url(../images/btn_grey_right.png) no-repeat 0 -26px;
	background-position:0px 0px;
}
.btn_grey3:hover span.right{
	background-position:0 -34px;
}

.btn_grey3 span.center,
.btn_grey3:visited span.center,
.btn_grey3:active span.center{
	line-height:34px;
	width:auto;
	margin:0;
	padding-left:2px;
	padding-right:20px;
	border:none;
	outline:none;
	display:block;
	float:left;
	text-decoration:none;
	background:url(../images/btn_grey_center.png) repeat-x 0 -52px;
	color:#576b76;
	font-family: "Helvetica", Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	background-position:0px 0px;
}
.btn_grey3:hover span.center{
	background-position:0 -34px;
}


.btn_grey,
.btn_grey:visited,
.btn_grey:active,
.btn_grey:hover{
	height:26px;
	width:auto;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	outline:none;
	border:none;
	text-decoration:none;
	display:block;
}

.btn_grey span.left,
.btn_grey:visited span.left,
.btn_grey:active span.left{
	height:26px;
	width:8px;
	margin:0;
	padding:0;
	border:none;
	outline:none;
	display:block;
	float:left;
	text-decoration:none;
	background:url(../images/btn_grey_normal.png) no-repeat 0 0;
}
.btn_grey:hover span.left{
	background-position:0 -78px;
}

.btn_grey span.right,
.btn_grey:visited span.right,
.btn_grey:active span.right{
	height:26px;
	width:8px;
	margin:0;
	padding:0;
	border:none;
	outline:none;
	display:block;
	float:left;
	text-decoration:none;
	background:url(../images/btn_grey_normal.png) no-repeat 0 -26px;
}
.btn_grey:hover span.right{
	background-position:0 -104px;
}

.btn_grey span.center,
.btn_grey:visited span.center,
.btn_grey:active span.center{
	height:26px;
	width:auto;
	margin:0;
	padding-left:2px;
	padding-right:2px;
	border:none;
	outline:none;
	display:block;
	float:left;
	text-decoration:none;
	background:url(../images/btn_grey_normal.png) repeat-x 0 -52px;
	color:#576b76;
	font-size:14px;
	line-height:26px;
	font-weight:normal;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
}
.btn_grey:hover span.center{
	background-position:0 -130px;
}

.btn_blue,
.btn_blue:visited,
.btn_blue:active,
.btn_blue:hover{
	height:26px;
	width:auto;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	outline:none;
	border:none;
	text-decoration:none;
	display:block;
}

.btn_blue span.left,
.btn_blue:visited span.left,
.btn_blue:active span.left{
	height:26px;
	width:8px;
	margin:0;
	padding:0;
	border:none;
	outline:none;
	display:block;
	float:left;
	text-decoration:none;
	background:url(../images/btn_blue_normal.png) no-repeat 0 0;
}
.btn_blue:hover span.left{
	background-position:0 -78px;
}

.btn_blue span.right,
.btn_blue:visited span.right,
.btn_blue:active span.right{
	height:26px;
	width:8px;
	margin:0;
	padding:0;
	border:none;
	outline:none;
	display:block;
	float:left;
	text-decoration:none;
	background:url(../images/btn_blue_normal.png) no-repeat 0 -26px;
}
.btn_blue:hover span.right{
	background-position:0 -104px;
}

.btn_blue span.center,
.btn_blue:visited span.center,
.btn_blue:active span.center{
	height:26px;
	width:auto;
	margin:0;
	padding-left:2px;
	padding-right:2px;
	border:none;
	outline:none;
	display:block;
	float:left;
	text-decoration:none;
	background:url(../images/btn_blue_normal.png) repeat-x 0 -52px;
	color:#FFF;
	font-size:14px;
	line-height:26px;
	font-weight:normal;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
}
.btn_blue:hover span.center{
	background-position:0 -130px;
}

/*CSS TOP BAR*//*CSS TOP BAR*//*CSS TOP BAR*/
/*CSS TOP BAR*//*CSS TOP BAR*//*CSS TOP BAR*/
/*CSS TOP BAR*//*CSS TOP BAR*//*CSS TOP BAR*/

.style_top_bar_total{
	position:absolute;
	z-index:1000;
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:904px;
	height:30px;	
}

.div_flags_top_bar_total{
	height:13px;
	width:auto;
	float:left;
	display:block;
	outline:none;
	border:none;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:7px;
	padding-top:7px;
	border-left:1px solid #8c969c;
}

.div_flag_pt,
.div_flag_pt:visited,
.div_flag_pt:active{
	width:18px;
	height:13px;
	padding:0;
	display:block;
	margin-right:5px;
	background:url(../images/flags.png) no-repeat 0 -13px;
	float:left;
	outline:none;
	border:none;
	text-decoration:none;
	cursor:default;
}
.div_flag_pt:hover{
	cursor:pointer;
	background-position:0 0;	
}

.div_flag_pt.selected,
.div_flag_pt.selected:visited,
.div_flag_pt.selected:active,
.div_flag_pt.selected:hover{
	background-position: 0 0;
	text-decoration:none;
	cursor:default;
}

.div_flag_en,
.div_flag_en:visited,
.div_flag_en:active{
	width:18px;
	height:13px;
	padding:0;
	margin:0;
	display:block;
	background:url(../images/flags.png) no-repeat -18px 0;
	float:left;
	outline:none;
	border:none;
	text-decoration:none;
	cursor:default;
}
.div_flag_en:hover{
	cursor:pointer;
	background-position:-18px -13px;
}

.div_flag_en.selected,
.div_flag_en.selected:visited,
.div_flag_en.selected:active,
.div_flag_en.selected:hover{
	background-position:-18px -13px;
	text-decoration:none;
	cursor:default;
}

.btn_top_bar,
.btn_top_bar:hover,
.btn_top_bar:visited,
.btn_top_bar:active{
	height:13px;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:6px;
	border-left:1px solid #8c969c;
	display:block;
	outline:none;
	float:left;
	font-family:"Helvetica", Helvetica, Arial;
	font-size:12px;
	color:#FFF;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-transform:uppercase;
	line-height:13px;
}

.btns_social_top_bar_total{
	height:18px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:4px;
	float:left;
	margin:0;
	display:block;
	outline:none;
	border-left:1px solid #8c969c;
}

.btn_social_top_bar_facebook,
.btn_social_top_bar_facebook:visited,
.btn_social_top_bar_facebook:active{
	width:19px;
	height:18px;
	display:block;
	outline:none;
	border:none;
	margin:0;
	float:left;
	margin-right:6px;
	background:url(../images/icons_social_bar_top.png) no-repeat 0 0;
	text-decoration:none;
}
.btn_social_top_bar_facebook:hover{
	background-position:0 -18px;	
}

.btn_social_top_bar_twitter,
.btn_social_top_bar_twitter:visited,
.btn_social_top_bar_twitter:active{
	width:19px;
	height:18px;
	display:block;
	outline:none;
	border:none;
	margin:0;
	float:left;
	margin-right:6px;
	background:url(../images/icons_social_bar_top.png) no-repeat -19px 0;
	text-decoration:none;
}
.btn_social_top_bar_twitter:hover{
	background-position:-19px -18px;	
}

.btn_social_top_bar_rss_feed,
.btn_social_top_bar_rss_feed:visited,
.btn_social_top_bar_rss_feed:active{
	width:19px;
	height:18px;
	display:block;
	outline:none;
	border:none;
	margin:0;
	float:left;
	margin:0;
	background:url(../images/icons_social_bar_top.png) no-repeat -38px 0;
	text-decoration:none;
}
.btn_social_top_bar_rss_feed:hover{
	background-position:-38px -18px;	
}

.btn_search_top_bar,
.btn_search_top_bar:active,
.btn_search_top_bar:visited,
.btn_search_top_bar:hover{
	width:18px;
	height:17px;
	margin-left:10px;
	margin-top:5px;
	float:right;
	padding:0;
	background:url(../images/icon_search.png) no-repeat 0 0;
	display:block;
	outline:none;
	border:none;
	text-decoration:none;
}
.btn_search_top_bar.active,
.btn_search_top_bar.active:active,
.btn_search_top_bar.active:visited,
.btn_search_top_bar.active:hover{
	background-position:-18px 0;
}

.carrinho_top_bar_total{
	height:13px;
	width:auto;
	padding-left:6px;
	padding-top:7px;
	padding-bottom:7px;
	display:block;
	outline:none;
	float:right;
	font-family:"Helvetica", Helvetica, Arial;
	font-size:12px;
	color:#FFF;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	line-height:13px;
}

.carrinho_top_bar_total a,
.carrinho_top_bar_total a:visited,
.carrinho_top_bar_total a:active{
	font-family:"Helvetica", Helvetica, Arial;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	line-height:13px;
}

.carrinho_top_bar_total a:hover{
	text-decoration:underline;
}

.cart_icon_top_bar{
	width:21px;
	height:17px;
	margin-left:10px;
	margin-top:5px;
	float:right;
	display:block;
	outline:none;
	border:none;
	background:url(../images/cart_icon.png) no-repeat 0 0;
}

.search_box_top_bar_total{
	width:185px;
	height:0;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	position:absolute;
	z-index:1000;
	right:0;
	top:27px;
	background:url(../images/bg_search_box.png) repeat-x 0 0;
	overflow:hidden;
}

.search_box_top_bar_total input[type="text"],
.search_box_top_bar_total input[type="text"]:hover,
.search_box_top_bar_total input[type="text"]:active,
.search_box_top_bar_total input[type="text"]:focus{
	width:152px;
	height:10px;
	margin-top:7px;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:3px;
	border:none;
	outline:none;
	display:block;
	background:#f3f3f4;
	font-family:"Helvetica", Helvetica, Arial;
	font-size:10px;
	line-height:10px;
	color:#999;
	float:left;
}
.search_box_top_bar_total input[type="text"]::-webkit-input-placeholder { color:#999; }
.search_box_top_bar_total input[type="text"]::-moz-placeholder { color:#999; } /* firefox 19+ */
.search_box_top_bar_total input[type="text"]:-ms-input-placeholder { color:#999; } /* ie */
.search_box_top_bar_total input[type="text"]:-moz-placeholder { color:#999; }

.search_box_top_bar_total .btn_search,
.search_box_top_bar_total .btn_search:visited,
.search_box_top_bar_total .btn_search:active{
	width:17px;
	height:17px;
	display:block;
	outline:none;
	border:none;
	margin-top:7px;
	padding:0;
	text-decoration:none;
	float:left;
	background:url(../images/search_btn.png) no-repeat 0 0;
}
.search_box_top_bar_total .btn_search:hover{
	background-position:-17px 0;
	text-decoration:none;	
}

.link_advance_search,
.link_advance_search:visited,
.link_advance_search:active{
	height:10px;
	font-family:"Helvetica", Helvetica, Arial;
	font-size:10px;
	line-height:10px;
	color:#999;
	float:left;
	font-style:oblique;
	font-weight:bold;
	text-decoration:none;
	margin-top:5px;
	padding:0;
}
.link_advance_search:hover{
	text-decoration:underline;	
}

/*CSS HEADER*//*CSS HEADER*//*CSS HEADER*/
/*CSS HEADER*//*CSS HEADER*//*CSS HEADER*/
/*CSS HEADER*//*CSS HEADER*//*CSS HEADER*/

.logo_btn,
.logo_btn:visited,
.logo_btn:active,
.logo_btn:hover{
	width:239px;
	height:61px;
	margin-top:30px;
	margin-bottom:31px;
	padding:0;
	display:block;
	outline:none;
	border:none;
	text-decoration:none;
	float:left;
	background:url(../images/logo_header.png) no-repeat 0 0;
}

.div_main_menu_total{
	width:auto;
	height:122px;
	z-index:1;
	margin:0;
	padding:0;
	float:right;
	border-right:1px solid rgba(87, 107, 118, 0.3);
}

/*CSS BANNER*//*CSS BANNER*//*CSS BANNER*/
/*CSS BANNER*//*CSS BANNER*//*CSS BANNER*/
/*CSS BANNER*//*CSS BANNER*//*CSS BANNER*/

.div_banner_total{
	height:429px;
	width:903px;
	margin-top:34px;
	margin-bottom:34px;
	background:#FFF;
	display:block;
	background:#FFF;
	-webkit-box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	overflow:hidden;
	position:relative;
}

/*CSS SUBMENU DE PRODUTOS*//*CSS SUBMENU DE PRODUTOS*//*CSS SUBMENU DE PRODUTOS*/
/*CSS SUBMENU DE PRODUTOS*//*CSS SUBMENU DE PRODUTOS*//*CSS SUBMENU DE PRODUTOS*/
/*CSS SUBMENU DE PRODUTOS*//*CSS SUBMENU DE PRODUTOS*//*CSS SUBMENU DE PRODUTOS*/

.div_submenu_produtos_total{
	height:32px;
	margin:0;
	padding:0;
	overflow:hidden;
	display:block;
	outline:none;
	border:none;
}

.btn_submenu_produtos,
.btn_submenu_produtos:visited,
.btn_submenu_produtos:active{
	padding-left:10px;
	padding-right:10px;
	float:left;
	width:auto;
	height:32px;
	border-right:1px solid #e8e8e9;
	display:block;
	outline:none;
	font-size:14px;
	color:#455560;
	line-height:32px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
.btn_submenu_produtos:hover,
.btn_submenu_produtos.selected{
	background:url(../images/btn_submenu_produtos_bg.png) repeat-x;
	color:#FFF;	
	text-decoration:none;
}
.btn_submenu_produtos:first-child{
	border-left:1px solid #e8e8e9;
}

/*CSS CONTEUDOS HOMEPAGE*//*CSS CONTEUDOS HOMEPAGE*//*CSS CONTEUDOS HOMEPAGE*/
/*CSS CONTEUDOS HOMEPAGE*//*CSS CONTEUDOS HOMEPAGE*//*CSS CONTEUDOS HOMEPAGE*/
/*CSS CONTEUDOS HOMEPAGE*//*CSS CONTEUDOS HOMEPAGE*//*CSS CONTEUDOS HOMEPAGE*/

.content_total_padding_bottom{
	padding-bottom:50px;	
}

.div_box_homepage_total{
	width:903px;
	height:auto;
	margin-top:30px;
	padding:0;
	overflow:hidden;	
}

.div_box_homepage_header_fst{
	width:883px;
	height:36px;
	padding-left:10px;
	padding-right:10px;
	background:url(../images/header_box_total_home_destaque.png) no-repeat 0 0;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	font-style:normal;
	line-height:36px;
	font-family:"Helvetica", Helvetica, Arial;
	text-transform:uppercase;
}

.div_box_homepage_header_sec{
	width:883px;
	height:36px;
	padding-left:10px;
	padding-right:10px;
	background:url(../images/header_box_total_home.png) no-repeat 0 0;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	font-style:normal;
	line-height:36px;
	font-family:"Helvetica", Helvetica, Arial;
	text-transform:uppercase;
}

.div_box_homepage_center_repeat{
	width:901px;
	height:auto;
	background:url(../images/center_repeat_box_total_home.png) repeat-y 0 0;
	margin:0;
	padding:0;
	padding-left:1px;
	padding-right:1px;
}

.div_box_homepage_footer_bottom{
	width:903px;
	height:5px;
	background:url(../images/footer_box_total_home.png) no-repeat 0 0;
	margin-top:-4px;
	padding:0;
}

.box_homepage_total_item_total,
.box_homepage_total_item_total:visited,
.box_homepage_total_item_total:active,
.box_homepage_total_item_total:hover{
	width:214px;
	height:240px;
	border-right:1px solid #dddddf;
	display:block;
	outline:none;
	margin:0;
	padding:0;
	text-decoration:none;
}

.box_homepage_total_item_total .imagem{
	width:214px;
	height:163px;
	margin:0;
	padding:0;
	background:#FFF;
	text-decoration:none;
	overflow:hidden;
	display:block;
}

.box_homepage_total_item_total .description{
	width:179px;
	height:69px;
	overflow:hidden;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	padding-top:8px;
	font-size:14px;
	display:block;
	outline:none;
	border:none;
}

.box_homepage_total_item_total .description .category{
	line-height:22px;
	height:22px;
	overflow:hidden;
	font-size:14px;
	color:#576a76;
	font-family:"Helvetica", Helvetica, Arial;
	font-weight:normal;
	font-style:normal;
	display:block;
	text-decoration:none;
	padding:0;
	margin-top:-4px;
}

.box_homepage_total_item_total .description .title{
	line-height:22px;
	height:44px;
	overflow:hidden;
	font-size:13px;
	color:#576a76;
	font-family:"Helvetica", Helvetica, Arial;
	font-weight:bold;
	font-style:normal;
	display:block;
	text-decoration:none;
	padding:0;
	margin-top:-4px;
}

.box_homepage_total_item_total .description .price{
	line-height:24px;
	height:24px;
	overflow:hidden;
	font-size:18px;
	color:#404f59;
	font-family:"Helvetica", Helvetica, Arial;
	font-weight:bold;
	font-style:normal;
	display:block;
	text-decoration:none;
	padding:0;
}

.box_homepage_total_item_total .description .price span{
	font-size:14px;
}

.box_homepage_total_item_total.mobiliario .title{
	line-height:37px;
	height:37px;
	overflow:hidden;
	font-size:14px;
	color:#576a76;
	font-family:"Helvetica", Helvetica, Arial;
	font-weight:bold;
	font-style:normal;
	display:block;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	margin:0;
}

.box_homepage_total_item_total.mobiliario .price{
	line-height:38px;
	height:38px;
	overflow:hidden;
	font-size:20px;
	color:#404f59;
	font-family:"Helvetica", Helvetica, Arial;
	font-weight:bold;
	font-style:normal;
	display:block;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	margin:0;
}

.box_homepage_total_item_total.mobiliario .price span{
	font-size:14px;
}

.box_homepage_total_item_total.promocao .price{
	color:#cf2930;
}

/*CSS FOOTER*//*CSS FOOTER*//*CSS FOOTER*/
/*CSS FOOTER*//*CSS FOOTER*//*CSS FOOTER*/
/*CSS FOOTER*//*CSS FOOTER*//*CSS FOOTER*/

.div_footer_coluna_total{
	height:auto;
	margin:0;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:20px;
	font-size:12px;
	color:#FFF;
	font-family:"Helvetica", Helvetica, Arial;
	line-height:24px;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal !important;
}

.div_footer_coluna_total a,
.div_footer_coluna_total a:visited,
.div_footer_coluna_total a:active{
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	font-family:"Helvetica", Helvetica, Arial;
	color:#FFF;
}
.div_footer_coluna_total a:hover{
	text-decoration:underline;	
}

.div_footer_coluna_total h3{
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	font-family:"Helvetica", Helvetica, Arial;
	color:#FFF;
}

.div_footer_coluna_total .newsletter_form{
	height:auto;
	margin:0;
	padding-top:10px;
}

.div_footer_coluna_total .newsletter_form .linha_total{
	height:auto;
	margin:0;
	padding-bottom:10px;
}

.div_footer_coluna_total .newsletter_form .linha_total:last-child{
	padding-bottom:0;	
}

.div_footer_coluna_total .newsletter_form .linha_total input[type="text"],
.div_footer_coluna_total .newsletter_form .linha_total input[type="text"]:active,
.div_footer_coluna_total .newsletter_form .linha_total input[type="text"]:hover,
.div_footer_coluna_total .newsletter_form .linha_total input[type="text"]:focus{
	width:120px;
	height:22px;
	background:none;
	border:1px solid #cbdae7;
	outline:none;
	margin:0;
	color:#cbdae7;
	padding-left:8px;
	padding-right:8px;
}
.div_footer_coluna_total .newsletter_form .linha_total input[type="text"]::-webkit-input-placeholder { color:#cbdae7; }
.div_footer_coluna_total .newsletter_form .linha_total input[type="text"]::-moz-placeholder { color:#cbdae7; } /* firefox 19+ */
.div_footer_coluna_total .newsletter_form .linha_total input[type="text"]:-ms-input-placeholder { color:#cbdae7; } /* ie */
.div_footer_coluna_total .newsletter_form .linha_total input[type="text"]:-moz-placeholder { color:#cbdae7; }

.div_footer_coppy_total{
	height:auto;
	margin-bottom:30px;
	padding-bottom:5px;
	padding-top:10px;
	border-top:1px solid #97b3c5;
	border-bottom:1px solid #97b3c5;
}

.div_footer_coppy_total .left{
	width:76%;
	float:left;
}

.div_footer_coppy_total .right{
	width:24%;
	float:right;
}

.div_footer_coppy_total .left .linha{
	height:12px;
	line-height:12px;
	margin:0;
	padding-bottom:6px;
	font-size:11px;
	color:#97b3c5;
	font-family:"Helvetica", Helvetica, Arial;
	font-weight:normal;
	font-style:normal;
	border:none;
	outline:none;
}
.div_footer_coppy_total .left .linha:last-child{
	padding-bottom:0;
}

.div_footer_coppy_total .left .linha a,
.div_footer_coppy_total .left .linha a:visited,
.div_footer_coppy_total .left .linha a:active{
	line-height:12px;
	padding-bottom:5px;
	font-size:11px;
	color:#97b3c5;
	font-family:"Helvetica", Helvetica, Arial;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	border:none;
	outline:none;
}
.div_footer_coppy_total .left .linha a:hover{
	text-decoration:underline;
	color:#c3d8e4;	
}

.div_footer_coppy_total .right .linha{
	height:40px;
	line-height:15px;
	margin:0;
	padding-bottom:6px;
	font-size:14px;
	color:#97b3c5;
	font-family:"Helvetica", Helvetica, Arial;
	font-weight:bold;
	font-style:normal;
	border:none;
	outline:none;
}

.div_footer_coppy_total .right .linha .btns_social_total{
	height:18px;
	padding-left:10px;
	padding-top:6px;
	padding-bottom:6px;
	float:right;
	margin:0;
	display:block;
	outline:none;
	border:none;
}

.div_footer_coppy_total .right .linha .btns_social_total .btn_social_top_bar_facebook,
.div_footer_coppy_total .right .linha .btns_social_total .btn_social_top_bar_facebook:visited,
.div_footer_coppy_total .right .linha .btns_social_total .btn_social_top_bar_facebook:active{
	width:19px;
	height:18px;
	display:block;
	outline:none;
	border:none;
	margin:0;
	float:left;
	margin-right:6px;
	background:url(../images/icons_social_footer.png) no-repeat 0 0;
	text-decoration:none;
}
.div_footer_coppy_total .right .linha .btns_social_total .btn_social_top_bar_facebook:hover{
	background-position:0 -18px;	
}

.div_footer_coppy_total .right .linha .btns_social_total .btn_social_top_bar_twitter,
.div_footer_coppy_total .right .linha .btns_social_total .btn_social_top_bar_twitter:visited,
.div_footer_coppy_total .right .linha .btns_social_total .btn_social_top_bar_twitter:active{
	width:19px;
	height:18px;
	display:block;
	outline:none;
	border:none;
	margin:0;
	float:left;
	margin-right:6px;
	background:url(../images/icons_social_footer.png) no-repeat -19px 0;
	text-decoration:none;
}
.div_footer_coppy_total .right .linha .btns_social_total .btn_social_top_bar_twitter:hover{
	background-position:-19px -18px;	
}

.div_footer_coppy_total .right .linha .btns_social_total .btn_social_top_bar_rss_feed,
.div_footer_coppy_total .right .linha .btns_social_total .btn_social_top_bar_rss_feed:visited,
.div_footer_coppy_total .right .linha .btns_social_total .btn_social_top_bar_rss_feed:active{
	width:19px;
	height:18px;
	display:block;
	outline:none;
	border:none;
	margin:0;
	float:left;
	margin:0;
	background:url(../images/icons_social_footer.png) no-repeat -38px 0;
	text-decoration:none;
}
.div_footer_coppy_total .right .linha .btns_social_total .btn_social_top_bar_rss_feed:hover{
	background-position:-38px -18px;	
}

/*CSS PÁGINA DE CONTEÚDO NORMAL*//*CSS PÁGINA DE CONTEÚDO NORMAL*//*CSS PÁGINA DE CONTEÚDO NORMAL*/
/*CSS PÁGINA DE CONTEÚDO NORMAL*//*CSS PÁGINA DE CONTEÚDO NORMAL*//*CSS PÁGINA DE CONTEÚDO NORMAL*/
/*CSS PÁGINA DE CONTEÚDO NORMAL*//*CSS PÁGINA DE CONTEÚDO NORMAL*//*CSS PÁGINA DE CONTEÚDO NORMAL*/

.div_box_paginas_interiores_normal_total{
	width:903px;
	height:auto;
	padding-top:30px;
	margin:0;
	overflow:hidden;	
}

.div_box_paginas_interiores_normal_header{
	width:883px;
	height:36px;
	padding-left:10px;
	padding-right:10px;
	background:url(../images/header_box_total_paginas_interiores.png) no-repeat 0 0;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	font-style:normal;
	line-height:36px;
	font-family:"Helvetica", Helvetica, Arial;
	text-transform:uppercase;
}

.div_box_paginas_interiores_normal_center_repeat{
	width:861px;
	height:auto;
	background:url(../images/center_repeat_box_total_home.png) repeat-y 0 0;
	margin:0;
	padding:0;
	padding-left:21px;
	padding-right:21px;
	padding-top:20px;
	padding-bottom:16px;
	line-height:20px;
	font-size:14px;
	color:#647885;
	font-weight:normal;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
}

.div_box_paginas_interiores_normal_footer{
	width:903px;
	height:5px;
	background:url(../images/footer_box_total_home.png) no-repeat 0 0;
	margin:0;
	padding:0;
}

.div_box_paginas_interiores_normal_center_repeat .imagem{
	width:861px;
	height:305px;
	padding:0;
	margin-bottom:18px;
	outline:none;
	border:none;
	display:block;
	overflow:hidden;
	background:#FFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.div_box_paginas_interiores_normal_center_repeat .text{
	height:auto;
	margin:0;
	padding:0;
}

.div_box_paginas_interiores_normal_center_repeat .text h1{
	font-weight:bold;
	font-family:"Helvetica", Helvetica, Arial;
	color:#455560;
	font-style:normal;
	text-transform:uppercase;
}

.div_box_paginas_interiores_normal_center_repeat .text a,
.div_box_paginas_interiores_normal_center_repeat .text a:active,
.div_box_paginas_interiores_normal_center_repeat .text a:visited{
	font-weight:bold;
	font-family:"Helvetica", Helvetica, Arial;
	color:#009bbb;
	font-style:normal;
	font-size:14px;
	text-decoration:none;
}
.div_box_paginas_interiores_normal_center_repeat .text a:hover{
	text-decoration:underline;	
}

/*CSS PAGINA DE CONTACTOS & REGISTO DE UTILIZADOR*//*CSS PAGINA DE CONTACTOS & REGISTO DE UTILIZADOR*/
/*CSS PAGINA DE CONTACTOS & REGISTO DE UTILIZADOR*//*CSS PAGINA DE CONTACTOS & REGISTO DE UTILIZADOR*/
/*CSS PAGINA DE CONTACTOS & REGISTO DE UTILIZADOR*//*CSS PAGINA DE CONTACTOS & REGISTO DE UTILIZADOR*/

.div_box_contactos_total{
	width:903px;
	height:auto;
	margin-top:30px;
	padding:0;
	overflow:hidden;	
}

.div_box_contactos_total_header{
	width:883px;
	height:36px;
	padding-left:10px;
	padding-right:10px;
	background:url(../images/header_box_total_paginas_interiores.png) no-repeat 0 0;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	font-style:normal;
	line-height:36px;
	font-family:"Helvetica", Helvetica, Arial;
	text-transform:uppercase;
}

.div_box_contactos_total_header_formulario{
	width:883px;
	height:36px;
	padding-left:10px;
	padding-right:10px;
	background:url(../images/header_box_total_home.png) no-repeat 0 0;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	font-style:normal;
	line-height:36px;
	font-family:"Helvetica", Helvetica, Arial;
	text-transform:uppercase;
}

.div_box_contactos_total_center_repeat{
	width:901px;
	height:auto;
	background:url(../images/center_repeat_box_total_home.png) repeat-y 0 0;
	margin:0;
	padding:0;
	padding-left:1px;
	padding-right:1px;
	line-height:20px;
	font-size:14px;
	color:#647885;
	font-weight:normal;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
}

.div_box_contactos_total_footer{
	width:903px;
	height:5px;
	background:url(../images/footer_box_total_home.png) no-repeat 0 0;
	margin-top:-4px;
	padding:0;
}

.div_box_contactos_total_center_repeat .left{
	width:385px;
	height:auto;
	border-right:1px solid #DDDDDF;
	margin:0;
	padding:20px;
	float:left;
}

.div_box_contactos_total_center_repeat .right{
	width:435px;
	height:auto;
	border-left:1px solid #DDDDDF;
	margin-left:-1px;
	padding:20px;
	float:left;
}

.div_box_contactos_total_center_repeat .left h1,
.div_box_contactos_total_center_repeat .right h1{
	font-weight:bold;
	font-family:"Helvetica", Helvetica, Arial;
	color:#455560;
	font-style:normal;
	text-transform:uppercase;
}

.div_box_contactos_total_center_repeat .left a,
.div_box_contactos_total_center_repeat .left a:visited,
.div_box_contactos_total_center_repeat .left a:active{
	font-weight:bold;
	font-family:"Helvetica", Helvetica, Arial;
	color:#009bbb;
	font-style:normal;
	font-size:14px;
	text-decoration:none;
}
.div_box_contactos_total_center_repeat .left a:hover{
	text-decoration:underline;	
}

.div_box_contactos_total_center_repeat .right .google_mapa_total{
	width:435px;
	height:auto;
	margin:0;
	padding:0;
	outline:none;
	border:none;
	text-align:right;
}

.div_box_contactos_total_center_repeat .right .google_mapa_total a,
.div_box_contactos_total_center_repeat .right .google_mapa_total a:visited,
.div_box_contactos_total_center_repeat .right .google_mapa_total a:active{
	font-weight:bold;
	font-family:"Helvetica", Helvetica, Arial;
	color:#009bbb;
	font-style:normal;
	font-size:14px;
	text-decoration:none;
}
.div_box_contactos_total_center_repeat .right .google_mapa_total a:hover{
	text-decoration:underline;	
}

.div_box_contactos_total_center_repeat .right .google_mapa{
	width:435px;
	height:326px;
	margin-bottom:6px;
	margin-top:6px;
	padding:0;
	background:#000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
	outline:none;
	border:none;
}

.div_formulario_total{
	width:881px;
	height:auto;
	padding:10px;
	margin:0;
	border-bottom:1px solid #DDDDDF;
}

.div_formulario_total .linha{
	width:891px;
	height:auto;
	padding-bottom:10px;
	margin:0;
	position:relative;
}
.div_formulario_total .linha:last-child{
	padding:0;
}

.div_formulario_final_total{
	height:26px;
	padding:10px;
	margin:0;
	font-size:11px;
	line-height:26px;
}

.div_box_contactos_total_header.registo_utilizador{
	font-size:14px;	
}

.div_subtitulo_pagina_registo{
	height:16px;
	font-size:14px;
	color:#455560;
	padding:10px;
	border-bottom:1px solid #DDDDDF;
	text-transform:uppercase;
	font-weight:bold;
	font-style:normal;
	line-height:16px;
}

/*CSS ÁREA DO UTILIZADOR*//*CSS ÁREA DO UTILIZADOR*//*CSS ÁREA DO UTILIZADOR*/
/*CSS ÁREA DO UTILIZADOR*//*CSS ÁREA DO UTILIZADOR*//*CSS ÁREA DO UTILIZADOR*/
/*CSS ÁREA DO UTILIZADOR*//*CSS ÁREA DO UTILIZADOR*//*CSS ÁREA DO UTILIZADOR*/

.div_menu_lateral_total{
	height:auto;
	width:197px;
	margin-right:11px;
	margin-top:30px;
	padding:0;
	border:none;
	outline:none;
	float:left;
}

.div_menu_lateral_total .header{
	height:11px;
	width:197px;
	display:block;
	outline:none;
	border:none;
	background:url(../images/bg_menu_lateral.png) no-repeat 0 0;
}

.div_menu_lateral_total .center_repeat{
	height:auto;
	width:173px;
	display:block;
	outline:none;
	border:none;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:12px;
	padding-right:12px;
	background:url(../images/bg_menu_lateral.png) repeat-y -197px 0;
}

.div_menu_lateral_total .footer{
	height:11px;
	width:197px;
	display:block;
	outline:none;
	border:none;
	background:url(../images/bg_menu_lateral.png) no-repeat 0 -11px;
}

.div_menu_lateral_total .center_repeat .link_nivel1,
.div_menu_lateral_total .center_repeat .link_nivel1:active,
.div_menu_lateral_total .center_repeat .link_nivel1:visited{
	height:auto;
	display:block;
	padding-bottom:10px;
	border-bottom:1px solid #DDDDDF;
	margin-bottom:10px;
	font-size:14px;
	line-height:16px;
	color:#455560;
	font-weight:bold;
	text-decoration:none;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
	text-transform:none;
	outline:none;
}
.div_menu_lateral_total .center_repeat .link_nivel1:hover{
	text-decoration:underline;	
}
.div_menu_lateral_total .center_repeat .link_nivel1.selected,
.div_menu_lateral_total .center_repeat .link_nivel1.selected:active,
.div_menu_lateral_total .center_repeat .link_nivel1.selected:visited,
.div_menu_lateral_total .center_repeat .link_nivel1.selected:hover{
	font-size:14px;
	line-height:16px;
	text-transform:uppercase;
}
.div_menu_lateral_total .center_repeat .link_nivel1:last-child{
	margin-bottom:20px
}

.div_menu_lateral_total .center_repeat .link_nivel2,
.div_menu_lateral_total .center_repeat .link_nivel2:active,
.div_menu_lateral_total .center_repeat .link_nivel2:visited{
	height:auto;
	display:block;
	padding-top:6px;
	border:none;
	font-size:12px;
	line-height:14px;
	color:#708694;
	font-weight:normal;
	text-decoration:none;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
	outline:none;
	margin:0;
}
.div_menu_lateral_total .center_repeat .link_nivel2:hover{
	text-decoration:underline;	
}

.div_menu_lateral_total .center_repeat .link_nivel2:last-child{
	padding-bottom:20px;
	border-bottom:1px solid #DDDDDF;
	margin-bottom:10px;
}

.div_box_area_utilizador_conteudos_total{
	width:695px;
	height:auto;
	margin-top:30px;
	padding:0;
	overflow:hidden;
	float:right;
}



.div_box_area_utilizador_conteudos_total_header{
	width:675px;
	height:36px;
	padding-left:10px;
	padding-right:10px;
	background:url(../images/header_box_total_area_utilizador.png) no-repeat 0 0;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	font-style:normal;
	line-height:36px;
	font-family:"Helvetica", Helvetica, Arial;
	text-transform:uppercase;
}

.div_box_area_utilizador_conteudos_total_header.destaque{
	background:url(../images/header_box_total_area_utilizador_destaque.png) no-repeat 0 0;
}

.div_box_area_utilizador_conteudos_total_header.normal{
	font-size:14px;	
}

.div_box_area_utilizador_conteudos_total_header span,
.div_box_area_utilizador_conteudos_total_header.destaque span{
	font-size:12px;
	text-transform:none;
	font-weight:bold;	
}

.div_box_area_utilizador_conteudos_total_center_repeat{
	width:693px;
	height:auto;
	background:url(../images/center_repeat_box_total_area_utilizador.png) repeat-y 0 0;
	margin:0;
	padding:0;
	padding-left:1px;
	padding-right:1px;
	line-height:20px;
	font-size:14px;
	color:#647885;
	font-weight:normal;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
}



.div_box_area_utilizador_conteudos_total_footer{
	width:695px;
	height:5px;
	background:url(../images/footer_box_total_area_utilizador.png) no-repeat 0 0;
	margin-top:-4px;
	padding:0;
}

.div_formulario_total_area_utilizador{
	width:673px;
	height:auto;
	padding:10px;
	margin:0;
	border-bottom:1px solid #DDDDDF;
}

.div_formulario_total_area_utilizador .linha{
	width:683px;
	height:auto;
	padding-bottom:10px;
	margin:0;
	position:relative;
}
.div_formulario_total_area_utilizador .linha:last-child{
	padding:0;
}

.div_formulario_final_total{
	height:26px;
	padding:10px;
	margin:0;
	font-size:11px;
	line-height:26px;
}

.div_subtitulo_pagina_registo{
	height:16px;
	font-size:14px;
	color:#455560;
	padding:10px;
	border-bottom:1px solid #DDDDDF;
	text-transform:uppercase;
	font-weight:bold;
	font-style:normal;
	line-height:16px;
}

input[type="text"].input_normal.area_utilizador,
input[type="password"].input_normal.area_utilizador{
	width:314px;
	margin-right:9px;
}

input[type="text"].input_big.area_utilizador,
input[type="password"].input_big.area_utilizador{
	width:655px;
}

textarea.normal.area_utilizador{
	width:655px;
}

.dropdown_menu.area_utilizador{
	width:330px;
	margin-right:9px;
}

.dropdown_menu.area_utilizador select{
	width:330px;
}

/*CSS LISTAGEM PRODUTOS*//*CSS LISTAGEM PRODUTOS*//*CSS LISTAGEM PRODUTOS*/
/*CSS LISTAGEM PRODUTOS*//*CSS LISTAGEM PRODUTOS*//*CSS LISTAGEM PRODUTOS*/
/*CSS LISTAGEM PRODUTOS*//*CSS LISTAGEM PRODUTOS*//*CSS LISTAGEM PRODUTOS*/

.div_opcoes_total_listagem_produtos{
	height:14px;
	padding:10px;
	border-bottom:1px solid #DDDDDF;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
	text-decoration:none;
	color:#576b76;
	line-height:14px;
	text-transform:none;
}

.div_opcoes_total_listagem_produtos.bottom{
	border-bottom:none;
	border-top:1px solid #DDDDDF;
}

.div_paginacao_total{
	height:14px;
	line-height:14px;
	width:45%;
	display:block;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}

.div_paginacao_total .label{
	width:auto;
	height:14px;
	line-height:14px;
	display:block;
	float:left;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
	text-decoration:none;
	color:#576b76;
	outline:none;
	border:none;
	margin-right:3px;
}

.div_paginacao_total a,
.div_paginacao_total a:visited,
.div_paginacao_total a:active{
	width:auto;
	height:14px;
	line-height:14px;
	display:block;
	float:left;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
	text-decoration:none;
	color:#576b76;
	outline:none;
	border:none;
	margin-right:3px;
}
.div_paginacao_total a:hover{
	text-decoration:underline;
}
.div_paginacao_total a.selected{
	color:#009bbb;
}

.div_paginacao_total a.prev_arrow,
.div_paginacao_total a.prev_arrow:active,
.div_paginacao_total a.prev_arrow:visited{
	height:14px;
	width:5px;
	display:block;
	outline:none;
	border:none;
	float:left;
	text-decoration:none;
	background:url(../images/arrow_paginacao.png) no-repeat 0 0;
	margin-right:3px;
	overflow:hidden;
}
.div_paginacao_total a.prev_arrow:hover{
	background-position:-5px 0;
}
.div_paginacao_total a.prev_arrow.inactive{
	display:none;
}

.div_paginacao_total a.next_arrow,
.div_paginacao_total a.next_arrow:active,
.div_paginacao_total a.next_arrow:visited{
	height:14px;
	width:5px;
	display:block;
	outline:none;
	border:none;
	float:left;
	text-decoration:none;
	background:url(../images/arrow_paginacao.png) no-repeat 0 -14px;
	margin-right:3px;
	overflow:hidden;
}
.div_paginacao_total a.next_arrow:hover{
	background-position:-5px -14px;
}
.div_paginacao_total a.next_arrow.inactive{
	display:none;
}

.div_resultados_por_pagina_total{
	height:14px;
	line-height:14px;
	width:45%;
	display:block;
	float:right;
	margin:0;
	padding:0;
	overflow:hidden;
}

.div_resultados_por_pagina_total .label{
	float:right;
	width:auto;
	height:14px;
	margin:0;
	padding-right:5px;
	line-height:14px;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
	text-decoration:none;
	color:#576b76;
	outline:none;
	border:none;
	display:block;
}

.dropdown_menu_listagem_produtos_resultados_por_pagina{
	width:80px;
	height:12px;
	float:right;
	margin:0;
	padding:0;
	border:1px solid #DDDDDF;
	background:url(../images/dropdown_arrow_resultados_por_pagina.png) no-repeat right 0;
}
.dropdown_menu_listagem_produtos_resultados_por_pagina:hover{	
	border:1px solid #647885;
	background:url(../images/dropdown_arrow_resultados_por_pagina.png) no-repeat right -12px;
}
.dropdown_menu_listagem_produtos_resultados_por_pagina select{
	height:12px;
	width:80px;
	line-height:10px;
	margin:0;
	padding-left:4px;
	padding-right:16px;
	padding-top:1px;
	padding-bottom:1px;
	display:block;
	background:transparent;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer !important;
	outline:none !important;
	border: 0px solid transparent !important;
	color:#647885;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
	text-decoration:none;
}
.dropdown_menu.error select{
	color:#d12731;
}

.div_listagem_produtos_total{
	width:675px;
	height:auto;
	margin:0;
	padding-left:9px;
	padding-right:9px;
	padding-bottom:9px;
	outline:none;
	border:none;
	overflow:hidden;
}



.div_listagem_produtos_fix_margins{
	width:684px;
	height:auto;
	margin:0;
	outline:none;
	border:none;
	overflow:hidden;
}

.item_listagem_produtos_produto_total,
.item_listagem_produtos_produto_total:active,
.item_listagem_produtos_produto_total:hover,
.item_listagem_produtos_produto_total:visited{
	width:160px;
	height:190px;
	border:1px solid #DDDDDF;
	float:left;
	outline:none;
	overflow:hidden;
	display:block;
	margin-right:9px;
	margin-top:9px;
	text-decoration:none;
}

.item_listagem_produtos_produto_total .imagem{
	width:160px;
	height:120px;
	overflow:hidden;
	display:block;
	outline:none;
	border:none;
	text-decoration:none;
	background:#FFF;	
}

.item_listagem_produtos_produto_total .description{
	width:140px;
	height:54px;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;	
	outline:none;
	border:none;
	display:block;
	text-decoration:none;
}

.item_listagem_produtos_produto_total .description .product_name{
	height:32px;
	line-height:16px;
	font-size:12px;
	color:#495964;
	text-decoration:none;
	font-family:"Helvetica", Helvetica, Arial;
	font-weight:bold;
	font-style:normal;
	display:block;
	overflow:hidden;
}

.item_listagem_produtos_produto_total .description .price{
	height:22px;
	line-height:22px;
	font-size:18px;
	color:#009bbb;
	text-decoration:none;
	font-family:"Helvetica", Helvetica, Arial;
	font-weight:bold;
	font-style:normal;
	display:block;
	overflow:hidden;
}

.item_listagem_produtos_produto_total .description .price span{
	font-size:14px;	
}

/*CSS DETALHE PRODUTO*//*CSS DETALHE PRODUTO*//*CSS DETALHE PRODUTO*/
/*CSS DETALHE PRODUTO*//*CSS DETALHE PRODUTO*//*CSS DETALHE PRODUTO*/
/*CSS DETALHE PRODUTO*//*CSS DETALHE PRODUTO*//*CSS DETALHE PRODUTO*/

.header_box_total_detalhe_produto{
	width:655px;
	height:32px;
	padding-left:20px;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;
	margin:0;
	display:block;
	line-height:52px;
	background:url(../images/header_box_total_detalhe_produto.png) no-repeat 0 0;
}

.div_detalhe_produto_total{
	height:auto;
	margin:0;
	padding-left:19px;
	padding-right:19px;
	padding-bottom:8px;
	padding-top:19px;
	outline:none;
	border:none;
	overflow:hidden;
}

.div_detalhe_produto_caracteristicas_total{
	height:auto;
	margin:0;
	padding:0;
	overflow:hidden;
	outline:none;
	border:none;	
}

.div_detalhe_produto_caracteristicas_total .galeria_imagens{
	width:307px;
	height:auto;
	float:left;
	padding-right:20px;
	margin-bottom:11px;
	overflow:hidden;
}

.div_detalhe_produto_caracteristicas_total .galeria_imagens .margin_fix{
	width:318px;
	height:auto;
	overflow:hidden;
}

.div_detalhe_produto_caracteristicas_total .galeria_imagens .margin_fix .imagem_grande{
	width:305px;
	height:230px;
	border:1px solid #DDDDDF;
	margin:0;
	padding:0;
	overflow:hidden;
	display:block;
	text-decoration:none;
	outline:none;
	background:#FFF;
}

.div_detalhe_produto_caracteristicas_total .galeria_imagens .margin_fix .imagem_pequena{
	width:93px;
	height:72px;
	border:1px solid #DDDDDF;
	padding:0;
	overflow:hidden;
	display:block;
	text-decoration:none;
	outline:none;
	background:#FFF;
	float:left;
	margin-top:11px;
	margin-right:11px;
}

.div_detalhe_produto_caracteristicas_total .caracteristicas{
	padding-bottom:11px;
	margin:0;
	overflow:hidden;
	height:auto;
	outline:none;
	border:none;
}

.div_detalhe_produto_caracteristicas_total .caracteristicas .product_name{
	height:auto;
	font-size:18px;
	padding-bottom:20px;
	color:#495964;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	font-family:"Helvetica", Helvetica, Arial;
	display:block;
	line-height: normal;
}

.div_detalhe_produto_caracteristicas_total .caracteristicas .description{
	height:auto;
	font-size:14px;
	padding-bottom:20px;
	color:#647885;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	font-family:"Helvetica", Helvetica, Arial;
	border-bottom:1px solid #DDDDDF;
	display:block;
}

.div_detalhe_produto_caracteristicas_total .caracteristicas .price_total{
	height:auto;
	padding-top:18px;
	padding-bottom:18px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	font-family:"Helvetica", Helvetica, Arial;
	border-bottom:1px solid #DDDDDF;
	display:block;
}

.div_detalhe_produto_caracteristicas_total .caracteristicas .price_total .price{
	height:34px;
	width:auto;
	display:inline-block;
	font-size:26px;
	line-height:26px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	font-family:"Helvetica", Helvetica, Arial;
	color:#009bbb;
}
.div_detalhe_produto_caracteristicas_total .caracteristicas .price_total .price span{
	font-size:22px;
}

.div_detalhe_produto_caracteristicas_total .caracteristicas .price_total .stock_total{
	height:34px;
	width:auto;
	display:inline-block;
	text-decoration:none;
	font-family:"Helvetica", Helvetica, Arial;
	float:right;
	text-align:right;
	margin:0;
	padding:0;
}

.div_detalhe_produto_caracteristicas_total .caracteristicas .price_total .stock_total .label{
	width:auto;
	height:14px;
	line-height:14px;
	display:block;
	padding-bottom:1px;
	text-align:right;
	font-size:14px;
	text-decoration:none;
	font-family:"Helvetica", Helvetica, Arial;
	font-weight:bold;
	color:#495964;
	font-style:normal;
	margin:0;
}

.div_detalhe_produto_caracteristicas_total .caracteristicas .price_total .stock_total .state{
	width:auto;
	height:14px;
	line-height:14px;
	display:block;
	text-align:right;
	font-size:14px;
	text-decoration:none;
	font-family:"Helvetica", Helvetica, Arial;
	font-weight:bold;
	color:#495964;
	font-style:normal;
	padding:0;
	margin:0;
}
.div_detalhe_produto_caracteristicas_total .caracteristicas .price_total .stock_total .state.green{
	color:#6cbb2c;
}
.div_detalhe_produto_caracteristicas_total .caracteristicas .price_total .stock_total .state.red{
	color:#ffd016;
}
.div_detalhe_produto_caracteristicas_total .caracteristicas .price_total .stock_total .state.yellow{
	color:#6cbb2c;
}

.div_detalhe_produto_caracteristicas_total .caracteristicas .buy_options{
	height:26px;
	padding-top:20px;
	margin:0;
	display:block;
	outline:none;
	border:none;
}

.div_detalhe_produto_caracteristicas_total .caracteristicas .buy_options .btn_add_cart,
.div_detalhe_produto_caracteristicas_total .caracteristicas .buy_options:hover .btn_add_cart,
.div_detalhe_produto_caracteristicas_total .caracteristicas .buy_options:visited .btn_add_cart,
.div_detalhe_produto_caracteristicas_total .caracteristicas .buy_options:active .btn_add_cart{
	width:auto;
	height:26px;
	display:inline-block;
	float:left;
	outline:none;
	border:none;
	text-decoration:none;
}

.div_detalhe_produto_caracteristicas_total .caracteristicas .buy_options .btn_add_cart .left,
.div_detalhe_produto_caracteristicas_total .caracteristicas .buy_options:visited .btn_add_cart .left,
.div_detalhe_produto_caracteristicas_total .caracteristicas .buy_options:active .btn_add_cart .left{
	width:29px;
	height:26px;
	display:inline-block;
	background:url(../images/btn_blue_comprar.png) no-repeat 0 0;
	text-decoration:none;
	border:none;
	outline:none;
	margin:0;
	padding:0;
	float:left;
}
.div_detalhe_produto_caracteristicas_total .caracteristicas .buy_options:hover .btn_add_cart .left{
	background-position:0 -78px;
	text-decoration:none;	
}

.div_detalhe_produto_caracteristicas_total .caracteristicas .buy_options .btn_add_cart .center,
.div_detalhe_produto_caracteristicas_total .caracteristicas .buy_options:visited .btn_add_cart .center,
.div_detalhe_produto_caracteristicas_total .caracteristicas .buy_options:active .btn_add_cart .center{
	width:auto;
	height:26px;
	display:inline-block;
	background:url(../images/btn_blue_comprar.png) repeat-x 0 -52px;
	text-decoration:none;
	border:none;
	outline:none;
	margin:0;
	padding-left:6px;
	float:left;
	font-size:14px;
	line-height:26px;
	font-weight:normal;
	font-style:normal;
	color:#FFF;
	font-family:"Helvetica", Helvetica, Arial;
}
.div_detalhe_produto_caracteristicas_total .caracteristicas .buy_options:hover .btn_add_cart .center{
	background-position:0 -130px;
	text-decoration:none;	
}

.div_detalhe_produto_caracteristicas_total .caracteristicas .buy_options .btn_add_cart .right,
.div_detalhe_produto_caracteristicas_total .caracteristicas .buy_options:visited .btn_add_cart .right,
.div_detalhe_produto_caracteristicas_total .caracteristicas .buy_options:active .btn_add_cart .right{
	width:10px;
	height:26px;
	display:inline-block;
	background:url(../images/btn_blue_comprar.png) no-repeat 0 -26px;
	text-decoration:none;
	border:none;
	outline:none;
	margin:0;
	padding:0;
	float:left;
}
.div_detalhe_produto_caracteristicas_total .caracteristicas .buy_options:hover .btn_add_cart .right{
	background-position:0 -104px;
	text-decoration:none;	
}

input[type="text"].input_qtd_detalhe_produto,
input[type="text"].input_qtd_detalhe_produto:active{
	width:30px;
	height:14px;
	float:left;
	margin-right:9px;
	display:inline-block;
	padding-left:8px;
	padding-right:8px;
	padding-top:6px;
	padding-bottom:6px;
	line-height:14px;
	border:1px solid #DDDDDF;
	background:#FFF;
	color:#647885;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
	text-decoration:none;
	outline:none;
}
input[type="text"].input_qtd_detalhe_produto:focus,
input[type="text"].input_qtd_detalhe_produto:hover{
	border:1px solid #647885;
}
input[type="text"].input_qtd_detalhe_produto:disabled,
input[type="text"].input_qtd_detalhe_produto:active:disabled,
input[type="text"].input_qtd_detalhe_produto:focus:disabled,
input[type="text"].input_qtd_detalhe_produto:hover:disabled{
	opacity:0.5;
	border:1px solid #DDDDDF;
}
input[type="text"].input_qtd_detalhe_produto:disabled::-webkit-input-placeholder { color:#647885; }
input[type="text"].input_qtd_detalhe_produto:disabled::-moz-placeholder { color:#647885; } /* firefox 19+ */
input[type="text"].input_qtd_detalhe_produto:disabled:-ms-input-placeholder { color:#647885; } /* ie */
input[type="text"].input_qtd_detalhe_produto:disabled:-moz-placeholder { color:#647885; }
input[type="text"].input_qtd_detalhe_produto::-webkit-input-placeholder { color:#647885; }
input[type="text"].input_qtd_detalhe_produto::-moz-placeholder { color:#647885; } /* firefox 19+ */
input[type="text"].input_qtd_detalhe_produto:-ms-input-placeholder { color:#647885; } /* ie */
input[type="text"].input_qtd_detalhe_produto:-moz-placeholder { color:#647885; }

.div_galeria_detalhe_produto_total{
	width:655px;
	height:auto;
	margin:0;
	padding-bottom:11px;
	padding-top:9px;
	overflow:hidden;
	outline:none;
	border:none;
}

.div_galeria_detalhe_produto_total .header{
	width:633px;
	height:30px;
	border:1px solid #DDDDDF;
	padding-left:10px;
	padding-right:10px;
	line-height:30px;
	color:#009bbb;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	font-family:"Helvetica", Helvetica, Arial;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}

.div_galeria_detalhe_produto_total .total_content{
	width:653px;
	border-left:1px solid #DDDDDF;
	border-right:1px solid #DDDDDF;
	border-bottom:1px solid #DDDDDF;
	height:165px;
	padding-bottom:20px;
	padding-top:20px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
}

.item_produto_galeria_detalhe_produto_total,
.item_produto_galeria_detalhe_produto_total:hover,
.item_produto_galeria_detalhe_produto_total:visited,
.item_produto_galeria_detalhe_produto_total:active{
	width:147px;
	height:165px;
	overflow:hidden;
	margin:0;
	padding:0;
	display:block;
	outline:none;
	border:none;
	text-decoration:none;
	background:#FFF;
}

.item_produto_galeria_detalhe_produto_total .product_image{
	width:147px;
	height:110px;
	overflow:hidden;
	display:block;
	outline:none;
	border:none;
	text-decoration:none;
	margin:0;
	padding:0;
	background:#FFF;
}

.item_produto_galeria_detalhe_produto_total .texts{
	width:107px;
	height:55px;
	overflow:hidden;
	display:block;
	outline:none;
	border:none;
	text-decoration:none;
	margin:0;
	padding-left:20px;
	padding-right:20px;
	font-family:"Helvetica", Helvetica, Arial;
	color:#495964;
	font-size:12px;
}

.item_produto_galeria_detalhe_produto_total .texts .product_name{
	width:107px;
	height:32px;
	font-size:12px;
	line-height:16px;
	overflow:hidden;
	display:block;
	outline:none;
	border:none;
	text-decoration:none;
	margin:0;
	padding:0;
	color:#495964;
	font-weight:bold;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
}

.item_produto_galeria_detalhe_produto_total .texts .price{
	width:107px;
	height:23px;
	font-size:18px;
	line-height:23px;
	margin:0;
	padding:0;
	overflow:hidden;
	display:block;
	outline:none;
	border:none;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
	color:#009bbb;
}

.item_produto_galeria_detalhe_produto_total .texts .price span{
	font-size:14px;	
}

/*CSS AREA UTILIZADOR - MINHAS ENCOMENDAS*//*CSS AREA UTILIZADOR - MINHAS ENCOMENDAS*//*CSS AREA UTILIZADOR - MINHAS ENCOMENDAS*/
/*CSS AREA UTILIZADOR - MINHAS ENCOMENDAS*//*CSS AREA UTILIZADOR - MINHAS ENCOMENDAS*//*CSS AREA UTILIZADOR - MINHAS ENCOMENDAS*/
/*CSS AREA UTILIZADOR - MINHAS ENCOMENDAS*//*CSS AREA UTILIZADOR - MINHAS ENCOMENDAS*//*CSS AREA UTILIZADOR - MINHAS ENCOMENDAS*/

.div_area_utilizador_minhas_encomendas_tabela_total{
	padding:8px;
	height:auto;
	margin:0;
	overflow:hidden;
}

.style_tabela_minhas_encomendas_area_utilizador{
	margin:0;
	vertical-align:top;
	border:none;
	outline:none;
}

.div_tabela_minhas_encomendas_campo{
	border:1px solid #DDDDDF;
	height:26px;
	margin:0;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
	color:#647885;
	text-align:center;
	line-height:26px;
	overflow:hidden;
}

.div_tabela_minhas_encomendas_campo.titulo{
	color:#455560;
	font-weight:bold;	
}

.div_tabela_minhas_encomendas_campo.green{
	color:#6cbb2c;
}

.div_tabela_minhas_encomendas_campo.yellow{
	color:#ffc600;
}

.div_tabela_minhas_encomendas_campo.red{
	color:#f43738;
}

.btn_view_more_minhas_encomendas,
.btn_view_more_minhas_encomendas:visited,
.btn_view_more_minhas_encomendas:active{
	width:27px;
	height:27px;
	margin:0;
	padding:0;
	display:block;
	outline:none;
	border:none;
	text-decoration:none;
	background:url(../images/btn_more_minhas_encomendas.png) no-repeat 0 0;
}
.btn_view_more_minhas_encomendas:hover{
	background-position:0 -27px;
}

.btn_delete_minhas_encomendas,
.btn_delete_minhas_encomendas:visited,
.btn_delete_minhas_encomendas:active{
	width:27px;
	height:27px;
	margin:0;
	padding:0;
	display:block;
	outline:none;
	border:none;
	text-decoration:none;
	background:url(../images/btn_delete_minhas_encomendas.png) no-repeat 0 0;
}
.btn_delete_minhas_encomendas:hover{
	background-position:0 -27px;
}

.div_preco_total_carrinho_total{
	background:#FFF;
	padding:0;
	height:auto;
	margin:0;
	border:1px solid #dddddf;
	overflow:hidden;
	-moz-border-radius:0 3px 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
}

.div_preco_total_carrinho{
	height:auto;
	background:#eff4f8;
	margin:2px;
	padding:7px;
}

.style_tabela_minhas_encomendas_total{
	margin:0;
	vertical-align:top;
	border:none;
	outline:none;
	background:#FFF;
}


.div_tabela_minhas_encomendas_total_campo{
	border:1px solid #DDDDDF;
	height:30px;
	margin:0;
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
	color:#647885;
	text-align:center;
	line-height:30px;
	overflow:hidden;
}

.div_tabela_minhas_encomendas_total_campo.titulo{
	font-weight:bold;
	color:#455560;
	text-transform:uppercase;
}

.div_calculadora_portes_linha_total{
	height:auto;
	padding:10px;
	font-size:20px;
	border-top:1px solid #DDDDDF;
	margin:0;
	font-size:14px;
}

.div_calculadora_portes_linha_total:first-child{
	border:none;
}

.div_calculadora_portes_linha_total .left{
	width:49%;
	height:auto;
	font-size:14px;
	line-height:normal;
	margin:0;
	padding:0;
	float:left;
	font-weight:bold;
	color:#455560;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
	text-align:left;
}

.div_calculadora_portes_linha_total .right{
	width:49%;
	height:auto;
	font-size:14px;
	line-height:normal;
	margin:0;
	padding:0;
	float:right;
	font-weight:normal;
	color:#647885;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
	text-align:right;
}

.div_calculadora_portes_linha_total .right.destaque{
	font-weight:bold;
}

.div_area_utilizador_voltar_atras_total{
	width:695px;
	height:auto;
	margin-top:10px;
	padding:0;
	overflow:hidden;
	float:right;
}

.div_calculadora_portes_linha_total .right a,
.div_calculadora_portes_linha_total .left a{
	font-family:"Helvetica", Helvetica, Arial;
	font-size:14px;
	color:#009bbd;
}

/*CARRINHO DE COMPRAS*//*CARRINHO DE COMPRAS*//*CARRINHO DE COMPRAS*/
/*CARRINHO DE COMPRAS*//*CARRINHO DE COMPRAS*//*CARRINHO DE COMPRAS*/
/*CARRINHO DE COMPRAS*//*CARRINHO DE COMPRAS*//*CARRINHO DE COMPRAS*/

input[type="text"].input_normal.carrinho_und{
	width:43px;
	height:18px;
	margin:0;
}

.div_box_contactos_total_header_formulario .icon_carrinho_compras{
	height:36px;
	width:36px;
	padding:0;
	float:left;
	margin:0;
	background:url(../images/cart_icon.png) no-repeat center center;
	display:block;
}

.div_preco_total_carrinho.carrinho_final{
	float:right;
}

.div_preco_total_carrinho.carrinho_final.fix_border{
	float:right;
	border-left:1px solid #DDDDDF;
}

.div_box_paginas_interiores_normal_center_repeat.carrinho_final{
	padding:0;
	width:903px;	
}

.btn_imprimir_cart,
.btn_imprimir_cart:active,
.btn_imprimir_cart:visited{
	width:143px;
	height:26px;
	margin:0;
	padding:0;
	overflow:hidden;
	background:url(../images/cart_options.png)  no-repeat 0 0;
	text-decoration:none;
	outline:none;
	border:none;
	display:block;
	position:absolute;
	z-index:10;
	top:35px;
	right:6px;	
}
.btn_imprimir_cart:hover{
	background-position:0 -26px;
}

.div_options_cart_total{
	height:auto;
	margin:0;
	float:left;
	border-right:1px solid #DDDDDF;
	padding:10px;
}

.btn_esvaziar_carrinho,
.btn_esvaziar_carrinho:visited,
.btn_esvaziar_carrinho:active{
	width:123px;
	height:34px;
	margin-right:10px;
	padding:0;
	text-decoration:none;
	display:block;
	outline:none;
	border:none;
	background:url(../images/cart_options.png) no-repeat 0 -52px;
	float:left;
}
.btn_esvaziar_carrinho:hover{
	background-position:0 -86px;	
}

.btn_actualizar_carrinho,
.btn_actualizar_carrinho:visited,
.btn_actualizar_carrinho:active{
	width:123px;
	height:34px;
	margin:0;
	padding:0;
	text-decoration:none;
	display:block;
	outline:none;
	border:none;
	background:url(../images/cart_options.png) no-repeat 0 -120px;
	float:left;
}
.btn_actualizar_carrinho:hover{
	background-position:0 -154px;	
}

.dropdown_menu.calculadora_portes{
	width:300px;
	height:22px;
	float:right;
	margin:0;
}

.dropdown_menu.calculadora_portes select{
	height:22px;
	width:300px;
}

.btn_finalizar_compra_continuar_comrpar,
.btn_finalizar_compra_continuar_comrpar:visited,
.btn_finalizar_compra_continuar_comrpar:active{
	width:183px;
	height:34px;
	margin:0;
	padding:0;
	float:right;
	display:block;
	outline:none;
	text-decoration:none;
	border:none;
	background:url(../images/btn_comprar_cart.png) no-repeat 0 0;
	overflow:hidden;
}
.btn_finalizar_compra_continuar_comrpar:hover{
	background-position:0 -34px;	
}

.btn_finalizar_compra_finalizar_compra,
.btn_finalizar_compra_finalizar_compra:visited,
.btn_finalizar_compra_finalizar_compra:active{
	width:152px;
	height:34px;
	margin-left:10px;
	padding:0;
	float:right;
	display:block;
	outline:none;
	text-decoration:none;
	border:none;
	background:url(../images/btn_comprar_cart.png) no-repeat -183px 0;
	overflow:hidden;
}
.btn_finalizar_compra_finalizar_compra:hover{
	background-position:-183px -34px;	
}

.btn_finalizar_compra_voltar_atras,
.btn_finalizar_compra_voltar_atras:visited,
.btn_finalizar_compra_voltar_atras:active{
	width:120px;
	height:34px;
	margin:0;
	padding:0;
	float:right;
	display:block;
	outline:none;
	text-decoration:none;
	border:none;
	background:url(../images/btn_comprar_cart.png) no-repeat -335px 0;
	overflow:hidden;
}
.btn_finalizar_compra_voltar_atras:hover{
	background-position:-335px -34px;	
}


/*CSS POPUP DE DIALOGO*//*CSS POPUP DE DIALOGO*//*CSS POPUP DE DIALOGO*/
/*CSS POPUP DE DIALOGO*//*CSS POPUP DE DIALOGO*//*CSS POPUP DE DIALOGO*/
/*CSS POPUP DE DIALOGO*//*CSS POPUP DE DIALOGO*//*CSS POPUP DE DIALOGO*/

.dialog_popup{
	position:fixed;
	z-index:2000;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	display:block;
	left:0;
	top:0;
	display:none;
	opacity:0;
}

.dialog_popup .total_background{
	height:100%;
	position:fixed;
	margin:0;
	padding:0;
	width:100%;
	opacity:0.7;
	background:#000;
	display:block;
	left:0;
	top:0;
}
.dialog_popup .total_background:hover{
	cursor:pointer;
}

.dialog_popup .popup_box_total{
	width:500px;
	height:300px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:20%;
	background:#FFF;
	z-index:2000;
	padding:10px;
}

.dialog_popup .popup_box_total .text{
	height:222px;
	border:1px solid #DDDDDF;
	padding:20px;
	margin:0;
	overflow:hidden;
}

.popup_dialog_font_style{
	font-size:18px;
	font-weight:normal;
	line-height:24px;
	text-align:center;
	font-family:"Helvetica", Helvetica, Arial;
	font-style:normal;
}

.dialog_popup .popup_box_total .options{
	height:26px;
	padding-top:10px;
	margin:0;
	overflow:hidden;
}

.dialog_popup .popup_box_total .options a{
	float:right;
}

/*FINALIZAR COMPRA*/
.div_label_imagem_finalizar_compra{
	width:344px;
	height:auto;
	border:1px solid #DDDDDF;
	margin:0;
	float:right;
	outline:none;
	display:block;
}
.finErrorMsg{display:none; float:right; color:Red; padding:5px 15px 5px 5px;}





#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
/*border:1px solid #cecece;*/
border-radius:5px;
z-index:99999999;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:264px;
width:438px;
background:#e7e7e7;
z-index:999999999;
/*padding:9px 9px 5px;*/
font-size:13px;
border-radius:5px;
color: #828282;
font-family: Helvetica,Arial;    
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
/*border-bottom:1px dotted #D3D3D3;*/
border-radius:5px;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
top: -9px;
display: block;
position: absolute;
right: -9px;
cursor:pointer;
background: url("../images/closebtn.png") no-repeat scroll 0 0 transparent;
width:26px;
height:26px;
z-index:2000;
}
#button{
text-align:center;
}
#contactArea
{
/*background: url("../images/popupBG.png") repeat-x scroll 0 0 transparent;*/
display: table-cell;
font-size: 14px;
height: 210px;
line-height: 1;
padding: 27px;
position: relative;
vertical-align: middle;
width: 435px;
z-index: 2;
}
.contactTitle
{
	text-align:center; 
	font-size:23px; 
	padding-bottom:5px;
}
.errorMsg{text-align:center;margin-top:10px;}
#errorMsg{text-align:center;margin-top:10px;}

/*new */
.div_listagem_produtos_total2{
	width:906px;
	height:auto;
	margin:0;
	padding-left:13px;
	padding-right:9px;
	padding-bottom:12px;
	outline:none;
	border:none;
	overflow:hidden;
}
.div_listagem_produtos_fix_margins2{
	width:906px;
	height:auto;
	margin:0;
	outline:none;
	border:none;
	overflow:hidden;
}
.item_listagem_produtos_produto_total2,
.item_listagem_produtos_produto_total2:active,
.item_listagem_produtos_produto_total2:hover,
.item_listagem_produtos_produto_total2:visited{
	width:160px;
	height:190px;
	border:1px solid #DDDDDF;
	float:left;
	outline:none;
	overflow:hidden;
	display:block;
	margin-right:16px;
	margin-top:12px;
	text-decoration:none;
}


.div_box_area_utilizador_conteudos_total2{
	width:906px;
	height:auto;
	margin-top:30px;
	padding:0;
	overflow:hidden;
	float:right;
}
.div_box_area_utilizador_conteudos_total_header2{
	width:906px;
	height:36px;
	padding-left:10px;
	padding-right:10px;
	background-image:none;
	background-color:#c1c9ce;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	font-style:normal;
	line-height:36px;
	font-family:"Helvetica", Helvetica, Arial;
	text-transform:uppercase;
}

.div_box_area_utilizador_conteudos_total_center_repeat2{
	width:902px;
	height:auto;
	background:none;
	margin:0;
	padding:0;
	padding-left:1px;
	padding-right:1px;
	line-height:20px;
	font-size:14px;
	color:#647885;
	font-weight:normal;
	font-style:normal;
	font-family:"Helvetica", Helvetica, Arial;
	border: 1px solid #DDDDDF;
	border-radius: 3px;
	border-top: none;
}

.div_listagem_produtos_total2{
	width:906px;
	height:auto;
	margin:0;
	padding-left:13px;
	padding-right:9px;
	padding-bottom:12px;
	outline:none;
	border:none;
	overflow:hidden;
}

.item_listagem_produtos_produto_total2,
.item_listagem_produtos_produto_total2:active,
.item_listagem_produtos_produto_total2:hover,
.item_listagem_produtos_produto_total2:visited{
	width:160px;
	height:190px;
	border:1px solid #DDDDDF;
	float:left;
	outline:none;
	overflow:hidden;
	display:block;
	margin-right:16px;
	margin-top:12px;
	text-decoration:none;
}

.item_listagem_produtos_produto_total2 .imagem{
	width:160px;
	height:120px;
	overflow:hidden;
	display:block;
	outline:none;
	border:none;
	text-decoration:none;
	background:#FFF;	
}

.item_listagem_produtos_produto_total2 .description{
	width:140px;
	height:54px;
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;	
	outline:none;
	border:none;
	display:block;
	text-decoration:none;
}


.item_listagem_produtos_produto_total2 .description .product_name{
	height:32px;
	line-height:16px;
	font-size:12px;
	color:#495964;
	text-decoration:none;
	font-family:"Helvetica", Helvetica, Arial;
	font-weight:bold;
	font-style:normal;
	display:block;
	overflow:hidden;
}
.item_listagem_produtos_produto_total2 .description .price{
	height:22px;
	line-height:22px;
	font-size:18px;
	color:#009bbb;
	text-decoration:none;
	font-family:"Helvetica", Helvetica, Arial;
	font-weight:bold;
	font-style:normal;
	display:block;
	overflow:hidden;
}


.ddsmoothmenu{
	font-family:"Helvetica", Helvetica, Arial;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	text-transform:uppercase;
	background:none;
	height:122px;
	float:right;
	width:auto;
	margin:0;
}

.ddsmoothmenu ul{
	z-index:100;
	margin:0;
	padding:0;
	list-style-type:none;
	height:122px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position:relative;
	display:inline;
	float:left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a,
.ddsmoothmenu ul li a:visited{
	height:18px;
	width:164px;
	display:block;
	background:none;
	padding-left:20px;
	padding-right:20px;
	padding-top:55px;
	padding-bottom:49px;
	line-height:18px;
	border-left:1px solid rgba(87, 107, 118, 0.3);
	border-bottom:none;
	border-right:none;
	border-top:none;
	color:#5a6d7a;
	text-decoration:none;
	font-family:"Helvetica", Helvetica, Arial;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	text-transform:uppercase;
	text-align:center;
}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display:inline-block;
}
.ddsmoothmenu ul li a:hover,
.ddsmoothmenu ul li a:active,
.ddsmoothmenu ul li a.selected{
	color:#FFF;
	background:url(../images/bg_btn_main_menu_hover_repeat.png) repeat-x 0 0;
}
	
/* sub menus */
.ddsmoothmenu ul li ul{
	position:absolute;
	left:-3000px;
	display:none; /*collapse all sub menus to begin with*/
	visibility:hidden;
}

/*Sub level menu list items (alters style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display:list-item;
	float:none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top:0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a,
.ddsmoothmenu ul li ul li a:visited{
	width:185px;
	height:32px;
	font-size:11px;
	font-weight:normal;
	font-family:"Helvetica", Helvetica, Arial;
	padding-left:10px;
	padding-right:10px;
	padding-top:0;
	padding-bottom:0;
	margin: 0;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:1px solid #6f848f;
	line-height:32px;
	background:#637985;
	color:#FFF;
	text-decoration:none;
}
.ddsmoothmenu ul li ul li a:active,
.ddsmoothmenu ul li ul li a:hover{
	background:#6f848f;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

#featured{ 
	height:429px;
	width:903px;
	background:#000 url(../images/loading.gif) no-repeat center center;
	overflow:hidden;
}
#featured>img,  
#featured>div,
#featured>a{
	display:none;
}

div.orbit-wrapper{
    width:1px;
    height:1px;
    position:relative; 
}

div.orbit{
    width:1px;
    height:1px;
    position:relative;
    overflow:hidden;
}

div.orbit>img{
    position:absolute;
    top:0;
    left:0;
    display:none;
}

div.orbit>a{
    border:none;
    position:absolute;
    top:0;
    left:0;
    line-height:0; 
    display:none;
}

.orbit>div{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%; 
}

div.timer{
	display:none;
}

span.rotator{
	display:none;
}

span.mask{
	display:none;
}

span.rotator.move{
	display:none;
}

span.mask.move{
    display:none;
}

span.pause{
	display:none;
}

span.pause.active{
	display:none;
}

div.timer:hover span.pause,
span.pause.active{
	display:none;
}

.orbit-caption{
    display: none;
}

.orbit-wrapper .orbit-caption{
	display:none;
}

div.slider-nav{
	display:none;
}

div.slider-nav span{
	display:none;
}

div.slider-nav span.right{
    display:none;
}

div.slider-nav span.left{
    display:none;
}

/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: 20px;
    left: 20px;
	margin:0;
    padding: 0; }

.orbit-bullets li {
    float:left;
	margin:0;
    cursor:pointer;
    color:#999;
    text-indent:-9999px;
	background:url(../images/bullets.png) no-repeat 0 0;
    width:14px;
    height:14px;
	margin-right:5px;
    overflow:hidden; 
}

.orbit-bullets li.active{
	background-position:-14px 0;
}
    
.orbit-bullets li.has-thumb {
	display:none;
}

.orbit-bullets li.active.has-thumb {
    display:none;
}


/*CSS GALERIA HOME*//*CSS GALERIA HOME*//*CSS GALERIA HOME*/
/*CSS GALERIA HOME*//*CSS GALERIA HOME*//*CSS GALERIA HOME*/
/*CSS GALERIA HOME*//*CSS GALERIA HOME*//*CSS GALERIA HOME*/

.jcarousel-skin-tango .jcarousel-container {
	margin:0;
	height:240px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction:rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width:880px;
	padding:0;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow:hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:857px;
    height:240px;
	border-right:1px solid #dddddf;
	border-left:1px solid #dddddf;
	margin-left:22px;
}

.jcarousel-skin-tango .jcarousel-item {
    width:215px;
    height:240px;
	border:none;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left:0;
    margin-right:0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left:0;
    margin-right:0;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
	display:none;
}

/*Buttons*//*Buttons*//*Buttons*/
/*Buttons*//*Buttons*//*Buttons*/
/*Buttons*//*Buttons*//*Buttons*/

.jcarousel-skin-tango .jcarousel-next-horizontal,
.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-horizontal:active{
    position:absolute;
    top:111px;
    right:-21px;
    width:21px;
    height:20px;
    cursor:pointer;
	background:url(../images/arrow_galeria_home.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
	display:none;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	display:none;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal,
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    position:absolute;
    top:111px;
    width:21px;
    height:20px;
    cursor:pointer;
	background:url(../images/arrow_galeria_home.png) no-repeat -21px 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    display:none;
}



.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	display:none;
}

/*CSS GALERIA DETALHE PRODUTO*//*CSS GALERIA DETALHE PRODUTO*//*CSS GALERIA DETALHE PRODUTO*/
/*CSS GALERIA DETALHE PRODUTO*//*CSS GALERIA DETALHE PRODUTO*//*CSS GALERIA DETALHE PRODUTO*/
/*CSS GALERIA DETALHE PRODUTO*//*CSS GALERIA DETALHE PRODUTO*//*CSS GALERIA DETALHE PRODUTO*/

.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-container {
	margin:0;
	height:165px;
}

.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-direction-rtl {
	direction:rtl;
}

.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-container-horizontal {
    width:653px;
	padding:0;
}

.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-clip {
    overflow:hidden;
}

.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-clip-horizontal {
    width:591px;
    height:165px;
	border-right:1px solid #dddddf;
	border-left:1px solid #dddddf;
}

.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-item {
    width:220px;
    height:240px;
	border:none;
}

.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-item-horizontal {
	margin-left:0;
    margin-right:0;
}

.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left:0;
    margin-right:0;
}

.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-item-placeholder {
	display:none;
}

/*Buttons*//*Buttons*//*Buttons*/
/*Buttons*//*Buttons*//*Buttons*/
/*Buttons*//*Buttons*//*Buttons*/

.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-next-horizontal,
.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-next-horizontal:focus,
.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-next-horizontal:active{
    position:absolute;
    top:111px;
    right:-21px;
    width:21px;
    height:20px;
    cursor:pointer;
	background:url(../images/arrow_galeria_home.png) no-repeat 0 0;
}

.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-direction-rtl .jcarousel-next-horizontal {
	display:none;
}

.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-next-disabled-horizontal:active {
	display:none;
}

.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-prev-horizontal {
    display:none;
}

.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    display:none;
}

.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-prev-horizontal:focus {
   display:none;
}

.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-prev-horizontal:active {
    display:none;
}

.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango.galeria_detalhe_produto .jcarousel-prev-disabled-horizontal:active {
	display:none;
}

.tab-container{
	padding-top:9px;
	padding-bottom:11px;	
}

.tab-container .panel-container{
	width:613px;
	height:auto;
	background:#fff;
	border:1px solid #d5d5d7;
	padding:20px;
	-moz-border-radius:0 3px 3px 3px;
	-webkit-border-radius:0 3px 3px 3px;
	color:#647885;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	font-style:normal;
	line-height:18px;
	font-family:"Helvetica", Helvetica, Arial;
}

.tab-container .panel-container h1{
	font-size:14px;
	font-weight:bold;
	color:#009bbb;
	font-style:normal;
	text-decoration:none;
	margin:0;
	padding:0;
	font-family:"Helvetica", Helvetica, Arial;
}

.tab-container .panel-container span{
	font-size:14px;
	font-weight:normal;
	color:#455560;
	font-style:normal;
	text-decoration:none;
	margin:0;
	padding:0;
	font-family:"Helvetica", Helvetica, Arial;
}

.panel-container{
	margin:0;
}

.etabs{
	margin:0;
	padding:0;
}

.tab{
	display:inline-block;
	zoom:1;
	*display:inline;
	background:#FFF;
	border:1px solid #d5d5d7;
	border-bottom:none;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0; 
}

.tab a,
.tab a:visited{
	height:30px;
	line-height:30px;
	font-size:14px;
	display:block;
	padding-left:10px;
	padding-right:10px;
	outline:none;
	text-decoration:none;
	color:#455560;
	font-size:14px;
	font-weight:bold;
	background:#fff;
	top:1px;
	position:relative;
	font-family:"Helvetica", Helvetica, Arial;
}
.tab a:active,
.tab a:hover{
	color:#647885;
}

.tab a.active{
	position:relative;
	top:1px;
	border-bottom:1px solid #FFF;
	color:#009bbb;
}

.lightboxOverlay{
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	background-color:#000;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity:0.7;
	display:none;
}

.lightbox{
	position:absolute;
	left:0;
	width:100%;
	z-index:10000;
	text-align:center;
	line-height:0;
	font-weight:normal;
}

.lightbox .lb-image{
	display:block;
	height:auto;
}

.lightbox a img{
	border:none;
}

.lb-outerContainer{
	position:relative;
	background-color:white;
	*zoom:1;
	width:250px;
	height:250px;
	margin:0 auto;
	overflow:hidden;
}

.lb-outerContainer:after{
	content:"";
	display:table;
	clear:both;
}

.lb-container{
	padding:10px;
}

.lb-loader{
	position:absolute;
	top:43%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
}

.lb-cancel{
	display:block;
	width:32px;
	height:32px;
	margin:0 auto;
	background:url(../images/loading.gif) no-repeat;
}

.lb-nav{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}

.lb-container > .nav{
	left:0;
}

.lb-nav a{
	outline:none;
}

.lb-prev, .lb-next{
	width:40%;
	height:100%;
	cursor:pointer;
	display:block;
}

.lb-prev{
	left:0;
	float:left;
	margin-left:10px;
	background:url(../images/prev.png) no-repeat left center;
}

.lb-prev:hover{
	background:url(../images/prev_hover.png) no-repeat left center;
}

.lb-next{
	right:0;
	margin-right:10px;
	float:right;
	background:url(../images/next.png) no-repeat right center;
}

.lb-next:hover{
	background:url(../images/next_hover.png) no-repeat right center;
}

.lb-dataContainer{
	margin:0 auto;
	padding:0;
	*zoom:1;
	width:100%;
	background:#FFF;
}

.lb-dataContainer:after {
	content:"";
	display:table;
	clear:both;
}

.lb-data{
	padding:0 4px;
	color:#bbbbbb;
}

.lb-data .lb-details{
	width:100%;
	float:left;
	text-align:left;
	height:26px;
	line-height:26px;
	padding-left:7px;
	padding-bottom:10px;
	font-weight:bold;
	font-size:14px;
	color:#495964;
	font-family:"Helvetica", Helvetica, Arial;
	font-weight:bold;
	font-style:normal;
}

.lb-data .lb-caption{
	font-size:13px;
	font-weight:bold;
	line-height:1em;
}

.lb-data .lb-number{
	display:block;
	clear:left;
	padding-bottom:1em;
	font-size:12px;
	color:#495964;
}

.lb-data .lb-close{
	display:block;
	float:right;
	width:62px;
	height:26px;
	background:url(../images/close.png) no-repeat 0 0;
	text-align:right;
	outline:none;
	border:none;
	margin-top:-36px;
	margin-right:5px;
}

.lb-data .lb-close:hover{
	cursor:pointer;
	background-position:0 -26px;
}
