* {
	margin: 0;
	padding: 0;
}

html, body {
	min-height: 100%;
	height: 100%;
}

body {
	background: #FAE0EB url(../styleImages/backgrounds/body.png);
}

#outerWrapper {
	width: 880px;
	min-height: 100%;

	margin: 0px auto;
	background: transparent url(../styleImages/backgrounds/middle.png);

}

#pageSurround {
	width: 860px;
	margin-left: 10px;
	background-color: #FFFFFF;
}

#topHeader {
	height: 215px;
	background:#FFFFFF url(../styleImages/Froken%20April_smaller.png) no-repeat scroll 15px 50%;
}

#topHeaderText {
	position: relative;
	left: 90px;
	top: 50px;

	font-size: 45px;
	text-align: center;
}

#topHeader #searchLogin {
	text-align: right;
	padding-top: 130px;
}

.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 75%;
	color: #FF9FC7;
	background: #FCEFF4;
	height: 30px;
	margin-bottom: 2px;
	padding-left: 5px;

	line-height: 30px;
	text-align: center;
}


.boxContentLeft, .boxContentRight {
	background: url(../styleImages/ulbg.png);
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}

.boxTitleLeft, .boxContentLeft {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.boxTitleRight, .boxContentRight {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.boxContentLeft, .boxContentRight {
	min-height: 105px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 170px; 
	padding-right: 5px;
	float: left;
}
.colMid {
	width: 500px;

	position: relative;
	float: left;
}
.colRight {
	width: 170px; 

	position: relative;
	right: 0px;

	float: right;
	padding-left: 5px;
}
.boxContent {
	width: 504px;

	border-bottom: 2px dotted #FAE0EB ;
	background-color: #FFFFFF;
	color: #333333;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;

	padding: 3px 3px 8px 3px;
	margin-top: 10px;
	margin-bottom: 5px;

}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 170px; 
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 568px;
	float: left;
}

.colMainCheckout form table tr td {
	height: 20px;
}

.colMainCheckout table tbody tr.paddedTR td {
	padding: 5px 0px 5px 0px;
}

.colMainCheckout form table tr td.alignRight {
	text-align: right;
	padding-right: 20px;
}

/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background: url(../styleImages/ulbg.png);
	text-align: center;
	border: 1px solid #cccccc;
	margin: 0px;
	float: left;
	width: 500px;
}
.subCat {	
	text-align: center;
	padding: 7px;
	float: left;
	width: 110px;
	height: 50px;
}
.regSep {
	padding: 20px 0px 20px 0px;
	border-top: 2px dotted #FAE0EB;
	border-bottom: 2px dotted #FAE0EB;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 120px;
}

.regSep p {
	min-height: 30px;
	height: auto;

	padding: 5px;
}

.continueBrowsing {
	padding: 20px 0px 20px 0px;
}

.continueBrowsing p {
	min-height: 30px;
	height: auto;

	padding: 5px 5px 10px 5px;
}

.colMainCheckout .boxContent {
	border: 0;
}

.boxTitleLeft#blogLink a {
	text-decoration: none;

	color: #FF9FC7;
}
