.padded {
display: table;
background-repeat: repeat-x;
width:100%;
}

.thickboxVid {
padding-left: 30px;
padding-top: 30px;
float:left;
width:425px;
display: table-cell;
height: 100%;
}

.thickboxUnderVid {
width: 380px;
float:left;
display:table-cell;
height: auto;
padding-left: 30px;
padding-bottom: 30px;
padding-top: 30px;
}

.thickboxRight {
float:left;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
width: 310px;
display: table-cell;
height:100%;
}

.shadowBG {
background-image: url('../../gfx/thickshadow.png');
background-position: top right;
background-repeat: repeat-y;
}


.thickboxLeft {
background-color: #FFF;
float:left;
padding: 30px;
display: table-cell;
width: 270px;
height:100%;
}
	
		.thickboxLeft small a {
	color: #666666;
	}
	
			.thickboxLeft small a:hover {
	color: #000;
	}
	
	.thickboxLeft a {
	color: #424b54;
	text-decoration: none;
	}

	.thickboxLeft a:hover {
	color: #668fb9;
	}
	
	.entryHtb {
background-repeat: repeat-x;
background-position: top;
border-bottom: 2px solid #668fb9;
padding-left: 0px;
padding-top: 5px;
padding-bottom: 6px;
width: 300px;
height: auto;
position: relative;
}

.cTBHat4 {
clear:both;
background-image: url('../../gfx/toparrow2.png');
background-repeat: no-repeat;
width: 100%;
height: 6px;
}

.commentTopBoxTHICK {
color: #000000;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
display: table-cell;
background-color: #e4e4e4;
width: 300px;
height: auto;

}