div.yn_docs_unit_document_all{
	padding: 0px 10px 12px 0; 
	margin-bottom:0; 
	margin-top: 10px; 
	/*background: transparent url('../images/a.png') repeat-x scroll left bottom;*/
	height: 145px;
	position: relative;
}

div.yn_docs_unit_document_all_left{
	position: relative; 
	float: left; 
	width: 120px; 
	padding-left: 5px; 
}
div.yn_docs_unit_document_all div {
	line-height:normal;
}

div.yn_docs_unit_lock_view_div{
	background: transparent url('../images/lock.png') no-repeat 32px 50px;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;
    z-index: 1001;
  	filter: alpha(opacity=50);
}

div.yn_docs_unit_lock_view_div:hover{
    opacity: 1;
  	filter: alpha(opacity=100);
}

div.yn_docs_unit_new_icon{
	display: block;
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 1;
	background: transparent url('../images/new.png') no-repeat 0 0;
	width: 49px; 
	height: 23px;
}

div.yn_docs_unit_lock_icon{
	display: block;
	position: absolute;
	top: 40px;
	left: 33px;
	z-index: 1;
	background: transparent url('../images/lock_pink.png') no-repeat 0 0;
	width: 61px;
	height: 66px;
}

div.yn_docs_unit_lock_icon_on_feature_home{
	display: block;
	position: absolute;
	top: 31px;
	right: 12px;
	z-index: 1;
	background: transparent url('../images/lock.png') no-repeat 0 0;
	width: 61px;
	height: 66px;
}

div.yn_docs_unit_error_icon_on_feature_home{
	display: block;
	position: absolute;
	top: 48px;
	left: 36px;
	z-index: 1;
	background: transparent url('../images/converting_error.png') no-repeat 0 0;
	width: 61px;
	height: 66px;
}

div.yn_docs_unit_featured_icon{
	display: block; 
	position: absolute; 
	top: 0.9px; 
	right: 5px; 
	z-index: 1; 
	width: 38px; 
	height: 38px;
}

div.yn_docs_unit_pending_icon{
	display: block; 
	position: absolute; 
	top: 0.9px; 
	right: 3px; 
	z-index: 1; 
	width: 38px; 
	height: 38px;
}

div.yn_docs_unit_processing_icon{
	display: block;
	position: absolute;
	top: 40px;
	right: 27px;
	z-index: 1;
	width: auto;
	height: auto;
}

div.yn_docs_unit_error_icon {
	display: block;
	position: absolute;
	top: 60px;
	right: 43px;
	z-index: 1;
	width: auto;
	height: auto;
}

div.yn_docs_unit_doc_pages{
	text-align: center; 
	display: block;
	position: absolute; 
	bottom: 10px; 
	right: 4px;
	z-index: 1; 
	width: auto;
	min-width: 37px; 
	height: 15px; 
	background-image: none; 
	background-color: white; 
	border: 1px solid #CCC; 
	border-right: 0; 
	border-bottom: 0 ;
	-webkit-box-shadow: -1px -1px 2px #dddddd; 
	-moz-box-shadow: -1px -1px 2px #dddddd; 
	box-shadow: -1px -1px 2px #dddddd; 
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px; 
	border-radius-topleft: 5px; 
	color: #999; 
	font-size: 10px; 
	border-image: initial; 
	border-top-left-radius: 5px;
}

div.yn_docs_unit_doc_thumb{
	position: relative;
	margin: 0;
	padding-bottom: 9px;
	background: transparent url('../images/shadow.png') no-repeat center 173px;
}

div.yn_docs_unit_doc_thumb_inner{
	float: none;
	width: 111px;
	height: 142px; 
	background-color: white; 
	padding: 2px; 
	border: 1px solid #CCC;
}

div.yn_docs_unit_doc_description{
	font-size: 11px;
	line-height:14px !important;
	height: 42px; 
	overflow: hidden; 
	text-overflow: ellipsis;
	margin-top: 0px; 
	margin-bottom: 0px;
    padding-right: 5px;
}

table.yn_docs_unit_doc_infomation span {
	/*padding: 2px 15px 2px 20px;*/ 
	padding: 0px 10px 0px 20px; 
	background-position: 0 center; 
	background-repeat: no-repeat;
    color: #999;
	font-size:10px;
}
div#page_block_1650.page_block_container table.yn_docs_unit_doc_infomation span {
}
div#page_block_1620.page_block_container div.paginate {
	display:none;
}

div.yn_docs_unit_doc_owner {
	padding: 2px 2px; 
	height: 38px; 
	margin-left: 10px; 
	margin-top: 15px;
	border-radius: 5px;
}
div.yn_docs_unit_doc_owner p {
	font-size:11px;
}
p.yn_docs_unit_doc_owner_text {
	float: left; 
	line-height : 38px; 
	font-weight: bold; 
	margin-left: 5px; 
	margin-right: 5px; 
	max-width: 150px;
    overflow: hidden;
    height: 38px;
}

.yn_docs_my_doc_default {
	padding: 16px 10px 12px 0; 
	background: transparent url('../images/a.png') repeat-x scroll left bottom; 
	height: 150px;
}
