/*sub menu line*/

.line 
{
	width:130px;
	height:1px; 
	display:block;
	position: relative;
	margin:0 0 8px 0;
	padding:0;
}

.sep .sub_menu_line 
{
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

.line * 
{
  margin: 0px;
  position: relative;
  z-index: 1; 
}


* html .sep .sub_menu_line 
{
  display: none;
}

* html .line 
{
	position:static;
}


* html .sep 
{
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/template_images/sub_menu_line.png', sizingMethod='scale');
}

/*sub menu arrow*/

.icon 
{
	width:8px;
	height:7px;
	float:left;
	margin:3px 0 0 0; 
	padding:0;
	position: relative;
}

.arrow .sub_menu_arrow
{
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

.icon * 
{
  margin: 0px;
  position: relative;
  z-index: 1;
}

* html .arrow .sub_menu_arrow 
{
  display: none;
}

* html .icon 
{
	position:static;
}

* html .arrow 
{
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/template_images/arrow_icon.png', sizingMethod='scale');
}

/*gadget background*/

.gadget_content * 
{
	margin: 0px;
	position: relative;
	z-index: 1;
}

* html .gadget_content 
{
	position:static;
}

.gadget_gradient .gadget_background_image 
{
	left: 0px;
	position: absolute;
	top: 0px;
  	width: 100%;
  	z-index: 0;
  	margin:0;
  	padding:0;
}

* html .gadget_gradient .gadget_background_image 
{
  display: none;
}

* html .gadget_gradient 
{
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../images/template_images/gadget_background.png', sizingMethod='scale');
}

/*gadget arrows*/

.gadget_arrow img
{
	left: 0px;
	position: absolute;
	top: 0px;
	width:21px;
	height:20px;
}

.gadget_arrow_icon * 
{
	margin: 0px;
  	position: relative;
}

* html .gadget_arrow_icon 
{
	position:static;
}

* html .gadget_arrow img
{
	display: none;
}

* html .gadget_arrow 
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../images/template_images/gadget_arrow.png', sizingMethod='scale');
}