html	{ 
	font-size:14px;
	}


#tabFolder {
border-top:5px solid #C92F27;
margin-bottom:10px; 
padding:15px;
position:relative; 
width:690px; 
}
.month { 

width:690px;  
}
.month img { 
border:none; 
}
.tabs { 
margin-left:0;
margin-bottom:0;
}
.tabs li {
display:inline;
float:none;
list-style:none; 
}
*html .tabs li {

}

.tabs li a { 
background-color:#e6e6e6;
color:#888; 
display:inline; 
font-size:1.19em;
font-weight:bold;
height:auto;
outline:none;
padding:5px 10px;
text-decoration:none;
text-transform:uppercase;
letter-spacing:.225em;
}

*html .tabs li a { 
display:inline-block;
}


.tabs li a.hover { 
background-color:#f00;
color:#fff; 
border:1px solid #C92F27;
}

.tabs li.active { 
background-color:#C92F27; 
}
.tabs li a.active { 
background-color:#C92F27;
color:#fff; 
}


.newRelease {
background:url(../images/hairLine.gif) left bottom repeat-x;
margin-bottom:0.72em;
padding-bottom:0.72em;
}

.newRelease h2	{
font-size:1.4em;
line-height:1.45em;
margin-bottom:0.72em;
padding:0 0 0 88px;
font-weight:bold;
	}
	
.newRelease h2 a:link, .newRelease h2 a:visited 	{
	color:#4b4b4b;
	}
	
.newRelease h2 a:hover, .newRelease h2 a:active 	{
	color:#C92F27;
	}
	
.newRelease p {
font-size:1.1em;
line-height:1.45em;
margin-bottom:0.72em;
}

.newRelease p img{
float:left;
padding:0 20px 20px 0;
}


/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

#footer {
font-size:.7em;
}