/*
Title: RainRecording.com screen styles
Date Modified: 9/17/2007
--
Author: Rain Recording
Contact: http://rainrecording.com/contact
--
Table of Contents:
	"Stealth mode" 1000px style overide
*/

body {
	background: #8C8C8C url(/images/backgrounds/stealth/gradient.jpg) left top repeat-x;
	}

#wrapper {
	background: #000 url(/images/backgrounds/stealth/main.jpg) left top repeat-y;
	width: 1000px;
	}

/* ----- header ----- */
#header {
	background: transparent url(/images/backgrounds/stealth/masthead.jpg) no-repeat top left;
	height: 130px;
	}

#logo h1, #logo h1 a {
	background: url(/images/logos/rainrecording-white-141x77.gif) 0 0 no-repeat;
	}

/* ----- main content ----- */

#main {
	margin-top: 0;
	width: 1000px;
	background: url(/images/backgrounds/stealth/content.jpg) left top no-repeat;
	}

/* links */
#content a, .tab-page a {
	color: #288fee;
	text-decoration: none;
	}

#content a:link, .tab-page a:link {
	color: #288fee;
	text-decoration: none;
	}

#content a:hover, .tab-page a:hover  {
	color: #288fee;
	text-decoration: underline;
	}

h2 {
	color: #fff;
	margin: 10px auto;
	margin-top: 0;
	padding-top: 0;
	padding-left: 50px;
	width: 450px;
	}

h2 a, h2 a:link, h2 a:hover, h2 a:active, h2 a:visited {
color: #fff;
}

h2 a:hover {
color: #d6d6d6;
}

h2 span {
color: #d6d6d6;
}


.footer_nav ul li a {
	color: #ccc;
	border-right: 1px solid #666666;
	}

.footer_nav ul li a:hover {
	color: #fff;
	}

/* ----- main content ----- */
#right_col {
	float: right;
	margin: 0 0 75px 0;
	width: 380px;
	padding: 0 0 75px 0;
	text-align: left;
	background: transparent;
	}

div#content {
	margin: 0;
	padding: 0 30px;
	text-align: left;
	/* background: #000; */
	font: normal 115%/1.5em Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #CCE3FA;
	}


#content h3 {
	font-size: 160%;
	font-weight: normal;
	color: #CCE3FA;
	}


.price {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	list-style: none;
	color: #55c43e;
	line-height: 2em;
	}
	
.price span {
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	list-style: none;
	color: #333;
	line-height: 1.3em;
	}
	
	
	
/* ----- tabs ----- */
#left_col {
	float: left;
	margin: 0;
	padding: 0;
	width: 480px;
	}

div.tab-pane dl {
	margin: 25px 25px 25px 5px;
	}

div.tab-pane ul {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 5px;
	}

div.tab-pane ul li ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 25px;
	}

div.tab-pane ul li {
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	}

div.tab-pane ul li ul li {
	list-style-type: circle;
	border-bottom: none;
	padding-top: 0;
	}

div.tab-pane dt {
	font-size: 105%;
	font-weight: bold;
	padding-left: 65px;
	}

div.tab-pane p {
	font-size: 105%;
	line-height: 1.5em;
	text-align: left;
	}

div.tab-pane h3 {
	font-weight: bold;
	font-size: 120%;
	line-height: 1.5em;
	color: #000;
	padding-bottom: 0;
	margin: 0;
	}

ul.overview li, div.tab-pane ul li, div.tab-pane dd {
	padding-bottom: 12px;
	font-size: 100%;
	}

ul.overview li, div.tab-pane ul li {
	margin-left: -15px;
	padding-left: 0;
	}


/* misc */
.inset_row {
	width: 430px;
	margin: 0 auto;
	}
	
.inset_left {
	width: 210px;
	float: left;
	}
	
.inset_right {
	width: 210px;
	float: right;
	}
	
	
	
	
/* support tab */
.raincare_plans {
	background: #fff;
	margin: 0;
	margin-bottom: 35px;
	width: 100%;
	border: 1px solid #666666;
	border-bottom: none;
	border-collapse: collapse;
	}

.raincare_plans th, .raincare_plans td {
	padding: 5px 10px;
	border-bottom: 1px solid #666666;
	}

.raincare_plans th {
	text-align: left;
	font-weight: bold;
	color: #fff;
	background: #009 url(/products/images/misc/supoort-table-header.jpg) left top repeat-x;
	}

.raincare_plans td, .raincare_plans td {
	font-size: 95%;
	color: #000;
	}


thead th,tfoot td {
	background:#ddd;
	}

tr.ruled {
	background:#9cf;
	} 

table {
	border:1px solid #333;
	border-collapse:collapse;
	}

th,td {
	border:1px solid #333;
	border-collapse:collapse;
	}

th {
	border:none;
	}

#mytable tr.ruled {
	background:#333;
	color:#ccc;
	}

td.listing_gradient {
	background: url(/images/backgrounds/listing-gradient.jpg) left top repeat-x;
	}

dl {
	width: 95%;
	font-size: 105%;
	line-height: 1.5em;
	}

dt {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 5px;
	color: #fff;
	border-bottom: 1px solid #ccc;
	}

dd {
	margin-bottom: 25px;
	}







#product_intro {
	float: none;
	margin: 0 42px;
	padding: 0;
	height: 475px;
	}

p.lead_in {
	color: #fff;
	font-weight: normal;
	}

.row {
	margin: 0 42px;
	padding: 0 0 25px 0;
	}

#content h3, div.tab-pane h3 {
	color: #fff;
	}

/* ----- footer ----- */
#footer {
	background: #fff url(/images/backgrounds/stealth/footer.jpg) no-repeat bottom left;
	width: 1000px;
	}
	
	
/* icons */
dd.rc_arrows {
	background: url(/products/images/raincare/icons/stealth/arrows_50x50.gif) left top no-repeat; 
	padding-left: 65px;
	}

dd.rc_umbrella {
	background: url(/products/images/raincare/icons/stealth/umbrella_50x50.gif) left top no-repeat; 
	padding-left: 65px;
	}

dd.rc_phone {
	background: url(/products/images/raincare/icons/stealth/phone_50x50.gif) left top no-repeat; 
	padding-left: 65px;
	}

dd.rc_globe {
	background: url(/products/images/raincare/icons/stealth/globe_50x50.gif) left top no-repeat; 
	padding-left: 65px;
	}

dd.rc_cross {
	background: url(/products/images/raincare/icons/stealth/cross_50x50.gif) left top no-repeat; 
	padding-left: 65px;
	}

dd.rc_bulb {
	background: url(/products/images/raincare/icons/stealth/bulb_50x50.gif) left top no-repeat; 
	padding-left: 65px;
	}

dd.rc_robot {
	background: url(/products/images/raincare/icons/stealth/robot_50x50.gif) left top no-repeat; 
	padding-left: 65px;
	}

dd.rc_papers {
	background: url(/products/images/raincare/icons/stealth/papers_50x50.gif) left top no-repeat; 
	padding-left: 65px;
	}
