.accessory-title {
	font-size: 14px;
	font-weight: bold;
	background-color: #E8E8E8;
	color:#000;
	padding: 2px 8px 2px 8px;
	}
	
	
.accessories-thumbnails {
	float:left;
	height: 175px;
	}

.accessory-text {
	padding: 5px;
	}
	
.accessory-price {
	font-size: 14px;
	font-weight: bold;
	color: #ff6633;
	border-bottom: 0px #ff6633 solid;
	display:inline;
	}

.accessories-display {
	margin:0;
	background-color:transparent;
	padding-left:1px;
	list-style:none;
	width:100%;
	float:left;
	border-top:1px dotted #ccc;
}

.accessories-display ul{
	margin:0;
	padding:5px;
	float:left;
	width:218px;
	clear: none;
}

.accessory-border {
	border:1px dotted #ff0000;
	margin:8px;
	}