#body-container{
	margin: 0 auto;
	width: 900px;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	background: white;
	min-height: 900px;
}
.feature-header{
	height: 381px;
	width: 100%;
}

#goat-controls{
	width: 330px;
	float: left;
}

.col-2{
	float: left;
}
.goat-wrapper{
	padding: 0px 10px 30px 30px;
	border: 1px solid #DDD;
	margin-top: 10px;
}

#goat{
	position: relative;
	margin-top: 35px;
}



.goat{
	height: 227px;
	width: 320px;
}

.goat-color-sel{
	width: 91px;
	height: 73px;
	text-align: center;
	vertical-align: middle;
	margin: 10px 9px 0px 8px;
}

.goat-color-sel div{
/*	background: transparent url('/images/white-trans.png'); */
	width: 100%;
	height: 100%;
/*	border: 1px solid #E1E1E1; */
	cursor: pointer;
	position: relative;
	z-index: 3;
}

.goat-color-sel div:hover{
	background: transparent;
	border: 1px solid #9AE;
}
	.goat.black{
		background: transparent url('/images/goats.png') no-repeat scroll 0px -227px;
	}

	.goat.white{
		background: transparent url('/images/goats.png') no-repeat scroll -1px 0px;
	}

	.goat.silver{
		background: transparent url('/images/goats.png') no-repeat scroll 0px -458px;
	}

	.goat.gold{
		background: transparent url('/images/goats.png') no-repeat scroll 0px -700px;
	}

	.ctrl-white{
		background: white url('/accessories/86-white.jpg') no-repeat center center;
	}

	.ctrl-black{
		background: white url('/accessories/86-black.jpg') no-repeat center center;
	}

	.ctrl-silver{
		background: white url('/accessories/86-silver.jpg') no-repeat center center;
	}

	.ctrl-gold{
		background: white url('/accessories/86-gold.jpg') no-repeat center center;
	}

	.shoe-sel{
		height: 40px;
		width: 80px;
		float: left;
		margin: 5px;
	}
	
	.shoe-sel div{
/*		background: transparent url('/images/white-trans.png'); */
		width: 100%;
		height: 100%;
/*		border: 1px solid #E1E1E1;  */
		cursor: pointer;
		z-index: 3;
		position: relative;
	}

	.shoe-sel div:hover{
		background: transparent;
		border: 1px solid #9AE;
	}
	
	.ctrl-jordans{
		background: white url('/accessories/70-jordans.jpg') no-repeat center center;
	}
	.ctrl-allstars{
		background: white url('/accessories/70-allstars.jpg') no-repeat center center;
	}
	.ctrl-manolos{
		background: white url('/accessories/70-manolos.jpg') no-repeat center center;
	}
	.ctrl-uggs{
		background: white url('/accessories/70-uggs.jpg') no-repeat center center;
		margin-bottom: 8px;
	}
	
	.shoe-sel.ctrl-uggs{
		height: 60px;
	}


.accessory-sel{
	height: 40px;
	width: 80px;
	margin: 5px;
	float: left;
}

.accessory-sel div{
/*	background: transparent url('/images/white-trans.png'); */
	width: 100%;
	height: 100%;
/*	border: 1px solid #E1E1E1;  */
	cursor: pointer;
	z-index: 3;
}

.accessory-sel div:hover{
	background: transparent;
	border: 1px solid #9AE;
}

	.ctrl-bell{
		background: transparent url('/accessories/35-bell.jpg') no-repeat center center;
		height: 55px;
		width: 44px;
	}

	.ctrl-ribbon{
		background: transparent url('/accessories/35-ribbon.jpg') no-repeat center center;
		height: 55px;
		width: 40px;
	}

	.ctrl-jeans{
		background: transparent url('/accessories/36-jeans.jpg') no-repeat center center;
		height: 66px;
		width: 43px;
	}

	.ctrl-lei{
		background: transparent url('/accessories/40-lei.jpg') no-repeat center center;
		height: 55px;
		width: 45px;
	}

	.ctrl-mohawk{
		background: transparent url('/accessories/60-mohawk.jpg') no-repeat center center;
		height: 35px;
		width: 64px;
	}
	.ctrl-shades{
		background: transparent url('/accessories/46-shades.jpg') no-repeat center center;
		height: 30px;
		width: 50px;
	}
	.ctrl-grill{
		background: transparent url('/accessories/31-grill.jpg') no-repeat center center;
		height: 33px;
		width: 33px;
	}
	.ctrl-wings{
		background: transparent url('/accessories/60-wings.jpg') no-repeat center center;
		height: 65px;
		width: 65px;
	}
	
	

.ctrl-shoes{
	float: left; 
	margin-left: 13px; 
	margin-top: 8px;
	width: 186px;
	position: relative;
/*	height: 88px;
	width: 210px;
*/
}

	.jordans{
		background: transparent url('/images/shoes.png') no-repeat scroll;
		background-position: -10px -102px;
		height: 52px;
		width: 210px;
	}

	.allstars{
		background: transparent url('/images/shoes.png') no-repeat scroll;
		background-position: -10px -17px;
		height: 42px;
		width: 210px;
	}


	.manolos{
		background: transparent url('/images/shoes.png') no-repeat scroll;
		background-position: -10px -213px;
		height: 43px;
		width: 210px;
	}

	.uggs{
		background: transparent url('/images/shoes.png') no-repeat scroll;
		background-position: -7px -305px;
		height: 90px;
		width: 210px;
	}
	
.accessory{
	float: left;
}

	.accessory.bell{
		background: transparent url('/images/accessories-1.png') no-repeat scroll 0px 0px;
		height: 78px;
		width: 55px;
	}

	.accessory.ribbon{
		background: transparent url('/images/accessories-1.png') no-repeat scroll 0px -77px;
		height: 78px;
		width: 57px;
	}

	.accessory.jeans{
		background: transparent url('/images/accessories-1.png') no-repeat scroll 0px -156px;
		height: 146px;
		width: 82px;
	}


	.accessory.lei{
		background: transparent url('/images/accessories-2.png') no-repeat scroll 0px 0px;
		height: 85px;
		width: 82px;
	}

	.accessory.mohawk{
		background: transparent url('/images/accessories-2.png') no-repeat scroll 0px -98px;
		height: 59px;
		width: 131px;
	}

	.accessory.shades{
		background: transparent url('/images/accessories-2.png') no-repeat scroll 0px -180px;
		height: 37px;
		width: 69px;
	}

	.accessory.grill{
		background: transparent url('/images/accessories-2.png') no-repeat scroll 0px -229px;
		height: 39px;
		width: 39px;
	}

	.accessory.wings{
		background: transparent url('/images/accessories-2.png') no-repeat scroll 0px -279px;
		height: 109px;
		width: 131px;
	}	

.goat-color {
	width: 100px;
	text-align: center;
	font-size: 11px;
	margin: 2px;
	border: 1px solid #DDD;
}

	.white{background-color: white}
	.silver{background-color: silver}
	.gold{background-color: gold}
	.black{background-color: black}

#shoes{
	position: absolute;
	bottom: -10px;
	left: 15px;
	z-index: 3;
}

#shoes.uggs-offset{
	bottom: -15px;
	display: none;
}

#accessory{
	position: absolute;
}

#accessory div{
	position: absolute;
	display: none;
}

#accessory #bell{
	left: 36px;
	top:55px;
}

#accessory #ribbon{
	left: 245px;
	top: 62px;
}

#accessory #jeans{
	left: 162px;
	top: 68px;
}

#accessory #lei{
	left: 59px;
	top: 57px;
}

#accessory #mohawk{
	left: 24px;
	top: -32px;
}

#accessory #shades{
	left: 16px;
	top: 30px;
	z-index: 2;
}

#accessory #grill{
	left: 12px;
	top: 51px;
	z-index: 1;
}

#accessory #wings{
	left: 122px;
	top: 4px;
}

#controls div{
	cursor: pointer;
	border: 1px solid #ddd;
	margin: 2px;
}

#goat-controls h3{
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 14px;
	background-color: #DDD;
	color: #333;
}

#goat-controls > div{
/*
	background-color: #F9F9F9;
	border: 1px solid #DDD;
*/
}

#goat-controls .colors{
/*	
	padding-left: 9px;
	padding-right: 10px;
*/
	padding-bottom: 8px;
	margin-top: 8px;
}

#goat-controls .ctrl-shoes{

}

#goat-controls .ctrl-accessories{
	float: left; 
	margin-left: 13px; 
	margin-top: 13px;
	width: 186px;
}

#goat-controls div div{
	position: relative;
}

#goat-controls div div span{
	position: absolute;
	display: block;
	z-index: 2;
	font-family: arial;
	color: #333;
	font-size: 12px;
	text-align: right;
}

#goat-controls .goat-color-sel span{
	right: 2px;
}

#goat-controls .shoe-sel span{
	font-size: 11px;
	left: 3px;
}

#goat-controls .accessory-sel span{
	font-size: 10px;
	right: 0px;
	bottom: 1px;
	height: 12px;
}

.accessory-sel{
	background-color: white;
}

h2.name{
	height: 17px;
	font-size: 1.3em;
	padding: 0;
	margin: 0;
	margin-top: 9px;
	width: 300px;
	text-align: center;
}

label.for-name{
	font-size: 13px;
	font-weight: bold;
	margin-left: 30px;
}

#name{
	width: 180px;
	font-size: 12px;
	line-height: 14px;
	height: 15px;
}


.ctrl-name{
	margin-top: 9px;
	background-color: #DDD;
	padding: 5px;
}

#price{
	font-size: 24px;
	width: 80px;
	text-align: right;
}

.col-3{
	float: left;
	padding-left: 20px;
	padding-top: 8px;
	width: 170px;
	color: #444;
	font-size: 12px;
}


#goat-controls  .ctrl-no-shoes{
	position: absolute; 
	bottom: 1px; 
	left: 0px;
	height: 14px;
	font-size: 12px;
	background-color: white;
	border: 1px solid #CCC;
	color: #777;
	cursor: pointer;
}

#goat-controls .selected div{
	background: transparent;
	border: 1px solid #DD8800;
/*	background: transparent url('/images/white-trans.png');  */
}

#goat-controls .selected div:hover{
	border: 1px solid #7788DD;
}

.col-3 input{
	margin-bottom: 7px;
}

#submit-button{
	margin-left: 10px;
	margin-top: 10px;
}


