/*
 * Main Styles BEGIN
 */
body{
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #EFEDC4;
	font-family: Tahoma, Verdana;
	color: #003;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

/* Page Title Style */
.PageTitle {
	font-family: Tahoma, Verdana;
	color: #B91660;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

/* Store Closed Style */
.StoreClosedText {
	font-family: Tahoma, Verdana;
	color: #B91660;
	font-size: 11px;
	font-weight: bold;
}
/*
 * Main Styles END
 */

/*
 * Category Styles BEGIN
 */
.CategoryName{
	font-family: Tahoma, Verdana;
	color: #B91660;
	font-size: 14px;
	font-weight: bold;
}

.CategoryName a{
	color: #6633FF;
	text-decoration: underline;
}

.CategoryName a:hover{
	color: #666;
}

.CategoryDescription{
	color: #333333;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
}

/*
 * Category Styles END
 */

/*
 * Product Styles BEGIN
 */
.ProductName{
	font-family: Tahoma, Verdana;
	color: #B91660;
	font-size: 16px;
	font-weight: bold;
}

.ProductName a{
    color: #666666;
    text-decoration: none;
}

.ProductName a:hover{
    color: #BBBBBB;
    text-decoration: none;
}

.ProductDescription{
	font-family: Tahoma, Verdana;
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
/*
 * Product Styles END
 */

/*
 * Breadcrumb Styles BEGIN
 */
.Breadcrumb {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: white;
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px; 
    text-align: left;
}

.Breadcrumb a{
    color: #CD3C53;
    text-decoration: underline;
}

.Breadcrumb a:hover{
	color: #6633FF;

}
.warning {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
}

