body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: white;
	min-width: 900px;
    text-align: center;
}

/* IE 5 workaround for div centering */

#body {
    text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;

}

/* @group rb */

.rb { background: url(images/rb/c.png) repeat;}
.rbt  { background: url(images/rb/t.png) repeat-x left; }
.rbtl  { background: url(images/rb/tl.png) no-repeat top left; }
.rbtr      { background: url(images/rb/tr.png) no-repeat top right; }
.rbb  { background: url(images/rb/b.png) repeat-x left; }
.rbbl  { background: url(images/rb/bl.png) no-repeat bottom left; }
.rbbr      { background: url(images/rb/br.png) no-repeat bottom right; }
.rbcl  { background: url(images/rb/l.png) repeat-y left;}
.rbcr  { background: url(images/rb/r.png) repeat-y right;}
.rbt, .rbtr, .rbtl, .rbb, .rbbr, .rbbl {width: 100%; height: 13px; font-size: 1px; }
.rbcp { font-size: 1px;mmargin: 0px; }
.rbc   { margin: 0 13px; }

.content { padding: 5px 20px; }

/* @end */


/* @group Title */

.title
{
	font-size: 24px;
	font-weight: bold;
}

.title a
{
	text-decoration: underline;
	color: #f89317;
} 

/* @end */

/* @group Menu */

.menu {
	margin-top: 10px;
	color: #000;
	text-align: left;
	font-size: 14px;
	margin-bottom: 25px;
}

.menu a {
	color: #000;
	text-decoration: none;
}

/* @end */

/* @group Main */

.clear {
	clear: both;
}

.main .screenshot {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}



.main {
	color: #191919;
	text-align: left;
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.5;
}

.main h1 {
	font-size: 18px;
}

.main h2 {
	font-size: 16px;
}

.main h3 {
	font-size: 16px;
    color: #red;
}

.main .section .setting {
	font-style: italic;
	color: #f89317;
}

.main a {
	color: #f89317;
	text-decoration: underline;
}

.main a:active {
	color: #f00;
}

.main .code {
	font-family: "Courier New", Courier, mono;
	padding: 8px;
	background-color: #fdf4d9;
	border: 1px dashed #333372;
	line-height: 1.3;
	font-size: 14px;
}

.main .code pre {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
}

.main .code li {
	line-height: 1.3;
	font-size: 14px;
}

/* @end */

/* @group Footer */

.footer {
	color: #aaa;
	text-align: left;
	font-size: 12px;
	margin-top: 20px;
}

/* @end */

/* @group download */

.download { 
	background: url(images/bar.png);
	margin-top: 37px;
	height:60px;
	font-size: 20px;
	color: #f89317;
	vertical-align: middle;
}

.download .arrow {
	position: relative;
	top: -35px;
}
.download a {
	text-decoration: none;
}

.download span {
	position: relative;
	top: -35px;
	color: #f89317;
}

.download b {
	font-weight: bold;
	color: #fff;
}

.iphonescreen
{
	background: url(shoppinglist/images/iphonescreen.png) no-repeat;
	width: 355px;
	height: 612px;
	padding-left: 39px;
	padding-top: 126px;
}

/* @end */
