body .store {
	/*margin: 0px 16px 8px 16px;*/
	font: normal 12px/18px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #444444;
}

.store p, .store td, .store li, .store ol, .store ul {
	font: normal 12px/18px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #444444;
}

.store h1 {
	font: normal 29px Arial, Helvetica, sans-serif;
	color: #407fbc;
	letter-spacing: -1;
	text-align: center;
}

.store h2 {
	font: normal 16px/24px Arial, Helvetica, sans-serif;
	color: #407fbc;
	border-bottom: 2px dotted #d0d0d0;
	margin-top: 20px;
}

.store a:link,
.store a:visited,
.store a:active {
	color: #407fbc;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}

.store a:hover {
	text-decoration: none;
	border-bottom: 2px solid #cccccc;
}


.store .button {
	text-align: center;
    padding: 16px 0px;
}

.store .button a:link,
.store .button a:visited,
.store .button a:active {
	font: bold 11px/11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #407fbc;
	background: #eeeeee;
	border: 1px solid #aaaaaa;
	text-decoration: none;
	padding: 3px 8px;
}

.store .button a:hover { 
    color: #ffffff;
    background-color: #2b5fbd;
    background-image: url('/g/store/button-back.gif'); 
    background-repeat: repeat-x;
    background-attachment: scroll;
    text-decoration: none;
    border: 2px solid #cccccc; 
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 4px; 
    padding-bottom: 4px;
    background-position: 0%;
}

.store div#points_container {
    width: 730px;
    /*margin: 0 auto;*/
}

.store .pointsbox {
    float: left;
    border: 1px solid #407fbc;
    width: 160px;
    margin-right: 12px;
    padding: 4px;
}

.store .pointsbox1000 {
    float: left;
    border: 1px solid #407fbc;
    width: 170px;
    margin: 0px 6px;
    padding: 4px 0px;
}

.store #formTable {
	margin: 20px 0px;
	border-collapse: collapse;
	border-top: 2px solid #dddddd;
}

.store #formTable .formLabel {
	font-size: 11px;
	color: #407fbc;
	padding: 6px 8px;
	border-bottom: 1px solid #dddddd;
	width: 35%;
	text-align: right;
}

.store #formTable .formField {
	font-size: 11px;
	padding: 6px 8px;
	border-bottom: 1px solid #dddddd;
}

.store #formTable .formButton {
	padding: 20px 0px;
}

.store #footer {
    background: #407fbc;
    font-weight: bold;
    margin-top: 48px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    padding: 3px;
}

.store #footer a {
    color: #fff;
}
