body
{
	font-family: arial, helvetica, sans-serif;
}

button
{
	float: right;
}

.clear
{
	clear: both;
}

#color_swatches_sample
{
	border: none;
	margin: 0;
}

#content
{
	margin-bottom: -19px;  /* This is a temporary fix. Something in the reCaptcha css is causing a margin problem with the footer */
}

.content_end
{
	margin-bottom: 0px;

}

#custom_panel
{
	margin-top: 10px;
}

.custom_panel_content
{
	background: #dddddd url('../images/custom_panel_bg.jpg') no-repeat scroll left top;
	width: 720px;
	height: 430px;
}

.custom_panel_content h4
{
	margin: 10px 0 5px 0;
	color: #000000;
	font-style: normal;
	font-size: 12pt;
}

.custom_panel_content h5
{
	margin: 15px 0 0 0;
	font-size: 8pt;
	text-transform: uppercase;
	color: #555555;
}

.custom_panel_content hr
{
	width: 210px;
	color: #555555;
	margin: 3px 10px 5px 0;
}

.custom_panel_content .hr_full
{
	width: 430px;
}

.custom_panel_content p
{
	margin-top: 0;
	font-size: 8pt;
}

.custom_panel_content .quantity
{
	text-align: right;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
}

.custom_panel_content .quantity td
{
	padding-left: 30px;
}

.custom_panel_content ul
{
	list-style-type: none;
	padding: 0px;
	font-size: 9pt;
}

#custom_panel_nav
{
	background: #3a87ba url('../images/custom_panel_header_bg.jpg') no-repeat scroll left top;
	width: 720px;
	height: 40px;
}

#custom_panel_nav_1		{ background-position: 0px -40px; }
#custom_panel_nav_1:hover	{ background-position: 0px -80px; }
#custom_panel_nav_1.active	{ background-position: 0px 0 !important; }

#custom_panel_nav_2		{ background-position: -120px -40px; }
#custom_panel_nav_2:hover	{ background-position: -120px -80px; }
#custom_panel_nav_2:active	{ background-position: -120px 0px !important; }
#custom_panel_nav_2.active	{ background-position: -120px 0px !important; }

#custom_panel_nav_3		{ background-position: -240px -40px; }
#custom_panel_nav_3:hover	{ background-position: -240px -80px; }
#custom_panel_nav_3:active	{ background-position: -240px 0px !important; }
#custom_panel_nav_3.active	{ background-position: -240px 0px !important; }

#custom_panel_nav_4		{ background-position: -360px -40px; }
#custom_panel_nav_4:hover	{ background-position: -360px -80px; }
#custom_panel_nav_4:active	{ background-position: -360px 0px !important; }
#custom_panel_nav_4.active	{ background-position: -360px 0px !important; }

#custom_panel_nav_5		{ background-position: -480px -40px; }
#custom_panel_nav_5:hover	{ background-position: -480px -80px; }
#custom_panel_nav_5:active	{ background-position: -480px 0px !important; }
#custom_panel_nav_5.active	{ background-position: -480px 0px !important; }

#custom_panel_nav_6		{ background-position: -600px -40px; }
#custom_panel_nav_6:hover	{ background-position: -600px -80px; }
#custom_panel_nav_6:active	{ background-position: -600px 0px !important; }
#custom_panel_nav_6.active	{ background-position: -600px 0px !important; }

.design_center_contact_form
{
	padding: 0 10px;
}


.design_center_contact_form label
{
	float: left;
	width: 150px;
	clear: left;
	margin: 8px;
	text-align: right;
}

.design_center_contact_form input, .design_center_contact_form textarea
{
	float: left;
	width: 250px;
	margin: 3px 8px;
}

#design_center_main
{
	padding: 15px 15px 0 15px;
}

#design_center_main a, #design_center_most_popular a
{
	float: left;
	font-size: 9pt;
	margin: 5px 14px 15px 0;
	text-align: center;
}

#design_center_most_popular a
{
	margin-left: 17px;
}

#design_center_main h2
{
	margin-top: 10px;
	margin-bottom: 0;
}

#design_center_main hr
{
	margin-top: 3px;
	color: #cccccc;
}

#design_center_main img, #design_center_most_popular img
{
	display: block;
	border: 1px solid #226290;
	margin-bottom: 5px;
}

#design_center_submit
{
	width: 150px;
	float: right;
	margin-right: 30px;
}

.jbar{
	height:50px;
	width:100%;
	background-color: #fff;
	position:fixed;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95); 
	opacity: 0.95;
	-moz-opacity: 0.95;
	text-align:center;
	left:0px;
	z-index:9999999;
	margin:0px;
	padding:0px;
}
.jbar-top{
	top:0px;
	border-top:2px solid #fff;
	border-bottom: 1px solid #ebebeb;
}
.jbar-bottom{
	bottom:0px;
	border-bottom:2px solid #fff;
	border-top: 1px solid #ebebeb;
	color:#777;
}
.jbar-content{
	line-height:46px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
a.jbar-cross{
	position:absolute;
	width:31px;
	height:31px;
	background:transparent url(../images/cross.png) no-repeat top left;	
	cursor:pointer;
	right:10px;
}
a.jbar-cross:hover{
	background-image: url(../images/cross_hover.png)
}
.jbar-top a.jbar-cross{
	top:8px;	
}
.jbar-bottom a.jbar-cross{
	bottom:8px;
}

.nav_indicator a
{
	background: #3a87ba url('../images/design_center_nav.jpg') no-repeat scroll left top;
	width: 120px;
	height: 40px;
	float: left;
	display: block;
	cursor: pointer;
	
}

.nav_indicator a.active
{
	cursor: default;
}

.navi
{
	width: 720px;
	height: 40px;
}

#recaptcha_area, #recaptcha_table
{
	display: inline;
	float: right;
	margin: 5px 30px;
}

#scroll
{
	position:relative;
	background: #dddddd url('../images/custom_panel_bg.jpg') no-repeat scroll left top;
	width: 720px;
	height: 430px;
	overflow: hidden;

}

#selected_elements
{
	background: #565555 url('../images/selected_elements_bg.jpg') no-repeat scroll left top;
	width: 720px;
	height: 135px;
	margin-bottom: 10px;
}

#selected_elements img
{
	display: block;
	margin-bottom: 5px;
}

#selected_elements a
{
	text-align: center;
	display: inline;
	float: left;
	color: #999999;
	text-decoration: none;
	margin: 23px 20px 0 15px;
	width: 100px;
}

#selected_elements #text_image
{
	width: 145px;
}

#selected_elements #ink_image img
{
	display: inline;
	margin-left: 8px;
}

#selected_elements a input
{
	display: block;
	margin-bottom: 8px;
}

#selected_elements_images
{
	height: 110px;
}

#selected_elements_title
{
	clear: left;
}

#selected_elements_title ul
{
	margin: 0;
	padding: 0;
}

#selected_elements_title li
{
	display: inline;
	font-size: 9pt;
	font-weight: bold;
	color: #999999;
	text-align: center;
	width: 133px;
	float: left;
}

#selected_elements #text_title
{
	width: 185px;
}

.sizes
{
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
}

.sizes td
{
	padding-right: 5px;
}

.sizes_two td
{
	padding-top: 10px;
}

#steps
{
	background: #dddddd url('../images/custom_panel_step_bg.jpg') no-repeat scroll left top;
	width: 700px;
	height: 430px;
	margin: 0 auto;
}

#steps
{
	width: 9999em;
	position: absolute;
	height: 430px;
	background: #dddddd url('../images/custom_panel_bg.jpg') no-repeat scroll left top;
}

.steps_main
{
	float: right;
	width: 480px;
	height: 430px;
	background: #d3d3d3 url('../images/steps_main_bg.jpg') no-repeat scroll left top;
}

.steps_main img
{
	border: 1px solid #333333;
	margin: 15px;
}

.steps_main_column
{
	float: left;
	width: 220px;
	padding: 0 10px;
}

.steps_main_column p
{
	margin-top: 10px;
}

.steps_secondary
{
	float: left;
	width: 220px;
	height: 430px;
	background: #e4e4e4 url('../images/steps_secondary_bg.jpg') no-repeat scroll left top;
}

.steps_secondary a
{
	font-size: 10pt;
}

.steps_secondary p
{
	width: 210px;
}

.steps_secondary_column
{
	width: 110px;
	float: left;
}

.thumb_container_design, .thumb_container_mascot
{
	padding: 14px 0 0 20px;
	clear: left;
}

.thumb_container_design a, .thumb_container_mascot a
{
	float: left;
	margin: 10px 6px;
	width: 100px;
	height: 80px;
}


.thumb_container_design img, .thumb_container_mascot img, .thumb_container_ink_swatches img, .thumb_container_apparel_swatches img
{
	margin: 0px;
}

.thumb_container_apparel_swatches
{
	margin-bottom: 20px;
	float: left;
}

.thumb_container_apparel_swatches a
{
	float: left;
	margin: 3px 4px;
	width: 22px;
	height: 16px;
}

.thumb_container_ink_swatches a
{

	width: 29px;
	height: 30px;
}

.tool
{
	float: left;
	width: 700px;
	height: 430px;
	background: #dddddd url('../images/custom_panel_bg.jpg') no-repeat scroll left top;
	padding-right: 10px;
	padding-left: 10px;
}

.tooltip
{
	display: none;
	background: transparent url('../images/tooltip/black_arrow_small.png') no-repeat;
	font-size: 11pt;
	width: 135px;
	height: 53px;
	color: #ffffff;
	text-align: center;
}
