﻿/* global styles */
body
{
	font-size: 10pt;
	color: #666666;
	font-family: Tahoma;
	background-color: white;
}

/* Master Page styles */
.headerImage 
{
	border: none 0px;
}

/* Home page styles */
.welcomeTitle 
{
	font-weight: bold;
	font-size: 14pt;
	color: black;
	font-family: Tahoma;
}

.princessImage 
{
	text-align: center;
}

/* ItemListing styles */
.categoryNameLabel 
{
	font-weight: bold;
	font-size: 14pt;
	color: black;
	font-family: Tahoma;
}

.categoryDescriptionLabel 
{
}

.pagerDiv
{
	width: 100%;
	text-align: right;
	color: #666666;
	font-size: 10pt;
	padding-bottom: 7px;
	padding-top: 7px;
}
.pagerDivLink
{
	width: 100%;
	text-align: right;
	color: #666666;
	font-size: 10pt;
	padding-bottom: 7px;
	padding-top: 7px;
	text-decoration: none;
}

.lineCell 
{
	height: 3px;
	background-color: #E0E0E0;
}

.itemImageCell 
{
	width: 134px;
	vertical-align: top;
	text-align: left;
}

.zoomImage 
{
	vertical-align: bottom;
	border: none;	
}

.zoomLink
{
	vertical-align: baseline;
	border: none 0px;
	color: #666666;
	text-decoration: none;
}

.itemNameAndDescriptionCell
{
	vertical-align: top;
	text-align: left;
}

.itemNameLabel
{
	font-weight: bold;
	font-size: 14pt;
	color: black;
	font-family: Tahoma;
}

.itemDescriptionCell
{
}

.priceCell
{
	background-color: #E0E0E0;
	width: 180px;
	vertical-align: top;
	text-align: left;
}

.priceLabel
{
	font-weight: bold;
	font-size: 16pt;
	color: red;
	font-family: Tahoma;
}

.quantityTextBox
{
	font-size: 10pt;
	color: black;
	font-family: Tahoma;
	background-color: white;
	width: 40px;
	height: 14px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	text-align: right;
	vertical-align: middle;
}

/* Product Listing Styles */
.categoryBlock 
{
	display: inline;
	width: 250px;
}

.productListDiv 
{
	width: 100%;
	text-align: center;
	color: #666666;
}

.categoryNameDiv 
{
	width: 250px;
	text-align: left;
}

.categoryDescriptionDiv 
{
	width: 250px;
	text-align: left;
}

.categoryLink 
{
	font-weight: bold;
	font-size: 14pt;
	color: black;
	font-family: Tahoma;
	text-decoration: none;
}

.subCategoryNameDiv 
{
	width: 220px;
	text-align: left;
	padding-left: 30px;
}

.subCategoryLink 
{
	font-size: 10pt;
	color: black;
	font-family: Tahoma;
	text-decoration: none;
}

/* Product Detail styles */
.itemThumbnailList 
{
	width: 160px;
	height: 480px;
	overflow-y: scroll;
}

.itemImageThumbnail
{
	padding-bottom: 5px;
}
