/* ********* MAIN PRODUCT DESCRIPTION AREA ********** */

#mainProductDescription .leftCell {
	width: 231px;
}

#mainProductDescription .rightCell {
	width: 694px;
}

/* ********* PRODUCT TABS ********** */

#prodTabs {
/*	float: left;  */
	width: 100%;
	margin: 14px 0 24px 0;
}

#prodTabs ul {
	margin: 4px 0 0 0; 
	width: 928px; 
	height: 37px;
	padding: 0 0 0 10px;
	background: url(/images/ui/bkg_product_table_tabs2.gif) repeat-x;
}

#prodTabs ul li {
	padding: 0 0 0 0;
	list-style-type: none; 
	float: left;
	margin: 0;
	background-image: none;
}

#prodTabs ul a {
	height: 37px;	
	line-height: 37px;
	color: #000;
	font-weight: bold;
	background: url(/images/ui/prodtableft.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 6px;
}

#prodTabs ul .tabs-selected a {
	background: url(/images/ui/prodtableft_sel.gif) left top no-repeat;
}

#prodTabs ul a:hover {
	cursor: pointer;
}

#prodTabs ul .tabs-selected a:hover {
	text-decoration: none;
	cursor: default;
}

#prodTabs ul a span {
	background: url(/images/ui/prodtabright.gif) right top no-repeat;
	padding-right: 6px;
	height: 100%;
}

#prodTabs ul .tabs-selected a span {
	background: url(/images/ui/prodtabright_sel.gif) right top no-repeat;
}

#prodTabs ul a, #prodTabs ul a span {
	display: block;
	float: left;
}

#prodTabs .gridContent a, #prodTabs gridContent a:visited {
	line-height: normal;
}

.tabHover, #prodTabs a:hover {
	text-decoration: underline;
}
/*
#prodTabs .tabSelected, #prodTabs .tabSelected a:hover {
	text-decoration: none;
	cursor: default;
}
*/
.tabHead {
	height: 14px;
	padding: 8px 0 8px 0;
	text-align: right;
}

.backTab {
	height: auto;
	border-top: 0;
	padding: 0 0 0 0;
}

h4.imageCaption {
	display: block; 
	height:30px; 
	font-weight: normal; 
	width:230px;
}

#prodTabs .backTab ul, #prodTabs .backTab ul li {
	float: none;
 	height: auto;
	margin: 0 0 0 0;
	padding-left: 0;
	background-color: #FFFFFF;
	background: none;
	list-style: square;
	list-style-position: outside;
	color: #F0AD2B;
}

#prodTabs .backTab ul li {
	margin-left: 2px;
	padding-left: 10px;
	height: 16px;
	line-height: 16px;
	cursor: default;
	list-style: none;
	font-size: 11px;
	background: url(/images/ui/arrow_bullet2.gif) 0px 6px no-repeat;
}

#prodTabs .backTab ul li a {
	background-image: none;
	height: 16px;
	line-height: 16px;
	padding-left: 0;
}

#prodTabs .backTab ul li a, #prodTabs .backTab ul li a span {
	float: none;
}

#prodTabs .backTab a, #prodTabs .backTab a:visited {
	font-weight: normal;
}

#prodTabs .backTab .gridContent .yellowBkgd a, #prodTabs .backTab .gridContent .yellowBkgd a:visited {
	font-weight: bold;
}

#prodTabs .backTab li a:hover {
	text-decoration: underline;
}

#prodTabs .backTab ol, #prodTabs .backTab ol li {
	float: none;
 	height: auto;
	margin: 4px 0 4px 0;
	list-style: decimal;
	background-image: none;
	background-color: #FFFFFF;
}

.backTab ol li {
	margin: 0 0 0 20px;
	line-height: normal;
	cursor: default;
}

.tabs-hide {
	display: none;
}

/* ****** PRODUCT TABLE ****** */

table#prodTable {} /* Do not remove */

#prodTable {
/*	border-collapse: collapse; */
	border-top: 0;
}

#prodTable tbody tr td {
	padding: 4px 0 0 0px;
	border-top: solid 1px #DADADA;
	font-size: 11px; /* for IE 5 do not remove  */
	line-height: 19px; /* Do not remove - Sets row height of item listings */ 
	vertical-align: top;
}

#prodTable tbody tr td a, #prodTable tbody tr td a:visited {
	font-weight: normal;
	line-height: 1.5em;
}

#prodTable ul {
	list-style: none;
	text-transform: none;
	line-height: 1.4em; 
}

#prodTable thead tr td {
	line-height: 2em;
	background-color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
}

#prodTable thead tr td a, #prodTable thead tr td a:visited {
	font-weight: bold;
	font-size: 11px; /* for IE 5 do not remove */
	text-decoration: underline;
	cursor: pointer;
}

#prodTable thead tr td a:hover {
	color:#000;
}

#prodTabs .prodTable thead tr td a {
	line-height: normal;
}

.master span {
	position: relative;
	top: -2px;
}

.master a span {
	position: relative;
	top: -2px;
}

/* product navigation */
#prodTable tfoot td {
	padding: 4px 0 0 0;
	border-top: 3px solid #DADADA;
	text-transform: none;
	vertical-align:middle;
}

#prodTable tfoot td a, #prodTable tfoot td a:visited {
	font-weight: normal;
	line-height: normal;
}

#prodTable .CollapsiblePanelTab {
	margin: 0 4px 0 0;
	float: left;
	background: url(/images/ui/icon-plus.gif) left no-repeat;
	outline: none;
	cursor: pointer;
}

#prodTable .CollapsiblePanelOpen .CollapsiblePanelTab {
	background: url(/images/ui/icon-minus.gif) left no-repeat;
	cursor: pointer;
}

#prodTable tbody tr td .gridContent td, #prodTable tbody tr td .gridContent td a, #prodTable tbody tr td .gridContent td a:visited {
	padding: 2px; 
	text-transform: none;
	line-height: 16px; 
	font-weight: normal;
}

.plusButton, .minusButton {
	height: 15px;
	width: auto;
	padding: 0 0 0 16px;
	background: url(/images/ui/icon-plus.gif) no-repeat left 2px;
	cursor: pointer;
	float: left;
}

.minusButton {
	background-image: url(/images/ui/icon-minus.gif);	
}

.dropDiv {
	background-color:#F7F7F7;
}
