/* Start doobox hippo css */


/* general styles edit and preview mode */
   /* html { height: 100%; margin-bottom: 1px; overflow-y: scroll; } removed to make compliant with certain themes */

.stacks_in_272_page6darkerborder{
	
		border: 1px solid #380741;
	
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
}

.stacks_in_272_page6overalltabcontainer{
	background: #4C1B55;
	border: 10px solid #4C1B55;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.stacks_in_272_page6tabcontentcontainer{
	padding: 20px;
}

.stacks_in_272_page6dootabcontainer{
	
	display:none;
	
	
}

.stacks_in_272_page6dootabcontainer:first-child{
	
	display:block;
	
}

#stacks_in_272_page6tabpicker{
	padding: 10px 30px 5px 30px;  /* adjusted in update to acomidate more than one row of buttons */
	
	font-weight: bold;
	background: #4C1B55;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}

#stacks_in_272_page6tabpicker span{
	padding-right: 10px;
	padding-left: 20px;
	
}

#stacks_in_272_page6tabpicker span:first-child{
	padding-right: 10px;
	padding-left: 20px;
	
}

.stacks_in_272_page6dootabSlice{
	background: #4C1B55;
}


/* tabs and links styles */

#stacks_in_272_page6tabpicker a{
	display: inline-block;
	font-size: 100%;
	margin-right: 18px;
	margin-bottom: 15px; /* added in update to acomidate more than one row of buttons */
	padding: 5px 20px 5px 20px;
	background: #E6E6E6;
	text-decoration: none;
	border:none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #333333;
	line-height: normal;
}

#stacks_in_272_page6tabpicker a:hover{
	background: #FFFFFF;
	text-decoration: none;
	border:none;
	color: #191919;
}

#stacks_in_272_page6tabpicker a:active{
	background: #E6E6E6;
	text-decoration: none;
	border:none;
	color: #333333;
}

#stacks_in_272_page6tabpicker a.stacks_in_272_page6current{
	background: #191919;
	color: #FFFFFF;
	text-decoration: none;
	border:none;
}

.stacks_in_272_page6doocat {
	display:none;
	font-weight: bold;
	background: #FFD8DF;
	padding: 5px 10px 5px 10px;
	border-bottom:1px solid #666666;
}

.stacks_in_272_page6doocat span{
	
	min-width:200px;
	white-space: nowrap;
	padding: 5px;
	border:1px solid #555555;
	color: #red;
	background: #ffffff;
}








/* end doobox hippo css */