#herobox #hero-content{background-color:#f0f0f0;background-image:url("mini-hero-bg.png?v=7f269bbbdb22");background-repeat:repeat;border:3px #fff solid}
#herobox #q{background-position:0 -10px;width:;}
#herobox #an{background-position:-150px -10px;width:;margin-left:50px}
#herobox #b{background-position:-280px -10px;width:;margin-left:40px}
#herobox #close{margin-top:10px;margin-right:10px;float:right;cursor:pointer}
#herobox #close a{padding:0 6px 3px 6px;margin:5px 0;font-size:16px;font-weight:bold;color:#fff !important;background-color:#222;line-height:1;vertical-align:baseline;text-decoration:none;font-family:Arial,Helvetica,sans-serif}
#herobox #blurb{font-size:105%;margin:20px;float:left;width:;}
#herobox #desc{margin-top:20px;margin-left:10px;float:left}
#herobox #desc b{display:block;padding-left:18px}
#herobox #hiw{list-style-type:none;display:inline-block}
#herobox #hiw li{padding:0;padding-top:90px;background-image:url("sprite-herobox.png?v=d173774f3a9f");background-repeat:no-repeat;display:inline-block;text-align:center;color:#6d6d6d;cursor:pointer;float:left}
#herobox-mini{width:;height:50px;margin:0 10px 10px 10px;border:1px #dfdfdf solid;background-color:#fff;font-size:110%;line-height:1.2;font-family:Arial,Liberation Sans,DejaVu Sans,sans-serif}
#herobox-mini #hero-content{height:44px;background-color:#f0f0f0;background-image:url("mini-hero-bg.png?v=7f269bbbdb22");background-repeat:repeat;border:3px #fff solid}
#herobox-mini #close{margin-top:2px;margin-right:2px;cursor:pointer}
#herobox-mini #close a{padding:0 6px 3px 6px;margin:0;font-size:16px;font-weight:bold;color:#808080 !important;line-height:1;vertical-align:baseline;text-decoration:none}
#herobox-mini #blurb{padding:0 5px;width:;display:table-cell;vertical-align:middle;height:44px}
#herobox-mini #controls{float:right;display:table-cell;line-height:3em}

/*input,select,button,.button,a.button:link,a.button:visited{border:1px solid #999;font-size:100%;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif}input{margin:5px 0 5px 0;padding:3px}input[type="button"],input[type="submit"],.button,a.button:link,a.button:visited{padding:.3em .6em;box-shadow:0 2px 1px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.4) inset;background-color:#333;color:#fff;border:1px solid #000 !important;border-radius:3px;text-decoration:none}pre{padding:5px;font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;margin-bottom:10px;background-color:#eee;overflow:auto;width:auto;width:650px !ie7;padding-bottom:20px !ie7;max-height:600px}*/


.buttonn {
	font-family: 'Droid Sans', sans-serif;
	-webkit-border-radius: 15px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin: 5px;
	border: 1px solid rgba(0,0,0,0.4) ;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5),
				0 0 1px 1px rgba(255,255,255,0.8),
				0 0 0 6px rgba(0,0,0,0.06),
				0 0 0 3px rgba(0,0,0,0.1);
	cursor: pointer;
	outline:none;
}
.title {
	padding: 10px;
	float: left;
	color: #fff;
	font-weight: 800;
	font-size: 18px;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	/*text-transform: titlecase;*/
	border-right: 1px solid rgba(255,255,255,0.3);
}
.price {
	padding: 10px;
	float: left;
	color: rgba(0,0,0,0.4);
	font-weight: 800;
	font-size: 20px;
	text-shadow: 1px 1px rgba(255,255,255,0.3);
	text-transform: uppercase;	
	border-left: 1px solid rgba(0,0,0,0.2);
}

/* colors */

.green {
	background: rgb(143,200,0);
	
	background: -moz-linear-gradient(top,  rgba(143,200,0,1) 0%, rgba(102,142,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(143,200,0,1)), color-stop(100%,rgba(102,142,0,1)));
	background: -webkit-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
	background: linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#668e00',GradientType=0 );
}
.green:hover {
	background: rgb(102,142,0);
	
	background: -moz-linear-gradient(top,  rgba(102,142,0,1) 0%, rgba(143,200,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,142,0,1)), color-stop(100%,rgba(143,200,0,1)));
	background: -webkit-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
	background: linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#668e00', endColorstr='#8fc800',GradientType=0 );
}
/*.small.button, .small.button:visited{ font-size: 11px}
.button, .button:visited,
.medium.button, .medium.button:visited{ font-size: 13px;font-weight: bold;line-height: 1;text-shadow: 0 -1px 1px rgba(0,0,0,0.25);}
.large.button, .large.button:visited { font-size: 14px;padding: 8px 14px 9px; }
.super.button, .super.button:visited { font-size: 34px;padding: 8px 14px 9px; }
.pink.button, .magenta.button:visited   { background-color: #e22092; }
.pink.button:hover{ background-color: #c81e82; }
.green.button, .green.button:visited{ background-color: #91bd09; }
.green.button:hover{ background-color: #749a02; }
.red.button, .red.button:visited{ background-color: #e62727; }
.red.button:hover{ background-color: #cf2525; }
.orange.button, .orange.button:visited  { background-color: #ff5c00; }
.orange.button:hover{ background-color: #d45500; }
.blue.button, .blue.button:visited{ background-color: #2981e4; }
.blue.button:hover{ background-color: #2575cf; }
.yellow.button, .yellow.button:visited{ background-color: #ffb515; }
.yellow.button:hover{ background-color: #fc9200; }*/