/* only put styles unique to the inside pages in this style sheet */
.selector {
	position:relative;
	float:right;
	width:685px;
	background:#000 url(/images/sinclair/selector/selectorBgRepeat1.jpg);
	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;
	font-weight:bold;
}
.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;
}
.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 .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:180px;
	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;
	}
.ajax__tab_panel .prodListInTabs {
	width:468px;
}
.schematics .prodList, .gunTech .prodList {
	width:100%;
	}
.prod {
	float:left;
	width:100%;
	padding:10px 0;
	border-bottom:1px dotted #707070;
	}
.gridView .prod {
	float:left;
	width:162px;
	height:310px;
	padding:10px 0 10px 0px;
	border-bottom:1px dotted #707070;
	}
.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 #DBD4C3;
	}
.gridView .prodThumb img {
	width:138px;
	}
.prodListDetails {
	float:left;
	width:384px;
	color:#333333;
	position:relative;
	}
.gridView .prodListDetails {
	width:150px;
	color:#333333;
	position:relative;
	}
/*  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;
	}
.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:no-repeat;
	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 #707070;
	}
.gtThumb {
	float:left;
	width:104px;
	}
.gtThumb input {
	float:left;
	width:90px;
	border:1px solid #d3c39c;
	}
.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 a {
	position:relative;
	float:left;
}
.gtListDetails {
	float:left;
	width:384px;
	color:#333333;
	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;
}
.learnMore a {
	color:#b72b00;
	padding-right:8px;
	background:url(/images/bullet3.gif) no-repeat right 5px;
}
/* -- bread crumb --*/
.breadCrumb {
	float:left;
	list-style:none;
	margin:0;
	padding:0 0 10px 0;
	width:100%;
}
.gunTech .breadCrumb {
	display:none;
}
.breadCrumb li {
	float:left;
	white-space:nowrap;
}
.breadCrumb a {
	background:transparent url(/images/sinclair/bullet1.png) no-repeat scroll right 50%;
	margin:0 4px 0 0;
	padding:0 7px 0 0;
	white-space:nowrap;
}
.breadCrumb li h1 {
	color:#333;
    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;
}
.ammoFilterWrap {
	float:left;
	margin-bottom:10px;
	border-width:5px;
	border-color:#000;
	border-style:solid;
}
.ammoFilterWrap img {
	float:left;
	margin:0 0 0 0;
	padding:0;
}
.ammoFilterWrap h3 {
	margin:0 0 0 0;
	padding:5px 0 9px 10px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	background:#63280d url(/images/sinclair/mainNavBg.jpg) repeat-y left top;
	position:relative;

}
.ammoFilterWrap h3 span {
	position:absolute;
	top:5px;
	right:14px;
}
.ammoFilterWrap h3 span a {
	display:inline-block;
	background: #555555; /* old browsers */
	background: -moz-linear-gradient(top, #555555 0%, #333333 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#301306), color-stop(100%,#333333)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#301306', endColorstr='#333333',GradientType=0 ); /* ie */
	padding:2px 5px;
	border:3px solid #000;
	color:#fff;
	font-size:12px;
}
.ammoFilterWrap h3 span a:hover {
	background:#333;
	text-decoration:none;
}
.ammoFilterWrap ul {

	float:left;
	margin:0;
	list-style:none;
	padding:0 10px 0 10px;
	background: #301306; /* old browsers */
	background: -moz-linear-gradient(top, #301306 0%, #333333 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#301306), color-stop(100%,#333333)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#301306', endColorstr='#333333',GradientType=0 ); /* ie */
}

.ammoFilterWrap li {
	width:47%;
	float:left;
	margin:0 0 9px 0;
	padding:4px;
	background-color:#666;
}
.ammoFilterWrap li.leftCol {
	margin-right:7px;
}
.ammoFilterWrap li .select {
	width:100%;
}
.sortRow {
	position:relative;
	float:left;
	width:480px;
	list-style:none;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted #707070;
}
.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 #817456;
	background: #fbf9f5; /* old browsers */
	background: -moz-linear-gradient(top, #fbf9f5 0%, #efece2 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbf9f5), color-stop(100%,#efece2)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf9f5', endColorstr='#efece2',GradientType=0 ); /* ie */
}
.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 #707070;
}
.row.first {
	border-top:none;
}
.listWrap .item {
	float:left;
	width:32%;
}
.listWrap .item .thumb a {
	float:left;
	position:relative;
}
.listWrap .item img {
	border:1px solid #83859E;
}
.listWrap .itemNumber {
	clear:both;
}
.listWrap .itemTitle {
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 5px 0;
}
.listWrap .price {
	color:#333333;
	font-weight:bold;
	clear:both;
}
.listWrap .ratingWrap {
	padding:0 0 5px 0;
}
.detailWrap {
	float:left;
}
.skuScrollWrap .detailWrap {
	width:700px;
}
.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 #83859E;
	position:relative;
	width:250px;
	height:250px;
}
.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 em {
	font-size:9px;
	position:absolute;
	bottom:5px;
	left:5px;
	line-height:1em;
	width:125px;
	color:#B72B00;
}
.detailWrap .images dt span img {
	border:none;
}

.detailWrap .images dd {
	float:left;
	padding:0;
}
.detailWrap .images dt img {
	width:250px;
	height:250px;
}
.detailWrap .images .thumb img {
	border:1px solid #83859E;
	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:#333333;
	/*color:#7d3f10;*/
}
.itemInfo {
	list-style:none;
	margin:0;
	padding:0;
}
.itemInfo li {
	margin:0;
	padding:0 0 10px 0;
}
.itemManufacturerLogo img {
	max-height:50px;
}
.itemTeaser {
	font-weight:bold;
}
.color01 {color:#006633;} /* green */
.color02 {color:#C00;} /* red */
.itemInfo li label {
	color:#333333;
	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:715px;
	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;
	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;
}
.searchInput {
	position:relative;
	border:1px solid #83859E;
	background:white;
	padding:4px 0;
	height:18px;
}
.searchInput input {
	position:absolute;
	top:3px;
	left:2px;
	width:128px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#272B5E;
	border:1px solid #fff;
}
.searchInput a {
	position:absolute;
	top:3px;
	right:2px;
}
/* -- added by s bertsch for new home page banner ad in the header */
.homeBannerAd3 {position:relative; left:80px; top:38px;}
.careerCategory {
	display:inline-block;
	border:1px solid #8E2100;
	background:url("/images/sinclair/col1BoxGradient.png") repeat-x;
	padding:8px;
}
.careerCategory label {
	font-size:14px;
	font-weight:bold;
	color:#b72b00;
}
