.shadetabs {
	width: 240px;
	float: left;
	background-image: url(../images/background-gallery.jpg);
	padding: 20px 20px 5px 20px;
}



.shadetabs ul li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 8px;
}

.shadetabs ul li a {
	text-decoration: none;
	color: #333333;
	background-image: url(../images/bullet-list.jpg);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left;
}

.shadetabs ul li a:hover{
	text-decoration: underline;
	color: #FF0000;
	background-image: url(../images/bullet-list-over.jpg);	
	background-repeat: no-repeat;
	background-position: left;
}

.shadetabs ul li.selected{
position: relative;
top: 1px;
}

.shadetabs ul li.selected a{ /*selected main tab style */
	text-decoration: none;
	color: #333333;
	background-image: url(../images/bullet-list.jpg);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left;
}

.shadetabs ul li.selected a:hover{ /*selected main tab style */
	text-decoration: underline;
	color: #FF0000;
	background-image: url(../images/bullet-list-over.jpg);	
	background-repeat: no-repeat;
	background-position: left;
}

#back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/butt-previous.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 10px;
	margin: 12px 0;
	width: 25px;
	float: left;
	white-space: nowrap;
}

#more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/butt-next.jpg);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 10px;
	width: 25px;
	float: right;
	white-space: nowrap;
	margin: 12px 0;
}

#back a, #more a {
	color: #FF0000;
	text-decoration: none;
}

#back a:hover, #more a:hover {
	color: #333333;
	text-decoration: underline;
}



.tabcontentstyle_frame{
	width: 480px;
	float: left;
	background-image: url(../images/bracket-bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}



.tabcontentstyle{
	width: 490px;
	float: right;
	background-image: url(../images/bracket-bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.tabcontent{
/*display:none;*/
}

.tabcontent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#666666;
}
.tabcontent_frame h4 {
float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#666666;
}

.tabcontent_frame p {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;

}


.tabcontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

.gallery-photo {
	margin-top: 15px;
	padding: 15px;
	background-image: url(../images/bracket-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

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