div#product-page h1 {
	margin-top: 0;
}

div#product-page h2 {
	height: 32px;
	width: 590px;
	padding: 8px 0 0 10px;
	font-size: 110%;
}

div#product-page a#selector-images,
div#product-page a#images {
	float: left;
	margin-bottom: 12px;
}

div#product-page img#product-selector-image,
div#product-page img#product-image {
	width: 250px;
	height: 250px;
	display: block;
}

div#product-page img#click-to-zoom {	
	width: 92px;
	height: 13px;
	display: block;
	margin: 7px 0 0 150px;
}

div#product-page div#details {
	width: 320px;
	height: 250px;
	float: left;
	position: relative;
	margin-left: 18px;
}

div#product-page div#details div.full-price {
	font-size: 120%;
	font-weight: bold;
}

div#product-page div#details div.full-price p {
	margin: 0;
}

div#product-page div#details a {
	padding-bottom: 3px;
	display:block;
}

div#product-page div#details a.buy-retail {
	margin-top: 0;
}

div#product-page div#details a.buy-button {
	width: 109px;
	height: 29px;
	display: block;
	text-indent: -10000px;
}

div#description {
	clear: both;
	position: relative;
}

div#description p {
	padding: 0 10px;
}

div#product-page div#details div.images {	
	position: absolute;
	bottom: -1px;
}

div#product-page div#details div.images a {
	display: inline;
}

div#product-page div#details div.images p {
	margin-bottom: 8px;
}

div#product-page div#details ol {
	list-style: none;
	padding: 0;
	margin: 8px 0 0 0;
}

div#product-page div#details ol li {
	display: inline;
}

div#product-page div#details ol li.first {
	display: none;
}

div#product-page div#details ol li img {
	margin-right: 5px;
}

body.template-selector-view div#details div.empty-images {
	display: none;	
}
	
ul#carousel {
	width: 237px;
	height: 48px;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

ul#carousel li,
div#product-page div#details ul#carousel li a {
	display: inline;
}

body.template-selector-view div#details form select {
	width: 220px;
	margin-top: 2px;
	float: left;
}

body.template-selector-view div#details form input {
	clear: none;
	float: right;
	margin: 6px 3px 0 0;
}

body.template-selector-view div#details form label {
	float: left;
	width: 96px;
	padding-top: 2px;
}

div#add-this {
	position: absolute;
	right: 10px;
	top: 6px;
}

div#add-this a {
	display:block;
	float:right;
}

div#add-this a.addthis_button_compact {
	padding-top:2px;
}

ul#descriptions {
	list-style-type: none;
	margin:0;
	padding:0;
}
ul#descriptions li {
	display:none;
}
ul#descriptions li.first {
	display:block;
}
 
span.sale-price strong {
	margin-left: 5px;
	font-size: 120%;
}
a.register {
	display:inline !important;
}

a.buyProduct {
	margin-top:0px;
}

div.package-description {
	margin-left:10px;
}


#product-page .back-link {
	padding-bottom: 15px;
}

.product-video {
	margin-left: 25px;
}