#columns .column {
	float: left;
	width: 145px;
	padding-right: 25px;
}

* html #columns .column {
	padding-right: 15px;
}

#columns .column.last {
	width: 760px;
	padding-right: 0;
}

/*
#div_LargeVideo {
	
	margin: 10px 0 0 105px;
}

#div_LargeGrid {
	margin: 10px 0 0 15px;
}

#div_LargeBoutique {
	margin: 10px 0 0 95px;
}

#aod_fallback, #flash_fallback, #js_fallback {
	margin: 10px 0 0 105px;
}
*/

#share-panel {
	text-align: right;
	padding: 5px 0;
	width: 753px;
}

div#share-panel div.buttons a {
	margin-left: 10px;
}

div#share-panel div.buttons a.last {
	margin-right: 0px;
}

#more-widgets {
	width: 149px;
	height: 330px;
	background: url(/images/shop/shop-more-collections-bg.png) no-repeat top left;
	margin: 31px 0 0 15px;
}

* html #more-widgets {
	background-image: url(/images/shop/shop-more-collections-bg.gif);
}

#thumbs {
	margin-left: 40px;
	padding-top: 70px;
}

.thumb {
	background: url(/images/shop/thumbs/thumb-bg.jpg) no-repeat top left;
	width: 66px;
	height: 39px;
	padding: 4px 0 0 6px;
	margin-right: 4px;
	margin-bottom: 10px;
}

.thumb a img {
	border: 1px solid #dbddc7;
}

.thumb a:hover img {
	border-color: #312a26;
}

.thumb a img.current {
	border-color: #951d1f;
}

#more-widgets-tooltip {
	display: none;
	position: absolute;
	text-align: center;
	background: url(/images/shop/thumbs/more-widgets-tooltip.png) no-repeat top center;
	padding: 8px 15px 4px;
	width: 157px; /* 187px */
	height: 36px; /* 48px */
	margin-top: 0;
	margin-left: 110px;
}

* html #more-widgets-tooltip {
	background-image: url(/images/shop/thumbs/more-widgets-tooltip.gif);
}

#more-widgets-tooltip .name {
	color: #751e1a;
	font-weight: bold;
	font-size: .9em;
}

#more-widgets-tooltip .generic {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .95em;
}

p#checkout {
	text-align: right;
	margin-top: 8px;
	height: 33px;
}

#btnCheckout {
	display: none;
	float: right;
	width: 199px;
	height: 33px;
	background: url(/images/shop/checkout_on.png) no-repeat top left;
}

#btnCheckout:hover {
	background: url(/images/shop/checkout_over.png) no-repeat top left;
}

* html #btnCheckout {
	background-image: url(/images/shop/checkout_on.gif);
}

* html #btnCheckout:hover {
	background-image: url(/images/shop/checkout_over.gif);
}