/* --------- /stylesheets/global.css --------- */ 
/* 

Fetch, Seamless digital delivery
Copyright (c) Pixellent, LLC All rights reserved.

*/

/* @group CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.22em;
	font-family: inherit;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

/* @end */

/* @group Structure */

body {
	font-size: 12px;
	color: #161616;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
	background-color: #fff;
}

.container {
	text-align: left;
	width: 460px;
	margin: 0 auto;
}

.contained {
	text-align: left;
	width: 960px;
	margin: 0 auto;
}

.container, .contained {
	display: inline-block;
}

.container, .contained {
	display: block;
}

.container:after, .contained:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end */

/* @group Layout */

#layout, #wide-layout {
	background: #fff url(/images/layout.png) repeat-x 0 12px;
	padding: 30px 0 80px;
	border-top: 6px solid #049ed1;
}

#layout {
	min-width: 460px;
}

#wide-layout {
	min-width: 960px;
}

.btn {
	font-size: 16px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* @end */

/* @group Login & Box */

#signin, #box {
	background-color: #f5f5f5;
	margin-top: 50px;
	padding: 20px 25px;
	border: 10px solid #e1e1e1;
}

#signin h3, #box h3, #box h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #e2e2e2;
}

#box h2 {
	padding: 5px 0 12px;
	border: none;
}

#box h5 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 3px;
}

#box h6 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
}

#signin #fields {
	padding: 15px 0 5px;
}

#signin p {
	padding-bottom: 10px;
}

#signin label {
	font-weight: bold;
}

#signin label.normal {
	font-weight: normal;
}

#signin label span {
	font-size: 11px;
	font-weight: normal;
}

#signin label span.blue {
	color: #009ed0;
}

#signin p.text-fields input {
	color: #161616;
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
	width: 340px;
	margin-top: 2px;
	padding: 3px 2px;
	border-top: 1px solid #999;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
}

#signin a, #message p a, #order li a, #change-cc #submit a {
	color: #009ed0;
	text-decoration: underline;
}

#signin a:hover, #message p a:hover, #order li a:hover, #change-cc #submit a:hover {
	text-decoration: none;
}

#logo {
	background:url(/images/logo-global.gif) no-repeat 0 0;
	height: 65px;
	padding-bottom: 10px;
}

#logo a {
	width: 200px;
	height: 0;
	padding-top: 65px;
	display: block;
	overflow: hidden;
}

#message {
	padding-top: 20px;
	border-top: 1px solid #e2e2e2;
}

#message p {
	line-height: 1.52em;
	padding-bottom: 15px;
}

#message p strong {
	line-height: 1.52em;
}

#order {
	padding-bottom: 15px;
}

#order li {
	padding-top: 17px;
	list-style-type: disc;
	list-style-position: inside;
}

#order li li {
	padding: 5px 0 0 25px;
	list-style-type: none;
}

#order li li span {
	color: #999;
	font-size: 11px;
	padding-left: 2px;
}

#order li p {
	font-weight: bold;
}

/* @end */

/* @group Upgrade Credit Card */

#change-cc {
	margin-top: 5px;
	padding: 20px 0;
	border-top: 1px solid #e2e2e2;
}

#change-cc th {
	font-size: 12px;
	font-weight: bold;
	width: 115px;
	padding: 0 15px 10px 0;
	text-align: right;
	vertical-align: middle;
}

#change-cc td {
	vertical-align: middle;
	padding-bottom: 10px;
}

#change-cc tr.downpad th, #change-cc tr.downpad td {
	padding-bottom: 15px;
}

#change-cc input.field, #change-cc input.lil-field, #change-cc input.mid-field {
	color: #161616;
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 4px;
	border-top: 1px solid #999;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
}

#change-cc input.field {
	width: 225px;
}

#change-cc input.lil-field {
	width: 50px;
	margin-right: 5px;
}

#change-cc input.mid-field {
	width: 130px;
}

#change-cc td.long select, #change-cc select.long {
	width: 80%;
}

#change-cc #billing-info {
	padding: 20px 0 10px;
	border-top: 1px solid #e2e2e2;
}

#change-cc #submit {
	padding-top: 15px;
	border-top: 1px solid #e2e2e2;
}

#change-cc #submit input {
	float: left;
	margin-right: 5px;
}

#change-cc #submit p {
	padding-top: 4px;
}

#change-cc #state_select {
	padding: 0;
}

/* @end */

/* @group Wide Layout */

#wide-layout h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 4px;
}

#wide-layout h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 6px 0 4px;
}

#wide-layout p {
	line-height: 1.52em;
	padding-bottom: 15px;
}

#wide-layout ol, #wide-layout ul {
	padding: 5px 0 20px 40px;
}

#wide-layout ol li, #wide-layout ul li {
	line-height: 1.52em;
	list-style-position: outside;
}

#wide-layout ol li {
	list-style-type: disc;
}

#wide-layout ul li {
	list-style-type: decimal;
}

#wide-layout a {
	color: #009ed0;
	text-decoration: underline;
}

#wide-layout a:hover {
	text-decoration: none;
}

/* @end */

/* @group Notice */

#notice {
	color: #fff;
	font-size: 12px;
	margin-bottom: 15px;
	padding: 15px 20px;
}

#change-cc #notice {
	margin-bottom: 20px;
}

#notice li {
	line-height: 1.52em;
}

.error {
	background-color: #cc1919;
}

.success {
	background-color: #2aa72b;
}

/* @end */

/* End of Stylesheet */
