/* Use this style-sheet to modiy/apply styles to elements when the browser resolution is 800 X 600 pixels */

/* Hide short product description for latest products */
.latestProdTextAreaShortDesc{
display:none;
}
/* Hide short product description for product listing */
#hideViewCatDetails{
display:none;
}