/*
Theme Name: Britax Aftermarket News
Theme URI:
Description: Britax Aftermarket News
Version:
Author: Trenno
Author URl:
*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/am/bg_body.jpg);
	background-color: #000000;
	background-repeat: repeat-x;
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	font-family: myFirstFont, Calibri, Helvetica, "Times New Roman", Times, "serif sans-serif";
	/* Turn off font resizing for smart devices */
	-webkit-text-size-adjust: none;
	background-attachment: fixed;
	color: #666;
}
@font-face {
	font-family: myFirstFont;
	src: url(../calibri.ttf), 
	url(../calibri.eot) format("opentype"); /* IE */
}

img {
	border: 0px; /*by default, browsers add a border around images that are links. This CSS disables this*/
}

h1 {
	font-size: 18px;
	color: #783a0e;
}

h2 {
	font-size: 30px;
	color: #783a0e;
	text-align: left;
}
h3 {
	font-size: 12px;
	color: #783a0e;
	line-height: normal;
}
h4 {
	background-image: url(../images/icon-sub-cat.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	text-decoration: none;
	padding-top: 7px;
}
.formBox {
	font-family: myFirstFont, Calibri, Helvetica, "Times New Roman", Times, "serif sans-serif";
	font-size: 12px;
	color: #666;
	box-shadow: inset 0px 0px 3px #000000;
	border-radius: 7px;
	background-color: #FFFFFF;
	border: none;
	padding: 5px;
}

#container {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#navMenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#navMenu ul li{
	display: block;
	position: relative;
	float: left;
}
#navMenu li ul{
	display: none;
}
#navMenu ul li a{
	display: block;
	text-decoration: none;
	color: #FFF;
	white-space: nowrap;
	width: 90px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 21px;
}
#navMenu ul li a:hover {
	background-color: #CC6600;
}
#navMenu li:hover ul{
	display: block;
	position: absolute;
}
#navMenu li:hover li{
	float: none;
	font-size: 11px;
}
#navMenu li:hover a{
	background-image: url(../images/am/bg-nav-menu.png);
}
#navMenu li:hover li a:hover {
	background-color: #CC6600;
}
#mainContent a:link  {
	color: #666;
	text-decoration: none;
}
#mainContent a:visited  {
	color: #666;
	text-decoration: none;
}
#mainContent a:hover  {
	color: #333;
	text-decoration: underline;
}

#mainContent #amNewsBox  {
	width: 216px;
	float: right;
	margin-left: 25px;
	padding: 25px;
	text-align: left;
	background-image: url(../images/am/bg-news-box.png);
	background-repeat: repeat-y;
}
#mainContent #amNewsBox a:link {
	color: #666;
	text-decoration: none;
}
#mainContent #amNewsBox a:visited {
	color: #666;
	text-decoration: none;
}
#mainContent #amNewsBox a:hover {
	color: #333;
	text-decoration: none;
}

.newsheader {
	font-size: 10.5pt;
	color: #666;
	font-weight: normal;
}
.news {
	font-size: 7.5pt;
	color: #666;
}

.am_main #header{
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 72px;
	background-color: #DDDDDD;
	background-image: url(../images/am/header.jpg);
	background-repeat: no-repeat;
	text-align: left;
} 
/*		START NAV MENU STYLE		*/

.am_main #navMenu{
	height: 26px;
	background-color: #eb6f24;
	background-image: url(../images/am/bg_navMenu.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-left: 200px;
	font-size: 14px;
	color: #FFF;
}
.am_main #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 96px;
	background-image: url(../images/am/bg-sidebar.jpg);
	background-repeat: repeat-x;
	padding: 8px;
	min-height: 436px;
	background-color: #FFF;
}
.am_main #mainContent  {
	width: 750px;
	min-height: 458px;
	font-size: 12px;
	background-image: url(../images/am/bg-main.jpg);
	background-repeat: no-repeat;
	text-align: left;
	background-color: #FFF;
	color: #666;
	padding: 25px;
} 

.am_news #header{
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 72px;
	width: 800px;
	background-color: #DDDDDD;
	background-image: url(../images/am/header.jpg);
	background-repeat: no-repeat;
	position: fixed;
	z-index: 70;
	text-align: left;
} 
/*		START NAV MENU STYLE		*/

.am_news #navMenu{
	height: 26px;
	background-color: #eb6f24;
	background-image: url(../images/am/bg_navMenu.jpg);
	background-repeat: repeat-x;
	padding-left: 200px;
	position: fixed;
	margin-top: 72px;
	padding-right: 200px;
	font-size: 14px;
}
.am_news #mainContent  {
	min-height: 507px;
	float: right;
	width: 638px;
	font-size: 12px;
	clear: both;
	margin-top: 98px;
	background-color: #FFF;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 137px;
	background-image: url(../images/am/bg-main.jpg);
	background-repeat: no-repeat;
	text-align: left;
} 
.am_news #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 96px;
	background-image: url(../images/am/bg-sidebar.jpg);
	background-repeat: repeat-x;
	padding: 8px;
	min-height: 492px;
	background-color: #FFF;
	text-align: center;
	list-style: none;
	margin-top: 98px;
	position: fixed;
}
.am_news #newssidebar1{
	float: left; /* since this element is floated, a width must be given */
	width: 96px;
	background-image: url(../images/am/bg-sidebar.jpg);
	background-repeat: repeat-x;
	padding: 8px;
	min-height: 492px;
	background-color: #FFF;
	text-align: center;
	list-style: none;
}
.am_news #mainContentArea {
	padding-top: 25px;
	padding-bottom: 25px;
	width: 638px;
	min-height: 458px;
	margin-left: 137px;
	margin-right: 25px;
	text-align: left;
}

.am_products #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 72px;
	width: 800px;
	background-color: #DDDDDD;
	background-image: url(../images/am/header.jpg);
	background-repeat: no-repeat;
	position: fixed;
	z-index: 101;
	text-align: left;
}


.am_products #navMenu {
	height: 26px;
	background-color: #eb6f24;
	background-image: url(../images/am/bg_navMenu.jpg);
	background-repeat: repeat-x;
	padding-left: 200px;
	position: fixed;
	margin-top: 72px;
	padding-right: 200px;
	font-size: 14px;
	z-index: 101;
}
.am_products #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 96px;
	background-image: url(../images/am/bg-sidebar-search.jpg);
	background-repeat: no-repeat;
	padding: 8px;
	background-color: #FFF;
	text-align: center;
	list-style: none;
	margin-top: 98px;
	position: fixed;
	z-index: 100;
}
/*      END OF THE PRODUCT CATALOGUE SPECIFICS FOR THIS WEBSITE      */

/*       THIS IS THE START OF THE AFTER MARKET DIVISION NEWS PAGES SPECIFICS OF THE OF THIS WEBSITE       */

.am_products #newssidebar1{
	float: left; /* since this element is floated, a width must be given */
	width: 96px;
	min-height: 436px;
	background-image: url(../images/am/bg-sidebar.jpg);
	background-repeat: repeat-x;
	padding: 8px;
	background-color: #FFF;
	text-align: center;
	list-style: none;
	margin-top: 98px;
	position: fixed;
}

.am_products #mainContent {
	float: right;
	width: 638px;
	min-height: 458px;
	font-size: 12px;
	clear: both;
	margin-top: 98px;
	background-color: #FFF;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 137px;
	background-image: url(../images/am/bg-main.jpg);
	background-repeat: no-repeat;
	text-align: left;
} 
#mainContent #columnOne {
	width: 300px;
	clear: both;
	float: left;
}

#mainContent #columnTwo {
	width: 300px;
	float: right;
}
#mainContent  #featureImg{
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}

#mainContent .post img {
	float: right;
	padding-bottom: 20px;
	padding-left: 25px;
}
#mainContent .info img {
	float: none;
	padding: 0px;
}

.am_products #mainContent #productMain {
	width: 638px;
	height: 430px;
	background-image: url(../images/am/nav/catalogue/products/bg.png);
	background-repeat: no-repeat;
	padding-top: 56px;
	margin-top: 25px;
}


.am_products #mainContent #newIcon {
	float: right;
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}
#mainContent #newIcon img {
	margin-right: 15px;
}


.am_products #mainContent .productsIntro {
	width: 350px;
}
.am_products #mainContent #productSubCatImg {
	float: right;
	clear: both;
	margin-top: 25px;
}
.am_products #productSearch {
	width: 86px;
	background-repeat: repeat-x;
	font-size: 12px;
	margin-top: 8px;
	text-align: center;
	padding: 5px;
	background-color: #f5ab7f;
}
#productSubCat a:link {
	color: #934E03;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

#productSubCat a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #934E03;
	font-size: 14px;
}
#productSubCat a:hover {
	color: #FF9900;
	text-decoration: underline;
	font-size: 14px;
}
#SubCatFeature {
	background-image: url(../images/am/icon-generic-feature.png);
	height: 22px;
	background-repeat: no-repeat;
	padding-left: 34px;
	padding-top: 9px;
}
#SubCatSelection {
	background-image: url(../images/am/icon-generic-selection.png);
	height: 22px;
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-left: 34px;
}
#SubCatInfo {
	background-image: url(../images/am/icon-generic-info.png);
	height: 22px;
	background-repeat: no-repeat;
	padding-left: 34px;
	padding-top: 9px;
}
#SubCatMirrorRadius {
	background-image: url(../images/am/icon-generic-mirror-radious.png);
	height: 22px;
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-left: 34px;
}
#featureLink {
	height: 22px;
}


#newssidebar1 a {
	line-height: 24px;

}
#newssidebar1 a:link {
	font-size: 11px;
	text-decoration: none;
	color: #666;
}
#newssidebar1 a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #666;
}
#newssidebar1 a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
#sidebar1 a {
	line-height: 24px;

}
#sidebar1 a:link {
	font-size: 11px;
	text-decoration: none;
	color: #666;
}
#sidebar1 a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #666;
}
#sidebar1 a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}

#productQuickLinks {
	background-image: url(../images/am/bg_links.gif);
	height: 66px;
	width: 128px;
	background-repeat: no-repeat;
}
.productButtonsAMindex img {
	margin-right: 12px;
}
.contactPageNote {
	width: 155px;
}



#products_display .specifications_h {
	color: #CC6600;
	font-weight: normal;
	font-size: 14px;
}
#products_display .specifications {
	font-size: 10px;
}

#products_display .features_h {
	font-weight: normal;
	color: #CC6600;
	font-size: 14px;
}
#products_display .features {
	font-size: 12px;
}

#products_display .alt_pt_nos_h {
	font-weight: normal;
	color: #CC6600;
}
#products_display   .spare_parts_h    {
	font-weight: normal;
	color: #CC6600;
}
#products_display .spare_part_links {
	font-size: 10px;
	vertical-align: top;
	text-decoration: none;
	line-height: 12px;
}
#products_display .spare_part_links a:link {
	text-decoration: none;
}
#products_display .spare_part_links a:visited {
	text-decoration: none;
}
#products_display .spare_part_links a:hover {
	color: #CC6600;
	text-decoration: none;
}


#products_display .spare_parts_description {
	font-size: 10px;
	vertical-align: top;
	text-decoration: none;
	line-height: 12px;
}



#products_display .part_no {
	font-size: 18px;
	font-weight: bold;
	color: #000066;
}
#products_display .sub_cat {
	font-weight: bold;
	color: #CC6600;
	font-size: 12px;
}
#products_display .description {
	color: #000066;
	font-size: 12px;
	font-weight: normal;
}
#products_display .series {
	font-weight: normal;
	color: #CC6600;
}
#products_display .measurement {
	font-size: 10px;
}

#products_display  .brochure a:link {
	font-size: 16px;
	color: #993366;
	text-decoration: none;
	font-weight: bold;
}
#products_display  .brochure a:visited {
	font-size: 16px;
	color: #993366;
	text-decoration: none;
	font-weight: bold;
}
#products_display  .brochure a:hover {
	font-size: 16px;
	color: #CC6600;
	font-weight: bold;
}
#products_display .technical {
	font-size: 14px;
	color: #993366;
}

#products_display  .technical a:link {
	font-size: 14px;
	color: #993366;
	text-decoration: none;
}

#products_display  .technical a:visited {
	font-size: 14px;
	color: #993366;
	text-decoration: none;
}
#products_display  .technical a:hover {
	font-size: 14px;
	color: #CC6600;
}


#products_display .alt_part_nos {
	font-size: 10px;
	line-height: 12px;
}

#products_display .alt_part_nos a:link {
	font-size: 10px;
	text-decoration: none;
}
#products_display .alt_part_nos a:visited {
	font-size: 10px;
	text-decoration: none;
}
#products_display .alt_part_nos a:hover {
	font-size: 10px;
	color: #CC6600;
	text-decoration: none;
}



#products_display .alt_part_nos_links {
	line-height: 12px;
	font-size: 10px;
}

#products_display .alt_part_nos_links a:link {
	font-size: 10px;
	text-decoration: none;
}
#products_display .alt_part_nos_links a:visited {
	font-size: 10px;
	text-decoration: none;
}
#products_display .alt_part_nos_links a:hover {
	font-size: 10px;
	color: #CC6600;
	text-decoration: none;
}
#trade_shows td  {
	border: 1px solid #CCCCCC;
}

#merchandisingBrochures img {
	padding: 6px;
}

#productReleaseTable a:link {
	text-decoration: none;
	font-size: 14px;
	color: #000099;
}

#productReleaseTable a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #000066;
}

#productReleaseTable a:hover {
	text-decoration: underline;
	font-size: 14px;
}


.product_release_note {
	font-size: 10px;
	font-style: italic;
}


/*      END OF AFTER MARKE DIVISION NEWS PAGES SPECIFICS       */

/*		Wordpress posts styles	*/

.newstitle {
	font-size: 9px;
	text-decoration: none;
	padding-left: 15px;
}
.newstitle a:link {
	color: #000000;
	font-size: 9px;
	text-decoration: none;
}

.newstitle a:hover {
	color: #934E03;
	font-size: 9px;
	text-decoration: none;
}

.newstitle a:visited {
	color: #000000;
	font-size: 9px;
	text-decoration: none;
}

.title a:link {
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

.title a:hover {
	color: #000000;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

.title a:visited {
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

.info a:hover {
	color: #934E03;
}
#newsImage {
	float: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
}

#footermenu {
	background-image: url(../images/bg-footer-menu.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 800px;
	clear: both;
	color: #FFF;
	font-size: 7.5pt;
	font-weight: normal;
	z-index: 200;
}
#footermenu #footermenuam {
	width: 375px;
	padding-top: 6px;
	height: 18px;
	text-align: left;
	padding-left: 25px;
	float: left;
}
#footermenu #footermenuam a:link {
	color: #FFF;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
#footermenu #footermenuam a:visited {
	color: #FFF;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
#footermenu #footermenuam a:hover {
	color: #FFCC00;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
#footermenu #footermenuems {
	width: 375px;
	padding-top: 6px;
	height: 18px;
	text-align: right;
	padding-right: 25px;
	float: right;
}
#footermenu #footermenuems a:link {
	color: #FFF;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
#footermenu #footermenuems a:visited {
	color: #FFF;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
#footermenu #footermenuems a:hover {
	color: #00CCFF;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
#footer {
	color: #FFF;
	text-align: center;
	font-size: 9pt;
	margin-top: 15px;
	width: 670px;
	margin-left: 65px;
	z-index: 200;
}
#footerleftcol {
	float: left;
	height: 30px;
	width: 65px;
	margin-top: 15px;
}
#footerrightcol {
	float: right;
	height: 30px;
	width: 65px;
	margin-top: 15px;
	text-align: right;
}

#footer a:link {
	color: #999;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
#footer a:visited {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
.brands {
	font-size: 12px;
	font-weight: bold;
}
.error {
	font-size: 36px;
	color: #EE1B2C;
}

.note {
	font-size: 10px;
}
.footnote {
	color: #333;
	font-size: 7.5pt;
	line-height: 25px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

