@charset "UTF-8";
/* CSS Document */

.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 20%;
}
.gallery-item img {
	width: 150;
	height: 150;
	margin: auto;
	padding: 5px;
	background-color: white;
	display: block;
	border: 1px solid #cfcfcf;
}
.gallery-item:hover img {
	background-color: #cfcfcf;
	border: 1px solid #909090;
}
.gallery-icon {
	margin: 0px;
	padding: 0px;
}

.gallery-caption {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 5px;
	text-overflow: ellipsis;
	line-height: 14px;
	color: #7d7d7d;
	height: 30px;
	text-align: center;
	font-family: Helvetica, Verdana, Arial;
	font-size: 10px;
	margin: 0;
	width: 90%;
	
}
.widget_stray_quotes small {
	display: block;
	margin-left: 22px;
}
img#wpstats{display:none}

.tabcontainer {
	display: block;
	clear:both;
	margin: 15px;
}

/* ------------------------------------- */
/* Product Details Tables */
/* ------------------------------------- */
.product-details {
	width: 100%;
	padding: 25px 0; 
	font-size: 12px;
	border: 1px solid #C6C6C6;
	border-width: 1px 1px 0 1px;
	margin: 0 0 1em 0;
/*	background-color: #fff;*/
}
.product-details strong {color: #333; font-size: 13px;}
.product-details tr, .product-details td {
	border: 1px solid #C6C6C6;
}
.product-details td {
	border-width: 1px 1px 0 1px;
	padding: 7px;
}
.product-details tr.even-row {background-color: #F0EEF9;}
/*.product-details tr.odd-row {background-color: #F9F9F9;}*/

/* ------------------------------------- */
/* Tabber Area */
/* ------------------------------------- */
.ngg-galleryoverview {line-height: .25;}
.wp-tab-content {font-size: 12px;}
.wp-tab-content .left-half, .wp-tab-content .right-half {
	display: block;
	width: 45%;
	float: left;
}
.wp-tab-content .right-half {
	float: right;
}
.wp-tab-content h3 {font-size: 1.25em; margin: 1em 0 0 0;}
.wp-tab-content ul {margin: .25em 0 .25em 0;}
.wp-tab-content a {
	text-decoration: underline;
}
.wp-tab-content a:hover {text-decoration: none;}

.postFooter {display:block;clear:both;margin:1em 0 .25em 0 !important;}
.postFooter .postTags {display:block; padding-top:1em !important;}

/* ------------------------------------- */
/* Mini-guides */
/* ------------------------------------- */
.fine-print {
	font-size: 11px;
	line-height: 11px;
}
.fine-print a {
	color: #595959;
	text-decoration: underline;
}
.fine-print a:hover {
	text-decoration: none;
	color: #000;
} 
