#contentArea #mainContentMaster .tabBackground {
	background: url("/images/shaded_background.png") top repeat-x;
	padding: 5px 10px 0px 10px;
	margin-right: 1px;
	margin-left: 1px;	
	}
#contentArea #mainContentMaster .tabBackground .tabBar {
 	margin: 0px;
	padding: 0px;
	background: url("/images/grey_border.png") bottom repeat-x;
	}
.tabBar div.tabContainer {
	background: url("/images/tabs_selected_right.png") top right no-repeat;
	float: left;
	padding-right: 10px;
	}
.tabBar .tabContainer div.tabText {
	background: url("/images/tabs_selected_left.png") top left no-repeat;
	padding: 8px 0px 8px 10px;
	font-size: 0.9em;
	}

.tabBar div.tabContainerOff {
	background: url("/images/tabs_off_right.png") top right no-repeat;
	float: left;
	padding-right: 10px;
	margin-bottom: 1px;
	
	}
.tabBar .tabContainerOff div.tabText {
	background: url("/images/tabs_off_left.png") top left no-repeat;
	padding: 8px 0px 7px 10px;
	font-size: 0.9em;
	color: #a6a6a6;
	}
#contentArea #mainContentMaster .tabContent {
	 margin-top: 0px;
	 padding: 10px 10px 10px 10px;
	 border-left: 1px solid #e0e0e0;
	 border-top: 0px solid #e0e0e0;
	 border-right: 1px solid #e0e0e0;
	 border-bottom: 0px solid #e0e0e0;
	 background-color: #FFFFFF;
 }
#contentArea #mainContentMaster .tabContent .usedImage {
	 float: left;
	 width: 120px;
	 height: 140px;
	 margin-right: 20px;
	 margin-bottom: 10px;
 }