/* ./css/page_landing_accessories.css */

div.accessory {
	float:left;
	margin:0 6px 20px 6px;
	padding:10px;
	width:210px;
	height:123px;
	overflow:hidden;
	border-bottom:1px solid #CCC;
	text-align:center;
}

div.accessory:hover {
	background:#F1F5F8;
}


	div.accessiry a.accessory_title {
		padding:0 0 0 10px;
		width:117px;
		overflow:hidden;
		background:url(../_images/pools/bg_list_bar_top.gif) repeat-x;
		height:23px;
		line-height:23px;
		border-bottom:1px solid #f2f5f9;
		font-weight:bold;
		color:#093A80;
		text-decoration:none;
	}


	div.accessory table {
		border:0;
		width:100%;
		height:100px;
	}
		div.accessory table td {
			padding:0;
			text-align:center;
			vertical-align:middle;
			width:100%;
			height:100%;
			overflow:hidden;
		}