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

.details {
	padding:12px;
	text-align:justify;
}

.desc {
	text-align:justify;
	padding:10px;
	font-size:12px;
	line-height:18px;
}


/********************
* Class: catbox
* System messages
********************/
.catbox {
	font-size:10px;
	padding:5px;
	display:block;
	margin-bottom:10px;
	border:1px solid #FF9900;
	background:#F3DEB1;
	clear:both;
}

.catbox #item {
	width:150px;
	height:12px;
	overflow:hidden;
	text-align:center;
	float:left;
	padding:1px;
	margin:1px;
}

.catbox a:link, .catbox a:active, .catbox a:visited {
	color:#3366CC;
	text-decoration:none;
} 

.catbox a:hover{
	color:#CC0000;
}


/********************
* Class: result
* Search result
********************/

.result {
	padding:10px;
	clear:both;
	line-height:14px;
	border:1px solid silver;
	margin-bottom:3px;
}

.result #title, .result #title a:link, .result #title a:active, .result #title a:visited {
	font-family:tahoma;
	color:#3366CC;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

.result #title a:hover {
	text-decoration:underline;
}

.result #desc {
	font-size:11px;
	text-align:justify;
	color:#333333;
	margin-bottom:5px;
	margin-top:3px;
}


/********************
* Class: specs
* product specifications table
********************/

.specs {
	font-size:10px;
	font:tahoma;
	border:1px solid silver;
}

.specs td {
	border-left:1px solid silver;
	border-bottom:1px solid silver;
}

