@CHARSET "UTF-8";

.work_item_tab{
	width:640px;
	height:159px;
	border-top:solid 1px #fff;
	background:#ccc;
	font-size:1px;
	}

.item_text{
	width:284px;
	heigth:122px;
	padding:18px;
	float:left;
	display:inline;
	border:solid 0px #f00;
	font-size:1px;
	}
	
.item_image img{
	float:left;
	display:inline;
	padding:0px;
	margin:0px;
	border:solid 0px #f00;
	}

#img_slider{
	width:480px;
	height:360px;
	background:#fff;
	}


#work_description{
		background:#fff;
		width:424px;
		padding:28px;
		line-height:150%;
	}







/******************************/

#left_column{
	width:300px;
	float:left;
	display:inline;
}

.work_item{
	height:76px;
	padding:6px;
	border-bottom:solid 1px #ccc;
	z-index: 10;
	position: relative;
}

#right_column{
	width:560px;
	float:right;
	display:inline;
}

#title_tab{
	width:560px;
	heigth:29px;
	border-bottom:solid 0px #ccc;
	z-index: 10;
	position: relative;
}
