

#items .title {
	width:547px;
	padding:11px 18px 16px 14px;
	margin:0 2px 0 3px;
}
#items .title h2 {
	font-family:Tahoma;
	font-weight:normal;
	font-size:18px;
	color:#222;
	padding-bottom:4px;
}
#items .content {
	border:1px solid #c6c6c6;
	width:547px;
	padding:15px 18px 15px 14px;
	margin:0 2px 0 3px;
}
#items .content h3 {
	font-size:14px;
	font-family:Tahoma;
	padding-bottom:10px;
}

#items .add_to_cart {
	margin-left:15px;
}
#items .text {
	line-height:165%;
}
#items .table {
	width:547px;
}
#items .table_head_1, 
#items .table_head_2, 
#items .table_head_3, 
#items .table_head_4 {
	background:#0f0f0f;
	border-style:solid;
	border-width:0 1px;
	height:1px;
	overflow:hidden;
}
#items .table_head_1 {
	border-color:#777;
	margin:0 2px;
}
#items .table_head_2 {
	border-color:#3e3e3e;
	margin:0 1px;
}
#items .table_head_3 {
	border-color:#8f8f8f;
}
#items .table_head_4 {
	border-color:#383838;
}
#items .row, 
#items .rowsep {
	border-style:solid;
	border-width:0 1px 1px;
	border-color:#c6c6c6;
	background:#f1f1f1;
}
#items .row {
	padding:15px 0;
}
#items .odd {
	background:#e2e2e2;
}
#items .rowsep {
	height:12px;
}
#items .table_head {
	background:#262626 url("http://www.mogs.com/img/table_caption.gif") no-repeat;
	color:#fff;
	height:22px;
	line-height:18px;
	font-weight:bold;
}

#items .table .image {
	float: left;
	width: 96px;
	padding-left: 10px;
	}

#items .table .image img {
	border: 1px #333 solid;
	}


#items .table .description {
	padding-left:15px;
	width:220px;
	float:left;
	line-height:150%;
}
#items .table .description_title {
	font-weight:bolder;
}

#items .table .price {
	padding-left:10px;
	width:75px;
	float:left;
	text-align:right;
	font-weight:bolder;
	padding-top:22px;
}

#items .table .add_to_cart {
	margin-right:18px !important;
	margin-right:9px;
	display:block;
	float:right;
	margin-top:16px;
	}



