/* checkout */
div.checkout {
	float:left;
} 
div.checkout.login {
	height:350px;
	float:left;
}
div.checkout.create_account {
	float:left;
	border-left:5px #000 solid;
	padding-left:30px;
	margin-left:30px;
	width:300px;
}
.form_container {
	margin-left:40px;
	padding-top:10px;
	margin-bottom:200px;
}
.cart_item_container label{
	clear:left;
}
div.form_container h4 {
	font-size:16px;
	padding:15px;
}
div.form_container input, div.form_container select {
	width:120px;
}
div.form_container .label {
	font-size:11px;
	width:110px;
}
div.form_container input[type=submit] {
	margin-top:15px;
	margin-left:110px;
}
input[type=checkbox] {
	width:auto;
}
label,.label {
	min-width:70px;
	display:block;
}

/* end checkout */
/* webstore */
.nav_container {
	float:left;
	overflow:none;
}
.nav {
	float:left;
	text-align:left;
	overflow:none;
	font-size:13px;
	margin:3px;
	margin-left:20px;
	width:100px;
	list-style:none;
}
.nav img {
	margin-top:20px;
}
.nav a {
	color:#000;
}
div#item_details {
} div#item_details div.description, div#item_details div.images {
	float:left;
	margin-left:30px;

}
font.price {
	font-size:13px;
	padding-right:9px;
}
img {
	-moz-user-select:none;
	khtml-user-drag:none;
}
/* end webstore */
/* viewer */
div#viewer_container {
	position:absolute;
	width:0%;
	top:0px;
	left:0px;
	height:100%;
	display:none;
}
div#viewer_bg {
	position:absolute;
	/*background-color:#000;*/
	width:100%;
	height:100%;
	
	cursor:pointer;
	opacity:.7;
}
div#viewer {
	position:absolute;
	width:395px;
	height:395px;
	margin-left:350px;
	margin-top:100px;
	border:3px #000 solid;
	background:#fff url(/images/headings/product.jpg) no-repeat top left;
	padding:12px;
	padding-top:34px;
	z-index:2;
}
div#viewer_close {
	background:url(/images/ui/x.gif) no-repeat;;
	position:absolute;
	width:16px;
	height:16px;
	margin-left:656px;
	margin-top:165px;
	cursor:pointer;
	z-index:3;
}
div#viewer img {
}
div#image_viewer_container {
	width:100%;
	height:100%;
	background:transparent url(/images/ui/loading2.gif) no-repeat center center;
}
div#short_description font, div#price font, div#addl_images a {
	background-color:#000;
	color:#FFF;
	padding:4px;
}
div#short_description {
	margin-top:-100px;
} div#price,div#short_description,div#addl_images{
	margin-left:20px;
	margin-bottom:10px;
	line-height:20px;
	width:270px;
} div#price {
	font-weight:bold;
}
div#addl_images a {
	background-color:#000;
	margin-right:3px;
	font-weight:bold;
}


/* end viewer */

/* receipt */
div.receipt {
	margin-left:120px;
	border:1px #999 solid;
	padding:30px;
	width:430px;
	background-color:#F7F7F7;
}
/* end receipt */
