/* Generics */
body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	background-color: white;
	background-image: url('/images/sidebar_bg.gif');
	background-repeat: repeat-y;
	color: #598c3e;
}
html, body {
	margin: 0px;
	padding: 0px;
	border: none;
}

form { margin: 0px; }
input[type='text'] { border: 1px solid #cccccc } /* moz fix */
textarea { border: 1px solid #cccccc; }
input { font-size: 10px; padding: 0px; }
select, option { font-size: 10px; }

h1,h2,h3,h4,h5 { margin: 0px; }
h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }

table thead th { text-align: left; }
table tr.odd { background-color: #F1F5E1; }

/* for right aligned close buttons on popups */
a.close {
	float: right;
	text-decoration: none;
	font-weight: normal;
}


h1 a {
	text-decoration: none;
	color: #5a812b;
}

a { color: #3c571c; text-decoration: underline; }
a:hover { color: red; }
a img { border: 0px; }

ul.plain,ul.plain ul { padding: 0px; margin: 0px; }
ul.plain li {list-style: none;  }
ul.plain li ul li { padding-left: 4px; }

ul.numbered li { list-style: decimal }

.warning { color: red; }
.required {	color: red; }
.hint { color: gray; font-size: 10px; }
.pointer { cursor: pointer; }
.incomplete { border: 1px solid red; }
input[type='text'].incomplete { border: 1px solid red; }
.hidden { display: none; }
.small_detail { font-size: 85%; color: #999999; }
.selected {	font-weight: bold; }

.top_line {
	border-top: 1px solid #6c8108;
	padding-top: 8px;
	margin-top: 8px;
}
.bottom_line {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #6c8108;	
}

a.green_button {
	display: block;
	width: 100px;
	background-image: url(/images/green_button_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
	font-size: 11px;
	color: white;
	line-height: 50px;
	text-transform: lowercase;
	text-decoration: none;
}

/* Page Layout */

#content {
	padding: 16px;
}

#content .content {
	margin-right: 150px;
}

/* Header */

#header {
	background-image: url(/images/header/wines_bg.jpg);
	background-repeat: repeat-x;
	height: 133px;

}
#layout .compact {
	background-image: url(/images/header/compact_bg.gif);
	height: 75px;
	width: 100%;
}

#header div.logo {
	background-image: url(/images/header/logo_arena_flowers.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	height: 133px;
	float: left;
}

#layout .compact div.logo {
	background-image: url(/images/header/compact_logo_arena_flowers.gif);
	height: 75px;
	
	position: absolute;
	left: 0px;
	top: 0px;
}

#header div.right {
	float: right;
	margin-left: 2px;
	width: 160px;
	height: 133px;
	overflow: hidden;
}

#contact_float {
	position: absolute;
	z-index: 999;
	right: 4px;
	top: 20px;
	background-color: white;
	border: 1px solid green;
	padding: 4px;
}

#header div.ribbon_grad {
	background-image: url(/images/header/ribbon_grad.gif);
	position: relative;
	width: 430px;
	height: 24px;
	left: -430px;
	top: -24px;
	top: expression('-26px');
}

#layout .compact div.message {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	width: 481px;
	height: 75px;
	position: absolute;
	left: 200px;
	top: 0px;
	z-index: 2;
}
#layout .compact div.right {
	width: 125px;
	height: 75px;
	position: absolute;
	right: 8px;
	top: 0px;
	z-index: 1;
	margin-right: expression('auto');
}

#header div.tabs {
	width: 520px;
	top: 82px;
	left: 341px;
	left: 280px;
	position: absolute;
}

.tabs .tab {
	background-image: url('/images/header/tab_over_right.gif');
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	float: left;
	text-align: center;
	height: 29px;
	width: 100px;
	margin-right: 4px;
}
.tabs .tab .tab-left {
	background-image: url('/images/header/tab_over_left.gif');
	position: absolute;
	left: 0px;
	width: 4px;
	top: 0px;
	height: 27px;
}
.tabs .focused { background-image: url('/images/header/tab_red_right.gif'); }
.tabs .focused .tab-left { background-image: url('/images/header/tab_red_left.gif'); }
.tabs div a { padding: 8px;	display: block;	color: white; text-decoration: none; }
.tabs div a:hover { color: white; text-decoration: none}

/* Header Text Links */

#header div.links {
	position: absolute;
	left: 256px;
	top: 0px;
	border: 1px solid #738b00;
	border: 1px solid white;
	color: white;
	border-top: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 16px;
	padding-left: 8px;
}

#header div.links h2 {
	display: inline;
}
#header div.links h2.focused a {
	color: #598c3e;
}
#header div.links a {
	text-decoration: none;
	color: white;
}
#header div.links a:hover {
	color:#598c3e;
}

#header div.links h2 {
	font-size: 12px;
}

#footer {
	text-align: center;
	background-repeat: repeat-x;
	width: 100%;
}


/* Sidebar */

#sidebar {	}

#sidebar .content {
	background-repeat: no-repeat;
	background-position: bottom;
}
#sidebar .content .title {
	cursor: pointer;
}

/* navs */
.nav { margin-right:1px; }
.nav a { text-decoration: none; color: black; }
.nav a:hover { color: red; } 

.nav .title {
	background-image: url('/images/sidebar_nav_tab-closed.gif');
	background-repeat: no-repeat;
	height: 21px;
	padding: 0px;
	padding-top: 4px;
	padding-left: 20px;
	border: 0px solid black;
	font-weight: normal;
	font-size: 12px;
	color: #336600;
	color: white;
}
.nav .orange {
	background-image: url('/images/sidebar_nav_tab_orange-closed.gif');
}
.nav .title a {}
.closed .title { background-image: url('/images/sidebar_nav_tab-closed.gif'); }
.open .title { background-image: url('/images/sidebar_nav_tab-open.gif'); }

.nav ul li { 
	padding-right: 1px;
	border: 1px solid #afc98f;
}
.nav ul li a { display: block; padding: 4px;	padding-left: 20px; }
.nav ul li a:hover { background-color: white; }
.nav ul li.selected a { color: green; background-color: #F1F5E1; }
#top_nav {
    line-height: 0px;
    font-size: 0px;
}

/* Boxes  */

.boxes {
	float: right;
	width: 140px;
	margin-top: -16px;
}
.boxes div.clear_box {
	margin-left: 4px;
	margin-top: 8px;
}

.boxes div.box {
	background-image: url('/images/box_green_bg.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 134px;
/*	margin: 4px;*/
	margin-top: 8px;
	margin-left: 4px;
	padding: 4px;
}
.boxes div.box img.header {
	margin-top:-4px; margin-left:-4px;
}
.boxes div.box img.footer {
	margin-bottom: -4px;
	margin-left: -4px;
}
.boxes div.box ul {
	padding: 2px;
}

.boxes div.stroke {
	background-image: url('/images/box_green_stroke_light_bg.gif');
}

.boxes div h3 {
	display: block;
	font-size: 12px;
	background-image: url('/images/box_green_header_stroke.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 5px;
	margin: -4px;
	margin-bottom: 4px;
	text-align: center;
	font-weight: normal;
	color: white;
}

/* Basket */

.buy .orange {
	font-size: 10px;
	line-height: 20px;
}
.buy .orange a {
	color: orange;
}

.boxes #basket {
	margin-left: 2px;
}


/* Float Container */

#float_container {
	z-index:999;
	position: relative;
	height: 1px;
	width: 99%;
	padding:0px;
}
#float {
	position: absolute;
	line-height:auto;
	top:0px;
	height:394px;
	
	left:0px;
	right: 150px;
	padding:4px;
	
	border:1px solid green;
	background-color: white;
	
}

#float div.scroll_area {
	padding:4px;
	margin-top:8px;
	height:365px;
	margin-right:-4px;
	overflow-y:scroll;
	overflow-x:hidden;
}


/* Sections */

.section {

}

.section .content_area {
	margin: 5px;
	margin-right:42px;
}
.section label {
	display:block;
	width: 110px;
	float: left;
	margin-right: 4px;
	text-align: right;
}
.section .indent {
	margin-left:110px;
}
.section p {
	margin-top:5px;
	margin-bottom:0px;
}

/*titles for each section, may promote to generics */

.section .header {
	background-image: url(/images/section_header_center.gif);
	background-repeat: repeat-x;
	padding-left: 12px;
	padding-top: 10px;
	height: 22px;
	position: relative;
/*	margin-left: -10px;
	margin-right: 20px;
	border:1px solid red;*/
}

.section .header div {
	position:absolute;
	top: 0px;
	background-repeat: no-repeat;
	height: 33px;
}
.section .header .left {
	left: 0px;
	background-image: url(/images/section_header_left.gif);
	width: 10px;
}
.section .header .right {
	right: -1px;
	background-image: url(/images/section_header_right.gif);
	width: 47px;
}
.current .header .left 		{ background-image: url(/images/section_header_left-focused.gif); }
.current .header 			{ background-image: url(/images/section_header_center-focused.gif); color:white; }
.current .header .right 	{ background-image: url(/images/section_header_right-focused.gif); }

.complete .header .left 	{ background-image: url(/images/section_header_left-complete.gif); }
.complete .header			{ background-image: url(/images/section_header_center-complete.gif); color:white;}
.complete .header .right 	{ background-image: url(/images/section_header_right-complete.gif); }
.section h2 {
	margin-top:-2px;
}
.current div.header h2 { color: white; }
.complete div.header h2 { color: white; }

.submit_section {
	background-image:url(/images/section_footer_bg.gif);
	background-repeat: repeat-x;
	height:67px;
	padding:8px;
	padding-top:25px;
	margin-left:-10px;
	font-size:14px;
	text-align:center;
}

.submit_section .left {
	float:left;
	background-image:url(/images/section_footer_left.gif);
	background-repeat:no-repeat;
	height:67px;
	
	margin-top:-25px;
	margin-left:-8px;
	margin-left:expression(window.XMLHttpRequest ? '-8px' : '-4px'); /* ie6 vs ie7 */
	padding-top:21px;
	padding-left:12px;
}
.submit_section .right {
	float: right;
	background-image:url(/images/section_footer_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height:67px;
	
	margin-right:-8px;
	margin-right:expression(window.XMLHttpRequest ? '-8px' : '-4px'); /* ie6 vs ie7 */
	margin-top:-25px;
	padding-right:12px;
	
	padding-top:21px;
}
.submit_section .right_arrow {
	background-image:url(/images/section_footer_right_arrow.gif);
	padding-right:38px;
}

#submit_section.green {
	background-image:url(/images/section_footer_green_bg.gif);	
}

#submit_section.green .left {
	background-image:url(/images/section_footer_green_left.gif);
}
#submit_section.green .right {
	background-image:url(/images/section_footer_green_right.gif);	
}

#submit_section.green .right_arrow {
	background-image:url(/images/section_footer_green_right_arrow.gif);
	padding-right:38px;
}

/* Sidebar etc */


#float_anchor {
	position: relative;
}

#float_anchor div.float {
	position: absolute;
	width: auto;
	left: 0px;
	right: 150px; /* moz */
	right: expression(window.XMLHttpRequest ? '0px' : '180px'); /* ie7 / ie6 needs more */
	margin-right: expression(window.XMLHttpRequest ? '150px' : '0px');
	top: 20px;
	top: expression('19px');
	padding: 4px;

	border: 1px solid green;
	background-color: white;
	
}

/* Social bookmarks */

.social_bookmarks {
	padding: 4px;
}

.social_bookmarks li {
	padding: 0px;
	float: left;
	width: 130px;
	height: 20px;
	margin-right: 16px;
	list-style: none;
}
.social_bookmarks a {
	text-decoration: none;
}

/* Tool tip */

/* tooltips */

#tooltip {
    padding: 4px;
    background: white;
    border: 1px solid #666666;
    text-align: left;
    font-size: 12px;
	width:200px;
	margin-top: 14px;
	margin-left: 14px;
	z-index: 999;
}

#tooltip.left {
    margin-left:-300px;
}


span.tip {
/*	cursor: pointer;*/
	cursor: help;
	text-decoration: underline;
}

/* SEO Voodo */

/* visually remove SEO retro bold tags */
b {
	font-weight: normal;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border: none;
	margin: 0px;
	padding: 0px;
	background: transparent;
}
img.cleaner {
	clear:none;
	width:95%;
	height:1px;
/*	border:1px solid red;*/
}

.spaced {
	margin-top: 16px;
}

/* magic clearfix from karim ------------------------------------------------ */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-table; }
/* hides from ie-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end hide from ie-mac */
