/* -----------------------------------------------------------------------------
   imgtext / textpic  imgtext / textpic  imgtext / textpic  imgtext / textpic 
------------------------------------------------------------------------------*/

.csc-textpic IMG {
	display: block;
	margin-top: 4px;
}


/* COMMON */
DIV.csc-textpic {
	text-align: left;
}
#content DIV.csc-textpic DL,
#content DIV.csc-textpic DD,
#content DIV.csc-textpic DT {
}

.csc-textpic:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.csc-image {
}
div.csc-textpic-imagewrap {
	padding: 0px;
	margin: 0px;
	overflow: hidden;

	/*margin-bottom: 12px !important;*/
}
.csc-textpic-image{
	margin: 0px;
	padding: 0px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0px;
	padding: 0px;
}
.csc-textpic-clear {
	clear: both;
}


div.csc-textpic-intext-left div.csc-textpic-imagewrap, 
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
    margin-right:16px !important;
}

/**********************************************************************************************************/
/* image caption */
/**********************************************************************************************************/

.csc-textpic-caption {
    color: #7B858A;
    font-size: 11px;
    padding-top: 13px;
}
/**********************************************************************************************************/
/* image row */
/**********************************************************************************************************/

.csc-textpic-imagerow .csc-textpic-image {
    padding-bottom: 16px !important;
}
