




#tabphoto {
	width: 267px;
	height: 310px;
	padding: 16px 0 20px 18px;
	margin: 0 0 0 0;
	xborder: 1px solid blue;
}
#tabphoto p{ margin: 6px 0 0 0; padding: 0; }



#tabscase {
	background: url(../images/wide_white_card.jpg) no-repeat;
	width: 300px;
	height: 370px;
	margin: 0;
	padding: 0;
	xborder: 1px solid Red;
}



#iframe { margin: 12px 0 14px 18px; padding: 0; xborder: 1px solid Aqua; }





.shadetabs{
	padding: 0;
	margin: 0 0 0 40px;
	font: bold 11px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	xborder: 1px solid blue;
	width: 200px;
}

.shadetabs li{ display: inline; margin: 0; }

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
xborder: 1px solid #778;
color: #2d2b2b;
background: white url(shadeactive.gif) top left repeat-x;
}

.shadetabs li a:visited{ color: #2d2b2b; }

.shadetabs li a:hover{ text-decoration: underline; color: #2d2b2b; }

.shadetabs li.selected{ position: relative; top: 0px; /* this causes the tab to drop down a bit *//* this causes the tab to drop down a bit */ }

.shadetabs li.selected a{
	/*selected main tab style */
	background-image: url(xshadeactive.gif);
	border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */ text-decoration: none; }

.tabcontentstyle{
	/*style of tab content oontainer*/
	xborder: 1px solid gray;
	width: 300px;
	xmargin-bottom: 1em;
	xpadding: 10px;
}

.tabcontent{ display: none; }

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