@charset "utf-8";
/* CSS Document */

.plugin {
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	font-size: 14px;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	padding: 0px;
}
#plugin_menu {
	width: 150px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	overflow: hidden;
	height: 400px;
	clear: left;
	font-family: verdana, arial, sanf-serif;
	font-size: 16px;
}
#plugin_menu ul {
	padding-left: 30px;
}
#plugin_menu ul li {
	font-size: 14px;
}
#plugin_menu a{
	display: block;
	text-decoration: none; 
}
#plugin_menu a:link, #plugin_menu a:visited{
	color: black;
	padding-bottom: 10px;
}
#plugin_menu a:hover{
	color: red;
}
#plugin_menu a:active {
	color: red;
	font-weight: bold;
}
#plugin_menu a:link.current, #plugin_menu a:visited.current {
	color: red;
	font-weight: bold;
}
#selections {
	background-color: #666;
	clear: right;
	height: 35px;
	width: 100%;
	overflow: hidden;
	color: #EEE;
	text-align: center;
}
#select_buttons {
	padding-top: 7px;
}
.select_item {
	font-weight: bold;
	text-align: center;
	float: left;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 165px;
}
.buy_item {
	font-weight: bold;
	text-align: center;
	float: left;
	width: 100px;
	overflow: hidden;
	padding-top: 7px;
}
#selections a:link, #selections a:visited{
	color: #CCC;
}
#selections a:hover{
	color: #FFF;
}

.plugin a {
	text-decoration: none;
	color: #00E;
}

pre {
	font-size: 15px;
}
