@charset "UTF-8";
/* CSS Document */

/* --------------------/ FULL TABLE STYLE /------------------- */

#mytable {
	width: 80%;
	padding: 0;
	margin: 0;
	float:left;
}

#mytable caption {
	padding: 0 0 5px 0;
	width: 500px;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#mytable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #B0232A;
	border-right: 1px solid #AB9C73;
	border-bottom: 1px solid #AB9C73;
	border-top: 1px solid #AB9C73;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	background:  #C1C399 url(../img/bg_header.jpg)  no-repeat;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#mytable th nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #AB9C73;
	background: none;
}

#mytable td {
	border-right: 1px solid #AB9C73;
	border-bottom: 1px solid #AB9C73;
	background: #fff;
	padding: 4px 4px 4px 10px;
	color: #003A4F;
}


td.alt {
	background: #F5FAFA;
}

td.spec {
	border-left: 1px solid #AB9C73;
	border-top: 0;
	background: #fff url(../img/bullet1.gif) no-repeat;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#003A4F!important;
}

td.specalt {
	border-left: 0;
	border-top: 0;
	background: #f5fafa url(../img/bullet2.gif) no-repeat;
	font: bold  11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#003A4F!important;
	width: 15%;
}
#mainBlockSpecial {
	width: 420px;
	color:#000000;
	font-size: 1.4em;
	float: left;
}
#videoFront {
	background-color: #FFFFFF;
	width: 260px;
	height: 315px;
	float: left;
	margin-left: 10px;
	padding: 5px;
}

/* --------------------/ LEFT TABLE STYLE /------------------- */

#mytableLeft {
	width: 100%;
	padding: 0;
	margin: 0;
	float:left;
}

#mytableLeft caption {
	padding: 0 0 5px 0;
	width: 500px;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#mytableLeft th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #B0232A;
	border-right: 1px solid #AB9C73;
	border-bottom: 1px solid #AB9C73;
	border-top: 1px solid #AB9C73;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	background:  #C1C399 url(../img/bg_header.jpg)  no-repeat;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#mytableLeft th nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #AB9C73;
	background: none;
}

#mytableLeft td {
	border-right: 1px solid #AB9C73;
	border-bottom: 1px solid #AB9C73;
	background: #fff;
	padding: 4px 4px 4px 10px;
	color: #003A4F;
}
