/* blocks, borders and lines */
.block_01 {
	margin-top: 20px;
	background-color: #fcfcfc;
	border: 1px solid #eee;
	padding: 10px 10px 10px 10px;
}

.block_webhilite {
	width: 222px;
	background-color: #fcfcfc;
	border: 1px solid #eee;
	padding: 10px 15px 15px 15px;
	text-align: left;
}

.border_01 {border: solid 1px #eee;}

.border_02 {
	display: block;	
	border: solid 1px #ccc;
	padding: 6px;
}

.border_03 {
	border: solid 1px #eee;
}

.line_01 {
	height: 7px;
	border-bottom: dashed 1px #d5281a;
}

.line_02 {
	height: 7px;
	border-bottom: solid 1px #b97370;
}

.braid_01 {
	width: 528px;
	height: 17px;
	background-image: url(../../images/braid_01.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.braid_02 {
	width: 528px;
	height: 50px;
	background-image: url(../../images/braid_02.gif);
	background-repeat: repeat-x;
}

.fade_t {
	background-image: url(../../images/line_v_fade_t.gif);
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 300;	
}

.fade_b {
	background-image: url(../../images/line_v_fade_b.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 300;
}

.thumb_bg {
	width: 102px;
	height: 102px;
	background-image: url(../../images/thumb_bg_01.jpg);
	background-repeat: none;
}

.thumb_bg_02 {
	width: 94px;
	height: 94px;
	background-image: url(../../images/thumb_bg_02.jpg);
	background-repeat: none;
}

.thumb_bg img, .thumb_bg_02 img {padding: 6px;}

/* bullets */
.bullet_01 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
	color: #202781;
}

*>.bullet_03 {vertical-align: top;}
