/******************************** STANDARD *******************************************/
.oneColumn {
	float:left;
	width: 292px;
	border-right:1px solid white;
}
.oneColumn.fixed{
	height:256px;
	overflow:hidden;
	margin-bottom:1px;
}

.twoColumns {
	float:left;
	width:585px;
	margin-bottom:23px;
}
.twoColumns.fixed{
	height:120px;
	margin-bottom:0px;
}

.threeColumns {
	clear:left;
	float:left;
	width:878px;
}
.box{
	float:left;
	margin-bottom:23px;
}
body.news div.box div.first, body.Collection div.box div.first{
	margin-left:292px;
}
.boxTop {
	float:left;
	height:120px;
	position: relative;
	z-index: 100;
}
.twoColumns img{
	float: right;
	margin: 0 0 20px 20px;
}
.twoColumns img.twoColumns, .twoColumns img.twoColumnsFlat, .twoColumns img.twoColumnsMedium, .twoColumns img.twoColumnsTall {
	margin: 0 0 20px 0;
}
.twoColumns img.threeColumns{
	float: right;
	width:50px;
	height:50px;
	padding:20px;
	background:url(../img/error_back.gif);
}

/******************************** HISTORY *******************************************/
#timeline{
	float:left;
	z-index: 101;
}
#timeline div{
	position:absolute;
	background: url("../img/timeline.gif") no-repeat;
	width: 79px;
	height: 430px;
	left:213px;
	top:60px;
}
#timeline div span{
	float:right;
	display:block;
	border-bottom:1px solid red;
	width: 11px;
	height: 6px;
	line-height:1px;
	margin-top:44px;
}
#timeline div b{
	float:right;
	display:block;
	background:url("../img/arrow_left.gif")	no-repeat;
	width:33px;
	height:13px;
	line-height:1px;
	margin-top:44px;
	cursor:pointer;
}
/******************************** HOME *******************************************/
body.home .threeColumns, body.home .twoColumns {
	width:583px;
}
.first{
	clear:left;
	border:0px none;
}
body.home img {
	margin: 0;
}

div.home_box{
	width:291px;
	height:165px;
	background:transparent url(../img/home_box_bg.gif) no-repeat left top;
	margin-bottom:1px;
	margin-left:1px;
	float:none;
	display:block;
	overflow: hidden;
}
div.home_box h1 a, div.home_box h1{
	margin-bottom:10px;
	font-weight: bold;
	display: block;
	font-size: 13px;
	color:#B90036 !important;
}
div.home_box img{
	float:right;
}
div.home_box p{
	
	width:154px;
}


/******************************** HOME NEWS *******************************************/
.oneColumn div.news {
	position:relative;
	height:145px;
	overflow: hidden;
	padding:10px;
}
.oneColumn div.news > a > img{
	position:absolute;
	top:10px;
	right:10px;
}
.oneColumn div.news ul {
	list-style-type: none;
	height:145px;
}
.oneColumn.first div.news ul {
	padding-left:0px;
}

.oneColumn div.news li.last a {
	position: absolute;
	bottom: 10px;
	left:10px;
	padding-top:10px;
	color:#B90036;
}

.oneColumn div.news ul a {
	color:black;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}

.oneColumn div.news ul a:hover {
	color:#B90036;
}
/************************** ACCORDION STYLING CLASSES *****************************/


.Accordion {
	float:left;
}
.AccordionPanel {
}
.AccordionPanelTab {
	height:0;
	display:none;
}
#AccordionRight .AccordionPanel{
}
.AccordionPanelContent {
	height:0px;
/*	height:auto; */
	overflow:hidden;
}
.AccordionPanelOpen .AccordionPanelTab {
}
.AccordionPanelTabHover {
}
.AccordionPanelOpen .AccordionPanelTabHover {
}
.AccordionFocused .AccordionPanelTab {
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
}
noscript{
	border:1px solid #B01A48;
	float:left;
	padding: 5px 5px 5px 43px;
	background: url("../img/icon_noscript.gif") no-repeat 7px 7px;
}


