body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 11px;*/
	overflow: visible;
}



#result {
	padding-bottom: 50px;
	padding-left: 14px;
	display: block;
}


#menu {
	width: 230px;
	
	margin-left: 10px;
	margin-bottom: 20px;
}

#menu a{
	color: #333333;
	text-decoration: none;
}
#menu #product_type_pulldown {
	width: 230px;
	margin-bottom: 20px;
	margin-top: 10px;

}

#menu a:hover{
	color: #CCCCCC;
	text-decoration: none;
}

#menu #product_type1,#menu #product_type2 {
	font-size: 12px;
	display: block;
	padding-top: 3px;
	padding-bottom: 5px;
	background-image: url(/graphics/dots478.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
}

#menu ul {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 10px;
	margin: 0px;
}
#menu #menu_category,#menu #menu_designer {
	height: auto;
}


#menu ul li {
	display: block;

	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 11px;
	background-image: url(/graphics/dots478.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


h1 {
	font-size: 16px;
	margin-bottom: 10px;
}


h2 {
	font-size: 14px;
	margin: 10px 0px 15px;
	clear: left;
	width: 480px;
	display: block;
}

h2 a{
	text-decoration: none;

}




.item {
	float: left;
	width: 100px;
	margin-right: 15px;
	margin-bottom: 10px;
	display: block;
	height: 150px;
}

.item a {
	
	color: #333333;
	text-decoration: none;
}
.item a img {
	border: 1px solid #000000; 
	
}

.item img {
	border: 1px solid #999999; 
	margin-bottom: 5px;
}



.item a:hover img {
	border: 1px solid #999999;
	margin-bottom: 5px;

}

.items {
	border: 1px solid #F00;
	margin-bottom: 3px;
}


.dot_line {
	background-image: url(/graphics/dots478.gif);
	background-repeat: repeat-x;
	height: 10px;
	text-align: right;
	margin-bottom: 20px;
	clear: left;
	width: 480px;
}
a.pagetop {
	text-decoration: none;

}

#description {
	font-size: 12px;
	line-height: 18px;
	width: 480px;
}

.clear {
	clear: both;
	height: 10px;
}

.page_break {
	page-break-after: always;
	clear: both;
	
	float: left;
	
	width: 480px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF0000;
}
@media print{

}

