/* UNIVERSAL */
html, body {
	margin: 0;
	padding: 0;
}
#container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 30px;
	z-index: 1;
}
.invisible {
	display: none;
}
.visible {
	display: block;
}
#nodragimage {
	
}
#dragdiv {
	background-color: #000000;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 14px;
	padding: 2px;
	max-width: 200px;
}
.indent {
	text-indent: 5px;
}
.clear {
	clear: both;
}
.imageinlink {
	border: none;
}
#lightboxdiv {
	position: absolute;
	border: 2px solid #000000;
	z-index: 3000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	background-color: #FFFFFF;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
}
.lightboxtop {
	height: 28px;
	background: #000000;
	border-bottom: 4px solid #449FC1;
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 8px;
	text-indent: 5px;
	 -khtml-user-drag: element;
}
.lightboxmiddle {
	overflow: auto;
	margin: 5px;
}
#lightboxclose {
	background-image: url(images/cancel.png) !important;
	cursor: pointer;
	height: 16px;
	width: 16px;
	float: right;
	margin: 10px 5px 0 0;
}
.modernbrowsers {
	font-size: 14px;
	margin: 10px 20px;
	text-align: center;
}
.modernbrowserlinks {
	margin: 40px 0 0 130px;
	text-align: center;
}
.modernbrowserlink {
	float: left;
}
.modernbrowserlink a {
	display: block;
	margin-right: 20px;
}
#firefoxmodern {
	height: 100px;
	width: 100px;
	float: left;
	background: url(images/firefox.jpg) no-repeat;
	outline: none;
}
#safarimodern {
	height: 100px;
	width: 100px;
	float: left;
	background: url(images/safari.jpg) no-repeat;
}
#chromemodern {
	height: 100px;
	width: 100px;
	float: left;
	background: url(images/chrome.jpg) no-repeat;
}
#peril {
	margin: 120px 0 0 10px;
}
#peril span {
	color: #0463FF;
	cursor: pointer;
}
#peril span:hover {
	text-decoration: underline;
}
.standardbutton {
	font-size: 12px;
	padding: 5px 10px;
	line-height: 20px;
	text-align: center;
	border: #000000;
	background-color: #449FC1;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
}
.standardbutton:hover {
	background-color: #000000;
	text-decoration: none;
}
/* TOP */
#top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 12;
}
#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 184px;
	height: 24px;
}
#resetbutton {
    float: right;
    margin: 12px 15px 0 0;
    width: 16px;
    height: 16px;
    background: url(images/sport_golf.png) no-repeat;
    cursor: pointer;
}
#userlog {
    float: right;
    margin: 10px 10px 0 0;
}
#logout {
	float: right;
	margin-left: 5px;
	padding-left: 5px;
}
#loggedin {
	float: right;
}
#createaccount {
	float: right;
	cursor: pointer;
	padding: 0 10px;
    line-height: 20px;
    text-align: center;
    border: #000000;
    background-color: #449FC1;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    max-width: 200px;
    margin-left: 5px;
}
#createaccount a {
    color: #FFFFFF;
}
#createaccount a:hover {
    color: #000000;
    text-decoration: none;
}
#login {
	float: right;
	cursor: pointer;
	padding: 0 10px;
    line-height: 20px;
    text-align: center;
    border: #000000;
    background-color: #449FC1;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#login:hover {
    color: #000000;
}
/* LEFT */
#left {
	position: absolute;
	top: 44px;
	left: 0;
	bottom: 0;
	width: 275px;
	z-index: 16;
	overflow: auto;
}
.leftclosed {
	-webkit-transition: height .1s linear;
	height: 0 !important;
	overflow: hidden;
}
.leftremove {
	height: 16px;
	width: 16px;
	float: left;
	margin-left: 21px;
}
.leftchild {
	height: auto;
}
.leftsection {
	padding: 4px 10px;
	cursor: default;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-indent: 5px;
	 -khtml-user-drag: element;
	 display: block;
	 outline: none;
}
.leftsectionparent {
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.leftsectionchild {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
}
.leftsection:hover {
	text-decoration: none;
}
#leftrightdrag {
	position: absolute;
	top: 44px;
	left: 275px;
	bottom: 0;
	width: 8px;
	cursor: ew-resize;
	 -khtml-user-drag: element;
}
.arrowexpanded {
	background-image: url(images/nav-arrow-expanded.png) !important;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: left;
}
.arrowcollapsed {
	background-image: url(images/nav-arrow-collapsed.png) !important;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: left;
}
.leftperson {
	background-image: url(images/icons.png) !important;
	background-repeat: no-repeat;
	background-position: -1157px -5px;
	width: 16px;
	height: 16px;
	margin-left: 21px;
	float: left;
}
.activityicon {
	background-image: url(images/icons.png) !important;
	background-repeat: no-repeat;
	background-position: -406px -5px;
	width: 16px;
	height: 16px;
	margin-left: 21px;
	float: left;
}
.leftnumber {
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#449FC1;
	color:#FFFFFF;
	float:right;
	font-weight:bold;
	padding: 0 5px 0 0;
	text-align:center;
}
/* RIGHT */
#right {
	position: absolute;
	top: 44px;
	left: 283px;
	right: 2px;
	bottom: 0;
	z-index: 20;
	overflow: auto;
}
#skinchooser {
	float: right;
	margin: 10px;
}
.skin {
	float: right;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	cursor: pointer;
}
#chooseskin {
	float: right;
	margin-right: 5px;
}
.bentoskin {
	background-color: #08090B;
}
.chromeskin {
	background-color: #E0ECFF;
}
.xskin {
	background-color: #CCCCCC;
}
.spblackskin {
	background-color: #000000;
}
#addfeed {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	text-align: center;
}
#addfeedtext {
	font-size: 24px;
}
#addfeedinput {
	font-size: 20px;
	margin: 10px 0 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px;
}
#addfeedsubmit {
	margin-left: 5px;
}
#addfeedindicator {
	margin: 60px auto 0 auto;
	display: none;
}
#topfeeds {
	position: absolute;
	left: 20px;
	top: 200px;
}
#topfeedtext{
	font-size: 20px;
	border-bottom: 2px solid #000000;
	margin-bottom: 10px;
}
.topfeed {
	display: block;
	margin: 5px 0;
}
.playlistitem {
	margin: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 -khtml-user-drag: element;
}
.playlistitemdate {
	float: right;
	font-size: 12px;
	margin: 10px;
}
.playlistitemtitle {
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
}
.playlistitemimage {
	float: right;
	margin: 10px 10px 0 10px;
}
.playlistitemdescription {
	font-size: 14px;
	margin: 10px;
	width: 80%;
	max-width: 700px;
	line-height: 18px;
	min-height: 80px
}
.playlistitemsong {
	width: 100%;
	height: 41px;
	margin-top: 20px;
}
.playlistitemsongtop {
	text-transform: uppercase;
	font-size: 10px;
	padding: 5px 10px 0 10px;
	text-align: center;
}
.playlistitemsongbottom {
	padding: 2px 10px 5px 10px;
	height: 17px;
	text-align: center;
	font-weight: bold;
}
.playlistitemsongitem {
	float: left;
}
.playlistitemplaybutton {
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
	margin-left: 5px;
}
.playlistitemsongtitle {
	float: left;
	margin-right: 5px;
	font-size: 14px;
}
.rightdragover {
	background-color: blue;
}
#rightcdlpwrapper {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	padding-bottom: 10px;
}
#rightcdlploader{
	width: 100%;
	height: 14px;
	margin-top: 50px
}
#rightcdlprotationwrapper {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	padding-bottom: 10px;
}
.cdlpalbumc {
	width: 204px;
	cursor: pointer;
	float: left;
	 -khtml-user-drag: element;
	 position: relative;
}
.cdlpbottom {
	width: 204px;
	height: 35px;
	padding-top: 5px;
	text-align: center;
}
.cdlpalbumtitle {
	font-weight:bold;
	text-transform:uppercase;
	width:204px;
	margin: 2px 2px 2px 2px;
	overflow: hidden;
	height: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cdlpalbumartist {
	font-weight:bold;
	text-transform:uppercase;
	width:204px;
	font-size: 11px;
	overflow: hidden;
	height: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 2px;
}
.cdlpalbuminfo {
	width: 204px;
	float: left;
}
.cdlpalbumpageleft {
	float:left;
	margin: 10px 0 0 10px;
	width: 214px;
}
.cdlpalbumdescription {
	margin-top: 10px;
	float: left;
	padding: 0 4px;
}
.cdlpalbumpageright {
	float: left;
	margin-top: 10px;
}
.albumsong {
	padding: 3px 0;
	text-indent: 5px;
	font-size: 12px;
	cursor: default;
	overflow: hidden;
	height: 16px;
	line-height: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	z-index: 21;
	width: 400px;
}
.albumsongtitle {
	margin-left: 10px;
	float: left;
	
}
.albumsongplay {
	/*margin-top: 6px;*/
}
.cdlpsong {
	cursor:pointer;
	height:29px;
	line-height:29px;
	overflow:hidden;
	padding-left:6px;
	padding-right:35px;
	width: 413px;
	font-size: 12px;
}
.cdlpsongseperator {
	height:1px;
	overflow:hidden;
}
.peopleicon {
	padding: 4px;
	float: left;
	margin: 10px;
	width: 50px;
	height: 50px;
}
.peoplesn {
	font-weight: bold;
	font-size: 14px;
	margin: 10px 10px 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-indent: 22px;
}
.peoplestatus {
	font-style: italic;
	overflow: hidden;
	white-space: nowrap;
}
.peopleheader {
	height:127px;
	left:0;
	overflow:hidden;
	position:absolute;
	right:0;
	top:10px;
}
.peoplebody {
	position: absolute;
	top : 127px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
}
.peopleheaderleft {
	float: left;
	width: 300px;
}
.peopleheaderright {
	float: right;
	margin-top: 20px;
}
.peopleheaderlink {
	float: left;
	margin-right: 10px;
	font-size: 18px;
	padding-right: 10px;
}
.peopleheaderlinkright {
	border: none;
}
.rightpeoplegroup {
	margin: 10px;
}
.peoplerighttitle {
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.peoplecontainer {
	float: left;
	height: 80px;
	width: 280px;
	margin: 0 10px 10px 0;
	cursor: pointer;
	-moz-border-radius: 5px;
}
.peoplestatuscontainer {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 10px;
}
.chattop {
	position: absolute;
	left: 0;
	right: 0;
	top: 90px;
	bottom: 130px;
	overflow: auto;
}
.chatbottom {
	position: absolute;
	left: 2%;
	width: 95%;
	bottom: 2px;
	height: 100px;
	padding: 5px;
}
.chatentry {
	width: 98%;
	height: 90%;
	left: 1%;
	top: 4%;
	position: absolute;
}
.chatline {
	margin: 10px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
}
.chaticon {
	float: left;
	margin-right: 10px;
}
.chattimestamp {
	float: right;
	margin: 5px 10px 0 10px;
}
.chattext {
	margin: 5px;
}
.historysong {
	cursor:pointer;
	height:29px;
	line-height:29px;
	overflow:hidden;
	padding-left:6px;
	padding-right:35px;
	width: 413px;
	font-size: 12px;
}
.chartsheader {
	font-size: 16px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.chartitem {
	font-size: 14px;
	margin: 5px 0;
}
.charts {
	width: 445px;
}
.historyheader {
	height: 16px;
	line-height: 16px;
}
.historyheaderitem {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	float: left;
	text-transform: capitalize;
}
.historytrackitem {
	font-size: 12px;
	text-align: left;
	float: left;
	padding: 2px 0;
	text-indent: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 18px;
	line-height: 18px;
}
.historyplay {
	width: 10%;
	max-width: 50px;
}
.historytitle {
	width: 30%;
}
.historyartist {
	width: 25%;
}
.historyalbum {
	width: 25%;
}
.historydate {
	width: 10%;
}
.feedbackitem {
	margin: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-user-drag: element;
}
.feedbackitemdate {
	float: right;
	font-size: 12px;
	margin: 10px;
}
.feedbackitemtitle {
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
}
.feedbackitemdescription {
	font-size: 14px;
	margin: 10px;
	width: 80%;
	max-width: 700px;
	line-height: 18px;
	min-height: 80px;
}
.feedbackcommentitem{
	font-size: 14px;
	margin: 10px;
	width: 80%;
	max-width: 700px;
	line-height: 18px;
}
.feedbackitemvote {
	width: 100%;
	height: 41px;
	margin-top: 10px;
}
.feedbackitemvotetop {
	text-transform: uppercase;
	font-size: 10px;
	padding: 5px 10px 0 10px;
	text-align: center;
}
.feedbackitemvotebottom {
	padding: 2px 10px 5px 10px;
	height: 17px;
	text-align: center;
	font-weight: bold;
}
.feedbackitemvoteitem {
	float: left;
}
.feedbackitemvotes {
	float: left;
	width: 100%;
}
.feedbackitemvoteup {
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
}
.feedbackitemvotedown {
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
}
.feedbackitemcomment {
	margin-left: 10px;
	cursor: pointer;
	display: inline-block;
}
#createnewfeedback {
	margin: 10px;
	font-size: 16px;
	
	display: inline-block;
	
	padding: 10px 20px;
	line-height: 20px;
	text-align: center;
	border: #000000;
	background-color: #449FC1;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.genrepane {
	position: absolute;
	left: 0;
	top: 0;
	width: 33.3%;
	height: 50%;
	z-index: 28;
}
.librarypanetop {
	width: 100%;
	top : 0;
	left : 0;
	height: 16px;
	line-height: 16px;
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.librarypanebottom {
	width: 100%;
	top: 16px;
	left: 0;
	bottom: 0;
	position: absolute;
	overflow: auto;
}
.artistpane {
	position: absolute;
	top: 0;
	left: 33.3%;
	width: 33.3%;
	height: 50%;
	overflow: auto;
	z-index: 27;
}
.albumpane {
	position: absolute;
	top: 0;
	left: 66.6%;
	width: 33.4%;
	height: 50%;
	overflow: auto;
	z-index: 26;
}
.songpane {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	height: 48%;
	overflow: auto;
	z-index: 29;
}
.libraryitem {
	padding: 2px;
	text-indent: 5px;
	font-size: 12px;
	cursor: default;
	overflow: hidden;
	height: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	z-index: 21;
}
.rightmiddlemessage {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	font-size: 20px;
}
.winamploginbutton {
	padding: 10px 20px;
	line-height: 20px;
	text-align: center;
	border: #000000;
	background-color: #449FC1;
	color: #FFFFFF;
	margin: 10px auto 0 auto;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	max-width: 100px;
}
.winampremotedownload {
	background-image: url(images/winampremotedownload.png);
	width: 522px;
	height: 240px;
	display: block;
	margin: 100px auto 0 auto;
}
.winamploginbutton:hover {
	background-color: #000000;
}
.downloadwinampremote {
	font-size: 14px;
	margin-top: 20px;
}
.playqueuetop {
	position: absolute;
	top : 60px;
	left: 0;
	right: 0;
	height: 247px;
	overflow: hidden;
}
.queuetopbar {
	background-color:#E5E5E5;
	font-size:18px;
	height:40px;
	line-height:40px;
	margin:10px;
}
.queuetopbar div, .queuetopbar a {
	margin: 10px;
}
.queuetopbutton {
	float: right;
	padding: 5px 10px;
	line-height: 12px;
	text-align: center;
	border: #000000;
	background-color: #449FC1;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	display: block;
	text-decoration: none;
}
.queuetopbutton:hover {
	background-color: #000000;
	text-decoration: none;
}
.queuefunctionbutton {
	float: left;
	margin-right: 10px;
} 
.playqueuetopleft {
	float: left;
	height: 210px;
}
.playqueuecoverartdiv {
	width: 200px;
	height: 200px;
	margin: 0 10px;
	position: relative;
	-khtml-user-drag: element;
}
#playqueuecoverart {
	padding: 4px;
	-khtml-user-drag: element;
}
.cdlpcoverart {
	-khtml-user-drag: element;
}
.playqueuetopright {
	float: left;
	margin-left: 10px;
}
.playqueuebottom {
	position: absolute;
	top : 302px;
	left: 10px;
	right: 10px;
	bottom: 0;
	overflow: auto;
}
.playqueueheader {
	height: 20px;
	margin: 10px 10px 0 10px;
	border: 1px solid #CCCCCC;
	position: relative;
}
.playqueueinnerheader {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.playqueueheaderitem {
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}
.playqueueitem {
	float: left;
	text-indent: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: default;
}
.playqueueitemplay {
	width: 10%;
	max-width: 18px;
	margin-left: 2px; 
}
.playqueueitemforty {
	width: 40%;
}
.playqueueitemthirtyfive {
	width: 35%;
}
.playqueueitemthirty {
	width: 30%;
}
.playqueueitemtwentyfive {
	width: 25%;
}
.playqueueitemtwenty {
	width: 20%;
}
.playqueueitemfifteen {
	width: 15%;
}
.playqueueitemten {
	width: 10%;
}



.playqueueitemsongtitle {
	width: 35%;
}
.playqueueitemartist {
	width: 20%;
}
.playqueueitemalbum {
	width: 20%;
}
.playqueueitemsource {
	width: 20%;
}
.playqueuetrack, .playsongstrack {
	width: 100%;
	height: 18px;
	line-height: 18px;
}
.feedbackauthor {
	margin: 10px;
	font-size: 14px;
	border-top: 1px dotted #CCCCCC;
	padding-top: 10px;
}
.feedbackitemcommentcount {
	margin: 0 0 5px 10px;
	font-size: 14px;
}
.feedbacktitletext {
	font-size: 18px;
	margin-bottom: 5px;
}
#feedbacktitle{
	border: 1px solid #CCCCCC;
	font-size: 16px;
	width: 98%;
	padding: 3px;
}
.feedbackdescriptiontext {
	font-size: 18px;
	margin: 10px 0 5px 0;
}
#feedbackdescription {
	border: 1px solid #CCCCCC;
	font-size: 16px;
	width: 98%;
	padding: 3px;
}
#feedbackbutton {
	float: right;
	padding: 10px 20px;
	line-height: 20px;
	text-align: center;
	border: #000000;
	background-color: #449FC1;
	color: #FFFFFF;
	margin-top: 10px;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#feedbackbutton:hover {
	background-color: #000000;
}
#aimloginbutton {
	padding: 10px 20px;
	line-height: 20px;
	text-align: center;
	border: #000000;
	background-color: #449FC1;
	color: #FFFFFF;
	margin: 10px auto 0 auto;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	max-width: 200px;
}
#aimloginbutton:hover {
	background-color: #000000;
}
.aimloginmessage {
	margin: 20px auto 0 auto;
	background: url(http://o.aolcdn.com/art/sp/sp-infographic-aim) no-repeat;
	width: 500px;
	height: 140px;
}
.iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.albumone {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}
.albumtwo {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}
.albumthree {
	font-size: 16px;
	margin-bottom: 5px;
}
.albumfour {
	margin-top: 10px;
	font-size:12px;
	height:85px;
	margin-bottom:10px;
	overflow:hidden;
	width:300px;
}
.albumplaybutton {
	position: absolute;
	left: 10px;
	top: 180px;
	background: url(images/icons.png) no-repeat -100px -5px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.actionbox {
	width: 40px;
	height: 20px;
	background-color: #FFFFFF;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	z-index: 200;
}
.actionboxopen {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}
.actionboxcog {
	background: url(images/icons.png) no-repeat -1103px -5px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin:2px 0 0 6px;
	float: left;
}
.actionboxarrow {
	background: url(images/icons.png) no-repeat -854px -5px;
	width: 13px;
	height: 16px;
	cursor: pointer;
	margin:2px 0 0 0;
	float: left;
}
#actionboxmenu {
	width: 190px;
	height: 0;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	z-index: 11;
	position: absolute;
	background-color: #FFFFFF;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.actionboxmenuitem {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	color: #000000;
	cursor: default;
	text-indent: 5px;
	display: block;
	text-decoration: none;
}
.actionboxmenuitem:hover {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}
.actionboxmenuicon {
	background: url(images/icons.png) no-repeat -406px -5px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin:2px 0 0 6px;
	float: left;
}
.actionmenuwrapper {
	margin-top: 5px;
}
.actionboxcdlp {
	position: absolute;
	top: 177px;
	left: 160px;
}