#store {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 10px;
}

#store h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 15px 0px;
}

#store h2 {
	margin: 0px 0px 15px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#store h3 {
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

#store h4 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 0px 0px 15px 0px;
}

#store h5 {
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

#store p {
	margin: 0px 0px 15px 0px;
}

#store input,
#store textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#store form {
	margin: 0px;
	padding: 0px;
}

#store th {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

#store td {
	font-size: 11px;
	color: #000000;
}

#store ul,
#store ol {
	margin: 0px 0px 15px 20px;
	padding: 0px;
}

#store ul.linklist,
#store ol.linklist {
	color: #999999;
}

#store li {
	margin: 3px 0px 0px 0px;
}

#store a,
#store .product-table a {
	text-decoration: none;
	color: #4A6B7F;
}

#store a:hover,
#store .product-table a:hover {
	text-decoration: underline;
}

#store .spaced {
	line-height: 135%;
}

#store .navcol {
	padding: 0px 15px 0px 0px;
	border-right: 1px solid #999999;
	vertical-align: top;
	width: 20%;
}

#store .maincol {
	padding: 0px 0px 0px 15px;
	vertical-align: top;
	width: 80%;
}

#store .leftcol {
	padding: 0px 15px 0px 0px;
	border-right: 1px solid #999999;
	vertical-align: top;
	width: 50%;
}

#store .rightcol {
	padding: 0px 0px 0px 15px;
	vertical-align: top;
	width: 50%;
}

#store .large {
	font-size: 12px;
}

#store .small {
	font-size: 10px;
}

#store .error {
	font-weight: bold;
	font-size: 10px;
	color: #CC0000;
}

#store .box {
	padding: 5px;
	border: 1px solid #999999;
}

#store .box-shaded {
	padding: 5px;
	border: 1px solid #999999;
	background-color: #DDDDDD;
}

#store .border-bottom {
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 8px 0px;
	border-bottom: 1px solid #CCCCCC;
}

#store .button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#store .bullet {
	color: #999999;
}

#store .aquo {
	color: #999999;
}

#store .red {
	color: #CC0000;
}

#store .green {
	color: #009900;
}

#store .light {
	color: #999999;
}

#store .item-detail th {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	padding: 0px 10px 3px 0px;
	color: #000000;
}

#store .item-detail td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 0px 0px 3px 0px;
	color: #000000;
}

#store #cart-status {
	float: right;
	width: 130px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 5px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 10px;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
	z-index: 100;
}

#store #cart-status a {
	font-weight: bold;
	color: #4A6B7F;
	text-decoration: none;
}

#store #cart-status a:hover {
	text-decoration: underline;
}

#store .product-table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-collapse: collapse;
	width: 100%;
}

#store .product-table th {
	border: 1px solid #000000;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #4A6B7F;
	padding: 4px;
	vertical-align: bottom;
}

#store .product-table th.center {
	text-align: center;
}

#store .product-table th.right {
	text-align: right;
}

#store .product-table td {
	border: 1px solid #000000;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 4px;
	vertical-align: top;
}

#store .order-list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-collapse: collapse;
	width: 100%;
}

#store .order-list th {
	background-color: #4A6B7F;
	vertical-align: bottom;
	text-align: left;
	white-space: nowrap;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
}

#store .order-list th.right {
	text-align: right;
}

#store .order-list td {
	vertical-align: top;
	color: #000000;
	padding: 4px;
	border-bottom: 1px solid #4A6B7F;
	text-align: left;
}

#store .order-list td.right {
	text-align: right;
}

#store .order-list td.footer {
	background-color: #D6E5E8;
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	white-space: nowrap;
}

#store .order-list .total {
	font-size: 14px;
	font-weight: bold;
}

#store .order-list a:link,
#store .order-list a:visited {
	text-decoration: none;
	color: #4A6B7F;
}

#store .order-list a:hover {
	text-decoration: underline;
	color: #4A6B7F;
}

#store .editform th {
	padding: 0px 12px 2px 0px;
	background: none;
	border: none;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
}

#store .editform td {
	padding: 0px 12px 2px 0px;
	border: none;
	font-weight: normal;
	font-size: 10px;
	white-space: nowrap;
}

#store .editform td.indent,
#store .editform th.indent {
	padding-left: 25px;
}

#store .editform td.error {
	font-weight: bold;
	color: #CC0000;
}

#store .note,
#store .editform td.note {
	font-size: 10px;
	color: #666666;
	white-space: normal;
}

#store .promo-code {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #4A6B7F;
}

#store .promo-code td {
	font-size: 11px;
}

#store .breadcrumbs {
	margin: 0px 0px 15px 0px;
	font-size: 10px;
	color: #999999;
}

#store .breadcrumbs a {
	text-decoration: none;
	color: #4A6B7F;
}

#store .breadcrumbs a:hover {
	text-decoration: underline;
}

#store #debug {
	border: 3px solid #CC0000;
	background-color: #FFFFFF;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	clear: both;
}

#store #debug ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	font-weight: normal;
}

#store #debug li {
	margin-top: 5px;
	padding: 0px;
}

