body {
	margin: 0;
	font-family: verdana;
}

.product_price {
	font-size: 9px;
	font-weight: bold;
}

.store_regular_price {
	font-weight: bold;
	text-decoration: line-through;
}

.store_sale_price {
	font-weight: bold;
	color: #FF0000;
}

#content {
	width: 100%;
	height: 300px;
	clear: both;
}

#content_simple {
	width: 100%;
	height: 300px;
	clear: both;
}

#footer {
	background: #C0C0C0;
	color: #000000;
	font-size: 9px;
	padding: 2px 0 4px 0;
	text-align: center;
	width: 600px;
	height: 20px;
	clear: both;
}

#footer a {
	color: #DC1111;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}

#header {
	width: 100%;
	clear: both;
	height: 190px;
}

#header_simple {
	width: 100%;
	clear: both;
	height: 560px;
}

#product {
	clear: both;
	width: 200px;
	float: left;
	padding: 5px 5px 1px 15px;
	height: 300px;
}

#sermonheader {
	font-weight: bold;
	font: 14px verdana;
}

#sermonheader_simple {
	font-weight: bold;
	font: 16px verdana;
}

#sermonlogo {
	clear: both;
	float: left;
	width: 200px;
	height: 190px;
}

#sermonseries {
	color: #555753;
	font-weight: bold;
}

#sermontext {
	float: right;
	position: absolute;
	left: 200px;
	width: 380px;
	font-size: 10px;
	color: #333333;
	padding-right: 5px;
	overflow: auto;
	height: 160px;
	text-align: left;
}

#sermontext_simple {
	float: right;
	position: absolute;
	left: 200px;
	width: 380px;
	font-size: 10px;
	color: #333333;
	padding-right: 5px;
	overflow: auto;
	height: 560px;
	text-align: left;
}

#sermontitle {
	color: #8A8C8B;
	font-weight: bold;
}

#setctype {
	position: absolute;
	left: 47px;
	top: 93px;
	font: 11px arial,lucida, luxi-sans, sans-serif;
}

#video {
	float: right;
	width: 380px;
	height: 300px;
	clear: none;
}

#wrapper {
	width: 600px;
	height: 500px;
	background: #FFFFFF;
}


.storetopbar { 
	background: #34416E url('/store_images/misc/Store_FeaturedTopBar_BG.gif') repeat-x;
	width:100%;
	height:34px;
	padding:0;
	margin:0;
}

.storetopbar_left { 
	background: url('/store_images/misc/Store_FeaturedTopBar_Left.gif') top left no-repeat;
	width:20%;
	height:34px;
	float:left;
	padding:0;
	
}

.storetopbar_right { 
	background: url('/store_images/misc/Store_FeaturedTopBar_Right.gif') top right no-repeat;
	width:10%;
	height:34px;
	float:right:
	position:relative;
	clear:none;

}

.storetopbar_content {
	background: url('/store_images/misc/Store_FeaturedTopBar_Text.gif') no-repeat;
width:70%;
	height:34px;
float:left;
clear:none;
position:relative;
}

.smallText {
font-size:80%;
border-bottom:1px solid #ccc;
color:blue;
}