@charset "UTF-8";
#header {
	height: 80px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#logo {
	position:absolute;
	width:517px;
	height:52px;
	z-index:1;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	left: 2px;
	top: 21px;
}
#image {
	height: 200px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/image.png);
	background-repeat: no-repeat;
}
#content {
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#product {
	position:absolute;
	width:135px;
	height:138px;
	z-index:4;
	left: 20px;
	top: 78px;
	background-image: url(../images/product.png);
}
#quickbasket {
	position:absolute;
	width:218px;
	height:58px;
	z-index:2;
	left: 544px;
	top: 18px;
}
.text_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

#productdetail {
	position:absolute;
	width:402px;
	height:141px;
	z-index:2;
	left: 178px;
	top: 78px;
}
#checkout {
	position:relative;
	width:750px;
	z-index:3;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.text_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
}
.dottedrightborder {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #D8E8FF;
}
#introtext {
	position:absolute;
	width:713px;
	height:48px;
	z-index:3;
	left: 21px;
	top: 22px;
}
#footer {
	height: 100px;
	width: 750px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/img_footer.jpg);
	background-repeat: no-repeat;
}
.text_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.dottedbottomborder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6699CC;
}
