@charset "utf-8";

#videoList {
	padding: 0;
	margin: 0;
	width: 720px;
	color: #000000;
}
#videoList .column1,
#videoList .column2 {
	height: auto;
	width: 348px;
	float: left;
}
#videoList .column1 {
	margin-right: 15px;
}
#videoList .column-block {
	background: #aa8b6d;
	border: 2px solid #927252;
	margin-bottom: 10px;
	color: #342314;
	height: auto;
	width: 348px;
}
#videoList .column-block-title {
	border: 1px solid #a78a6c;
	border-bottom: none;
	background: url(http://www.kreza.net/archer/video-cat/column-title.png) repeat-x;
	height: 35px;
	padding: 7px 0 0 15px;
}
#videoList .column-block-title span {
	color: #583F2A;
	font-size: large;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	text-decoration: none;
	border-bottom: 1px dotted #583F2A;
}
#videoList .column-block-line {
	background: url(http://www.kreza.net/archer/video-cat/column-line.png) repeat-x;
	height: 2px;
}
#videoList .column-block-line-left,
#videoList .column-block-line-right {
	height: 2px;
	width: 168px;
}
#videoList .column-block-line-left {
	background: url(http://www.kreza.net/archer/video-cat/column-line-left.png) no-repeat top left;
	float: left;
}
#videoList .column-block-line-right {
	background: url(http://www.kreza.net/archer/video-cat/column-line-right.png) repeat-x;
	float: right;
}
#videoList .column-block-content {
	margin: 8px;
}
#videoList .column-block-content table {
	width: 100%;
}
#videoList .column-block-content table,
#videoList .column-block-content td {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#videoList .column-block-content-image {
	overflow: hidden;
	max-width: 150px;
	width: expression(document.body.clientWidth > 150 ? "150px": "auto" );
	text-align: center;
}
#videoList .column-block-content-image img {
	border: none;
}
#videoList .column-block-content-text {
	text-align: left;
	width: 99%;
}
#videoList .column-block-content-text p {
	margin: 0;
	color: #000000;
	text-indent: 1em;
	padding-left: 10px;
}
#videoList .column-block-content-link a {
	float: right;
	color: #583F2A;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}
#videoList .column-block-content-link a:hover {
	color: #FF9900;
}
.b-videoBlock{text-align:center; margin-bottom:30px;}
.b-video_hBlock{display:none;}
.b-video_vBlock{display:block;}
.b-video_previews{text-align:center;}
.b-video_spacer{height:25px;}
