/* 
    Document   : page.css
    Created on : 2009-11-04, 12:32:34
    Author     : ZuluS
    Description:
        Purpose of the stylesheet follows.
*/
* {
	font-family: verdana, sans-serif;
	padding: 0px;
	margin: 0px;
}

html {
	height: 100%;
	background: #fff;
}

body {
	height: 100%;
	font-size: 12px;
	background: #fff;
}

#outer {
	position: relative;
	color: #4C4C4C;
	background: #fff url(/images/top-bg.gif) repeat-x;
	min-width: 1000px;
	max-width: 1220px;
	margin: 0 auto;
}

#top {
	height: 69px;
}

#top .logo {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 174px;
	height: 69px;
	background: url(/images/top-logo.gif) no-repeat;
}
#top .sad {
    position: absolute;
    display: block;
    width: 38px;
    height: 53px;
    background: url(/images/sad.gif) no-repeat;
    left: 174px;
    top: 8px;
}
:focus {
	outline: 0;
}

#top li {
	list-style: none;
	display: inline;
}

#tabBottom {
	position: relative;
	top: -4px;
	z-index: 10;
	display: block;
	width: 758px;
	margin-left: -6px;
	height: 42px;
	z-index: 4;
}

#tobBottom ul {
	position: relative;
	border: 1px solid;
}

#wrapper #tabBottom {
	height: 42px;
	overflow: hidden;
}

#tabBottom li {
	list-style: none;
}

#tabBottom a {
	display: block;
	width: 136px;
	height: 40px;
	position: absolute;
	top: 0px;
	behavior: url(/js/iepngfix.htc);
}

#tabBottom .sell {
	left: 0px;
	background: url(/images/menu/sell.png);
}

#tabBottom .register {
	background: url(/images/menu/register.png);
	left: 124px;
}

#tabBottom .log {
	background: url(/images/menu/log.png);
	left: 248px;
}

#tabBottom .search,#tabBottom .search2 {
	background: url(/images/menu/search.png);
	left: 372px;
}

#tabBottom .search2 {
	left: 248px;
}

#tabBottom .rek,#tabBottom .rek2 {
	background: url(/images/menu/adv.png);
	left: 497px;
}

#tabBottom .rek2 {
	left: 372px;
}

#tabBottom .help,#tabBottom .help2 {
	background: url(/images/menu/help.png);
	left: 623px;
}

#tabBottom .help2 {
	left: 497px;
}

#tabBottom .logout {
	background: url(/images/menu/logout.png);
	left: 623px;
}

#tabBottom .myAccount,#tabBottom .myAccount2 {
	background: url(/images/menu/myAccount.png);
	left: 248px;
}

#tabBottom .myAccount2 {
	left: 124px;
}

#tabBottom a:hover,#tabBottom .active {
	background-position: 0px 40px;
	z-index: 10;
}

#tabBottom .active {
	z-index: 11;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 8px;
	position: relative;
}

.clearFix {
	clear: both;
}

#rek {
	margin-top: 3px;
	width: 240px;
	padding-bottom: 3px;
	background: url(/images/adv-bottom.gif) no-repeat left bottom;
}

#wrapper #rek {
	float: left;
}

#wrapper #body {
	float: left;
	width: 752px;
}

h2 {
	height: 30px;
	position: relative;
	background: #89e545 url(/images/green-bg.gif) repeat-x;
}

h2 span {
	position: absolute;
	display: block;
}

h2.blue {
	background: #2c96ba url(/images/blue-bg.gif) repeat-x;
}

h2.orange {
	background: #F77821 url(/images/orange-bg.gif) repeat-x;
}

h2.red {
	background: #F77821 url(/images/red-bg.gif) repeat-x;
}

h2 .l,h2 .r {
	width: 7px;
	height: 30px;
	background: url(/images/green-corn.gif);
}

h2.blue .l,h2.blue .r {
	background: url(/images/blue-corn.gif) no-repeat;
}

h2.orange .l,h2.orange .r {
	background-image: url(/images/orange-corn.gif);
}

h2.red .l,h2.red .r {
	background-image: url(/images/red-corn.gif);
}

h2 .l {
	left: 0px;
}

h2 .r,h2.blue .r {
	right: 0px;
	background-position: -7px 0px;
}

h2 .title {
	width: 180px;
	height: 18px;
	top: 7px;
	left: 8px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	z-index: 5;
	letter-spacing: 0.5px;
}

h2 .titleSh {
	width: 180px;
	height: 18px;
	top: 8px;
	z-index: 4;
	left: 9px;
	display: block;
	color: #5d6359;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.5px;
	visibility: hidden;
}

#rek .box {
	border: 1px solid #dbd9d9;
	border-top: 0px solid;
	height: 60px;
	padding: 2px;
}

#rek .last {
	border-bottom: 0px;
}

#footer {
	clear: both;
	margin-top: 0px;
	position: relative;
	height: 27px;
	line-height: 27px;
	color: white;
	font-size: 11px;
	background: #249ec5 url(/images/footer-bg.gif) repeat-x;
}

#footer .menu {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 12px;
	height: 27px;
}

#footer .menu * {
	display: block;
	float: left;
	margin-top: 4px;
	height: 19px;
	line-height: 19px;
}

#footer .menu a {
	padding: 0px 11px;
	color: white;
	text-decoration: none;
	margin: 4px -1px;
}

#footer .menu a:hover {
	color: #686868;
	background: #ececec;
}

#footer .menu span {
	margin-top: 10px;
	height: 10px;
	width: 1px;
	background: white;
}

#footer .logo {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 192px;
	height: 27px;
	background: url(/images/footer-r.gif) no-repeat;
}

#footer .rules {
	position: absolute;
	top: 0px;
	right: 201px;
}

#footer .rules a {
    color: #fff;
}

#footer .copy {
	position: absolute;
	left: 3px;
	color: #838383;
	top: 27px;
	font-size: 11px;
}

#outer .paddingTabs {
	padding-left: 7px;
}

.firstDiv {
	padding-top: 42px;
}

#body h2 {
	margin: 0px -1px;
}

#body .box,#body .shadowBox,#bigBody .shadowBox {
	border-left: 1px solid #e1e0e0;
	border-right: 1px solid #e1e0e0;
	position: relative;
	zoom: 1;
}

#body .box {
	padding-bottom: 4px;
	border-bottom: 1px solid #e1e0e0;
}

.colWrapper {
	margin-bottom: 8px;
}

#body .shadowBox,#bigBody .shadowBox {
	background: #fcfcfc url(/images/shadowBox-bg.gif) repeat-x left bottom;
	padding-bottom: 5px;
}

#body .bl,#body .br {
	bottom: -1px;
	position: absolute;
	display: block;
	width: 5px;
	font-size: 1px;
	overflow: hidden;
	zoom: 1;
	height: 5px;
	background: url(/images/box-corn.gif) no-repeat;
}

#body .shadowBox .bl,#body .shadowBox .br,#bigBody .shadowBox .bl,#bigBody .shadowBox .br
	{
	bottom: 0px;
	position: absolute;
	display: block;
	width: 6px;
	height: 27px;
	font-size: 1px;
	overflow: hidden;
	zoom: 1;
	background: url(/images/boxShadow-corn.gif) no-repeat;
}

#body .bl {
	left: -1px;
}

#body .br {
	right: -1px;
	background-position: -5px 0px;
}

#body .shadowBox  .bl,#bigBody .shadowBox .bl {
	left: -1px;
}

#body .shadowBox .br,#bigBody .shadowBox .br {
	right: -1px;
	background-position: -6px 0px;
}

.shadowBox ul {
	list-style: none;
	margin-bottom: 1px;
}

.shadowBox li a {
	overflow: hidden;
}

.shadowBox li {
	list-style: none;
}

.shadowBox li a,.shadowBox li span {
	color: #2c7bc5;
	text-decoration: underline;
	padding-left: 8px;
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 11px;
	border-top: 1px solid #e6e4e4;
}

.shadowBox li span {
	color: #4C4C4C;
	text-decoration: none;
}

.shadowBox li:first-child a {
	border-top: 0px solid;
}

.shadowBox a:hover {
	text-decoration: none;
}

.colWrapper .box {
	width: 548px;
	margin-right: 9px;
	float: none;
}

.colWrapper .shadowBox {
	width: 190px;
	float: left;
}

img {
	border: 0px;
}

.colWrapper .colLeft,.colWrapper .colRight {
	float: left;
}

.colWrapper .colLeft .shadowBox,.colWrapper .colLeft .box,.colWrapper .colRight .box,.colWrapper .colRight .shadowBox
	{
	float: none;
	margin-bottom: 8px;
}

input.shortButton {
	border: 0px;
	width: 84px;
	height: 27px;
	color: white;
	background: #67c42d url(/images/buttonShort.gif) no-repeat;
	text-align: center;
	line-height: 27px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	cursor: pointer;
}

#outer .box h2 .title,#outer .box h2 .titleSh {
	width: 300px;
}

/*==================================
remove default focus style
====================================*/
:focus {
	outline: none;
}

.js ul.newList {
	left: -9999px;
}

/*==================================
red curvy example
====================================*/
.newListSelected {
	background: #FFF url(/images/search-select.gif) no-repeat scroll 0px 0px
		;
	color: #000;
	height: 25px;
	width: 314px;
	z-index: 3;
}

.selectedTxt {
	overflow: hidden;
}

.newListSelected div {
	height: 25px;
	padding: 0px;
	text-indent: 5px;
	line-height: 25px;
	font-size: 12px;
}

#body ul.newList {
	list-style: none;
	background: white;
	border: 1px solid #dbd9d9;
	line-height: 25px;
	font-size: 11px;
	border-radius: 5px;
}
ul.newList li {
    display: inline;
    list-style: none;
}
ul.newList li a {
	display: block;
	padding: 0px 3px;
	margin: 1px 0;
        border-bottom: 0px;
}

ul.newList {
	padding: 0px;
}

.hiLite {
	background: #eeeeee;
	color: #3c781a;
	font-weight: bold;
}

.newListHover {
	cursor: pointer;
	background: #eeeeee;
}

.newListSelHover {
	cursor: pointer;
}

.newListSelHover,.newListSelFocus {
	background-position: 0px -25px;
}

.newListSelHover div,.newListSelFocus div {
	
}

.blueShort {
	width: 84px;
	height: 27px;
	color: white;
	border: 0px solid;
	background: url(/images/blueShort.gif);
	cursor: pointer;
}

.hidden {
	position: absolute;
	top: 0;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#todayIs {
	line-height: 30px;
	height: 39px;
	padding-left: 4px;
}

select {
	font-size: 12px;
}
#path .pathLeft {
	padding-left: 0px;
	width: 175px;
        padding-top: 3px;
        float: left;
	background: url(/images/userIco.gif) no-repeat 0px 8px;
}
#path .pathLeft a {
	color: #137aa5;
	border-bottom: 0px solid;
}
#path .pathLeft .user {
	margin-left: 20px;
        
}
.redShort {
	width: 94px;
	height: 27px;
	border: 0px solid;
	color: #fff;
	font-weight: bold;
	background: #d92424 url(/images/list/redShort.gif);
	cursor: pointer;
}
.errorBox {
	background: #f8caca url(/images/err.gif) no-repeat 10px 5px;
	color: #81222a;
	border: 1px solid #81222a;
	padding: 10px 20px;
	margin-bottom: 10px;
	text-align: center;
}

.infoBox {
	background: #dafdc4 url(/images/info.gif) no-repeat 11px 7px;
	color: #337905;
	border: 1px solid #71cc3a;
	padding: 10px 20px;
        padding-left: 30px;
	margin-bottom: 10px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
}