.listItem {
	float:left;
	margin: 12px 0px 12px 0px;
	width: 153px;
	text-align: center;
}

#content h1 {
  color: #6699CC;
  text-transform: none;
  font-size: 14px;
}

.alert {
	background:#E3ECF6 url(/images/etc/alert.gif) no-repeat scroll left center;
	border:2px solid #759ACA;
	margin:5px 0 10px;
	padding:10px 0 10px 52px;
}

.category {
  text-align: center;
  margin: 12px 0px 12px;
}

.category p {
  margin: 8px 4px 0 4px;
}

.category a {
  font-size: 13px;
  color: #6699CC;
  line-height: 11pt;
  text-decoration: none;
}

.category a:visited, .category a:active {
  color: #6699CC;
  text-decoration: none;
}

.category a:hover {
  color: #6699CC;
  text-decoration: underline;
}

.listItem p {
  width: 110;
  padding: 0;
  margin: auto;
  line-height: 16px;
}

.listItem a, .listItem a:visited, .listItem a:active {
  color: #666666;
  text-decoration: none;
}

.listItem a:hover {
  color: #666666;
  text-decoration: underline;
}
p.productDescription {
	line-height:14pt;
}
p.productButtons {
	line-height:24px;
}
.productButtons a {
	margin-right:5px;
	text-decoration:none;
}
.productButtons a img {
	vertical-align:middle;
}
.paginationContainer {
	clear:both;
}
.itemPagination {
	font-size:12px;
	font-family:arial,sans-serif;
	float:right;
	margin-left: 5px;
}
.itemPagination.upper {
	margin-bottom: 12px;
}
.itemPagination.lower {
	margin-top:12px;
}
.itemPagination span, .itemPagination a {
	display:block;
	float:left;
	height:24px;
	line-height:24px;
}
.itemPagination .leftNoArrow {
	background: #799dcb url(/images/etc/pageNumberLeftNoArrow.gif) no-repeat left center;
	width:22px;
}
.itemPagination .leftArrow {
	background: #799dcb url(/images/etc/pageNumberLeftArrow.gif) no-repeat left center;
	width:22px;
}
.itemPagination .rightNoArrow {
	background: #799dcb;
	width:22px;
	border-right:1px solid #9fbfe7;
}
.itemPagination .rightArrow {
	background: #799dcb url(/images/etc/pageNumberRightArrow.gif) no-repeat center center;
	width:22px;
	border-right:1px solid #9fbfe7;
}
.itemPagination .currentPage {
	background:#799dcb;
	color:#fff;
	font-weight:bold;
}
.itemPagination a.viewAll {
	background:#799dcb url(/images/etc/pageNumberRightNoArrow.gif) no-repeat right center;
	color:#fff;
	padding:0 13px 0 8px;
	border-left:1px solid #6489b9;
	text-decoration:underline;
}

#auxPagination .rightArrow {
	background: #799dcb url(/images/etc/pageNumberRightEndArrow.gif) no-repeat center right;
	width:22px;
	border-right: none;
}

#auxPagination .rightNoArrow {
	background: #799dcb url(/images/etc/pageNumberRightNoArrow.gif) no-repeat center right;
	width:22px;
	border-right:none;
}

.bottomPagination {
	border-top:1px solid #ccc;
	padding-top:6px;
}
a.productImage {
	display:block;
	text-align:center;
	text-decoration:none;
	color:#666;
	font-size:10px;
	padding-right:10px;
}

a.productImage p {
	margin:4px 0;
}

table.sellableItems {
	border-collapse: collapse;
	border-spacing: 0;
	width: 600px;
	margin-top:8px;
}
.sellableItems th {
	border-bottom: 1px solid #6699CC;
	color: #6699CC;
	font-weight: bold;
	padding-bottom:4px;
}
.sellableItems td {
	border-bottom:1px solid #ccc;
	padding:8px 0;
	vertical-align: top;
}
.sellableItems td.availability {
	background:#F5F5F5;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding-left:8px;
}
.sellableItems td.availability p img {
	vertical-align:top;
}
.sellableItems td.availability p {
	margin:0 0 4px 0;
}
.sellableItems td.availability .note {
	font-size:10px;
	margin-left:17px;
}
.sellableItems td.availability .note a {
	color:#666;
}
.sellableItems th.availability {
	width: 168px;
	padding:10px 0 18px 10px;
	background:#F2F8E9;
	border:1px solid #ccc;
	color: #003399;
}
.sellableItems th.availability p {
	font-size: 11px;
	margin: 8px 0;
	line-height:16px;
}
.sellableItems th.availability input {
	margin-left:6px;
}
.sellableItems .item {
	width: 250px;
	text-align: left;
}
.sellableItems .item img.thumbnail {
	float:left;
	margin-right:6px;
}
.sellableItems .item p {
	margin:0 0 5px 0;
}
.sellableItems .item p.description {
	font-weight:bold;
}
.sellableItems .item p.dimensions {
	font-size:10px;
}
.sellableItems .price {
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-align: right;
}

table.cartItems {
	width: 780px;
}

table.cartItems p.description a {
	color:#666666;
	text-decoration:none;
}

table.cartItems p.description a:hover {
	color:#666666;
	text-decoration:underline;
}

table#cartTotals td{
	border: none;
	padding: 3px;
	line-height: 14pt;
}

table#checkout td {
	padding: 0;
}

td#cartSummary, td#cartSummary td {
	border-bottom: none;
}

.sale {
	color: #CC0000;
	font-weight: bold;
}

.catalogBreadcrumb .sep {
	font-size:14px;
	margin:0 6px;
}
.catalogBreadcrumb {
	width:400px;
	float:left;
	margin:0 0 12px 0;
}
.catalogBreadcrumb p {
	margin:0;
}
.catalogBreadcrumb h2 {
	font-size:14px;
	color:#003399;
	text-transform:uppercase;
	margin:0;
}
.catalogBreadcrumb h1 {
	display:inline;
	color:#6699CC;
	text-transform:none;
	margin:0;
	font-size:12px;
}
.productSubmitButtons {
	text-align:right;
	width:600px;
	margin:18px 0;
}
.productSubmitButtons input {
	margin-left:12px;
	vertical-align:middle;
}
.product {
	margin:12px 0;
	text-align:center;
	line-height:16px;
}
.product p {
	line-height:16px;
	margin:0;
	padding:0;
	text-align:center;
}
.product a {
	color:#666;
	text-decoration:none;
}
.product a:hover {
	text-decoration:underline;
}

.product .salePrice {
	color:#CC0000;
	font-weight:bold;
}
.product .price,
.product .salePrice {
	font-family:verdana,sans-serif;
	font-size:11px;
}

.product {
	float: left;
	display: inline;
	width:24.9%;
}
.category {
	float: left;
	display: inline;
	width:19.9%;
}
.threeColumn .category {
	width:33.3%;
}
.fourColumn .category {
	width:24.9%;
}

.gridRow {
	padding: 0;
	margin: 0;
	clear: both;
	border-top:1px solid #ccc;
}
div.noTopBorder {
	border-top:0;
}
a.blueArrow {
	padding-right:10px;
	background:transparent url(/images/etc/rightArrowPadded.gif) no-repeat right bottom;
}
ul#productBullets {
	padding-left: 15px;
	font-weight: bold;
}
ul#productBullets li {
	margin-bottom: 4px;
}
h2.styleMaker {
	background:#6699CC;
	padding:8px;
	color:#fff;
	font-size:12px;
}
h2.styleMakerProduct {
	background:#6699CC;
	padding:6px 5px;
	color:#fff;
	font-size:12px;
}
table.styleMaker td {
	font-size:11px;
}
table.styleMaker td.item p.description {
	font-weight:normal;
}
table.styleMaker td.price {
	font-family:arial,sans-serif;
}
table.styleMaker .item p.dimensions {
	font-size:11px;
}

h3.asSeenInSection {
	background:#6699CC;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	margin:0 0 14px;
	padding:4px 0 5px 4px;
}
.asSeenInRow {
	margin:0;
	padding:0;
}
.asSeenInRow .product {
	margin:8px 0;
	text-align:left;
}
.asSeenInRow .product p {
	text-align:left;
}
.asSeenInRow .product p.name {
	margin-top:10px;
}
.asSeenInRow .product img.thumbnail {
	float:left;
	margin-right:5px;
}
.asSeenInRow .price {
	font-family:verdana,sans-serif;
	font-size:11px;
}

table.kitComponents thead tr td{
	border-bottom: 1px solid #6699CC;
}

table.kitComponents tbody tr td {
	border-bottom: 1px solid #CCCCCC;
	font-size:12px;
	line-height:14pt;
}

table.kitComponents .componentName {
	font-weight: bold;
	margin: 0;
}

.instructions {
	font-size: 10px;
	margin: 20px 0 16px;
}
td.instructions {
	margin:0;
}
td p.instructions {
	margin:3px 0 0 0;
}
.skuBubble {
	cursor:pointer;
}



.inlineBubble {
	width:180px;
}

.inlineBubble .bubble_top {
	background: url('/images/etc/bubbleTop.gif') no-repeat;
	height:21px;
}
.inlineBubble .bubble_middle{
	border-left: 2px solid #B0CCE5;
	border-right: 2px solid #B0CCE5;
	background: #FFFFFF;
	padding: 0 7px;
}
.inlineBubble .bubble_middle span{
	color: #6699cc;
	font-size:10px;
	line-height:12px;
}
.inlineBubble .bubble_bottom{
	background: url('/images/etc/bubbleBottom.gif') no-repeat;
	height:9px;
}
.sellableItems tr.last td {
	border-bottom:0;
}
.sellableItems p.description a.skuName {
	color:#666;
	text-decoration:none;
}
.sellableItems p.description a.skuName:hover {
	text-decoration:underline;
}
h2.giftList {
	line-height:79px;
	border:#ccc 1px solid;
	background:#DCF1C4;
	font-size:22px;
	color:#666;
	font-weight:normal;
	padding:9px;
}
h2.giftList img {
	border: 1px solid #ccc;
	vertical-align:middle;
	margin-right:12px;
}

#wishlist-menu {
	padding: 0px;
	margin: 0px;
	text-align:left;
}

#wishlist-menu-container {
	margin-top:2px;
}

#wishlist-menu ul {
	background: #F5F5F5 none repeat scroll 0 0;
	border:1px solid #6E6D6C;
	float:right;
	font-size:12px;
	list-style-type:none;
	margin-top:0;
	margin-left:0;
	position:absolute;
	text-align:left;
	width: 190px;
	padding:0
}

#wishlist-menu li {
	border-bottom:1px solid #6E6D6C;
	padding:0px 3px;
}

#wishlist-menu li.last {
	border-bottom:none;
} 

#wishlist-menu li a { 
	display:block;
	color: #666666
}

#wishlist-menu li a:hover, #wishlist-menu li a { 
	text-decoration: none; 
}

#wishlist-menu li a:hover {	
	color: #FFFFFF;
}

#wishlist-menu li:hover {
	background:#6E6D6C;
	
} 

#wishlist-menu img {
	cursor:pointer;
}
