/*** Product Detail Layout ----------------------------------------------- ***/
#product_detail {
	margin-left: -5px;
	position: relative;
}
#product_detail h1 {
	margin-left: 5px;
}
#product_info {
	float: left;
	width: 780px;
}
#product_gallery {
	float: left;
	width: 390px;
	background-color: #ffffff;
}
#product_overview {
	float: right;
	width: 390px;
	background-color: #ffffff;
}
#product_gallery div.bottom, #product_overview div.bottom {
	height: 295px;
}
#product_tabs {
	padding: 10px 5px 0 5px;
}
#content #rental_conditions {
	padding-left: 15px;
	padding-right: 15px;
}
#product_relations {
	float: right;
	width: 185px;
	padding-top: 5px;
}
#product_info h2.hidden, #product_info li.hidden {
	display: none;
}
/*** End Product Detail Layout ***/

/*** Product Gallery ----------------------------------------------------- ***/
#product_gallery div.bottom {
	position: relative;
}
#product_gallery div.scroll {
	height: 220px;
	position: relative;
	width: 280px;
	margin-left: 40px;
	overflow: hidden;
}
#product_gallery ul {
	position: absolute;
	top: 0;
	left: 0;
	list-style-type: none;
	margin: 0;
}
#product_gallery li {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
}
#product_gallery li a {
	display: block;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	height: 220px;
}
#product_gallery li a img {
	visibility: hidden;
}
#product_gallery div.next, #product_gallery div.previous {
	position: absolute;
	top: 0;
	left: 15px;
	height: 220px;
	width: 40px;
	cursor: pointer;
	background: transparent url(../images/ui-slider.gif) no-repeat scroll -250px center;
}
#product_gallery div.next {
	left: 335px;
	background: transparent url(../images/ui-slider.gif) no-repeat scroll -190px center;
}
#product_gallery p.prices {
	position: absolute;
	bottom: 0;
	width: 360px;
	height: 90px;
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	left: 15px;
}
#product_gallery p.prices span.price {
	display: block;
	text-align: right;
	position: absolute;
	right: 180px;
	top: 20px;
	border-right: 1px solid #bab8b8;
	padding-right: 15px;
}
#product_gallery p.prices span.rent {
	display: block;
	text-align: left;
	position: absolute;
	left: 195px;
	top: 20px;
}
#product_gallery p.prices span.label {
	display: block;
	color: #1178b9;
	font-size: 14px;
}
#product_gallery p.prices span.rent span.label {
	color: #b70303;
}
#product_gallery p.prices span.rent span.na {
	font-weight: normal;
	color: #999999;
}
#product_gallery p.prices span.minimum {
	padding-top: 60px;
	font-size: 10px;
	display: block;
	text-align: center;
	color: #999999;
}
#product_gallery div.special {
	background: transparent url(../images/hot_price.png) no-repeat scroll left top;
	padding-top: 95px;
	height: 0;
	overflow: hidden;
	width: 66px;
	position: absolute;
	left: 65px;
	bottom: 25px;
}
/*** End Product Gallery ***/

/*** Product Overview ---------------------------------------------------- ***/
#product_overview div.bottom {
	position: relative;
}
#product_overview h2 {
	margin: 0 0 10px 10px;
	border-bottom-style: none;
}
#product_overview p {
	margin-left: 10px;
}
#product_overview ul {
	margin-left: 20px;
}
#product_overview p.name {
	font-size: 14px;
}
#product_overview form {
	position: absolute;
	bottom: 15px;
	color: #999999;
	font-size: 11px;
	width: 360px;
}
#product_overview form p {
	margin: 0;
	padding: 10px 10px 0 10px;
}
#product_overview ul.links {
	height: 30px;
	margin: 0;
	list-style-type: none;
}
#product_overview ul.links li {
	float: left;
	width: 117px;
	margin-left: 4px;
}
#product_overview ul.links li.wishlist {
	margin-left: 0;
}
#product_overview ul.links li a {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: top left;
}
#product_overview .code, #product_overview .terms {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #999999;
}
/*** End Product Overview ***/

/*** Product Info Tabs --------------------------------------------------- ***/
#product_tabs div.top div.right {
	padding-left: 0;
}
#product_tabs div.top ul {
	margin: 0;
	list-style-type: none;
	line-height: 28px;
	padding-top: 2px;
}
#product_tabs div.top li {
	float: left;
	background: transparent url(../images/product_bar.gif) no-repeat scroll -999px -25px;
}
#product_tabs div.top a {
	display: block;
	padding: 0 10px;
	color: #666666;
	font-size: 14px;
}
#product_tabs div.top li:first-child a {
	background-image: none;
}
#product_tabs div.top li.on a {
	color: #006FB4;
	font-weight: bold;
}
#product_tabs div.top a:hover {
	color: #006FB4;
}
#product_tabs div.scroll {
	overflow: auto;
	height: 300px;
}
/*** End Product Info Tabs ***/

/*** Specifications Tab -------------------------------------------------- ***/
#product_specification table {
	width: 720px;
	border-collapse: collapse;
	border-top: 1px solid #dccfc6;
}
#product_specification th {
	background-color: #f1eae0;
	padding: 5px 10px;
	border-bottom: 1px solid #dccfc6;
}
#product_specification td {
	padding: 5px 10px;
	border-bottom: 1px solid #f1eae0;
	vertical-align: top;
}
#product_specification td.last {
	border-bottom-color: #dccfc6;
}
#product_specification td.label {
	font-weight: bold;
	background-color: #f6f1eb;
}
/*** End Specifications Tab ***/

/*** Rent It Tab --------------------------------------------------------- ***/
#product_rentit {
	text-align: center;
}
#product_rentit div.table {
	float: left;
	width: 425px;
}
#product_rentit table {
	border-collapse: collapse;
}
#product_rentit th {
	padding: 5px 10px;
	background-color: #f1eae0;
}
#product_rentit td {
	padding: 5px 10px;
	width: 90px;
}
#product_rentit tr.odd td {
	background-color: #f6f1eb;
}
#product_rentit tr:hover td {
	background-color: #f1eae0;
}
#product_rentit td.term {
	width: 60px;
}
#product_rentit p.legend {
	color: #999999;
	font-size: 11px;
	margin: 0;
	padding: 5px 0 30px 0;
}
#product_rentit form {
	float: right;
	width: 300px;
	padding-top: 45px;
}
/*** End Rent It Tab ***/

/*** Stock Levels -------------------------------------------------------- ***/
#product_stock {
	position: relative;
}
#product_stock p {
	margin: 15px 0;
}
#product_stock form {
	float: left;
	width: 350px;
}
#product_stock h3 {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}
#product_stock label {
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}
#product_stock form input.text {
	width: 200px;
}
#product_stock form span {
	float: left;
	margin-right: 5px;
}
#product_stock table {
	border-collapse: collapse;
}
#product_stock th {
	padding: 5px 10px;
	text-align: center;
	background-color: #f1eae0;
}
#product_stock td {
	padding: 5px 10px;
	text-align: center;
	cursor: pointer;
}
#product_stock tr.odd td {
	background-color: #f6f1eb;
}
#product_stock tr:hover td {
	background-color: #f1eae0;
}
#product_stock td.icon {
	padding: 0 0 0 10px;
	width: 20px;
	height: 40px;
}
#product_stock tr.nostock td {
	color: #999999;
}
#product_stock p.disclaimer {
	margin: 0;
	padding: 10px 0 0 0;
	color: #999999;
	font-size: 11px;
}
#google_map {
	position: absolute;
	right: 25px;
	height: 300px;
	width: 330px;
}
.rr_branch_info {
	height: 80px;
	width: 200px;
	font-size: 11px;
}
.rr_branch_info .name {
	font-size: 12px;
	font-weight: bold;
	height: 20px;
}
.rr_branch_info .address {
	height: 35px;
}
.rr_branch_info .image {
	float: right;
	margin-right: -20px;
}
.rr_branch_info .image img {
	border: 1px solid #333333;
}
.rr_branch_info .phone {
	font-weight: bold;
}
/*** End Stock Levels ***/

/*** Product Relations --------------------------------------------------- ***/
#product_relations p.product {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}
#product_relations p.product a {
	display: block;
}
#product_relations p.hover a {
	color: #c50202;
}
#product_relations p.product span.name {
	display: block;
}
#product_relations p.product strong.name {
	display: block;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
#product_relations p.product span.image, #product_relations p.product span.image a {
	display: block;
	height: 110px;
	background-position: center center;
	background-repeat: no-repeat;
}
#product_relations p.product span.image img {
	visibility: hidden;
}
#product_relations p.product span.prices {
	display: block;
	position: relative;
	height: 40px;
}
#product_relations p.product span.prices span.price {
	display: block;
	text-align: right;
	position: absolute;
	right: 77px;
	top: 5px;
	border-right: 1px solid #bab8b8;
	padding-right: 10px;
}
#product_relations p.product span.prices span.rent {
	display: block;
	text-align: left;
	position: absolute;
	left: 87px;
	top: 5px;
}
#product_relations p.product span.prices span.label {
	display: block;
	color: #1178b9;
	font-size: 11px;
	font-weight: bold;
}
#product_relations p.product span.prices span.rent span.label {
	color: #b70303;
}
/*** End Product Relations ***/

/*** Rating Labels ------------------------------------------------------- ***/
#product ul.ratings {
	margin: 0;
}
#product .rating-label {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: none;
}
#product .rating-label span {
	display: block;
	width: 70px;
	height: 0;
	overflow: hidden;
	padding-top: 52px;
	background: transparent none no-repeat scroll left top;
}
#product .energy-label span {
	background-image: url(../images/energy-rating-label.png);
}
#product .water-label span {
	background-image: url(../images/water-rating-label.png);
}
#product .rating-label .label-10 {
	background-position: left -52px;
}
#product .rating-label .label-15 {
	background-position: left -105px;
}
#product .rating-label .label-20 {
	background-position: left -157px;
}
#product .rating-label .label-25 {
	background-position: -70px top;
}
#product .rating-label .label-30 {
	background-position: -70px -52px;
}
#product .rating-label .label-35 {
	background-position: -70px -105px;
}
#product .rating-label .label-40 {
	background-position: -70px -157px;
}
#product .rating-label .label-45 {
	background-position: -140px top;
}
#product .rating-label .label-50 {
	background-position: -140px -52px;
}
#product .rating-label .label-55 {
	background-position: -140px -105px;
}
#product .rating-label .label-60 {
	background-position: -140px -157px;
}
/*** End Rating Labels ***/

/*** Redemptions --------------------------------------------------------- ***/
#product_offer {
	position: absolute;
	left: 20px;
	bottom: 35px;
}
#product_offer a {
	display: block;
}
#product_offer strong, #product_offer span {
	display: none;
}
/*** End Redemptions ***/

/*** GreenSmart Section -------------------------------------------------- ***/
#product_green {
	padding-right: 10px;
}
#product_tabs a.green {
	padding: 0;
	width: 76px;
	margin-top: -20px;
}
#product_tabs a.green span {
	display: block;
	background: transparent url(../images/green-smart.png) no-repeat scroll 4px top;
	height: 0;
	padding-top: 52px;
	overflow: hidden;
}
#product_green .greensmart {
	float: left;
	background-color: #a3d484;
	border-radius: 5px;
	width: 50%;
	color: #254927;
}
#product_green .greensmart td, #product_green .greensmart th {
	padding: 5px 10px;
	text-align: center;
}
#product_green .greensmart a {
	display: block;
	text-align: center;
	color: #4a934e;
}
#product_green .logo {
	float: right;
	margin: 0 0 10px 10px;
	background: transparent url(../images/cri-logo.png) no-repeat scroll left top;
	width: 150px;
	height: 0;
	padding-top: 60px;
	overflow: hidden;
}
/*** End GreenSmart Section ***/
