.itemsContainer{
	width: 90%;
	margin: 0 auto;
}
.itemEntry {
	width: 160px;
	background-color: #fff;
	color: #000;
	margin: 5px;
	float: left;
	padding: 2px 3px 2px 3px;
	font-size: .8em;
	font-family: verdana,sans-serif;
	text-align: center;
	min-height: 251px;
	border-radius: 4px;
}
.itemEntry img{
	width: 125px;
	height: 125px;
	margin-top: 5px;
	cursor:pointer;
}
.itemEntry p{
	color: #000;
}

.inputField{
	width: 30px;
}
.inputFieldHolder{
	width: 40px;
	float: left;
}
.addButtHolder{
	width: 90px;
	float: right;
}

.shoppingCart{
	width: 80%;
	font-size: .8em;
	margin: 0 auto;
}
.shoppingCart table{
	width: 87%;
	color: #fff;
	border: solid 1px #777;
	padding: 5px;
}
.shoppingCart td,tr {
	padding: 5px;
	border: solid 1px #777;
	color: #000;
}
.shoppingCart th {
	color: #fff;
	border: solid 1px #777;
	background-color: #555;
	padding: 1px;
	text-align: center;
}


.loginButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
	background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
	background-color:#ffce79;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:1.5em;
	font-weight:bold;
	font-style:normal;
	height:auto;
	width:auto;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ce8e28;
}
.loginButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) );
	background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
	background-color:#eeaf41;
}.loginButton:active {
	position:relative;
	top:1px;
}
.loginForm {
	text-align: left;
    padding: 7px 15px 13px 20px;
    background: #F1F1AA;
    border: 1px solid;
    border-radius: 5px;
    width: 250px;
    margin-top: 15px;
}
.loginForm p{
	font-size: 1em;
	font-family: Tahoma, Helvetica, Arial;
	color:#000;
}
.sectionHeader{
    margin-top: 15px;
}

input[type="text"]{
	margin: 6px 2px 6px 2px
}
input[type="select"]{
	margin: 6px 2px 6px 2px
}
input[type="button"]{
	margin: 6px 2px 6px 2px
}

.tabActive{
	background: #353535;
	color: #fff;
	border-radius: 10px 10px 0 0;
	width: 120px;
	text-align: center;
	padding: 4px;
	float: left;		
	font-weight: bold;
	margin-right:2px;
}
.tabInactive{
	background: #777;
	color: #fff;
	border-radius: 10px 10px 0 0;
	width: 90px;
	text-align: center;
	padding: 4px;
	float: left;		
	margin-right:2px;
	font-size: .9em;
}
.tabInactive a{
	text-decoration:none;
	color:#fff;
	font-size: .9em;
}
.orderForm {
	width:100%;
	display: inline-block;
	height:auto;
	background:#353535;
	clear:both;
	padding: 20px 0 30px 5px;
	border-radius: 0px 10px 10px 10px;
}
.addressBox{
	margin: 5px 5px 5px 40px;
	width: 250px;
	float: left;
	border: solid 1px #777;
    	padding: 6px;
}
.addressBoxTitle{
	border: solid 1px #777;
	background-color: #555555;
	text-align:center;
	font-weight: bold;
	padding:0;
	color:#fff;
}

	.stepsContainer{
		width:90%;
		margin:auto;
	}
	.indStepActive{
		width:30%;
		float:left;
		background:#ffeab0;
		border:2px solid #ffc800;
		padding: 5px;
		margin: 5px;
		border-radius: 10px;
		cursor:pointer;
		height: 105px;
	}
	.indStepInactive{
		width:25%;
		float:left;
		background:#777;
		border:2px solid #595959;
		padding: 5px;
		margin: 5px;
		border-radius: 10px;
		cursor:pointer;
		height: 105px;
	}
	.stepTitle{
		font-size:2em;
		font-weight:bold;
		color:#f90;
		margin: 7px 0 0 0;
	}
	.stepTitleIn{
		font-size:2em;
		font-weight:bold;
		color:#b8b8b8;
		margin: 7px 0 0 0;
	}
	@media screen and (max-width: 768px) {
		.indStepActive{
			float:none;
			width:90%;
		}
		.indStepInactive{
			float:none;
			width:90%;
		}

	}