/* only put styles unique to the inside pages in this style sheet */
.selector {
	position:relative;
	float:right;
	width:685px;
	background:#260400 url(/images/selectorBgRepeat1.jpg) repeat-x;
	margin:0 0 20px 0;
	padding:40px 15px 15px;
}
.tabContentWrap {
	border-top:3px solid #b33109;
	margin-bottom: 1em; 
	padding:0px;
	background: #ffffff;
	float:left;
	width:685px;
}
.tabContentTop {
	border-bottom:2px solid #6d1e05; 
	padding: 10px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e1ddcf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1ddcf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#e1ddcf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#e1ddcf 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#e1ddcf 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1ddcf',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffff 0%,#e1ddcf 100%); /* W3C */
	float:left;
	width:665px;
}
.tabContentBottom {
	padding: 0 0 10px 10px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e1ddcf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1ddcf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#e1ddcf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#e1ddcf 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#e1ddcf 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1ddcf',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffff 0%,#e1ddcf 100%); /* W3C */
	float:left;
	width:675px;
	overflow:visible;
	z-index:99999;
}
.selector h3 {
/*	text-indent:-99999px;
	background:url(/images/sinclair/selector/titleAmmoHunter.png);*/
	font-family: 'Orbitron', arial, serif;
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	width:233px;
	height:32px;
	position:absolute;
	top:12px;
	left:14px;
}
.selectorContainer {
	float:left;
	width:215px;
	height:136px;
	border:1px solid #666;
	margin-left:7px;
}
.tabcontent div.selectorContainer:first-child {
	margin-left:0px;
}
	
.selectorContainer h4 {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	padding:4px 0 4px 25px;
	margin:0;
	width:190px;
	border-bottom:2px solid #b33109;
	background:#fff url(/images/sinclair/selector/selectorContainerBg.png) no-repeat;
}
.selectorList {
	background:#fff;
	height:98px;
	overflow:auto;
	padding:4px 8px;
}
.selectorList div{
	width:180px;
}
.selectorText {
	list-style:none;
	margin:0;
	padding:5px 0 0 0;
	clear:both;
	float:left;
	width:100%;
}
.selectorText li.instructions {
	margin:0;
	padding:0;
	float:left;
	width:75%;
}
.selectorText li.actions {
	margin:0;
	padding:0;
	float:right;
	width:20%;
	text-align:right;
}
.selectorText li.actions a {
	color:#fff;
	padding:2px 4px;
	text-align:center;
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1); 
	border:1px solid #6d1e05;
	background: #b23109; /* Old browsers */
	background: -moz-linear-gradient(top, #b23109 0%, #6d1e05 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b23109), color-stop(100%,#6d1e05)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b23109 0%,#6d1e05 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b23109 0%,#6d1e05 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #b23109 0%,#6d1e05 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23109', endColorstr='#6d1e05',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #b23109 0%,#6d1e05 100%); /* W3C */
}
.selectorText li.actions a:hover {
	background: #b23109; /* Old browsers */
	text-decoration:none;
}
.titleBar2 {
	width:130px;
	font-weight:bold;
	font-size:9px;
	text-transform:uppercase;
	cursor: hand;
	cursor: pointer;
	color:#fff;
	height:25px;
	line-height:25px;
	padding:0 0 0 0;
	margin:-15px 0 0 270px;
	text-align:center;
	position:relative;

text-shadow: 1px 1px 2px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1); 
	border:1px solid #6d1e05;
background: #b23109; /* Old browsers */
background: -moz-linear-gradient(top, #b23109 0%, #6d1e05 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b23109), color-stop(100%,#6d1e05)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b23109 0%,#6d1e05 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b23109 0%,#6d1e05 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #b23109 0%,#6d1e05 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23109', endColorstr='#6d1e05',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #b23109 0%,#6d1e05 100%); /* W3C */
}
.titleBar2:hover {
background: #b23109; /* Old browsers */
}

.titleBar2.disabled, .titleBar2.disabled:hover {
	color:#CCC;
	border:1px solid #666;
background: #999; /* Old browsers */
background: -moz-linear-gradient(top, #999 0%, #666 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999), color-stop(100%,#666)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #999 0%,#666 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #999 0%,#666 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #999 0%,#666 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999', endColorstr='#666',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #999 0%,#666 100%); /* W3C */
}


.titleBar2 .accordsuffix {
	right:65px;
	bottom:2px;
	position:absolute;
	height:6px;
}
.homepage_categories .titleBar2 .accordsuffix img {
	float:left;
	padding:0;
}
.containerContent2 {
	font-size:12px;
	margin:0 0 0 0;
	padding:4px 0 0;
	overflow:hidden;
}
.moreSelectorsList {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.moreSelectorsList li {
	float:left;
	width:216px;
	height:50px;
	margin:0 7px 0 0;
	padding:0;
}

.moreSelectorsList li label {
	display:block;
	font-weight:bold;
}
.moreSelectorsList li select {
	width:100%;
	border:1px solid #666;
}

/*.............................................*/
.threeColumn .column2 {
	float:left;
	width:495px;
	padding:0 0 10px 0;
}
.threeColumn .column3 {
	color:#ffeebb;
	float:right;
	width:210px;
}
.twoColumnRight .column1 {
	display:none;
}
.twoColumnRight .column2 {
	float:left;
	width:705px;
	padding:0 0 10px 0;
}
.twoColumnRight .column3 {
	color:#ffeebb;
	float:right;
	width:210px;
}
.twoColumnLeft .column1 {
	float:left;
	width:210px;
}
.twoColumnLeft .column2 {
	float:right;
	width:715px;
	padding:0 0 10px 0;
}
.twoColumnLeft .column3 {
	display:none;
}
.oneColumn .column1, .oneColumn .column3 {display:none;}
.oneColumn .column2 {
	float:right;
	width:930px;
	padding:0 0 10px 0;
}
.tabsColumn1 {
	float:left;
	width:270px;
	padding:0 0 10px 0;
}
.tabsColumn2 {
	float:right;
	width:380px;
}
.inside .column3 .promoBox.callToAction .wrapper {
	width:170px;
	padding:0 10px;
}
.inside.account .column3 .promoBox.callToAction .wrapper {
	width:208px;
	padding:0;
}
.inside .column3 .promoBox.callToAction .wrapper.full {
	width:190px;
	padding:0;
}
.inside .column1 .promoBox.product .wrapper {
	width:170px;
	padding:0 0 0 10px;
}
.inside .column3 .promoBox.product .wrapper {
	width:198px;
	padding:0 0 0 10px;
}

.insideBanner {
	float:right;
	padding:0 0 10px 0;
	width:495px;
}
.insideBannerAd, .insideBannerAd2 {
	float:right;
	width:495px;
	padding:15px 0 10px 0;
}


/* product list */
.prodList {
	float:left;
	width:490px;
	clear:both;
	}
.prodList.gridView {
/*	border-right:1px dotted #9d8660;*/
	}
.ajax__tab_panel .prodListInTabs {
	width:468px;
}
.schematics .prodList, .gunTech .prodList {
	width:100%;
	}
.prod {
	float:left;
	width:100%;
	padding:10px 0;
	border-bottom:1px dotted #9d8660;
	}
.gridView .prod {
	float:left;
	width:162px;
	height:310px;
	padding:10px 0 10px 0px;
	border-bottom:1px dotted #9d8660;
/*	border-bottom:1px dotted #9d8660;
	border-left:1px dotted #9d8660;*/
	}
.ajaxTabs div.prod {
	padding:10px 0;
	}
.prodThumb {
	float:left;
	width:104px;
	}
.gridView .prodThumb {
	float:left;
	width:140px;
	margin-bottom:5px;
	}
.prodThumb a {
	float:left;
	position:relative;
	}
.prodThumb img {
	float:left;
	width:90px;
	border:1px solid #d3c39c;
	}
.gridView .prodThumb img {
	width:138px;
	}
.prodListDetails {
	float:left;
	width:384px;
	color:#3b1f05;
	position:relative;
	}
.gridView .prodListDetails {
	width:150px;
	color:#3b1f05;
	position:relative;
	}
/*  test and target  */
/*  buttonTest1 & 2 are used in each sku listing */
.buttonTest1 {
	position:absolute;
	right:0;
	top:50px;
    visibility:hidden;
}
.buttonTest1 a {
	text-indent:-99999px;
	display:inline-block;
	width:110px;
	height:29px;
	background:url(/images/ttSelectItems.png) no-repeat;
}
.buttonTest1 a:hover {
	background:url(/images/ttSelectItems.png) no-repeat 0 -29px;
}
.buttonTest2 {
	position:absolute;
	right:0;
	top:50px;
    visibility:hidden;
}
.buttonTest2 a {
	text-indent:-99999px;
	display:inline-block;
	width:110px;
	height:29px;
	background:url(/images/ttSelectStockNumbers.png) no-repeat;
}
.buttonTest2 a:hover {
	background:url(/images/ttSelectStockNumbers.png) no-repeat 0 -29px;
}


/*  buttonTest3 & 4 are used at the top of the product page to jump down to the skus */

li.buttonTest3 {
	display:none;
}
.buttonTest3 a {
	text-indent:-99999px;
	display:inline-block;
	width:110px;
	height:29px;
	background:url(/images/ttSelectStockNumbers3.png) no-repeat;
	margin-bottom:20px;
}
.buttonTest3 a:hover {
	background:url(/images/ttSelectStockNumbers3.png) no-repeat 0 -29px;
}
li.buttonTest4 {
	display:none;
}
.buttonTest4 a {
	text-indent:-99999px;
	display:inline-block;
	width:110px;
	height:29px;
	background:url(/images/ttSelectItems4.png) no-repeat;
	margin-bottom:20px;
}
.buttonTest4 a:hover {
	background:url(/images/ttSelectItems4.png) no-repeat 0 -29px;
}

/* end test and target */
.ajaxTabs .prodListDetails {
	width:360px;
	}
.prodListDetails dt {
	font-weight:bold;
	font-size:12px;
	padding:0 0 3px 0;
	}
.gridView .prodListDetails dt {
	max-height:57px;
	overflow:hidden;
	}
.prodDescription {
	padding:0 0 7px 0;
}
.priceRange {
	font-weight:bold;
	font-size:12px;
	padding:0 0 7px 0;
	}
.prodMfr {
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	}
.prodListDetails label {
	font-weight:normal;
	font-style:italic;
	font-size:11px;
	padding:0 5px 0 0;
	}
.learnMore {
	position:absolute;
	right:0;
	bottom:0;
	width:80px;
	text-align:right;
}
.learnMore a {
	color:#b72b00;
	padding-right:8px;
	background:url(/images/bullet3.gif) no-repeat right 5px;
}
/* -- relevancy -- */
.prodRelevancy {
	float:right;
	width:30px;
	padding:0 0 0 10px;
	text-align:center;
	}
.relevancy {
	float:left;
	width:13px;
	height:72px;
	text-indent: -9000px;
	background-image:url(/images/relevancy.png);
	background-repeat:none;
	background-position:right top;
	margin-left:7px;
	}
.relevancy.L10 { background-position: 0px top;}
.relevancy.L9 {	background-position: -14px top;}
.relevancy.L8 {	background-position: -28px top;}
.relevancy.L7 {	background-position: -42px top;}
.relevancy.L6 {	background-position: -56px top;}
.relevancy.L5 {	background-position: -70px top;}
.relevancy.L4 {	background-position: -84px top;}
.relevancy.L3 {	background-position: -98px top;}
.relevancy.L2 {	background-position: -112px top;}
.relevancy.L1 {	background-position: -126px top;}
/* guntech list */
.gtList {
	float:left;
	width:488px;
	}
.gtItem {
	float:left;
	width:490px;
	padding:10px 0;
	border-bottom:1px dotted #9d8660;
	}
.gtThumb {
	float:left;
	width:104px;
	}
.gtThumb span {
	clear:both;
}
.gtThumb span.mediaType, .gtThumb span.mediaType a {
	color:#1C443F;
	font-weight:bold;
}

.gtThumb img {
	float:left;
	width:90px;
	border:1px solid #d3c39c;
	}
.gtThumb input {
	float:left;
	width:90px;
	border:1px solid #d3c39c;
	}
.gtThumb a {
	position:relative;
	float:left;
}
.gtListDetails {
	float:left;
	width:384px;
	color:#3b1f05;
	position:relative;
	}
.gtListDetails dt {
	font-weight:bold;
	font-size:12px;
	padding:0 0 3px 0;
	color:#1C443F;
	}
.gtListDescription {
	padding:0 0 7px 0;
}
.gtListDetails label {
	font-weight:normal;
	font-style:italic;
	font-size:11px;
	padding:0 5px 0 0;
	}
.learnMore {
	position:absolute;
	right:0;
	bottom:0;
	width:80px;
	text-align:right;
}
.gridView .learnMore {
	right:0;
	bottom:5px;
}
.learnMore a {
	color:#b72b00;
	padding-right:8px;
	background:url(/images/bullet3.gif) no-repeat right 5px;
}
/* -- h1 bread crumb --*/
h1.breadCrumb {
	float:left;
	list-style:none;
	margin:0;
	padding:0 0 10px 0;
	width:100%;
	font-weight:normal;
	font-size:11px;
}
h1.breadCrumb li {
	float:left;
	white-space:nowrap;
}
h1.breadCrumb a {
	background:transparent url(/images/bullet1.gif) no-repeat scroll right 50%;
	color:#7d3f10;
	margin:0 4px 0 0;
	padding:0 7px 0 0;
	white-space:nowrap;
}
/* -- bread crumb --*/
.breadCrumb {
	float:left;
	list-style:none;
	margin:0;
	padding:0 0 10px 0;
	width:100%;
}
.breadCrumb li {
	float:left;
	white-space:nowrap;
}
.breadCrumb a {
	background:transparent url(/images/bullet1.gif) no-repeat scroll right 50%;
	color:#7d3f10;
	margin:0 4px 0 0;
	padding:0 7px 0 0;
	white-space:nowrap;
}
.breadCrumb li h1 {
    color: #3B1F05;
    font-size: 11px;
}
.breadCrumb a:link, .breadCrumb a:visited {
}
.contentHeader {
	float:left;
	position:relative;
	width:490px;
	overflow:hidden;
}
.contentHeader p {
	margin:0;
	padding:0 0 10px 0;
}
.contentHeader h2 {
	width:280px;
}
.sortRow {
	position:relative;
	float:left;
	width:480px;
	list-style:none;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted #9D8660;
}
.itemsPerPage {
	float:left;
	width:35%;
}
.gridOrList {
	position:absolute;
	left:180px;
	top:1px;
}
.gridOrList label {
	padding-top:1px;
	display:inline-block;
}
.gridOrList a {
	display:inline-block;
	text-indent:-99999px;
	width:17px;
	height:17px;
}
.gridOrList a.btnGridView {
	background:url(/images/gridOrList.png) no-repeat 0 -34px;
}
.gridOrList a.btnGridView.selected {
	background:url(/images/gridOrList.png) no-repeat 0 0;
}

.gridOrList a.btnGridView:hover {
	background-position:0 -17px;
}
.gridOrList a.btnListView {
	background:url(/images/gridOrList.png) no-repeat -17px -34px;
}
.gridOrList a.btnListView.selected {
	background:url(/images/gridOrList.png) no-repeat -17px 0;
}
.gridOrList a.btnListView:hover {
	background:url(/images/gridOrList.png) no-repeat -17px -17px;
}

.sort {
	text-align:right;
	float:right;
	width:40%;
}
.sortRow label {
	font-weight:bold;
	padding-right:5px;
}
.orderSearch {margin:0 0 10px 0; float:left; width:100%;}
.orderSearch .input {float:left; margin-right:5px;}
.listControls {
	float:left;
	width:480px;
	padding:5px;
	
}
#ctl00_ContentPlaceHolder2_dpProducts {
	padding:0;
	margin:0 0 0 0;
}
.listControls span span {
	font-weight:bold;
	background:#fff;
	padding:0px 3px;
	margin:0;
	border:1px solid #d3c39c;
}
.listControls .pageLinks {
	margin: 0 2px 0 2px;
}
.listControls .activePage {
	margin: 0 2px 0 2px;
}
.inside .listControls {
	color:#7d3f10;
	border-bottom:4px solid #7d3f10;
	background-color:#f2ede1;
}
.account .listControls {
	width:661px;
	margin-bottom:10px;
	padding:3px;
}
.gunTech .listControls {
	color:#1C443F;
	border-bottom:4px solid #1C443F;
	background-color:#e4f4ea;
}
.gunTech .listControls a {
	color:#1C443F;
}
.listControls .pager {
	float:right;
}
.pager ul {
	position:relative;
	list-style:none;
	margin:0;
	padding:0 18px;
}
/* headerbtns */

/*.pager .previous {
	width:13px;
	height:13px;
	
	padding:0;
}*/
.pager a.previous {
	position:absolute;
	left:0;
	top:1px;
	display: block;
	text-indent:-9999px;
	height:13px;
	width:13px;
	background-image:url(/images/pagerBtnPrevious.png);
	background-position:0 0;
	background-repeat:no-repeat;
	margin:0 5px 0 0;
	}
/*.pager .next {
	float:right;
	width:13px;
	height:13px;

	padding:0;
}*/
.pager a.next {
	position:absolute;
	right:0;
	top:1px;
	display: block;
	text-indent:-9999px;
	height:13px;
	width:13px;
	background-image:url(/images/pagerBtnNext.png);
	background-position:0 0;
	background-repeat:no-repeat;
	margin:0 0 0 5px;
	}

.pager a.previous:hover, .pager a.next:hover {
	background-position:0 -13px;
}
a.previous[disabled], a.previous:hover[disabled], a.next[disabled], a.next:hover[disabled] {
	background-position:0 -26px;
}
.listControls .results {
	float:left;
	padding-right:15px;
}
.row {
	float:left;
	width:490px;
	padding:10px 0;
	border-top:1px dotted #9d8660;
}
.row.first {
	border-top:none;
}
.listWrap .item {
	float:left;
	width:32%;
	color:#7d3f10;
}
.listWrap .item .thumb a {
	float:left;
	position:relative;
}
.listWrap .item img {
	border:1px solid #d3c39c;
}
.listWrap .itemNumber {
	clear:both;
}
.listWrap .itemTitle {
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 5px 0;
}
.listWrap .price {
	color:#3b1f05;
	font-weight:bold;
	clear:both;
}
.listWrap .ratingWrap {
	padding:0 0 5px 0;
}
.detailWrap {
	float:left;
}
.skuScrollWrap .detailWrap {
	width:700px;
}
.detailWrap .jeff {
	
}
.detailWrap .images {
	float:left;
	margin:0 20px 0 0;
	width:252px;
}
.detailWrap .images dt {
	padding:0 0 0 0;
	margin:0 0 7px 0;
	border:1px solid #d3c39c;
	position:relative;
	width:250px;
	height:250px;
}
.detailWrap .images dt em {
	font-size:9px;
	position:absolute;
	bottom:5px;
	left:5px;
	line-height:1em;
	width:125px;
	color:#B72B00;
}
.detailWrap .images dt span {
	position:absolute;
	top:233px;
	right:8px;
	width:50px;
	height:15px;
	background:url(/images/iconEnlarge.png) no-repeat;
	text-indent:-9999px;
}
.detailWrap .images dt img {
	width:250px;
	height:250px;
}
.detailWrap .images dt span img {
	border:none;
}

.detailWrap .images dd {
	float:left;
	padding:0;
}
.detailWrap .images .thumb img {
	border:1px solid #d3c39c;
	margin-right:6px;
}
.detailWrap .images dd.enlarge {
	padding-top:11px;
	float:right;
}
.detailWrap .images dd.actionButtons {
	padding-top:15px;
	clear:both;
}
.detailWrap .images dd.actionButtons ul {
	list-style:none;
}
.detailWrap .images dd.actionButtons li {
	float:left;
	clear:both;
	margin:0 0 5px 0;
}
.itemInfoWrap {
	float:left;
	width:220px;
	font-size:12px;
	color:#3b1f05;
	/*color:#7d3f10;*/
}
.itemInfo {
	list-style:none;
	margin:0;
	padding:0;
}
.itemInfo li {
	margin:0;
	padding:0 0 10px 0;
}
.itemInfo li.itemManufacturerLogo {
	padding-bottom:5px;
}
.status em, .inventory em {color:#C00; font-weight:bold;}
.color01 {color:#006633;} /* green */
.color02 {color:#C00;} /* red */
.itemManufacturerLogo img {
	max-height:50px;
}
.itemTeaser {
	font-weight:bold;
}
.itemInfo li label {
	color:#3b1f05;
	padding:0 5px 0 0;
	font-weight:bold;
}
.itemDescription {
	background:yellow;
}
.addToCartWrap {
	clear:both;
	float:left;
	height:50px;
	background:url(/images/addToCartLeft.gif) no-repeat left top;
	padding:0 0 0 4px;
}
.addToCartWrap ul {
	float:left;
	list-style:none;
	background:url(/images/addToCartRight.gif) no-repeat right top;
	padding:0 14px 0 9px;
	margin:0;
	width:189px;
}
.addToCartWrap ul li.qty {
	float:left;
	padding:15px 15px 0 0;
}
.addToCartWrap ul li.qty .input {
	font-size:13px;
}
.addToCartWrap ul li.qty label {
	padding-left:5px;
	font-weight:bold;

}
.addToCartWrap ul li.action {
	padding:10px 0;
	float:right;
}

/* -- product ratings -- */
.ratingWrap {
	float:left;
	padding:0 0 10px 0;
}
div.prStars.prStarsSmall {
	height:15px;
	line-height:15px;
	width:83px;
	float:left;
}
div.prSnippetNumberOfRatingsText {
	font-size:10px;
	float:left;
	width:72px;
	padding-left:5px;
}
.item .action a {
	font-weight:bold;
	color:#b72b00;
}
.moreItems label {
	padding:0 4px 0 0;
}
.moreItems .rightMargin {
	margin-right:10px;
}
/* -- schematicsIcons -- */
.schematicsWrap {
	float:left;
	border-color:#d3c39c;
	border-style:solid;
	border-width:1px 0 0 1px;
	margin:0;
	padding:0;
}
.schematicsIcons {
	width:504px;
	float:left; 
	list-style:none;
	margin:0;
	padding:0;
}
.schematicsIcons li {
	float:left;
	height:100px;
	width:125px;
	border-color:#d3c39c;
	border-style:solid;
	border-width:0 1px 1px 0;
	margin:0;
	padding:20px 0 0 0;
	position:relative;
}
.schematicsIcons li p {
	width:125px;
	text-align:center;
	margin:0;
	padding:0;
}
.schematicsIcons li p.make {
	position:absolute;
	left:0;
	bottom:5px;
}
.schematicsIcons li img {
	max-height:70px;
	max-width:100px;
}

/* -- schematicsIcons -- */
.schematicsList {
	margin-bottom:20px;
}
.schematicsList dt {
	font-size:14px;
	font-weight:bold;
}
.schematicImageWrap {
	width:100%;
	text-align:center;
	margin-bottom:15px;
/*	width:715px;
	overflow:auto;
*/}
.schematicsModalSkuList {
	overflow:auto;
	height:300px;
	margin-bottom:5px;
}
.multipleSKUListWrap {
	height:465px;
	overflow:auto;
}
.faqFilter {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
.faqFilter li {
	float:left;
	margin:0;
	padding:0 20px 0 0;
}
.faqInput {
	border:1px solid #D3C39C;
	color:#7D3F10;
	font-size:11px;
}
.faqDetail dt {
	font-weight:bold;
}
.faqDetail dd {
	margin:0 0 0 15px;
}
.faqDetail  {
	margin:0 0 20px 0;
}
.faqDetail dd.techNumber {
	margin-top:15px;
}
/* -- added by s bertsch for new home page banner ad in the header */
.homeBannerAd3 {position:relative; left:250px; top:22px;}
.careerCategory {
	display:inline-block;
	border:1px solid #8E2100;
	background:#FFEEBB;
	padding:8px;
}
.careerCategory label {
	font-size:14px;
	font-weight:bold;
}
