@charset "utf-8";

/*Single_View Layout E&P Shop*/

.contentbox{padding:0px;}

.content_pic {
background: none;
height:0px;
min-height:0;
display:none;
}
.content_pic h1#page-title {
	display:none;
}

.contentbox_head {
	background: none;
	display:none;
}

#contentbox_content {
background: none;
}

.contentbox_bottom {
background: none;
display:none;
}
.contentbox_single_head {
background-image:url(../images/contentbox_head.png);
background-repeat:no-repeat;
height:10px;
}
.contentbox_single_content {
background-image:url(../images/contentbox_content.gif);
background-repeat:repeat-y;
height:auto;
padding:0px 0px 10px 0px;
color: #000066;
}
.contentbox_single_bottom {
background-image:url(../images/contentbox_bottom.png);
background-repeat:no-repeat;
height:10px;
}

/*Single_View Layout E&P Shop END */


/*-------------------------------------------------------------------------*/
/* root element for tabmenulist  */
ul.css-tabs {
	background: none;
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:34px;
	/*border-bottom:1px solid #666;*/	
	position:relative;
	top: -10px;
}

/* single tab */
ul.css-tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	background: url(../images/tabmenulist_single.png) no-repeat -652px 0;
	font-size:11px;
	display:block;
	height: 34px;  
	line-height:34px;
	width: 90px;
	text-align:center;	
	text-decoration:none;
	color:#d95426;
	padding:0px;
	margin:0px;	
	position:relative;
	top:0px;
	font-weight:bold;
}

ul.css-tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.css-tabs a:hover {
	background-position: 0px -34px;
	color:#000066;
	text-decoration:none;
	font-weight:bold;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.css-tabs a.current, ul.css-tabs a.current:hover, ul.css-tabs li.current a {
	background-position: 0px -68px;
	cursor:default !important; 
	color:#000066 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.css-tabs a.w1 			{ background-position: 0 0; width:106px; }
ul.css-tabs a.w1:hover 	{ background-position: 0 -34px; }
ul.css-tabs a.w1.current { background-position: 0 -68px; }

/* width 2 */
ul.css-tabs a.w2 			{ background-position: -446px -0px; width:93px; }
ul.css-tabs a.w2:hover 	{ background-position: -446px -34px; }
ul.css-tabs a.w2.current { background-position: -446px -68px; }


/* width 3 */
ul.css-tabs a.w3 			{ background-position: -374px -0px; width:165px; }
ul.css-tabs a.w3:hover 	{ background-position: -374px -34px; }
ul.css-tabs a.w3.current { background-position: -374px -68px; }

/* width 4 */
ul.css-tabs a.w4 			{ background-position: -364px -0px; width:175px; }
ul.css-tabs a.w4:hover 	{ background-position: -364px -34px; }
ul.css-tabs a.w4.current { background-position: -364px -68px; }


/* initially all panes are hidden */ 
div.css-panes div.pane {
	display:none;		
}
div.css-panes div#product-info,  div.css-panes div#learn-target, div.css-panes div#worksheet, div.css-panes div#requirements{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


/*-------------------------------------------------------------------------*/
