/***product thumbnails***/

div#product_frame {
	margin: 0;
	padding: 0;
}

div#product_frame h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

div#product_frame h2:first-child {
	font-weight: bold;
}

div#product_frame h3 {
	font-size: 11pt;
}

div#product_frame p {
	font-size: 10pt;
}

div#product_frame ul.thumbs_container {
	padding: 0;
	margin: 0 -2px 0 -2px;
}

div#product_frame ul.thumbs_container li {
	margin: 0 2px 4px 2px;
	text-align: center;
	float: left;
	list-style: none;
	border: 1px solid #7285BD;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

div#product_frame ul.thumbs_container li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #092A8B;
}

div#product_frame ul.thumbs_container li a:hover {
	color: #0272D4;
	text-decoration: underline;
}

div.caption {
	padding: 2px;
}

div.caption p{
	font-size: 8pt;
	line-height: 1.2em;
	margin-bottom: 5px;
}

.main_image {
	float: right;
	margin-left: 10px;
}

#main_image {
	margin-top: 6px;
	padding: 5px;
	border: 1px solid #7285BD;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/***admin***/

ul#admin_buttons {                                                                                                                      
	list-style: none;
}

ul#admin_buttons li {
	margin-top: -20px;
	float: left;
	text-align: center;
	margin-right: 4px;
	margin-bottom: 6px;
	border: 1px solid #7285BD;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

ul#admin_buttons li a{
	display: block;
	padding: 0px 4px;
	text-decoration: none;
}

table#admin {
	width: 100%;
	margin: 15px auto 0 auto;
	border-collapse: collapse;
}

table#admin td {
	width: 25%;
	text-align: left;
	vertical-align: top;
	border: 1px solid #7285BD;
	padding: 6px;
}

table#admin td h3 {
	font-size: 10pt;
}

table#admin td p {
	font-size: 10pt;
	margin-bottom: 4px;
}





