.column-right {
	padding: 0 0 0 30px;
	width: 485px;
}

.products {
}

.products .item {
	display: inline;
	float: left;
	font-size: 11px;
	margin-right: 30px;
	margin-bottom: 20px;
	text-align: center;
	width: 130px;
}

.products .alt {
	display: inline;
	float: left;
	font-size: 11px;
	margin-right: 30px;
	margin-bottom: 20px;
	text-align: center;
	width: 130px;
}

.nav-products {
	background: url(../_images/common/dot.gif) repeat-x 0 0;
	margin-bottom: 30px;
}

.nav-products .group {
	background: url(../_images/common/dot.gif) repeat-x left bottom;
	padding: 7px 0 9px 0;
}

.nav-products h4 {
	font-size: 11px;
	margin: 3px 0 2px 0;
	text-transform: uppercase;
}

.nav-products a {
	display: block;
	font-size: 11px;
	margin: 0;
	padding: 2px 0 3px 0;
	text-transform: uppercase;
}

.nav-products .selected {
	font-weight: bold;
}

.nav-products a.selected {
	text-decoration: underline;
}

.nav-products h4 a.selected {
	text-decoration: none;
}


/* default style overrides */

h4.price {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0.5em 0;
	padding: 0;
	text-transform: uppercase;
}

h4.price a {
	color: #f90;
}

.page .product h3 {
	color: #9c3;
	line-height: 1.5em;
	margin: 25px 0 8px; 0;
}


/* product thumbs styles */

.product .image {
	margin-bottom: 10px;
}

.product .thumbs {
	padding: 0;
}

.product .thumbs li {
	display: inline;
	float: left;
	margin: 0 0 0 13px;
	padding: 0;
	list-style-type: none;
	text-align: left;
	font-size: 1px;
}

.product .thumbs li.first {
	margin-left: 0px;
}

.product .thumbs a {
	border: 1px solid #ccc;
	display: block;
	padding: 3px;
}

.product .thumbs a:hover {
	border: 1px solid #f90;
}

.product .copy {
	line-height: 1.6em;
}

.product-list .image {
	margin-bottom: 15px;
}

.product-list h4 {
	font-size: 10px;
}

.product-list h4 a {
	color: #999;
}


/* in-page navigation styles */

.navPage {
	width: 100%;
	margin: 0 0 12px 0;
	clear: both;
}

.navPage td {
	text-align: center;
	padding: 16px 0 0 0;
}

td.pagePrevious {
	width: 100px;
	text-align: left;
}


td.pageNext {
	width: 100px;
	text-align: right;
}


.navPage a.selected {
	color: #312D2E;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

.navPage .cursor {
	text-decoration: none;
}

a.disabled {
	text-decoration: none;
	cursor: default;
	color: #D7D7D7;
}