#content
{
	border-color: #8cc63f;
	padding: 11px 25px 2em 25px;
}

#content > form
{
	overflow: hidden;
}

form#cart-view
{
	overflow: hidden;
	height: 330px;
}

#content > form > p.error
{
	background-color: #ffbfbf;
	border: 2px solid #ff0000;
	color: #ff0000;
	margin-top: 2em;
	padding: 1em;
}

#content > form > p.success
{
    background-color: #90EE90;
    border: 2px solid #006400;
    color: #006400;
    margin-top: 2em;
    padding: 1em;
}

#content .cancellation
{
	background-color: #f0f0f0;
	border: 1px solid #bfbfbf;
	margin-top: 3em;
	padding: .75em 1em 1em 1em;
}

#content .cancellation h2
{
	font-weight: normal;
}

#content .cancellation p
{
	font-size: .8em;
	margin-top: 1em;
}

#content .go
{
	border-width: .1em;
	clear: right;
	float: right;
	font-size: 1.5em;
	margin-top: 1em;
}

#content .header
{
	background: url(../images/ui/fedex-new.png) no-repeat bottom right;
	border-bottom: 1px solid #bfbfbf;
	min-height: 68px;
}

#content .header h1
{
	font-size: 1.5em;
	font-weight: normal;
}

#content input[type=text]
{
	/*padding: .1em;*/
}

#content input[type=text],
#content select
{
	border: 1px solid #bfbfbf;
}

#content table
{
	border-spacing: 0;
	margin: 2em 0 1em 0;
	width: 100%;
}

#content table a
{
	color: #0054a6;
}

#content table a:before
{
	content: "<< ";
}

#content table a:hover
{
	text-decoration: none;
}

#content table .error
{
	background-color: #ffebeb;
	border-color: #ff0000 !important;
}

#content table .help
{
	color: #666666;
}

#content table .help > span
{
	color: #000000;
	text-align: left;
	width: 20em;
}

#content table .upsell
{
	background-color: #f3f9eb;
	border-color: #8cc63f !important;
}

#content table tbody td:first-child
{
	padding-left: .5em;
	text-align: left;
}

#content table td,
#content table th
{
	padding: .2em;
	text-align: right;
}

#content table td input[type=text]
{
	text-align: right;
}

#content table td input[type=text],
#content table td select
{
	width: 4em;
}

/*#content table td input[value="Remove Item"],
#content table td input[value="Remove Logo"]
{
	background-color: #9f1b1f;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	padding: .2em;
}*/

#content table th
{
	padding-bottom: 1em;
}

#content table th:first-child
{
	text-align: left;
}

#content table tr.row-a
{
	background-color: #eeeeee;
}

#content table tr.row-b
{
	background-color: #f9f9f9;
}

#content table tr.sub-total
{
	font-weight: bold;
}

#content table tr.sub-total > td
{
	border-bottom: 1px solid #cccccc;
}

#content table tr.sub-total > td:first-child
{
	border-bottom: 0;
	padding: 1em 3em 0 0;
	vertical-align: top;
}

#content table tr.total
{
	color: #c40000;
	font-weight: bold;
}

#content table tr.total > td
{
	border-top: 1px solid #cccccc;
}

#content .taxes
{
	color: #888888;
	font-size: .7em;
	text-align: right;
}

#content > p
{
	font-size: 1em;
	margin: 1em 0 1em 0;
}



#deal-popup
{
	background-color: #ffffff;
	border: .1em solid #ff0000;
	padding: 1em;
}

#deal-popup button[name=yes-more],
#deal-popup button[name=yes-selected]
{
	cursor: pointer;
	font-size: 1em;
}

#deal-popup button[name=no]
{
	background-color: transparent;
	border-bottom: 1px solid transparent;
	cursor: pointer;
	margin-top: 2em;
}

#deal-popup button[name=no]:after
{
	content: ".";
}

#deal-popup button[name=no]:hover
{
	border-color: #000000;
}

#deal-popup h2
{
	font-weight: normal;
	margin-bottom: 1em;
}

#deal-popup legend
{
	display: none;
}

#deal-popup p
{
	margin-top: .7em;
}

#deal-popup-background
{
	background: url(../images/ui/gallery_bg.png);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	text-align: center;
	z-index: 20;
}

#deal-popup-background > div
{
	background-color: #ffffff;
	border: 1em solid #ffffff;
	border-radius: 1em;
	box-shadow: 1px 1px 25px #333333;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	top: 25%;
	
	-moz-border-radius: 1em;
	-moz-box-shadow: 1px 1px 25px #333333;
	-webkit-box-shadow: 1px 1px 25px #333333;
}



#header .tabs
{
	border-color: #8cc63f;
}

#header .tabs li.tab1
{
    z-index: 4;
}

#header .tabs li.tab2
{
	z-index: 2;
}

#header .tabs li.tab3
{
	z-index: 3;
}

#header .tabs li.tab3 a
{
	height: 88px;
	left: 375px;
}


/* @group Form */

fieldset input[type=text].error,
fieldset select.error
{
	background-color: #ffebeb;
	border-color: #ff0000 !important;
}

fieldset input[type=text][disabled],
fieldset select[disabled]
{
	background-color: #f8f8f8;
	border-color: #dfdfdf !important;
	color: #cccccc;
}

fieldset.addresses
{
	float: left;
	width: 55%;
}

fieldset.billing,
fieldset.payment1,
fieldset.payment2,
fieldset.shipping
{
	font-size: .8em;
	margin-top: 3em;
	position: relative;
}

fieldset.billing > div,
fieldset.payment1 > div,
fieldset.payment2 > div,
fieldset.shipping > div
{
	padding-top: 1em;
}

fieldset.billing a,
fieldset.payment1 a
{
	color: #0054a6;
	font-style: italic;
}

fieldset.billing a:hover,
fieldset.payment1 a:hover
{
	text-decoration: none;
}

fieldset.billing a,
fieldset.payment1 a,
fieldset.shipping > div > label
{
	font-size: 1.1em;
	position: absolute;
	right: 0;
	top: 0;
}

@-moz-document url-prefix()
{
	fieldset.billing a,
	fieldset.payment a,
	fieldset.payment1 a,
	fieldset.shipping > div > label
	{
		margin-top: -1.6em;
	}
}

fieldset.billing legend,
fieldset.payment1 legend,
fieldset.payment2 legend,
fieldset.shipping legend
{
	border-bottom: 1px solid #cccccc;
	display: block;
	font-size: 1.2em;
	width: 100%;
}

fieldset.billing p,
fieldset.payment1 p,
fieldset.payment2 p,
fieldset.shipping p
{
	padding: .5em 10px .5em 10px;
	white-space: nowrap;
}

fieldset.payment1,
fieldset.payment2
{
	/*float: right;*/
	/*width: 39%;*/
}

fieldset.payment1 > div.disabled
{
	color: #cccccc;
}

fieldset.payment1 > div.disabled .req
{
	color: #e38686;
}

fieldset.payment2
{
	max-width: 353px;
}

fieldset.payment2 p
{
	white-space: normal;
}



.help
{
	cursor: pointer;
	font-size: .8em;
	margin-left: 1em;
	position: relative;
}

.help > span
{
	background-color: #ffffcc;
	border: 2px solid #c0c49f;
	color: #000000 !important;
	display: none;
	font-size: 1.2em;
	left: 0;
	margin: -1em 0 0 -2em;
	padding: .5em;
	position: absolute;
	top: 0;
	white-space: normal;
	width: 10em;
}

.help:hover
{
	cursor: default;
}

.help:hover > span
{
	display: block;
}

.continue:before {
    content: "<< ";
}
#content .continue {
    border-width: 0.1em;
    clear: right;
    float: right;
    font-size: 1.5em;
    margin-top: 1em;
}

#fe_block {display:none;}

.tbd {cursor:help;}
#productqty-box {float:right; width:330px; display:none; margin-top: 2em;}
#productqty-box .inner-select {padding:5px; border: 1px solid yellow; background-color: lightyellow; margin-top:5px; height: 320px; overflow-y: scroll; font-size: 14px;}
#productqty-box .inner-select ul {margin: 3px 5px;}
#productqty-box .inner-select ul li {list-style-type: none;}

.help-freight
{
	cursor: pointer;
	font-size: .8em;
	margin-left: 1em;
	position: relative;
}

.help-freight  > span
{
	background-color: #ffffcc;
	border: 2px solid #c0c49f;
	color: #000000 !important;
	display: none;
	font-size: 1.2em;
	left: 0;
	margin: -8.5em 0 0 -25em;
	padding: .5em;
	position: absolute;
	top: 0;
	white-space: normal;
	width: 20em;
	text-align: center;
}

.help-freight:hover
{
	cursor: default;
}

.help-freight:hover > span
{
	display: block;
}