@charset "UTF-8";
.framedInfo {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	height: 235px;
	background-color: #FFFFFF;
	padding: 10px;
	border-bottom: solid 1px #ddd;
}
#framedSmall {
	display: none;
}
.framedInfoWrapper/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
 {
	padding: 4px;
	height: 100%;
}
.TPC_Content {
	float: left;
	width: 320px;
	padding-right: 2px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-top: 10px;
}
.TPC_Content  h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.TPC_Content  li {
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	list-style-type: square;
	padding-left: 3px;
	list-style-position: inside;
}


.TPCsm_PhotoDiv, .Framed-Small  {
	float: left;
	height: 111px;
	width: 111px;
	margin-right: 5px;
	background-image: url(http://www.metroscap.com/images/panelBackgrounds/Small_PanelThumbBlank.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 44px;
	padding-right: 45px;
	padding-bottom: 45px;
	padding-left: 44px;
	text-align: left;
}
.TPCmd_PhotoDiv, .Framed-Medium  {
	float: left;
	height: 99px;
	width: 99px;
	margin-right: 5px;
	background-image: url(http://www.metroscap.com/images/panelBackgrounds/Medium_PanelThumbBlank.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 49px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 49px;
	text-align: left;
}
.TPClg_PhotoDiv, .Framed-Large {
	float: left;
	height: 121px;
	width: 121px;
	margin-right: 5px;
	background-image: url(http://www.metroscap.com/images/panelBackgrounds/Large_PanelThumbBlank.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 39px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 39px;
	text-align: left;
}
.TPCxl_PhotoDiv, .Framed-XLarge  {
	float: left;
	height: 141px;
	width: 141px;
	margin-right: 5px;
	background-image: url(http://www.metroscap.com/images/panelBackgrounds/XLarge_PanelThumbBlank.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 29px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 29px;
	text-align: left;
}
.TPCcv_PhotoDiv, .Stretched-Canvas  {
	float: left;
	height: 175px;
	width: 175px;
	margin-right: 5px;
	background-image: url(http://www.metroscap.com/images/panelBackgrounds/Canvas_PanelThumbBlank.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 12px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 12px;
	text-align: center;
}

