.slide-container {
	position:inherit;	
	height:auto;
	text-align:center;
	border:#dad9d7 1px solid;
}

.slide-show{
	background-position:left left;
	background-repeat:no-repeat;
	text-align:left;
	height:310px;
	position:inherit;
}
.banner_content {
	width:158px;
	float:left;
	position:inherit;
	color:#000;
	padding-left:5px;
	padding-right:5px;
	margin-left: 5px;
	height:270px;
	background:url(/skin/frontend/default/default/banner/transparent_bg.png) repeat;
}
.banner_content ul { list-style: inside; }

.indentmenu{
	font: bold 11px Arial;
	float: left; /* width: 100%; leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 2px;
	padding: 0;
	/* width: 80%; width of menu*/
	background: transparent;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	margin: 2px;
	color: #000	; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border: 1px solid #ccc;
}

.indentmenu ul li a:hover{
	background:#ddd;
}

.indentmenu ul li a:visited{
	color: #000;
}

.indentmenu ul li a.selected{
	color: white !important;
	padding-top: 6px; /*shift text down 1px*/
	padding-bottom: 4px;
	border: 1px solid #2f150e;
	background:#F85601;
}

.tabcontentstyle{ /*style of tab content container*/
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
		display:block !important;
	}
}

