
/* ============================================================
	Generic page style
============================================================ */

body {
	background-image: url("../images/framework/body_bg_garmentstyles.jpg");
}



.content {
	font-family: sans-serif;
	width: 760px;
}

/* ============================================================
	Stage 1 - Styles and Colors
============================================================ */

.stage1 {
	padding-top: 20px;
	text-align: center;
}

.stage1 .garmentheader {
	background-image: url("../images/order/step2_header.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	height: 138px;
}

	.stage1 .garmentheader h1,
	.stage1 .garmentheader h2 {
		display: none;
	}

.stage1 .garmentcontainer {
	background-image: url("../images/order/step2_repeater.jpg");
	background-position: left top;
	background-repeat: repeat-y;
}

	.stage1 .garmentcontainer td {
		padding: 0;
	}

	.stage1 .garmentcontainer .tablehead {
		color: #35405b;
		font-size: 0.7em;
		font-weight: bold;
		margin: 4px 0 10px 12px;
		text-align: left;
	}
			
	.stage1 .garmentcontainer img {
		/* border-width: 0; */
		cursor: pointer;
	}
	
	#garmenttypes {
		padding: 0 3px 0 7px;
		width: 330px;
	}
	
	#garmenttypes img {
		float: left;
	}
	
	#garmentcolors {
		padding: 0 10px 0 10px;
		width: 400px;
	}
	
	#garmentcolors img {
		border-color: transparent;
		border-width: 2px;
		display: none;
	}
	
	.colorswatches {
		background-repeat: no-repeat;
		background-position: center top;
		cursor: pointer;
		float: left;
		height: 60px;
		text-align: center;
		width: 60px;
	}

.stage1 .garmentfooter {
	background-image: url("../images/order/step2_footer.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	height: 27px;
}

