/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_17 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_17 .theDivider1,
#simpleDivider_stacks_in_17 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_17 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_17.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_17.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_17 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_17.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_17.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_17.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_17.bgImageOn .theDivider1 img {
	display: block;
}


#stacks_out_35 {
	width: 100px;
}
#stacks_in_25_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_25 a:link, #stacks_in_25 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_25 a:hover, #stacks_in_25 a:active {
	color:#FF9700;
}







#stacks_in_25 a:link, #stacks_in_25 a:visited {
	background-color:#1C24FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#1C24FF), to(#1115BF));
	border:1px solid #1115BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FF9700;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_25 a:hover {
	background-color:#1F27FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#1F27FF), to(#0E12A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_25 a:active {
	background-color:#1C24FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



