@charset "utf-8";
/* CSS Document */

#lhcolumn h2.category {
	font-size:150%;
	color:#333;
	border-bottom: 1px solid #600;
	padding-top:10px;
}

.errormessage {
	font-size:9px; color:red;
}

td.largesize {
	font-size:75%;	
}

input.cost {
	
	text-align:right;
  font-size:12px;
}

input.number {
	float:left; 
	text-align:right
	
}

a.moreprompt {
	font-size:75%;
	color:#900;
}

.productinfo {
	display:none;
	overflow:auto;
}

input { 
	font-size:75%;
}

.basketlongrow {
	width:430px;
	height:40px;
	font-size:80%;
	float:left;
}

.basketshortrow {
	float:left; 
	text-align:right;
	width:50px; 
	font-size:75%;
	height:40px;
}

label.checkout, label.checkaddress {
	width:150px;
	font-size:125%;
	float:left;
}

div.prompttext {
	font-size:60%
}

.formentry input, .formentry textarea {
	font-size:125%;
	width:300px;
}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
span.checkaddress {
	font-size:110%;	
	float:left
}

span.concertdate {
  font-size:14px;
	color:#888;
}

.button150 {
	display:block;
	width:150px;
	height:25px;
	background-image:url("../images/Okaybutton.png");
	cursor:pointer;
	
}

.button150:hover {
	background-position: -150px  0;
}

.friendsbar {
font-size:10px; background-color:#800; color:white; padding:5px

}