body {
	background: white url(../images/body_bg.gif) top center no-repeat;

}

/* SV 7/6/09 code make the background gradient repeat vertically. */
body.noback {
	background-image: none;
}

body.noback #background {
	background: url(images/home/body_bg_repeat.gif) repeat-y top left;
	width: 780px;
	margin: auto;
}


div.left {
	width: 400px;
	margin: 0px;
	padding: 0px;
	margin-right: 30px;
	margin-top: 0px;
	float: left;


}


div.right {
	width: 180px;
	float: left;

}

div.tabs {
	height: 39px;

}

div.info_hold_detail {
	padding: 10px;
	border: 1px solid #862d25;
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
}

* html body div.info_hold_detail {
	border: none;
	border-top: 1px solid #862d25;


}

a.map_view {
	display: block;
	float: left;
	width: 128px;
	height: 39px;
	background: url(images/map_view_tab.gif) top no-repeat;

}

a.list_view {
	display: block;
	float: left;
	width: 128px;
	height: 39px;
	margin-right: 1px;
	background: url(images/list_view_tab.gif) top no-repeat;
}

a.list_view:hover {
	background-position: bottom;
}

a.map_view:hover {
	background-position: bottom;
}


html body a.map_view_selected {
	display: block;
	float: left;
	width: 128px;
	height: 39px;
	background: url(images/map_view_tab.gif) bottom no-repeat;

}

html body a.list_view_selected {
	display: block;
	float: left;
	width: 128px;
	height: 39px;
	margin-right: 1px;
	background: url(images/list_view_tab.gif) bottom no-repeat;
}


.para {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
.parawhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #FFFFFF;
}
.headlines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #336600;
	font-weight: bold;
}

.share_facebook {
	background: url(/images/facebook_icon.gif) no-repeat top left;
	padding: 8px 0 15px 40px;
	margin-bottom: 10px;
}

.divider {
	height: 13px;
	background: url(/images/line.gif) repeat-x top left;
	margin-top: 16px;

}
/* SV 1/1/10 knitting challenge countdown */
#made_label {
	font-size: 18px;
	color: #862d25;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
}

#made {
	font-size: 48px;
	color: #6987b4;
	text-align: center;
	line-height: 48px;

}

