/* CSS Document */
#mainContent #whiteBody #leftSide{
	float:left;
}

#mainContent #whiteBody #leftSide #menu{
	width:150px;
	background-color:#FFFFFF;
	border:1px solid #dcdbdb;
	text-align:left;
	margin-bottom:5px;
	padding-bottom:5px;
}

#mainContent #whiteBody #menu #title{
	background-image:url(/images/itemTitle.gif);
	background-repeat:no-repeat;
	height:25px;
	color:#271b1e;
	font-size:16px;
	font-weight:bold;
	text-indent:5px;
}

#mainContent #whiteBody #menu #menuItem{
	color:#262626;
	font-size:11px;
	padding-left:5px;
}

#mainContent #whiteBody #menu #menuItem a{
	color:#262626;
	text-decoration:none;
}

#mainContent #whiteBody #menu #menuItem a:hover{
	text-decoration:underline;
}

#mainContent #whiteBody #rightSide{
	float:left;
	background-color:#FFFFFF;
	/*border:1px solid #dcdbdb;
	margin-left:260px;*/
	margin-left:5px;
	padding-left:5px;
	text-align:left;
	line-height:15px;
	font-size:11px;
	width:575px;
}

#mainContent #whiteBody #rightSide #title{
	background-image:url(/images/itemTitle.gif);
	background-repeat:repeat-x;
	height:31px;
}

#mainContent #whiteBody #rightSide #title h2{
	margin:0px;
	color:#271b1e;
	font-size:16px;
	font-weight:bold;
}

div.itemListingSquare{
	width:135px;
	height:138px;
	float:left;
	margin:2px;
}

div.itemListingSquare #image{
	width:127px;
	height:112px;
	background-color:#FFFFFF;
	border:4px solid #4f4749;
	text-align:center;
	margin-bottom:0px;
	background-image:url(/images/productBack.gif);
}
	
div.itemListingSquare #image img{
	margin-top:2px;
}

div.itemListingSquare #productTitle{
	width:135px;
	height:18px;
	margin:0px;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	background-image:url(/images/itemListingBackground.gif);
	background-repeat:repeat-x;
}

div.itemListingSquare #productTitle a{
	color:#FFFFFF;
	text-decoration:none;
}

div.itemListingSquare #productTitle a:hover{
	color:#f9e44b;
	text-decoration:underline;
}

