/* ============= Begin Product Display ================= */

div.item_display  {
    float: left;
    width: 180px;
    height: 180px;
	padding: 20px 20px 40px 0;
	text-align: center;
}

div.item_photos  {
    height: 180px;
	padding: 0 0 5px 0;
    text-align: center;
}

div.item_desc  {
    height: 20px;
    text-align: center;
    margin: 0 auto;
	width: 120px;
}


/* ============= End Product Display ================= */

/* ============= Begin Link Styles ================= */

div.item_desc a:link, div.item_desc a:visited {
    font-size: 11px;
  	color: #3d7893;
    font-family: Georgia, 'Times New Roman', san-serif;
    text-decoration: none;
    line-height: 14px;
    font-weight: bold;
}

/* ============= End Link Styles ================= */