#splash img {
	display: block;
	border:0px none;
}

#splash a {border:none}
#spalsh img {border:none}

#product-tabs {
	margin: 5px auto 5px auto;
    width: 680px;
    height: 262px;
    position: relative;
	background: white url(/images/brainstorm/splash_bkg.png) top center no-repeat;
}

#product-tabs h2 {
	display: none;
}

#product-tabs ul.tabs {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 216px;
	list-style: none;
}

#product-tabs ul.tabs li {
	position: absolute;
	height: 216px;
	width: 100%;
	overflow: hidden;
	color: white;
	left: -8px;
	top: 8px;
	padding: 10px;
	display: none;
	background-position: 0 10px;
	background-repeat: no-repeat;
}

#product-tabs ul.tabs li.active {
	display: block;
}


#product-tabs ul.tabs li h4,
#product-tabs ul.tabs li p.description {
    display: none;
}

#product-tabs ul.tabs li p.more {
    width: 117px;
    height: 29px;
    position: absolute;
    top: 128px;
    left: 325px;
    margin: 0;
    padding: 0;
}

#product-tabs ul.tabs li p.more a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -1000px;
    overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}


#product-tabs ul.tabs li p.buy {
    width: 117px;
    height: 29px;
    position: absolute;
    top: 128px;
    left: 200px;
    margin: 0;
    padding: 0;
}

#product-tabs ul.tabs li p.buy a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -1000px;
    overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}


#product-tabs ul.tabs-list {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 72px;
	background: white url(/images/brainstorm/splash_tabs_list.png) top center no-repeat;
	list-style: none;
}

#product-tabs ul.tabs-list li {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 113px;
	float: left;
	position: relative;
}

#product-tabs ul.tabs-list li a {
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	height: 100%;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 2px;
	left: 0;
	width: 100%;
	border: none;
}

/* default */
#product-tabs ul.tabs-list li.tab-default,
#product-tabs ul.tabs-list li.tab-default a {
	display: none;
}

/* tab 1 */
#product-tabs ul.tabs-list li.tab1 a:hover,
#product-tabs ul.tabs-list li.tab1.active a {
	background-image: url(/images/brainstorm/splash_tab1.png);
	z-index: 101;
	width: 113px;
	height: 69px;
	left: 0;
}

/* tab 2 */
#product-tabs ul.tabs-list li.tab2 a:hover,
#product-tabs ul.tabs-list li.tab2.active a {
    background-image: url(/images/brainstorm/splash_tab2.png);
	z-index: 101;
	width: 113px;
	left: 0;
	height: 69px;
}

/* tab 3 */
#product-tabs ul.tabs-list li.tab3 a:hover,
#product-tabs ul.tabs-list li.tab3.active a {
    background-image: url(/images/brainstorm/splash_tab3.png);
	z-index: 101;
	width: 113px;
	left: 0;
	height: 69px;
}

/* tab 4 */
#product-tabs ul.tabs-list li.tab4 a:hover,
#product-tabs ul.tabs-list li.tab4.active a {
	background-image: url(/images/brainstorm/splash_tab4.png);
	z-index: 101;
	width: 113px;
	left: 0;
	height: 69px;
}

/* tab 5 */
#product-tabs ul.tabs-list li.tab5 a:hover,
#product-tabs ul.tabs-list li.tab5.active a {
    background-image: url(/images/brainstorm/splash_tab5.png);
	z-index: 101;
	width: 113px;
	left: 0;
	height: 69px;
}

/* tab 6 */
#product-tabs ul.tabs-list li.tab6 a:hover,
#product-tabs ul.tabs-list li.tab6.active a {
    background-image: url(/images/brainstorm/splash_tab6.png);
	z-index: 101;
	width: 113px;
	left: 0;
	height: 69px;
}

