@charset "UTF-8";
/* ============================================================================================== */
/*

	Rockford Linear Motion - CSS Stylesheet
	Title:	  site.css
	Media:    Screen
	Author:   Stephen J. Withington, Jr. (steve [at] ignition-studio [dot] com)
	Version:  20090824.04

*/
/* ============================================================================================== */
html, body, div, span, applet, object, iframe, p, h1, h2, h3, h4, h5, h6, form, fieldset, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* hack to generate vertical slider in Firefox, & Safari doesn't work in Opera */
/* hide from IE mac \*/
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	color: #666666;
}
/* ============================================================================================== */
/*		GLOBAL LINK EFFECTS			*/
/* ============================================================================================== */
a, a:link, a:visited {
	color: #7658A3;
	font-weight: bold;
	text-decoration: none;
}
a:hover
, a:focus
, a:active
, a.current
, a.current:hover
, a.current:visited
, a.current:active
, a.current:focus {
	color: #333333;
}

a.white, a.white:link, a.white:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.white:hover
, a.white:focus
, a.white:active
, a.white.nav_on
, a.white.nav_on:hover
, a.white.nav_on:visited
, a.white.nav_on:active
, a.white.nav_on:focus {
	color: #CCCCCC;
}

/* ============================================================================================== */
/*		GLOBAL PARAGRAPH and HEADING EFFECTS			*/
/* ============================================================================================== */
p {
	padding: 0 0 12px 0;
	color: #666666;
}
h1 {
	clear: both;
	color: #7658A3;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 0 0 8px 0;
}
h1.larger {
	font-size: 36px;
}
h1.extraLarge {
	font-size: 54px;
}
h2 {
	color: #4D4D4D;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 8px 0;
}
h2.underline {
	border-bottom: 1px solid #4D4D4D;
	padding: 5px 0;
	margin: 0 0 15px 0;
}
h2.larger {
	font-size: 24px;
}
h2.extraLarge, h2.pageTitle {
	color: #7658A3;
	font-size: 36px;
}
h3 {
	color: #4D4D4D;
	font-size: 12px;
	padding: 8px 0 8px 0;
}
h4,
h5,
h6 {
	color: #4D4D4D;
	font-size: 12px;
	padding: 0 0 0 0;
}
/* ============================================================================================== */
/*		GLOBAL UNORDERED and ORDERED LIST ITEMS		*/
/* ============================================================================================== */
ul {
	padding-left: 20px;
}
ol {
	padding-left: 24px;
}
li {
	padding-bottom: 6px;
}
li.first {
	padding-left: 0;
}
/* ============================================================================================== */
/*		GLOBAL FORM FIELDS		*/
/* ============================================================================================== */
select, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
/* ============================================================================================== */
/*		GLOBAL CLASSES		*/
/* ============================================================================================== */
.linkHeader a {
	font-size: 12px;
	font-weight: bold;
	color: #4D4D4D;
}
.linkHeader a:hover {
	color: #999999;
	text-decoration: underline;
}
.fltrt { 
	float: right;
	margin-left: 5px;
}
.fltlft { 
	float: left;
	margin-right: 5px;
}
.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.red {
	color: #990000;
}
.smalltxt {
	font-size: 90%;
}
.morespace {
	padding: 5px;
}
.altTableRow
, tr.altTableRow td {
	background-color: #C8BBDB; /* #C8BBDB #F3F3F3 */
}
.tableHeader
, tr.tableHeader td {
	background-color: #F8F8F8;
	font-weight: bold;
	text-align: center;
}
/* ============================================================================================== */
/*		DIV LAYER PROPERTIES		*/
/* ============================================================================================== */
#outerContainer {
	width: 1000px;
	text-align: left;
	margin: 0;
	top: auto;
	padding: 0px;
	background-color: #FFFFFF;
}
#innerContainer {
	clear: both;
	float: left;
	width: 1000px;
	padding: 0;
	margin: 0;
	background: url(../images/layout/rlm_header.jpg) no-repeat;
}
#printHeader {
	display: none;
}
#header {
	padding: 0px;
	clear: both;
	float: left;
	width: 1000px;
}
/* ============================================================================================== */
/*		HEADERLINKS		*/
/* ============================================================================================== */
#logo {
	float: left;
	width: 462px;
	padding: 0;
}
#headerLinks {
	float: left;
	width: 457px;
	font-size: 10px;
	padding: 45px 0 0 0;
	text-align: right;
}
#headerLinks ul {
	padding: 0;
	margin: 0;
}
#headerLinks ul a {
	padding: 5px 15px 5px 15px;
}
#headerLinks ul li {
	list-style-type: none;
	padding: 5px 0;
	text-align: left;
	display: inline;
}
#headerLinks ul li.homeLink {
	background: url(../images/layout/btn_home.gif) no-repeat left;
}
#headerLinks ul li.cartLink {
	background: url(../images/layout/btn_viewcart.gif) no-repeat left;
}
/* ============================================================================================== */
/*		CONTENT		*/
/* ============================================================================================== */
#middleWrapper {
	clear: both;
	float: left;
	width: 900px;
	margin-left: 53px;
	padding: 0;
	display: inline;
}
/* ============================================================================================== */
/*		HOME PAGE LAYOUT		*/
/* ============================================================================================== */
#homePageLayout, #insidePageLayout {
	clear: both;
	float: left;
	width: 868px;
	padding: 5px 0;
	margin: 0;
}
#homeTop {
	clear: both;
	float: left;
	width: 868px;
	padding: 0;
}
#flashWrapper {
	float: left;
	width: 574px;
	padding: 0;
	margin: 0;
}
#homeText {
	float: right;
	width: 280px;
	padding: 0 5px;
	font-size: 14px;
}
#homePromos {
	clear: both;
	float: left;
	width: 868px;
	padding: 5px 0;
}
/*.promo {
	float: left;
	width: 285px;
	padding: 0 4px 0 0;
}*/
#homeNews {
	clear: both;
	float: left;
	width: 868px;
	padding: 0;
}
#homeNewsButton {
	float: left;
	width: 153px;
}
#homeNewsText {
	float: right;
	width: 705px;
	padding: 4px;
	font-size: 10px;
}
#homeNewsText ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#homeNewsText li {
	margin: 0;
	padding: 0;
}
#homeNewsText ul li a.titleLink {
	font-size: 12px;
}
/* ============================================================================================== */
/*		HOME PAGE PROMO PRODUCT BOXES		*/
/* ============================================================================================== */
.promo {
	float: left;
	padding: 0;
	margin: 0 4px 0 0;
	width: 285px;
	background-image: url(../images/layout/home_products_boxhead.jpg);
	background-color: #7D7D7D;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.promo p {
	color: #FFFFFF;
}
.promo a, .promo a:link {
	color: #FFFFFF;
}
.promo a:hover, .promo a:focus {
	color: #FFC708;
}
h2.promoTitle {
	color: #FFFFFF;
	font-size: 2.5em;
}
h2.promoTitle a, h2.promoTitle a:link {
	color: #FFFFFF;
}
h2.promoTitle a:hover, h2.promoTitle a:focus {
	color: #FFC708;
}
h2.promoTitle .smaller {
	font-size: 0.4em;
}
#box1, #box2, #box3 {
	clear: both;
	padding: 5px 10px;
}
#linkInterchange {
	width: 206px;
	background-color: #3E2E56;
	background-image: url(../images/layout/link_interchange_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	padding: 0 10px;
	margin-bottom: 0.5em;
}
#linkConfigurator {
	width: 206px;
	background-color: #3E3E3E;
	background-image: url(../images/layout/link_configurator_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	padding: 0 10px;
	margin-bottom: 0.5em;
}
/* ============================================================================================== */
/*		INSIDE PAGE LAYOUT	*/
/* ============================================================================================== */
#contentWide {
	clear: both;
	float: right;
	width: 630px;
	padding: 0 5px;
	/*overflow: auto;*/
}
#contentTwoColumn {
	float: left;
	width: 471px;
	padding: 0;
}
#leftColumn {
	float: left;
	width: 220px;
	padding: 5px;
}
#rightColumn {
	float: right;
	width: 230px;
	padding: 5px;
}
#insideContainer {
	float: right;
	width: 642px;
}

/* ============================================================================================== */
/*		PORTALS		*/
/* ============================================================================================== */
#svPortal dl {
	border: 1px dashed #666666;
	padding: 5px;
	margin: 5px;
}
#svPortal dl dt {
	font-size: larger;
}
#svPortal .readMore {
	display: none;
}
/* ============================================================================================== */
/*		FOOTER		*/
/* ============================================================================================== */
#footerHead {
	clear: both;
	float: left;
	width: 848px;
	background: url(../images/layout/rlm_footer.jpg) no-repeat;
	color: #ffffff;
	padding: 15px 10px 0 10px;
	height: 30px;
	margin: 0 0 0 53px;
	display: inline;
}
#footerHead p {
	color: #ffffff;
}
#footerOuterLinkWrapper {
	clear: both;
	float: left;
	width: 868px;
	padding: 0;
	margin-left: 53px;
	display: inline;
}
#footerInnerLinkWrapper {
	clear: both;
	text-align: left;
	font-size: 10px;
	background: url(../images/layout/bottom_footer_bg.gif) repeat-x;
	float: left;
	width: 868px;
	padding: 5px 0;
	margin: 5px 0;
}
.footerLinkBox {
	width: 214px;
	float: left;
	padding: 0 0 10px 3px;
}
.footerLinkBox ul {
	list-style: none;
	padding: 0 10px;
}
.footerLinkBox li {
	padding: 0 0 3px 0;
}
.footerLinkBox a
, .footerLinkBox a:link
, .footerLinkBox a:active
, .footerLinkBox a:visited {
	display: block;
}
.footerLinkBox a:hover
, .footerLinkBox a:focus
, #footerLeft .links a:hover
, #footerLeft .links a:focus {
	text-decoration: underline;
}
#footerCopyright {
	clear: both;
	width: 868px;
	padding: 0;
	font-size: 10px;
	float: left;
	margin: 0 0 10px 53px;
	display: inline;
}
#footerLeft {
	float: left;
	width: 500px;
	padding: 8px;
}
#footerRight {
	float: right;
	width: 300px;
	text-align: right;
	padding: 5px;
}
/* ============================================================================================== */
/*		TOPNAV		*/
/* ============================================================================================== */
#topNavWrapper {
	float: left;
	width: 900px;
	padding: 0;
	clear: both;
	margin-left: 53px;
	display: inline;
}
#topNav {
	padding: 21px 0 0 0;
	clear: both;
	float: left;
	width: 868px;
	height: 32px;
	/*text-transform: uppercase;*/
}
#topNav ul a {
	padding: 15px 35px;
	color: #FFFFFF;
}
#topNav a:hover, #topNav a.current {
	/*color: #CCCCCC;*/
	color: #FFC708;
}
#topNav ul {
	padding: 0;
}
#topNav ul li {
	display: inline;
	list-style-type: none;
	padding: 0;
}
/* ============================================================================================== */
/*		SUBNAV			*/
/* ============================================================================================== */
#subNav {
	float: left;
	width: 226px;
	padding: 0;
	clear: both;
	/*background: #E6E6E6;*/
}
#subNav p {
	padding: 0 0 5px 0;
}
#subNav ul a {
	display: block;
	padding: 3px 10px;
	color: #7658A3;
}
#subNav ul a:hover, #subNav ul a.current {
	background: #F3F3F3;
	padding: 3px 10px;
	color: #4D4D4D;
}
#subNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #E6E6E6;
}
#subNav a.heading {
	border-top: none;
	color: #4D4D4D;
	font-size: larger;
	padding: 10px 10px 5px 10px;
}
#subNav a.heading:hover {
	background: none;
	padding: 10px 10px 5px 10px;
	/*color: #999999;*/
}
#subNav ul li {
	padding: 0;
}
#subNav ul ul li {
	padding: 0 0 0 20px;
}

/* ============================================================================================== */
/*		RELATED DOCS			*/
/* ============================================================================================== */
.relatedDocWrapper {
	padding: 0 5px;
}
.icon {
	clear: left;
}
.smaller {
	font-size: smaller;
}
/* ============================================================================================== */
/*		NEWS LISTINGS 		*/
/* ============================================================================================== */
.newsItemsWrapper {
	padding: 15px 0;
}
.newsItem {
	border-top: 1px dashed #999999;
	padding: 5px 0;
}
.newsItem a {
	display: block;
}
/* ============================================================================================== */
/*		SITE MAP		*/
/* ============================================================================================== */
#svSiteMap a, #svSiteMap li.home a {
	display: block;
	padding: 3px 0;
	border-top: 1px dashed #999999;
}
#svSiteMap a:hover {
	background: #F3F3F3;
}
#svSiteMap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*#svSiteMap a.heading {
	border-top: none;
	font-size: larger;
	padding: 10px 0 5px 0;
}
#svSiteMap a.heading:hover {
	background: none;
}*/
#svSiteMap ul li {
	padding: 0;
	margin: 0;
}
#svSiteMap ul ul li {
	padding: 0 0 0 20px;
}

/* ---------------------------------------------------------------------------------------------- */
/*		
		!!!!!!	THIRD-PARTY INTEGRATION	!!!!!!
		- Catalog Data Solutions
		- Network Solutions Shopping Cart
*/
/* ---------------------------------------------------------------------------------------------- */

/* ============================================================================================== */
/*		CATALOG DS STYLE SETTINGS		*/
/* ============================================================================================== */
div#cdsContent {
	clear: both;
	display: block;
	float: left;
	width: 858px;
	padding: 0 5px;
	overflow: auto;
}
/*
	BREADCRUMBS
*/
div.cdsCategoryBreadcrumbContainer {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 8px 12px;
	white-space: nowrap;
}
td#cdsHeaderLeft 
, td#cdsHeaderCenter {
	padding: 0 !important;
}
.cdsCategoryBreadcrumbSeperator span {
	font-weight: normal;
}

/*
	LOCATOR TABLES
*/
.cdsCategoryBreadcrumbElement
, .cdsCategoryBreadcrumbElement span
, span.cdsCategoryBreadcrumbElement
, .cdsLocatorControlPageSelectCell
, .cdsLocatorControlPageSelectCell span
, .cdsLocatorHeaderSortCell
, .cdsLocatorTable thead td.cdsLocatorHeaderSortCell
, .cdsLocatorHeaderResetCell
, .cdsLocatorTable thead td.cdsLocatorHeaderResetCell
, .cdsCategoryBrowseToggle
, .cdsCategoryParentLink
, .cdsCategoryLabel
, .cdsCategorySearchLink
, .cdsCategoryListLabel {
	color: #7658A3;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.cdsCategoryBreadcrumbCurrent
, .cdsCategoryBreadcrumbCurrent span
, .cdsCategoryBreadcrumbElement:hover
, .cdsLocatorControlPageSelectCell:hover
, .cdsLocatorControlPageSelectCell:hover span
, .cdsLocatorHeaderSortCell:hover
, .cdsLocatorTable thead td.cdsLocatorHeaderSortCell:hover
, .cdsLocatorHeaderResetCell:hover
, .cdsLocatorTable thead td.cdsLocatorHeaderResetCell:hover
, .cdsCategoryBrowseToggle:hover
, .cdsCategoryParentLink:hover
, .cdsCategoryLabel:hover
, .cdsCategorySearchLink:hover
, .cdsCategoryListLabel:hover  {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.cdsLocatorHeaderResetCellDisabled {
	color: #CCCCCC;
}
.cdsCatalogTable
, .cdsLocatorTable
, .cdsLocatorControlTable
, #cdsCategoryTable
, .cdsCategoryCell table {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	/*background-color: white;*/
	white-space: nowrap;
}
.cdsLocatorTable {
	text-align: center;
}
.cdsCatalogTable td
, .cdsCatalogTable th
, .cdsLocatorTable td
, .cdsLocatorTable th
, .cdsLocatorControlTable td
, .cdsLocatorControlTable th
, .cdsLocatorTable thead td
, .cdsLocatorTable tbody td {
	border-width: 0px;
	border-style: none;
	border-color: gray;
	/*background-color: white;*/
	-moz-border-radius: 0px;
	white-space: nowrap;
	padding: 5px;
}
#cdsKeywordSearchTextBox {
	width: 250px;
	margin: 0 10px 0 0;
}
#cdsKeywordSearchButton
, .cdsLocatorControlTable tfoot td input {
	height: auto;
	width: auto;
	margin: auto;
}
.cdsLocatorHeaderLabelRow
, .cdsLocatorHeaderSortRow
, .cdsLocatorHeaderSelectRow {
	background: #F5F5F5;
	font-weight: bold;
	text-align: center;
}
#cdsBodyCenter {
	padding: 0;
	margin: 0;
}
.cdsLocatorRowEven
, .cdsShowProductTableEvenRow {
	background-color: #C8BBDB;
}
.cdsLocatorRowOdd 
, .cdsShowProductTableOddRow{
	background-color: #fff;
}
.cdsLocatorPartNumberCell {
	text-align: left;
	white-space: nowrap;
}
/*
	BROWSE
*/
.cdsCategoryBrowseToggle {
	font-size: 100%;
}
#cdsCategoryTable {
	font-size: 100%;
	text-align: center;
	width: 100%;
}
.cdsCategoryCell {
	vertical-align: top;
	text-align: left;
	padding: 5px;
}
.cdsCategoryCell table {
	width: 100%;
}
.cdsCategoryListInfo
, .cdsCategoryInformation {
	font-style: normal;
}
td.cdsCategoryLabel
, td.cdsCategoryInformation
, #cdsCategoryListTable td {
	white-space: normal; /* override nowrap */
	text-align: left;
}
.cdsCategoryList1 {
	font-size: 100%;
	list-style-type: none;
	border-top: 1px dashed #666666;
	padding: 5px 0;
}
.cdsCategoryList2 {
	font-size: 100%;
	list-style-type: none;
	padding: 5px 0 0 0;
}
.cdsCategoryList3
, .cdsCategoryList4 {
	list-style-type: none;
}
.cdsCategoryCell img
, .cdsCategoryParentImage {
	cursor: pointer;
}

/*
	SHOW PRODUCT
*/
.cdsShowProductControlsTable {
	width: 100%;
}
.cdsShowProductControlsCell {

	vertical-align: top;
	width: 100%;
	padding-left: 0px;
}
.cdsShowProductTitleCell {
	font-size: 1.2em;
	font-weight: bold;
}
.cdsShowProductCADCell
, .cdsShowProductShoppingCartCell {
	padding-top: 0;
}
.cdsShowProductCADCell input {
	width: 150px;
	margin: auto;
}
.cdsShowProductAttributeCell
, .cdsShowProductAttachmentCell {
	font-size: 100%;
	vertical-align: top;
	padding: 5px;
}
.cdsShowProductAttributeTable
, .cdsShowProductAttachmentTable {
	border: none;
	border-collapse: collapse;
}
.cdsShowProductCategoryCell
, .cdsShowProductTableHeadInstructions {
	font-weight: normal;
	font-size: 100%;
}
.cdsShowProductTableHeadRow td {
	font-weight: bold;
	padding: 5px;
	font-size: 100%;
	border: none;
	background-color: #F5F5F5;
	width: 50%;
	white-space: normal;
}
.cdsShowProductTableOddRow td
, .cdsShowProductTableEvenRow td {
	border: none;
	padding: 5px;
	font-size: 100%;
}
.cdsShowProductImage {
	padding-left: 15px;
}
#cdsCADDownloadFormatList {
	margin-left: 5px;
}
/* ?? */
#cdsCADModelProgress {
	background-color: #cccccc;
	padding: 6px;
	width: 400px;
	position: absolute;
	z-index: 300;
	top: 45%;
	left: 30%;
}
#cdsCADModelProgress table {
	background-color: #ffffff;
	border: 1px solid #666666;
	width: 100%;
	height: 100px;
	padding: 5px;
    font-size: 100%;
}
#cdsCADModelProgress td {
	vertical-align: top;
}
#cdsCADModelProgress td strong {
	font-size: 100%;
}
#cdsCADModelProgress img {
	padding-right: 12px;
}
.cdsShowProductPrintMeCell {
	font-weight: bold;
	padding-top: 12px;
}

/* ============================================================================================== */
/*		NETWORK SOLUTIONS STYLE SETTINGS		*/
/* ============================================================================================== */
.page-body-content h1 {
	font-size: 36px;
}
td.page-body-content {
	padding: 10px 20px 10px 63px;
}
td.prod-detail-lt
, td.prod-detail-rt
, td.cart-item-price
, td.cart-item-quantity
, td.cart-item-total
, td.cart-update {
	padding: 10px;
}
div.cart-prod-name {
	padding: 10px;
	font-size: 1.2em;
}
.prod-detail-add {
	padding: 5px;
	vertical-align: middle;
}
tr.cart-header th {
	background: #F8F8F8;
}
