/* CSS Document */

*, html, * {
	margin: 0;
	padding: 0;
}


body {
	background-color: #fff;
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}

img {
	border: 0;
	}

p {
	display: block;
	margin: 5px 0 15px 0;
	line-height: 18px;
	}

a {
	color: #000;
	text-decoration: underline;
	}

a:hover {
	color: #cc3333;
	text-decoration: underline;
	}

h2 {
	font-size: 22px;
	margin: 0 0 -10px 4px;
	overflow: hidden;
	}



sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}



#detailhead {
	width: 720px;
	text-align: right;
	}

#detailright {
	width: 330px;
	float: right;
	overflow: hidden;
	margin: 0 10px 0 0;
	}

#detailleft {
	width: 340px;
	float: left;
	margin: 10px 0 0 10px;
	}

.bigpic {
	margin: 0 0 40px 0;
	}

#detailright h3 {
	font-size: 30px;
	}


#breadcrumbs {
	font-size: 10px;
	color: #000;
	margin: 20px 0 0 0;
	font-family: Georgia, Georgia, serif;
	text-transform: uppercase;
	}

#breadcrumbs a {
	text-decoration: none;
	}


#detailtext {
	font-size: 14px;
	margin: 0 0 10px 0;
	display: block;
	}

#detailtext li {
	display: list-item;
	font-size: 11px;
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 0 4px 0;
	}

#detailtext ul {
	display: block;
	margin: 6px 0 6px 4px;
	font-size: 12px;
	}



#specialmsg {
	font-size: 12px;
	font-weight: bold;
	color: #cc3333;
	margin: 0 0 10px 0;
	display: block;
	}

.botlink {
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 15px 0;
	font-family: Georgia, Georgia, serif;
	text-transform: uppercase;
	}

.botlink a {
	text-decoration: none;
	}

.socialbooks{
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	font-size: 12px;
	}

.socialbooks ul{
	list-style: none;
	}

.socialbooks ul li{
	display: block;
	margin: 0 0 10px 0;
	}

.socialbooks ul li.delicious{
	background: url("images/delicious.gif") no-repeat 0 0;
	}

.socialbooks ul li.digg{
	background: url("images/digg.gif") no-repeat 0 0;
	}

.socialbooks ul li.reddit{
	padding: 0 0 0 2px;
	background: url("images/reddit.gif") no-repeat 0 0;
	}

.socialbooks ul li.facebook{
	background: url("images/facebook.gif") no-repeat 0 0;
	}

.socialbooks ul li.stumbleupon{
	background: url("images/stumbleupon.gif") no-repeat 0 0;
	}

.socialbooks ul li a{
	padding: 0 0 0 24px;
	margin: 0 3px 0 0px;
	text-decoration: none;
	}

.smtext {
	font-size: 9px;
	margin: 10px 0 0 0;
	}
