/*** Product Breadcrumbs ------------------------------------------------- ***/
#product {
	position: relative;
}
#product div.hierarchy {
	height: 140px;
}
#product div.hierarchy h1 {
	width: 250px;
	line-height: 25px;
	border-bottom-style: none;
	margin: 0;
}
#product div.hierarchy h1 a {
	display: block;
	font-size: 16px;
	color: #333333;
	text-transform: uppercase;
}
#product div.hierarchy h1 a:hover, #product div.hierarchy h1 a.first:hover {
	color: #c50202;
}
#product div.hierarchy h1 span.sep {
	display: none;
}
#product div.hierarchy h1 a.first {
	line-height: 20px;
/*	font-size: 15px; */
	color: #cc6666;
	border-bottom: 1px solid #dde4e8;
}
#product div.hierarchy h1 a.level1 {
	padding-left: 15px;
	padding-top: 3px;
	line-height: 20px;
}
#product div.hierarchy h1 a.level2 {
	padding-left: 30px;
	padding-top: 3px;
	line-height: 20px;
}
#product div.hierarchy h1 a span.count {
	font-size: 14px;
	padding-left: 5px;
	color: #666666;
}
/*** End Product Breadcrumbs ***/

/*** Product Filter ------------------------------------------------------ ***/
#product div.filter {
	position: absolute;
	top: 0;
	left: 260px;
	width: 550px;
	height: 105px;
	background-color: #eaeff2;
	z-index: 51;
}
#filter_form div.simple div.form {
	float: right;
	width: 415px;
}
#filter_form div.advanced {
	position: absolute;
	top: 106px;
	background: transparent url(../images/product_bar.gif) no-repeat scroll left bottom;
	padding-bottom: 15px;
	width: 550px;
	font-size: 11px;
}
#filter_form div.advanced div.form {
	float: left;
	width: 415px;
	padding: 0 0 0 135px;
	background-color: #eaeff2;
}
#filter_form a.advanced {
	position: absolute;
	bottom: 10px;
	margin: 0;
	left: 0;
	width: 135px;
	line-height: 20px;
	color: #006FB4;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}
#filter_form a.advanced span.summary {
	display: block;
	color: #999999;
	line-height: normal;
}
#filter_form a.advanced:hover {
	color: #c50202;
}
#filter_form h2 {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 80px;
	color: #666666;
	border-bottom-style: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 15px;
	line-height: normal;
}
#filter_form label {
	display: block;
}
#filter_form ul {
	float: left;
	margin: 0;
	padding: 10px 10px 0 0;
	list-style-type: none;
}
#filter_form li {
	float: left;
	margin-left: 10px;
	line-height: 15px;
}
#filter_form input, #filter_form select {
	font-size: 11px;
}
#filter_form li.submit {
	position: absolute;
	right: 10px;
	bottom: 5px;
}
#filter_form li.sliderdual {
	width: 190px;
	margin-left: 25px;
}
#filter_form li.sliderdual:first-child {
	margin-left: 0;
}
#filter_form li.sliderdual div.options {
	height: 50px;
	color: #006fb4;
}
#filter_form li.sliderdual div.values, #filter_form li.sliderdual div.values2 {
	position: relative;
	height: 13px;
	font-size: 11px;
}
#filter_form li.sliderdual div.values2 {
	color: #999999;
}
#filter_form li.sliderdual div.min {
	position: absolute;
	left: 0;
}
#filter_form li.sliderdual div.max {
	position: absolute;
	right: 0;
}
#filter_form li.sliderdual div.ui-slider {
	height: 1px;
	position: relative;
	width: 190px;
}
#filter_form li.sliderdual div.visible div.ui-slider {
	height: 20px;
	background: transparent url(../images/ui-slider.gif) no-repeat scroll left top;
	cursor: pointer;
}
#filter_form li.sliderdual div.ui-slider-handle {
	height: 1px;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 20px;
}
#filter_form li.sliderdual div.visible div.ui-slider-handle {
	cursor: pointer;
	height: 20px;
	background: transparent url(../images/ui-slider.gif) no-repeat scroll left -20px;
}

/*** End Product Filter ***/

/*** Category Sibling List ----------------------------------------------- ***/
#product div.related {
	position: absolute;
	top: 0;
	right: 0;
	height: 135px;
	width: 150px;
	background: transparent url(../images/box_bottom.gif) no-repeat scroll -1000px bottom;
}
#product div.related h2 {
	margin: 0;
/*	color: #cc6666; - disabled by Louise request 2009-08-26 */
	color: #666666;
	line-height: 25px;
	font-size: 14px;
	font-weight: normal;
	border-bottom-style: none;
	background: transparent url(../images/heading_bg.gif) no-repeat scroll left top;
}
#product div.related h2 span {
	display: block;
	padding-left: 10px;
	background: transparent url(../images/heading_bg.gif) no-repeat scroll right -40px;
}
#product div.related ul {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
#product div.related a {
	display: block;
	padding: 2px 5px 2px 10px;
	color: #333333;
	font-size: 11px;
	outline-style: none;
}
#product div.related a:hover {
	color: #c50202;
}
#product div.related div.scroll {
	height: 95px;
	overflow: auto;
}
/*** End Category Sibling List ***/

/*** Embedded Panels ----------------------------------------------------- ***/
#product .embed_panels {
	width: 550px;
	position: absolute;
	left: 260px;
	top: 106px;
	z-index: 50;
}
#product div.panel {
	float: left;
	width: 180px;
	margin-left: 5px;
	height: 25px;
	position: relative;
	font-size: 11px;
}
#product div.panel:first-child {
	margin-left: 0;
}
#product div.panel h1 {
	margin: 0;
	font-size: 11px;
	color: #015f9a;
	line-height: 25px;
	background: transparent url(../images/product_tab.gif) no-repeat scroll left -50px;
	border-bottom-style: none;
}
#product div.panel h1 span, #product div.panel h1 a {
	display: block;
	padding: 0 0 0 15px;
}
#product div.panel div.height {
	display: none;
	position: absolute;
	background: #ffffff url(../images/nav_product_drop_bg.gif) repeat-x scroll left top;
	border-top: 1px solid #fcfcfc;
	border-bottom: 2px solid #b80000;
	width: 170px;
	top: 25px;
	left: 5px;
}
#product div.panel div.scroll {
	height: 165px;
	overflow: auto;
	overflow-x: hidden;
}
#product div.panel p {
	margin: 0;
	line-height: 25px;
	padding-left: 10px;
}
#product div.panel p.link {
	padding-left: 0;
}
#product div.panel a {
	display: block;
	padding: 3px 10px;
}
#product div.panel p.link a {
	font-weight: bold;
	line-height: 20px;
}
#product div.panel ul {
	margin: 0;
	padding: 2px 0;
	list-style-type: none;
}
#product div.panel li a {
	padding: 0 5px 5px 5px;
}
#product div.panel a span.name {
	display: block;
	padding: 5px 5px 0 5px;
	border-top: 1px dotted #cccccc;
}
#product div.panel a span.model {
	color: #999999;
	float: left;
	margin-left: 5px;
}
#product div.panel a span.price {
	color: #999999;
	float: right;
	margin-right: 5px;
}
#product div.panel span.clear {
	display: block;
	clear: both;
}
#product div.panel p.total {
	font-weight: bold;
	margin: 0 5px;
	padding: 0 0 0 5px;
	height: 20px;
	line-height: 20px;
	position: relative;
	border-top: 1px solid #999999;
}
#product div.panel p.total span.value {
	position: absolute;
	right: 5px;
}
#product div.panel p.heading {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
#product div.panel p.heading a {
	margin: 0 5px;
	padding: 0 5px;
	border-top: 1px solid #999999;
}
#product div.panel p.heading:first-child a {
	border-top-style: none;
}
/*** End Embedded Panels ***/

/*** Product Bar --------------------------------------------------------- ***/
#product form.bar {
	margin: 0 -15px 15px -15px;
	height: 25px;
	line-height: 25px;
	background: transparent url(../images/product_bar.gif) no-repeat scroll left top;
	position: relative;
}
#product form.bar p {
	position: absolute;
	margin: 0;
	top: 0;
}
#product form.bar p.home {
	left: 0;
	width: 40px;
	background: transparent url(../images/product_bar.gif) no-repeat scroll right -25px;
}
#product form.bar p.home a {
	display: block;
	padding-top: 25px;
	height: 0;
	background: transparent url(../images/product_bar.gif) no-repeat scroll -4px -25px;
	overflow: hidden;
}
#product form.bar p.order_by {
	font-size: 11px;
	left: 50px;
}
#product form.bar input, #product form.bar select {
	font-size: 11px;
}
#product form.bar input.submit {
	display: none;
}
#product form.bar p.page_list {
	right: 185px;
	text-transform: uppercase;
}
#product form.bar p.page_list a, #product form.bar p.page_list strong {
	padding: 0 2px;
}
#product form.bar p.page_list a.next, #product form.bar p.page_list a.previous {
	padding: 0 10px;
}
#product form.bar p.page_list span.page {
	text-transform: none;
}
#product form.bar p.items_per_page {
	left: 275px;
	font-size: 11px;
}
#product form.bar p.items_per_page input {
	width: 20px;
	text-align: center;
	font-weight: bold;
	color: #ac0300;
}
#product form.bar p.actions {
	right: 10px;
	width: 165px;
	background: transparent url(../images/product_bar.gif) no-repeat scroll -999px -25px;
}
#product form.bar p.actions a {
	float: right;
	height: 0;
	overflow: hidden;
	padding-top: 25px;
	background: transparent url(../images/product_bar.gif) no-repeat scroll -55px -25px;
	width: 30px;
}
#product form.bar p.actions a.rss {
	float: left;
	width: 40px;
}
#product form.bar p.actions a.print {
	background-position: -110px -25px;
}
#product form.bar p.actions a.email {
	background-position: -160px -25px;
}
#filter_message, #filter_loading {
	position: absolute;
	left: 245px;
	width: 25px;
	height: 25px;
	display: none;
	background: transparent url(../images/spinner.gif) no-repeat scroll left center;
}
/*** End Product Bar ***/

/*** Product List -------------------------------------------------------- ***/
div#product_list {
	background: transparent url(../images/product_list_bg.gif) repeat scroll left top;
	position: relative;
}
#product_list > div.bottom_line {
	background-color: #fcfcfc;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	left: 0;
}
#product_list p.product {
	float: left;
	margin: 0;
	width: 240px;
	height: 230px;
	text-align: center;
	position: relative;
}
#product_list p.hover {
	background: transparent url(../images/product_hover_gradient.jpg) repeat-x scroll left top;
}
#product_list p.product a {
	display: block;
}
#product_list p.product strong.name {
	display: block;
	padding: 10px 5px 5px 5px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	color: #006fb4;
}
#product_list p.product span.image {
	display: block;
	height: 120px;
	background-position: center center;
	background-repeat: no-repeat;
}
#product_list p.product span.image img {
	visibility: hidden;
}
#product_list p.product span.prices {
	display: block;
	position: relative;
	height: 60px;
	color: #333333;
}
#product_list p.product span.prices span.price {
	display: block;
	text-align: right;
	position: absolute;
	right: 120px;
	top: 10px;
	border-right: 1px solid #bab8b8;
	padding-right: 10px;
}
#product_list p.product span.prices span.rent {
	display: block;
	text-align: left;
	position: absolute;
	left: 130px;
	top: 10px;
}
#product_list p.product span.prices span.label {
	display: block;
	color: #1178b9;
	font-size: 14px;
	font-weight: bold;
}
#product_list p.product span.prices span.rent span.label {
	color: #b70303;
}
#product_list p.product span.prices span.rent span.na {
	color: #999999;
}
#product_list p.product span.prices span.minimum {
	font-size: 10px;
	color: #999999;
	display: block;
	line-height: 20px;
	height: 20px;
	padding-top: 40px;
}
#product_list p.product span.feature {
	display: block;
	position: absolute;
	height: 35px;
	line-height: 35px;
	background: transparent url(../images/product_tab.gif) no-repeat scroll left top;
	right: 15px;
	top: 40px;
	padding: 0 10px;
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	min-width: 45px;
}
#product_list p.product span.remove {
	display: block;
	position: absolute;
	height: 35px;
	line-height: 35px;
	background: transparent url(../images/product_tab.gif) no-repeat scroll right top;
	left: 15px;
	top: 40px;
	text-align: center;
	min-width: 45px;
	text-transform: lowercase;
}
#product_list p.product span.remove a {
	display: block;
	padding: 0 10px;
	color: #999999;
}
#product_list p.product span.remove a:hover {
	color: #c50202;
}
#product_list p.product span.action_bar {
	display: block;
	position: absolute;
	height: 25px;
	line-height: 25px;
	background: transparent url(../images/product_tab.gif) no-repeat scroll left -100px;
	left: 15px;
	top: 35px;
	width: 210px;
}
#product_list p.product span.action_bar a {
	display: block;
	color: #333333;
	font-size: 11px;
}
#product_list p.product span.action_bar a:hover {
	color: #c50202;
}
#product_list p.product span.bullet {
	display: none;
}
#product_list p.product span.wishlist, #product_list p.product span.compare {
	display: block;
	float: left;
	width: 120px;
	text-align: center;
}
#product_list p.product span.compare {
	width: 90px;
}
#content #rental_conditions {
	text-align: center;
	font-size: 10px;
	color: #999999;
	padding: 10px 0 10px 0;
	margin: 0;
	line-height: 15px;
}
#content #rental_conditions a {
	color: #999999;
	text-decoration: underline;
}
#content #rental_conditions a:hover {
	color: #333333;
}
/*** End Product List ***/

/*** Save Wish List ------------------------------------------------------ ***/
#wish_list_saved {
	margin: 0 0 15px 0;
}
#wish_list_saved p {
	margin: 0;
}
/*** End Save Wish List ***/

/*** Product List -------------------------------------------------------- ***/
#ad_panel_list h2.hot_deals {
	font-weight: bold;
	text-align: left;
}
#ad_panel_list #product_list {
	margin: -15px -14px 0 -14px;
	background-image: none;
}
#ad_panel_list #product_list p.product {
	height: 240px;
	width: 180px;
}
#ad_panel_list #product_list p.product strong.name {
	line-height: 15px;
	vertical-align: bottom;
	padding: 10px 10px 5px 10px;
}
#ad_panel_list #product_list p.product span.image {
	height: 90px;
}
#ad_panel_list #product_list p.product span.prices {
	height: 70px;
}
#ad_panel_list #product_list p.product span.prices span.price {
	right: 90px;
}
#ad_panel_list #product_list p.product span.prices span.rent {
	left: 100px;
}
#ad_panel_list #product_list p.product span.prices span.minimum {
	line-height: 10px;
	padding-top: 45px;
}
#ad_panel_list #product_list p.product > a:hover {
	background: transparent url(../images/article_list_bg.gif) repeat-x scroll left top;
}
#ad_panel_list #product_list p.product > span.category {
	display: block;
	padding: 3px 0;
	line-height: 15px;
}
#ad_panel_list #product_list p.product > span.category a {
	font-weight: bold;
	font-size: 11px;
}
#ad_panel_list #rental_conditions {
	margin: 0;
	padding-bottom: 0;
}
/*** End Product List ***/