@charset "utf-8";
/* CSS Document */

/* Begin Page Layout */
	
#container_twocolumnsv { /*Used in the video library */
	float:left;
	width:825px;
	overflow:hidden;
	line-height:15px;
	}

#twocolumnsv { /* Used in the video library */
	width:598px; 
	float: left;
	overflow:hidden;
	padding: 0px;
	margin: 0px;
	background-color: white;
	padding-top: 10px;
	padding-left: 0px;
	vertical-align:top;
	}

	
input, .select, .textarea {
	font-size:1em;
	color:#363636;
	}
	
.AutoCompleteBackground { background-color:white; }
.AutoCompleteHighlight { background-color:lime; }
	
.containerv { /* container for video page */
	margin-right:0px; 
	margin-left:10px;
	padding:0px;
	background:#FFFFFF;
	}

table {	/* set up to hide borders on container tables in video page */
	border-collapse:collapse; 
	border:0px #a1a1a1 solid;
	}

td {	/* set up to hide borders on container tables in video page */
	border-collapse:collapse; 
	border:0px #a1a1a1 solid;
	padding:6px 4px 6px 4px;
	}


table.videos td {	/* set up to show borders on inside table in video table */
	border-collapse:collapse; 
	border:1px #a1a1a1 solid;
	}

table.videos tr {	/* set up to show borders on inside table in video table */
	vertical-align:top;
	}

.tableHead { /* set up for the main video table header row*/
	font-weight: bold; 
	font-size: 12px;
	background-color:#cccccc;
	text-align:center;
	vertical-align:top;
	white-space:nowrap;
	padding:2px;
	margin:2px;
	}


	}
.add {		/* Add option in the video table */
	padding-top:4px;
	font-weight: normal; 
	font-size: 9px;
	display:inline;
	}

.title {
	font-size: 11px;
	}


.description {		/* Added to control description text size in the table */
	font-size: 12px;
	}




.table {   /* ding on Your Shipping Information table */
	padding: 3px 2px 3px 5px; /* top right bottom left */
	}

.returnToV {  /* Return to video list text */
	color:#FF6600;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 10px;
	text-align:right;	
	}	

.checkout_txt1 {  /* Checkout div setup */
	text-align:right;
	width:100%;
	}

.checkout_txt {  /* Label for Checkout link */
	text-align:right;
	width:100%;
	font-weight:normal;
	font-size: 12px;
	}
	
.checkout {
	color:#FF6600;
	font-weight: normal;
	font-size: 10px;
	padding-bottom: 10px;
	}

.padTable {   /* padding on Your Shipping Information table */
	padding: 3px 0px 3px 5px; /* top right bottom left */
	}

.shoppingList { padding: 3px 5px 0px 5px; } /* top right bottom left */



table.shoppingcart td {	/* set up control shopping cart table */
	border-collapse:collapse; 
	padding:3px;
	}

table.shipping td {	/* set up table for shipping information */
	font-size:1.1em;
	padding:3px;
	}

	
.videoNum { /* Text for video 1,2,etc in shopping cart */
	font-weight:bold;
	width:5%;
	overflow:hidden;
	color:rgb(100,100,98);
	}
	
.videoDesc { /* Video descriptions in shopping cart */
	width:85%;
	white-space:nowrap;
	font-size:12px;
	}
	
.inputVideoDesc1 { /* Text for video number in shopping cart */
	width: 53px; 
	border-style:inset; 
	border: 0px; 
	color: rgb(186,135,15);
	}
	
.inputVideoDesc2 { /* Text for video descriptions in shopping cart */
	width: 345px; 
	border-style:inset; 
	border: 0px; 
	}
	
.selectNum { /* Text for show per page selection */
	font-size:11px;
	width: 90px; 
	}	
	
.selectType { /* Text for video type selection */
	font-size:11px;
	width: 50px; 
	}
	.selectCategory { font-size:11px; }  /* Text for category selection */
	
	.selectSearch { /* Text for video search */
	font-size:11px;
	width: 120px; 
	}

.showPerPage { /* Table for show per page section */
	margin: 5px 0px 5px 0px; /* top right bottom left */
	width:100%;
	font-size:12px;
	}
		
		
	.showVideos { /* Table for show per page selections */
	margin: 0px;
	width:100%;
	}
	.showResults {  /* Text for show per page result numbers */
	font-weight: normal; 
	padding-bottom: 5px; 
	text-align: center; 
	font-size: 12px;
	}
	.resultDesc { font-weight:lighter; } /* Text for show per page results */

	.alignRight { text-align:right; }
	.leftAlign2 {
	padding-left:2px;
	vertical-align:top;
	white-space:nowrap;
	}
	.redResults { color:#FF0000;}
	.redResults2 { color:#FF0000; padding-left:1px;}
	.navBarV {
	font-weight:normal;
	padding:5px 0px 5px 0px;
	text-align:center;
	font-size:12px;
	}
	.msgContainer {
	display:none;
	color:#FF6600;
	}

.fieldset { /* Green border  */
	border: 1px solid #27AC09;
	margin: 0px 3px 1px 1px;  /* top right bottom left */	
	
	}
.legend { /* Shopping cart text in green border */
	margin-left:3px;
	color:rgb(100,100,98);
	font-weight: normal;
	font-size: 13px;
	}

/* End common page content styles */


