@charset "iso-8859-2";
/* shopping.css */

.cart_heading {
	font-weight:bold;
	text-align:left;
}
.cart_item {

}
.cart_total {
	font-weight:bold;
	font-size:20px;
}
.section_title {
	font-weight:bold;
	font-size:110%;
	line-height:normal;
}
.hspacer {
	border-bottom:1px dashed #999;
	height:6px;
	line-height:6px;
}

.input {
	border:1px solid #999;
	padding:2px;
	font-size:14px;
	line-height:normal;
}
.inputError {
	border:1px solid #ff0000;
	padding:2px;
	font-size:14px;
	line-height:normal;
}

#cartContents td {
	margin:0;
	padding:0;
}

.button {
	border:1px solid #aaa;
	color:#dedede;
	margin:0;
	padding:4px 8px;
	cursor:pointer;
	background-color:#bc0874;
	background-image:url(images/shopping_button.gif);
	background-position:top;
	background-repeat:repeat-x;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}
.button:hover {
	border:1px solid #aaa;
	background-color:#bc0874;
	background-image:url(images/shopping_button_over.gif);
}

.bold {
	font-weight:bold;
}
.small {
	color:#666;
	font-size:85%;
	line-height:normal;
}
.supersmall {
	color:#666;
	font-size:50%;
	line-height:normal;
}
.large {
	font-size:110%;
	line-height:normal;
}
