@import url(/style/default.css);
@import url(/style/hp.css);
@import url(/style/app.css);
@import url(/style/item.css);
@import url(/style/inv.css);
@import url(/style/blog.css);

/* style constants defined below */

body {
	padding:0;
	margin:0;	
	font-size:70%;
	font-family:Geneva, Arial, Helvetica, san-serif, default;
}

h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:3px 0 3px 0;
	font-family:Georgia, Geneva, Verdana, Arial, default;
}

ul {
	margin:0;
	padding:0 0 15px 15px;
}

ul li {
	font-size:1.1em;
	margin:1px;
	list-style-type:none;
	padding:0 3px 3px 15px;
	background:url("/images/bullet.gif") no-repeat top left;
}

form { 
	margin:0; 
	padding:0; 
} 

textarea {
	font-size:1.2em;
}

input,
select {
	font-size:1em;
}

legend { 
	color:#44596A;
	font-size:1.3em; 
	font-weight:bold;
	margin:0; 
	padding:0.3em 0 0 0; 
	text-shadow:2px 2px #e0e0e0;
	border:none;
}

fieldset { 
	color:#eee;
	margin:0;
	padding:0.4em; 
	border:none; 	
}

fieldset a {
	color:#069;
	text-decoration:none;
}

fieldset a:hover {
	color:#000;
	text-decoration:none;
}

fieldset div {
	clear:both;
	margin:2px;
	padding:3px;
	/*border-top:1px dotted #ABD1EF;*/
}

fieldset .desc {
	font-weight:bold;
	font-size:1.2em;
	border:none;
}

#nav #formwrapper fieldset .desc {
	color:#fff;
}

fieldset .frmreq label {
	border-right:2px solid #B31413;
}

fieldset .frmbtn {
	text-align:center;
	padding:8px;
}

fieldset label {
	float:left;
	padding:2px;
	width:8em;
	text-align:right;
}

pre {
	font-size:1.1em;
	color:#E61F1F;
}

.clear {	
	width:100%;
	height:0;
	clear:both;
	text-align:center;
}

.error {
	color:#000;
	text-align:left;
	margin:3px;
}

.error img {
	margin-right:6px;
}

.mainmenu {
	padding:0 4px 0 4px;
	text-transform:uppercase;
}

.step {
	color:#668196;
	float:left;
	padding:3px;
	margin-right:7px;
	margin-bottom:7px;
	text-align:center;
	background:#E0EBF4 url("/images/corners/tr.gif") no-repeat top right;
}

.step .huge {
	color:#668196;
	display:block;	
	font-size:3em;
	margin:2px 0 0 0;
	padding:0 7px 2px 7px;
	border:1px solid #ABD1EF;
	font-family:Georgia, Geneva, Verdana, Arial, default;
	background:#fff;
}

.tour {
	float:left;
	margin:0.5em 0.5em 0.5em 0;
	padding:1px;
	border:1px solid #999;
}

.left {
	float:left;
	width:49%;
}

.right {
	text-align:right;
}

.rightcol {
	float:left;
	width:50%;
	text-align:right;
}

.billing {
	clear:both;
}

.outline {
	padding:1px;
	border:1px solid #555;
}

.backtotop {
	text-decoration:none;
	font-family:Georgia, Geneva, Verdana, Arial, default;
	margin:1px;
	list-style-type:none;
	padding:0 3px 3px 15px;
	background:url("/images/backtotop.gif") no-repeat top left;
}
