/* ================================

COLOURS
	#568a9f = Page Blue
	#0069af - Link Blue
	#ef3e42 = Link Red

   ================================ */  
   
 /* +
--------------------------------------------- Basic HTML */
body {
	background: #568a9f url(../images/bg-page.gif) top left repeat-x;
	color: #333;
	font-family: "HelveticaNeue-Light","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0 0 30px 0;
	font-size: 62.5%;
}
select {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 .3em;
	padding: 0;
}
h1 {
	font-size: 2.5em;
}
h2 {
	color: #005A96;
	font-size: 1.7em;	
}
h3 {
	color: #4f2904;
	font-size: 1.5em;	
}
p {
	line-height: 1.7em;
	margin: 0 0 1em 0;
	padding: 0;
}
form {
	/*padding: 1em;*/
}
label {
	cursor: pointer;
}
textarea {
	font-family: Helvetica, Arial, sans-serif;
	padding: .2em;
}
input {
	font-family: Helvetica, Arial, sans-serif;
	padding: .2em;
}
a:link, a:visited {
	color: #0069af;
	text-decoration: underline;
}
a:hover {
	color: #ef3e42;
	text-decoration: none;
}
a:active {
	color: #900;
}
sup {
	font-size: 90%;
}
p, li, input, text-area, td, th {
	font-size: 1.3em;
}
ul {
	list-style: circle;
}
li {
	margin: 0 0 .5em 2em;
}
table {
	width: 100%;
	border-collapse: collapse;
}

table th {
	border-bottom:1px solid black;
	padding:3px;
}
table td{
	padding:3px;
}
table tr{
	padding:3px;
}
th {
	text-align: left;
}
td {
	vertical-align: top;
}
table#upgrade-cost td {
	font-size: 18px;
	font-weight: bold;
}
/* +
--------------------------------------------- Login Page */
#wrapper-login {
	width: 500px;
	margin: 0 auto;
	padding-top: 10%;
}
body.users-new #wrapper-login, 
body.users-create #wrapper-login {
	padding: 40px 0 0 0;
}
#login {
	background: url(../images/login-bg.png) top left repeat-y;
	padding: 1em 0;
}
#wrapper-login #top {
	background: url(../images/login-top.png) top left no-repeat;
	height: 50px;
}
#wrapper-login #bottom {
	background: url(../images/login-bottom.png) bottom left no-repeat;
	height: 30px;
}
#login form {
	background: #fff;
	margin: 0 auto;
	width: 380px;
}

#login p strong {
	font-weight: normal;
	font-size: 1.5em;
}
#login p a {
	padding-left: .5em;
}
#login .login-text {
	margin: 0 5em 1em;
}
#login h1 {
	margin: 0 60px 1em;
}

/* +
--------------------------------------------- Banner */
#banner {
	background: url(../images/bg-banner.png) top left no-repeat;
	height: 344px;
	margin: 0 auto;
	position: relative;
	width: 900px;	
}
#banner a.homepage-link {
	position: absolute;
	bottom: 17px;
	left: 40px;
	display: block;
	width: 240px;
	height: 50px;
	text-indent: -9999px;
}
h2#store-data {
	background: url(../images/heading-maps-charts.png) top left no-repeat;
	height: 26px;
	position: absolute;
	left: 50px;
	text-indent: -9999px;
	top: 63px;
	width: 486px;
}
#banner-login {
	font-size: 12px;
	float: right;
	margin: 0;
	padding: 45px 25px 0 0;
	width: 280px;
}
#banner-login form {
	margin: 0;
	padding: 0;
}
#banner-login p {
	font-size: 11px;
	color: #fff;
	line-height: normal;
	padding: 0;
	margin: 0;
}
#banner-login p a {
	color: #6ec1cd;
}
#banner-login input.styled {
	background-color: #a1a1a1 !important;
	border: 0;
	color: #fff;
	margin: 0 5px 0 0;
	padding: 5px 0;
	text-indent: 2px;
	width: 80px;
	font-size: 11px;
}
#banner-login .login, #banner-login input.login {
	background: url(../images/bg-login-button.gif) top left no-repeat;
	color: #004674;
	border: 0;
	font-size: 12px;
	width: auto;
	overflow: visible;
	line-height: 30px;
	height: 30px;
	padding: 0 10px 0 35px;
	text-decoration: none;
}

#banner-login p a.logout {
	background: url(../images/bg-logout-button.gif) bottom left no-repeat;
	color: #004674;
	padding: 12px 10px 8px 35px;
	margin-right: 10px;
	display: block;
	float: left;
	text-decoration: none;
}
#banner-login p a.files {
	background: url(../images/bg-my-files-button.gif) bottom left no-repeat;
	color: #333;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 12px 10px 8px 40px;
	text-decoration: none;
}

#banner-login p a.my-acct {
	display: block;
	float: left;
	padding: 12px 10px 8px 0;
}
/* +
--------------------------------------------- Main Content DIVs */
#container-content {
	background: #e1f6f8 url(../images/bg-container-content.gif) top left repeat-x;
	margin: 0 auto;
	padding: 0 0 20px;
	overflow: hidden;
	width: 860px;
}

#container-content h1, 
#container-content h2,
#container-content h3,
#container-content h4,
#container-content h5,
#container-content h6,
#container-content p, 
#container-content ul {
	margin: 0;
	padding: 15px 20px 0;
}

#container-content p.answer {
	padding: 0 20px 0 40px;
}

#container-content h1 {
	color: #003C63;
}

#main-content {
	float: left;
	padding: 25px 20px;
	width: 510px;
}

#main-content h1, #main-content h2, #main-content h3 {
	padding: 0px 20px 0;
}

#main-content2 {
	float: left;
	padding: 0;
	width: 510px;
}

#sidebar {
	background: #a0c1cd;
	float: right;
	padding: 25px 20px;
	width: 260px;
}

#sidebar2 {
	background: #a0c1cd;
	float: right;
	padding: 0 0 20px 0;
	width: 260px;
	margin: 0 auto;
}

#sidebar2 div b {
	font-size:1.3em;
}
#container-content ul {
	background: #fff;
	padding: 10px;
	margin: 15px 20px 0;
	font-size: 14px;
}

#container-content ul li {
	font-size: 14px;
	background:transparent url(../images/icon-arrows.gif) no-repeat scroll 0 25%;
	line-height:normal;
	list-style: outside none none;
	margin:0;
	padding:5px 0 5px 20px;
}

#container-content ol {
	list-style: outside decimal;
	margin: 15px 15px 0;
	padding: 0;
}

#container-content ol li {
	font-size: 13px;
}

#container-content table {
	padding: 0;
	margin: 20px 20px 0;
	width: 90%;
}

#container-content table.checkout {
	width: 210px;
}

#container-content table tr {
	border-bottom: 1px solid #E1F6F8;
}

#container-content table th {
	color: #fff;
	padding: 10px;
	background: #0278C7 url(../images/admin-button-bg.gif) bottom left repeat-x;
}

#container-content table td {
	padding: 10px;
	background-color: #fff;
	vertical-align: top;
}

#container-content table td.product {
	background-color: #f2fbfc;
}

#container-content table td p {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 13px;
}

#container-content table td img {
	vertical-align: top;
	margin: 0 8px 0 0;
}

#cart-bg {
		background: url(../images/bg-cart-content.png) repeat-y;
}

/* +
--------------------------------------------- Main Nav */
#main-nav {
	/*background: pink;*/
	margin: 0 auto;
	overflow: auto;
	width: 860px;
}
#main-nav ul {
	list-style: none;
	margin: 0;
    padding: 0;
}
#main-nav li {
	background: pink;
	background: url(../images/bg-main-nav-item.gif) bottom left no-repeat;
	font-size: 1.4em;
	float: left;
	margin: 0;
    padding: 10px 18px 15px 18px;
	text-transform: uppercase;
}
#main-nav li a {
	color: #999999;
	margin: 0;
    padding: 0;
	text-decoration: none;
}
#main-nav li a:link, #main-nav li a:visited {
	color: #999999;
}
#main-nav li a span {
	color: #0069af;
	font-size: 11px;
	display: block;
	letter-spacing: 3px;
}
#main-nav li a:link span, #main-nav li a:visited span {
	color: #0069af;
}
#main-nav li a:hover, #main-nav li a:hover span {
	color: #333;
}
/* +
---------------------------------- Nav Indicator */
#main-nav li#current {
	background: #fff url(../images/bg-main-nav-indicator.gif) bottom center no-repeat;
	font-weight: bold;
}
#main-nav li {
	color: #333;
}
#main-nav li span {
	display: block;
	color: #ef3e42;
	font-size: 11px;
	letter-spacing: 3px;
}

/* +
--------------------------------------------- Home Page */
h1#heading-intro {
	background: url(../images/heading-intro.gif) top left no-repeat;
	height: 90px;
	text-indent: -9999px;
	line-height: normal;
	margin: 0;
	padding: 0;
	width: 510px;
}
#features {
	background: url(../images/bg-features.png) top left no-repeat;
	margin-top: 15px;
	padding: 70px 0 20px 20px;
}
#features ul {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}
#features ul li {
	font-size: 14px;
	line-height: normal;
	list-style: none;
	background: url(../images/icon-arrows.gif) 0 50% no-repeat;
	margin: 0;
	padding: 5px 0 5px 20px;
}
#features a {
	color: #ef3e42;
}
#features a:link, #features a:visited {
	color: #ef3e42;
}
#features a:hover {
	color: #0069af;
}
/* +
---------------------------------- Signup Block */
#home-signup {
}
#home-signup h2 {
	background: url(../images/heading-signup.gif) top left no-repeat;
	height: 50px;
	padding: 0;
	text-indent: -9999px;
	width: 163px;
}
#refer-a-friend h2 {
	background: url(../images/heading-refer-a-friend.gif) top left no-repeat;
	height: 18px;
	padding: 0;
	text-indent: -9999px;
	width: 163px;
}
#container-content #sidebar p.signup {
	background: url(../images/bg-signup-button.gif) bottom left no-repeat;
	display: inline-block;
	padding: 15px 20px 5px 45px;
}
#home-signup p {
	padding: 20px 0 0;
}
.signup a {
	color: #fff;
	text-decoration: none;
}
.signup a:link, .signup a:visited {
	color: #fff;
	text-decoration: none;
}
.signup a:hover {
	color: #bbe806;
	text-decoration: none;
}

/* +
---------------------------------- Signup Block */
fieldset.plan-options {
	border-top: 1px solid #333;
	padding: 0 15px 15px;
	margin: 0 0 15px;
	float: none;
	width: auto;
	background-color: #eee;
}
fieldset.plan-options h4 {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #333;
	margin: 0 10px;
}
fieldset.plan-options legend {
	font-size:14px;
	font-weight:bold;
	padding:0 5px;
}
fieldset.plan-options .plan-header {
	background: #0278C7;
	color: #fff;
	padding: 10px;
	margin: 10px 0 0 0;
	font-weight: bold;
	font-size: 14px;
}
fieldset.plan-options .plan-header-free {
	background-color: #999;
	color: #fff;
	padding: 10px;
	margin: 10px 0 0 0;
	font-weight: bold;
	font-size: 14px;
}
fieldset.plan-options .plan-content {
	background-color: #ccc;
}
fieldset.plan-options .plan-content p {
	padding: 10px;
}
/* +
--------------------------------------------- Asset Management Page */
#wrapper-content {
	background: url(../images/bg-content.png) top center repeat-y;
	width: 900px;
	margin: 0 auto;
}
#content-asset-management {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

/* +
---------------------------------- Utilities */
#utilities {
	background: #0069af url(../images/bg-utilities.gif) bottom left no-repeat;
	color: #b3d2e7;
	margin: 0 auto;
	text-align: right;
	width: 860px;
}
#utilities p {
	line-height: normal;
	padding: .6em .6em .8em .6em;
	margin: 0;
}
#utilities p a {
	color: #b3d2e7;
	padding: 0 .3em;
}
#utilities p a:link, #utilities p a:visited {
	color: #b3d2e7;
}
#utilities p a:hover {
	color: #fff;
}				

/* +
---------------------------------- Asset-Nav */
#wrapper-asset-nav {
	background: url(../images/bg-header.png) bottom left no-repeat;
	height: 92px;
	margin: 0 auto;
	width: 900px;
}
#homepage-link {
	float: left;
	width: 207px;
	height: 59px;
	margin:11px 0 0 40px;
	display: inline;
}
#asset-nav {
	float: right;
    width: auto;
    line-height: normal;
	padding: 33px 30px 0 0;
}
#asset-nav ul {
	margin: 0;
    padding: 0;
    list-style: none;
}
#asset-nav li {
	float: left;
	font-size: 1.2em;
    margin: 0;
    padding: 0;
}
#asset-nav li span {
	display: block;
	color: #fff;
	float: left;
	margin: 0;
	padding: 7px 5px;
}
#asset-nav li a:link, #asset-nav li a:visited {
	color: #fff;
	text-decoration: none;
}
#asset-nav li a:hover {
	color: #0069af;
	text-decoration: none;
}
#asset-nav #current {
	background: url(../images/tab-right.gif) top right no-repeat;
}
#asset-nav #current span {
	display: block;
	background: url(../images/tab-left.gif) top left no-repeat;
	color: #0069af;
	font-weight: bold;	
}
#asset-nav #current a:link, #asset-nav #current a:visited {
	color: #0069af;	
}
#asset-nav #current a:hover {
	color: #000;	
}
/* +
---------------------------------- Details */
#details {
	overflow: auto;
}
#details h1 {
	display: inline-block;
	float: left;
	font-size: 2.3em;
	padding: 5px 0 0 0;
	margin: 0;
}
#details p {
	display: inline-block;
	float: right;
	line-height: normal;
	margin: 0;
	padding: 0;
}
#details .feedback {
	background: #d8ffcc;
	border: 1px solid #bbe806;
	color: #020202;
	padding: 8px 15px;
}
#details .feedback span {
	font-weight: bold;
}
#details .upload {
	background: #0278c7 url(../images/bg-upload.gif) bottom left repeat-x;
	font-size: 1.3em;
	margin: 0 0 0 10px;
	padding: 8px 12px;
}
#details .upload a {
	color: #fff;
	padding: .2em 0 .2em 25px;
	text-decoration: none;
}
#details .upload a:link, #details .upload a:visited {
	color: #fff;
}
#details .upload a:hover {
	color: #bbe806;
}
/* +
---------------------------------- Asset Table */
#asset-table {
	margin-top: 12px;
	width: 100%;
}
#asset-table th, #asset-table td {
	padding: 9px;
}
#asset-table th {
	background: #333;
	color: #fff;
	text-align: left;
	white-space: nowrap;
}
#asset-table th a {
	background: #333;
	color: #fff;
	white-space: nowrap;
	text-decoration: none;
}
#asset-table tr td {
	border-bottom: 1px solid #d6d6d6;
}
#asset-table tr td {
	border-bottom: 1px solid #d6d6d6;
}
#asset-table th#type {
	width: 10%;
}
#asset-table th#product-name {
	width: 14%;
}
#asset-table th#description {
	width: 20%;
}
#asset-table .styled-left {
	background: #333 url(../images/bg-top-left.gif) top left no-repeat;
}
#asset-table .styled-right {
	background: #333 url(../images/bg-top-right.gif) top right no-repeat;
}

/* +
--------------------------------------------- Upload Asset */

.file {
    background: #eee;
    color: #111;
}

/* +
--------------------------------------------- Footer (Asset Manager) */
#footer {
	background: url(../images/bg-footer.png) bottom center no-repeat;
	margin: 0 auto;
	height: 55px;
	width: 900px;
}
/* +
--------------------------------------------- Footer for Site */
#wrapper-footer {
	background: url(../images/bg-footer-wrapper.png) top repeat-y;
	margin: 0 auto;
	padding-bottom: 0;
	width: 900px;
}
#container-footer {
	margin: 0 auto;
	padding: 15px 0 0 0;
	width: 820px;
}
#container-footer p {
	color: #90b4c2;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.footer-content {
	float: left;
	width: 260px;
}
.footer-content h3 {
	color: #96f4ff;
	font-size: 13px;
}
.footer-content ul {
	float: left;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
}
.footer-content li {
	display: block;
	margin: 0;
	padding: 0 0 3px 0;
}
.footer-content li a {
	color: #90b4c2;
	text-decoration: underline;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.footer-content li a:link, .footer-content li a:visited {
	color: #90b4c2;
	text-decoration: underline;
}
.footer-content li a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer-bottom {
	background: pink;
	background: url(../images/bg-footer-bottom.png) top left no-repeat;
	height: 50px;
	margin: 0 auto;
	width: 900px;
}

/* +
--------------------------------------------- Classes */
#login p.error {
	background: #900;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1.4em;
	font-style: italic;
	line-height: normal;
	padding: 10px 20px;
}

#container-content p.error {
	background: #900;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1.4em;
	font-style: italic;
	line-height: normal;
	padding: 10px 20px;
	margin: 20px 0 0 20px;
}
#container-content p.notice {
	background: #09870C;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1.4em;
	font-style: italic;
	line-height: normal;
	padding: 10px 20px;
}
.clear {
	clear: both;
	height: 0;
}
.wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.no-border {
	border: none;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.float-left {
	float: left;
}
img.float-left {
	float: left;
	padding: 5px 10px 5px 0;
}
.float-right {
	float: right;
}
img.float-right {
	float: left;
	padding: 5px 0 5px 10px;
}
a.signupnow {
	display: block;
	width: 120px;
	height: 37px;
	line-height: 44px;
	text-indent: 40px;
	margin: 0;
	text-decoration: none;
	background: transparent url(../images/bg-signup-button.gif) no-repeat scroll left bottom;
}
a.signupnow:link, a.signupnow:visited {
	color: #fff;
}
a.signupnow:hover, a.signupnow:active {
	color: #BBE806;
}

/* +
--------------------------------------------- Form elements	 */

label.styled {
	color: #0069af;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	cursor: pointer;
}

input.styled, textarea.styled {
	background-color: #a1a1a1 !important;
	border: 0;
	font-size: 16px;
	color: #fff;
	margin: 0;
	padding: 5px 0;
	text-indent: 5px;
	line-height: normal;
	width: 100%;
	font-weight: bold;
}

input.small, textarea.small {
	width: 200px;
}

input.medium, textarea.medium {
	width: 400px;
}


input.coupon {
	font-size: 14px;
	border: 0;
	padding: 4px 0;
	line-height: normal;
	width: 40px;
	text-indent: 2px;
}

input.cvn-styled {
	width: auto;
	clear: both;
}

input.submit {
	padding: 5px;
	margin: 0;
	text-align: left;
	color: #fff;
	border: 0;
	width: auto;
	overflow: visible;
	background: #0278c7 url(../images/admin-button-bg.gif) bottom left repeat-x;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
	width: 47%;
}

legend {
	color: #003C63;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 20px 0 0 20px;
}

label.checkbox {
	margin-right: 8px;
}

input.checkbox {
	width: 100px;
}

#whats-cvn {
	display: none;
	padding: 0 0 20px;
}

#whats-cvn p {
	padding: 20px 20px 0;
}

/* +
--------------------------------------------- Error formatting	 */

body .fieldWithErrors {
	margin: 0;
	padding: 0;
}

body .fieldWithErrors label.styled {
	color: red;
}

body .fieldWithErrors input.styled {
	border: 2px solid red;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul {
	background-color: transparent;
	padding: 0 0 0 20px;
	margin: 0;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  background: none;
  padding: 0;
  margin: 0;
}

/* +
--------------------------------------------- Pricing Table	 */

#container-content table.pricing {
	width: 820px;
	margin: 0 auto;
	margin-top: 20px;
	border-collapse:collapse;
}

#container-content table.pricing caption {
	display: none;
}

#container-content table.pricing tr {
	border-bottom:1px solid #D8ECEE;
}

#container-content table.pricing td {
	color:#32597C;
	padding:5px;
	background-color:#fff;
	font-size: 12px;
}

#container-content table.pricing th {
	padding:5px;
	text-align:center;
	font-size: 13px;
}

#container-content table.pricing th a {
	color: #B5D2E6;
}

#container-content table.pricing th.product-type1 {
	background:#0F659E none;
	color:#fff;
}

#container-content table.pricing th.product-type2 {
	background:#1a77b5 none;
	color:#fff;
}

#container-content table.pricing th.product-type3 {
	background:#268acc none;
	color:#fff;
}

#container-content table.pricing th.product-item {
	background:#73A0BF none;
	color:#fff;
	font-size: 12px;
}

#container-content table.pricing th.product-item2 {
	background:#6693b1 none;
	color:#fff;
	font-size: 12px;
}

#container-content table.pricing th.product-item3 {
	background:#5987a7 none;
	color:#fff;
	font-size: 12px;
}

#container-content table.pricing th a {
	color: #B5D2E6;
	font-size: 11px;
}

#container-content table.pricing td.feature {
	background-color:#B5D2E6;
	color:#253446;
	font-weight:bold;
	padding: 6px 0;
	text-indent:15px;
}

#container-content table.pricing td a {
	font-size:11px;
}

#container-content table.pricing td.account {
	background-color:#e6f4fe;
	text-align:center;
	padding: 5px 0;
}

#container-content table.pricing td.charts {
	background-color:#eff9ff;
	text-align:center;
	padding: 5px 0;
}

#container-content table.pricing td.maps {
	background-color:#fff;
	font-size: 11px;
	text-align: left;
	padding: 5px;
}

#container-content table.pricing td.prices {
	background-color:#fff;
	text-align: center;
	padding: 5px;
}

#container-content table.pricing td.account span.yes, 
#container-content table.pricing td.charts span.yes, 
#container-content table.pricing td.maps span.yes {
	display:block;
	width: 17px;
	height:17px;
	margin: 5px auto 0;
	text-indent:-9999px;
	background:url(../images/yes-icon.gif);
}

#container-content table.pricing td.account span.no, 
#container-content table.pricing td.charts span.no, 
#container-content table.pricing td.maps span.no {
	display:block;
	width: 17px;
	height:17px;
	margin: 5px auto 0;
	text-indent:-9999px;
	background:url(../images/no-icon.gif);
}

/* +
--------------------------------------------- GRIB page	 */

#free-grib {
	background-color: #fff;
	margin: 20px auto 0;
	padding: 0 0 20px;
	width: 580px;
	border-top: 1px solid #fff;
}

#free-grib h2 {
	border-top: 1px solid #fff;
	padding: 0 0 0 25px;
	margin: 15px 20px 0;
	background: url(../images/star.gif) center left no-repeat;
}

#free-grib img {
	float: right;
	margin: 20px 20px 0 15px;
}


/* +
---------------------------------- product-Nav */
#product-nav {
	float: right;
    width: auto;
    line-height: normal;
	padding: 0px 20px 0 0;
}
#product-nav ul {
	margin: 0;
    padding: 0;
    list-style: none;
}
#product-nav li {
	float: left;
	font-size: 1.2em;
    margin: 0;
    padding: 0;
}
#product-nav li span {
	display: block;
	color: #0069af;
	float: left;
	margin: 0;
	padding: 7px 5px;
}
#product-nav li a:link, #product-nav li a:visited {
	color: #0069af;
	text-decoration: none;
}
#product-nav li a:hover {
	color: #0069af;
	text-decoration: underline;
}
#product-nav #current {
	background: url(../images/tab-right.gif) top right no-repeat;
}
#product-nav #current span {
	display: block;
	background: url(../images/tab-left.gif) top left no-repeat;
	color: #0069af;
	font-weight: bold;	
}
#product-nav #current a:link, #product-nav #current a:visited {
	color: #0069af;	
	text-decoration: underline;
	
}
#product-nav #current a:hover {
	color: #000;	
}

.eula {
	height: 300px;
	overflow: auto;
	margin: 10px 20px 10px 20px;	
}

.agree_box {
	font-size: 1.25em;
	margin-left: 20px;
	margin-bottom: 5px;
}
.button {
	background:#0278C7 url(../images/admin-button-bg.gif) repeat-x scroll left bottom;
	border:0 none;
	color:#FFFFFF;
	margin-right:10px;
	overflow:visible;
	padding:5px;
	text-align:center;
	float: left;
	height: 21px;
}

.button a,.button a:hover {

	text-decoration: none;
	color: #fff;
}



/* CART STUFF */

.item_list {
	padding-top: 0px;
	padding-left: 20px;
}

div.filter_group {
	border-bottom: 1px solid black;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-bottom: 10px;
}
div.filter_group img {
	width: 64px;
	float: left;
	padding-bottom: 5px;
}

div.filter_group span {
	float: left;
	padding-left: 10px;
}

a.filter_group {
	padding-left: 10px;
}

h2#filter_group {
	float: left;
	padding: 0 0 3px 10px;
	display: block;
}

a.sort_button {
	border: 1px solid black;
	padding: 2px;
	text-decoration: none;
}

div.product_item span {
	padding-left: 10px;
	padding-bottom: 3px;
}

h3#product_item {
	padding-left: 74px;
	border-top: 1px solid #A0C1CD;
	padding-top: 5px;
	
}

a.sort_button_selected {
	background:#0278C7 url(../images/admin-button-bg.gif) repeat-x scroll left bottom;
	border:0 none;
	color:#FFFFFF;
	margin-right:10px;
	overflow:visible;
	padding:5px;
	text-align:center;
	height: 21px;
	text-decoration: none;
}
/** 
* Product Details PAge
**/

.product_details {
	margin-right: 30px;
}

.product_details #left_column {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	height: 100px;
	width: 300px;
}
.product_details #right_column {
	margin-left: 340px;
}
.product_details h1 {
	font-size: 1.8em;
}
h2#product_details , h3#product_details{
	padding:0px;
	font-weight: bold;
}

.product_details b {
	font-size: 1.2em;
}
.product_details span {
	font-size: 1.3em;	
}
div#product_details_description table  {
	margin:0px;
	padding:0;
	width:100%;
}

div#product_details_description table td, div#product_details_description ul {
	background-color:#E1F6F8;
}

div#product_details_eula table td, div#product_details_eula ul {
	background-color:#E1F6F8;
}

/**
 * Facebook page
 **/

#container-content .how-to {
	background: #fff;
	padding: 10px;
	margin: 15px 20px 0;
	font-size: 14px;
}

#container-content .how-to h1 {
	color: #0069af;
	font-size: 16px;
}

#container-content .how-to p {
	font-size: 13px;
}

#container-content .how-to ol li {
	color: red;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 10px;
}

#container-content .how-to ol li span {
	color: #333;
	font-size: 13px;
	font-weight: normal;
}

.how-to .note, .how-to .note span {
	font-size: 11px;
}

.how-to .note strong {
	color: #224754;
}

.need-help {
	overflow:auto; 
	padding: 0px 20px 10px 20px;
}

.trademark {
	font-size: 11px;
	color: #528A9F;
}

.facebook-title-badge {
	position: relative; 
	top: 5px;
}

.facebook-app-description {
	overflow: auto;
}

img.iphone-facebook {
	float:right; 
	width:256px; 
	height:498px;
	padding:20px;
}

#facebook_app_top {
	background-image: url(../images/xtraverse_facebook_top_left.png);
	display: block;
	width: 162px;
	height: 184px;
	position: absolute;
	z-index: 200;
	border-style: none;
}

#facebook_app_button {
	padding: 20px 0px 0px 100px;
	border-style: none;
}