/**** SIDEBAR CALLOUTS ****/

#sidebar .callout {
	margin-top: 15px;
}

#sidebar div.callout {
	padding: 15px;
	width: 198px;
}

#sidebar div.callout h3 {
	font-size: 18px;
	color: #1859a2;
	font-weight: normal;
	margin-top: 0;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 7px;

}

#sidebar div.callout ul {
	padding: 0 0 0 15px;
	color: #333333;
}

a.callout-bizspark,
a.callout-bizspark:link,
a.callout-bizspark:visited {
	float: left;
	width: 230px;
	height: 107px;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	background: url(/images/callouts/callout-sidebar-bizspark.png) left top no-repeat;
}

a.callout-websitespark,
a.callout-websitespark:link,
a.callout-websitespark:visited {
	float: left;
	width: 230px;
	height: 120px;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	background: url(/images/callouts/callout-sidebar-websitespark.png) left top no-repeat;
}

div.prepay p {
	font-style: italic;
	margin: 8px 0 0 0;
	background: url(/images/tickmark.gif) left top no-repeat;
	padding: 0 0 0 20px;
}


#sidebar div.specials {
	color: #373737;
	font-weight: bold;
	background: url(/images/callouts/callout-sidebar-specials.png) 167px 10px no-repeat;
}

#sidebar div.specials a,
#sidebar div.specials a:link,
#sidebar div.specials a:visited {
	color: #373737;
	padding: 10px 10px 0 10px;
	width: 208px;
	display: block;
	float: left;
}

#sidebar div.specials a:hover {
	text-decoration: none;
}

#sidebar div.specials h4 {
	font-size: 17px;
	margin: 0 0 8px 0;
}

#sidebar div.specials p {
	margin: 0;
}

#sidebar div.specials p.cta {
	margin: 4px -10px 0;
	background: #348bd5;
	padding: 3px 10px;
	color: #FFFFFF;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}

#sidebar div.specials p.cta span {
	background: url(/images/callouts/callout-cta-triangle-onblue.png) right 50% no-repeat;
	padding-right: 15px;
}

#sidebar div.specials p span.price {
	font-size: 17px;
	font-weight: bold;
}

#sidebar div.specials p span.month {
	font-size: 10px;
	font-weight: normal;
}

#sidebar div.survey {
		background: url(/images/callouts/callout-sidebar-survey.png) left top no-repeat;

}

#sidebar div.survey a,
#sidebar div.survey a:link,
#sidebar div.survey a:visited {
	width: 228px;
	height: 85px;
	overflow: hidden;
	text-indent: -999em;
	display: block;
}

/**** END SIDEBAR CALLOUTS ****/

#callout-gogrid-inline {
	display: block;
	background: url(/images/callout-gogrid-inline.png) top left no-repeat;
	width: 156px;
	height: 165px;
	overflow: hidden;
	text-indent: -999em;
	margin-left: 8px;
	float: right;
}

#callout-scaling-cloud-servers {
	display: block;
	background: url(/images/callout-scaling-cloud-servers.png) top left no-repeat;
	width: 156px;
	height: 165px;
	overflow: hidden;
	text-indent: -999em;
	margin-left: 8px;
}

li#cloud-hosting-callout-li a {  /*compensates for the existing padding/margin on the <li> (coud-hosting left nav only) */
	margin-left: 0;
}

#callout-cloud-connect {
	display: block;
	background: url(/images/callout-cloud-connect.png) top left no-repeat;
	width: 156px;
	height: 200px;
	text-indent: -999em;
	overflow: hidden;
	margin-left: 8px;
}

#callout-bizspark {
	display: block;
	background: url(/images/callout-bizspark-new.png) top left no-repeat;
	width: 156px;
	height: 165px;
	overflow: hidden;
	text-indent: -999em;
	margin-left: 8px;
}

/******* Support Pages Callouts ******/

#callout-support-hosting {
	float: right;
	width: 250px;
	height: 200px;
	border: 1px solid #888888;
	text-align: right;
	position: relative;
	margin: 0 0 10px 10px;
}

.linux-bkg {
	background: url(/images/callout-support-linux-hosting.jpg) left top no-repeat;
}

.windows-bkg {
	background: url(/images/callout-support-windows-hosting.jpg) left top no-repeat;
}

#callout-support-hosting ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

#callout-support-hosting a,
#callout-support-hosting a:link,
#callout-support-hosting a:visited {
	font-size: 11px;
	text-decoration: none;
	background: url(/images/dedicated-servers/arrow-upgrade-closed.png) right 50% no-repeat;
	padding: 2px 11px 2px 0;
	color: #333333;
}

#callout-support-hosting a:hover {
	color: #0066FF;
}