#tooltipId {
    position: absolute;
    display: none;
    height: auto;
    background-color: white;
    border: 0.06em solid orange;
    color: orange;
    font-weight: bold;
    padding-left: 0.31em;
    padding-top: 0.19em;
    padding-bottom: 0.19em;
    padding-right: 0.31em;
    z-index: 1010;
    width: 21.88em;
}
.tooltipArrowId {
    background-image: url(http://ecx.images-amazon.com/images/I/017SggqYz4L.gif);
    background-repeat: no-repeat;
    height: 1.5em;
    width: 2.5em;
    position: absolute;
    z-index: 1000;
}
.tooltipImage {
    position: relative;
    top: 0.3em;
    float: left;
    height: 2.5em;
    width: 2.5em;
    border:0; 
    background:url(http://ecx.images-amazon.com/images/I/01QhaDdXspL.gif) no-repeat;
}

.tabGroup .tabHeaders li.selected {
	background: url(https://images-na.ssl-images-amazon.com/images/I/01lg%2BjJKnbL.gif) top left no-repeat;
	background-position:-23px 0px;
	height:21px;
	padding:6px 0 0 0;
	margin:0;
	width:458px;
	border:#696969 solid 1px;
}

.tabGroup .tabHeaders li.selected a {
    color: #FFF;
	font-weight:bold;
	font-size:14px;
}
.tabContainer {
	background-color:#f3f3f3;
}
.productInfo p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	line-height:16px;
}


/** Tab Controls **/

.tabGroup {
    position: inherit;
	width:460px;
	padding:0;
	margin:0;
	height:auto;
	clear:both;
}

.productInfo {
	overflow:visible;
	width:430px;
	padding:10px 0 10px 10px;
	padding-top:10px;
}

.tabGroup .tab{
    float:left;
    height:100%;
    overflow-y:none;
    padding:0;
    position:inherit;
    width:100%;
}

.tabGroup .tabContainer {
    overflow:visible;
    position:inherit;
	width:460px;
    border:none;
}

#productInfoTab1 {
	background-color:#f3f3f3;
	width:458px;
	border:#dddddd solid 1px;
}
.tabGroup .tabContent { 
	width:450px;
}

#rightColumn { width:460px; }

#middleSlots{height:auto; }

.productInfoTabs .tabHeaders li.selected {
	padding-left:20px;
	margin:0; width:438px;
}


