
/*** style.css ***/

.itp-vp-box{
    overflow: auto;
	width: 100%;
    border-bottom: thin dotted #4A2018;
    margin-bottom:5px;
    padding-bottom:5px;
}

.itp-vp-image-box {
  float: left;
    margin-left: 2px;

}


.itp-vp-text-box {
float: right;
    margin-left: 5px;
    margin-top: -26px;
    width: 385px;
}

.itp-vp-title{
    border-bottom: thin dotted #ffffff;
}


.itp-vp-extra-image img{
	float:left;
	margin:5px;
	border: 1px dashed #666666;
}
