body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 100%;
	background-color: #ffffff;
	color: #666666;
}

a {
	color: #0d5ea5;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#headerouter {
	position: relative;
	width: 100%;
	text-align: center;
	left: 0px;
	top: 0px;
}

#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 126px;
	padding: 0;
	font-size: 0.7em;
}

#header .logo {
	position: relative;
	float: none;
	text-align: center;
	top: 0px;
	left: 0px;
	height: 126px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#header .basket, .inyourbasket, .login, #navbarouter, #leftcolumn, #footer, input {
	display: none;
}

#maincontentouter {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	min-height: 600px;
	z-index: 1;
}

#maincontent {
	position: relative;
	width: 100%;
	padding: 0px;
	top: 28px;
	font-size: 0.7em;
	text-align: left;
}

#rightcolumn {
	position: relative;
	float: right;
	width: 100%;
	margin: 0px;
	padding: 0px;
	right: 0px;
	top: 0px;
	text-align: left;
}

#homepagetop {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
}

#homepagetop .bigfeature {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 45%;
	text-align: center;
}

#homepagetop .bigfeature p {
	position: relative;
	text-align: center;
	font-weight: bold;
	top: 0px;
	left: 0px;
}

#homepagetop .smallfeature {
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	width: 55%;
	text-align: left;
}

#homepagebottom {
	position: relative;
	float: left;
	top: 35px;
	left: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
}

#homepagebottom .bigfeature {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 50%;
}

#homepagebottom .smallfeature {
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	width: 45%;
	text-align: left;
}

.pageimage {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 10px 10px 10px 0px;
	padding: 0;
}

.maintitle {
	border-bottom: 1px solid #c8e4f5;
	width: 100%;
	display: block;
	float: left;
	position: relative;
	height: 13px;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

.small {
	font-weight: bold;
	text-align: center;
}

.price {
	font-weight: bold;
	color: #0d5ea5;
	text-align: center;
}

.frmbutton {
	border: 1px solid #3f3f3f;
	background-image: url(/assets/images/forms/button_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 0.85em;
	font-weight: bold;
	padding: 1px 2px 1px 2px;
}

.frmtextarea {
	border: 1px solid #3f3f3f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.85em;
	padding: 2px 0px 3px 3px;
}

.buyfrmbutton {
	background-image: url(/assets/images/misc/buy_button_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #3f3f3f;
	width: 100px;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 2px 2px 4px;
	margin: 2px;
	font-size: 0.8em;
}

.detailsfrmbutton {
	background-image: url(/assets/images/misc/details_button_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #3f3f3f;
	width: 100px;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 2px 2px 4px;
	margin: 2px;
	font-size: 0.8em;
}

.addbasketfrmbutton {
	background-image: url(/assets/images/misc/buy_button_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #3f3f3f;
	width: 140px;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 2px 2px 4px;
	margin: 2px;
	font-size: 0.8em;
}

.addwishfrmbutton {
	background-image: url(/assets/images/misc/details_button_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #3f3f3f;
	width: 140px;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 2px 2px 4px;
	margin: 2px;
	font-size: 0.8em;
}

.homeproduct {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 25px 0px 15px 0px;
	padding: 0;
}

.homeproduct .image {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 25%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.homeproduct .info {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	width: 70%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.product {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 571px;
	margin: 20px 0px 20px 0px;
	padding: 0;
}

.product .image {
	position: relative;
	float: left;
	display: block;
	top: 0px;
	left: 0px;
	width: 75px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.product .info {
	position: relative;
	float: left;
	left: 10px;
	top: 0px;
	width: 356px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.product .buttons {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.category {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 175px;
	margin: 10px 5px 10px 5px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.category .image {
	position: relative;
	float: none;
	display: block;
	top: 0px;
	left: 0px;
	width: 75px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.category .info {
	position: relative;
	float: none;
	left: 0px;
	top: 0px;
	width: 175px;
	margin: 0px;
	padding: 0px;
}

#breadcrumb {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0px 0px 15px 0px;
	width: 100%;
}

#breadcrumb .links {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 55%;
	text-align: left;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

#breadcrumb .formbox {
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	width: 45%;
	text-align: right;
}

.hidden {
	display: none;
}

.paging {
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0;
	text-align: right;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
}

.paging a {
	border: 1px solid #3f3f3f;
	background-image: url(/assets/images/forms/button_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 0.85em;
	font-weight: bold;
	padding: 1px 6px 2px 6px;
}

.detail {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px 0px 35px 0px;
	padding: 0;
	width: 100%;
}

.detail .image {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
	width: 235px;
	text-align: center;
}

.detail .info {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	text-align: left;
	padding: 0;
	margin: 0;
	width: 330px;
}

.detail .info p {
	position: relative;
	top: 0px;
	left: 0px;
}

h1 {
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #666666;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #0d5ea5;
}

.zoomin {
	width: 100%;
	position: relative;
	float: left;
	left: 0px;
	top: 2px;
	padding: 0;
	margin: 0px 0px 6px 0px;
	font-size: 0.8em;
}

.zoomin a {
	background-image: url(/assets/images/misc/zoomin.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 18px;
	margin-left: -9px;
}

.largeproductimage {
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	height: 450px;
	padding: 125px 0px 0px 0px;
	z-index: 2;
	border: 1px solid #c8e4f5;
}

.closelarge {
	position: absolute;
	float: right;
	right: 10px;
	top: 10px;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

.closelarge a {
	background-image: url(/assets/images/misc/close_icon.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px 18px 0px 0px;
}

.email {
	width: 100%;
	position: relative;
	float: left;
	left: 0px;
	top: 2px;
	padding: 0;
	margin: 0px 0px 6px 0px;
	font-size: 0.8em;
}

.email a {
	background-image: url(/assets/images/misc/email.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 18px;
	margin-left: -9px;
}

#checkoutprocess {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 15px 0px 15px 0px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	text-align: center;
}

#checkoutprocess a {
	font-weight: normal;
}

#checkoutprocess ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#checkoutprocess li {
	list-style: none;
	display: inline;
	border: 1px solid #c8e4f5;
	padding: 4px 9px 4px 9px;
	margin: 0px 10px 0px 10px;
	color: #adadad;
}

#checkoutprocess li.complete {
	color: #666666;
}

#checkoutprocess li.active {
	color: #6ac1f6;
	font-weight: bold;
}

.checkouttable {
	position: relative;
	float: left;
	left: 0;
	top: 0;
	margin: 0px 0px 15px 0px;
	padding: 0;
	width: 100%;
}

.tablecelldark {
	background-color: #caebff;
	padding: 4px;
	font-weight: bold;
}

.tablecelllight {
	background-color: #ffffff;
	border-bottom: 1px solid #eaeaea;
	padding: 2px;
}

.paymentcards {
	width: 268px;
	float: left;
	position :relative;
	left: 0px;
	top: 30px;
	margin: 0;
	padding: 0;
}

.basketbuttons {
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	width: 150px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.basketbuttons ul {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

.basketbuttons li {
	background-image: url(/assets/images/misc/buy_button_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #3f3f3f;
	width: 150px;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 2px 2px 4px;
	margin: 4px 0px 4px 0px;
	font-size: 0.90em;
	display: block;
}

.basketbuttons li.proceed {
	background-image: url(/assets/images/misc/buy_button_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #3f3f3f;
	width: 150px;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 4px 4px 4px;
	margin: 4px 0px 4px 0px;
	font-size: 1em;
	display: block;
}

.basketbuttons li a {
	color: #ffffff;
	text-decoration: none;
}

.basketbuttons li a:hover {
	color: #caebff;
	text-decoration: none;
}

.fullwidth {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0;
	margin: 0px 0px 15px 0px;
}

.fullwidth img {
	float: left;
	margin: 10px 10px 10px 0px;
	padding: 0;
}

.row {
	width: 100%;
	display: block;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.row .label {
	width: 40%;
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0px 0px 8px 0px;
	text-align: right;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

.row .formelement {
	width: 55%;
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	padding: 0;
	margin: 0px 0px 8px 0px;
	text-align: left;
	font-weight: normal;
	line-height: 20px;
	vertical-align: middle;
}

hr {
	width: 100%;
	height: 1px;
	color: #ffffff;
	border-top: 1px solid #c8e4f5;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	float: left;
	position: relative;
}

.telephone {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
}

.wizardinfo {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	padding: 10px 10px 10px 152px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #c8e4f5;
	background-image: url(/assets/images/wizard/build.jpg);
	background-repeat: no-repeat;
	min-height: 127px;
}

.otherinfo {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #c8e4f5;
	width: 96%;
}

.otherinfo img {
	display: block;
	float: none;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0;
}

.diamondshape {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0px 0px 10px 0px;
}

.diamondshape img {
	float: none;
	padding: 10px;
}

.setting {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 80px;
}

.setting p {
	text-align: center;
	padding: 0px 8px 16px 8px;
	margin: 0px;
	font-weight: bold;
}

.setting input {
	position: absolute;
	float: left;
	left: 38px;
	top: 85px;
}