#title
{
	float: left;
}
#logIn
{
	float: right;
}
#leftTitle
{
	background-repeat: no-repeat;
	background-position: left;
	width: 10px;
	height: 21px;
	float: left;
}
#rightTitle
{
	background-repeat: no-repeat;
	background-position: right;
	width: 10px;
	height: 21px;
	float: left;
}
#titleText
{
	background-repeat: repeat-x;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-transform: capitalize;
	padding: 0px 10px;
	width: 530px;
	height: 21px;
	vertical-align: middle;
	line-height: 21px;
	float: left;
}
.expand
{
	clear: both;
}
#leftSide
{
	width: 175px;
	margin-right: 15px;
	float: left;
}
#rightSide
{
	float: left;
	width: 570px;
}

h1,h3
{
	margin: 0px;
	padding: 0px;
	
}
h1
{
	font-size: 18px;
}
#price
{
	float: right;
	margin-top: 20px;
	margin-bottom: 10px;
}
/*====from inline========*/

.picCell {
	width: 135px;
	height: 185px;
	padding-top:10px;
	float:left; 
	/*border-style:solid;*/
}


div.imgCell{
height: 108px;
width: 116px;
margin: auto;
padding: 8px 0px 0px 0px;
background-repeat: no-repeat;
background-position: top center;
	/*border-style:solid;*/

}

.itemName{
height: 32px;
width: 110px;
	/*border-style:solid;*/

}

.priceLine {
 height:30px;
 text-align:center;
	/*border-style:solid;*/

}

td.pics{
	vertical-align:top;
	}
	
.tinyText {
	font-family: arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}