.OutOfStockLarge
{
	font-size:x-large;
}

.OutOfStockSmall
{
	font-size:  medium;
}

.ImageTrigger
{
	visibility:hidden;
	width:0px;
	height:0px;
	border:0;
}

.Checkout 
{
	text-align: left;
}

.EntryError
{
	color: #f00;
	font-weight: bold;
}

.SmallEntryField
{
	font-size: 80%;
}


/***************** Products ****************************/
.ProductList
{
}

/* Do not show the scroll bar when printing */
@media screen 
{
	DIV.ProductList
	{
		overflow: auto;
		overflow-x: visible;
		overflow-y: auto;
		max-height: 600px;
		_height: 600px;
	}
}

.ProductList .ProductListAlternate
{
	background-color: #ffff99;
}

.ProductListItem
{
	position: relative;
	min-height: 130px;
	_height: 120px;
}

.ProductEdit
{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 100;
}

.ProductList .ProductImage
{
	position: absolute;
	top: 0;
	left: 0;
}
.ProductList .ProductDetails
{
	margin-left: 102px;
	padding-bottom: 3ex;
	position: relative;
	min-height: 50px;
	_height: 50px;
}
.ProductList .ProductDescription
{
	font-size: 80%;
	font-weight: bold;
}
.ProductList .ProductFullDescription
{
	font-size: 75%;
	display: none;
}

.ProductList .ProductLink
{
	position: absolute;
	top: 102px;
	left: 0;
	font-size: 80%;
}
.ProductList .PriceBar
{
	position: relative;
}	
.ProductList .ProductPrice
{
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
}
.ProductList .ProductRRP
{
	position: absolute;
	top: 0;
	left: 132px;
	width: 130px;
}
.ProductList .ProductVAT
{
	position: absolute;
	top: 0;
	left: 264px;
	width: 130px;
}
.ProductAttributeItem
{
	display: inline;
	font-size: 80%;
	padding-right: 1em;
}
.ProductComponents
{
	margin-top: 5px;
	font-size: 80%;
}
.ProductComponents p
{
	margin-left: 0;
}
.ProductComponentItem
{
	clear: left;
	margin-left: 10px;
}
.ProductComponentItem .ComponentDetails
{
	margin-left: 52px;
}
.ProductComponentItem .ComponentImage
{
	float: left
}
.ProductComponentItem .ComponentQuantity,
.ProductComponentItem .ComponentPrice
{
	display: inline;
	margin-right: 10px;
}

.AddToBasket
{
	text-align: right;
}
.AddToBasket .OrderQuantity
{
	display: inline;
	font-size: 80%;
	font-weight: bold;
}
.AddToBasket .OrderQuantity input
{
	width: 3em;
}
.AddToBasket .ProductButton
{
	width: 9em;
}

.ProductList .Checkout
{
	position: absolute;
	right: 0;
	bottom: 1px;
	width: 5em;
}

.ProductList .UpdateBasket
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 9em;
}
.ProductList .ProductButton
{
	font-size: 80%;
	padding: 0px;
}

.ProductOrder
{
	position: relative;
	_height: 1%;
	width: 100%;
	padding-bottom: 3ex;
}
.ProductOrder .OrdersTitle
{
	font-size: 70%;
	font-weight: bold;
	border-bottom: 1px solid #888;
	color: #888;
}
.ProductOrder table
{
	width: 100%;
}

.ProductOrderItem
{
	position: relative;
	min-height: 1ex;
	_height: 1ex;
	font-size: 80%;
	border-bottom: 1px solid #ddd;
}

.ProductOrderItemAlternate
{
}

.ProductOrderItem .OrderAttributes
{
	padding-right: 12em;
	padding-top: 1ex;
}

.ProductOrderItem .OrderQuantity
{
	position: absolute;
	top: 0.5ex;
	right: 6em;
	width: 3em;
}
.ProductOrderItem .OrderQuantity input
{
	width: 3em;
}

.ProductOrderItem .ProductButton
{
	position: absolute;
	top: 0.5ex;
	right: 0;
	width: 5em;
	font-size: 100%;
}

/************************* Product Details ****************************/
.ProductDetail
{
	position: relative;
	min-height: 230px;
	_height: 230px;
	padding: 0;
}

.ProductDetail .ProductImage
{
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 200px;
	text-align: center;
	border: solid 1px #888;
	margin-top: auto;
	margin-bottom: auto;
}

.ProductDetail .ProductEdit
{
	position: absolute;
	top: 0;
	left: 0;
}

.ProductDetail .ProductContent
{
	margin-left: 305px;
	position: relative;
	min-height: 200px;
	_height: 205px;
}
	
.ProductDetail .ProductCode
{
	font-weight: bold;
}

.ProductDetail .ProductGroup
{
}

.ProductDetail .ProductDescription
{
	font-weight: bold;
}

.ProductDetail .ProductFullDescription
{
	font-size: 80%;
}

.ProductDetail .PriceBar
{
	position: relative;
	_height: 25px;
	min-height: 25px;
	margin-bottom: 5px;
}	
	
.ProductDetail .ProductPrice
{
	font-weight: bold;
	float: left;
}
.ProductDetail .ProductRRP
{
	float: left;
}
.ProductDetail .ProductVAT
{
	clear: left;
	font-size: 90%;
}

.ProductDetail .ProductQuantity
{
	position: absolute;
	bottom: 0;
	right: 150px;
}
	
.ProductDetail .Actions
{
	position: relative;
	height: 25px;
}

.ProductDetail .UpdateButton
{
	position: absolute;
	top: 0;
	right: 0;
}

.ProductDetail .BackButton,
.ProductDetail .Actions
{
	position: absolute;
	bottom: 0;
	left: 0;
}

.ProductDetail .ProductStockStatus
{
	position: absolute;
	top: 0;
	right: 0;
}

/************************* Product Groups ****************************/
.ProductGroups
{
}

/************************* Product Edit ****************************/
.ProductDetailEdit
{
	width: 700px;
}

.ProductDetailEdit .EntryLabel
{
	width: 150px;
}

.ProductDetailEdit .EntryField
{
	position: relative;
	overflow: hidden;
	width: 550px;
	float: right;
}

.ProductDetailEdit .EditEntry .FullDescriptionField
{
	padding:  10px 10px 10px 80px;	
	float: none;
	overflow: visible;
}

.ProductDetailEdit .FullDescription
{
	position: absolute;
	top: 0px;
	border: #66aaaa 1px solid; 
	background-color: #FFFFFF;
	width: 300px;
	height: 200px;
	overflow: scroll;
	display: inline;
	padding: 4px;
}
.ProductDetailEdit .ImageEditButton
{
	position: absolute;
	bottom: 0px;
	left: 320px;
}


.ProductDetailEdit .EditEntry .ImageField
{
	height: 168px;
}

.ProductDetailEdit .ImageList
{
	position: relative;
	width: 100%;
	height: 150px;
}
.ProductDetailEdit .ImageList .EntryField
{
	width: 100%;
	float: none;
}

.ProductDetailEdit .EditProductImagesHeader
{
	font-weight: bold;
	background-color: #ccf;
}

.ProductDetailEdit .EditProductImages .Label
{
	width: 50px;
	text-align: right;
	float: left;
	clear: left;
	line-height: 25px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.ProductDetailEdit .EditProductImages .Data
{
	width: 350px;
	line-height: 25px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.ProductDetailEdit .EditProductImages .ImageButton
{
	width: 60px;
}
.ProductDetailEdit .EditProductImages .ImageBrowseButton
{
	font-size: 80%;
}

.ProductDetailEdit .ProductGrid .EntryField
{
	width: 100%;
	float: none;
}
.productDetailEdit .EditProductAttributesHeader,
.productDetailEdit .EditProductComponentHeader
{
	font-weight: bold;
	background-color: #ccf;
}

.ProductDetailEdit .Thumbnail
{
	padding: 2px;
	text-align: center;
	float: left; 
	width: 65px; 
	height: 85px; 
	margin-right: 5px; 
	overflow: hidden;
}

.ProductDetailEdit .ThumbnailContainer
{
	overflow: scroll; 
	height: 250px; 
	width: 345px; 
	border: solid 1px #66aaaa;
}

/************************* Product Edit Description ****************************/
.ProductEditDescription
{
	width: 700px;
}

.ProductEditDescription .EntryLabel
{
	width: 150px;
}

/************************* Product Edit Image ****************************/
.ProductEditImage
{
	width: 700px;
}

.ProductEditImage .EntryLabel
{
	width: 150px;
}

.ProductEditImage .Preview
{
	width: 150px;
	_height: 100%;
}
.ProductEditImage .RightSide
{
	width: 550px;
	float: right;
}
