@import url("common.css");
@import url("cakeform.css");

/* home */
#home_pics{ margin-top: 38px; }
#home_nav{
	z-index: 9;
	position: absolute;
	margin: 448px 0 0 25px;
	width: 450px !important;
}
	#home_nav a{
		width: 5px !important;
		height: 10px !important;
		background: #333;
		padding: 0 3px;
		margin: 0 5px;
		display: block;
		float: left;
		text-indent: -999px;
		display: inline;
	}
	#home_nav a.activeSlide{
		background: #666 !important;
	}
#home_copy{ margin: 520px 0 0 0; }



/* products */
.prod_row{
	overflow: hidden;
	margin: 25px 0 30px 0;
}
	.prod_box{
		float: left;
		width: 300px;
	}
		.prod_left{
			float: left;
			width: 122px;
		}
			.thumb_holder{
				margin-left: 9px;
			}
			.prod_left a{
				margin-left: 7px;
				display: block;
				width: 101px;
				height: 25px;
				text-indent: -9999px;
				background: url("../img/buttons/btn-moreinfo.png") no-repeat;
			}
		.prod_right{
			float: right;
			width: 178px;
		}
			.prod_right p{
				font-size: 11px;
				line-height: 150%;
			}

/* product specific */
.prod_img_full{
	float: left;	
}
.prod_description{
	float: left;
	width: 550px;
	margin-left: 22px;
}
form.place_bin{
	width: 450px;
}
	form.place_bin div{
		width: 400px;
	}
		form.place_bin label{
			text-align: left !important;
			width: 57px !important;
			font-size: 12px;
			color: #595959 !important;
			padding-left: 0 !important;
			margin-left: -3px !important;
		}
		form.place_bin select{
			width: 55px !important;
		}
		form.place_bin .submit{
			padding: 0;
			margin-left: -10px;
		}
		form.place_bin p.font{
			text-align: left !important;
			padding: 0;
			margin: 0;
			display: block !important;
			clear: left;
			color: #595959;
			font-size: 16px !important;
			
		}
			form.place_bin p.font span.price{
				margin-left: 15px;
				font-weight: bold !important;
				color: #b0ca72;
				
			}
		.btn_placebin{
			width: 152px !important;
			height: 47px;
			background: url("../img/buttons/btn-placebin.png") no-repeat !important;
			padding: 0 !important;
			margin: 0;
			border: none;
			cursor: pointer;
		}
		
.paypal input {
	width: 150px;
}

.small_width {
	padding: 0 100px;
}

.home_blue {
	color: #2ea9d2;
	font-size: 28px;
}

.content .align_center a {
	color: #2ea9d2;
}