/* stylesheet */

div.attributesBox_top {
	border-style:none;
	position:absolute;
	width:792px;
	height:33px;
} 

span.attributesBox_top_element {	
	background-color:#E8F578;
	margin-right:4px;
	width:115px;
	height:32px;
	float:left;
	position:relative;
} 

span.attributeBox_price_top {
	width:115px;
	position:absolute;
	height:33px;
	vertical-align: middle;
	top:9px;
	left:0px;
	text-align:center;
	font-size:1.2em;	
	COLOR: #000000;
} 

span.attributeBox_price_bottom {
	width:115px;
	position:absolute;
	height:16px;
	top:16px;
	vertical-align: middle;	
	left:0px;
	text-align:center;
	font-size:1.2em;	
	COLOR: #000000;
}
div.attributesBox_bottom {
	border-style:solid solid solid solid;
	position:absolute;
	margin-top:33px;
	width:792px;
	height:235px;
	overflow-y:hidden;
	overflow-x:scroll;	
	border-color:grey;
	border-width:1px;
	-moz-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
	scrollbar-base-color:#E8F578;
} 

#attributes-frame {
	margin:2px 4px 0 1px;
	padding:0;
} 

.attribute-item {
	float:left;
	margin:2px 5px 15px 15px;
	padding:4px;
	width:200px;
	margin-right:50px;
	vertical-align:top;
	width:160px;
	margin-right:20px;
	text-align:center;
	font-size:0.7em;
}


.attributes_clear {
        clear:both;
        height:0px;
        font-size:0px;
        line-height:0px;
    }

.categoryLine {
  	font-size:1.4em;
  	font-weight:bold;
  	margin:0px 0px 0px 15px;
  }
  
A.attributesBox_top_element:hover {
  	 color: #000000;
  	 font-weight: bold; 
}
