#access-options-trigger {
	margin-top: 5px;
	font-size: 0.85em;
	cursor: pointer;
}
#awd-close {
	float: right;
	color: blue;
	cursor: pointer;
}
#access-widget-slide {
	height: 65px;
}
#access-widget {
	border: solid 1px Black;
	overflow: hidden;
	background-color: White;
	margin-bottom: 0px;
	margin-top: 5px;
	height: 55px;
	z-index:-9000;
}
#access-widget a {	
	text-decoration: none;
	font-weight: bold;
}

#access-widget-panel {
	margin: 10px;
}
#access-widget-panel p.title {
	font-weight: bold;
	width: 170px;
}
#access-widget-panel p.title,
#access-widget ul,
#access-widget li {
	float: left;
}
#access-widget li {
	list-style: none;
}

ul#awd-font-sizes {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 1.1em;
}
ul#awd-font-sizes div.option {
	color: Black;
	cursor: pointer;
	margin-left: 2px;
}
#awd-font-normal {
	margin-top: 5px;
	font-size: 1.5em;
}
#awd-font-bigger {
	margin-top: 4px;
	font-size: 1.7em;
}
#awd-font-biggest{
	font-size: 2em;
}

/* themes */
ul#awd-themes{
	margin: 5px 0px 0px 30px;
	padding: 0px;
}
ul#awd-themes li {
	margin-left: 4px;
}
ul#awd-themes div.option {
	display: block;
	font-size: 1.3em;
	padding: 0 3px 0 4px;
	line-height: 1.2em;	
	border: 1px solid;
}

#awd-theme-default,
#awd-theme-1,
#awd-theme-2 {
	cursor: pointer;
}

#awd-theme-default {
	color: #000;
	background: #fff;
}
#awd-theme-1 {
	color: Black;
	background: Orange;
}

#awd-theme-2 {
	color: #FF0;
	background: #000;
}

