

/*LeftSideleftbar_Header_Text - If header type is text this is its class*/
.LeftSideleftbar_Header_Text {
	cursor:hand! important;
	font-family:arial! important;
	font-size:11px! important;
	font-weight:bold! important;
	color:#353535! important;
}
/*LeftSideleftbar_Footer_Text - If footer type is text this is its class*/
.LeftSideleftbar_Footer_Text {
	cursor:hand! important;
	font-family:arial! important;
	font-size:11px! important;
	font-weight:normal! important;
	color:#353535! important;
}
/*Is the class that configures the section in witch a category exists, it includes the category text and the category icon. use this class to set the style for bouth sections*/
.LeftSideleftbar_menuOut {
	cursor:pointer! important;
	width:160px! important;
	display: block! important;
	background-color:#ffffff! important;
	border-top:1px solid #E1E1E1;
}
/*Menu over for LeftSideleftbar_menuOut class*/
.LeftSideleftbar_menuOver {
	cursor:pointer! important; 
	width:160px! important; 
	display: block! important;
	color:#353535! important;
	background-color:#ffffff! important;
	border-top:1px solid #E1E1E1! important;
}
/*Is the class that configures the category text*/
.LeftSideleftbar_category {
	cursor:hand! important;
	font-family:arial! important;
	font-size:11px! important;
	font-weight:normal! important;
	color:#353535! important;
}
/*Category chosen for LeftSideleftbar_category class*/
.LeftSideleftbar_categoryChosen {
	cursor:hand! important;
	font-family:arial! important;
	font-size:11px! important;
	font-weight:normal! important;
	color:#353535! important;
}
/*The games submenu inside every category*/
.LeftSideleftbar_submenu {
	width:160px! important; 
	font-family:arial! important; 
	font-size:11px! important; 
	padding-left:8px! important; 
	padding-top: 6px! important; 
	padding-bottom: 6px! important; 
	border-left: 1px solid #CECECE! important;
	border-right: 1px solid #CECECE! important; 
	border-bottom:none! important; 
	border-top: 1px solid #E1E1E1! important;
}
/*Game link*/
A.LeftSidegame {
	font-family: verdana! important; 
	font-size: 10px! important; 
	color:#656565! important; 
	font-weight:normal! important;
}
/*Game link - Hover*/
A:Hover.LeftSidegame  {
	text-decoration: none! important;
}
/*Game link - Visited*/
A:Visited.LeftSidegame{
	color : #414141! important;
	background-color: transparent;
}
/*the cell that holds the game link*/
.LeftSideleftbar_cell{
	height: 20px ! important;
	font-family:verdana ! important; 
	font-size:11px ! important;
	font-size: 10px; 
	color:#656565; 
	font-weight:normal;
}
/*Icon that appears before the category, please note that some leftbar have an icon in category class. This class can also be used to create a padding affect for category*/
.LeftSideleftbar_icon_category{
	background-image: url(/graphics/blue/leftbar_arrow.gif);
	background-repeat: no-repeat;
	width:21px; 
	height:18px; 
	padding-left:0px; 
	position:relative;
	left:5px;
	display:none;
}
/*Icon chosen for LeftSideleftbar_icon_category class*/
.LeftSideleftbar_icon_categoryChosen{
	background-image: url(/graphics/blue/leftbar_arrow.gif);
	background-repeat: no-repeat;
	width:21px; 
	height:18px; 
	padding-left:0px; 
	position:relative;
	left:5px;
	display:none;
}
/*Leftbar header section*/
.LeftSideFeaturedGamesHeader {
	width:160px! important;
	display: block! important;
	background-color:#ffffff! important;
	border-top:1px solid #E1E1E1;
	border-top:none; 
	height:21px; 
	padding-top: 6px; 
	padding-left: 0px;
	background-image: url(/skin/images/leftbar_top145.gif);
	background-repeat: no-repeat;
}
/*Leftbar footer section, used primarly to support an image*/
.leftbar_border_bottom {
	width:160px ! important;
	height:43px ! important;
	display: block ! important;
	background-color:#ffffff ! important;
	border-top:1px solid #E1E1E1;
	background-image: url(/graphics/blue/leftbar_bottom145.gif);
	background-repeat: no-repeat;
	visibility:hidden;
}
