@charset "UTF-8";
/* CSS Document */

#main_container {
	background-color: #FFF;
}

#thumbnails {
	float: left;
	width: 140px;
	text-align: center;
}

	#thumbnails p {
		margin-top: 6px;
		margin-bottom: 6px;
		position: relative;
		left: -5px;
	}

#picture {
	float: left;
	width: 460px;
}

#colors {
	float: left;
	width: 60px;
	text-align: center;
}

	#colors p {
		margin-top: 11px;
		margin-bottom: 11px;
	}

#productdetails {
	float: left;
	width: 300px;
	text-align: right;
	padding-top: 20px;
}

	#productdetails p {
		margin: 0;
		padding-right: 15px;
	}
	
	#productdetails hr {
		border-left: none;
		border-top: none;
		border: right: none;
		border-bottom: 1px dashed #80807F;
	}
	
	.ref {
		font-size: 35px;
		color: #807F7F;
	}
	
	.color {
		font-size: 18px;
		color: #0C1326;
	}
	
	.model {
		font-size: 15px;
		color: #80807F;
		text-transform: capitalize;
		letter-spacing: 1px;
	}
	
	.price {
		font-size: 14px;
		color: #0C1326;
	}
	
	.shipping {
		font-size: 12px;
		color: #80807F;
	}
	
	.title2 {
		font-size: 16px;
		color: #80807F;
		letter-spacing: 1px;
	}
	
	.help {
		font-size: 12px;
		color: #80807F;
	}
	
	.help a {
		color: #80807F;
	}
	
	.add_button {
		color: #232323;
		font-size: 15px;
	}
	
	.add_button:hover {
		text-decoration: none;
	}
	
	.add_button div {
		background-color: #CCCCCC;
		padding-left: 15px;
	}
	
	.add_button p {
		margin: 0px;
		line-height: 18px;
	}
	
	
		.proceed_button {
		color: #FFFFFF;
		font-size: 15px;
	}
	
	.proceed_button:hover {
		text-decoration: none;
	}
	
	.proceed_button div {
		background-color: #0C1326;
		margin-top: 10px;
		padding-left: 15px;
	}
	
	.proceed_button p {
		margin: 0px;
		line-height: 19px;
	}
	
	
	
	
	
	#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .40;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background-image: url(images/graphics/help-background.png);
	float: left;
	height: 460px;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	padding-top: 25px;
}
img.btn_close {
	float: right;
	margin: 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

