/* Content Header Elements */

.upContent
{
	background-color: #FFFFFF;
	position: relative;
	width: 880px;
	height: 260px;
	text-align: left;	
	display:block;
	margin-top: 18px;
	margin-left: 11px;
	margin-bottom: 0px;
	overflow: hidden;
}

.middleContent
{
    /* display: table; */
	width: 895px;
    margin-top: 5px;
    overflow:hidden;
}

.logoPlayMusic
{	
	margin-top: 1px;
	width:262px;
	height:262px;
	float:left;
}

.middleUpContent
{
	width: 265px;
	float: left;
	margin: 8px auto;
	padding-top: 0px;
}

.logoSmall
{
	float: left;
	margin: 3px 12px 0 2px;
	display: block;
}

.enterCardCode
{
   float: left;
}

.enterCardCode img 
{
    display: block;
}

.cardCodeInput
{
	width: 150px; 
	height: 20px;
	color: #565656;
	font-size: 17px;
	font-weight: bold;
	margin: 5px 11px 0 0;
	border: 1px #A0A0A0 solid;
}

.buttonGo
{	
    display: block;
    margin: 22px 0 0 0;
    float: left;
}

.middleTextHeader
{
	margin: 10px 0 1px 1px;
}

.middleText
{
	margin: 0 0 0 1px;
}

.cardOfTheDay
{
	float:left;	
	width: 336px; 
	margin-left: 17px;
	margin-top: 5px;
}

.cardOfTheDayHeader, .newsHeader, .cardsHeader
{
	height: 20px;
	background: url(images/back1.png);
}

.cardOfTheDayDetails
{
	background-color: #F4F4F4;
	width: 336px;
	height: 230px;
	text-align: left;	
	display:block;
	margin-top: 2px;
}

.cardOfTheDayNormalImage
{
	margin: 0 auto;
	padding: 17px 0 0 4px;
	float:left;
}


.cardOfTheDayOtherDetails
{
	width: 202px;
	height: 198px;
	margin: 1px auto;
	float:left;
	overflow: auto;
}

.cardOfTheDayDescription
{
	padding: 14px 10px 0px 10px;
	border-bottom: 1px dotted #696969;
	font-size: 11px;
	height: 131px;
	overflow: auto;
}

* html .cardOfTheDayDescription {
	border-bottom: none; 
	background: url(images/dottedBorder.gif) repeat-x bottom;	
}

.cardOfTheDayListDetails
{
	margin-top: 9px;
	margin-left: -13px;
}

.buttonMore
{
    float: right;
	width: 80px;
	height: 20px;
	background-image: url(images/buttonMore.gif);
	margin-right: 10px;
}

.buttonMore:hover
{
	background-image: url(images/buttonMoreHover.gif);	
}

.newsTableContent
{
	display: table-cell;
	width: 254px;
	float: left;
	margin: 0 auto;
	padding-left: 11px;
	padding-top: 8px;
	overflow:hidden;
}

.newsHeader
{
	width: 250px;
	margin-bottom: 2px;
}

.cardsHeader
{
	width: 618px;
	margin-left: 2px;
}

.cardsTableContentHome
{	
	/*display:table-cell;*/
	float: left;
	margin: 0;
	padding: 8px 0 0 6px;
	overflow:hidden;
	width: 622px;
}
/* sometimes the sum of tablecell widths does not equal the width of the table.
for those cases table width and tablecell width are provided seperately*/
.cardsTableContentHome .cardTable
{
    width: 622px;
    margin: 0;
}  

.cardsTableContentHome .cardCell
{
    /* width: 153px;*/
} 
