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

.alert, .error { 
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-style:solid;
	border-width:1px;
	margin:5px 15px 2px;
	padding:0 0.6em;
	border-color:#E6DB55;
	margin:5px 0 15px;
	background-color:#FFFBCC;
}

.error {
	background-color:#FFCCCC;
	border-color:#990000;
}

.cartIndicator {
	background-color: #86AC1B;
}

.policies {
	font-size:11pt;
	text-transform:uppercase;
}

	.policies a {
		color:#000;
		text-decoration:none;
	}
	
.small { font-size:8pt}

h2.signin {
	font-size:16pt;
	color:#527604;
}

	h2.signin img {
		vertical-align:middle;
		cursor:pointer;
	}
	
.dealbar a{
	color:#fff;
	text-decoration:none;
}

.descriptionText ul {
	padding-left:15px;
}

.lcdstyle {
	font-size:12pt;
	color:#669900;
}
	.lcdstyle .head {
		font-weight:bold;
	}
	
.soldoutimage {
	background: url(../images/sold_out_small.png) no-repeat;
	width:218px;
	height:88px;
	position:absolute;
}

	.soldoutimage.large {
		background: url(../images/sold_out.png) no-repeat;
		width:304px;
		height:122px;
		position:absolute;
	}

.soldout {
	position:relative;
}