#tv_tabs ul {
	padding: 0;
	margin: 0;
	clear: both;
	padding-left: 20px;
}

#tv_tabs li {
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	
	float: left;
	height: 30px;
	
	margin-right: 1px;
	
	background: none;
}

#tv_tabs a {
	float: left;
	/*
	min-width: 110px;
	width: auto !important;
	width: 110px;
	*/
	height: 22px;
	padding: 8px 10px 0 10px;
	
	text-decoration: none;
	background-color: #202020;
	color: #FFFFFF;
}

#tv_tabs span {
	/*
	min-width: 110px;
	width: auto !important;
	width: 110px;
	*/
}


#product_tabs ul {
	padding: 0;
	margin: 0;
	clear: both;
	padding-left: 20px;
}

#product_tabs li {
	padding: 0;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
	
	float: left;
	height: 30px;
	
	margin-right: 1px;
	
	background: none;
}

#product_tabs a {
	text-decoration: none;
    outline: none;
}


#product_tabs a {
	float: left;
	/*
	min-width: 110px;
	width: auto !important;
	width: 110px;
	*/
	height: 22px;
	padding: 8px 10px 0 10px;
	
	text-decoration: none;
	background-color: #202020;
	color: #FFFFFF;
}

#product_tabs a.active {
	cursor: default;
	float: left;
	/*
	min-width: 110px;
	width: auto !important;
	width: 110px;
	*/
	height: 22px;
	padding: 8px 10px 0 10px;
	
	background-color: #FFFFFF;
	background-image: url(../images/tabview_selected_tab.png);
	background-repeat: repeat-x;
	text-decoration: none;
	color: #202020;
}

#product_tabs span {
	/*
	min-width: 110px;
	width: auto !important;
	width: 110px;
	*/
}

#product_content {
	min-height: 350px;
	height: auto !important; /* IE6 fix */
	height: 350px;

	width: 945px;

	clear: both;
	float: left;
	
	padding-bottom: 20px;
	
	background-color: #FFFFFF;
	background-image: url(../images/tabview_bg.png);
	background-repeat: no-repeat;
	
	color:#000;
}


#product_content p {
	font-family: Tahoma;
	font-size: 12px;
	color: #545454;
}

#product_contentLeft {
	float: left;
	
	width: 102px;
	padding-left: 33px;
	padding-right: 8px;
	padding-top: 24px;
}

#product_contentMiddle {
	float: left;
	
	width: 542px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 24px;
}

#product_contentRight {
	float: left;
	
	width: 200px;
	padding-left: 8px;
	padding-top: 24px;
}

#product_contentRightList h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 7px;
	text-transform:uppercase;
}

#product_contentRightList ul {
	font-size: 12px;
	color: #3e3e3e;
}

#product_contentRightList li {
	background: url(../images/li_black_arrow.png) no-repeat 4px 11px;
}

#product_backButton {
	float: left;
}

#product_backButton a {
	float: left;

	border: 1px solid #cbcbcb;
	padding: 5px 10px 5px 10px;
	
	background-color: #FFFFFF;
	background-image: url(../images/tabview_back_button.png);
	background-repeat: repeat-x;
	background-position: center left;
	
	text-decoration: none;
	
	color: #3e3e3e;
}

#product_backButton a:hover {
	background-image: url(../images/tabview_back_button_hover.png);
}




#tv_content {
	min-height: 435px;
	height: auto !important; /* IE6 fix */
	height: 435px;

	width: 945px;

	clear: both;
	float: left;
	
	padding-bottom: 20px;
	
	background-color: #FFFFFF;
	background-image: url(../images/tabview_bg.png);
	background-repeat: no-repeat;
}


#tv_content p {
	font-family: Tahoma;
	font-size: 12px;
	color: #545454;
}

#tv_contentLeft {
	float: left;
	
	width: 102px;
	padding-left: 33px;
	padding-right: 8px;
	padding-top: 24px;
}

#tv_contentMiddle {
	float: left;
	
	width: 542px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 24px;
}

#tv_contentRight {
	float: left;
	
	width: 200px;
	padding-left: 8px;
	padding-top: 24px;
}

#tv_contentRightList h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 7px;
}

#tv_contentRightList ul {
	font-size: 12px;
	color: #3e3e3e;
}

#tv_contentRightList li {
	background: url(../images/li_black_arrow.png) no-repeat 4px 11px;
}

#tv_backButton {
	float: left;
}

#tv_backButton a {
	float: left;

	border: 1px solid #cbcbcb;
	padding: 5px 10px 5px 10px;
	
	background-color: #FFFFFF;
	background-image: url(../images/tabview_back_button.png);
	background-repeat: repeat-x;
	background-position: center left;
	
	text-decoration: none;
	
	color: #3e3e3e;
}

#tv_backButton a:hover {
	background-image: url(../images/tabview_back_button_hover.png);
}

.tv_displayElement {
	margin-bottom:5px;
}

.tv_displayElement .tv_title {
	padding-top: 7px;
	padding-bottom: 5px;

	border-bottom: 1px solid #d8d8d8;
}

.tv_displayElement .tv_title h3 {
	padding: 0;
	margin: 0;
	text-transform:uppercase;
}

.tv_displayElement .tv_img {
	height: 80px;
}


