/* Start Button Press stack CSS code */#stacks_in_11334_page0{	text-align: center !important;}.stacks_in_11334_page0dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:inherit;			/* Gradient type button specific styles */		-moz-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	-webkit-box-shadow:inset 0px 1px 0px 0px #FFF4A3;	box-shadow:inset 0px 1px 0px 0px #FFF4A3;		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CDAE5D), color-stop(1, #AF903F) );	background:-moz-linear-gradient( center top, #CDAE5D 5%, #AF903F 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDAE5D', endColorstr='#AF903F');	background-color:#C3A453;	text-shadow:none;		text-shadow:1px -1px 0px #9B7C2B;			border:1px solid #A58635;	color:#FFFFFF;									font-size:100% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 15px 6px 15px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_11334_page0dooabutton:hover {					-moz-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		-webkit-box-shadow:inset 0px 1px 0px 0px #9B7C2B;		box-shadow:inset 0px 1px 0px 0px #9B7C2B;				background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #AF903F), color-stop(1, #CDAE5D) );		background:-moz-linear-gradient( center top, #AF903F 5%, #CDAE5D 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF903F', endColorstr='#CDAE5D');		background-color:#C3A453;					color:;		}/* End Button Press stack CSS code *//*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_97_page0 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_97_page0 .theDivider1, #simpleDivider_stacks_in_97_page0 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_97_page0 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_97_page0 .theDivider2 {
	height: 4px;
	background-color: #E0E0E0;
}
