/* Styles for Decorating Direct frontend views */

#productview{
        width: 100%;
}

div .left{
        width: 97% !important;
}

div#main_img a#main-image-link img{
        border: none;
        border-width: 0;
}

p.temp-unavail{
	font-weight: bold;
	margin: 10px;
}

/* product gallery */
#main_image_div {
	text-align:center;
	width:100%;
}
#main_image_div img {
	margin:auto;
}
#gallery_thumbs {
	width:100%;
}
#gallery_thumbs .gallery_thumb {
	float:left;
	width:100px;
	height:100px;
	margin-right:10px;
	text-align:center;
	margin-bottom:10px;
}
.gallery_thumb img {
	margin:auto;
	border:1px solid #ccc;
}