	/***   Imports   ***/
	
@import '/styles/shop/shop.css';


/******************************************
/	Select a Precustomised Shirt
/******************************************/

#precustomed_shirts {
position: relative;
	float: left;
	width: 400px;
	margin: 2em 0px 2em -10px;
	border: 4px solid #222;
	display: inline;
}
	/***   Overide H2 Style   ***/
	
body #precustomed_shirts h2 {
	margin: 0;
	padding: 7px 1em 10px 1em;
	
	color: #eee;
	background: #222;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	font-weight: bold;
	text-transform: uppercase;
}

/******************************************
/	Select a Precustomised Shirt
/******************************************/

	.precustomed_shirt, .precustomed_shirt_selected {
		float: left;
		padding: 0 0 15px 0;
		border: 1px solid #222;
		background: #0C0C0C;
		width: 131px;
		height: 135px;
	}
	
	.precustomed_shirt_selected {
		border: 1px solid #fff;
		background: url(/images/shop/backgrounds/selected_background.gif) repeat;
	}
	
	.precustomed_shirt a img, .precustomed_shirt_selected a img {
		display: block;
		margin: 9px 9px;
		
		border: 3px solid #191919;
	}
	
	.precustomed_shirt a.name, .precustomed_shirt_selected a.name {
		
		margin: 0 0 0 14px;
		padding: 0 0 0 .8em;
		display: block;
		
		color: #C2C2C2;
		background: url(/images/bullets/grey_arrow.gif) 0 5px no-repeat;
		
		font-size: .9em;
		text-decoration: none;
	}

/******************************************
/	Select a Precustomised Shirt
/******************************************/


/***********************************
/	Right Hand Box
/**********************************/

#shirt_details {
position: relative;
	width: 265px;
	float: right;
	margin: 2em -10px 2em 0;
	display: inline;
	padding: 15px 10px 15px 15px;

	border: 4px solid #222;
	
	font-size: 95%;
	line-height: 1.2em;
}
	/* Headers */
	
	body #shirt_details h2 {
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	body #shirt_details h3 {
		clear: left;
		margin: 10px 0;
		color: #fff;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	/* Right Hand Details Box */
	
	#shirt_details img.preview {
		float: left;
		margin: 0 10px 20px 0;
	}
	
	#shirt_details .description {

	}
	
	/* Option / Image Lists */
	
	ul.styling, ul.fabric {
		margin: 0 0 1em 0;
		padding: 0;
		float: left;
		list-style: none;
	}
	
	ul.styling li, ul.fabric li {
		display: inline;
	}
	
	ul.styling li img, ul.fabric li img {
		float: left;
		margin: 0 4px 4px 0;
	}
	#shirt_details .order_now {
		clear: both;
	}
	
	#shirt_details .fancy_link {
		clear: left;
		margin: 2em 0 1em;
		font-size: .9em;
		font-weight: bold;
	}
	
	
	
