﻿/*
---------------------------------------

The Phone House - Master Stylesheet
Daydream 2009

---------------------------------------
*/

@import url(reset.css);
@import url(clear.css);
@import url(cols.css);
@import url(buttons.css);
@import url(forms.css);


/* Generic
--------------------------------------- */
body {
	background: #363636;
	color: #666;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	xbackground-image: url("../img/xmas.jpg");
}

.center a {
	color: #2A9290;
	text-decoration: underline;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a span {
	cursor: pointer;
}

.product_feature a {
	text-decoration: none;
}

p {
	line-height: 14px;
	margin: 5px 0 10px;
}

h1 {
    color: #2a9290;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom:20px;
}

h2 {
	color: #2a9290;
	font-size: 12px;
	/*margin: 20px 0 10px;*/
}



h4 {
	color: #2a9290;
	font-size: 11px;
	font-weight: bold;
}

h5 {
	color: #666;
	font-size: 11px;
	font-weight: bold;
}


/* Generic use classes
--------------------------------------- */



.separator_header {
	color: #2a9290;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.price {
	color: #2A9290;
	font-size: 19px;
	font-weight: bold;
	min-height: 20px;
}

.price .promo {
    color: #666;
    position: relative;
    border-bottom:1px solid #ccc;
    padding-bottom: 4px;
    margin-bottom: 4px;
    width: 130px;
}

.price .promo .risco {
    position:absolute;
    top:0px;
    left:20px;
    width: 78px;
    height:24;
}

.price span {
	color: #666;
	font-size: 11px;
	font-weight: normal;
}

.box {
	background: #EBEBEB;	
	padding: 10px 10px 5px;
	margin: 0 0 10px;
}

.box a {
	color: #2a9290;
}

.note {
	color: #666;
}

.aleft { text-align: left; }
.aright { text-align: right; }
.acenter { text-align: center !important; }

.scrollable{overflow-y:auto;}
.fright {
	float: right;
	margin: 0 0 10px 10px;
}

.fleft {
	float: left;
	margin: 0 10px 10px 0;
}

/* Misc
--------------------------------------- */
.garantia_satisfacao {
	background: #EAEAEA;
	padding: 10px;
}

.garantia_satisfacao ul {
	margin: 20px 0 0 10px;
}

.garantia_satisfacao li {
	background: url(../img/sprite_misc_icons.gif) no-repeat left -145px;
	margin: 0 0 10px;
	padding: 0 0 1px 15px;
}

.destaque_bottom_item {
    width:305px;
    height:108px;
    float:left;
}

.destaque_bottom_separator {
    width:1px;
    height:108px;
    background-image:url(../img/destaque_separador.jpg);
    background-repeat:no-repeat;
    float:left;
}

.destaques_bottom_wrapper {
    border:1px solid #c2c2c2;
    float:left; 
    margin-top:20px;
}



/* Container
--------------------------------------- */
#container {
	background: #fff;
	margin: 40px auto 10px;
	width: 960px;
}

#container .chd, #container .cft {
	background: transparent url(../img/960_bg.png) no-repeat center bottom;
	height: 1px;
	overflow: hidden;
	width: 100%;
}

#container .cbd {
	padding: 20px;
}


/* Header
--------------------------------------- */
#header {
	margin: 0 0 20px;
}

#header #logo {
	float: left;
}

#header #links {
	float: right;
	text-align:right;
}

#header #logos_operador {
    float:left;
    margin-left:12px;
    margin-top:10px;
}

#header #logos_operador table {
    width: 285px;
}

#header #logos_operador table tr td {
    padding: 0;
    margin: 0;
}

#header #links strong {
	font-size: 12px;
	padding: 0 0 0 10px;
}

#header #links strong span {
	color: #65C8C6;
}

#header #links a {
	border-right: 1px solid #666;
	color: #666;
	padding: 0 10px;
}


/* Subheader
--------------------------------------- */
#subheader input {
	font-size: 13px;
}

#subheader .left {
	float: left;
	width: 700px;
}

#subheader .right {
	float: right;
	margin: 0 0 0 10px;
	width: 210px;
}

#subheader input {
	color: #666;
	float:left;
	margin: 0;
}

#subheader .shopping_cart {
	background: #333 url(../img/b30_bg.png) no-repeat left;
	color: #fff;
	height: 30px;
	position:relative;
    z-index:10;
}

#subheader .shopping_cart a {
	background: transparent url(../img/b30_bg.png) no-repeat right;
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 9px 10px 9px 5px;
}

#subheader .shopping_cart a:hover {
	text-decoration: none;
}

#subheader .shopping_cart a span {
	background: #333 url(../img/sprite_cart_icons.gif) no-repeat 0 -75px;
	padding: 2px 0 2px 30px;
}

#subheader .newsletter_signup {
	border: 1px solid #c2c2c2;
	height: 20px;
	margin: 10px 0;
	position: relative;
}

#subheader .newsletter_signup a {
	padding: 4px;
	position: absolute;
	right: 4px;
	top: 0;
}

#subheader .newsletter_signup input {
	border: 0 none !important;
	padding: 4px 6px;
	width: 160px;
}

div.search {
	margin: 10px 0;
}

.search .hd,
.search .bd,
.search .ft {
	float: left;
}

.search .hd {
	background: #fff url(../img/b30_bg.png) no-repeat left;
	border: 1px solid #666;
	border-right: 0 none;
	margin: 0 20px 0 0;
	position: relative;
	width: 280px;
}

.search .hd input[type=text] {
	background: #fff url(../img/icon_magnifier.gif) no-repeat 4px 2px;
	border: 0 none !important;
	padding: 2px 0 2px 22px;
	width: 236px;
}

.search .hd a {
	position: absolute;
	right: 0;
	top: -1px;
}

.search .bd {
	border: 1px solid #c2c2c2;
	border-right: 0 none !important;
	margin: 0 20px 0 0;
	position: relative;
	width: 220px;
}

.search .bd #section_show_options {
	position: absolute;
	right: 0;
	top: -1px;
}

.search #section_selected {
	cursor: pointer;
	font-size: 12px;
	padding: 4px 0 4px 5px;
	width: 190px;
}

.search #section_options {
	background: #fcfcfc;
	border: 1px solid #C2C2C2;
	border-width: 0 1px 1px 1px;
	left: -1px;
	position: absolute;
	right: 21px;
	width: 198px;
	top: 21px;
	z-index: 100;
}

.search #section_options li {
	border-top: 1px solid #d4d4d4;
	padding: 4px 10px;
}

.search #section_options li a {
	display: inline-block;
	font-size: 12px;	
	width: 100%;
}

.search #section_options li a:hover {
	text-decoration: none;
}

.search .ft {
	padding: 5px 0;
	width: 120px;
}


/* Navigation
--------------------------------------- */
#navigation {
	height: 30px;
	width:710px;
}

#navigation li {
	display: inline;
	margin-left: 0px;
}

#navigation li.first {
	margin: 0 !important;
}

#navigation a {
	background: #666 url(../img/b30_bg.png) no-repeat left;
	background-repeat: no-repeat;
	background-position: top left;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
}

#navigation a:hover, #navigation a.hover {
    background: #999999;
	text-decoration: none;
}


#navigation a.gap.hover {
    height: 33px;
}

#navigation a.gap.current.hover {
    height: 33px;
}

#navigation a.gap.hover span {
    background: transparent url(../img/b30_bg_half.png) no-repeat right;
	background-repeat: no-repeat;
	background-position: top right;
}


#navigation a span {
	background: transparent url(../img/b30_bg.png) no-repeat right;
	background-repeat: no-repeat;
	background-position: top right;
	display: inline-block;
	/*padding: 0 8px 0;*/
	padding: 0 12px 0 11px
}

#navigation a.current,
#navigation a:active {
    background: #2a9290;
}


#submenus .submenu {
	background: #999999;
	min-width: 115px;
	position: absolute;
	top: 155px;
	border:2px solid #999999;
	cursor: pointer;
	display:none;
	z-index: 50;	
}


#submenus .submenu a {
	color: #FFF;
	display: block;
	font-size: 9pt;
	padding:5px 0 5px 10px !important;
}

#submenus .submenu a:hover {
	color: #2A9290;
	background-color:#FFF;
	text-decoration: none !important;       
}

/* Breadcrumbs
--------------------------------------- */
.breadcrumbs {
	border: 1px solid #ccc;
	border-width: 1px 0 1px 0;
	height: 28px;
	margin: 0 0 10px;
	position: relative;
}

.breadcrumbs .home {
	left: 0;
	position: absolute;
	top: -1px;
}

.breadcrumbs ul {
	padding: 0 0 0 35px;
}

.breadcrumbs li {
	float: left;
}

.breadcrumbs li a {
	background: transparent url(../img/breadcrumb_separator.gif) no-repeat right center;
	display: inline-block;
	padding: 8px 15px 8px 10px;
}

.breadcrumbs li span {
	display: inline-block;
	padding: 8px 15px 8px 10px;
}


/* Filters
--------------------------------------- */
.filters {
	/*background: #c2c2c2;*/
	background: #2A9290;
	padding: 10px;
}

.filters h3 {
	color: #fff;
	font-size: 11px;
	margin: 0 0 10px;
}

.filters .filter_item {
	background: #fff;
	border: 1px solid #c2c2c2;
	color: #484848;
	margin: 0 0 5px;
	position: relative;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.filters .filter_item div {
	background: transparent url(../img/sprite_button_icons.gif) no-repeat 98% -176px;
	display: block;
	padding: 5px 0 5px 6px;
}

.filters .filter_item div:hover {
	cursor:pointer;
}

/*.filter .filter_item a:hover {
	text-decoration: none !important;
}*/

.filters .filter_item a {
	cursor: pointer;
	display: block;
	margin: 0 0 2px;
	padding: 2px 0 2px 10px;
}


/* Footer
--------------------------------------- */
#footer {
	background: #494949;
	color: #CBCBCB;
	margin: 0 auto 10px;
	width: 960px;
}

#footer .hd, #footer .ft {
	background: transparent url(../img/960_bg.png) no-repeat left top;
	height: 1px;
	overflow: hidden;
	width: 100%;
}

#footer .ft {
	margin-top: 20px;
}

#footer .section {
	background: url(../img/footer_section_separator.gif) no-repeat left top;
	float: left;
	height: 95px;
	padding: 20px 0 15px 30px;
	width: 158px;
}

#footer .section.first {
	background: none !important;
}

#footer .section h4 {
	margin: 0 0 10px 0;
}

#footer .section a {
	color: #CBCBCB;
}

#footer .section li {
	background: transparent url(../img/icon_arrow.gif) no-repeat left center;
	margin: 0 0 10px;
	padding: 0 0 0 10px;
}


/* Subfooter
--------------------------------------- */
#subfooter {
	color: #CBCBCB;
	margin: 10px auto 30px;
	width: 920px;
	padding:10px 20px;
	background-color:#494949;
}

#subfooter a {
	color: #59918F;
}

#subfooter .left {
	float: left;
}

#subfooter .right {
	float: right;
}


/* Content
--------------------------------------- */
#content .right .features a {
	display: block;
	margin: 0 0 14px;
}

a.add_to_cart,
a.view_product,
a.checkout,
a.button_ra,
a.button {
	text-decoration: none;
}

a.add_to_cart span, 
a.view_product span,
a.checkout span,
a.button_ra span,
a.button_close span,
a.button {
	line-height: 22px;
	text-decoration: none;
}

a.add_to_cart:hover, 
a.view_product:hover,
a.checkout:hover,
a.button_ra,
a.button_close,
a.button {
	text-decoration: none;
}

/* add to cart button */
a.add_to_cart {
	background: #59918F none no-repeat left;
	color: #fff;
	display: inline-block;
	padding: 0 0 0 1px;
}

a.add_to_cart span {
	background: transparent none no-repeat right;
	display: inline-block;
	padding: 0 0 0 5px;
}

a.add_to_cart span span {
	background: transparent url(../img/icon_cart.png) no-repeat 4% 50%;
	padding: 1px 9px 0 22px;
}

/* view product button */
a.view_product {
	background: #363636 url(../img/b23_bg.png) no-repeat left;
	color: #fff;
	display: inline-block;
	padding: 0 0 0 1px; 
}

a.view_product span {
	background: #363636 url(../img/b23_bg.png) no-repeat right;
	display: inline-block;
	padding: 0 5px 0 0;
}

a.view_product span span {
	background: transparent url(../img/icon_go.png) no-repeat 96% 50%;
	padding: 1px 22px 0 9px;
}

/* checkout button */
a.checkout {
	background: #363636 url(../img/b23_bg.png) no-repeat left;
	color: #fff;
	display: inline-block;
	padding: 0 0 0 1px; 
}

a.checkout span {
	background: #363636 url(../img/b23_bg.png) no-repeat right;
	display: inline-block;
	padding: 0 5px 0 0;
}

a.checkout span span {
	background: transparent url(../img/icon_go.png) no-repeat 96% 50%;
	padding: 1px 22px 0 9px;
}

/* button right arrow */
a.button_ra, a.button_close {
	background: #363636 url(../img/b23_bg.png) no-repeat left;
	color: #fff;
	display: inline-block;
	padding: 0 0 0 1px; 
}

a.button_ra span, a.button_close span {
	background: #363636 url(../img/b23_bg.png) no-repeat right;
	display: inline-block;
	padding: 0 5px 0 0;
}

a.button_ra span span {
	background: transparent url(../img/icon_go.png) no-repeat 96% 50%;
	padding: 1px 22px 0 9px;
}

a.button_close span span {
	background: transparent url(../img/icon_close.png) no-repeat 96% 50%;
	padding: 1px 22px 0 9px;
}

/* generic button */
a.button {
	/*background: url(../img/b23_bg.png) no-repeat left;*/
	display: inline-block;
	padding: 0 0 0 1px;
}

a.button span {
	/*background: url(../img/b23_bg.png) no-repeat right;*/
	display: inline-block;
	padding: 0 5px 0 0;
}

a.button span span {
	background: transparent url(../img/sprite_button_icons.gif) no-repeat;
	padding: 1px 22px 0 9px;
}

/* light */
.button.light {
	background-color: #E9E9E9;
}
.button.light span {
	background-color: #E9E9E9;
}

/* arrow top */
.button.top span span {
	background-position: 2px -30px;
}


.remove {
	background: url(../img/sprite_misc_icons.gif) no-repeat 0 0;
	color: #000;
	padding: 0 0 0 15px;
}



/* Left actions
--------------------------------------- */
.left .action {
	margin: 0 0 5px 0;
}

.left .action.back {
	background: #2A9290;
}

.left .action.back a {
	background: url(../img/icon_arrow_back_big.gif) no-repeat 10px center;
	display: block;
	color: #fff;
	padding: 10px 20px 10px 30px;
}



.left .action.print {
	background: #EAEAEA;
}

.left .action.print a {
	background: url(../img/sprite_product_actions.gif) no-repeat 8px 11px;
	display: block;
	color: #333;
	padding: 10px 20px 10px 30px;
}



/* Homepage product features
--------------------------------------- */
.product_feature {
	padding: 15px 0 30px;
	position: relative;
}

.product_feature a:hover {
	text-decoration: none;
}

.product_feature .hd {
	float: left;
	text-align: right;
	width: 110px;
}

.product_feature .ft {
	left: 0;
	padding: 0 0 0 120px;
	position: absolute;	
	top: 160px;
}

.product_feature .ft a {
	display: inline-block;
	
}

.product_feature .bd {
	padding: 20px 0 0 120px;
	
}

.product_feature h3 {
	margin: 0 0 5px;
}

.product_feature h3 a {
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

.product_feature .product_price {
	color: #666;
	font-size: 20px;
	font-weight: bold;
	line-height: 33px;
	margin: 0 0 10px;
}

.product_feature .add_to_cart {
	background-color: #59918F;
}


/* Product features colors */
.orange .product_price { color: #ed6e00; }
.orange .add_to_cart { background-color: #D26E1A; }

.green .product_price { color: #690; }
.green .add_to_cart { background-color: #779824; }


/* Product detail
--------------------------------------- */
.pack_titulo {
	background: #FF9900 url(../img/pack_especial.gif) no-repeat left 0;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	min-height: 82px;
	padding: 15px 20px 10px 130px;
	position: relative;
}

.pack_titulo.orange {
	background-position: left 0;
}
.pack_titulo.grey {
	background-position: left -107px;
}

.pack_titulo .badge {
	background: transparent url(../img/orange_sticker.png) no-repeat;
	bottom: 0;
	font-size: 11px;
	height: 45px;
	left: 10px;
	padding: 15px 0 0 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 59px;
}

.pack_titulo .badge .desconto {
    color:#FFFFFF;
    font-family:Arial;
    font-size:8pt;
    font-weight:bold;
    margin-left:-3px;
    text-align:center;
}

.pack_price {
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 20px;
}

.pack_price .product_price {
	float: left;
}

.pack_price .product_price span {
	color: #2a9290;
	font-size: 26px;
	font-weight: bold;
}

.pack_price .product_availability {
	float: right;
	padding: 8px 0 0 0;
}

.pack_product_detail {
	clear: both;
	padding: 20px 0 0 0;
}

.pack_product_detail .product_image {
	float: left;
	padding: 20px 0 0 0;
	text-align: center;
	width: 190px;
}

.pack_product_detail .product_description {
	padding: 0 0 0 191px;
}

.pack_product_detail .hd {
	padding: 20px 0 10px;
}

.pack_product_detail h2 {
	color: #333;
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.pack_especial .product_actions {
	border: 1px solid #ccc;
	border-width: 1px 0;
	margin: 20px 0 0 190px;
	padding: 10px 0;
}

.product_operator {
	border-top: 1px solid #ccc;
	margin: 5px 0 0 0;
	padding: 7px 0 0 0;
}

.product_operator img {
	margin: 2px 0 0 0;
}

.product_operator .comparar {
	float: right;
}

.product_detail {
	clear: both;
	padding: 20px 0 0 0;
}

.product_detail .product_image {
	float: left;
	text-align: center;
	zwidth: 190px;
	position: relative;
	background-color:#fff;
}

.product_detail .product_image .promo_stamp {
    position: absolute;
    right:10px;
    top:-7px;
}

.product_detail .product_image .promo_stamp .lbl {
    color:#FFFFFF;
    font-family:Arial;
    font-size:8pt;
    font-weight:bold;
    left:10px;
    position:absolute;
    top:16px;
}

.multimedia .thumb {
    width: 51px;
    height: 51px;
    border: 1px solid #ccc;    
    margin-left: 3px;
    display:inline-block;
    position: relative;
    margin-bottom:10px;
}

.multimedia .thumb img {
    max-width: 51px;
    max-height: 51px;
}

.product_detail .product_color_options {
	font-size: 9px;
	line-height: 20px;
}

.product_detail .product_description {
	padding: 0 0 0 191px;
}

.product_detail .hd {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	position: relative;
}

.product_detail .hd h2 {
	color: #333;
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 5px;
}

.product_detail .hd a h2, .pack_product_detail .hd a h2  {
    text-decoration:none ;
} 

.product_detail .hd .product_price span {
	color: #2a9290;
	font-size: 26px;
	font-weight: bold;
}

.product_detail .hd .product_availability {
	bottom: 12px;
	position: absolute;
	right: 0;
}

.product_detail .hd .product_availability span {
	text-decoration: underline;
}

.product_detail .ft {
	margin: 10px 0 20px 0;
	text-align: right;
}

.product_detail .bd {
	line-height: 19px;
	padding: 20px 0 0 0;
}

.product_detail .bd .description img {
	vertical-align: -15%;
}

.product_detail .bd .description .actions {
	color: #666;
	text-align: right;
}

.product_detail .bd .description .actions input {
	vertical-align: -10%;
}

.product_actions {
	border: 1px solid #ccc;
	border-width: 1px 0 0;
	margin: 10px 0 0 0 ;
	padding-bottom:15px;
    padding-top:16px;
}

.product_actions a {
	background: url(../img/sprite_product_actions.gif) no-repeat;
	color: #666;
	margin: 0 15px  0 0;
	text-decoration: none;
}

.product_actions a.add_to_cart {
	background: #59918F none no-repeat left;
	color: #fff;
	display: inline-block;
	padding: 0 0 0 1px;
	margin-right: 0px;
}

.product_actions a.print {
	background-position:2px 4px;
    padding:3px 0 2px 20px;
}

.product_actions a.send_to_friend {
	background-position: 2px -27px;
	padding: 3px 0 2px 20px;
}

.product_actions a.technical_info {
	background-position: 2px -57px;
	padding: 3px 0 2px 18px;
}

.product_technical_details h3 {
	background: #2A9290 url(../img/sprite_misc_icons.gif) no-repeat 10px -90px;
	color: #fff;
	font-size: 15px;
	padding: 10px 10px 9px 32px;
}

.product_technical_details table {
	width: 100%;
}

.product_technical_details table th {
	color: #2a9290;
	padding: 20px 10px 4px;
	text-align: left;
}

.product_technical_details table td {
	border-top: 1px solid #ccc;
	color: #666;
	padding: 4px 10px;
	text-align: left;
}

.laptop .product_image {
	width: 260px !important;
}

.laptop .hd {
	margin: 0 0 0 100px;
}

.laptop .description {
	margin: 0 0 0 100px;
}

.laptop .product_availability {
	border-top: 1px solid #ccc;
	margin: 5px 0 0 0;
	padding: 10px 0 0 0;
	position: static !important;
}

.laptop .product_availability span {
	text-decoration: underline;
}



/* Related
--------------------------------------- */
.related {
	clear: both;
}

.related .related_item {
	background:url("../img/pack-bg.jpeg") no-repeat scroll left top #fff;
    float:left;
    height:107px;
    margin:10px 0 0;
    padding:0 0 0 110px;
    position:relative;
    width:410px;
    
}

.related .actions {
	bottom: 12px;
	left: 105px;
	position: absolute;
	text-align: right;
	width: 404px;
}

.related .actions .description {
	background: #e5e5e5 url(../img/related_actions_lc.gif) no-repeat left top;
	color: #000;
	left: 0;
	margin: 0 10px 0 0;
	padding: 6px 5px 6px 15px;
	position: absolute;
	right: 160px;
	text-align: left;
	width: 211px;
	max-height:20px;
}

.related .items {
	bottom: 40px;
	left: 120px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.related .items img, .related .items table {
	float: left;
	margin: 0 5px 0 0;
}

.related .items table {
	height: 57px;
}

.related .items table td {
	vertical-align: middle;
	height: 57px;
}

.related .items .separator {
	padding: 15px 0 0 0;
}

.related .price {
	background: url(../img/sign_equal.gif) no-repeat left center;
	color: #484848;
	float: right;
	font-size: 26px;
	font-weight: bold;
	padding: 0 0 0 30px;
	position: absolute;
	right: 10px;
	top: 25px;
}

.related .poupe {
    background:transparent url(../img/orange_sticker.png) no-repeat scroll left center;
    height:60px;
    left:7px;
    position:absolute;
    top:49px;
    width:59px;
}

.related .poupe .desconto {
    color:#FFFFFF;
    font-family:Arial;
    font-size:8pt;
    font-weight:bold;
    margin-left:-3px;
    margin-top:16px;
    text-align:center;
}

/* Compare
--------------------------------------- */
.compare {
	background-color:White;
	padding: 10px;
	margin-bottom:10px;
	border:1px solid #CCCCCC;
}

.compare .excluir {
    background-image:url('../img/icon_excluir.jpg');
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:15px;
}

.compare .hd {
	color: #2A9290;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.compare .ft {
	margin: 10px 0 0 0;
}

.compare .bd {
	color: #000;
	font-size: 10px;
}

.compare .bd li {
	float: left;
	margin: 0 0 10px 0;
	width: 100%;
}

.compare .bd p {
	margin: 0 0 2px 0;
	padding: 5px 0 0 0;
}

.compare .bd img {
	float: left;
	margin: 0 5px 0 0;
}

.comparador_odd {
    background-color:#FFFFFF;
    border-width:0px;
}

.comparador_even {
    background-color:#EFEFEF;
    border-width:0px;
}

.comparador_caracteristicas {
    padding:0px !important;
    border-top-width:0px !important;
}

.comparador .expandir {
    vertical-align:bottom;
    padding-left:0px;
    border-top-width:0px;
}

.comparador .header {
    text-align:center !important;
    border-top-width:0px;
    padding-bottom:10px;
}

.comparador .precos {
}

.comparador .nome_produto {
    font-size:12px;
    font-weight:bold;
    display:block;
    height:40px;
    color:#333333;
}

.comparador .headeritem {
    margin-bottom:5px;
    display:inline-block;
    text-align:center;
}

.comparador_nome_caracteristica {
    color: #2a9290 !important;
    font-weight: bold; 
    cursor:pointer;
    background-image:url('../img/icon_go.png');
    background-repeat:no-repeat;
    background-position:left center;
    padding-left: 18px !important;
    vertical-align:top;
}

.comparador_nome_caracteristica.open {
    background-image:url('../img/icon_go_down.png') !important;
}

.comparador_nome_caracteristica_precos {
    color: #2a9290 !important;
    font-weight: bold; 
    cursor:pointer;
    background-image:url('../img/icon_go.png');
    background-repeat:no-repeat;
    background-position: left 7px;
    padding-left: 18px !important;
    vertical-align:top;
}

.comparador_nome_caracteristica_precos.open {
    background-image:url('../img/icon_go_down.png') !important;
}

.comparador_caracteristicas table {
	width: 100%;
	overflow:scroll;
}

.comparador_caracteristicas table th {
	color: #2a9290;
	padding-left:0px;
	text-align: left;
}

.comparador_caracteristicas table td {
    border-top-width:0px !important;
	color: #666;
	padding: 4px 10px;
	text-align: left;
}

.comparador table {
	width: 100%;
}

.comparador table th {
	color: #2a9290;
	padding: 20px 10px 4px;
	text-align: left;
}

.comparador table .th {
	color: #2a9290;
	padding-left:0px;
	text-align: left;
}

.comparador table td {
	border-top: 1px solid #ccc;
	color: #666;
	padding: 4px 10px;
	text-align: left;
}




/* Cart
--------------------------------------- */
.cart .hd {
	background: #EAEAEA;
	margin: 0 0 20px;
	padding: 5px 10px;
	position: relative;
}

.cart .hd h2 {
	background: url(../img/sprite_cart_icons.gif) no-repeat 0 0;
	color: #666666;
	font-size: 12px;
	padding: 4px 0 3px 30px;
	text-align:left;
}

.cart .hd .checkout {
	border: 2px solid #fff;
	position: absolute;
	top: 1px;
	right: 1px;
}

.cart .item {
	border-bottom: 4px solid #E5E5E5;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

.cart .item .image {
	float: left;
}

.cart .item .detail {
	padding: 10px 0 20px 100px;
	position: relative;
}

.cart .item .detail h3 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px;
}

.cart .item .extra_info {
	margin: 10px 0 0 0;
}

.cart .item .extra_info span {
	border-right: 1px dotted #666666;
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 1px 5px 1px 0;
	
}

.cart .item .extra_info span .price_per_unit {
    float:left;
    color:#2A9290;
    font-weight:bold;    
}

.cart .item .extra_info span .price_per_unit span {
    color:#666666;
    border: 0px !important;
    margin:0;
    padding:0;
}

.cart .item .extra_info img {
	vertical-align: -15%;
}

.cart .item .remove {
	background: url(../img/sprite_misc_icons.gif) no-repeat 0 0;
	bottom: 5px;
	color: #000;
	padding: 0 0 0 15px;
	position: absolute;
	right: 2px;
}

.cart .item .quantity {
	border: 2px solid #ccc;
	border-width: 2px 0;
	color: #000;
	margin: 15px 0 0 0;
	padding: 5px 0;
	position: relative;
}

.cart .item .idbutton {
	background: #666 url(../img/sprite_misc_icons.gif) no-repeat;
	color: #fff;
	height: 18px;
	position: absolute;
	text-decoration: none;
	top: 5px;
	width: 20px;
}

.cart .item .idbutton:hover {
	text-decoration: none;
}

.cart .item .idbutton.plus {
	background-position: 0 -22px;
	margin: 0 0 0 2px;
}

.cart .item .idbutton.minus {
	background-position: 0 -42px;
	margin: 0 0 0 24px;
}

.cart .item .quantity input {
	border: 1px solid #666;
	font-family: arial, tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	text-align: center;
	width: 18px;
}

.cart .item .quantity .price {
	color: #2A9290;
	font-size: 19px;
	font-weight: bold;
	position: absolute;
	right: 0;
	text-align: right;
	top: 4px;
	width: 130px;
}

.cart .ft {
	margin: 30px 0 0 0;
}

.cart .promo_code {
	background: #F0F0F0;
	margin: 0 0 10px;
	padding: 10px;
	position: relative;
}

.cart .promo_code h4 {
	display: inline;
	margin: 0 10px 0 10px;
}

.cart .promo_code .barcode {
	border: 1px solid #ddd;
	color: #000;
	font-size: 11px;
	margin: 0 0 0 10px;
	padding: 2px;
	width: 170px;
}

.cart .promo_code .barcode_check {
	position: absolute;
	top: 10px;
	z-index: 100;
}

.cart .promo_code .discount {
	position: absolute;
	top: 10px;
	right: 5px;
}

.cart .delivery {
	border-bottom: 1px solid #ccc;
	margin: 0 0 40px;
}

.cart .delivery .description {
	background: #f0f0f0;
	padding: 10px;
}

.cart .delivery .description img {
	float: left;
	margin: 0 0 0 10px;
}

.cart .delivery .description .bd {
	padding: 0 0 0 90px;
}

.cart .delivery .description .bd p {
	margin: 10px 0 0;
}

.cart .delivery .options {
	padding: 10px 0;
	position: relative;
}

.cart .delivery .options label {
	margin: 0 10px;
}

.cart .delivery .options input {
	vertical-align: text-bottom;
	margin: 0 0 0 5px;
}

.cart .delivery .options .price {
	text-align: right;
	position: absolute;
	top: 8px;
	right: 5px;
}

.cart .total {
	position: relative;
}

.cart .total span.label {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

.cart .total div.checkout {
	border-top: 1px solid #ccc;
	margin: 5px 0 0;
	padding: 10px 0 0;
	text-align: right;
}

.cart .total .price {
	text-align: right;
	position: absolute;
	top: 0;
	right: 5px;
}


/* Product list
--------------------------------------- */
.product_list {
	float:left;
	width:520px;
}

.product_list .sort {
	float:left;
	margin-top:-3px;
}

.product_list .pagination {
	float: right;
	padding-top:2px;
}

.product_list .pagination a {
	margin: 0 3px;
	text-decoration:none;
}

.product_list .pagination a:hover {
	text-decoration: none;
}

.product_list .pagination .previous {
	background: transparent url(../img/sprite_button_icons.gif) no-repeat left -211px;
	display: inline-block;
	height: 14px;
	width: 14px;
}

.product_list .pagination .next {
	background: transparent url(../img/sprite_button_icons.gif) no-repeat left -151px;
	display: inline-block;
	height: 14px;
	width: 14px;
}

.product_list .hd {
    float: left;
	background: #29938F;
	color: #fff;
	padding: 10px;
	width:497px;
}

.product_list .bd {
    float:left;
    width:100%;
}

.product_list .hd input {
	margin-right: 10px;
	
}

.product_list .hd label {
	margin-left: 5px;
}

.product_list .ft {
	padding: 10px 0;
	float:left;
	width:100%;
}

.product_list .row {
	border-bottom: 1px solid #ccc;
	margin: 15px 0 0 0;
	padding: 0 0 20px 0;
}

.product_list .item {
	float: left;
	width: 50%;
}

.product_list .item .image {
	float: left;
	text-align: center;
	width: 100px;
	height: 141px;
	position: relative;
}

.product_list .item .image .checked {
	opacity:0.4;
	filter:alpha(opacity=40);
}

.product_list .item .image  .promo_poupe {
    background-repeat: no-repeat;
    height:60px;
    left:59px;
    position:absolute;
    top:89px;
    width:59px;
}

.product_list .item .image  .promo_poupe .poupe {
    color:#FFFFFF;
    font-family:Arial;
    font-size:8pt;
    font-weight:bold;
    margin-left:-3px;
    text-align:center;
    margin-top:15px;
}

.product_list .item .description {
	padding: 10px 0 0 105px;
}

.product_list .item .description a, .product_list .item .description a:visited {
	color: #000;
	text-decoration: none;
}

.product_list .item .description a:hover {
    text-decoration: none;
}

.product_list .item h3 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.product_list .item .options {
	margin: 10px 0 0 0;
}

.product_list .item .options label {
	display: inline-block;
	padding: 0 0 4px 0;
}

.product_list .item .options input {
	margin: 0;
	margin-right: 2px;
	vertical-align: text-bottom;
}

.product_list .item .actions {
	clear: both;
	padding: 0px 0px 0px 106px;
}

.product_list .item .actions input {
	
}


/* checkout
--------------------------------------- */
.checkout .hd {
	height: 95px;
	margin: 0 0 20px;
	position: relative;
}

.checkout .hd a {
	background: url(../img/payment_step_titles.gif) no-repeat;
	display: block;
	float: left;
	height: 100px;
	width: 180px;
	text-decoration: none;
}

.checkout .hd a:hover {
	text-decoration: none;
}

.checkout.step1 .hd a.step1 { background-position: 0 -103px; }
.checkout.step1 .hd a.step2 { background-position: -179px 0; height: 80px; }
.checkout.step1 .hd a.step3 { background-position: -360px 0; height: 80px; }

.checkout.step2 .hd a.step1 { background-position: -2px 0; height: 80px; }
.checkout.step2 .hd a.step2 { background-position: -180px -103px; }
.checkout.step2 .hd a.step3 { background-position: -359px 0; height: 80px; }

.checkout.step3 .hd a.step1 { background-position: -2px 0; height: 80px; }
.checkout.step3 .hd a.step2 { background-position: -183px 0; height: 80px; }
.checkout.step3 .hd a.step3 { background-position: -360px -103px; }

.checkout .bd, .checkout .ft {
	padding: 10px 20px 0;
}

.checkout .item {
	border-bottom: 4px solid #E5E5E5;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

.checkout .item .image {
	float: left;
}

.checkout .item .detail {
	padding: 10px 0 20px 100px;
	position: relative;
}

.checkout .item .detail h3 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px;
}

.checkout .item .extra_info {
	margin: 10px 0 0 0;
}

.checkout .item .extra_info span {
	border-right: 1px dotted #666666;
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 1px 5px 1px 0;
}

.checkout .item .extra_info img {
	vertical-align: -15%;
}

.checkout .item .remove {
	background: url(../img/sprite_misc_icons.gif) no-repeat 0 0;
	bottom: 5px;
	color: #000;
	padding: 0 0 0 15px;
	position: absolute;
	right: 2px;
}

.checkout .item .quantity {
	border: 2px solid #ccc;
	border-width: 2px 0;
	color: #000;
	height: 18px;
	margin: 15px 0 0 0;
	padding: 5px 0;
	position: relative;
}

.checkout .item .quantity .price {
	color: #2A9290;
	font-size: 19px;
	font-weight: bold;
	position: absolute;
	right: 0;
	text-align: right;
	top: 4px;
	width: 130px;
}

.checkout .ft {
	margin: 0;
}

.checkout .delivery_address {
	background: #F0F0F0;
	padding: 15px 20px 10px;
}

.checkout .delivery_address strong {
	font-size: 12px;
}

.checkout .note {
	clear: both;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
}

.checkout .promo_code {
	background: #F0F0F0;
	margin: 0 0 30px;
	padding: 10px;
	position: relative;
}

.checkout .promo_code h4 {
	display: inline;
	margin: 0 10px 0 0;
}

.checkout .promo_code .barcode {
	border: 1px solid #ddd;
	color: #000;
	font-size: 11px;
	margin: 0 0 0 10px;
	padding: 2px;
	width: 170px;
}

.checkout .promo_code .barcode_check {
	position: absolute;
	top: 10px;
	z-index: 100;
}

.checkout .promo_code .discount {
	position: absolute;
	top: 5px;
	right: 5px;
}

.checkout .delivery {
	background: #f0f0f0;
	margin: 0 0 40px;
	padding: 10px;
	position: relative;
}

.checkout .delivery .price {
	position: absolute;
	top: 5px;
	right: 5px;
}


.checkout .total {
	margin: 20px 0 0 0;
	position: relative;
}

.checkout .total span.label {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

.checkout .total div.checkout {
	border-top:1px solid #CCCCCC;
    margin:5px 0 0;
    padding:10px 0 0;
    text-align:right;
}

.checkout .total .price {
	text-align: right;
	position: absolute;
	top: 0;
	right: 5px;
}

.checkout h4.title {
	background: url(../img/sprite_button_icons.gif) no-repeat left -151px;
	font-size: 12px;
	margin: 20px 0 10px;
	padding: 0 0 0 20px;
}

.checkout .payment_options {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.checkout .payment_options label {
	display: inline-block;
	padding: 10px;
}

.checkout .payment_options input {
	margin: 0;
	vertical-align: text-bottom;
}

.checkout .payment_details {
	color: #000;
	padding: 20px 20px 10px 20px;
}

.checkout .payment_details .amount {
	border-bottom: 1px solid #CBCBCB;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

/* UpdateProgress
**********************************************************/

.divUpdateProgress
{
	position: fixed; 
	top: 300px; 
	left: 40%; 
	border:solid 2px  #363636; 
	background-color: White; 
	width: 300px; 
	height: 100px; 
	filter: Alpha(Opacity = 93);	
	opacity: 0.93;
	text-align: center;
	cursor: progress;
	z-index: 100000; 
}
.lblUpdateProgress
{
    
    color: #363636;
    margin-top: 225px;
    clear: both;
}

/* Pesquisa avançada
--------------------------------------- */
.pesquisa_avancada {
	background: #EAEAEA;
}

.pesquisa_avancada p {
	margin: 0;
}

.pesquisa_avancada h3 {
	background: #2A9290;
	color: #fff;
	font-size: 15px;
	padding: 15px 10px 10px;
}

.pesquisa_avancada .filter_item {
	border-bottom: 1px solid #ccc;
	margin: 0 10px;
	padding: 0 0 10px;
}

.pesquisa_avancada .filter_item.last {
	border-bottom: 0 none;
}

.pesquisa_avancada .filter_item h4 {
	background: url(../img/sprite_button_icons.gif) no-repeat left -151px;
	cursor: pointer;
	margin: 10px 0 0;
	padding: 1px 0 1px 17px; 
}

.pesquisa_avancada .filter_item h4.open {
	background-position: left -181px;
}

.pesquisa_avancada .filter_item input {
	margin: 6px 5px 0 0;
	vertical-align: text-bottom;
}

.pesquisa_avancada .filter_item input.text {
	background: #fff url(../img/euro_symbol.gif) no-repeat 98% center;
	width: 40%;
}

.divSignupMsg {
    background-color:#666666;
    color:#FFFFFF;
    margin-left:-1px;
    padding:10pt;
    position:absolute;
    width:184px;
    margin-top: 21px;
}

.divSignupMsg .fechar {
    position: absolute;
    top: 2px;
    right: 0px;
}

.divSignupMsg a, .divSignupMsg a:visited, .divSignupMsg a:hover {
    text-decoration:none;
    font-weight: bold;
    color: #ddd;    
}

.divSignupMsgAux {
    background-color:#666666;
    color:#FFFFFF;
    margin-left:-1px;
    padding:0 10pt 10pt;
    position:relative;
    top:20px;
    width:184px;
}

.divSignupMsgAux .fechar {
    position: absolute;
    top: 2px;
    right: 0px;
}

.divSignupMsgAux a, .divSignupMsg a:visited, .divSignupMsg a:hover {
    text-decoration:none;
    font-weight: bold;
    color: #ddd;    
}

/* Lojas
--------------------------------------- */

.lojas {
	text-align: left;
}

.lojas .nome {
    border-top: 1px solid #ccc;
    color: #2a9290 !important;
    font-weight: bold; 
    cursor:pointer;
    background-image:url('../img/icon_go.png');
    background-repeat:no-repeat;
    background-position:left center;
    padding-left: 18px;
    padding-top:4px;
    padding-bottom:4px;
    vertical-align:top;
}

.lojas .nome.open {
    background-image:url('../img/icon_go_down.png') !important;
}

.lojas .descricao {
    border-top-width:0px !important;
	padding: 5px 18px 18px 18px;
	text-align: left;
	line-height:normal;
}

.lojas .header {
    border-top: 1px solid #ccc;
	color: #2a9290;
	padding: 10px 10px;
	text-align: left;
	font-weight:bold;
	color:Black;
}

.txtlojas1 {
    padding:4px;
    width:30px;
}

.txtlojas2 {
    padding:4px;
    width:23px;
}

/* TV/Internet
--------------------------------------- */

.tv {
    float:left;
    width:100%;
}

.tv .item {
    float:left;
    width:190px;
    height:43px;
    background-repeat:no-repeat;
    padding-top:255px;
    padding-left:20px;
    margin-right:23px;
}

.tv .row {
    margin-top:15px;
}

.tv h1 {
    background-color:#00baff;
    padding:20px;
    color:White;
    margin:0px;
    text-transform:uppercase;
}
    

.login_name
{
    font-variant:small-caps;
    font-weight:bold;
}

/* Cart
---------------------------------------------*/

#divAddedCart
{    
    display:none;
    background-color: #669900;
    height:91px;
    margin-left:-2px;
    padding:5px;
    position:absolute;
    top:120px;
    width:205px;
    z-index:1;
}
#divAddedCart div
{
    float:left;
    margin-top:32px;
}

#divAddedCart img
{
    margin-top:4px;
}

#divAddedCart span
{
    color:#fff;
}


 /* Enviar a um amigo
--------------------------------------- */


.order_box  
{
    margin-top:30px; float:left; width:98%;
}
 
.order_box div.box
{
    background-color:#EEEEEE;
    border:1px solid #DFD9DF;
    float:left;
    padding:10px;
    width:370px;
}
 
.order_box div.box span
{
    margin-left: 10px;
    margin-right: 5px;    
    width: 120px;
}
 
 
.order_box div.box span.mandatory
{   
    margin-left: -4px;
    margin-right: 5px;
    color: red;
}
 
.order_box div.box span.no_margin
{
    margin-left: 0;
}
 
.order_box div.box input.txt
{ 
    width: 150px;   
}
 
.order_box div.box input.txt_big, select.select_big
{
    width:390px;
}

 
.order_box div.box input.txt_med
{
    width:250px;
}
 
.order_box div.box input.txt_small
{
    width:80px;
}
 
 
.order_box div.box label
{
    margin-right:20px;
    margin-left: 5px;
}
 
.order_box div.box td
{  
    padding-top:5px;
    padding-bottom:5px;
    min-width:110px;    
   
}
 
.order_box div.box span.post_note
{
    color:  #808080;
    font-style: italic;
    margin-left:0;
}
 
#email_item .form_actions
{
    width: 300px;
}

#EmailPage .form_actions
{
    width: 300px;
}

.email_item_field
{
    width: 235px;
    padding:2px;
}
 
 /* For fancyZoom
--------------------------------------- */
#popOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	/*background: transparent url(../img/overlay_bg.png);*/
	opacity: 0.3;
	display: none;
	top: 0px;
	z-index: 10;
}

#zoom .page_headers 
{
    width: auto !important;
}

.page_headers {
	border-bottom: 1px dotted #eae5ea;
	margin: 0 0 20px 0;
    padding:10px 0 12px;    
	position: relative;
}

.page_headers h1 {
	font-weight: normal;
	margin: 5px 0 0 0;
	padding:0;
}

.page_headers h1.upper {
    text-transform: uppercase;
}


.page_headers h1 span {
	font-weight: bold;
	text-transform: uppercase;
}

.page_headers h2 {
	color: #999;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 0;
	text-transform: uppercase;
}

/* Pós-pagos
--------------------------------------- */

.divContent table td 
{
    border-left:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    padding:10px;
    color:Black;
}

.divContent table td.grey
{
    background-color:#EBEBEB;
    font-weight:bold;
}

.divContent table td.green
{
    color:#2A9290;
}

.divContent table td.noborderleft
{
    border-left-width:0px;
}

.divContent table td.noborderleft_bold
{
    border-left-width:0px;
    font-weight:bold;
}

.divContent table td.bold
{
    font-weight:bold;
}

.divContent table td.noborderbottom
{
    border-bottom-width:0px;
}

.divContent table td.logo
{
    border-top:1px solid #CCCCCC;
}

.divContent table td.headerimg
{
    padding:0px;
    border-width:0px;
}

.divContent table td.grey_noborder
{
    border-left-width:0px;
    background-color:#EBEBEB;
    font-weight:bold;
}

.divContent table td.leftcol
{
    border-left-width:0px;
    border-right:1px solid #CCCCCC;
    font-weight:bold;
}

.divContent table td.disclaimer
{
    border-width:0px;
    background-color:#EBEBEB;
    font-size:9px;
    padding:15px;
}

.divContent table td.produto
{
    font-weight:bold;
    border-bottom-width:0px;
    border-left-width:0px;
}

.divContent table td.produto_novo
{
    font-weight:bold;
    border-bottom-width:0px;
    border-left-width:0px;
    background-image:url(../img/novo.jpg);
    background-repeat:no-repeat;
    background-position:9px 8px;
    padding-left:50px;
}


/* promocoes
------------ */

.promo_links a {
    height: 71px;
    width: 128px;
    display:block;
    float: left;
    background: url(../img/PromocoesBotoes.jpg) no-repeat;
    margin-left: 1px;
}

.promo_links a.promo1 {
    background-position: 0px 0px;
}

.promo_links a.promo2 {
    background-position: -131px 0;
}

.promo_links a.promo3 {
    background-position: -262px 0px;
}

.promo_links a.promo4 {
    background-position: -393px 0px;
}

.promo_links a.promo1:hover {
    background-position: 0px -80px;
}

.promo_links a.promo2:hover {
    background-position: -131px -80px;
}

.promo_links a.promo3:hover {
    background-position: -262px -80px;
}

.promo_links a.promo4:hover {
    background-position: -393px -80px;
}

.promo_links a.selected1 {
    background-position: 0px -160px;
}

.promo_links a.selected2 {
    background-position: -131px -160px;
}

.promo_links a.selected3 {
    background-position: -262px -160px;
}

.promo_links a.selected4 {
    background-position: -393px -160px;
}

/* destaques */

.destaques {
    display: inline;
    float:left;
    margin-left: 20px;
    margin-top: 10px;
}

    .destaques .destaque {
        float: left;
        position:relative;
        width: 300px;
        height: 160px;
        margin-top: 10px;
    }
    
        .destaques .destaque .imagem {
            position: relative;
            float: left;
            width: 90px;
            padding-top:10px;
        }
        
        .destaques .destaque .imagem .selo {
            height:60px;
            position: absolute;
            right: -10px;
            top:0;
            width:60px;
        }
            .destaques .destaque .imagem .selo span {
                color: #fff; 
                font-weight: bold;
                font-size: 8pt;
                left:8px;
                position:absolute;
                text-align:center;
                top:15px;
            }
        
            .destaques .destaque .imagem a img {
                border: 0;
                float:right;
                margin-right:10px;
                max-width:90px;
            }
            
        .destaques .destaque .descricao {
            float:left;
            font-family:arial;
            height:162px;
            margin-left:10px;
            padding-top:8px;
            position:relative;
            width:190px;
        }
        
            .destaques .destaque .descricao .titulo {
                float: left;
                position:relative;
                font-size: 10pt;
                color: #333;
                font-weight: bold;
                width: 100%;
                margin-bottom: 8px;
            }
                
                .destaques .destaque .descricao .titulo img {
                    float: left;
                    position:relative;
                    margin-top:-1px;
                    margin-right: 5px;
                }
                
                .destaques .destaque .descricao .titulo a, .destaques .destaque .descricao .titulo a:visited {
                    color: #333;
                    font-weight: bold;
                    font-size: 10pt;
                    text-decoration: none;
                }
                
                .destaques .destaque .descricao .titulo a:hover {
                    text-decoration: underline;
                }
                
                .destaques .destaque .descricao .titulo .operador {
                    float: left;
                    position:relative;
                }
                
            .destaques .destaque .descricao .caracteristicas {
                float: left;
                position:relative;
                font-size: 8pt;
                color: #666666;
                width:100%;
            }
            
                .destaques .destaque .descricao .caracteristicas p {
                    margin:2px 0;
                }
                
            .destaques .destaque .descricao .bottom {
                position: absolute;
                bottom: 15px;
                left:0px;
            }
                
            .destaques .destaque .descricao .bottom .preco {
                background-color:#2A9290;
                color:#FFFFFF;
                float:left;
                font-size:11pt;
                font-weight:bold;
                height:18px;
                padding:5px 5px 0px 5px;
                width: 70px;
                text-align:center;
                font-family: Arial;
            }
            
                .destaques .destaque .descricao .bottom .preco .antes {
                    float:left;
                    font-size:8pt;
                    margin-right:3px;
                    padding-top:2px;
                    position:relative;
                    text-align:center;
                    width:55px;
                }
                
                    .destaques .destaque .descricao .bottom .preco .antes .risco {
                        left:3px;
                        position:absolute;
                        top:2px;
                    }
            
            .destaques .destaque .descricao .bottom .link {
                float:left;
            }
    
#divRelated {
    float:left;
    display:inline;
    height: 218px;
    margin-bottom:10px;
    margin-top:10px;
    overflow:hidden;
    width: 517px;
    font-size:9pt;
}

    #divRelated ul, divRelated li {
        margin:0;
	    padding:0;
	    list-style:none;
    }

        #divRelated li{ 
	    width:130px;	    
	    overflow:hidden;
	    margin-left: 40px;	    
	   
	    }
	    
    #divRelated .image {
        float:left;
        height:137px;
    }

    #divRelated .modelo {
        color:#000;
        float:left;
        font-weight:bold;
        height:30px;
        overflow:hidden;
        margin-top: 5px;
        width:100%;
    }
    
    #divRelated .pvp {
        float:left;
        margin-right: 5px;
    }
    
    #divRelated .preco {
        color:#299290;
        font-weight:bold;
        float:left;
        margin-bottom: 10px;
    }

    .related #prevBtn, .related #nextBtn{ 
	    display:block;
	    height:55px;
        width:18px;
	    position:absolute;
	    left:10px;
	    top:105px;
	    }	
	    
    .related #nextBtn{ 
	    left:490px;
	    }	
	    													
    .related #prevBtn a, .related #nextBtn a{  
	    display:block;
	    height:55px;
        width:18px;
	    background:url(../img/big-arrow-left.png) no-repeat 0 0;	
	    }	
	    
    .related #nextBtn a{ 
	    background:url(../img/big-arrow-right.png) no-repeat 0 0;	
	    }	

.sep {
    width:100%;
    height: 1px;
    float:left;
    border-top: #ccc 1px solid;
    margin-bottom:20px;
}

 h1 a.hover_sub {
    text-decoration: none;
}

 h1 a.hover_sub:hover {
    text-decoration: underline;
}

/* DetalheProduto.aspx */
.operadores_preco { float:left;width:70px; }    
.operadores_preco .top {margin-top:0;padding:0;height:20px;margin-bottom:2px;}    
.operadores_preco .operador_radio {float:left;margin-top:0;}    
.operadores_preco .operador_imagem img {max-height:20px;}    
.operadores_preco .operador_label {float:left;margin-left:6px;}

#extra {
    float:left;
    width:519px;
}

    #extra #tabs {
        float:left;
        background-color: #b2b2b2;
        height: 31px;
        width: 100%;
        margin-bottom: 2px;
        
    }

        #extra #tabs span {
            border-right: 2px solid #fff;            
            float:left;
        }
        
        #extra #tabs a {
            padding: 10px 13px;
            float:left;
            text-align:center;
            background-color: #666;
            color: #fff;            
            text-decoration: none;
            font-weight:bold;
        }
        
        #extra #tabs a:hover {
            background-color: #29938f;           
        }
        
        #extra #tabs a.active {
            background-color: #29938f;
            border-bottom: 2px solid #29938f;
        }
        
    #extra #extra_contents {
        border-top: 2px solid #29938f;
        float: left;
        width: 100%;
    }
    
    #extra #extra_contents #extra_contents_inner {
        border-width: 0 1px 1px;
        border-style: solid;
        border-color: #b2b2b2;
        float: left;
        width: 517px;
    }
    
    #extra .contents {
        display:none;
        padding: 0 0 10px 0;
        width: 100%;
    }
    
    #extra .contents.active {
        display:block;
        float:left;
    }
    
.leftMenu {
    display:block;
    margin-top: 20px;
    width: 150px;
}

    .leftMenu a, .leftMenu a:visited {
        background-color: #eaeaea;
        padding: 10px;
        text-align: left;
        float: left;
        margin-top: 4px;
        width: 130px;
        color: #525252;
        -moz-border-radius-bottomleft:2px;
        -moz-border-radius-topleft:2px;
    }
    
    .leftMenu a:hover {
        background-color: #29938f;
        text-decoration:none !important;
        color:#fff;
    }
    
    .leftMenu a img {
        width:13px;
        height: 8px;
        float:left;
        margin-right:8px;
        margin-top:2px;
    }
    
#reviews_contents #new {
    float:left;
    width: 100%;
    background-color: #eaeaea;
}

#fblinks {
    float:right;
    margin-top:11px;
}

#fblike {
    float:right;
    xoverflow:hidden;
    width:68px;
}

/*
 * pos pagos optimus
 */

.pospagosLeft {
		width:270px;
		float:left;
		font-family:arial, sans-serif;
		display:block;
	}
	
		.pospagosLeft .pospagosProduto {
			float:left;
			height:135px;
			border-bottom:1px solid #ccc;
			width:260px;
			margin: 5px;
		}
		
			.pospagosLeft .pospagosProduto .pospagosProdutoFoto {
				float:left;
				width:70px;
			}
			
				.pospagosLeft .pospagosProduto .pospagosProdutoFoto img {
					height: 110px;
					max-width: 70px;
					border:0;
				}
			
			.pospagosLeft .pospagosProduto .pospagosProdutoDesc {
				float:right;
				width:180px;
			}
			
				.pospagosLeft .pospagosProduto .pospagosProdutoDesc .pospagosProdutoDescTitle {
					float:left;
					font-weight:bold;
					font-size: 11pt;
					color:#333;
					margin-top:10px;
					clear:both;
				}
				
				.pospagosLeft .pospagosProduto .pospagosProdutoDesc .pospagosProdutoDescTexto {
					font-size: 8pt;
					color:#666;
					margin-top:6px;
					clear:both;
				}
				.pospagosLeft .pospagosProduto .pospagosProdutoDesc .pospagosProdutoDescPvp {
					float:right;
					margin-top: 6px;
					color:#2A9290;
					font-size:12pt;
					font-weight:bold;
					*width:180px;
				}
				
					.pospagosLeft .pospagosProduto .pospagosProdutoDesc .pospagosProdutoDescPvp .pvp {
						font-size:8pt;
						color: #666;
						font-weight:normal;
					}
					
				.pospagosLeft .pospagosProduto .pospagosProdutoDesc .pospagosProdutoDescPack {
					float:right;
					color:#669900;
					font-size:13pt;
					font-weight:bold;
					*width:180px;
				}
				
					.pospagosLeft .pospagosProduto .pospagosProdutoDesc .pospagosProdutoDescPack .pvp {
						font-size:8pt;
						color: #666;
						font-weight:normal;
					}
	
	.pospagosRight {
		width:434px;
		margin-top:5px;
		float:left;
		margin-left: 45px;
		*margin-left: 35px;
		background-color:#cbe230;
	}
	
		.pospagosRight .pospagosRightLinks {
			margin-bottom:20px;
            margin-top:0;
            padding-left:52px;
            padding-top:15px;
            float:left;
		}
		
			.pospagosRight .pospagosRightLinks ul {
			    line-height:20px;
				list-style:square inside url("../img/black-bullet.gif");
				*list-style-type:disc ;
				*list-style-image:none;
			}
			
			.pospagosRight .pospagosRightLinks a, .pospagosRight .pospagosRightLinks a:visited {
				color: #222;
				font-family:arial, sans-serif;
				font-size:10pt;
				text-decoration: none;
			}
		
				.pospagosRight .pospagosRightLinks a:hover {
					text-decoration: underline;
				}
				
			
#optimus_banner {
    height:100%;
    padding-top:40px;
    *padding-top:0px;
    position:fixed;
    text-align:center;
    top:-40px;
    width:100%;
    z-index:999;
}

.enunciado {margin-bottom:10px;}

/* INICIO - ZONA SMARTPHONES */
.tituloTab
{
    font-size: 20px;
    line-height: 33px;
    font-weight: normal;
    letter-spacing: -1px;
    margin-bottom: 7px;
    color: #000000;
}

.textoTabAcessorios p
{
    line-height: 14px;
    margin: 5px 0 10px;
    float: left;
    
}

.textoTab .textoTabAcessorios
{
    font-size: 12px;
    line-height: 18px;
    margin: 5px 0 15px;
}

.imagemTabAcessorios
{
    width:197px;
    float:right;
}

.imagemTab
{
    right: 4px;
    bottom: -5px;
    position:absolute;
    width:197px;
}

.tabConteudos
{
    padding: 20px 30px;
    background: #D4CCCB url(../img/mobile/misc/tabBackground.png) top repeat-x;
    position: relative;
    overflow: hidden;
    width:520px;
}

.quadroSmart
{
    background-color:#FFFFFF;
    width: 497px;
    padding: 5px;
}

.quadroSpecs
{
    width: 497px;
    padding: 5px;
}

.perguntaTab
{
    color: #09244C;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 20px;
}

.separadorTab
{
    background: url(../img/mobile/misc/headingborder.jpg) no-repeat bottom center;
    height: 2px;
    width: 497px;
    margin: 20px auto 13px auto;   
}

.resultadosTab
{
    height:215px;
    overflow: hidden;
    position: relative;
    width: 487px; 
    padding-bottom:10px;
    padding-top:10px;
    padding-left:5px;
    padding-right:5px;
    background: #E9E9E9; 
}

.resultadoItem
{
    width: 142px;
    height: 192px;
    background: #E80D8B url(../img/mobile/misc/color-background.png) no-repeat;
    padding: 6px;
    float: left;
    display: inline;
    margin: 0 4px;
    color: #E80D8B;
    position: relative;   
    text-decoration: none;
}

.laranja
{
    background-color: #F9AE2E;
    color: #F7AE21;   
}

.rosa
{
    background-color: #E80D8B;
    color: #E80D8B;
}

.azul
{
    background-color: #00234B;
    color: #02234E;   
}

.containerTab
{
    width: 487px;
    height: 207px;
    overflow: hidden;
    padding-bottom:10px;
    padding-top:10px;
}

.heading 
{
    display: block;
    font-size: 17px;
    line-height: 26px;
    padding: 5px 0 0 0px;
    font-weight: normal;
    text-align:center;
}

.resultadosTab div p 
{
    font-size: 12px;
    line-height: 16px;
    margin: 5px 0 0 15px;
    color: #4C4C4C;
}

.resultadosTab div a 
{
    color: #4C4C4C;
}

.resultadosTab div img 
{
    float: left;
    clear: both;
    margin: 15px 8px 10px 0;
    width:55px;
}

.resultadosTab div h2 
{
    font-size: 12px;
    float: left;
    line-height: normal;
    margin-top: 10px;
}

.resultadosTab .laranja h2 strong 
{
    color: #F8AF2E;
    font-size: 13px;
}

.resultadosTab .rosa h2 strong 
{
    font-size: 13px;
    color: #E80D8B;
}

.resultadosTab .azul h2 strong 
{
    font-size: 13px;
    color: #02234E;   
}

.resultadosTab div p.info 
{
    float: left;
    margin: 0px;
}

.ItemDetalhes 
{
    float: left;
    display: inline;
    width: 77px;
    height: auto;
    background: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.ImagemExterior
{
    float: left;
    text-align: center;
    margin-right:7px;
}

.ImagemInterior
{
    float: left;
    text-align: center;
}

.caixaSpecs
{
    background: url(../img/mobile/misc/smallBackground.gif) no-repeat;
    width: 204px;
    height: 103px; 
    float:left;
    padding-top:8px;
    padding-left: 8px;
    margin-left:15px;
    margin-bottom:25px;
    margin-right:17px;
}

.caixaSpecsTitulo
{
    color: #08244A;
    font-weight:bold;   
}

.caixaSpecsImagem
{
    float: left;
    clear: both;   
}

.caixaSpecsTexto
{
    float: right;
    font-size: 11px;
    line-height: 14px;
    margin: 0 15px 0 0;
    width: 129px;
}

.caixaSpecsLink a
{
    color: #22BCD8;   
    margin-left:8px; 
    text-decoration: none;
}

.caixaSpecsPop
{
    background: url(../img/mobile/misc/popup-bk.gif) no-repeat;
    width: 587px;
    height: 227px; 
}

.caixaSpecsPopTitulo
{
    color: #03244F;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;   
}

.caixaSpecsPopTexto
{    
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0 15px;
}

.quadroSObox
{
    background: url(../img/mobile/misc/blue-box.jpg) no-repeat;
    width: 497px;
    height: 75px; 
    margin-left: 4px;
}

.SOLogos
{
    float:left;
    margin-left:15px;
}

.SOLogos img
{
    width:80px;
}

.quadroSOblocos
{
    margin-top:10px;
    height:160px;
}

.SOBlocos
{
    float: left;
    margin-left:10px;
    background-color: #FFFFFF;
    padding: 12px;   
    width: 130px;
    height: 125px;
}

.SOBlocos span
{
    color: #02234E;
    font-size: 12px;
    font-weight: bold;    
}

.SOLista
{
    width: 497px;
    height: 110px; 
    margin-left: 4px;    
    background-repeat:no-repeat;
}

.SOListaTexto
{
    margin-left: 95px;
    padding-top: 5px;
    width: 338px;
    height:87px;
    overflow:hidden;   
}

.SOListaTexto span
{
    color: #002157;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;   
}

.caixaAcessorios
{
    position:relative;
    background-color:#ffffff;
    float: left;
    height: 155px;
    margin: 0 10px 20px 10px;
    width: 224px;
}

.caixaAcessoriosTitulo
{
    color: #02234E;
    font-size: 14px;
    font-weight: bold;
    margin: 11px 0 2px 14px;   
}

.caixaAcessoriosTexto
{
    color: #494B4E;
    font-size: 11px;
    line-height: 15px;
    margin: 0 0 3px 14px;
    width: 189px;
}

.caixaAcessoriosLink
{
    margin-left: 7px;
}

.caixaAcessoriosLink a
{
    color: #22BCD8;   
    margin-left:8px; 
    text-decoration: none;
}
.caixaAcessoriosImagem
{
    position:absolute;
    bottom: 0px;
    right:0px;
}

.appContainer
{
    width: 595px;
    float: left;
    display: inline;
    padding-top: 12px;   
}

.appBox
{
    width: 100%;
    float: left;
    background: white;
    border: 1px solid #D4D3D2;
    margin: 0 0 10px 0;   
}

.caixaSO
{
    float: left;
    padding: 15px 15px 15px 15px;
    color: #ffffff;
    height:80px;
    overflow:hidden;
}

.caixaSO strong
{
    width: 100%;
    font-size: 14px;
    margin: 10px 0 5px 10px;
    float: left;
}

.caixaSO p
{
    font-size: 11px;
    margin: 0 0 0 10px;
    width: 467px;
    line-height: normal;
}

.caixaSOApp
{
    width: 467px;
    padding-top: 15px;   
}

.caixaSOAppDestaque
{
    float: left;
    width: 467px;
    padding-top: 15px;
}

.caixaSOAppsSlide
{
    float: left;
    width: 100%;
    display: none;
}

.caixaSOAppSlideBoxItem
{
    width: 48%;
    float: left;
    padding: 0 10px 0 0;   
}

.icone
{
    float: left;
    margin-right: 10px;
}

/* FIM - ZONA SMARTPHONES */
