@import url('shared.wall.css');
@import url("shared.videos.css");
@import url('shared.bookmarks.css');
div#etv-container {
	padding: 10px;
}
div.box h1 {
	color: #cc33cc;
}
div#left-column {
	width: 550px;
	background-color: white;
	overflow: hidden;
	float: left;
}
div#right-column {
	float: left;
	margin-left: 10px;
	width: 380px;
	background-color: white;
}
div.hotlink {
	margin-top: 5px;
}

/* See shared.videos.css */
div.video-description {
	width: 290px;
}

/* ETV Store */
div#etv-store-box {
	background-color: black;
	background-image: url("/gfx/site/gui/grad-black-large.jpg");
	background-repeat: repeat-x;
}
div#etv-store-box h2,
div#etv-store-box h4 {
	text-align: center;
	color: #ccc;
}
div#etv-store-box p {
	text-align: left;
	font-size: 1.2em;
	line-height: 0.9em;
}
div#etv-store-box a:hover {
	color: white;
}

ul#etv-store-list {
	list-style: none;
	list-style-position: inside;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul#etv-store-list img {
	vertical-align: middle;
}
ul#etv-store-list li {
	margin-bottom: 1px;
	font-size: 0.9em;
	border-bottom: 1px solid #333;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.etv-store-list-left {
	float: left;
	width: 64px;
}
div.etv-store-list-right {
	float: left;
	margin-left: 20px;
	width: 266px;
}
span.etv-store-preview-link a {
	display:block;
	font-size: 0.8em;
	text-decoration: none;
	background-color: #333;
	padding: 2px;
	text-align: center;
}
span.etv-store-preview-link a:hover {
	background-color: #444;
	color: white;
}

div#comingsoon {
	padding: 20px;
	background-color: black;
	background-image: url("/gfx/site/gui/grad-black-large.jpg");
	background-repeat: repeat-x;
	text-align: center;
}
div#comingsoon h4 {
	color: #999;
	padding: 0px;
}
div#comingsoon p {
	font-size: 0.8em;
	padding: 0px;
}
div#comingsoon a {
}
div#comingsoon a:hover {
	color: white;
}

div.box p {
	font-size: 0.8em;
	line-height: 1.4em;
}

div.bookmarks {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
