/* CSS Document */

#store-header {
	float: none;
	width: 760px;
	height: 120px;
}
.search-box {
	float: left;
	width: 300px;
}
.search-box p {
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.search-box form {
	padding: 0;
	margin: 0;
}
#store-content {
	float: none;
	width: 760px;
}
#store-content p {
	font-size: 10pt;
}
#store-content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14pt;
}
.product-list-header {
	background: url(/assets/images/global/bg-blue-grad.gif) repeat-x center center;
	font-size: 7pt;
	color: #FFFFFF;
	height: 22px;
}
.product-row-1 {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}
.product-row-2 {
	background-color: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
}
#page-selector {
	height: 20px;
	background-color: #F6F6F6;
}
#page-selector div {
	position: relative;
	padding: 4px 7px;
}
#page-selector span {
	position: absolute;
	right: 7px;
}
#page-selector a {
	color: #666666;
}
#page-selector-bottom {
	height: 28px;
	background-color: #F6F6F6;
	border-bottom: 1px solid #CCCCCC;
}
#page-selector-bottom div {
	position: relative;
	padding: 8px 7px;
}
#page-selector-bottom span {
	position: absolute;
	right: 7px;
}
#page-selector-bottom a {
	color: #666666;
}
.product-row-checkout {
	height: 20px;
}
.product-row form {
	margin: 0;
	padding: 0;
}
.product-row select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	margin: 0;
	padding: 0;
}
.product-row input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	margin: 0;
	padding: 0;
}
.checkout-inputs {
	width: 250px;
}
#store-promo {
	float: none;
	width: 760px;
	height: 250px;
	background-color: #FAFAFA;
	border-bottom: 1px solid #CCCCCC;
}
#warningNotice {
	display: none;
	float: none;
	margin-top: 5px;
	width: 100%;
	border: #CCCCCC 1px solid;
	background-color: #EEEEEE;
}
#warningNotice div {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CC0000;
}