/* @override http://localhost:8888/styles/popup.css */

body {
	margin: 0;
	padding: 0;
	font: 80% Arial, Helvetica, sans-serif;
	line-height: 120%;
}
body, html {
	height: 100%;
	position: relative;
}

h1 {
	text-align: center;
	display: block;
	margin: 0px auto;
	padding: 15px 0px;
	background-color: #48352B;
	color: #3DAAEA;
	border-bottom: 2px solid #FF4EA3;
	width: 100%;
	font-size: 140%;
	font-weight: normal;
	background-image: url(../img/prix/bg_h1.gif);
	background-position: 25% bottom;
	background-repeat: no-repeat;
}
#content {
	padding: 10px 20px;
}
p {
	display: block;
	font-size: 85%;
	color: #333333;
	text-align: justify;
	
}
p a, p a:visited {
	color: #3DAAEA;
	text-decoration: none;
}
p a:hover {
	color: #3DAAEA;
	text-decoration: underline;	
}
h2 {
	margin: 20px 0px 15px 0px;
	font-size: 130%;
	color: #444444;
	border-bottom: 1px dotted #3DAAEA;
	padding: 0px 0px 7px 0px;
}
h3 {
	margin: 25px 0px 5px 0px;
	padding: 0px;
	color: #3DAAEA;
	font-weight: normal;
}
img.floatLeft {
	clear: left;
	margin: 30px 15px 20px 0px;
	padding: 0px;
}
#transPrices {
	width: 100%;
	background-color: #F4F4F4;
	border: 1px solid #E5E5E5;
}
td {
	font-size: 95%;
	line-height: 120%;
}
table th{
	border-right: 1px solid #E5E5E5;
	width: 150px;
	border-bottom: 1px solid #E5E5E5;
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	padding-left: 10px;
	color: #48252B;
}
table th img {
	margin-right: 10px;
}
tr.lastRowTh th, tr.lastRowTh td{
	border-bottom: none !important;
}
table.transPricesDetails{
	width: 100%;
	margin: 0px;
}
table.transPricesDetails td {
	border-bottom: 1px dotted #D4D4D4;
}
td.contentTd table td.prices {
	font-size: 110%;
	font-weight: bold;
	color: #FF4EA3;
	text-align: right;
}
td.contentTd table td.prices strong{
	color: #3DAAEA;
}
td.contentTd {
	border-bottom: 1px solid #E5E5E5;
}
td.contentTd table td{
	padding: 8px 20px 8px 10px !important;
	text-align: left;
	letter-spacing: 0.05em;
}
td.priceRem {
	font-size: 80% !important;
}
tr.promoPrice td{
	background-color: #E9F7FF;
}
tr.altRow td, tr.altRow th {
}