/*************************************/
/*TABS*/
/*************************************/
div.tabscontainer {
	margin-bottom:15px;
}
/* root element for tabs  */
ul.css-tabs {
	margin:0 !important;
	padding:0;
	background-color:#FFFFFF;
}
/* single tab */
ul.css-tabs li {
	float: left;
	display:inline-block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
	margin:0;
}
/* link inside the tab. uses a background image */
ul.css-tabs a {
	float:left;
	display:block;
	padding:5px 10px;
	text-decoration:none;
	border:1px solid #cccccc;
	border-bottom:0;
	height:18px;
	background-color:#f1f1f1;
	color:#000000;
	margin-right:2px;
	margin-top:2px;
/*	-moz-border-radius-topleft: 4px; */
/*	-moz-border-radius-topright:4px; */
	position:relative;
	top:1px;
}
ul.css-tabs a:hover {
	background-color:#ffffff;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#ffffff;
	color:#0067a8;
	cursor:default;
}
#PageNavTabs_panes {
	clear:both;
}
div.css-panes div.mypanes {
	background-color:#ffffff;
	display:none;
	padding-top: 10px;
}
div.css-panes div a {
	color:#000000;	
}
div.css-panes div li {
	padding:0;
	list-style-image:url(/web/beijer_electronics.nsf/shared/arrow_right2_blue.gif/$file/arrow_right2_blue.gif);
	list-style-position:inside;
}
div.css-panes div ul {
	padding:0;
	margin:0;
}
/*************************************/
/*STYLING OF FLOWPLAYER*/
/*************************************/
div.myFlowPlayer {
	display: block;
	width: 608px;
	height: 373px;
	text-align: center;
	margin: 0;
}
 
div.myFlowPlayer img {
	margin-top: 110px;
	border: 0;
}
/* info area */
div.myFlowPlayer div.info {
	height:40px;
	background:#000 url(/web/beijer_electronics.nsf/shared/bg_playerinfo.png/$file/bg_playerinfo.png) repeat-x;
	opacity:0.7;
	color:#fff;
	margin-top:45px;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:40px;
}
/* duration data inside info area */
div.myFlowPlayer div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}
/*************************************/
/*ACCORDION VERTICAL*/
/*************************************/
#accordion_v {
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-top:1px solid #dddddd;
	margin-left:0;
	margin-top:10px;
	width:388px;
}
#accordion_v h2 {
	background: #f1f1f1 url(/web/beijer_electronics.nsf/shared/arrow_blue_1_right.jpg/$file/arrow_blue_1_right.jpg) no-repeat scroll 2px 4px;
	font-weight:normal;
	margin:0;
	padding: 5px 10px 5px 19px;
	cursor:pointer;	
	border-top:1px solid #ffffff;
	border-bottom:1px solid #dddddd;
}
#accordion_v h2.current {
	background: #ffffff url(/web/beijer_electronics.nsf/shared/arrow_blue_1_down.jpg/$file/arrow_blue_1_down.jpg) no-repeat scroll 2px 4px;
	cursor:default;
	color:#0067A8;
	border-bottom:1px solid #ffffff;
}
#accordion_v div.pane {
	background:#ffffff url(/web/beijer_electronics.nsf/shared/tab_gradient.jpg/$file/tab_gradient.jpg) repeat-x scroll 0 0;
	display:none;
	height: 140px;
	padding:5px 10px;
	overflow:hidden;
	border-bottom:1px solid #dddddd;
}
