.divOverviewProduct
{
	position		: relative;
	overflow		: visible;
	border			: 1px solid #cc9999;
	background-color: #f1f2f4;
	width			: 350px;
	height			: 160px;
	padding-left	: 10px;
	padding-right	: 10px;
}

.divOverviewContainer ul li
{
    float			: left;
    display			: inline;
    text-align		: center;
    margin			: 5px;
}

.divOverviewContainer img
{
    border			: 0px;
}

.tblcTitle
{
	position			: absolute;
	text-align			: left;
	top					: 0px;
	left				: 5px;
	color 				: gray;
	font-family 		: "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size			: 20px;
	font-weight			: bold;
	padding-left		: 5px;
}

.tblcDescription
{
	position			: absolute;
	top					: 30px;
	left				: 150px;
	width				: 195px;
	text-align			: left;
	vertical-align		: top;
	color 				: #333333;
	font-family 		: "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	padding-left		: 3px;
}

.tblcQP
{
	position			: absolute;
	top					: 110px;
	left				: 150px;
	width				: 200px;
	text-align			: right;
	vertical-align		: bottom;
}

.lblQuantity
{
	color 				: black;
	font-family 		: "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size			: 15px;
	padding-right		: 10px;
	font-weight			: bold;
	cursor				: pointer;
}

.lblPrice
{
	color 				: black;
	font-family 		: "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size			: 18px;
	text-align			: right;
	padding-right		: 10px;
	font-weight			: bold;
	cursor				: pointer;
}

.tblcPhoto
{
	position			: absolute;
	width				: 138px;
	height				: 100px;
	top					: 30px;
	left				: 5px;
	border				: 1px solid #cccccc;
}

.tblcNoPhoto
{
	position			: absolute;
	width				: 138px;
	height				: 100px;
	top					: 30px;
	left				: 5px;
	border				: 1px solid #cccccc;
}

.divSold
{
	position			: absolute;
	top					: 30px;
	left				: 5px;
	width				: 100px;
}

.tblcBottomliner
{
	position			: absolute;
	left				: 5px;
	top					: 138px;
	color 				: red;
	font-family 		: "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;	
}

.divID
{
	position			: absolute;
	right				: 5px;
	top					: 138px;
	color 				: black;
	font-family 		: "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;	
}
