


.products .listed, .products .product {
	display:table;
	width:100%;
}
.listed .std, .product .std {
	display:table-row;
}

.listed .categories, listed .list, .product .detail {
	display:table-cell;
}

.listed .categories {
	width:200px;
	padding-right:25px;
}
.listed .list {
	width:auto;
}

.listed .list .prodItem {
	width:30%;
}

.product .detail {
	white-space:nowrap;
}
.product .detail .image {
	width:200px;
}
.product .detail .image .main, .product .detail .image .main .mask {
	width:200px;
	height:200px;
}
.imgBox {
	font-size:.8em;
}
.product .detail .short {
	width:320px;
}

.steps2 {
	font-size:1.8em;
}

.std .checkout .steps2 li{
	height:48px;
}
.steps2 li:before {
	border-width:28px;
	margin-top:-28px;
}
.steps2 li:after {
	border-width:24px;
	margin-top:-24px;
}
.std .checkout .steps2 li.selected span{
	display:inline-block;
}

.cart_options .totals {
	width:255px;
}