﻿div.rpContentBody {
	width:970px;
	background: url(/assets/images/rp/rpBodyBgSliver.gif) 0 0 repeat-x;
}
div.rpSideNav {
	width:191px;
	float:left;
}
div.rpSideNav ul.rpSubMenu li.header {
	background-color:Transparent !important;
}
div.rpSideNav ul.rpSubMenu li a.subnav {
	display:block;
	color:#3a8986;
	font-weight:bold;
	background:url(/assets/images/rp/rpSideNavLinkArrow.gif) 16px -34px no-repeat;
	vertical-align:bottom;
	padding: 5px 10px 5px 30px;
	border-bottom:1px solid #d7d7d7;
	text-decoration:none;
}
div.rpSideNav ul.rpSubMenu li a.subnav:hover, div.rpSideNav ul.rpSubMenu li a.active, div.rpSideNav ul.rpSubMenu li a.active:hover {
	color:#999;
	background-position:16px -4px;
	text-decoration:none;
}
div.rpBodyContent {
	width:779px;
	min-height:300px;
	margin-left:191px;
	background-color:Transparent !important;
}
	div.rpBodyContent div.rpLandingPage {
		float:left;
	}
	div.rpBodyContent div.rpLandingPageImageFrame {
		width:547px;
		height:493px;
		background: url(/assets/images/rp/rpLandingPageImageFrame.gif) no-repeat;
		margin-top:10px;
	}
	div.rpBodyContent div.rpLandingPageImage {
		width:533px;
		height:558px;
		background:url(/assets/images/rp/rpLandingPageImage.jpg) top center no-repeat;
		margin: 0 7px;
		position:relative;
		top:7px;
	}
	div.rpBodyContent div.rpSidebar {
		width:232px;
		margin-left:547px;
		padding-top:50px;
	}
		div.rpBodyContent div.rpSidebar ul.rpSidebarItem {
			margin-bottom:15px;
		}
			div.rpBodyContent div.rpSidebar ul.rpSidebarItem li.content {
			width:232px;
			}
			div.rpBodyContent div.rpSidebar ul.rpSidebarItem li.one {
				height:104px;
				background:url(/assets/images/rp/rpSideBarHeader1.jpg) top right no-repeat;
			}
			div.rpBodyContent div.rpSidebar ul.rpSidebarItem li.two {
				height:70px;
				background:url(/assets/images/rp/rpSideBarHeader2.jpg) top right no-repeat;
			}
			div.rpBodyContent div.rpSidebar ul.rpSidebarItem li.content {
				font-size:10px;
				color:#000;
				border-bottom:1px solid #d7d7d7;
				padding: 15px 0px;
			}
			div.rpBodyContent div.rpSidebar ul.rpSidebarItem li.content span.header {
				font-size:11px;
				display:block;
				width:200px;
				font-weight:bold;
				position:relative;
				left:18px;
				margin-bottom:8px;
			}
			div.rpBodyContent div.rpSidebar ul.rpSidebarItem li.content span.content {
				display:block;
				width:200px;
				position:relative;
				left:18px;
			}
div.rpCategorySegment {
	background-image: url(/assets/images/rp/rpCategorySegment.gif);
	background-repeat: no-repeat;
	background-position: -8px top;
	padding-top: 20px;
}


div.search_results_paging {
	float:left;
	height:17px;
	line-height:17px;
	vertical-align:bottom;
	width: 50%;
}
div.search_results_paging, div.search_results_items {
	height:17px;
	line-height:17px;
	vertical-align:bottom;
}
	div.search_results_paging select, div.search_results_items select {
	font-size:10px;
	margin-left: 5px;
	}
	div.search_results_paging span {
		float:left;
		display:block;
		padding-right:0.5em;
	}
	div.search_results_paging a {
		float:left;
		display:block;
		width:17px;
		height:17px;
		
		background-repeat:no-repeat;
	}
		div.search_results_paging a.search_results_previous_button {
			background-image:url(/assets/images/crc/search_results_page_arrow_swatch.gif);
		}
		div.search_results_paging a.search_results_next_button {
			background-image:url(/assets/images/crc/search_results_page_arrow_swatch.gif);
			background-position:-17px 0;
		}
		div.search_results_paging a.search_results_previous_button:hover {
			background-position:0 -17px;
		}
		div.search_results_paging a.search_results_next_button:hover {
			background-position:-17px -17px;
		}
div.search_results_items {
	float:right;
	width: 50%;
}
	div.search_results_items span {
		float:right;
		display:block;
		padding-left:0.5em;
	}	
/**ASSET SEARCH / SEARCH RESULTS TABLE
 * 
**/
table.search_results_table {
	width:100%;
}
	table.search_results_table th, table.search_results_table td {
		border-bottom:1px solid #ddd;
		padding-right: 20px;
		padding-bottom: 10px;
	}
	table.search_results_table td {
		padding-top: 10px;
	}
	table.search_results_table tfoot td {
		padding:8px 0px 8px 0px;
	}
	table.search_results_table div.item, table.search_results_table div.controls {
		float:left;
	}
	table.search_results_table div.item {
		width:60%;
	}
		table.search_results_table td div.item div.image {
			float:left;
			border: 1px solid #CCCCCC;
		}
			table.search_results_table td div.item div.image div.pdf_icon {
				width:52px;
				height:52px;
				background:url(/assets/images/crc/pdf_icon_small.png) no-repeat;
				position:relative;
				left:0px;
				top:78px;
			}
		table.search_results_table td div.item div.details {
			margin-left:123px;
		}
			table.search_results_table td div.item div.details .product_type {
				font-size:10px;
				color:#5E5E5E;
				margin-bottom:5px;
			}
			table.search_results_table td div.item div.details .product_name {
				font-size:12px;
				font-weight:bold;
				color:#000;
				margin-bottom:1px;
			}
			table.search_results_table td div.item div.details .product_detail2 {
				font-size:10px;
				margin-bottom:1px;
			}
			table.search_results_table td div.item div.details .product_link {
				font-size:10px;
				margin-bottom:10px;
			}
			table.search_results_table td div.item div.details .product_detail {
				font-size:11px;
				color:#5E5E5E;
			}
			table.search_results_table td div.item div.details .product_detail .out_of_stock{
				color: #930;	
			}
table.search_results_table div.controls {
	float:right;
	width: 40%;
}
	table.search_results_table div.controls div.control {
		margin-top:0px;
		text-align:left;
	}
			table.search_results_table div.controls .rpOptionsLabel span {
				
				display: inline;
				/*float: left;
				text-align: left;*/
			}
			table.search_results_table div.controls div.control span {
				display:block;
				margin-top: 0px;
				margin-right: 0px;
				margin-bottom: 4px;
				margin-left: 0;
			}
		table.search_results_table div.controls div.control input.search_results {
			height:14px;
			font-size:10px;
			padding:1px;
			margin:1px;
		}
/*table.search_results_table div.controls .rpOptionsLabel { text-align: left; display: inline; }*/
	
		table.search_results_table div.controls .search_results_select {
			font-size: 10px;
			display: inline;
			margin-top: -3px;	
	
		}

		table.search_results_table div.controls a {
			display:block;
			width:109px;
			height:22px;
			background-repeat:no-repeat;
			margin-bottom:2px;
			float: right;
		}
			table.search_results_table div.controls a.search_results_download_button {
				background:url(/assets/images/crc/crc_cart_download_addtocart_swatch.gif);
			}
			table.search_results_table div.controls a.search_results_addtocart_button_hover, table.search_results_table div.controls a.search_results_addtocart_button {
				background:url(/assets/images/crc/crc_cart_download_addtocart_swatch.gif) -109px 0;
			}
			table.search_results_table div.controls a.search_results_download_button:hover {
				background-position: 0 -22px;
			}
			table.search_results_table div.controls a.search_results_addtocart_button_hover, table.search_results_table div.controls a.search_results_addtocart_button:hover {
				background-position: -109px -22px;
			}
			table.search_results_table div.controls a.search_results_addtocart_button_hover {
				cursor:default;
			}
			table.search_results_table div.controls a.search_results_updatecart_button {
				background-image:url(/assets/images/crc/crc_cart_updatecart_swatch.gif) !important;
			}
			table.search_results_table div.controls a.search_results_updatecart_button:hover {
				background-position:0 -22px !important;
			}
	table.search_results_table div.controls div.message {
		background:#ffcdce;
		color:#cc0001;
		border:1px solid #cc0001;
		padding:4px;
		margin-top:4px;
	}
div.included {
	margin-top:4px;
	color:#666;
	font-size:10px;
}
	div.included div.count {
		height:14px;
		background-color:#ebebeb;
		margin-bottom:2px;
		padding:1px 6px;
	}
		div.included div.count span, div.included div.count a {
			float:left;
			display:block;
			height:14px;
			line-height:14px;
			overflow:hidden;
		}
		div.included div.count a.search_results_remove_from_cart_button {
			width:11px;
			height:10px;
			line-height:10px;
			background:url(/assets/images/crc/search_results_remove_from_cart.gif) no-repeat;
			margin-left:6px;
			margin-top:2px;
		}
		div.included div.count a.search_results_remove_from_cart_button:hover {
			background-position:0 -10px;
		}
		div.included div.count span.value {
			float:right;
			font-weight:bold;
		}
.refineSearchOptions {
	background: url("/assets/images/refineSearchBack.jpg") no-repeat top;
	padding: 0px 16px;
}
/*.searchResultsMainTable {
	width: 580px;
}*/



/* Remove AV 11-22-10

.searchResultsCell {
	background-image: url(/assets/images/products/prodDetailMainBack.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	width: auto;

}
*/

/* Cancel out mainStyles.css */
td.searchResultsCell{

    border: 0px;
padding:14px;
}
/*.searchResultsCellDiv {
	position: relative;
}*/
.searchResultsImgArea {
	background: #fff;
	padding: 10px 0px 10px 10px;
}
.searchResultsFMAarea {
	background: url("/assets/images/searchFMAback.jpg") no-repeat top left;
	padding: 0px 14px;
}
.searchResultsFMAareaWide {
	background-image: url(/assets/images/rp/right_column_wide.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 350px;
	height: 544px;
	text-align: left;
	vertical-align: top;
	margin-top: 20px;
}
	.searchResultsFMAarea h2, .searchResultsFMAareaWide h2 {
		font-family: Georgia, "Times New Roman", Serif;
		font-size: 19px;
		color: #353535;
		text-decoration: none;
		margin-bottom: 14px;
	}
		.searchResultsFMAarea h2 span, .searchResultsFMAareaWide h2 span {
			color: #66cc33;
		}
	.searchResultsFMAarea p, .searchResultsFMAareaWide p {
		font-family: Georgia, "Times New Roman", Serif;
		font-size: 11px;
		line-height: 15px;
		color: #353535;
		text-decoration: none;
	}
		.searchResultsFMAarea a.learnMoreLink, .searchResultsFMAareaWide a.learnMoreLink {
			background: url("/assets/images/learnMore.gif") no-repeat;
			display: block;
			width: 54px;
			height: 7px;
			text-decoration: none;
		}
		.searchResultsFMAarea a.learnMoreLink:hover, .searchResultsFMAareaWide a.learnMoreLink:hover {
			background: url("/assets/images/learnMoreOver.gif") no-repeat;
		}
		.searchResultsFMAarea a.learnMoreLinkTxt, .searchResultsFMAareaWide a.learnMoreLinkTxt {
			font-family: Verdana, Arial, Sans-Serif;
			font-size: 10px;
			font-weight: bold;
			color: #005953;
			text-decoration: none;
		}
		.searchResultsFMAarea a.learnMoreLinkTxt:hover, .searchResultsFMAareaWide a.learnMoreLinkTxt:hover {
			text-decoration: underline;
		}
a.nav_icon_button {
	float:left;
	overflow:hidden;
	width:128px;
	height:128px;
	text-align:center;
	vertical-align:bottom;
	display:inline;
	cursor:pointer;
	margin:0 10px 10px 0;
	border: 1px solid #CCCCCC;
}
.product_launches .last {
	margin:0 10px 10px 0 !important;
	border: 1px solid #CCCCCC !important;
}
	a.nav_icon_button .wrapper {
		display:block;
		width:115px;
		margin:0 auto;
		margin-top:8px;
	}
	a.nav_icon_button .icon_image {
		display:block;
		width:115px;
		height:77px;
		margin:0 auto;
		background-position:bottom center;
		background-repeat:no-repeat;
		overflow:hidden;
	}
	a.nav_icon_button .icon_text {
		display:block;
		margin:0 auto;
		margin-top:6px;
		padding:0;
	}
	
a.browse_button {
	background-color:#5ab413;
	background-image: url(../../assets/images/rp/btn_bg.gif);
	background-repeat: repeat-x;
	display: block;
	padding: 5px;
	height: 15px;
	line-height: 15px;
	vertical-align:bottom;
	border: 1px solid #5ab413;
	color: #FFFFFF;
	float: right;
	width: 180px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: -10px;
	text-align: center;
	
	white-space:nowrap;
}
a.browse_button:hover {
	text-decoration: underline;
}

a.pdtRepairPartsSchemaButton
{
float:right; 
display:block; 
width:220px; 
height:32px; 
background:url(/assets/images/rp/view_repair_parts_diagram_swatch.jpg) no-repeat; 
margin-top:-20px; 
margin-bottom:10px;
}
a.pdtRepairPartsSchemaButton:hover
{
background-position:0 -32px;
}


/*CRC sorting - new pagination bar layout*/
	table.pagingTable
	{
		width:100%;
		margin:0px !important;
		border: 0px !important;
	}
	
	table.pagingTable td
	{
		padding:0px !important;
		vertical-align:middle;
		border: 0px !important;
		white-space:nowrap;
	}
	
	table.pagingTable .spanLabel
	{
		display:block;
		float:right;
		padding-top:2px;
		padding-right:5px;
	}
	
	
	table.pagingTable select.rppCell
	{
		margin-right:20px;
	}
