div.middle div.left {
    width: 161px;
	float: left;
    margin: 0px;
}

div.middle div.products {
    padding-left: 10px;
    width: 728px;
    margin: 0px;
	float: left;
}

div.products table.productdetails {
    width: 100%;
}

div.products table.productdetails td.feedback{
    text-align: right;
}

div.products table.productdetails div.image{
	margin: 5px 5px 5px 0px;
	padding: 0px;
	float: left;
}

div.products table.productdetails div.shortdescription{
	text-align: justify;
	margin: 5px 0px 5px 0px;
}

div.products table.productdetails div.fulldescriptionright{
	margin: 10px 0px 10px 10px;
	padding: 5px 5px 5px 5px;
    border: 1px solid yellow;
    background-color: #FFFFE6;
	float: right;
	width: 220px;
}

div.products table.productdetails div.fulldescription{
	text-align: justify;
	margin: 5px 0px 0px 0px;
}

div.products table tr {
    vertical-align: top;
}

div.products table td.caption {
    width: 150px;
    font-weight: bold;
}

div.products table.rights {
    margin-bottom: 20px;
}

div.products table.rights h3 {
	font-size: 12px;
    font-weight: normal;
}

div.products table.additional {
    margin-bottom: 20px;
}

div.products table.additional h4 {
	font-size: 12px;
    font-weight: normal;
}

.productimage {
    text-align: left;
}

table.productdetails tr td div.download {
    width: 200px;
    margin: 0 auto;
}


.downloadnow {
    text-align: center;
}

.downloadnow a  {
    text-decoration: none;
    font-weight: bold;
}


.property_yes {
    color: #00D900;
    font-weight: bold;
}

.property_no {
    color: #FF0000;
    font-weight: bold;
}

div.category strong, h2 {
    display: inline;
}

