#mainContent .hundred {
	width: 600px;
}
#mainContent .hundred .thirtythree {
	width: 30%;
}
div#mainListing {
	width: 695px;
	margin: 1 auto;
}
	#mainContent .video_table {
		width: 150px;
		float: left;
		height: 170px;
		font-size: 10px;
		position: relative;
		margin: 10px;
		margin-bottom: 0px;
	}
		#mainContent .video_table .titleheight {
		height: 10px;
	margin: 10px;
	}
			/* Grey Border and Limit to Thumb*/
		#mainContent  .video_table .thumb {	
			text-align: center;
		}	
			/*Border Decoration on Thumb */
			#mainContent  .video_table .thumb :link img { border: solid #CA0000 1px; }
			#mainContent  .video_table .thumb :visited img { border: solid red 1px; }
			#mainContent  .video_table .thumb img {	
				border: 1px solid #CA0000;
			}
			#mainContent  .video_table .thumb img:hover {
				border: 1px solid #CA0000;
			}
		/* Heading Style for Videos */
		#mainContent .video_table h2 {
			color: #ffffff;
			font-size: 1.1em;
			margin: 0px;
			padding: 0px;
		}
			#mainContent .video_table h2 a {
				color: #CA0000;
				text-decoration: none;
				border: none;
			}
			#mainContent .video_table h2 a:hover {
				color: red;
			text-decoration: underline;
			}
		/* Link Color for Video List */
		#mainContent  .video_table a {
			color: red;

		}
			/*Span for Red Details */
			#mainContent  .video_table .red {
				color: #ff0000;
			}
			/* Details Section for Videos */
			#mainContent  .video_table .video_details {
				width: 100%;
			}
				#mainContent .video_table .btmbdr {
					border-bottom-width: 0px;
					border-bottom-style: dotted;
					border-bottom-color: #32393d;
					padding: 0px 0px;
				}	
				#mainContent .video_table .nobtmbdr {
					padding: 5px 0px;
				}

