#columns .column {
	float: left;
	width: 145px;
	padding-right: 25px;
}

* html #columns .column {
	padding-right: 15px;
}

#columns .column.last {
	width: 100%;
	padding-right: 0;
	background: #fff;
}


#share-panel {
	text-align: right;
	padding: 5px 0;
	width: 920px;
}

div#share-panel div.buttons a {
	margin-left: 10px;
}

div#share-panel div.buttons a.last {
	margin-right: 0px;
}

p#checkout {
	text-align: right;
	margin: 10px 104px 0 0;
	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);
}

#widget_container {
	width: 760px;
	margin: 0 auto 30px;
}

#widget_container .jaclynsmith_summer, #widget_container .countryliving01 {
	margin-top: 30px;
}

#widget_container .fall_fashion {
	background: url(/images/shop/bg/fall_fashion.png) no-repeat left 20px;
}

* html #widget_container .fall_fashion {
	background: url(/images/shop/bg/fall_fashion.gif) no-repeat left 20px;
}
