#cartitle{
	font: 26px bolder Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

/*******************************************************/
/*PHOTOS SECTION*/
#photocontainer{
	width:770px;
	height:384px;
}

#leftthumbs{
	width:128px;
	height:384px;
	float:left;
	border-collapse:collapse;
}

#centrephoto{
	float:left;
}

#bigphotosize{
	width:514px;
	height:386px;
}

#rightthumbs{
	width:128px;
	height:384px;
	float:right;
	border-collapse:collapse;
	overflow:hidden;
}

#hidden {
	display:none;
}
/*END OF PHOTOS SECTION*/
/********************************************************/

#detailscontainer{
	width:770px;
}

#details{
	float:left;
}

#price{
	float:right;
	position:relative;
	top:55px;
	width:80px;
	text-align:right;
}

#description{
	float:left;
	width:100%;
	position:relative;
	top:3px;
}

table{
	table-layout:fixed;
	width:680px;
	float:left;
	text-align:left;
	border:hidden;
	margin:3px;
}

tr{
	border:hidden;
}

.column1{
	width:120px;
	font-weight:lighter;
	text-align:right;
}

.column3{
	width:120px;
	font-weight:lighter;
	text-align:right;
}


