﻿img
{
	border-style: none;
}

pre
{
white-space: pre-wrap; /* CSS2.1 compliant */
white-space: -moz-pre-wrap; /* Mozilla-based browsers */
white-space: o-pre-wrap; /* Opera 7+ */
}

.searchPanel
{
	width: 95%;
	padding: 0px 0px 10px 10px;
}

#divCategoryMenu
{
    text-align: center;
}

#divProductSearch
{
	margin-left: 25px;
}

.messageBox
{
	color: #C83737;
	margin: auto;
	padding: 3px 5px 3px 5px;
	width: 200px;
}

div.pagingControls
{
	margin-left: 25px;
}

.productList
{
    border: solid 1px #000000;
    margin: auto;
    width: 95%;
}

div.productView
{

}

span.productNumber
{
	font-weight: normal;
}

div.productName
{
    font-weight: bold;
}

div.productDescription
{
	margin: 15px 100px 15px 115px;
	text-align: justify;
	white-space: normal;
}

div.productImage
{
	float: left;
	margin: 3px 10px 3px 5px;
}

div.productPrice
{

}

div.productQuantity
{
	display: inline;
}

div.addToCart
{
	display: inline;
}





