.jsnlc-viewcart-text-vertical-direction {
	display: block;
	position: relative;
	-webkit-transform: rotate(90deg);	
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.jsnlc-viewcart-text-vertical-direction a {
	font-size: 20px;
	position: absolute;
	right: 0;
	padding: 5px 40px 8px;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: 300;
	border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	text-align: center;
	background-color: #ff7200;
	box-shadow: 0 0 2px #888;
	-moz-box-shadow: 0 0 2px #888;
	-webkit-box-shadow: 0 0 2px #888;
}
.jsnlc-viewcart-text-vertical-direction a,
.jsnlc-viewcart-text-vertical-direction a:visited,
.jsnlc-viewcart-text-vertical-direction a:hover {
	text-decoration: none;
}

