/* BEGIN MANUFACTURER LIST STYLES */
#makerList {
	list-style: none;
}

	#makerList li {
		border: 1px solid #DDD;
		width: 200px;
		margin: 0 10px 10px 0;
		float: left;
	}

	#makerList a {
		width: 192px;
		padding: 3px 4px 3px 4px;
		display: block;
		text-decoration: none;
		color: #137A90;
		font-size: 1.2em;
	}
	
	#makerList a:hover {
		border: 1px solid #9DCFCE;
		background: #E2F2F2;
		text-decoration: none;
		margin: -1px;	
	}
/* END MANUFACTURER LIST STYLES */

/* BEGIN PHONE MODEL LIST STYLES */
#modelList {
	list-style: none;
	margin: 0 10px 0 0;
}

	#modelList a {
		width: 112px;
		height: 170px;
		display: block;
		text-decoration: none;
	}
	
	#modelList a:hover {
		border: 1px solid #9DCFCE;
		background: none;
		text-decoration: none;
		margin: -1px;	
	}
	
	#modelList li {
		text-align: center;
		border: 1px solid #DDD;
		width: 112px;
		height: 170px;
		margin: 0 11px 11px 0;
		float: left;
	}

		#modelList li img {
			padding: 5px;
			margin: 10px 5px 5px 5px;	
			border: none;
			background: #FFF;
		}

	#modelList span.support {
		display: block;
		font-size: 1.1em;
		text-transform: uppercase;
		width: 112px;
	}
	
	#modelList span.model {
		display: block;
		font-size: 1.25em;
		width: 112px;
		background: #E2F2F2;
		border-bottom: 1px solid #137A90;
		color: #137A90;
		font-weight: bold;
		overflow: hidden;
		padding: 3px 0 3px 0;
		margin: 0 0 5px 0;
	}
/* END PHONE MODEL LIST STYLES */
	
/* BEGIN DETAILS LIGHTBOX STYLES */
#deviceDetails {
	margin: 10px 15px 10px 15px;
	width: 500px;
}

	#deviceDetails #close {
		width: 16px;
		height: 16px;
		position: absolute;
		top: 3px;
		right: 3px;
	}

	#deviceDetails img.closeButton {
		position: absolute;
		top: 0px;
		right: 0px;
	}

	#deviceDetails ul.deviceNotes, #deviceDetails ul.downloadOptions {
		margin: 5px 5px 10px 5px;
		font-size: 1.1em;
		color: #444;
		text-align: left;
	}
	
		#deviceDetails ul.deviceNotes li {
			list-style-image: url(../images/bullets/bullet_info.gif);
			margin: 0 0 6px 30px;
		}
	
		#deviceDetails ul.downloadOptions li {
			list-style-image: url(../images/bullets/bullet_download.gif);
			margin: 0 0 6px 30px;
		}

	#deviceDetails #device-left {
		float: left;
		width: 300px;
		padding-right: 15px;
		text-align: left;
	}
	
		#deviceDetails #device-left h1 {
			color: #006699;
			font-size: 1.4em;
			font-weight: bold;
			margin: 0 0 10px 0;
		}
		
		#deviceDetails #device-left h2 {
			font-size: 1.2em;
			text-transform: uppercase;
			font-weight: bold;
			color: #EE7D15;
			margin: 0 0 6px 0;
		}
		
		#deviceDetails #device-left p {
			margin: 2px 0 10px 0;
			font-size: 1.1em;
			color: #444;
		}
		
		#deviceDetails #device-left span.highlight {
			color: #137A90;
		}

	#deviceDetails #device-right {
		float: left;
		width: 130px;
		text-align: center;
	}
	
		#deviceDetails #device-right img {
			padding: 10px;
		}
		
		#deviceDetails #device-right img.signup-button{
			border: none;
			height: 27px;
			width: 130px;
		}
		
		#deviceDetails #device-right span.support-level {
			margin: 5px 0 5px 15px;
			display: block;
			font-size: 1.1em;
			font-weight: bold;
			text-transform: uppercase;
		}
/* END DETAILS LIGHTBOX STYLES */

/* BEGIN MISC DEVICE AND DOWNLOAD STYLES */



/* END MISC DEVICE AND DOWNLOAD STYLES */


