
#adminMenu li {
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
}


#sidebar {
	background:#EFEFEF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	float:right;
	padding:10px;
	width:200px;
}

	.addStoreItem {
		background:url("images/addStoreItem.png") no-repeat;
		width: 176px;
		height: 41px;
		float: left;
		margin: 10px 0 10px 30px;
		width: 176px;
		font-size: 0px; 
		line-height: 0px;
		display: block;
		text-indent: -999em;
	}
	
	.btnOrderItem {
		background:url("images/orderItem.png") no-repeat;
		border: 0 none;
		width: 176px;
		height: 41px;
		cursor: pointer;
		margin: 5px 0;
		font-size: 0px; 
		line-height: 0px;
		display: block;
		text-indent: -999em;
	}
	
.btnAddItem {
	background: url("images/createItem.png") no-repeat;
	width: 106px;
	height: 41px;
	border: 0;
	cursor: pointer;
	margin: 50px 0 0 0;
	font-size: 0px; 
	line-height: 0px;
	display: block;
	text-indent: -999em;
	
}

.btnUpdateContent {
	background: url("images/updateContent.png") no-repeat;
	width: 127px;
	height: 41px;
	border: 0;
	cursor: pointer;
	margin: 5px 0;
	font-size: 0px; 
	line-height: 0px;
	display: block;
	text-indent: -999em;
}

.btnUpdateItem {
	background: url("images/updateItem.png") no-repeat;
	width: 106px;
	height: 41px;
	border: 0;
	cursor: pointer;
	margin: 5px 0;
	font-size: 0px; 
	line-height: 0px;
	text-indent: -999em;
	display: block;
}

.btnLogin {
	background: transparent url("images/btnLogin.png") no-repeat;
	width: 127px;
	height: 41px;
	border: 0 none;
	cursor: pointer;
	margin: 5px 0;
	font-size: 0px; 
	line-height: 0px;
	display: block;
	text-indent: -999em;
}

#subcontent {
	float: left;
	width: 530px;
	margin: 0 0 20px 0;
}

	.error {
		color: #F00;
		display: block;
		width: 400px;
		margin: 5px 0 0 0;
		font-style: italic;
	}
	
	.helper {
		color: #666;
		font-size: 10px;
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
		float: left;
	}

	label {
		float:left;
		margin:15px 0 5px;
		width: 100%;
		cursor: pointer;
	}
	
	.labelCheck {
		width: 258px !important;
	}
	
	.photoQuestion {
		height: 45px;
	}
	
	fieldset {
		background:#EFEFEF none repeat scroll 0 0;
		border:1px solid #CCCCCC;
		padding: 15px;
		width:490px;
	}
	
	legend {
		padding: 10px;
	}
	
	input[type="text"], input[type="password"], input[type="file"], textarea {
		font-family: Arial, Sans-Serif;
		font-size: 13px;
		margin-bottom: 5px;
		display: block;
		padding: 4px;
		border: solid 1px #85b1de;
		width: 480px;
	} 
	
	
	input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
		background-image: none;
		background-color: #ffffff;
		border: solid 1px #33677F;
	}
	
	.checkout, .checkoutSubmit {
		width: 550px;
		background: none;
	}
	
	.checkout input[type="text"] {
		width: 100px;
	}
	
	.contentNav {
		border-top:1px solid #85b1de;
		width:200px;
		margin: 0 auto;
	}
	
		.inside-text .contentNav li {
			background:#fff;
			border-bottom:1px solid #85B1DE;
			list-style-type:none;
			margin:0;
		}
	
			.inside-text .contentNav li a {
				display: block;
				text-decoration:none;
				color:#242424;
				padding: 10px 10px 10px 30px;
				background: url(images/tag.png) no-repeat 4px 12px;
			}
			
				.inside-text .contentNav li a:hover {
					background: #FFC url(images/tag-label.png) no-repeat 4px 12px;
					color: #242424;
				}

	.inside-text .storeItems li {
		list-style-type: none;
		padding: 10px 0;
	}
	.inside-text .storeItems li img, #form .photoPath {
		border: 1px solid #333;
	}
	
	.inside-text .storeItems li p {
		margin: 5px;
	}
	
	.photoPath {
		float: right;
	}
	
#adminMenu {
	font-family:arial,verdana,sans-serif;
	height:30px;
	margin: -47px 0 45px 0;
	position:relative;
}

#adminMenu li a {
	color:#000000;
	display:block;
	float:left;
	font-size:12px;
	height:30px;
	line-height:30px;
	padding: 5px 30px 0 20px;
	text-decoration:none;
	text-transform:uppercase;
}

.inside-text .checkout table td {
	vertical-align: middle;
	margin: 0 auto;
	padding: 5px;
}

.photoPath {
	width: 100px;
	height: 100px;
	float: left;
	margin: 0 10px 0 0;
}

.photoDisplayLeft, .photoDisplayRight, .itemSubmit {
	float: left;
	width: 100%;	
	margin: 0 0 0 10px;
}

.itemSubmit {margin: 20px 0 0 0;}

h4 {
	font-size: 14px;
}

#content-table_parent, #content-table {
	float: left;
	margin: 10px 0;
}