/* temp */

fieldset {
	border: 1px solid #DDD;
	margin-bottom: 15px;
}

fieldset td {
	padding: 5px 10px;
}

/* end temp */


a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 18px;
}

ul {
}


.clear {
	clear: both;
}


/* tmp */
fieldset {
	border: 0;
	border: 2px solid #f7f7f7;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	margin-bottom: 20px;
}

fieldset input {
	border: 1px ridge #CCC;
}


legend {
	font-weight: bold;
	margin-left: 10px
}

.hline {
	border-bottom: 1px solid #ddd;
	height: 1px;
	margin: 10px 0;
} 

.price {
	font-weight: bold;
}

.regular-price {
	font-weight: bold;
	text-decoration: line-through;
}

.special-price {
	font-weight: bold;
	color: green;
	text-decoration: none;
}