/*
Title: Core Styles used within Virtual Office
Start Date: 8.28.08
Description: These are styles that will typically be used and not changed within a custom Virtual Office powered template.
*/
HTML, BODY, DIV, SPAN, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, CODE, DEL, DFN, EM, IMG, Q, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
.furnitureQuestions OL LI
{
	float: left;
	padding: 11px;
	margin-bottom: 10px;
}
BODY
{
	background: #000;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
A IMG, A
{
	outline: none;
	border: none;
}
INPUT:focus
{
	outline: none;
}
.clearfix:after
{
	display: block;
	clear: both;
	height: 0;
	content: ".";
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
/*Hide from IE Mac \*/
.clearfix
{
	display: block;
}
/*End hide from IE Mac
Hides from IE-mac \*/
* HTML .clearfix
{
	height: 1%;
}
/*End hide from IE-mac
VO2 Overlay Styles
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
BODY.masked SELECT
{
	visibility: hidden;
}
BODY.masked #vo2-overlays OBJECT, BODY.masked #vo2-overlays SELECT
{
	visibility: visible;
}
#mask
{
	position: absolute;
	left: 0;
	top: 0;
	height: 100.01%;
	width: 100.01%;
	background-color: #4B5457;
}
#vo2-overlays
{
	overflow: visible;
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 100%;
	z-index: 100;
}
#vo2-overlays .pop
{
	position: absolute;
	background: #FFF;
	border: 2px solid #000;
	z-index: 110;
}
.hide
{
	display: none !important;
}
#address-add
{
	margin-left: 4px;
	border: 1px solid #06F;
	padding: 2px 10px;
	font-size: 0.9em;
	color: #333;
}
#pop-boxes
{
	position: relative;
	display: none;
}
#pop-address
{
	width: 500px;
	height: 306px;
	margin: -7px 0 2px;
}
#pop-address #address-type INPUT
{
	float: none;
	width: auto;
}
#pop-address UL
{
	margin: 0;
}
#pop-address LEGEND
{
	padding: 0 7px;
	margin-top: -5px;
	color: #06F;
}
#pop-address .item
{
	margin-right: 10px;
}
#pop-address INPUT
{
	width: 169px;
}
#pop-address .submit
{
	margin-left: 162px;
	border: 1px solid #06F;
	font-size: 0.9em;
	width: 171px;
}
#vo2-overlays .pop-close
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	display: block;
	height: 15px;
	width: 15px;
	margin: 3px 3px 0 0;
	background: url(../img/icons.png) no-repeat 0 -16px;
	text-indent: -9999px;
	cursor: pointer;
}
/*Default Form Styles
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
FORM.default
{
	position: relative;
	padding: 0 20px 20px;
}
FORM.default #checkout-progress
{
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	width: 150px;
	font-size: 1.4em;
	color: #888;
}
FORM.default P
{
	margin: 0;
}
FORM.default UL
{
	list-style: none;
}
FORM.default UL LI
{
	height: 25px;
	margin: 0;
	clear: both;
}
FORM.default UL LI LABEL
{
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	padding: 0 2px 0 0;
}
FORM.default UL LI INPUT, FORM.default UL LI SELECT
{
	float: left;
	font-size: 0.8em;
	margin-right: 5px;
	background: #FFF;
	border: 1px solid #CCC;
}
FORM.default FIELDSET
{
	margin: 20px 0;
	border: 1px solid #CCC;
	padding: 10px;
}
FORM.default INPUT.submit
{
	font-size: 1.2em;
}

