body, td, th, div, p, input, textarea, select {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
body {background: url('/images/e/blank.gif') no-repeat fixed;}

form {margin: 0;}
input, textarea, select {color: #4B4339;}
input[type=text], input[type=password] {border: solid 1px #a5acb2;}
textarea {border: solid 1px #a5acb2;}

p, h1 {margin-top: 0.4em; margin-bottom: 1em;}

h1 {font-size: 30px; font-family: Tahoma, Arial; font-weight: normal; margin: 0;}
h1 span {color: #ec7000;}
h2, h3 {color: #e86f04;}
h2 span, h3 span {color: #000000;}
h2 {font-size: 16px; margin-top: 0.3em; margin-bottom: 1em;}
h3 {font-size: 14px; margin-top: 1em; margin-bottom: 1em;}

.h3 {color: #e86f04; font-weight: bold; font-size: 14px; margin-top: 1em; margin-bottom: 1em;}


a {text-decoration: none; color: #1163c9;}
a:hover {text-decoration: underline;}

.memberareaMaincontent {width: 800px; text-align: left; background-color: #F0E5CF; overflow: hidden; margin: auto;}

.memberareaMaincontentWhite {width: 800px; text-align: left; background-color: #ffffff; overflow: hidden; margin: auto;}

.maincontent {width: 800px; text-align: left; margin: auto; min-height: 500px; _height: 500px;}

.menu_top_l, .menu_top, .menu_top_r {height: 46px; line-height: 46px; float: left;}
.menu_top_l {background: url(/images/memberarea/bg/menu_top_l.gif) no-repeat; width: 31px;}
.menu_top {background: url(/images/memberarea/bg/menu_top.gif) repeat-x; white-space: nowrap; font-weight: bold; color: #ffffff;}
.menu_top a {color: #ffffff;}
.menu_top_r {background: url(/images/memberarea/bg/menu_top_r.gif) no-repeat; width: 31px;}

.menuitemleft {background: url(/images/bg/menuitem_left.gif) no-repeat; width: 226px; height: 50px;}
.menuitemleft div {line-height: 44px; font-size: 18px; padding-left: 20px; width: 100%;}
.menuitemleft div.link {cursor: pointer;}

.menugeneral_top {text-align: right; margin-top: 5px; margin-right: 40px;}
.menugeneral_topitem {display: inline;}

th {background-color: #f4f0e7; font-weight: bold; text-align: center;}

.generalHeadRight {margin-left: 120px; width: 740px;}

.pager {color: #000000;}

.error {color: #ff0000; font-weight: bold; }

.error a {color: #ff0000; font-weight: bold; }

.green {color: #00ff00; font-weight: bold; }

.orange {font-weight: bold; color: #e86f04; display: inline;}


td.dotted {border: dotted 1px #9a927f;}

.nicebutton {background: url(/images/bg/nicebutton.gif) no-repeat; border: none; height: 26px; line-height: 26px; width: 133px; color: #ffffff; font-size: 13px; font-weight: bold; display: inline; text-align: center;}
.nicebutton a {color: #ffffff;}
.nicebutton a:hover {text-decoration: none;}

td.price {text-align: center;}
div.price, td.price div {width: 60px; text-align: right; overflow: visible;}
td.price div {margin: auto;}

.checkedItem, .uncheckedItem {padding-left: 40px; padding-top: 8px; min-height: 25px; margin-top: 10px; margin-bottom: 10px;}
.checkedItem {background: url(/images/e/check.gif) no-repeat left top;}
.uncheckedItem {background: url(/images/e/arrow.gif) no-repeat left top;}
.checkedItem h3, .uncheckedItem h3 {display: inline; color: #000000;}

.hr {border-top: solid 1px #9a927f;}

.dottedtext {background: url(/images/bg/dotseparator.gif) repeat-x bottom; line-height: 1.8em;}

ul {list-style: none; margin: 0; padding: 0; }
li {background: url(/images/bg/li.gif) no-repeat 0 0.4em; margin: 0; padding-left: 20px; margin: 0.4em 0 0.4em 0;}

.lowercase {text-transform: lowercase; display: inline;}


.centeredPopup, .addProductFilterOptions 
{
	width: 500px;
	height: 700px;
	/*dimensions: expression(runtimeStyle.width = (this.childNodes.length > 0) ? this.childNodes[0].offsetWidth : '0px', runtimeStyle.height = (this.childNodes.length > 0) ? this.childNodes[0].offsetHeight : '0px');*/
	overflow: visible;
						position: fixed;
                          left: 0px;
                          top: 0px;
                          z-index: 200;
						  _position: absolute;
						  _left: expression(Math.round((parseInt(document.body.offsetWidth) - clientWidth) / 2)  + "px");
						  _top: expression(parseInt(document.body.scrollTop) + Math.round((parseInt(document.body.clientHeight) - clientHeight) / 2) + "px");
                          padding: 10px;
                          /*display: none;*/
                          -moz-opacity: 0.9; -khtml-opacity: 0.9; opacity: 0.9;
                          filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
                          }
