@charset "UTF-8";
@import "/themes/concept/master.css";

/*
 [ price table
----------------------------------------------------------- */
table.price {
	width: 480px;
	border-collapse: collapse;
}
table.price td {
	padding: 7px 7px;
}
table.price td.price-cel {
	text-align: right;
}
/*
table.price tr.boder-solid td {
	border: none;
	border-top: #676767 1px solid;
}
table.price tr.boder-dot td {
	border: none;
	border-top: #676767 1px dashed;
}
*/
p.border {
	margin-top: 30px;
	padding: 10px 20px;
	background: url(images/dot.gif) repeat-x center top;
}
table.price tr.boder-solid {
	background: url(images/solid.gif) repeat-x center top;
}
table.price tr.boder-dot {
	background: #fffef7 url(images/dot.gif) repeat-x center top;	
}
table.stripedtable {
	border-collapse: collapse;
	width: 100%;
	border-top: #ddd 1px solid;
	border-left: #ddd 1px solid;
	margin-bottom: 1em;
}
table.stripedtable caption {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
table.stripedtable th {
	background: #bcbaa6;
	color: #fff;
}
table.stripedtable td,
table.stripedtable th{
	padding: 5px 3px 5px 5px;
	border-bottom: #ddd 1px solid;
	border-right: #ddd 1px solid;
}
td.price {
	text-align: right;
}
table.stripedtable tr.oddline {
	background: #e1f2fe;
}
td.name {
	background: #ffe5d4;	
}
p.date {
	text-align: right;
	margin-bottom: 5px;
}
.hrLine {
	margin: 1em 0;
	height: 1px;
	border-top: #b4b4b4 1px dashed;
}
table.price3 {
	width: 479px;
	margin-bottom: 1em;
	border-collapse: collapse;
}
table.price3 th {
	padding:5px;
	background:#bcbaa6;
	border:1px solid #666666;
	width: 200px;
	color: #FFF;
	border-spacing: 0px;
}
table.price3 td {
	padding:5px;
	border:1px solid #666666;
	border-spacing: 0px;
}
