@charset "utf-8";
/* HTML TAGS */
html {
	overflow-y:scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px auto;
	padding: 0px;/**/
	background: #FFFFFF;
	background: url('bg_tile.gif');
}
td {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 10pt;*/
	color: #333333;
}
h1, h2, h3, h4, h5 {
	color: #333333;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0px;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h4, h5, h6 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color: #225F99;
	text-decoration: none;
}
a:hover, a:active {
	color:#0C406C;
	text-decoration: none;
}
/* IDs */

/**/
#wrapper {
	background:#99CDFF url('bg-h-tile-2.jpg') repeat-x scroll/**/;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#container {
	display:block;
	text-align:center;	
	font-family: Arial, Helvetica, sans-serif;
	width: 996px !important;
	background: #FFF;
	padding: 0;
	margin: 0px auto;
	min-height: 700px;
}
#Col1 {
	width:160px !important;
	/*min-height: 800px;*/
	overflow:hidden;
	text-align:left;
	float: left;
	padding: 0;
	margin: 0 0 40px 5px;
	background:#FFF;
}
#Col2 {
	width: 635px !important;
	text-align: left;
	margin: 0;
	padding: 5px 5px 50px 5px;
	color: #333;
	background:#FFF;
	height: auto;
	/*
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	*/
	float:left;
	overflow:hidden;
}
#Col3 {
	width: 170px !important;
	overflow:hidden;
	float: right;
	text-align:left;
	padding:0;
	margin:0 5px 40px 0;
	background:#FFF;
}
#Col3 img {
	display:block;
}
#Col3 img a {
	text-decoration:none !important;
	outline:none;
}

/*
#Col4 {
	width: 770px !important;
	overflow:hidden !important;
	float:right;
	border: 0px solid #BFCEE0;
	text-align: left;
	padding: 0px 0px 5px 10px;
	margin: 0 3px 0 0;
	color: #333;;
	background: #FFFFFF;
	display:none;
}
*/

#MenuBar {
	width:996px;
	height:34px;
	margin:0;
	padding:0;
	background:url('btn_bg.gif') repeat-x scroll;
	overflow:hidden;
}
#MenuBar a {
	display:inline-block;
}
#MenuBar a img {
	border:0;
}
/* Side Navigation */
#SideNavBox {
	width: 155px;
	padding: 0;
	margin: 0 0 10px;
}
.SideNav {
	font-weight: normal;
	text-decoration: none;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding:5px 0 10px;
	background:#F3F3F3;
}
.SideNav a:link, .SideNav a:visited {
	font-size:11px !important;
	color: #006699;
	line-height: 22px;
}
.SideNav a:hover, .SideNav a:active {
	color: #006699;
}
/* Side info menu */
#SideNavInfoBox {
	width: 155px;
	padding: 0;
	margin: 0;
}
#SideNavInfoBox ul {
	padding: 0;
	margin: 0;
	list-style:none;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding:5px 0 10px;
	background:#F3F3F3;
}
#SideNavInfoBox li {
	padding: 0;
	margin: 0;
	list-style:none;
}
#SideNavInfoBox li a {
	font-size:11px !important;
	font-weight:bold;
	display:block;
	line-height:25px;
	text-indent:18px;
	background: url('c-n.gif') 5px center no-repeat scroll;
}
/* end Side Navigation -------------------------------------------------*/
#cartSummary {
	width: 155px;
	padding: 0;
	margin: 5px 0 10px;
	font-size:11px;
}
.cartSummaryContent {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background:#FFF url('icon-shopping-cart.gif') left no-repeat scroll;
	height:40px;
	padding:10px 0 5px 50px;
	margin:0;
}

#quichSearchBox {
	width: 170px;
	padding: 5px 0 0;
	margin: 0;
}
#quichSearchBox .form {
	height:40px;
	padding:18px 0 0 35px;
	margin:0 0 10px;
	background:#F0F0EE url('icon-quick-search.gif') left no-repeat scroll;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#quichSearchBox .form .ip {
	width:100px;
	margin:0;
	font-size:11px;
	padding:3px 0 3px 3px;
}
	
.ColPadding {
	height:200px;
}
#mainBanner {
	width: 996px !important;
    height: 106px !important;
	background:url('chas-norman-main-banner.gif') no-repeat scroll;
	margin:0;
	padding:0;
}
#mainBanner #logo {
	display:block;
	width: 445px;
	height: 65px;
	float: left;
	margin:30px 0 0 85px;
	/*border: 1px solid black;*/
}
#mainBanner #logo img {
	display:block;
	border:0;
}
#topMenu {
	width:335px;
	height:50px;
	background:black;/**/
	float:right;
	margin:25px 10px 0 0;
	overflow:hidden;
}
#topMenu a {
	text-decoration:none;
	outline:none;
}
#topMenu a img {
	border:0;
}
#header {
	display: block;
	width: 100%;
	height: 130px;	
	margin: 5px 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
#footer {
	background: url('footer_img.gif') top center no-repeat scroll;
	width: 996px;
	height:51px;
	clear:both;
}
#footerSpacer {
	height:100px;
}
#shareThis {	
	font-size:10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#rssFeed {
	padding-top: 10px;
	padding-bottom: 10px;
}
#rssFeed a {
	display:block;
	height:20px;
	line-height:20px;
	width:60px;
	font-size:10px !important;
	padding-left:25px;
	margin:0 auto;
	background: url('rss-icon.png') left center no-repeat scroll;
	text-decoration:none;
	text-align:left;
}
#serviceform {
	padding:10px 20px 20px;
	margin:10px 20px 100px 0;
	border:1px dotted #BFCEE0;
}
#serviceform textarea {
	border:1px solid #BFCEE0 important;
}
/* Butts Standard Fragment with title */
.stdFragment {}
.stdFragmentContent {
	background:#FFF;
}
.stdFragmentContentandImage {
	width:75%;
	float:right;
	background:#FFF;
}
.stdFragmentImage {
	width:20%;
	margin-right:5px;
	float:left;
}
#Copy {
	font-size: 12px;
	padding: 0px 0px 10px;
	color:#333333;
	text-align:left;
}
#Copy h3 {
	padding-bottom:10px;
}
#Copy p {
	line-height: 150%;
	padding: 5px 0px 5px;
	margin: 0px;
}
#Copy ul.normal {
	background: #FBFBFB;
	border: 1px solid #F7F7F7;
	margin: 5px 0px;
	padding: 10px 50px 5px 10px;
}
#Copy ul.normal li {
	margin: 0px 0px 5px 15px;
	padding: 0;
	line-height: 140%;
	/*list-style: url() none;*/
}
.first {
	padding-top:0 !important;
}
.last {
	padding-bottom:10px !important;
}
.spaceBottom {
	padding-bottom:5px;
}
.clear {
	clear: both;
	font-size:1px;
	height:1px;
	margin:-1px 0px 0px;
	overflow:hidden;
}

.breadcrumbs {
	font-size:9pt;
	font-weight:bold;
	color:#FE6A08;
	padding-bottom:10px;
	line-height:20px;
	background:#FFF;
}
.breadcrumbs a { 
	font-size: 9pt;
	font-weight: bold;
}
.centered {
	text-align: center;
	vertical-align: middle;
}
.inline {
	display: inline;
}

.imgRightAlign {
	margin: 5px 5px 10px 10px;
	float: right;
	clear:right;
}
.imgLeftAlign {
	margin: 5px 10px 10px 0;
	float: left;
	clear: left;
}


/* site map -------------------------------------------- */

#actinic-sitemap {
	margin-left: 20px;
}

#actinic-sitemap ul {
	margin-bottom: 0;
	padding-bottom: 0;
}
#actinic-sitemap li {
	margin: 0;
	padding: 5px 10px 5px 0;
	list-style:circle;
	font-size:1.2em;
	font-weight:bold;
}
.sectionsTable {
	margin-top:10px;
}
.product_detail {
	width:490px;
	float:right;
}
.product_detail_table {
	padding: 0 0 0 10px;
}
.productButtons {
	margin: 10px 0px;
	padding:5px 0 5px 0;
	border-top:1px dotted #CCC;
}
.product_code {
	font-size:9px;
	color:#666666;
	margin-bottom:5px;
}
.productDesc {
	font-size:11px;
	line-height:140%;
	padding-bottom:5px;
}
.image_product	{
	float: left;
	width:250px !important;
	margin: 0px 0px 20px 0px;
}
.extInfoImg {
	float:left;
	width:600px;
	padding: 0 10px 0 0;
}
.extProductDesc {
	font-size:11px;
	line-height:140%;
	padding-bottom:5px;
}

.kart {
	border-collapse:collapse;
}
.kart td {
	border-collapse:collapse;
	border: 1px solid #CCC;
}
.kart td table * {
	border-collapse:collapse;
	border: 1px solid #FFF;
}
.seal-sidebar {
	text-align:center;
	padding:5px 0;
}
/* Best sellers list sidebar */
.BestSellerSidebar {
	padding: 5px 0 15px;
	margin-bottom:5px;
	background:#FFF;
	border-top:1px solid #AEB58C;
}
.BestSellerSidebar h3 {
	font-size:11pt;
}
.BestSellerSidebar ol {
	margin:0;
	padding:0;	
	list-style:none;
}
.BestSellerSidebar li {
	font-size:11px !important;
	margin:0;
	padding:3px 0;
}
/* New product list sidebar */
.NewProductSidebar {
	padding: 5px 0 15px;
	background:#FFF;
	border-top:1px solid #AEB58C;
	border-bottom:1px solid #AEB58C;
}
.NewProductSidebar h3 {
	font-size:11pt;
}
.NewProductSidebar ol {
	margin:0;
	padding:0;
	list-style:none;
}
.NewProductSidebar li {
	font-size:11px !important;
	margin:0;
	padding:3px 0;
}
/* sections */
.sectionLink {
	background:#FFF;
	width:150px;
	min-height:150px;
	margin-top:10px;
}
.sectionLinkImg {
	text-align:center;
}
.sectionLinkImg img {
	margin:0 auto 5px;
}
.sectionLinkTitle {
	text-align:center;
}
.sectionTR {
	vertical-align:top;
}
.border {
	border-bottom:1px solid #CCC;
}
/* brands menu */
#brandsMenu {
	padding:0 0 5px 0;
	margin:5px 0 10px;
	background:#F0F0EE;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
#brandsMenu h2 {
	background:#AEB58C;
	color:#FFF;
	padding:4px 5px;
	font-size:12px;
}
#brandsMenu ul {
	font-weight:bold;
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#brandsMenu ul li {
	list-style:none;
}
#brandsMenu ul li a {
	background:transparent url(../c-n.gif) no-repeat scroll 5px center;
	display:block;
	font-size:11px !important;
	font-weight:bold;
	line-height:25px;
	text-indent:18px;
}
.standardFragment {
	margin-bottom:10px;
}
.standardFragment .col1 {
	float:left;
	width:300px !important;
	min-height:145px;
	padding-top:5px;
	background:#FFF;
}
.standardFragment .full {
	width:100% !important;
}
.standardFragment .col2 {
	float:right;
	margin-right:5px;
	padding:0px;
	width:300px;
	min-height:150px;
	background:#FFF;
}
/* prices on product layouts */
.pricePrompt {
	font-size:11px;
}
/* prime products */
.primeProduct {
	min-height:150px;
	border-bottom:1px solid #CCC;
	margin-top:5px;
}
.primeProduct .col1 {
	float:left;
	width:225px !important;
	min-height:145px;
	padding-top:5px;
	background:#FFF;
}
.primeProduct .col2 {
	float:left;
	margin-left:5px;
	padding:0 0 5px;
	width:265px !important;
	min-height:150px;
	background:#FFF;
	text-align:left;	
}
.primeProduct .col2 h3 {
	padding:10px 0;
}
.primeProduct .col3 {
	padding:20px 0 5px;
	float:right;
	width:130px;
	background:#FFF;
}
.primeProduct .productPrice {
	text-align:center;
	padding:0 0 5px;
	font-size:11pt;
	font-weight:bold;
}
.primeProduct .qtyPrompt {
	text-align:center;
}
.primeProduct .qtyInput {
	width:25px;
	border:1px solid #CCC;
	padding:1px 0 1px 2px;
	margin-left:5px;
}

/* accessory products */
.accessoryProduct {
	min-height:50px;
	border-bottom:1px solid #CCC;
}
.accessoryProduct .col1 {
	float:left;
	width:180px !important;
	min-height:40px;
	padding-top:5px;
	background:#FFF;
}
.accessoryProduct .col2 {
	float:left;
	padding:0 0 5px;
	width:300px !important;
	min-height:45px;
	background:#FFF;
	text-align:left;
}
.accessoryProduct .col2 h3 {
	padding:10px 0;
}
.accessoryProduct .col3 {
	padding:5px 0 5px;
	float:right;
	width:130px;
	background:#FFF;
}
.accessoryProduct .productPrice {
	text-align:center;
	padding:0 0 5px;
	font-size:11pt;
	font-weight:bold;
}
.accessoryProduct .qtyPrompt {
	text-align:center;
}
.accessoryProduct .qtyInput {
	width:25px;
	border:1px solid #CCC;
	padding:1px 0 1px 2px;
	margin-left:5px;
}

/* large product */
.largeProduct {
	min-height:250px;
	border-bottom:1px solid #CCC;
	margin-top:5px;
}
.largeProduct .col1 {
	float:left;
	width:280px !important;
	min-height:245px;
	padding-top:5px;
	background:#FFF;
}
.largeProduct .col2 {
	float:left;
	padding:0 0 5px;
	width:180px !important;
	min-height:150px;
	background:#FFF;
	text-align:left;
}
.largeProduct .col2 h3 {
	padding:10px 0;
}
.largeProduct .col3 {
	padding:20px 0 5px;
	float:right;
	width:130px;
	background:#FFF;
}
.largeProduct .productPrice {
	text-align:center;
	padding:0 0 5px;
	font-size:11pt;
	font-weight:bold;
}
.largeProduct .qtyPrompt {
	text-align:center;
}
.largeProduct .qtyInput {
	width:25px;
	border:1px solid #CCC;
	padding:1px 0 1px 2px;
	margin-left:5px;
}
/* vertical product layout */
.verticalProduct {
	width:200px;
	min-height:300px;
	border:1px solid #CCC;
	margin-right:2px;
}
.verticalProduct .col1 {
	height:150px;
	padding-top:5px;
	background:#FFF;
	text-align:center;
}
.verticalProduct .col2 {
	min-height:100px;
	padding:0 5px 5px;
	background:#FFF;
	text-align:left;	
}
.verticalProduct .col2 h3 {}
.verticalProduct .col3 {
	padding:0 0 5px;
	background:#FFF;
	text-align:center;
}
.verticalProduct .productPrice {
	text-align:center;
	padding:0 0 5px;
	font-size:11pt;
	font-weight:bold;
}
.verticalProduct .qtyPrompt {
	text-align:center;
}
.verticalProduct .qtyInput {
	width:25px;
	border:1px solid #CCC;
	padding:1px 0 1px 2px;
	margin-left:5px;
}
/* homepage best sellers & new products */
.homepageBS {
	background:#FFF;
	margin:5px;
	padding:5px;
	border:1px solid #CCC;
}
.homepageNP {
	background:#FFF;
	margin:5px;
	padding:5px;
	border:1px solid #CCC;
}
