/*
/  store.css
/  (c) 2006 Lighthead Software
/  info@lightheadsw.com
*/

.store_productbutton {
	text-decoration: none;
	display: block;
	width: 116px;
	padding: 4px;
	float: left;
	color: black;
}

.store_productbutton img {
	vertical-align: middle;
}

.selectedProduct {
	color: white;
	text-shadow: #0A62A8 2px 2px 0px;
	background: url(/resources/images/ui/store/selection.gif);
	color: white;
}





.store_processorbutton {
	text-decoration: none;

	display: block;
	width: 100px;
	padding: 0px 5px 0px 5px;
	float: left;
}

.store_processorbutton img {
	vertical-align: middle;
}

.selectedProcessor {
	color: white;
	text-shadow: #0A62A8 2px 2px 0px;
	background: url(/resources/images/ui/store/selection.gif);
	color: white;
	text-shadow: #626262 2px 2px 0px;
}


.submit_button {
	font-size: 120%;
}


.content_offset {
	margin: 20px;
}

.left_offset {
	margin-left: 6px;
}

.group {
	background: #EEE;
	margin: 10px;
	padding: 10px;
	border: 1px solid #CCC;
	width: 400px;
}