

#productleftshortdescription {
	float:right;
	width: 250px;
	font: 12px Verdana ;
	color:#666;
}
#productrightshortdescription {
	float:right;
	width: 250px;
	font: 12px Verdana ;
	color:#666;
}

#price {
	margin-top:15px;
	text-align:right;
	width: 200px;
	float:right;
	color:#DF2309;
	font: 18px Verdana; 
}
#buttons {
	margin-top: 10px;
	width: 200px;
	height: 40px;
	float:right;
	text-align:right;
}


#pagination {
	height:23px;
	border: thin solid #CCC;
	margin-bottom:10px;
	}
#paginationright {
	float:right;
	width: 300px;
	text-align:right;
	padding-right: 5px;
	color:#000000;
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
	padding-bottom: 3px;
}
#paginationleft {
	float: left;
	width: 350px;
	color:#777777;
	padding-top:4px;
	padding-left:10px;
}
#paginationleft a{
	color:#777777;
	text-decoration:none;
	font-weight:bold;
}
#paginationleft a:hover{
	color:#222222;
	text-decoration:none;
}
.previous {
	font: 12px verdana;
	color:#039;
}
.highlight {
	color:#FFF;
	font: 16px verdana;
	background-color:#999;
	height: 10px;
}


#productshortdescription {
	float:right;
	width: 200px;
	font: 12px Verdana ;
	color:#666;
}

#producttitle {
    float:right;
	width: 200px;
	margin-bottom:5px;
}
.producttitle{
	text-decoration:underline;
	color:#000000;
	font: 14px Verdana ;
}

#productright {
	float: right;
    height:250px;
	width: 350px;
	padding:5px;
	border:2px solid #CCCCCC;
}
#productleft {
	float: left;
	height:250px;
	width: 350px;
	padding:5px;
	border:2px solid #CCCCCC;
}

.clear {
		clear:both;
	}