body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Courier;
	background-position: top left;
}

img, p {
	border: 0;
	padding: 0;
	margin: 0;
}

fieldset {
	border: 0;
}

div.background {
	width: 100%;
	position: absolute;
	z-index: -1;
	overflow: hidden;
	top: 0;
	left: 0;
}

div.container {
	width: 920px;
	margin-left: 70px;
}

div.sidebar {
	width: 200px;
	float: left;
}

	div.sidebar_item {
		width: 130px;
		background-color: #ffffff;
		margin-bottom: 10px;
		padding: 5px;
	}
	
	div.sidebar_item_shuffle {
		width: 175px;
		margin-bottom: 10px;
	}
	
		div.color_item {
			height: 30px;
			width: 30px;
			float: left;
			margin: 1px;
			cursor: pointer;
		}
		
		div.upload_item {
			font-family: Verdana;
			background-color: #e4e4e3;
			color: #000000;
			text-align: center;
			padding: 5px;
			cursor: pointer;
			margin-bottom: 5px;
		}
		
		div.random_item {
			font-family: Verdana;
			background-color: #e4e4e3;
			color: #000000;
			text-align: center;
			padding: 5px;
			cursor: pointer;
		}
		
		div.font_item {
			font-size: 14px;
			margin-bottom: 2px;
			cursor: pointer;
		}

div.content {
	width: 720px;
	float: left;
}

	div.left, div.right {
		width: 50px;
		height: 40px;
		float: left;
		margin-top: 490px;
	}
	
	div.center {
		width: 620px;
		float: left;
	}
	
		div#dialog {
			display: none;
			overflow: hidden;
		}
		
			div#dialog p {
				margin-bottom: 10px;
			}
		
		label.error {
			display: none;
			color: #ff0000;
		}
		
		div.main {
			background-color: #ffffff;
			width: 600px;
			height: 350px;
			margin-top: 20px;
			margin-bottom: 10px;
			padding: 10px;
			overflow: hidden;
		}
		
			div.main img {
				float: left;
			}
		
		div.products {
			background-color: #ffffff;
			width: 600px;
			height: 110px;
			padding: 10px;
			margin-bottom: 10px;
		}
			
			div.product_item {
				width: 120px;
				height: 120px;
				cursor: pointer;
				float: left;
				display: none;
			}
			
			div.product_image {
				width: 250px;
				float: left;
			}
			
			div.product_content {
				width: 340px;
				height: 250px;
				float: left;
				padding-left: 10px;
			}
			
			div.product_images {
				width: 340px;
				float: right;
			}
				
				div.product_images img {
					width: 75px;
					height: 75px;
					margin-right: 10px;
				}
			
			div#product_content {
				
			}
			
			div#product_vimeo {
				display: none;
			}
			
			div.group_0 {
				display: block;
			}
		
		div.drag_info {
			float: right;
			background-color: #ffffff;
			padding: 5px;
			width: 340px;
			height: 15px;
			text-align: center;
			vertical-align: middle;
			margin-right: 50px;
		}

div.clear {
	clear: both;
}
