/* wedge */
.wedge
{
	background-color: #5B7888;
	color: #fff;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-image: url(/images/wedge/wedge_background_large.jpg);
}

.wedge #logo a { background-image: url(/images/tve_logo_white.png); }

.wedge  #masthead li a
{
	color: #fff;
}

.wedge h1,a
.wedge h2,
.wedge h3,
.wedge dt { color: #fff; }

.wedge a
{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px #fff dotted;
}

.wedge #product a:hover
{
	color: #fff;
	background-color: #000;
	border: 0;
}

.wedge #thumbnails li a:hover { border: 3px solid #000; }

