.padding5{padding:20px 20px 0px 20px;}
.paddingbottom{padding-bottom:20px;}

/* bucket styles */
#overview .buckets .column .block {
	position: relative;
	min-height: 50px;
	_height: 50px;
	font-size: 12px;
	line-height: 1.5;
	-webkit-box-shadow: rgba(0,0,0,.4) 0 1px 4px;
	-moz-box-shadow: rgba(0,0,0,.4) 0 1px 4px;
	box-shadow: rgba(0,0,0,.4) 0 1px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fcfcfc;
	background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(255,255,255) 50%, rgb(240,240,240) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(50%,rgb(255,255,255)), color-stop(100%,rgb(240,240,240)));
	background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(255,255,255) 50%,rgb(240,240,240) 100%);
	background: -o-linear-gradient(top, rgb(255,255,255) 0%,rgb(255,255,255) 50%,rgb(240,240,240) 100%);
	background: -ms-linear-gradient(top, rgb(255,255,255) 0%,rgb(255,255,255) 50%,rgb(240,240,240) 100%);
}

.block {
	display: block;
	box-shadow: inset rgba(0,0,0,.3) 0 1px 3px;
	border: 1px solid #d9d9d9;
	background-image: url(../images/buystrip_bg.jpg);
}
.block:hover { text-decoration: none; background:#FFF}

.block p{padding:0px 0px 10px 0px;}
.block h3{
	color: #666;
	line-height: 50px;
}
.block h4{ font-weight:bold; margin-top:10px;}
.block li{
	line-height: 20px;
	font-size: 12px;
}

span.more { white-space: nowrap; color:#063; font-style: normal; font-weight:bold}
.downloadmore {color:#FFF;font-weight:bold}

/* Download Pullout */
.roundedbottom { border-radius: 0 0 4px 4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px; -moz-border-radius: 0 0 4px 4px; -o-border-radius: 0 0 4px 4px; -khtml-border-radius: 0 0 4px 4px; }

.big-blue-button {
	display: block;
	text-align: center;
	line-height: 38px\9;
	cursor: pointer;
	background-image: url(../images/nowdown2.gif);
}
.big-blue-button:hover {
	display: block;
	text-align: center;
	line-height: 38px\9;
	background-image: url(../images/nowdown1.gif);
}
.hero .download .big-blue-button { display:block; height:47px; *line-height:47px ;line-height:47px; font-size:1.285em; color:#fff; text-shadow:0 -1px 0 rgba(0,0,0,.6); _height:36px; _padding-top:11px;
	border:1px solid #4a86c1; border-top-color:#a0cff2; border-bottom-color:#1d569b;
	background:#408edb;
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(47,120,208)),color-stop(1, rgb(81,168,230)));
	background-image:-moz-linear-gradient(center bottom,rgb(47,120,208) 0%,rgb(81,168,230) 100%);
	box-shadow:rgba(0,0,0,.25) 0 1px 2px;
}
.hero .download:hover .big-blue-button,
.hero .download:active .big-blue-button { text-decoration:none; border:1px solid #376daa; background:#3a87d7;
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(42,106,184)),color-stop(1, rgb(71,149,204)));
	background-image:-moz-linear-gradient(center bottom,rgb(42,106,184) 0%,rgb(71,149,204) 100%);
}
.hero .download:active .big-blue-button {
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(42,106,184)),color-stop(1, rgb(71,149,204)));
	background-image:-moz-linear-gradient(center top,rgb(42,106,184) 0%,rgb(71,149,204) 100%);
	box-shadow:rgba(0,0,0,.25) 0 1px 1px;
}
.hero .download .big-blue-button img { vertical-align:text-bottom; margin-left:.25em; }
