@import url(basic.css);
body	{				color: #fff;	}

				ul {					color: #CCC;
										font-size: 11px;
				}

				h1 {			
										letter-spacing: 2px;
				}

				h2 {			
										margin-top: -10px;
										margin-bottom: 2px;
										width: 150px;
				}

				a:link {				color: #0091a5; 	}
				a:visited {				color: #0091a5; 	}
				a:hover {				color: #a0c3da; 	}
				
				#productshot {			margin: 0; float: left; 	}
				
				#innerDiv { 			background: #000 none }
				
				#prodnav {				
										width: 300px; 
										height: 80px; 
										margin-top: 10px;
										padding-left: 5px;
										background-color: #222;
						}

.prodtitle {							width: 250px; margin-top: 0;	}

.prodcontain	{		
										width: 95px;
										height: 100px;
										float: left;
								}

				.prodcontain a	{		margin-left: 10px;	}

				.bodytext {				width: 305px; margin-top: 0;  }

				.optionsdiv {			margin: 0 0 0 25px; padding-top: 4px; float: left;	}
				
				.price {			 	margin: 0 0 10px 25px; padding-top: 4px;		}
				
				.checkout {				margin-left: 25px; }

				form { 					margin-top: 0; margin-bottom: 0;	}
