body {
	background:url(bg.png) repeat-x;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#F2F3F3;
	color:#666;
}
a
{
	color:#E77902;
	outline:none;
}
a:hover
{
	color:#666;
}
img
{
	border:none;
}
#wrapper
{
	width:960px;
	margin:auto;
}

/* PRODUCT LISTINGS */

#products td
{
	vertical-align:baseline;
	border:1px solid #999;
	padding:15px 15px;
	background-color:#fff;
}
#products td#list-div
{
	background-color:#fff;
	border:none;
	border-bottom:1px dotted #999;
	border-right:1px dotted #999;
	padding:10px;
	width:30%;

}
#products td#search-bar
{
	padding:5px 5px;	
}
#products td#see-all-link
{
	font-size:14px;
	background-color:#fff;
	border:none;
	padding:10px;
	
}

#products td#nav
{
	vertical-align:top;
	background-color:#fff;
	border:1px solid #999;

}

td #list-item
{
	vertical-align:baseline;
	background-color:#fff;
}

#list-item-image, #list-item-description, #list-item-price, #list-item-buy-button, #list-item-title
{
	padding-bottom:5px;
	vertical-align:baseline;
}


/* PRODUCT DETAIL */
#item-description
{
	width:250px;
	word-wrap:break-word;
}
#item-group
{
	float:right;
	line-height:18px;
	
	 width:250px; 
}

#item-image
{
	
	width:inherit;
	padding-right:25px;
	float:left;
	border-right: 2px dotted #999;
	width:350px;
	height:100%;
	max-width:350px;
	
}
#item-image img
{
	max-width:350px;
	min-width:200px;

}
#item-description, #item-price, #item-buy-button, #item-title
{
	width:250px;
	float:right;
	line-height:18px;
	padding-bottom:10px;
	padding-right:45px;
	color:#666;
}

#item-price
{
	font-weight:bold;
}
#item-buy-button
{
	position:relative;
	left:-4px;
}
#item-more-info-link
{
vertical-align:bottom;
font-weight:bold;
font-size:14px;
}
#item-reviews
{
	float:right; 
	width: 550 px;
}


/* NAVIGATION */
#navlist
{
padding: 0px;
margin-left: 0;
font-size: 11px;
width: 170px;
color: #999; 

}

#navlist li
{
list-style: none;
margin: 0px;
border-bottom: 1px #999 dotted;
text-align: left;
height:25px;
}

#navlist li a
{
display: block;
padding: 0.5em 0.5em 0.5em 0.9em;
text-decoration: none;
}

#navlist li a:link { color: #000; }
#navlist li a:visited { color: #006; }

#navlist li a:hover
{
color: #fff;
background: #0760B2;
}
