.box_holder {	height:auto; width:100%; margin:0 0 10px 0; }

.box_topLeft {
	background:url(images/box_topLeft.png) no-repeat top left;
	height:22px;
}

.box_topRight {
	background:url(images/box_topRight.png) no-repeat top right;
	height:22px;
}

.box_topMiddle {
	background:url(images/box_top.png) repeat-x top left;
	height:22px;
	margin:0 22px;
}

.box_midLeft {
	background:url(images/box_left.png) repeat-y top left;
	height:100% ;
}

.box_midRight {
	background:url(images/box_right.png) repeat-y top right;
	height:100% ;
}

.box_Middle {
	background:url(images/box_bg.png) top left;
	min-height:100%;
 	margin:0 22px;
}

.containerContHolder {
	margin-top:10px;
}

.Inv-Title {
	margin-bottom:20px;
}

.Inv-Title h1 {
	font-size:22px;
}

.box_Middle h1 {
	font-size:18px;
}

.box_Middle p, .Inv-Title p {
	line-height:17px;
	padding:5px 0 5px 0;
}

.box_botLeft {
	background:url(images/box_botLeft.png) no-repeat top left;
	height:22px;
}

.box_botRight {
	background:url(images/box_botRight.png) no-repeat top right;
	height:22px;
}

.box_botMiddle {
	background:url(images/box_bottom.png) repeat-x top left;
	height:22px;
	margin:0 22px;
}

a.btn_viewAll {
	background:url(images/btn_viewAll.png) no-repeat top left;
	height:22px;
	width:78px;
	display:block;
	float:right;
	margin-right:-21px;
	margin-top:20px;
	position:relative;
}

a.btn_viewAll:hover {
	background:url(images/btn_viewAll.png) no-repeat bottom left;
	height:22px;
	width:78px;
	display:block;
	float:right;
}

.bookmark {
	background:url(images/bookmark.png) no-repeat top left;
	width:34px;
	height:78px;
	margin:2px 15px 0 0;
	display:block;
	float:left;
	position:relative;
}

.bookTableContent {
	padding-left:50px;	
}

.fixedHeight {
	height:241px;
}

