
body {
	background: url(../img/background.png) top repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	font-size: 62.5%;
}

a, a:visited { color: #999; }
a:hover { color: #333; }

.deco-left {
	background: url(../img/deco-left.png) left bottom no-repeat;
	overflow: hidden;
}

.deco-right {
	background: url(../img/deco-right.png) right 560px no-repeat;
	overflow: hidden;
}

#container {
	width: 750px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 90px;
	margin-bottom: 5px;
	padding-top: 7px;
}

#main {
	overflow: hidden;
}

#content {
	float: left;
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 23em;
}

#content p, #content li, #loyalty p, #sidebar p {
	font-size: 1.4em;
	line-height: 1.4;
	font-style: italic;
}

#loyalty p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;	
}

#loyalty p.points {
	color: #F87D6B;	
}

#content p, #loyalty p, #sidebar p {
	margin: 0 0 1em;
}

#content ul {
	margin: 0 0 1em;
}

#content li {
	list-style: disc outside;
	margin-left: 1.5em;
}

h2 {
	font: normal 2.7em/1 Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 1em 0 0.7em 0;
	color: #B1B1B1;
}

h2.first { margin-top: 0; }

h2 small {
	display: block;
	font-size: 0.724em;
	padding-top: 2px;
}

h3 {
	font: bold 1.7em/1 Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 1em 0;
}

h4 {
	font: bold 1.2em/2 "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 0.5em;
}

#content strong {
	font-weight: bold;
	color: #666;
}

#content strong a, #content strong a:visited { color: #666; }
#content strong a:hover { color: #333; }

#sidebar {
	float: right;
	width: 400px;
	margin-bottom: 5em;
}


/* Forms */

#login-form {
	margin-top: 70px;
}

.textbox {
	width: 170px;
}

label {
	clear: left;
	display: block;
	float: left;
	width: 130px;
	font: normal 1.2em/2 "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
}

fieldset p {
	font: normal 1.2em/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
}

.textbox, select, textarea {
	font: normal 130%/1.3 "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 10px 0;
}

.checkbox, .radio { margin: 0; }

.radio {
	vertical-align: middle;
}

fieldset {
	padding: 20px 25px;
}

#loyalty {
	margin-top: 2.5em;
}

#details, #update, #loyalty {
	background: url(../img/details-bg.jpg) top repeat-x;
}

#details p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	margin-bottom: 1em;
}

#maxstores .wrapper {
	background-color: #e8e8e0;
	height: 12em;
	overflow: auto;
	padding: 8px 10px;
}

#maxstores li, #offers li {
	overflow: hidden;
	margin-bottom: 5px;
}

#maxstores label, #offers label {
	float: none;
	width: auto;
	line-height: 1.2;
}

#offers {
	padding-right: 0;
}

.indented {
	margin-left: 140px;
}

.nobr {
	white-space: nowrap;
}

.option-set {
	overflow: hidden;
}

.option-set label { width: auto; }

.inline li {
	float: left;
	display: inline;
	margin-right: 1em;
}

.buttons {
	padding-top: 2em;
}

.site-link {
	display: block;
	width: 259px;
	height: 43px;
	background: url(../img/go-to-maxshop.png) no-repeat;
	overflow: hidden;
	text-indent: -999em;
	margin-top: 5em;
}

.max-vip {
	width: 190px;
	height: 205px;
	position: absolute;
	top: 0;
	right: -90px;
	background: url(../img/max-vip-small.png) no-repeat;
	overflow: hidden;
	text-indent: -999em;
}

.clear { clear: all; }