/******************************************
/	Wrapepr
/******************************************/

#se-core_wrapper {
	clear: both;
	margin: 0 -10px 0 -10px;
	display: block;
	padding: 3px;
	border: 3px solid #BF3705;
}

/******************************************
/	Select Option
/******************************************/

#select_option { }

#select_option ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: relative;
}

#select_option li {
	float: left;
	margin: 0;
	padding: 0;
	width: 100px;
}

#select_option li a {
	display: block;
	margin: 0;
	padding: 0 9px 10px;
	height: 135px;
	border: 1px solid #191919;
	text-decoration: none;
	color: #fff;
}

#select_option.fabrics li a {
	height: 120px;
}
	
#select_option li a:hover {
	border-color: #fff;
}

#select_option li a img {
	display: block;
	margin: 9px 0 2px 0;
	
	border: 3px solid #191919;
}

#select_option li span.name {
	display: block;
	margin: 0 0 0 6px;
	color: #fff;
	line-height: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#select_option.fabrics li span.name {
	line-height: 1.4em;
	margin-top: .5em; 
}

#select_option li span.type {
	margin: 0 0 20px 0px;
	padding: 0 0 0 7px;
	
	color: #C2C2C2;
	background: url(/images/bullets/grey_arrow.gif) 0 5px no-repeat;
	
	font-size: .9em;
	text-decoration: none;
}

#select_option li.current a {
	border-color: #fff;
	background: url(/images/shop/backgrounds/selected_background.gif) repeat;
}
	
/******************************************
/	Select Style Pane
/******************************************/

#select_style_pane {
	position: relative;
	float: left;
	clear: left;
	height: 1%;
	margin-top: 3px;
	padding: 0 0 1em 0;
	background: url(/images/shop/backgrounds/select_pane_background.gif);
}


#select_style_pane #select_style {
	width: 500px;
	float: left;
	padding-bottom: 20em;
}

#select_style_pane.fabric #select_style {
	padding-bottom: 0em;
}

#select_style_pane.fabrics #select_style {

	float: left;
	margin: 0;
	width: 100%;
	
	background: #222;
}

	#select_style h2 {
		margin: 0;
		padding: 13px 1em 11px 1em;
		color: #fff;
		border-top: 8px solid #2D2D2D;
	}
	

#selected_fabric {
	margin: 0 0 1em 0;
	padding: 0 0 .5em 0;
	text-align: center;
	background:#2B0000;
	border: 1px solid #2D2D2D;
}

#additional_information #selected_fabric h2 {
	text-align: left;
	background: #2B0000;
}

#additional_information #selected_fabric img {
	display: inline;
	text-align: center;
	margin: 1em 0;
}
	

#additional_information {
	float: right;
	width: 197px;
	margin-bottom: 0;
	background: #191919;
}

	#additional_information h2 {
		margin: 0;
		padding: 13px 1em 0px 1em;
		background: #191919;
		border-top: 8px solid #2D2D2D;
		font-size: 12px;	
		font-weight: bold;
		letter-spacing: -1px;
	}

	#additional_information h3 {
		margin: 0;
		padding: 0px 1.5em 0px 1.5em;
		font-size: .8em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	#additional_information p {
		margin: 0 1.4em 0 ;
		color: #C5C5C5;
		font-size: 90%;
	}
	
	#additional_information p strong {
		font-size: 110%;
	}
	
	#additional_information .styling_help {
		display: none;
	}
	
	#additional_information img {
		display: block;
		margin:  0 0 1em 0;
	}

/******************************************
/	Select Style
/******************************************/

#select_style ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	background: url(/images/shop/backgrounds/select_options_background.gif) repeat;
}

#select_style_pane.fabric #select_style	 ul {
	background: url(/images/shop/backgrounds/select_options_background_f.gif) repeat;
}

#select_style ul li {
	float: left;
	width: 100px;
	margin-bottom: 14px;
}

#select_style ul li.fabric {
	width: 166px;
	background: #131313;
}

#select_style ul li a {
	display: block;
	position: relative;
	height: 136px;
	padding: 0 12px;
	border: 1px solid #222;
	background: #131313;
	text-decoration: none;
	overflow: hidden;
}

#select_style ul li.fabric a {
	height: 215px;
}

#select_style ul li a:hover  {
	border-color: #464646;
}

#select_style ul li.selected a {
	border-color: #F6F6F6;
}

#select_style ul li a img {
	display: block;
	margin: 9px 0px 2px 0px;
}

#select_style ul li span.name {
	margin: 0;
	padding: 0 0 0 7px;
	line-height: 1.2em;
	
	color: #C2C2C2;
	background: url(/images/bullets/grey_arrow.gif) 0 4px no-repeat;
	
	font-size: .9em;
	letter-spacing: 0px;
	text-decoration: none;
}

#select_style ul li span.select {
	display: block;
	width: 72px; 
	position: absolute;
	bottom: 7px;
	left: 13px;
	
	color: #fff;
	background: #191919;
	font-size: .8em;
	text-align: center;
	text-decoration: none;
}

#select_style ul li.selected span.select {

	background: #BF3705;
}

#select_style ul li.fabric span.name {
	margin: .5em 0;
	display: block;
	font-size: .9em;
	background: url(/images/bullets/grey_arrow.gif) 0 6px no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	
}

#select_style ul li.fabric span.price {
	display: block;
	margin: .5em 0;
	font-size: .9em;
	text-align: center;
}

#select_style ul li.fabric span.view {
	display: block;
	margin: .5em 0;
	font-size: .9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
	

/******************************************
/	Form Styles
/******************************************/

#fabric_controls {
	margin: 1em 0 0;
	width: 500px;
	padding: 1em 0 0 0;
	text-align: center;

	float: left;
}

#fabric_controls .fancy_link {
}

#fabric_controls .prev {
	float: left;
	margin-left: 1em;
	background-image: url(/images/bullets/orange_arrow_reverse.gif);
}
#fabric_controls .next {
	float: right;
	margin-right: 1em;
	background-position: center right;
	padding-left: 0;
	padding-right: .8em;
}

#fabric_controls p.pagnination {
	font-size: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding-right: 15px;
	margin-bottom: .2em;
}


/******************************************
/	Form Styles
/******************************************/

#shirt_editor form {
	width: auto;
}

#shirt_editor br {
	clear: left;
}

#shirt_editor label {
	font-size: 12px;	
	font-weight: bold;
	letter-spacing: -1px;
	word-spacing: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

#shirt_editor label {
	font-size: 12px;	
	clear: left;
	font-weight: bold;
	letter-spacing: -1px;
	word-spacing: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#shirt_editor label a {
	text-decoration: none;
	float: none;
}

#shirt_editor span.guideline {
	font-size: .8em;
	margin: 3px 0 0 .5em;
	color: #fff;
}

/***   Shirt Style Options   ***/

#shirt_style_options {
	margin: 0;
	padding: 1em 2em;
	background: 0;
}

#shirt_style_options label {
	width: auto;
	float: none;
}
#shirt_style_options input.checkbox {
	margin: 0 12px;
	position: relative;
	display: inline;
	float: none;
	top: -2px;
}

/***   Initials Form Styles   ***/

#initials_styling {
	margin: 0;
	padding: 1em 2em;
	background: none;
	float: left;
}

#initials_styling label {
	color: #FC7D00;
	width: 80px;
	margin: 0 0 15px 0;
}

#initials_styling #monogram {
	width: 4.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#initials_styling input.text {
	width: 8em;
}

#initials_styling select {
	background: #131313;
	border: 1px solid #2D2D2D;
	color: #eee;
	width: 10em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#initials_styling input.submit {
	margin-left: 100px;
	font-weight: bold;
	clear: none;
}

img.initials_help {
	margin: 0 0 0 12px;
	padding: 0;

}

