#ideas { width: 20px; height: 20px; float: right; border: none; cursor: pointer;
	background: url(../images/ideas.png) top left no-repeat;
	*background: none;
	filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.nickstakenburg.com/projects/images/ideas.png', sizingMethod='crop');
}

#projects { width: 100px; height: 20px; float: right; border: none; cursor: pointer;
	background: url(../images/projects.png) top left no-repeat;
	*background: none;
	filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.nickstakenburg.com/projects/images/projects.png', sizingMethod='crop');
}

#projects span { color: #bb9c61; width: 75px; padding: 3px 5px 3px 20px; display: block; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }

#ideas span, #projects span { clear: both; display: block; }

.ideaTip ul { list-style-type: none; width: 100px;}
.ideaTip ul li { float: left; clear: both; background: #f8f4ca; display: block; }
.ideaTip ul li.top, .ideaTip ul li.bottom { float: left; clear: both; overflow: hidden; height: 6px; width: 100px; }
.ideaTip ul li.top { 
	background: url(../images/idea_top.png) top left no-repeat;
	*background: none;
	filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.nickstakenburg.com/projects/images/idea_top.png', sizingMethod='crop');
	}
.ideaTip ul li.bottom { 
	background: url(../images/idea_bottom.png) top left no-repeat;
	*background: none;
	filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.nickstakenburg.com/projects/images/idea_bottom.png', sizingMethod='crop');
	}
.ideaTip ul li a { color: #bb9c61; width: 75px; padding: 3px 5px 3px 20px; display: block; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; border-bottom: 1px solid #f0e9bc; }
.ideaTip ul li a:hover { background-color: #fdfadc; color: #bb9c61;}
.ideaTip ul li a.last { border-bottom: none;}

.ideaTip a.ideaStarbox { background: #f8f4ca url(../images/idea_icon_starbox.gif) top left no-repeat; }
.ideaTip a.ideaStarbox:hover { background: #fdfadc url(../images/idea_icon_starbox.gif) top left no-repeat; }
.ideaTip a.ideaPrototip { background: #f8f4ca url(../images/idea_icon_prototip.gif) top left no-repeat; }
.ideaTip a.ideaPrototip:hover { background: #fdfadc url(../images/idea_icon_prototip.gif) top left no-repeat; }
.ideaTip a.ideaLightview { background: #f8f4ca url(../images/idea_icon_lightview.gif) top left no-repeat; }
.ideaTip a.ideaLightview:hover { background: #fdfadc url(../images/idea_icon_lightview.gif) top left no-repeat; }

/* license */
#inlineDemo .explained { width: 300px; }
#inlineDemo p.intro { margin-bottom: 1.4em; }
#inlineDemo .purchase { list-style-type: none; float: left; margin-bottom: 6px; clear: both; }
#inlineDemo .purchase li { float: left; width: 350px; padding-left: 12px; }
body.projectStarbox #inlineDemo .purchase li { width: 300px;}
#inlineDemo .header { height: 40px; padding: 0; width: 100%; clear: both; }
#inlineDemo .header .description { float: left; height: 40px; }
#inlineDemo .header .price { margin-bottom: 6px; float: left; clear: both; color: #6372a7; font-weight: bold; font-size: 15px;}
#inlineDemo .notes { clear: both; }
#inlineDemo .info { clear: both; padding-bottom: 6px; }
#inlineDemo .info, #license .details { clear: both; }
#inlineDemo .details { margin-top: 3px; }
#inlineDemo h3 { font-size: 15px; color: #808080; margin-bottom: 2px; }
#inlineDemo h4 { font-size: 11px; line-height: 13px; color: #808080; }
#inlineDemo .domain { margin: 6px 0; }
.paypalBuynow { margin-bottom: 3px; }
.domaintext { border: 1px solid #d9d9d9; font-size: 11px; line-height: 13px; padding: 2px;}

/* license tooltip */
.prototip .licenseTip { width: 230px; color: #fff; }
.prototip .licenseTip .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }
.prototip .licenseTip .title { padding: 5px; }
.prototip .licenseTip .content { font: 11px Arial, Helvetica, sans-serif; padding: 5px;}

body.projectLightview .prototip .licenseTip .content { background: #6372a7; }
body.projectPrototip .prototip .licenseTip .content { background: #ff1e53; }
body.projectStarbox .prototip .licenseTip .content { background: dodgerblue; }
