@charset "utf-8";

#content h2{
	position:relative;
	margin:5px 0;
}

#content h2 img{
	position:absolute;
	left:0;
	top:0;
}

#profile{
	background-color:#FFFFFF;
	border:5px solid #D7D7D9;
	padding:5px;
	margin-bottom:40px;
}

#profile img{
	float:left;
	width:120px;
	display:inline;
	border:1px solid #A1A1A6;
}
#profile .info1{
	float:left;
	background:#A1A1A6 url('/images/base/bg_corner_1.gif') right top no-repeat;
	height:132px;
	width:518px;
	padding:5px;
	display:inline;
	position:relative;
}
#profile .info1 h1{
	font-size:18px;
	padding:2px 0;
}
#profile .info1 h2{
	font-size:16px;
	font-weight:normal;
	padding:2px 0;
}
#profile .keywords{
	border-left:7px solid #CC0000;
	padding-left:3px;
	position:absolute;
	bottom:0;
	margin-left:-5px;
	font-size:12px;
}
#profile .keywords span{
	white-space:nowrap;
	padding:0 5px;
}

#profile .info2{
	padding:5px;
	clear:both;
	background-color:#D7D7D9;
}

#profile a{
	color:#0066FF;
}
#profile a:hover, #profile a:active, #profile a:focus{
	color: #CC0000;
}

.moreinfo{
	border-top:5px solid #D7D7D9;
	padding:10px;
	line-height:1.4em;
	margin-bottom:30px;
}

.moreinfo a{
	color:#0066FF;
}
.moreinfo a:hover, .moreinfo a:active, .moreinfo a:focus{
	color: #CC0000;
}
.themes{
	list-style:none;
	margin-top:20px;
	padding-top:8px;
	padding-left:120px;
	background:#FFFFFF url("/images/expert/base/theme_title.gif") left top no-repeat;
}

.themes li{
	list-style-image:url("/images/expert/base/theme_title_icon.gif");
	list-style-position:outside;
	margin-left:20px;
	font-size:14px;
	padding-bottom:10px;
}
.themes li a{
	display:block;
}

.bdrd{
	border:1px solid #CCCCCC;
	padding:5px;
	position:relative;
	margin:10px 0;
}
.bdrd .lt{
	position:absolute;
	width:5px;
	height:5px;
	left:-1px;
	top:-1px;
	background:#FFFFFF url("/images/base/corner_lt.gif") left top no-repeat;
	font-size:1px;
	line-height:0;
}
.bdrd .lb{
	position:absolute;
	width:5px;
	height:5px;
	left:-1px;
	bottom:-1px;
	background:#FFFFFF url("/images/base/corner_lb.gif") left top no-repeat;
	font-size:1px;
	line-height:0;
}
.bdrd .rt{
	position:absolute;
	width:5px;
	height:5px;
	right:-1px;
	top:-1px;
	background:#FFFFFF url("/images/base/corner_rt.gif") left top no-repeat;
	font-size:1px;
	line-height:0;
}
.bdrd .rb{
	position:absolute;
	width:5px;
	height:5px;
	right:-1px;
	bottom:-1px;
	background:#FFFFFF url("/images/base/corner_rb.gif") left top no-repeat;
	font-size:1px;
	line-height:0;
}

span.chk{
	padding-left:14px;
	background:#FFFFFF url("/images/base/icon_check.gif") left center no-repeat;
}

.bdrd2{
	background-color:#333333;
	color:#FFFFFF;
	padding:2px 10px 2px 4px;
	position:relative;
	width:200px;
	margin:5px 0;
}
.bdrd2 .lt{
	position:absolute;
	width:7px;
	height:7px;
	left:0px;
	top:0px;
	background:#FFFFFF url("/images/base/corner2_lt.gif") left top no-repeat;
	font-size:1px;
	line-height:0;
}
.bdrd2 .lb{
	position:absolute;
	width:7px;
	height:7px;
	left:0px;
	bottom:0px;
	background:#FFFFFF url("/images/base/corner2_lb.gif") left top no-repeat;
	font-size:1px;
	line-height:0;
}
.bdrd2 .rt{
	position:absolute;
	width:7px;
	height:7px;
	right:0px;
	top:0px;
	background:#FFFFFF url("/images/base/corner2_rt.gif") left top no-repeat;
	font-size:1px;
	line-height:0;
}
.bdrd2 .rb{
	position:absolute;
	width:7px;
	height:7px;
	right:0px;
	bottom:0px;
	background:#FFFFFF url("/images/base/corner2_rb.gif") left top no-repeat;
	font-size:1px;
	line-height:0;
}

.tbl1{
	border-collapse:collapse;
	margin:10px 0;
}
.tbl1 td, .tbl1 th{
	border:1px solid #A1A1A6;
	padding:5px;
}
.tbl1 th{
	background-color:#A1A1A6;
	color:#FFFFFF;
}

.entry{
	text-align:right;
	padding-right:20px;
}

#sidebar .amazon{
	margin-left:5px;
}
#sidebar .specialty{
	margin-left:5px;
}
#sidebar .amazon div{
	margin-top:5px;
	border-bottom:1px solid #D7D7D9;
	padding:5px 0;
}
#sidebar .amazon img{
	float:left;
	border:1px solid #A1A1A6;
	margin-right:5px;
	margin-top:5px;
	width:50px;
}
#sidebar .amazon p{
	float:left;
	width:183px;
}
#sidebar .specialty a{
	display:block;
	padding:2px 0;
}
#sidebar h3{
	padding-left:5px;
	border-left:5px solid #CC0000;
}