/* Copyright (c) 2010 Lucid Information Systems Ltd. All Rights Reserved. Bump. */

table.basic .name {
	font-size: 14pt;
	text-align: center;
}

p.configure {
	text-align: center;
	padding: 20px;
}

/* Configure */

.configurator tr.comment td {
	font-size: smaller;
}

.configurator .hidden {
	display: none;
}

.configurator .total {
	width: 100px;
}

.configurator .item .option,
.configurator .shipping .option {
	padding-left: 50px;
}

.configurator .quantity {
	width: 50px;
	text-align: center;
}

.configurator .quantity input {
	width: 30px;
	text-align: center;
}

.configurator tfoot {
	margin-top: 20px;
	border-top: 2px solid #6678b2;
}

.configurator tfoot td {
	text-align: right;
}

.configurator th.total {
	text-align: right;
}

.configurator td.total {
	text-align: right;
	background-color: #eef;
}


