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

#content {
	width:680px;
	padding-top:10px;
	padding-bottom:30px;
}

.post-content table { margin-bottom:20px; }



/* ------------------- category listing ------------------- */


.catThumb {
	float:left;
	display:inline;
	width:277px;
	min-height:200px;
	overflow:hidden;
	padding-bottom:5px;
	margin:0 15px 5px 0;
}
.catThumb img { margin-top:0; }
.catThumb a img { border:1px solid #000; }
.catThumb a:hover img { border:1px solid #ccc; }




/* ------------------- product detail photos ------------------- */
#prod {
	width:100%;
	padding-top:20px;
}
#prod .main {
	float:left;
	display:inline;
	width:352px;
	height:302px;
	overflow:hidden;
}
#prod .main .tab_content {
	float:left;
	display:inline;
	width:352px;
	height:302px;
}

#prod .side {
	float:left;
	display:inline;
	width:318px;
}

ul.tabs {
	float:left;
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
ul.tabs li {
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:140px;
	height:140px;
	margin:0 0 15px 15px;
}
ul.tabs li a img { 
	width:140px;
	height:140px;
	border:1px solid #000; 
}

ul.tabs li a:hover {	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}
