﻿td.ShellRightBar
{
	position: absolute;
	left: 1020px;
}

.ShellRedBar
{
	background: url("/masterpage/images/complimentaryinset.png") repeat-x scroll 50% 50% #980203;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

div.ShellItemNavigation
{
	float: left;
	margin-bottom: 0;
	margin-left: 138px;
}

div.ShellDetailPrice
{
	float: right;
	display: block;
	width: 400px;
	padding-left: 0;
}

div.ShellPriceBox
{
	width: 340px;
}

div.ShortDescription
{
	width: 340px;
}

.FirehatControls
{
	float: left;
	width: 580px;
}

	.FirehatControls .InputControls
	{
		float: left;
		width: 200px;
	}

	.FirehatControls .InputControl
	{
		float: left;
		width: 100%;
		clear: both;
		padding-bottom: 7px;
	}

		.FirehatControls .InputControl .Label
		{
			float: left;
			font-weight: bold;
			padding: 0 0 2px 5px;
		}

		.FirehatControls .InputControl select
		{
			float: left;
			clear: both;
			width: 100%;
		}

        .FirehatControls .InputControl input[type='text'] {
            isplay: block;
            width: 100%;
            height: 34px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        }

		.FirehatControls .InputControl .RivetsCheckBox label
		{
			font-weight: bold;
		}

	.FirehatControls .Graphics
	{
		float: right;
		width: 315px;
		height: 410px;
		position: relative;
		font-family: Impact;
	}

		.FirehatControls .Graphics .LoadingImage
		{
			position: absolute;
			top: 200px;
			left: 144px;
		}

		.FirehatControls .Graphics .Background,
		.FirehatControls .Graphics .Stitching,
		.FirehatControls .Graphics .CenterDesign,
		.FirehatControls .Graphics .CenterDesignText,
		.FirehatControls .Graphics .Rivets,
		.FirehatControls .Graphics .Banner,
		.FirehatControls .Graphics .BannerText
		{
			position: absolute;
			bottom: 0;
			top: 0;
			left: 0;
			right: 0;
		}

		.FirehatControls .Graphics div.CenterDesignText
		{
			text-align: center;
			font-size: 95px;
			top: 180px;
		}

		.FirehatControls .Graphics .CenterDesignCustomLogo
		{
			left: 0;
			position: absolute;
			right: 0;
			text-align: center;
			top: 183px;
		}

			.FirehatControls .Graphics .CenterDesignCustomLogo img
			{
				max-height: 115px;
				max-width: 200px;
			}

		.FirehatControls .Graphics .BannerText
		{
			text-align: center;
			font-size: 22px;
		}

			.FirehatControls .Graphics .BannerText.Top
			{
				top: 106px;
			}

			.FirehatControls .Graphics .BannerText.Bottom
			{
				top: 342px;
			}

.ShellCaptcha img
{
	height: 27px;
	max-width: 280px !important;
	width: 100% !important;
	float: left;
}

.ShellCaptcha .CaptchaMessageLabel
{
	display: block;
	float: left;
	clear: both;
}

.ShellCaptcha input[type="text"].CaptchaTextBox
{
	font-size: 11px;
	height: 22px;
	top: 0;
	width: 63px;
	float: left;
	height: 26px;
}

.UploadButton
{
	float: right;
}

.CustomLogoText
{
	color: #FF0000;
	float: right;
	font-style: italic;
	padding: 0 50px;
	text-align: center;
	width: 315px;
}

.FirehatControls .InputControl.CustomLogo
{
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	display: block;
	margin-bottom: 5px;
	padding: 0 5px 5px;
	width: 100%;
}

	.FirehatControls .InputControl.CustomLogo .Label
	{
		padding: 0 0 5px;
	}

.CustomLogoFileUpload
{
	font-size: 11px;
    width:100%;
}
.ShellTabsAccessories {
    float: left;
    clear: both;
    width: 100%;
}
.AddToCartQuantityTextBox{
    float: left;
    width: 50px;
    font-size: 1.1em;
    padding: 6px;
}
.AddToCartControls {
    padding: 10px 0;
}
.LongDescription {
    padding-top: 15px;
}
@media only screen and (max-width : 768px) {
    .FirehatControls .InputControls{
        float:none;
        clear:both;
    }
    .FirehatControls{
        width:100%;
        clear:both;
    }
    div.ShellDetailPrice, div.ShellPriceBox, div.ShortDescription {
        width: 100%;
    }
}