body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img { border: 0; }

a { color: #a12b92; }
a:hover { color: #2d2d2d; }

#pageWrapper {
	width: 1000px;
	margin: 0 auto;
}

/* ========= Top =========== */




#CMSBody #logo {
	position: relative;

}

#CMSBody .logo {
	position: absolute;
	top: 20px;
	left: 70px;
}

#top {
	background: url(/UserUploadImages/system/topBar.gif) repeat-x bottom left;
	padding-top: 155px;
	float: left;
	width: 1000px;
}

#topNav {
	width: 670px;
	height: 32px;
	float: right;
}

#topNav a {
	color: #fff;
	font-size: 15px;
	padding: 7px 15px 0 0;
}

#topNav a:hover {
	color: #bdbcbd;
}

.AddCMSSysMainSelected {
	color: #ce84c4 !important;
}

/* ========= Cart =========== */


#cart {
	background-color: #a12b92;
	width: 110px;
	height: 32px;
	float: right;
	text-align: right;
}

#cart:hover {
	background-color: #b737a7;
}

#cart a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

/* ========= Content =========== */


#content {
	height: 510px;
}

#contentL {
	width: 680px;
	float: left;
}

#contentR {
	width: 240px;
	float: left;
	padding: 10px 20px;
}


/* ========= Footer =========== */

#footer {
	background-color: #231f20;
	color: #bdbcbd;
	float: left;
	padding: 0 10px 10px 10px;
	font-size: 11px;
	width: 1000px;
}

#footer h4 {
	font-size: 11px;
	color: #fff;
	margin: 0;
	padding: 0;
}

#footer a {
	color: #bdbcbd;
	text-decoration: none;
}

#footer a:hover { color: #fff; }