﻿html, body {
    background: url(../../images/backgr_shop.jpg) #ba0c61 repeat-x;
}

/** shop specific elements **/
#divMenuMainFooter
{
	border-left: #0C0C0C 1px solid;
    border-bottom: #0C0C0C 1px solid;
    background-color: #EE56C5;
}

/** left menu **/
.mnuSectionContainer
{
    background-color: #EE56C5;
}
/* 
===================================================================== 
	Page Content
===================================================================== 
*/
.PageContent
{
	border-color: #EE56C5;
}

/* 
===================================================================== 
	Page Titles
===================================================================== 
*/
.PageTitle
{
	background-color: #EE56C5;
}

/* 
===================================================================== 
	Content CSS
===================================================================== 
*/
.ContentFooter {
	color: #EE56C5;
}
.ContentFooter A {
	color: #EE56C5;
}
.ContentFooterSelected {
	background-color: #EE56C5;
}


A.button {
	color: #EE56C5;
}

A.button:visited {
	color: #EE56C5;
}

A.button:hover {
	color: #fff;
	background-color: #EE56C5;
}
A.buttonOn 
{
	color: #fff;
	background-color: #EE56C5;
}

.TabstripMenu a {
	background-color: #EE56C5;
}
.TabstripContentContainer {
	border-top-color: #EE56C5;
}

.fontSection 
{
	color: #EE56C5
}
.bgSection 
{
	background-color: #EE56C5;
}

/* 
===================================================================== 
	Shop Specific
===================================================================== 
*/

.moreinfoContainer {
	margin-left:170px;
	width:160px;
	float:left;
	display: block;
	background-color: #FEEDAD;
	color: #be6516;
	padding: 4px;
}


.title
{
	color: #fff;
	font: normal normal bold 12px verdana,arial;
    text-transform: uppercase;
    background-image: url(/images/arrow_right.gif);
    background-repeat:no-repeat;
    background-position: 2px 4px;
    background-color: #EE56C5;
}
.itemName
{
	background-color: #EE56C5;
    color: #fff;
	font: normal normal bold 11px verdana,arial;
    text-transform: uppercase;
    text-indent: 10px;
}

.artistTitle
{
	color: #EE56C5;
	font: normal normal bold 10px verdana,arial;
	text-transform: uppercase;
}

.priceDetail 
{
	color: #f00;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
