/* Default r.a.d.panelbar 4 Popcorn skin */

.RadPanelbar_Popcorn
{
	background: white;
	white-space: nowrap;
	width: 223px !important;
	font: normal 10px Verdana, Arial, Sans-serif;
	font-weight: normal !important;
	border: solid 1px #000;
	border-top: 0;
}

.RadPanelbar_Popcorn .text
{
	padding-left: 48px;
	background: #fff url('Img/item.gif') no-repeat 7px center;
}

.RadPanelbar_Popcorn .link:hover .text
{
    background: #fff url('Img/selected.gif') no-repeat 7px center;
}

.RadPanelbar_Popcorn .group .expandable .text
{
	background: transparent url("Img/expandable.gif") no-repeat 210px center;
}

.RadPanelbar_Popcorn .image
{
	margin: 4px 0px;
}

.RadPanelbar_Popcorn .rootGroup .expanded
{
    line-height: 30px;
    overflow: hidden !important;
    height: 30px !important;
    color: black;
}

.RadPanelbar_Popcorn .rootGroup .selected .text
{ 
	color: black !important;
	background: #fff url('Img/selected.gif') no-repeat 7px center;
}

.RadPanelbar_Popcorn .group .last .link,
.RadPanelbar_Popcorn .group .last .link:hover
{
	border-bottom: 0;
}

.RadPanelbar_Popcorn .group .link
{
	line-height:30px;
	color: black;
	border-bottom: solid 1px black;
}

.RadPanelbar_Popcorn .group .first .link
{
	border-top: solid 1px black;
}

.RadPanelbar_Popcorn .group .level2 .first .link
{
	border-top: 0;
}

.RadPanelbar_Popcorn .group .selected
{
	background: white;
	text-decoration: none;
	color: black;
}

.RadPanelbar_Popcorn .group .expanded .text
{
	background: white;
	color: black;
}

.RadPanelbar_Popcorn .group .selected .text
{ 
	color: black;
	background: #fff url('Img/selected.gif') no-repeat 7px center;
}

.RadPanelbar_Popcorn .level2 .text
{
	line-height: 20px;
	margin-left: 20px;
	padding-left: 24px;
	color: black;
	background: white;
}

.RadPanelbar_Popcorn .level2
{
    background-color: white;
}

.RadPanelbar_Popcorn .level2 .selected .text
{
	margin-left: 20px;
	padding-left: 24px;
}
