.content 
{
	background-position: right top;	
}

.endContent 
{
	background-position: right top;
}

.col1, .col2
{

	float: right
}

.col2 
{
	margin: 0 14px 0 0;
}


ul li 
{
	background: url("../images/general/bullet.jpg") no-repeat 100% -4px;
	padding: 0 12px 0 0;
}


/* timeline styles */
.yearBox 
{
	width:53px;
}

.yearBox .top 
{
	height: 7px;
	line-height: 5px;
	font-size: 3px;
	background-image: url(../images/researches/little_box_up.jpg);
	background-repeat: no-repeat;
}

.yearBox .bottom 
{
	height: 7px;
	line-height: 5px;
	font-size: 3px;
	background-image: url(../images/researches/little_box_down.jpg);
	background-repeat: no-repeat;
}

.yearBox .year 
{
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	padding: 0 7px;
	text-align: center
}

.textBox 
{
	width:600px;
}

.textBox .top 
{
	height: 7px;
	line-height: 5px;
	font-size: 3px;
	background-image: url(../images/researches/big_box_up.jpg);
	background-repeat: no-repeat;
}

.textBox .bluetop 
{
	height: 7px;
	line-height: 5px;
	font-size: 3px;
	background-image: url(../images/researches/blue_box_up.jpg);
	background-repeat: no-repeat;
	color: #5078ab;
}

.textBox .bottom 
{
	height: 7px;
	line-height: 5px;
	font-size: 3px;
	background-image: url(../images/researches/big_box_down.jpg);
	background-repeat: no-repeat;
}

.textBox .bluebottom 
{
	height: 7px;
	line-height: 5px;
	font-size: 3px;
	background-image: url(../images/researches/blue_box_down.jpg);
	background-repeat: no-repeat;
}

.textBox .text 
{
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	padding: 0 7px;
	
}

.textBox p 
{
	padding:0;
	margin:0;
}

.textBox .bluetext 
{
	border-right: solid 1px #5078ab;
	border-left: solid 1px #5078ab;
	padding: 0 7px;
	color: #5078ab;
}

.textBox .bluetext h3
{
	
	color: #5078ab;
}

.tlSep 
{
	height: 14px;
	line-height: 10px;
}

/*General menu*/
.breadcrumbs ul li {padding: 0 0 0 14px;*padding: 0 14px 0 0;}
