@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 730px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/background-1.gif);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	color: #3E3E29;
}
.oneColFixCtr #mainContent {
	background-color: #FFFFFF;
	margin-right: 40px;
	margin-left: 40px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.newscontainer {
	width: 360px;
	padding-left: 18px;
}
.videocontainer {
	float: right;
	width: 240px;
	padding-bottom: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-top-color: #F26531;
	border-right-color: #F26531;
	border-bottom-color: #F26531;
	border-left-color: #F26531;
	margin-right: 18px;
}
.newsdate {
	font-family: helvetica, arial, sans-serif;
	font-size: 7pt;
	color: #3E3E29;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.newssubject {
	font-family: helvetica, arial, sans-serif;
	font-size: 12pt;
	color: #F26531;
	padding-top: 5px;
	padding-bottom: 5px;
}
.newscontent {
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	color: #3E3E29;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #F26531;
	border-right-color: #F26531;
	border-bottom-color: #F26531;
	border-left-color: #F26531;
}
.footercontainer {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #F26531;
	border-right-color: #F26531;
	border-bottom-color: #F26531;
	border-left-color: #F26531;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.allvidscontainer {
	height: auto;
	width: auto;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 18px;
}
.vidinfo {
	font-family: helvetica, arial, sans-serif;
	font-size: 12pt;
	color: #F26531;
	float: right;
	width: 185px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #F26531;
	border-right-color: #F26531;
	border-bottom-color: #F26531;
	border-left-color: #F26531;
}
.shopiteminfo {
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	color: #3E3E29;
	float: right;
	width: 410px;
	line-height: 12pt;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #F26531;
	border-right-color: #F26531;
	border-bottom-color: #F26531;
	border-left-color: #F26531;
	padding-top: 8px;
	padding-bottom: 8px;
}
.showstabletxt {
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	color: #3E3E29;
}
