﻿/*Common*/
.CategoryTop
{
	width:525px; height:40px;
	background-image: url( '../images/contentTop.jpg' );
	background-repeat: no-repeat;
	padding-top:25px;
	padding-left:55px;
	color:#500f0f;
	font-size:medium;
}

/* CategoryView */
.cPnlWrapper
{
	width:110px; height:220px;
	text-align:center;
	color:#404040;
	font-size:small;
	margin-right:20px;
	margin-bottom:20px;
	margin-top:10px;
}

.cPnlImageHolder
{
	width:110px;
	text-align:center;
	border:solid 1px #c5c5c5;
	padding-top:5px;
	padding-bottom:5px;
}

.cPnlProductPrice
{
	background-position: left top;
	width: 100px; height:28px;
	text-align: center;
	padding: 5px;
	background-image: url( '../images/CategoryViewPriceBack.png' );
	background-repeat: no-repeat;
	margin:5px 0px 5px 1px;
}


/* ProductView */ 
.pPnlWrapper
{
	width:490px; height:410px;
	color:#404040;
	font-size:small;
}

.pPnlWrapper .LeftSide
{
	width:230px; height:410px;
	text-align:center;
	float:left;
	/*padding:5px 10px 5px 10px;*/
}

.pPnlWrapper .LeftSide .ImageHolder
{
	width:210px; height:410px;
	padding:5px;
}

.pPnlWrapper .LeftSide .ButtonHolder
{
	background-position: left top;
	width: 220px;
	height: 29px;
	background-image: url( '../../images/ProductViewPurchaseBack.png' );
	background-repeat: no-repeat;
}

.pPnlWrapper .RightSide
{
	width:260px; height:410px;
	float:left;
	/*text-align:center;
	padding:5px 10px 5px 10px;*/
}

.pPnlExtension
{
	padding:50px 0px 0px 0px;
	background-repeat:no-repeat;
}