/* @group Global Styles */
body, td {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
}
body {
	text-align: center;
}
table, div {
	text-align: left;
}
a {
	text-decoration: none;
	color : Blue;
}
a:hover {
	text-decoration: underline;
	color : Blue;
}
.friendlyName {
	display: none;
	}
.secondaryName {
	display: none;
	}
#hideLeft, #hideRight {
	display: none;
}
/* @group Header */
#div__header {
	text-align: center;
}
/* @group White Header */

#siteHeader {
	width: 984px;
	height: 72px;
	margin: 0 auto;
	background-color: #fff;
	font-weight: bold;
	text-align: right;
	color: #666;
}
#siteHeader a {
	color: #f00;
	text-decoration: none;
}
#siteHeader a:hover {
	text-decoration: underline;
}
#logo {
	float: left;
	margin-top: 13px;
	padding-left: 10px;
}
#chatImage {
	float: right;
	margin-left: 20px;
	margin-top: 9px;
}
#siteHeader strong {
	font-size: 24px;
	padding-top: 10px;
	display: block;
	color: #000;
}

/* @end */

/* @group NavBar */
#navBar {
	background: #000 url('/site/ssimages/navBack.gif') repeat-x;
	height: 35px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}
#navBar ul {
	display: block;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 984px;
	text-align: left;
}
#navBar li {
	float: left;
	display: block;
	height: 35px;
	overflow: hidden;
	position: relative;
}
#navBar li:hover {
	overflow: visible;
}
#navBar li a {
	display: block;
	padding: 0 20px;
	color: #fff;
	line-height: 35px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-shadow: #7f7f7f -1px -1px 2px;
}
#navBar li a:hover {
	color: #fc0;
	background: transparent url('/site/ssimages/navBackHover.gif') repeat-x;
	text-shadow: #000 1px 1px 2px;
	text-decoration: none;
}
#navBar li#cart {
	text-align: right;
}
#navBar ul ul {
	position: absolute;
	margin: 0;
	left: 0;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #aaa;
	width: 175px;
	background: #ccc;
}
#navBar ul ul li {
	float: none;
	border-bottom: none;
	height: 100%;
}
#navBar ul ul li a {
	color: #333;
	font-size: 11px;
	padding: 5px 10px;
	line-height: normal;
	text-shadow: #fff 1px 1px 2px;
	text-transform: none;
	border-bottom: 1px solid #999;
	border-top: 1px solid #fff;
}
#navBar ul ul li a:hover {
	background: #fc0;
	text-shadow: #ff3 1px 1px 2px;
	color: #000;
}
#navBar ul #minicart {
	color: #ccc;
	font-size: 12px;
	text-align: right;
	float: right;
	font-weight: normal;
	padding-right: 20px;
}
#navBar ul #minicart a {
	font-size: 12px;
	text-transform: none;
	text-shadow: none;
	color: #fc0;
	display: inline !important;
	padding: 0 !important;
	font-weight: normal;
}
#navBar ul #minicart a:hover {
	background: none;
	text-shadow: none;
	text-decoration: underline;
}
#navBar ul ul ul {
	position: absolute;
	left: 174px;
	top: 0;
}

/* @end */

#breadCrumbSrc {
	display: none;
	width: 984px;
	margin: 0 auto;
}
#breadCrumb {
	padding-bottom: 10px;
	color: #999;
	font-size: 11px !important;
}
#breadCrumb a {
	color: #f00;
}
.crumbover {
	font-size: 1em;
}

/* @end */

/* @group Body */
#pageCell {
	background: transparent url('/site/ssimages/pageBack.gif') repeat-x;
	text-align: center;
}
#pageFrame {
	width: 984px;
	margin: 0 auto;
}
#scansmartContent {
	width: 734px;
	border-right: 1px solid #bababa;
}
#rightColumn {
	background: #e5e5e5 url('/site/ssimages/rightBack.gif') repeat-x;
	border-left: 1px solid #fff;
	width: 248px;
	overflow: hidden;
}
#searchForm {
	margin: 0;
	border-bottom: 1px solid #bababa;
}
/* @end */

/* @group Footer */
#siteFooter {
	background: #555;
	padding: 30px 0;
	padding-bottom: 50px;
	text-align: center;
}
#siteFooter table {
	display: block;
	width: 944px;
	margin: 0 auto;
}
#siteFooter a {
	color: #fc0;
}
#siteFooter td {
	color: #fff;
}
#siteFooter td#footerAbout {
	width: 244px;
	background: transparent url('/site/ssimages/footerLogo.gif') no-repeat;
	padding-top: 35px;
	color: #ccc;
	font-size: 11px;
	line-height: 18px;
}
#footerAbout ul {
	margin: 0;
	padding: 0;
	padding-right: 60px;
	list-style-type: none;
}
#footerAbout li {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
#footerAbout li.list {
	color: #fff;
	line-height: 14px;
}
#footerAbout li.list a {
	font-weight: bold;
}
#footerAbout li.list strong {
	display: block;
	text-transform: uppercase;
	color: #aaa;
}
#siteFooter td#footerProducts {
	width: 375px;
}
#siteFooter td#footerBlog {
	width: 325px;
}
#siteFooter h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}
td#footerProducts ul, td#footerBlog ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
td#footerProducts li {
	padding: 5px 0;
	padding-right: 20px;
	color: #aaa;
	font-size: 11px;
}
td#footerProducts a {
	font-size: 11px;
	font-weight: normal;
}
td#footerProducts ul a {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
td#footerBlog li {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 15px;
}
td#footerBlog li a {
	font-size: 12px;
	display: block;
	font-weight: bold;
}
td#footerBlog .date {
	color: #aaa;
}
td#footerBlog p {
	margin: 0;
	line-height: 16px;
}
td#copyrightStatement {
	color: #ccc;
	font-size: 11px;
}
#copyrightStatement a {
	color: #fff;
}
/* @end */

/* @group Right Bar */
#searchForm {
	display: block;
	padding: 20px;
	border-bottom: 1px solid #999;
	color: #666;
	font-size: 11px;
	font-style: oblique;
	margin: 0;
	}
	#searchForm a {
		font-weight: bold;
		font-style: normal;
		color: #333;
		}
	#searchForm input {
		margin-bottom: 3px;
		border: none;
		}
	#searchForm #search {
		width: 150px;
		height: 23px;
		line-height: 21px;
		border: 1px solid #b2b2b2;
		padding-left: 20px;
		background: #fff url('/site/ssimages/searchIcon.gif') top left no-repeat;
		}
#spotForm {
	padding: 20px;
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
	}
	#spotForm textarea {
		width: 200px;
		}
	#spotForm strong {
		display: block;
		font-size: 14px;
		padding-bottom: 3px;
		}
#brandColumn {
	padding: 20px;
	padding-left: 19px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
	text-align: center;
	}
	#brandColumn strong {
		display: block;
		text-indent: -9999px;
		background: transparent url('/site/ssimages/titleBrands.gif') top center no-repeat;
		height: 30px;
		}
	#brandColumn a {
		font-size: 11px;
		color: #c00;
		}
#financingAd {
	padding: 20px;
	border-top: 1px solid #fff;
	background: transparent url('/site/ssimages/financingBack.gif') no-repeat;
	height: 300px;
	text-align: right;
	line-height: 16px;
	font-size: 11px;
	}
	#financingAd strong {
		display: block;
		text-align: left;
		text-indent: -9999px;
		overflow: hidden;
		background: transparent url('/site/ssimages/financingTitle.gif') top right no-repeat;
		height: 25px;
		}
	#financingAd a {
		color: #c00;
		}

/* @end */
/* @end */

/* @group Welcome */
.mainAd {
	height: 300px;
	margin: 20px 0 0 20px;
	background: transparent url('/site/ssimages/promos/zebraHome.jpg') no-repeat;
}
.mainAd strong {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
}
.mainAd h1 {
	margin: 0;
	font-size: 24px;
}
#homeZebraAd {
	color: #B3C7E3;
	padding: 25px;
}
#homeZebraAd strong {
	color: #fff;
	font-weight: normal;
	letter-spacing: 4px;
}
#homeZebraAd h1 a {
	color: #fff;
	font-size: 18px;
	text-decoration: underline;
}
#homeZebraAd h1 a:hover {
	color: #B3C7E3;
	text-decoration: none;
}
#homeZebraAd ul {
	list-style-type: none;
	padding: 0;
	padding-bottom: 7px;
	padding-top: 5px;
	margin: 0;
}
#homeZebraAd li {
	padding-bottom: 3px;
}
a.yellowButton {
	display: block;
	float: left;
	color: black;
	background: #fc0;
	height: 21px;
	padding: 0 20px;
	border-top: 1px solid #ffd633;
	border-left: 1px solid #ffd633;
	border-right: 1px solid #cca300;
	border-bottom: 1px solid #cca300;
	font: bold 11px/21px arial;
	text-shadow: #ff6 1px 1px 1px;
}
a.yellowButton:hover {
	background: #FFB200;
	text-decoration: none;
	text-shadow: #FFE923 1px 1px 1px;
	border-top: 1px solid #FFC013;
	border-left: 1px solid #FFC013;
	border-right: 1px solid #B27C00;
	border-bottom: 1px solid #B27C00;
}

/* @group Products */
#homeMainProduct {
	margin: 0 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	}
#homeMainProduct .prodPhoto {
	float: left;
	}
#homeMainProduct .prodInfo {
	margin-left: 130px;
	}
	#homeMainProduct .prodInfo a {
		font-size: 16px;
		font-weight: bold;
		}
	.prodInfo .stockStatus {
		color: #A0D052;
		}
	.prodInfo p {
		margin: 3px 0;
		line-height: 18px;
		color: #666;
		}
		#homeMainProduct .prodInfo p a {
			color: #0043A0;
			font-size: 12px;
			}
	.prodInfo .price {
		font-size: 16px;
		font-weight: bold;
		}
.homeButton {
	float: none !important;
	display: inline !important;
	font-weight: bold;
	}
.manuf {
	font-weight: bold;
	margin-bottom: 3px;
	}
.processed {
	float: left;
	padding-right: 10px;
	}
#homeProducts {
	padding: 0 20px;
	margin-bottom: 40px;
	}
	#homeProducts table td {
		border-bottom: 1px dotted #ccc;
		}
	#homeProducts td .indProduct {
		padding: 10px 0;
		}
	#homeProducts td h3 {
		margin: 0;
		}
.leftCell {
	border-right: 1px dotted #ccc;
	}
	.leftCell .indProduct {
		margin-right: 10px;
		}
.rightCell .indProduct {
	margin-left: 10px;
	}
	
	.indProduct .stockStatus {
		color: #A0D052;
		margin-bottom: 5px;
		}
	.indProduct .prodPhoto {
		float: left;
		}
	.indProduct .prodInfo {
		margin-left: 110px;
		}
		.indProduct .prodInfo p {
			font-size: 11px;
			line-height: 14px;
			}
			.indProduct .prodInfo p a {
				white-space: nowrap;
				}
		.indProduct .prodInfo .priceWrap {
			font-size: 14px;
			text-align: right;
			}


/* @end */

/* @group homeAds */
#homeAds {
	margin: -38px 19px 20px 20px;
	}
#homeConsumables {
	background: transparent url('/site/ssimages/homeAd2Back.gif') no-repeat;
	height: 112px;
	width: 337px;
	}
	#homeConsumables div {
		padding: 10px 10px 0 152px;
		font-weight: bold;
		}
	#homeAds h2 {
		font-size: 18px;
		line-height: 18px;
		margin: 0;
		}
	#homeAds p {
		font-size: 11px;
		margin: 3px 0;
		font-weight: normal;
		line-height: 13px;
		}
#homeParts {
	margin-left: 20px;
	background: transparent url('/site/ssimages/homeAd3Back.gif') no-repeat;
	width: 337px;
	height: 112px;
	}
	#homeParts div {
		font-weight: bold;
		padding: 10px 0 0 20px;
		color: #fff;
		}
	#homeParts a {
		color: #fc0;
		}
/* @end */

/* @end */

/* @group Category */
.pageContent {
	padding: 20px;
	}
	.pageContent h1 {
		margin: 0;
		padding: 0;
		line-height: normal;
		font: 24px arial;
		}
	.pageContent .intro {
		margin-top: 0;
		font: 12px/18px arial;
		color: #333;
		}

#categoryList {
	float: left;
	width: 219px;
	}
	#categories {
		background: transparent url('/site/ssimages/catBack.gif') repeat-y;
		width: 219px;
		}
	#categoryBrowse {
		background: transparent url('/site/ssimages/catTop.gif') no-repeat;
		height: 40px;
		text-indent: -9999px;
		}
	#categoryList ul {
		margin: 0;
		padding: 0;
		padding-bottom: 40px;
		list-style-type: none;
		font-size: 12px;
		background: transparent url('/site/ssimages/catBottom.gif') bottom left no-repeat;
		}
		#categoryList li {
			margin: 0 11px;
			margin-right: 12px;
			padding: 0;
			width: 196px;
			}
			#categoryList li a {
				display: block;
				padding: 5px 0;
				text-decoration: none;
				padding-left: 18px;
				background: transparent url('/site/ssimages/navArrow.gif') center left no-repeat;
				}
			#categoryList li a:hover {
				background: #f0f0f0 url('/site/ssimages/navArrow.gif') center left no-repeat;
				}
#categoryItems {
	padding-top: 0;
}
#productList {
	float: right;
	width: 456px;
	}
	.productCell {
		padding: 10px 0;
		margin-left: 10px;
		border-top: 1px dotted #ccc;
		font-weight: bold;
		}
		.productCell img {
			float: left;
			margin-right: 10px;
			border: 1px solid #ccc;
			}
		.productCell img:hover {
			border: 1px solid #f00;
			}
		.productCell a {
	color: Blue;
}
		.productCell a:hover {
			color: #f00;
			}
		#productList .productCell .info {
			margin-left: 85px;
			width: 120px;
			overflow: hidden;
			}
		.productCell .sku {
			color: #aaa;
			font-weight: normal;
			font-size: 11px;
			}
		.productCell .price {
			font-size: 14px;
			margin: 5px 0;
			}
			.price span {
				font-size: 10px;
				vertical-align: 3px;
				}
		.productCell a.details, .listBuy {
			display: block;
			padding: 0 10px;
			color: #fff;
			font-size: 11px;
			float: left;
			background: #f00;
			height: 19px;
			line-height: 17px;
			padding-bottom: 1px;
			border-top: 1px solid #ff8080;
			border-left: 1px solid #ff8080;
			border-right: 1px solid #7f0000;
			border-bottom: 1px solid #7f0000;
			text-shadow: #900 -1px -1px 2px;
			white-space: nowrap;
			}
			.productCell a.details:hover, .listBuy:hover {
				text-decoration: none;
				background: #c00;
				text-shadow: #600 -1px -1px 2px;
				border-top: 1px solid #cc5050;
				border-left: 1px solid #cc5050;
				border-right: 1px solid #4c0000;
				border-bottom: 1px solid #4c0000;
				color: #fff;
				}


/* @end */

/* @group Item List */

.counter {
	float: left;
	padding-right: 10px;
}
#itemList {
	background: #fff;
}
#itemList .productCell img {
	border: none;
}
#itemList .productCell {
	width: 100%;
}
.itemAction {
	float: right;
	width: 175px;
	padding-right: 20px;
	font-weight: normal;
}
#itemList .itemAction .price {
	float: left;
	font-weight: bold;
	margin: 0;
	padding-right: 10px;
}
#itemResult #itemList .itemAction form {
	float: right;
	text-align: right !important;
	margin: 0;
}
#itemList .itemAction a {
	font-weight: bold;
	color: #fff;
	float: right;
}


#itemList .itemDetails {
	float: left;
	width: 450px;
}
#itemList .itemDetails a {
	color: #f00;
	font-size: 14px;
}
#itemList .itemDetails a:hover {
	color: #000;
}
#itemList .itemDetails p {
	font-weight: normal;
	margin: 5px 0;
}


.stockStatus {
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
}
.greenLight {
	color: #0c0;
}

/* @group Pagination */
.bottomPages td {
	padding-top: 10px;
}
.topPages td {
	padding-bottom: 10px;
}
.pagination td {
	font-size: 12px;
	padding-right: 5px; 
}
.pagination td a {
	font-size: 12px;
	color: #f00;
	line-height: normal;
}
.bglt, .medtextbold, medtext {
	font-size: 12px;
	line-height: normal;
	background: transparent;
	font-weight: normal;
}


/* @end */

/* @end */

/* @group Saved Searches */
#catImage {
	float: left;
	margin: 5px 10px 10px 0;
	
}
.intro dl {
	margin: 0;
	font-size: 11px;
	margin-bottom: 30px;
	line-height: normal;
}
.intro dt {
	font-weight: bold;
	margin: 0;
	margin-top: 10px;
}
.intro dd {
	margin: 0;
}

/* @end */

/* @group ProductDetail */
#itemDetail .intro {
	font-weight: bold;
	font-size: 14px;
	color: #333;
	margin: 10px 0;
	margin-top: 5px;
}
#productDetails {
	background: #fff;
	padding: 20px;
}
#pricingColumn {
	width: 436px;
	float: left;
	}
	#pricingColumn p {
		margin: 0;
		font-size: 12px;
		line-height: 18px;
		color: #333;
		}
	#pricing {
		margin-top: 20px;
		background: transparent url('/site/ssimages/buyBack.gif') repeat-y;
		}
		#pricing div.wrapper {
			background: transparent url('/site/ssimages/buyTop.gif') no-repeat;
			padding-top: 16px;
			}
		#pricing table {
			background: transparent url('/site/ssimages/buyBottom.gif') bottom left no-repeat;
			}
		#pricing .ourPrice {
			color: #f00;
			font-weight: bold;
			}
		#pricing .listPrice {
			color: #666;
			text-decoration: line-through;
			}
		#pricing .stockStatus {
			font-size: 12px;
			padding-bottom: 30px;
			}
		#pricing td {
			padding: 6px 21px;
			font-size: 14px;
			}
		.priceNumber {
			text-align: right;
			}
		.priceNumber .percent {
			color: #999;
			font-style: italic;
			}
		#pricing .sku {
			float: left;
			color: #999;
			font-size: 12px;
			}
		#pricing form {
			font-size: 14px;
			background: #fff;
			}
		#pricing .buy {
			float: right;
			text-align: right;
			display: block;
			padding-bottom: 30px;
			}
		#pricing .buyBail {
			font-size: 11px;
			text-align: right;
			margin: 3px;
			}
		#pricing .buyBail a {
			color: #333;
			text-decoration: underline;
			}
#photoColumn {
	width: 200px;
	float: right;
}
#accessories {
	clear: both;
	padding-top: 1px;
	background: transparent url('/site/ssimages/prodDivider.gif') no-repeat;
}
#productSpecs {
	clear: both;
	padding: 10px 0;
	color: #f00;
}
#productSpecs a {
	color: #f00;
}

/* @end */

/* @group Information Item */
.informationItem {
	padding: 20px;
}
.informationItem h1 {
	margin: 0;
	padding-bottom: 10px;
}
.informationItem h2 {
	margin: 0;
}
.informationItem p {
	margin: 0;
	margin-bottom: 10px;
	line-height: 18px;;
}
/* @end */
