/*-------------------------
 RemoteSatellite.com
 filename: template_accordion_a1.css
 version: 1.0
 date: 2-25-09
 
 copyright 2008-2009
 design/html/css/php: product 9 design
 php/data: gail sullivan
--------------------------*/


/*	This template file controls "Blank Template". It can be either static or dynamic.
	
	This file should be third in the list of css files in the HTML
*/


/*---- CONTENT -----*/

	/* Main Content styles in "global.css" - use these to customize product formats.*/
	#content {overflow:visible;}
	#content_margin {margin:0; padding:15px 25px;}
		#content p {margin:0; padding:0 0 9px 0;}
		#content h1 {}
		#content h2 {
	font-size:1.15em;
	text-transform:uppercase;
	color:#1C407F; /*color was #1C407F*/
	margin:0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
}		
		#content h3 {text-transform:uppercase; color:#1C407F;}
		#content h4 {}
		#content h5 {}
		#content ul {}

	/*---- TITLE -----*/
	#landing_title {
	height:75px;
	text-transform: uppercase;
	background-image: url(/images/global/headers/globalstar2.jpg);
}
		#landing_title h1 {
	font-size:1.6em;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 30px;
	background-image: none;
}
	
	/*---- LAYOUT -----*/
	#content_left {width:550px; float:left; overflow:visible; padding:0 0 15px 0;}
	#content_right { margin-left:565px;}
	
	/* Accessories Item - use this for accessories or any short item description with image and btn */
	.accessories_item {
	color:#000000;
	width:97%;
	position:relative;
	background-color:#FFFFFF;
	border:1px solid #889BC4;
	padding:5px;
	clear:both;
	margin:12px 5px 10px 5px;
	z-index:150;
	height: 80;
}
		.accessories_item_txt {
	margin:0 0 0 100px;
	position:relative;
	z-index:100px;
	padding-right:90px;
	overflow:visible;
	min-height: 90px;
}
		/*.accessories_item_img {width:85px; float:left; height:90px; overflow:hidden;}*/
		.accessories_item_img {width:85px; float:left; }
			.accessories_item_img img {padding:8px 0 0 6px;}
		.accessories_item_btn { width:100px; position:absolute; right:10px; top:0px; text-align:right; }
			#content .accessories_item h3 {color:#000000; font-size:.90em; font-weight:bold; padding:3px 0 0 0;}
			#content .accessories_item h4 {color:#000000; font-size:0.9em; padding:0 3px 5px 0;}
			#content .accessories_item p {font-size:.76em; line-height:1.25em;}
