/* -----------------------------

Title : print.css

----------------------------- */

/* uncomment the rule below and add any id which you do not want to print */
 #mainnav, #secondary-content, #mininav, .more, #flash, #previousslide, nextslide, #free-button, #footer-nav, #screens, #photo  {
	display: none;
} 

img a, img, a {
    border: none;
}


/* pricing table */


table#pricing {
	
	border-collapse: collapse;
	width: 625px;
	margin: 2em 0;
	
}

table#pricing td, th {
	padding: 8px;
	border: 1px solid #666;
	text-align: center;
	font-weight: bold;
}

table#pricing th {
	font-weight: bold;
}

tr.options th {
	text-align: right;
	white-space: nowrap;
}

tr#plans th {
	width: 33%;
	padding: 1em;
	font-size: 1.75em;
	font-style: italic;
}



tr#plans-header td {
	border-right: none;
}

tr#plans-header th h3 {
	font-size: 2em;
	background-color: #40b8d4;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	padding: 0;
	margin: .5em 0 .5em 0;
	
}

tr#plans-header th {
	padding: .5em;
	background-color: #900;
}

tr#plans-header p {
	margin: 0;
	color: #fff;
	letter-spacing: 1px;
}

tr#signup td {
	padding: 0;
}

tr#signup td {
	
}

tr#signup a {
	padding: 15px;
	display: block;
	text-decoration: none;
	font-size: 1.3em;
}

tr#signup a:hover {
	background-color: #900;
	color: #fff;
}


tr#signup-button div {
	width: 218px;
	margin: 0 auto;
}


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}


