body, html { height: 100%; }
img { behavior: url(iepngfix.htc); }

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	color: #654343;
	text-align: left;
	background: url('../images/bg_shadow.gif') top center no-repeat #9b1116;
	padding-top: 20px;
	}

h1 {
	font-size: 2.3em;
	font-weight: bold;
	line-height: 1.5em;
}
h1 span { color: #1e1e1e; }

h2 {
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.5em;
}

a {
	cursor: pointer;
	color: #654343;
	}
	a:hover { color: #a67676; }
	
.clear { clear: both; }

* > .tel {
	background: url('../images/icons/phone.png') center left no-repeat;
}

* > .addr {
	background: url('../images/icons/map.png') center left no-repeat;
}

* > #floral_bg {
	background: url('../images/bg_floral.png') top center;
	}

#container {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 85px 65px;
	}
	* > #container { background: url('../images/grunge_top.png') top left no-repeat; }

	#container #topleft {
		position: absolute;
		top: 85px;
		left: 0;
		width: 65px;
		height: 162px;
		}
		* > #container #topleft { background: url('../images/grunge_top_left.png'); }

	#container #container_inside {
		position: relative;
		width: 940px;
		background: url('../images/body_bg.gif') top right no-repeat white;
		}
	#container.portugueses #container_inside { background-image: url('../images/body_bg_portuguese.gif'); }
	#container.australianos #container_inside { background-image: url('../images/body_bg_australianos.gif'); }
	#container.espanhois #container_inside { background-image: url('../images/body_bg_espanhois.gif'); }
	#container.franceses #container_inside { background-image: url('../images/body_bg_franceses.gif'); }
	#container.chilenos #container_inside { background-image: url('../images/body_bg_chilenos.gif'); }
	#container.champagnes #container_inside { background-image: url('../images/body_bg_champagnes.gif'); }

#cesto {
	overflow: visible;
	position: absolute;
	top: -20px;
	right: -39px;
	width: 187px;
	height: 82px;
	padding: 0 34px 34px 0;
	}
	* > #cesto { background: url('../images/cesto_bg.png') top left no-repeat; }
	#cesto #cesto_inside {
		width: 169px;
		height: 58px;
		font-size: 1.1em;
		line-height: 1.2em;
		background: white;
		padding: 12px 9px;
		}
		#cesto #cesto_inside #basket {
			position: absolute;
			top: 16px;
			right: 10px;
			width: 72px;
			height: 91px;
			}
			#cesto #cesto_inside #basket.full {
				top: 1px;
				right: 2px;
				width: 80px;
				height: 106px;
				}

			* > #cesto #cesto_inside #basket { background: url('../images/cesto_basket.png') bottom left no-repeat; }
			* > #cesto #cesto_inside #basket.full { background-image: url('../images/cesto_basket_full.png'); }

		#cesto #cesto_inside h2 {
			width: 111px;
			height: 25px;
			font-size: 1px;
			text-indent: -5000px;
			background: url('../images/h2_cestodecompras.gif');
			margin-bottom: 8px;
			}

#logo_flores {
	position: absolute;
	bottom: -33px;
	right: -42px;
	z-index: 50;
	display: block;
	width: 234px;
	height: 122px;
	text-indent: -5000px;
	}
* > #logo_flores {
	background: url('../images/logo_flores.png');
	}

#left_column {
	width: 170px;
	padding-right: 10px;
	float: left;
	}
	#left_column h1 {
		position: relative;
		z-index: 50;
		width: 147px;
		height: 145px;
		margin: 10px auto 24px auto;
		}
		#left_column h1 a {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 100;
			display: block;
			width: 147px;
			height: 145px;
			text-indent: -5000px;
			background: url('../images/logo.gif');
			}

	#left_column #language_wrap {
		position: relative;
		height: 381px;
	}
	
	#left_column #language_menu {
		position: absolute;
		top: 0;
		right: 0;
		width: 180px;
		margin: 0 15px 24px 0;
		}
		#left_column #language_menu li {
			height: 37px;
			padding: 4px 0 10px 58px;
			}
			#left_column #language_menu li a {
				display: block;
				width: 100%;
				height: 100%;
				text-indent: -5000px;
				background: center left no-repeat;
				}

			#left_column #language_menu li:hover { background: url('../images/menu_hover_bg.gif') center right no-repeat; }

			* > #left_column #language_menu li.active, #left_column #language_menu li.active:hover { background: url('../images/menu_active_bg.png') center right no-repeat; }
			* > #left_column #language_menu li#sugestoes.active, #left_column #language_menu li#sugestoes.active:hover { background: url('../images/menu_active_blank_bg.png') center right no-repeat; }
			* > #left_column #language_menu li#portugueses a { background-image: url('../images/menu_portugueses.png'); }
			* > #left_column #language_menu li#australianos a { background-image: url('../images/menu_australianos.png'); }
			* > #left_column #language_menu li#espanhois a { background-image: url('../images/menu_espanhois.png'); }
			* > #left_column #language_menu li#franceses a { background-image: url('../images/menu_franceses.png'); }
			* > #left_column #language_menu li#chilenos a { background-image: url('../images/menu_chilenos.png'); }
			* > #left_column #language_menu li#champagnes a { background-image: url('../images/menu_champagnes.png'); }
			* > #left_column #language_menu li#sugestoes a { background-image: url('../images/menu_sugestoes.png'); }


#right_column {
display: none;
	position: absolute;
	top: 150px;
	right: 0;
	width: 220px;
	min-height: 410px;
	/*float: right;*/
	}
	* > #right_column { background: url('../images/rightcolumn_bg.png') 0 82px no-repeat; }
	#right_column h2#nossasugestao {
		height: 72px;
		margin-bottom: 14px;
		}
		* > #right_column h2#nossasugestao { background: url('../images/h2_nossasugestao.png') top center no-repeat; }


#main_navigation {
	display: inline;
	border-top: 1px solid #915959;
	margin: 60px 0 30px 0;
	padding: 5px 285px 0 0;
	float: right;
	}
	#main_navigation li {
		margin-right: 30px;
		float: left;
		}
		#main_navigation li a {
			color: #7b3636;
			font-size: 1.2em;
			text-decoration: none;
			}
			#main_navigation li a.active { font-weight: bold; }
			#main_navigation li a:hover { text-decoration: underline; }


#body {
	margin: 0 220px 0 180px;
	padding: 120px 0 30px 0;
	}
	#body.wide { margin-right: 40px; }
	#body p {
		font-size: 1.1em;
		line-height: 1.5em;
		margin-bottom: 1em;
		}
		
	#body .product_row {
		width: 100%;
		padding-bottom: 10px;
		float: left;
		}
		
	#body .product_block {
		display: inline;
		width: 170px;
		margin: 0 5px 5px 5px;
		float: left;
		}
		#body .product_row.related .product_block {
			width: 150px;
			font-size: 1.2em;
			text-align:center;
			border: 1px solid #E1E1E1;
			}

		#body .product_block .product_image {
			width: 50px;
			float: left;
			}
			
		#body .product_block div {
			display: inline;
			width: 120px;
			margin-top: 30px;
			float: left;
			}
			
			#body .product_block a {
				color: #1e1e1e;
			}
			
			#body .product_block div h2 {
				color: #1e1e1e;
				font-size: 1.2em;
				font-weight: bold;
				line-height: 1.3em;
				}
				
			#body .product_block div h3 {
				font-size: 1.1em;
				font-weight: bold;
				line-height: 1.3em;
				margin-bottom: .5em;
				}
				
			#body .product_block div span {
				font-size: 1.1em;
				font-weight: bold;
				line-height: 1.5em;
				}
		
	#body .product_area {
		margin: 0 50px;	
		}
		#body.wide .product_area .content {
			padding: 40px 0 30px 260px;
			}
			#body.wide .product_area .content .product_title {
				margin-bottom: 2em;
				}
				
			#body.wide .product_area .content .cost {
				font-size: 1.9em;
				font-weight: bold;
				margin: 1em 0 .5em 0;
				}

			#body.wide .product_area .content .info {
				color: #787878;
				line-height: 1.4em;
				margin-top: 2em;
				}
	
		#body.wide .product_area .product_image {
			display: inline;
			width: 279px;
			margin: 0 15px 30px 0;
			float: left;
			}
		

.shopcart {
	/*width: 538px;*/
	margin: 1em 0 2em 0;
	border-collapse: collapse;
	border: 1px solid #9b1116;
	padding: 0;
	float: left;
	}
	.shopcart thead td {
		color: white;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.5em;
		background: #9b1116;
		padding: .8em 5px;
		}
		
	.shopcart tbody td {
		color: #333;
		font-size: 1.2em;
		line-height: 1.5em;
		vertical-align: middle;
		padding: .4em 5px;
		}
		.shopcart td.thumb {
			width: 35px;
			text-align: center;
		}
		
		.shopcart td.name {
			width: 173px;
		}
		
		.shopcart td.qty {
			width: 40px;
			text-align: center;
		}
		
		.shopcart td.price {
			width: 70px;
			text-align: right;
		}
		
		.shopcart td.total {
			width: 70px;
			text-align: right;
		}
		
		.shopcart td.refresh {
			width: 30px;
			text-align: center;
		}
		
		.shopcart td.delete {
			width: 30px;
			text-align: center;
		}
		
		#body .shopcart td p {
			margin: 0;
			}
			
.checkout {
	text-align: right;
}

.checkout .shipping {
	font-size: 1.5em;
	font-weight: bold;
	text-align: right;
	margin-bottom: .6em;
	padding: .4em 18px .2em 18px;
}

.checkout .total {
	font-size: 1.9em;
	font-weight: bold;
	text-align: right;
	margin-bottom: .6em;
	padding: .2em 18px .4em 18px;
}

form.checkout {
	text-align: left;
}

form.checkout h2 {
	border-top: 1px solid #654343;
	margin: 1em 0 .5em 0;
	padding-top: .8em;
}

form.checkout label {
	display: block;
	width: 122px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	line-height: 1.6em;
	padding-right: 8px;
	float: left;
}

form.checkout input, form.checkout select {
	font-size: 1.2em;
	line-height: 1.6em;
}

form.checkout span {
	color: red;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0 6px;
}

form.checkout div {
	margin-bottom: .6em;
}
form.checkout div * { vertical-align: top; }
form.checkout div.checkout {
	border-top: 1px solid #654343;
	margin: 1.5em 0 .8em 0;
	padding: 1em 0;
}

#body_clear {
	clear: both;
	width: 250px;
	min-height: 40px;
	vertical-align: middle;
	border-top: 1px solid #621111;
	padding: 10px;
	}


#footer {
	clear: both;
	height: 30px;
	color: white;
	font-size: .9em;
	text-transform: uppercase;
	padding-top: 12px;
	}
	* > #footer { background: url('../images/grunge_foot.png') top center no-repeat; }