body {
	background: #f7f5cf;
	background-image: url('/gfx/background.jpg');
	margin-top: 40px;
}

form {
	display: inline;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background: #fffeeb;
}

	#frametop {
		height: 40px;
	}
	
	#frameleft {
		float: left;
		width: 40px;
	}
	
	#frameright {
		float: left;
		width: 40px;
	}

	#framebottom {
		height: 40px;
	}

	#framemirror {
		width: 800px;
		margin: 0 auto;
	}

#innerbody {
	float: left;
	width: 720px;
}

/** Basket styles **/

#basketitems {
	height: 18px;
	text-align: right;
	background-image: url('/gfx/basket_items_bg.gif');
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 8px;
	padding-top: 1px;
}

#basketlink {
	margin-top: 7px;
	text-align: right;
}

#creditcards {
	float: left;
}

/** Standard text div **/
#standardtext {
	padding: 30px;
	color: #2e1e14;
}

	#standardtext h1 {
		font: 20px 'Comic Sans MS', comic, sans-serif;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	
	#standardtext p {
		font: 12px 'Comic Sans MS', comic, sans-serif;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	
	#standardtext a {
		color: #2e1e14;
	}

/** Product style **/
.producttop {
	background: #d5e5e6;
}

	.producttoppadding {
		font: 11px 'Comic Sans MS', comic, sans-serif;
		padding-left: 15px;
		padding-top: 20px;
		padding-right: 15px;
		padding-bottom: 15px;
	}

.productbottom {
	background: #a7bfc1;
}

.productfooter {
	font: 11px 'Comic Sans MS', comic, sans-serif;
	text-align: center;
	margin-top: 30px;
}

	.productfooter a {
		color: #5b6d6d;
	}

/** Generic styles **/

.myfont {
	font: 12px 'Comic Sans MS', comic, sans-serif;
}

.bluebox {
	color: #5b6d6d;
	font: 11px 'Comic Sans MS', comic, sans-serif;
	background-color: #d5e5e6;
	background-image: url('/gfx/softcorner.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

	.bluebox p {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.bluebox a {
		color: #5b6d6d;
	}

	.blueboxpadding {
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}

.darkbluebox {
	color: #5b6d6d;
	font: 11px 'Comic Sans MS', comic, sans-serif;
	background-color: #a7bfc1;
	background-image: url('/gfx/darksoftcorner.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 10px;
	text-align: center;
}

.pricetag {
	color: #5b6d6d;
}

.stdform {
	margin: 25px;
}

	.stdform td {
		padding: 5px;
		font: 11px 'Comic Sans MS', comic, sans-serif;
	}

.clearboth {
	clear: both;
}

.onepixel {
	width: 1px;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
}

.stdtable {
}

.stdtable th {
	font: 12px 'Comic Sans MS', comic, sans-serif;
	color: #5b6d6d;
}

.stdtable td {
	font: 12px 'Comic Sans MS', comic, sans-serif;
}

.stdul li {
	font: 12px 'Comic Sans MS', comic, sans-serif;
	margin-bottom: 5px;
}

.stdbutton {
	height: 30px;
}

.progressbaron {
	float: left;
	width: 130px;
	height: 30px;
	background: #a7bfc1;
}

.progressbaroff {
	float: left;
	width: 130px;
	height: 30px;
	background: #d5e5e6;
}

.progressbarend {
	float: left;
	width: 196px;
	height: 30px;
	background: #d5e5e6;
}

.progressbartext {
	font: 12px 'Comic Sans MS', comic, sans-serif;
	color: #5b6d6d;
	margin-top: 7px;
	margin-bottom: 0px;
	text-align: center;
}

.progressbartext a {
	color: #5b6d6d;
}

#categorycomment {
	padding-top: 30px;
	color: #2e1e14;
}

	#categorycomment p {
		text-align: center;
		font: 12px 'Comic Sans MS', comic, sans-serif;
		margin-top: 0px;
		margin-bottom: 5px;
	}

.leftcolumn {
    width: 358px;
    float: left;
}

.rightcolumn {
    width: 358px;
    float: right;
}
