/* SITE WIDE */
/*
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
	  
	  margin: 0;
	  padding: 0;
	  border: 0;
	  outline: 0;
	  font-weight: inherit;
	  font-size: 11px;
	  font-style: inherit;
	  vertical-align: baseline;
    font-family: Helvetical, Arial, sans-serif;  
	}
*/
	ul { margin: 0; padding: 0; }
	.clearfix:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		line-height: 0;
		visibility: hidden;
	}
	.clearfix {
		display: inline-block;
	}
	html[xmlns] .clearfix {
		display: block;
	}
	* html .clearfix {
		height: 1%;
	}
	/*
  body {
    background-color: #000000;
    background-image: url(/images/backfade.png);
    background-repeat: repeat-x;
  }
  h1 {
    font-size: 3.7em;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: -3px; 
	text-decoration: none;
	margin: 15px 0;
  }
  */
  
  h2 {
    font-size: 2em;
    letter-spacing: -1px;
    color: #000;
	font-weight: bold;
  }
  
  a {
    font-size: 12px;
    color: #c40014;
	cursor: pointer;
	text-decoration: none;
  }
  
  a:hover {
    color: #8b000e;
  }
  
  a.homeAnnounce {
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 1px solid #FF0000;
  }
  
	div.center_body {
	  width: 960px;
		margin: 0 auto;
	}
	
	div.user_menu {
		margin: 5px auto;
		padding: 0 10px;
		text-align: right;
		color: #FFF;
		font-size: 14px;
	}
	
	div.user_menu a {
		color: #ccc;
		font-size: 14px;
		text-decoration: none;
	}
	div.user_menu a.last {
		padding-right: 0;
		border: 0;
	}
	div.user_menu a:hover {
		color: #fff;
	}
	
	div.user_menu .headerCart {
		margin-right: 15px;
	}
	
  ul#menu {
    list-style-type: none;
    list-style-image: none;
    padding-top: 2px; 
    padding-bottom: 3px; 
    border-bottom: 1px dotted #959595;
  }
  ul#menu li {
    display: inline;
    list-style-position: outside;
    padding: 0px 7px;
  }
  
  ul#menu li { border-left: 1px dotted #666; }
  ul#menu li:first-child { border-left: 0px; }
  ul#menu li a { font-size: 14px; text-decoration: none; }
  
  /* Column sizes */
  
  .w650{
	width: 650px;
	float: left;
  }
  
  .w260 {
	width: 260px;
	float: left;
  }

  
  input[type="submit"]:hover {
	border: 1px inset #424242;
  }
  
  div span select {
    font-size: 10pt;
    border: 0px solid #FFFFFF;
    margin-right: 3px;
    margin-left: 3px;
  }
	
	div span select.date {
	  width: 65px;
	}
  
  input:focus {
    border: 1px solid #747474;
  }
 
  
  .png {
    behavior: url('/pngbehavior.htc');
  }
  
  body {
    behavior:url(/csshover.htc);
  }
  
  /* NOTIFICATIONS */
  .notifications_box {
	text-align: left;
	padding: 5px;
	margin-bottom: 20px;
	line-height: 16px;
	vertical-align: middle;
	color: #333;
  }
  
  .notifications_box.error {
    border: 1px solid #FFAAAA;
    background-color: #ffe2e2;
  }
  .notifications_box.notice {
	border: 1px solid #9eaec1;
	background-color: #fefdb6;
  }
  .notifications_box img {
	vertical-align: -20%;
	margin-right: 5px;
  }
  
  fieldset {
    border: 1px solid #000000;
    padding: 10px;
  }
  fieldset legend {
    padding: 3px;
    background-color: #444444;
    border: 1px solid #555555;
    font-weight: bold;
    color: #FFFFFF;
  }
  
  ul.aboutUs li{ margin-left: 15px; }
/* BUTTONS */

a.stdButton {
    background: url("/images/btn.background.long.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 29px;
    text-decoration: none;
	margin-right: 5px;
}
a.stdButton span {
    background: url("/images/btn.background-right.png") no-repeat scroll right top transparent;
    display: block;
    line-height: 14px;
	line-height: 29px;
	padding: 0 10px;
	margin-right: -1px;
	zoom: 1;
	*display: inline;
}

a.stdButton.gray {
	background: url("/sitewide/images/layout/bg.btn.gray.png") no-repeat scroll right top transparent;
}
a.stdButton.gray span {
	background: url("/sitewide/images/layout/bg.btn.gray.png") no-repeat scroll left top transparent;
	margin-right: 0;
	padding: 0 40px;
}

a.stdButton .icon {
	margin-right: 10px;
	vertical-align: text-top;
}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:4px 10px 3px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
    *vertical-align: -3px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

#results .header{
  border-bottom: 1px solid #000000;
  padding: 3px;
  background-color: #555555;
  color: #FFFFFF;
}

#results .prod{
  padding: 3px;
  cursor: pointer; 
  border-top: 1px solid #DDD;
  background-color: #F0F0F0;
	vertical-align: middle;
}

tr.outofstock td{ 
  background-image: url(/images/outofstock.gif);
}

span.outofstock {
	color: #FF0000;
	font-weight: bold;
}

#results .prod_desc{
  padding: 3px;
  border-bottom: 1px solid #CDCDCD;
  color: #454545;
}

#contact td{ padding: 5px; }
#contact input, textarea, select { width: 200px; }



.index_right_sider {
  float: right;
  right: 10px;
  top: 10px;
  width: 340px;
}

.index_main_content {
  float: left;
  width: 550px;
}

.index_side_header {
  background-color: #780000;
  height: 30px;
}



.index_search { 
  padding: 10px;
  width: 270px; 
  background-color: #970000;
}
.index_search select {
  font-family: Arial;
  color: #FFFFFF;
  background-color: #9e3636;
}

.index_main_content h1 {
  font-family: arial,helvetica,sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: -0.5px;
  color: #FFFFFF;
}

.index_right_sider h1 {
  font-family: arial,helvetica,sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: -0.5px;
  color: #FFFFFF;
}

ul.index_category {
  width: 250px;
	float: left;
}

ul.index_category_right_row {
  margin-left: 25px;
}

ul.index_category li {
  list-style-type: none;
	list-style-image: none;
	display: inline-block;
	width: 250px;
	margin-bottom: 10px;
}

ul.index_category a {
  font-weight: bold;
  color: #533333;
  text-decoration: underline;
}

ul.index_category li a img{
  float: left; 
	margin-right: 7px;
}

.footer {
  background-color: #200000; 
  padding: 10px 0px 10px 0px;
}

.footer .column {
  float: left; 
  padding: 15px; 
  border-right: 1px solid #926b6b;
  text-align: left;
  color: #926b6b;
}
.footer .column.last {
	border: none;
}

.footerColumnHead {
	display: block;
	color: #ffeeee;
}
.footer .column h1{
  color: #ebcccc;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 11px;
  font-family: Tahoma, Arial, Verdana, sans-serif;  
}

.footer .column a {
  color: #926b6b;
  text-decoration: none;
}
.footer .column a:hover {
  color: #c5a9a9;
  text-decoration: none;
}

.product_category {
  margin: 10px 0px 10px 0px;
  font-size: 14px;
}
.product_category a {
	font-size: 14px;
}
.product_header {
  margin: 0px 0px 10px;
 }
.product_header .title {
  float: left;
  font-size: 22px;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: -1.31667px;
  line-height: 22px;
}

.product_header .price {
  float: left;
  font-size: 22px;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: -1.31667px;
  line-height: 22px;
  text-align: right;
  float: right;
}

.product_details {
  text-align: left;
}

.taf_container { width: 200px; border: 1px solid #200000; background-color: #EEE; padding: 5px; }
.taf_container .title { text-align: center; width: 100%; font-size: 17px; }
.taf_container .label { float: left; }
.taf_container .input { border: 0px; border-bottom: 1px solid #000000; background-color: #EEE; width: 120px; font-size: 10px; float: right;}

.product_fits { }

.product_fits .make { float: left; width: 120px; }
.product_fits .model { float: left; width: 225px; }
.product_fits .years { float: left; width: 80px; color: #666666; }
.product_fits .fits a { font-size: 12px; color: #C40015; text-decoration: none;}

.product_imgs {  }
.product_imgs .thumb { float: left; margin: 0px 0px 5px 5px; border: 1px solid #000000; }
.product_imgs .image { margin: 0px 3px 3px 3px; }
.product_imgs .images { padding: 0px 10px 0px 10px; }

.product_description { margin: 10px 0px 0px 0px; }
.product_description  .text {  }

/*
div.pagination { padding: 3px; margin: 3px; }

div.pagination a { padding: 2px 5px 2px 5px; margin: 2px; border: 1px solid #ffd2d2; text-decoration: none; color: #990000; }
div.pagination a:hover, div.pagination a:active { border: 1px solid #990000; color: #000; }
div.pagination span.disabled { padding: 2px 5px 2px 5px; margin: 2px; border: 1px solid #EEE; color: #DDD; }
*/
div.pagination a.current { color: #000; }
div.pagination a:hover { color: #000; }

	
div.outofstock { padding: 4px; color: #FFF; font-size: 14px; font-weight: bold; background-color: #FF0000;}
div.lowstock { padding: 4px; color: #FFF; font-size: 14px; font-weight: bold; background-color: #ff6622;}
div.instock { padding: 4px; color: #FFF; font-size: 14px; font-weight: bold; background-color: #00cc11;}

.alternateWarehouseContent {
	padding: 0px 30px;
}
.alternateWarehouseContent .popUpTitle {
	font-size:14px;
	line-height: 20px;
	font-weight:bold;
	margin:20px 0;
	text-align:center;
}
.alternateWarehouseContent .popUpTitle img { vertical-align: middle; }
.alternateWarehouseContent ul.warehouseList {
	list-style: none;
	padding: 0;
	margin: 15px 0 0 0;
}
.alternateWarehouseContent .warehousetemplate,
.alternateWarehouseContent .allavailable,
.alternateWarehouseContent .someavailble {
	display: none;
}
.alternateWarehouseContent .requestedItems div { display: none; }
.alternateWarehouseContent ul.warehouseList li {
	vertical-align: middle;
	line-height: 29px;
	margin-bottom: 10px;
	padding-top: 10px;
}
.alternateWarehouseContent ul.warehouseList li + li {
	border-top: 1px solid #ddd;
}

.alternateWarehouseContent ul.warehouseList a.addToCart,
.alternateWarehouseContent a.addAll
 {
	display: inline-block;
	height: 29px;
	width: 113px;
	line-height: 29px;
	vertical-align: middle;
	color: #fefefe;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	float: right;
	cursor: pointer;
	background: transparent url(/images/btn.background.png) no-repeat;
}
.alternateWarehouseContent p.addAll {
	margin-top: 30px;
	line-height: 29px;
	text-align: middle;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}


/* Add product page */
input.qty, td.qty {
	width: 30px;
	text-align: center;
}
select.year {
	width: 100px;
}



	body {
		background-color: #e8e8e8;
		margin: 0;
		padding: 0;
		font-family: arial;
		font-size: 12px;
	}
	
	a img { border: none; }
	*:active, *:focus { outline: none; }
	ul.ulstyled {
		padding: 0 20px;
	}
	.centeredBlock {
		width: 960px;
		margin: 0 auto;
	}
	.inlineIcon { vertical-align: top; }
	
	/* Main Fonts */
	
		.bold { font-weight: bold; }
		.darkBold { font-weight: bold; color: #333; }
		.red { color: #c40015; }
		.dark { color: #333; }
		.light { color: #666; }
		p:first-child { margin-top: 0; }
	
	/* Paddings */
		.tm0 { margin-top: 0; }
		.tm10px { margin-top: 10px; }
	/* Main Content Container */
	
		.innerContainer {
			margin-top: -95px;
			border-top: 1px solid #2a2a2a;
		}
		
		.contentHeader {
			background-color: #212121;
			padding: 20px 40px;
		}
		
		.contentHeader h1 { margin: 0; font-family: arial; font-size: 16px; color: #fff; }
		
		.outerContainer .innerContainer .content {
			border: 1px solid #dcdcdc;
			border-top: none;
			padding: 40px;
			color: #333333;
			background-color: #fff;
		}
	
	/* Header */
		.headerContainer {
			border-bottom: 1px solid #212121;
			background-color: #111;
			height: 123px;
		}
		
		.headerContents {
			width: 960px;
			height: 123px;
			margin: 0 auto;
			display: block;
		}
		.headerContents .logo {
			margin-top: 3px;
			border-bottom: 5px solid #212121;
			padding-bottom: 9px;
			width: 263px;
			height: 53px;
			float: left;
		}
		
		.mamabar { list-style: none; margin: 0; padding: 0; text-align: right; line-height: 37px; padding: 15px 0 0; }
		.mamabar li { display: inline; line-height: 9px; }
		.mamabar li + li { border-left: 1px dotted #999; padding-left: 18px; margin-left: 18px; }
		.mamabar a { color: #999999; font-size: 12px; text-decoration: none; font-weight: bold; font-family: helvetica; text-transform: uppercase; }
		.mamabar a:hover { color: #FFF; }
		
		.headerContents .mamabar .cart { position: relative; }
		.headerContents .mamabar .cart .cart_count { 
			display: inline-block;
			height: 37px;
			width: 113px;
			background: transparent url(/sitewide/images/layout/cart_counter.png) no-repeat top left;
			line-height: 37px;
			text-align: left;
			padding-left: 12px;
			color: #fff;
			font-size: 14px;
			text-transform: none;
			font-weight: normal;
		}
		.headerContents .mamabar .cart div.counter {
			float: right;
			height: 37px;
			width: 45px;
			text-align: center;
			color: #fff;
			font-size: 14px;
			font-weight: bold;
		}
		
		.headerSubPattern { height: 123px; background: #fff url(/sitewide/images/layout/headerPattern.png) repeat-x center top;	}
		
		/* Nav */
		.headerContents .nav { float: right; margin-top: 19px; }
		.headerContents .nav ul { list-style: none; margin: 0; padding: 0; }
		.headerContents .nav ul li { float: left; height: 52px; background: transparent url(/sitewide/images/layout/sprite-menu.png) repeat-x -47px 0; padding: 0; margin: 0; }
		.headerContents .nav ul li.starter { width: 23px; padding: 0; background-position: 0 0; }
		.headerContents .nav ul li.ender { width: 23px; padding: 0; background-position: -24px 0; }
		.headerContents .nav ul li.splitter { width: 27px; padding: 0; background-position: -410px 0; }
		
		.headerContents .nav ul li a {
			line-height: 52px; 
			padding: 0 15px; 
			color: #fff; 
			font-size: 12px; 
			font-family: helvetica; 
			text-transform: uppercase; 
			text-decoration: none; 
			font-weight: bold; 
		}
		.headerContents .nav ul li a:hover, .headerContents .nav ul li a.active {
			color: #CCC;
		}
	
	
		
		.content .dark {
			font-weight: bold;
			color: #333333;
		}
		
	/* Footer */
	
		.outerContainer .footerContainer { margin-top: 29px; border-top: 3px solid #dbdbdb; padding: 40px 0 20px; }
		.outerContainer .footerContent { padding: 0 20px; text-align: right; color: #999; }
		.outerContainer .footerContent ul { list-style: none; float: left; margin: 0 75px 0 0; padding: 0; text-align: left; }
		.outerContainer .footerContent ul li { color: #999; font-size: 12px; font-family: arial; text-decoration: none; }
		.outerContainer .footerContent ul li.dark { font-weight: bold; color: #666; }
		.outerContainer .footerContent ul li a { color: #999; font-size: 12px; text-decoration: none; }
		.outerContainer .footerContent ul li a:hover { color: #666; }
		
		
	/* Featured Products */
	
		.featuredProductRow {
			color: #333333;
			position: relative;
		}
		.featuredProductRow + .featuredProductRow {
			border-top: 1px solid #d3d3d3;
			margin-top: 40px;
			padding-top: 40px;
		}
		.featuredProductRow .adminOptions {
			float: right;
		}
		.featuredProductRow .details {
			float: left;
			margin-left: 20px;
			width: 554px;
		}
		.featuredProductRow .details .name {
			text-decoration: none;
			font-size: 14px;
		}
		.featuredProductRow .details .price {
			font-size: 12px;
			text-decoration: none;
		}
		.featuredProductRow .details .catHeader {
			font-weight: bold;
			color: #333;
			padding-bottom: 10px;
			border-bottom: 1px solid #e8e8e8;
			margin-bottom: 16px;
			margin-top: 15px;
		}
		.productPic {
			float: left;
			width: 304px;
			height: 228px;
		}
		
	/* Home Page */
	
		/* Page top / Carousel / search */
		.contentHeader.home {
			padding: 20px;
		}
		.contentHeader .gray {
			font-size: 14px;
			color: #999;
		}
		.contentHeader .white {
			font-size: 14px;
			color: #fff;
		}
		.searchCarouselContainer {
			background: #202020 url(/sitewide/images/layout/bg.homesearchpange.png) repeat-x;
			padding: 20px;
			position: relative;
		}
		.homesearch {
			width: 245px;
		}
		.homesearch input, .homesearch select {
			width: 240px;
			border: none;
			background: #fff url(/sitewide/images/layout/bg.homesearchinputs.png) no-repeat;
			font-size: 12px;
			margin-bottom: 16px;
			height: 17px;
		}
		.homesearch .ortxt {
			color: #999;
			text-align: center;
			margin-bottom: 8px;
			font-weight: bold;
		}
		.homesearch .search {
			margin-top: 23px;
		}
		
		.searchCarouselContainer .carousel {
			width: 657px;
			height: 286px;
			background-color: #fff;
			position: absolute;
			top: -34px;
			right: 20px;
		}
		.searchCarouselContainer .carousel .bottom {
			position: absolute;
			bottom: 0px;
			height: 58px;
			width: 100%;
			background: rgba(0, 0, 0, 0.6);

		}
		.searchCarouselContainer .carousel .bottom .caption {
			margin-top: 20px;
			font-size: 14px;
			color: #ccc;
			float: right;
			padding-right: 20px;
			margin-right: 20px;
			border-right: 1px dotted #ccc;
		}
		.searchCarouselContainer .carousel .bottom .caption a {
			color: #ccc;
			font-size: 14px;
		}
		.searchCarouselContainer .carousel .carouselImages {
			background-color: #000;
			height: 286px;
			width: 657px;
		}
		.searchCarouselContainer .carousel .sliderImage {
			position: absolute;
			display: none;
			cursor: pointer;
		}
		.searchCarouselContainer .carousel .sliderImage.currentImage {
			display: inline;
		}
		
		.searchCarouselContainer .carousel .bottom .slideBrowser {
			float: right;
		}
		.searchCarouselContainer .carousel .bottom .slideBrowser ul {
			list-style: none;
			margin-top: 16px;
			margin-right: 13px;
		}
		.searchCarouselContainer .carousel .bottom .slideBrowser ul li {
			display: inline-block;
			height: 22px;
			width: 22px;
		}
		.searchCarouselContainer .carousel .bottom .slideBrowser ul li a {
			display: block;
			height: 22px;
			width: 22px;
			background: transparent url(/sitewide/images/layout/bg.carouselcontrols.png) no-repeat bottom left;
			text-indent: -9999px;
		}
		.searchCarouselContainer .carousel .bottom .slideBrowser ul li a.active, .searchCarouselContainer .carousel .bottom .slideBrowser ul li a:hover {
			background: transparent url(/sitewide/images/layout/bg.carouselcontrols.png) no-repeat top left;
		}
		
		
		/* Page Body */
		
		.homeBody {
			margin-top: 40px;
			border-top: 3px solid #dbdbdb;
			padding: 40px 20px 20px 20px;
		}
		.homeBody .about {
			float: left;
			width: 241px;
			line-height: 18px;
		}
		.homeBody .about .dark {
			font-size: 14px;
			color: #333;
		}
		.homeBody .about .light {
			color: #666;
		}
		.homeBody .about .contactUs {
			color: #333;
			font-weight: bold;
			padding-bottom: 8px;
			border-bottom: 1px solid #d3d3d3;
			margin-bottom: 8px;
		}
		.homeBody .about .phoneNumber {
			color: #333;
		}
		
		.homeBody .featured {
			width: 658px;
			float: right;
		}
		.homeBody .featured .picLink + .picLink {
			margin-left: 9px;
		}
		
		.homeBody .featured ul {
			list-style: none;
			margin-top: 45px;
		}
		.homeBody .featured ul li {
			display: inline-block;
			width: 155px;
			margin-right: 5px;
			vertical-align: top;
			line-height: 18px;
		}
		.homeBody .featured ul li a {
			color: #c40015;
			font-weight: bold;
			text-decoration: none;
			display: block;
		}
		
	/* Product Search Page */
		
		.outerContainer .innerContainer .content.productSearch {
			padding-top: 10px;
		}
		.search_params {
			background-color: #111111;
			padding: 18px 40px;
		}
		.search_params input, .search_params select {
			border: none;
			background:  url(/sitewide/images/layout/bg.homesearchinputs.png) no-repeat;
			font-size: 12px;
			height: 17px;
			margin-right: 6px;
			padding: 0 5px;
		}
		.search_params select {
			height: 19px;
			padding: 0;
		}
		.search_params select:focus {
			background-color: #fff;
		}
		.search_params .text {
			width: 185px;
		}
		
		.search_header {
			line-height: 28px;
			margin-bottom: 20px;
		}
		
	/* About Page */
	
		.outerContainer .innerContainer .about-left {
			width: 600px;
		}
		
	/* Product Page */
	
		.contentHeader.product h2 {
			margin: 0; font-family: arial; font-size: 18px; color: #fff; letter-spacing: 0;
		}
		
		.contentHeader.product h2 a {
			font-family: arial; font-size: 18px; color: #cc2233; text-decoration: none;
		}
		
		.content.product .images {
			float: left;
			width: 304px;
			margin-right: 30px;
		}
		.content.product .images .main {
			width: 304px;
		}
		.content.product .images .small {
			margin: 10px 10px 0 0;
		}
		
		.content.product .productDetails {
			float: right;
			width: 544px;
		}
		.content.product .productDetails h1.productName {
			color: #414141;
			font-family: Arial;
			font-size: 14px;
			font-weight: bold;
		}
		
		.content.product .productDetails .price a {
			color: #c40014;
			font-size: 12px;
			text-decoration: none;
		}
		
		.content.product .productDetails h2.header { 
			font-size: 12px;
			color: #333; 
			font-weight: bold; 
			letter-spacing: 0px;
			margin: 20px 0 10px 0;
			padding-bottom: 10px;
			border-bottom: 1px solid #e8e8e8;
		}
		
		.content.product .availability p.alternate {
			margin-top: 30px;
		}
		
	/* Checkout */
		#content_userInfo.checkout h2 {
			margin-top: 0;
		}
		
		.paymentOptions h2 {
			text-align: center;
		}
		.paymentOptions h3 {
			text-align: center;
			border-bottom: 3px solid #999;
			padding-bottom: 5px;
		}
		
		.paymentOptions .paynow {
			width: 45%;
			float: left;
			text-align: center;
		}
		
		.paymentOptions .payLater {
			width: 45%;
			float: right;
			text-align: center;
		}label {
	display: block;
	padding-top: 3px;
	margin: 5px 0 5px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
	color: #000;
}

label.inline {
	display: inline;
}
.formline {
	margin-bottom: 3px;
}
.userinput, .locked {
	background: url("/images/upper-shade.gif") repeat-x scroll center top transparent;
	border: 1px solid #CACACA;
	font-family: Arial;
	padding: 7px;
	display: block;
	font-size: 12px;
}
.userinput.invalid {
	border-color: red;
}
.userinput.valid {
	border-color: green;
}
.locked {
	background-color: #EEE;
	color: #999
}
.info {
	font-style: italic;
	font-size: 10px;
	color: #777;
	padding-left: 3px;
	font-weight: normal;
}
.info.required {
	color: #FF5555;
}

.column {
	width: 285px;
	float: left;
}

.column .emptySpot {
	height: 59px;
}.userPage-changePassword {
	margin-bottom: 10px;
}
.passconfinfo { display: none; }

.userinput, select, .locked {
	width: 210px;
}

.tabs_content {
	display: none;
}

#content_userInfo {
	
}

.set-warehouse {
	width: 600px;
	margin-top: 20px;
}

.isdefault {
	margin-left: 10px;
	color: #999;
}
	.login {
		width: 225px;
	}

	.staysignedinmessage {
		width: 226px;
		margin: 5px 0 10px;
		font-style: italic;
		color: #000;
		font-size: 11px;
	}
.tabbed_area {
	border:1px solid #fff;
	padding: 8px 8px 0;
}

ul.tabs {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:6px;
}
ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs li a {
	background-color:#500000;
	color:#fff;
	padding:8px 14px 8px 14px;
	text-decoration:none;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
ul.tabs li a:hover {
	background-color:#2f343a;
	border-color:#2f343a;
}
ul.tabs li a.active {
	background-color:#ffffff;
	color:#282e32;
	border:1px solid #464c54; 
	border-bottom: 1px solid #ffffff;
	background-image:url(/images/tabs/tab_on.jpg);
	background-repeat:repeat-x;
	background-position:top;	
}
.tabs_content {
	background-color:#ffffff;
	padding:10px;
	border:1px solid #464c54; 	
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/images/tabs/content_bottom.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;	
}
.tabs_content.default {
	display: block;
}

.tabs_content ul {
	margin:0px;
	padding:0px 20px 0px 20px;
}
.tabs_content ul li {
	list-style:none;
	border-bottom:1px solid #d6dde0;
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;
}
.tabs_content ul li:last-child {
	border-bottom:none;
}
.tabs_content ul li a {
	text-decoration:none;
	color:#3e4346;
}
.tabs_content ul li a small {
	color:#8b959c;
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}
.tabs_content ul li a:hover {
	color:#a59c83;
}
.tabs_content ul li a:hover small {
	color:#baae8e;
}
	
	#cart {
		border-collapse: collapse;
		width: 100%;
	}
	#cart tr { border-top: 1px solid #CCC; }
	#cart tr.shipping + tr { border-top: 0; }
	#cart th { text-align: left; font-weight: bold; font-size: 12px; color: #333; }
	#cart tr.spacer + tr { border: none; }
	#cart td.warehouse { font-weight: bold; color: #333; }
	
	#cart .thQty { width: 60px; text-align: center; }
	#cart .thPrice, #cart .price { width: 100px; text-align: right; padding-right: 20px;}
	#cart .thShipping, #cart .shipping { width: 100px; text-align: right; padding-right: 20px; }

	#cart .subtitleNames { text-align: right; padding-right: 5px; color: #333; }
	#cart .qty { text-align: center; }
	
	.cart.selectProvince {
		padding: 10px;
		border: 1px solid #ddd;
		margin-bottom: 10px;
		background-color: #FFFFDD;
	}
	.cart.selectProvince #shippingProvince {
		float: left;
		margin-right: 10px;
		padding: 5px;
	}
	
	/* Checkout address confirmation */
	.cart_address_conf .billing, .cart_address_conf .shipping {
		width: 400px;
		display: inline-block;
		padding: 0px 5px 10px 0;
	}
	.cart_address_conf .billing h2, .cart_address_conf .shipping h2 {
		margin-top: 0;
	}
	
	.cart_address_conf div ul {
		list-style: none;
	}
	.cart_address_conf div ul li {
		color: #999;
	}
	.cart_address_conf div ul li .label {
		font-weight: bold;
		color: #000;
		display: inline-block;
		width: 100px;
	}
	
	.alternativeShipping {
		vertical-align: top;
		padding-top: 5px;
	}
	
	.alternativeShipping input {
		vertical-align: sub;
	}
	
	

	.contactLeft {
		width: 327px;
		float: left;
		color: #666666;
	}
	.contactRight {
		width: 526px;
		float: right;
	}
	.contactRight .contactInfo {
		padding: 40px;
		background-color: #f3f3f3;
		margin-bottom: 20px;
	}
	.contactRight .contactInfo .left {
		float: left;
		width: 200px;
	}
	.contactRight .contactInfo .right {
		float: left;
		width: 150px;
		margin-left: 50px;
	}
	
	.contactRight .businessName {
		color: #333333;
		font-family: arial;
		font-size: 13px;
		font-weight: bold;
	}
	
	
	form#contact label {
		font-weight: normal;
	}
	form#contact input, form#contact textarea {
		width: 310px;
	}
	form#contact select {
		width: 325px;
	}
