

/* Start doobox Chauffeur css */

.stacks_in_4wrapper{
width: 50px;
margin: 0 auto;

display : none;

opacity:0.7;
}

.stacks_in_4bulter{
cursor: pointer;
border: 1px solid #1F1F1F;
background: #333333;
width: 50px;
height: 50px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #EEEEEE;
text-align: center;
line-height: 50px;
margin: 5px;
z-index: 1000001;
background: #333333;
}


.stacks_in_4bulter i {
	display: block;
	margin: 0 auto 0 auto;
	font-size: 20px;
	line-height: 48px; 
	vertical-align: middle;
}


.stacks_in_4bulter:hover{
color: #DADADA;
background: #424242; /* Old browsers */
}

/* end doobox Chauffeur css */

#stacks_in_5 #stacks_in_5printablestack
{
	color:#333333;
	padding:10px 10px 50px 10px;
	border:1px solid #CCCCCC;
	background-color:#F6F6F6;
	
}

#stacks_in_5 #print_btn_container
{
	height:30px;
	display:inline-block;
	float:right;
	
	padding:5px;
	-webkit-border-radius: 5px;
}

#stacks_in_5 #tick_container
{
	height:30px;
	display:inline-block;
	float:right;
	padding:5px;
	visibility:hidden;
}

#stacks_in_5 #stacks_in_5printbtn
{
	cursor:pointer;
}

