.BundleItem
{
    padding-top: 22px;
	color: #6699CC;
	font-weight: bold;
}
    
.BundlePriceLabel
{
	float:right;
}

.PriceBreakdownLabel
{
    clear:both;
    float:right;
    color: #6699CC;
    font-weight: bold;
    display: block;
}

.FinalPriceLabel
{
    float:right;
    color: #6699CC;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 25px;
}

.NumberToBuyLabel
{
    clear:both;
    float:left;
    margin-left: 18px;
    font-size: 14px;
}

.BuyProductSection
{
    padding-top:10px;
}

.BuyProductText
{
    padding-top: 5px;
    float:left;
    font-size: 20px;
}

a.BundleStoreProductLink
{
    text-decoration:none;
    color:#6699CC
}

a.BundleStoreProductLink:Hover
{
    text-decoration:underline;
}

.ProductShowDiv
{
    width:760px;
    height:480px;
}

.BrowseColumn
{
    padding: 5px; 
    float: left; 
    width:200px;
}

.ListingColumn
{
    width: 760px; 
    float: right;
    padding-left:10px;
    border-left:solid #c3c3c3 1px;
}

ul.StoreBrowseList
{
    list-style-type: none;
}

ul.StoreBrowseList li
{
    padding-bottom: 3px;
}

ul.StoreBrowseList a
{ 
    text-decoration:none;
    color:#6699CC
}

ul.StoreBrowseList a:Hover
{ 
    text-decoration:underline;
}

a.StoreProductLink
{
    text-decoration:none;
    color:#6699CC
}

a.StoreProductLink:Hover
{
    text-decoration:underline;
}
       
.StoreSeparator
{
    border-bottom: solid #c3c3c3 1px;
    clear: both;
}
        
.PriceLabel
{
	padding: 10px;
	color: #6699CC;
	font-weight: bold;
	font-size: 18px;
}

.StoreSection
{
    margin-left: 18px; 
    font-family: Arial; 
    font-size: 16px;
}
       
.BrandingImage
{
    float: left;
    padding: 15px;
}