/* Redirect page */
body {
	margin:0;
	padding: 0;
	background-color: #2f2f2f;
	height: 100%;
	font-family: Arial, sans-serif;
	width: 100%;
	height: 100%;
}

#main {
	margin: 0 auto;
	background: url(../No_Chrome/Bg.jpg) no-repeat;
	width: 972px;
	height: 950px;
	font-size: 16px;
	color: #3e231c;
	line-height: 1.6;
	position: relative;
}

#content {
	padding: 234px 0 0 56px;
}

p {
	margin:0;
	
}

p.bold {
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0;
		
}

a, img {
	border: 0;
}

/* 404 page */
body.defaultPage {
	background-color: #eaeaea;
	font-family: Verdana;
	font-weight: bold;
}

.defaultPage #main {
	margin-top: 30px;
	background: url(../imgs/BG/404.jpg) no-repeat;
	width: 840px;
	text-align: center;
	font-size: 13px;
	height: 601px;
}

.defaultPage #main p {
	margin-top: 40px;
	margin-left: -30px;
	line-height: 1.8;
	color: #656565;
}

/* Mobile (aka tablet) Block */
body.mobile, body.iphone {
	background-color: none;
}

.mobile .container {
	margin: 0;
}

/* 404 store not exist */
.nonexist {
	background: #afbdc7 url(../imgs/login/shop_pixel.jpg) repeat-x;
}

.nonexist #main {
	background: none;
	width: 787px;
	height: 576px;
}