@charset "UTF-8";

@import "reset.css";
@import "default.css";

/* QUICK PRICE IFRAME */
body {
	width: 485px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}

p {
	margin-left: 0;
	font-size: 12px;
}

/* POPUP BUBBLE */
#bubble {
	width: 167px;
	height: 71px;
	background: url(../images/interface/bubble.png) top left no-repeat;
}

#bubble p {
	padding: 27px 0 0 15px;
	width: 140px;
	color: #000;
	text-align: center;
	font-size: 10px;
}

/* PRICE / OPTIONS CHOOSER */

table#priceOptions { margin-bottom: 20px; }

table#priceOptions td, table#priceOptions th {
	border-bottom: 1px dotted #00853e;
	padding: 2px 0;
	width: 89px;
	text-indent: 4px;
}

table#priceOptions th {
	text-align: left;
	font-weight: bold;
}

table#priceOptions td a {
	color: #000;
	text-decoration: none;
}

table#priceOptions td a:hover { text-decoration: underline; }

table#priceOptions, #priceTable table, table#customWHT {
	width: 489px;
	font-size: 12px;
	border-collapse: collapse;
}

table#priceOptions td {
	text-align: center;
}

table.priceOptionsPart { margin-bottom: 20px; }

table.priceOptionsPart td, table.priceOptionsPart th {
	border-bottom: 1px dotted #00853e;
	padding: 2px 0;
	text-indent: 4px;
}

table.priceOptionsPart th {
	text-align: left;
	font-weight: bold;
}

table.priceOptionsPart th a {
	margin-right: 10px;
}

table.priceOptionsPart td a, table.priceOptionsPart th a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

table.priceOptionsPart td a:hover, table.priceOptionsPart th a:hover { text-decoration: underline; }

table.priceOptionsPart {
	width: 489px;
	font-size: 12px;
	border-collapse: collapse;
}

table.priceOptionsPart td {
	text-align: center;
}

/* PRICE TABLE */
#priceTable table, table#customWHT { margin-bottom: 20px; }
#priceTable table td, table#customWHT td { color: #00853f; }
#priceTable table th, table#customWHT th {
	padding: 2px 0;
	width: 80px;
	color: #fff;
	background-color: #00853e;
}

#priceTable table td, #priceTable table th, table#customWHT td, table#customWHT th {
	font-weight: normal;
	text-align: center;
}

#priceTable table tr.odd, table#customWHT tr.odd { background-color: #cadbca; }
#priceTable table th.odd, table#customWHT th.odd { background-color: #009340; }

#priceTable form { margin: 0; }
#priceTable form input {
	width: 60px;
	padding: 2px 0;

	font-size: 13px;
	text-align: center;

	background-color: #cadbca;
	border: 0;
}

table#customWHT { margin-top: 10px; }

table.priceOptionsPart, #priceOptions, #priceTable { position: relative; left: -9px; }
#priceTable table th, #priceTable table td { width: 76px; font-size: 11px; }
#priceTable table th { font-size: 10px; }
