@charset "UTF-8";
/* CSS Document */

#shop-container {
	width: 882px;
	height: auto;
	overflow: hidden;
	clip: rect(0px,auto,auto,auto);
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/property-back.png);
	background-position: center;
	background-repeat: repeat-y;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 10px;
}

#shop-container .banners {
	width: 870px;
	height: 100px;
	margin-right: 0px;
	margin-left: 10px;
	padding-top: 10px;
	overflow: hidden;
}

#shop-container .homeleft {
	width: 420px;
	height: auto;
	overflow: auto;
	float: left;
	margin-top: 16px;
	margin-left: 6px;
}

#shop-container .homeright {
	width: 420px;
	height: auto;
	overflow: auto;
	float: right;
	margin-top: 16px;
	margin-right: 6px;
}

#shop-container .intro {
	height: 195px;
	width: 305px;
	background-image: url(../images/book.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 115px;
	overflow: hidden;
}

#shop-container .content {
	height: auto;
	width: 410px;
	overflow: auto;
	padding-left: 5px;
}

#shop-container .home-panel-top {
	width: 406px;
	height: 200px;
	padding-left: 14px;
	padding-top: 12px;
	margin-bottom: 20px;
	overflow: hidden;
}

#shop-container .home-panel {
	width: 406px;
	height: 200px;
	margin-top: 12px;
	padding-left: 14px;
	padding-top: 12px;
	margin-bottom: 20px;
	overflow: hidden;
}

#shop-container .featured-property {
	width: 390px;
	height: 140px;
	padding-top: 20px;
}

#shop-container .product-preview {
	width: 400px;
	height: 165px;
	padding-top: 20px;
}

#shop-container .category {
	width: auto;
	height: auto;
	padding-left: 12px;
	margin-top: 20px;
	vertical-align: middle;
}

#shop-container .product {
	height: auto;
	width: 840px;
	overflow: hidden;
	margin-right: auto;
	margin-left: 16px;
	background-color: #FFF;
	margin-bottom: 8px;
	margin-top: 20px;
}

#shop-container .other-items {
	width: 120px;
	height: 160px;
	margin-right: 20px;
	margin-top: 10px;
	text-align: center;
	float: left;
}

.product-image {
	float: right;
	margin-left: 30px;
}
.product-image-nav {
	float: right;
	margin-left: 30px;
	clear:right;
	width:250px;
}

.product-keyfacts {
	float: right;
	margin-left: 30px;
	margin-top: 30px;
	clear:right;
	width:250px;
}
.product-keyfacts td {
	border-bottom: 1px solid #666666;
}

.shop-banner-left {
	width: 116px;
	height: 81px;
	overflow: auto;
	margin-right: 0px; /* 1px */
}

.shop-banner-right {
	width: 116px;
	height: 81px;
	overflow: auto;
	margin-right: 0px; /* 2px */
	margin-left: 33px; /* 3px */
}

.view-basket {
	margin-top: 15px;
}

.input {
	border: none;
	background: none;
	width: 40px;
	height: 14px;
	margin-top: 4px;
	margin-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
.input2 {
	border: none;
	background: none;
	width: 162px;
	height: 14px;
	margin-top: 4px;
	margin-left: 4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
.rounded {
	width: 52px;
	height: 25px;
	background:  url(../images/shop-images/qty-rounded.jpg);
	background-repeat: no-repeat;
}
.rounded2 {
	width: 174px;
	height: 24px;
	background:  url(../images/rounded-white.jpg);
	background-repeat: no-repeat;
}
.input3 {
	border: none;
	background: none;
	width: 30px;
	height: 14px;
	margin-top: 4px;
	margin-left: 4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
.bookcostpanel {
	background-image: url(../images/shop-images/bookcost-back.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 840px;
	padding-top: 10px;
}

/* text */

.shop-buttontext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.shop-buttontext a:link {
	color: #333;
	text-decoration: none;
}

.shop-buttontext a:hover {
	color: #999;
	text-decoration: none;
}

.shop-buttontext a:visited {
	text-decoration: none;
}

