﻿#CategoryDetails
{
	width: 100%;
}
.gridPager
{
	height: 20px;
	background: #ececec url( 'Images/grey/bgGridHeader.jpg' ) repeat-x;
}
.item
{
	width: auto;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	margin-right: 0px;
}
.productImage
{
	margin-left: 15px;
}
.description
{
	float: right;
	width: auto;
	width: 50%;
}
.productLink
{
	font-weight: bold;
	color: Blue;
}
.price
{
	font-size: 14px;
	font-weight: bold;
	color: #660000;
}
.productPrice
{
	padding-top: 10px;
}
.alertBlock
{
	width: 95%;
	padding: 4px;
	text-align: center;
	border: solid 2px #493D39;
	color: #493D39;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.LoadingSpacer
{
	position: absolute; /*float: left; top: 170px; left: 130px;*/
	z-index: 1000;
}
.cartItem
{
	width: 100%;
	padding: 5px;
}
.loaderTopLeft
{
	width: 4px;
	height: 5px;
	background-image: url(     '../images/floater/topLeftBlue.gif' );
	background-repeat: no-repeat;
}
.loaderTop
{
	height: 5px;
	background-image: url(    '../images/floater/topBorderBlue.gif' );
	background-repeat: repeat-x;
}
.loaderTopRight
{
	width: 4px;
	height: 5px;
	background-image: url(    '../images/floater/topRightBlue.gif' );
	background-repeat: no-repeat;
}
.loaderLeft
{
	width: 4px;
	background-image: url(    '../images/floater/leftLineBlue.gif' );
	background-repeat: repeat-y;
}
.loaderContent
{
	padding: 2px 10px 2px 10px;
	background-color: #F0F0F0;
}
.loaderRight
{
	width: 4px;
	background-image: url(    '../images/floater/rightLineBlue.gif' );
	background-repeat: repeat-y;
}
.loaderBottomLeft
{
	width: 4px;
	height: 5px;
	background-image: url(     '../images/floater/bottomLeftBlue.gif' );
	background-repeat: no-repeat;
}
.loaderBottom
{
	height: 5px;
	background-image: url(    '../images/floater/bottomBorderBlue.gif' );
	background-repeat: repeat-x;
}
.loaderBottomRight
{
	width: 4px;
	height: 5px;
	background-image: url(     '../images/floater/bottomRightBlue.gif' );
	background-repeat: no-repeat;
}
