html {
	background-color: #000000;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	color: black;
	line-height: 1.3em;
	/*background-position: center;*/
	background-color: #000000;
}

td {
	padding: 0px;
}

tr {
	padding: 0px;
}

div.clear {
	clear: both;
}

img {
	border: none;
}

.gwErrorBox {
    border: 1px solid #909093;
	font-size: 1.0em;
	padding: 10px;
	font-weight: bold;
	font-style: italic;
	color: #909093;
}

.gwPlainBox {
	display: block;
	padding: 5px 0px 10px;
}

.gwTextBox {
	border: 1px solid black;
	background-color: rgb(229, 228, 224);
	text-align: left;
	margin: 2px;
	margin-left: 1px;
	padding: 2px;
	font-size: 1.0em;
}

.gwTextBoxReadOnly {
    background-color: #909093;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 2px;
	border: 1px solid black;
	font-size: 1.0em;
}

.gwButtonWrapper {
	position: relative;
	width: 80px;
	height: 25px;
}

.gwButtonText {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	/*color: #B8B7B7;*/
	color: black;
	z-index: 1001;
	padding-top: 6px;
}

.gwButtonImage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 25px;
	z-index: 1002;
}

.header {
	padding: 0px 0px 0px;
}

.headerTitleOuter {
	width: 100%;
	padding: 40px 0px 10px;
}

.headerTitle {
	text-align: center;
	width: 800px;
	line-height: 2em;
}

.headerTitle .title {
	color: #B08D00;
	font-family: Comic Sans, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
}

.headerTextOuter {
	width: 100%;
}

.headerText {
	width: 800px;
}

.headerButtons {
	padding: 0px;
	height: 40px;
	
}

.noHeaderButtons {
	height: 20px;
}

.headerButton {
	display: table;
	overflow: hidden;
	height: 40px;
}

.dj_ie6 .headerButton {
	position: relative;
}

.dj_ie7 .headerButton {
	position: relative;
}

.headerButtonMiddle {
	height: 1.3em;
	display: table-cell;
	vertical-align: middle;
}

.dj_ie6 .headerButtonMiddle {
	position: absolute;
	top: 50%;
	left: 0%;
}

.dj_ie7 .headerButtonMiddle {
	position: absolute;
	top: 50%;
	left: 0%;
}

.headerButtonInner {
	text-align: center;
}

.dj_ie6 .headerButtonInner {
	position: relative;
	top: -50%;
}

.dj_ie7 .headerButtonInner {
	position: relative;
	top: -50%;
}

.headerButtonSelected a:link {
	color: #BD9B04;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
}

.headerButtonSelected a:active {
	color: #BD9B04;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
}

.headerButtonSelected a:hover {
	color: #BD9B04;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
}

.headerButtonSelected a:visited:hover {
	color: #BD9B04;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
}

.headerButtonSelected a:visited {
	color: #BD9B04;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
}

.headerButtonNotSelected a:link {
	color: #267A0A;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
}

.headerButtonNotSelected a:active {
	color: #267A0A;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
}

.headerButtonNotSelected a:hover {
	color: #267A0A;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
}

.headerButtonNotSelected a:visited:hover {
	color: #267A0A;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
}

.headerButtonNotSelected a:visited {
	color: #267A0A;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
}

.headerButtonBg {
	border-left: 1px solid #121C13;
	background-image: url('../../../images/themes/oneoctober/headerbutton.jpg')
		;
	background-repeat: y-repeat;
}

.headerButtonBgSelected {
	border-left: 1px solid #121C13;
	background-image:
		url('../../../images/themes/oneoctober/headerbuttonselected.jpg');
	background-repeat: y-repeat;
}

.headerButtonBgHover {
	border-left: 1px solid #121C13;
	background-image:
		url('../../../images/themes/oneoctober/headerbuttonhover.jpg');
	background-repeat: y-repeat;
}

.headerButtonBgSelectedHover {
	border-left: 1px solid #121C13;
	background-image:
		url('../../../images/themes/oneoctober/headerbuttonhoverselected.jpg');
	background-repeat: y-repeat;
}

.footer {
	color:#909093;
	font-size:0.8em;
	padding:0;
	position:absolute;
	text-align:right;
	top:-25px;
	width:100%;
}

.innerDiv {
	text-align: left;
	width: 800px;
}

.mainContainer {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.title {
	color: #B08D00;
	font-family: Comic Sans, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
}

.textitalic {
	font-style: italic;
}

.textbold {
	font-weight: bold;
}

.whitebold {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

.textunderline {
	text-decoration: underline;
}

.textbig {
	font-size: 1.3em;
}

.text {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-transform: none;
}

.whitelink a:link {
	color: #B2B2B2;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.whitelink a:active {
	color: #B2B2B2;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.whitelink a:hover {
	color: #B2B2B2;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.whitelink a:visited:hover {
	color: #B2B2B2;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.whitelink a:visited {
	color: #B2B2B2;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

a:link {
	color: black;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

a:active {
	color: black;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

a:hover {
	color: black;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

a:visited:hover {
	color: black;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

a:visited {
	color: black;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.blacklink a:link {
	color: black;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.blacklink a:active {
	color: black;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.blacklink a:hover {
	color: black;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.blacklink a:visited:hover {
	color: black;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.blacklink a:visited {
	color: black;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}


.yellowlink a:link {
	color: #C6BE76;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.yellowlink a:active {
	color: #C6BE76;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.yellowlink a:hover {
	color: #C6BE76;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.yellowlink a:visited:hover {
	color: #C6BE76;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.yellowlink a:visited {
	color: #C6BE76;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.textgray {
	color: #999999;
}

.textyellow {
	color: #FFCC00;
}

.textsmall {
	font-size: 0.8em;
}

.textwhite {
	color: #FFFFFF;
}

.link {
	cursor: pointer;
}

.containerOuter404 {
	width: 800px;
	padding-top: 100px;
	color: #909093;
}

.containerOuter404 .title {
	color: #909093;
}

.containerInner404 {
	border: solid 2px;
	text-align: left;
	padding: 10px;
}

.containerOuter404Ajax {
	padding: 15px 30px;
	color: #909093;
}

.containerInner404Ajax {
	text-align: left;
}

.baseDiv {
	padding-bottom: 10px;
	padding-top: 5px;
}

.loginCell {
	padding-top: 10px;
	text-align: right;
}

/* dijit drop down */
.oneoctober .dropdown .dijitButtonNode {
	border: solid 1px black; 
	background-color: #E5E4E0;
	height: 19px;
	color: black;
	padding-top: 0px;
	vertical-align: middle;
	margin: 0px;
	overflow: hidden;
	text-align: left;
}

.dj_ie6 .oneoctober .dropdown .dijitButtonNode  {
	width: 160px;
}

.dj_ie7 .oneoctober .dropdown .dijitButtonNode  {
	width: 160px;
}

.oneoctober .dropdown .dijitButtonContents {
	background: none;
	margin-top: -2px;
	text-align: left;
	height: 21px;
}

/*
.oneoctober .dropdown .dijitDropDownButton {
	margin: 0px;
}
*/

.oneoctober .dropdown .dijitButtonText {
	text-align: center; 
	padding: 0 2px;
	text-align: left;
	overflow: hidden;
	font-size:12px;
	font-family: arial, helvetica, sans-serif;
	color: black;
}

.buttonBackGround{
background-color:#eae9e5;
}

.oneoctober .dropdown .dijitPopup {
	font-size: 12px;
}

.oneoctober .dropdown .dijitButtonNode .dijitArrowButtonInner {
	background-image: url(../../../images/themes/oneoctober/spriteArrows.png);
	background-position: left top;
	width: 7px;
	height: 7px;
	font-size: 1px;
	margin: -3px 4px 0px 5px;
}

.dj_ie6 .oneoctober .dropdown .dijitArrowButtonInner {
	background-image: url(../../../images/themes/oneoctober/spriteArrows.gif);
	margin: 0px 4px 0px 5px;
}

.oneoctober .dijitMenu {
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
}

.oneoctober .dijitMenuTable {
	margin:1px 0;
	border-collapse:collapse;
	border-width:1px;
}

.oneoctober .dijitMenuItem {
	margin: 0;
}

.oneoctober .dijitMenuItem td {
	padding: 2px;
}

.oneoctober .dijitMenuItemLabel {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.oneoctober .dijitMenuPassive .dijitMenuItemHover,
.oneoctober .dijitMenuItemSelected {
	background-color: #E5E4E0;
	color: 121c13;
}


.oneoctober .dijitMenuExpand {
	width: 7px;
	height: 7px;
	background-image: url(../../../images/themes/oneoctober/spriteArrows.png);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	font-size: 1px;
	display: block;
}

.dj_ie6 .oneoctober .dijitMenuExpand {
	background-image: url(../../../images/themes/oneoctober/spriteArrows.gif);
}

/* Tooltip and TooltipDialog */
.eventTooltip {
	max-width: 300px;
	overflow: hidden;
}

.dj_ie6 .eventTooltip {
	width: 300px;
}

.oneoctober .dijitTooltip,.oneoctober .dijitTooltipDialog {
	/* the outermost dom node, holding the connector and container */
	/* opacity: 0.95; */
	background: transparent;
	/* make the area on the sides of the arrow transparent */
}

.oneoctober .dijitTooltipBelow {
	/* leave room for arrow above content */
	padding-top: 13px;
}

.oneoctober .dijitTooltipAbove {
	/* leave room for arrow below content */
	padding-bottom: 13px;
}

.oneoctober .dijitTooltipContainer { /*
		The part with the text.
	*/
	background: #E5E4E0;
	border: 1px solid black; 
	color :   black;
	padding: 0.45em;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.oneoctober .dijitTooltipConnector { /* the arrow piece */
	border: 0px;
	z-index: 2;
}

.oneoctober .dijitTooltipABRight .dijitTooltipConnector {
	/* above or below tooltip, but the arrow appears on the right,
		and the right edges of target and tooltip are aligned rather than the left */
	left: auto !important;
	right: 3px;
}

.oneoctober .dijitTooltipBelow .dijitTooltipConnector {
	/* the arrow piece for tooltips below an element */
	top: 0px;
	left: 3px;
	background: url("../../../images/themes/oneoctober/tooltipConnectorUp.png")
		no-repeat top left;
	width: 16px;
	height: 14px;
}

.dj_ie6 .oneoctober .dijitTooltipBelow .dijitTooltipConnector {
	background-image:
		url("../../../images/themes/oneoctober/tooltipConnectorUp.gif");
}

.oneoctober .dijitTooltipAbove .dijitTooltipConnector {
	/* the arrow piece for tooltips above an element */
	bottom: 0px;
	left: 3px;
	background:
		url("../../../images/themes/oneoctober/tooltipConnectorDown_black.png")
		no-repeat top left;
	width: 16px;
	height: 14px;
}

.dj_ie6 .oneoctober .dijitTooltipAbove .dijitTooltipConnector {
	background-image:
		url("../../../images/themes/oneoctober/tooltipConnectorDown_black.gif");
	bottom: -3px;
}

.oneoctober .dijitTooltipLeft {
	padding-right: 14px;
}

.dj_ie6 .oneoctober .dijitTooltipLeft {
	padding-left: 15px;
}

.oneoctober .dijitTooltipLeft .dijitTooltipConnector {
	/* the arrow piece for tooltips to the left of an element, bottom borders aligned */
	right: 0px;
	bottom: 7px;
	background:
		url("../../../images/themes/oneoctober/tooltipConnectorRight.png")
		no-repeat top left;
	width: 16px;
	height: 14px;
}

.dj_ie6 .oneoctober .dijitTooltipLeft .dijitTooltipConnector {
	background-image:
		url("../../../images/themes/oneoctober/tooltipConnectorRight.gif");
}

.oneoctober .dijitTooltipRight {
	padding-left: 14px;
}

.oneoctober .dijitTooltipRight .dijitTooltipConnector {
	/* the arrow piece for tooltips to the right of an element, bottom borders aligned */
	left: 0px;
	bottom: 7px;
	background:
		url("../../../images/themes/oneoctober/tooltipConnectorLeft.png")
		no-repeat top left;
	width: 16px;
	height: 14px;
}

.dj_ie6 .oneoctober .dijitTooltipRight .dijitTooltipConnector {
	background-image:
		url("../../../images/themes/oneoctober/tooltipConnectorLeft.gif");
}



/***********************************/

/* DIALOG */

/* DIALOG */

/*
.oneoctober .dijitDialogTitleBar {
	background-color: black;
	padding: 0px;
	cursor: move;
	outline:0; 
	opacity:0.85;
	filter: alpha(opacity=85);
	height:25px;
}

.oneoctober .dijitDialog .dijitDialogTitle {
	border-left: medium none;
	border-right: medium none;
	border-none: medium none;
}

.oneoctober .dijitDialogTitle {

	font-weight: bold;
	color: black;
	padding: 8px 12px;
}

.oneoctober .dijitDialog .dijitDialogPaneContent {
	background-color: black;
	border:none;
	padding:20px;
	opacity:0.85;
	color:#B8B7B7;
	font-size:12px;
	line-height: 1em;
}

.oneoctober .dijitDialogCloseIcon {
	background : url("../../../images/themes/oneoctober/spriteRoundedIconsSmall.png") no-repeat right top;
	position: absolute;
	vertical-align: middle;
	right: 6px;
	top: 4px;
	height: 15px;
	width: 15px;
	cursor: pointer;
}


.dijitTextBox {
	width: 200px;
	border: solid 1px #e5e4e0;
	background-color:black;
	color:white;
}

.dj_ie .oneoctober .dijitDialog .dijitDialogPaneContent {
        background-color: black;
	filter: alpha(opacity=85);
	padding: 20px;
	width: 100%;
	
	line-height: 1em;
}

.dj_ie .oneoctober .dijitDialog .dijitDialogPaneContentInner {
	background-color: black;
	opacity:0.85;
	filter: alpha(opacity=85);
	padding: 10px;
}

}.oneoctober .dijitDialogUnderlay {
	background: transparent;
	opacity: 0.5;
}

.dijitDialogUnderlayWrapper {
	z-index: 1998;
}
*/

/************ONEOCTOBER.NET***********************/
.oneoctober .dijitDialogUnderlay {
	background-color: #333333;
}

.oneoctober .dijitDialog a:link {
	color: white;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.oneoctober .dijitDialog a:active {
	color: white;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.oneoctober .dijitDialog a:hover {
	color: white;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.oneoctober .dijitDialog a:visited:hover {
	color: white;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}

.oneoctober .dijitDialog a:visited {
	color: white;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
}


.oneoctober .dijitDialog {
	background: transparent;
	border: solid 1px #b8b7b7;
	padding: 0px;
}

.dj_ie6 .oneoctober .dijitDialog {
	background-color: black;
	filter: alpha(opacity=85);
}

.dj_ie7 .oneoctober .dijitDialog {
	background-color: black;
	filter: alpha(opacity=85);
}

.oneoctober .dijitDialog .dijitDialogTitle {
	border-top: none;
	border-left: none;
	border-right: none;
}

.oneoctober .dijitDialog .dijitDialogPaneContent {
	background-color: black;
	border:none;
	padding:30px;
	opacity:0.85;
	color:#B8B7B7;
	font-size:12px;
	line-height: 1em;
}

.dj_ie .oneoctober .dijitDialog .dijitDialogPaneContent {
        background-color: black;
	filter: alpha(opacity=85);
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	width: 100%;
}

.dj_ie .oneoctober .dijitDialog .dijitDialogPaneContentInner {
	
	padding-right:30px;
	padding-left:30px;
	padding-top:30px;
	padding-bottom:30px;
}

.oneoctober .dijitDialogTitleBar {
	background-color: black;
	padding: 0px;
	cursor: move;
	outline:0; 
	opacity:0.85;
	filter: alpha(opacity=85);
	height:25px;
	text-align:center;
	padding-top: 10px;
}

.dj_ie6 .oneoctober .dijitDialogTitleBar {
	padding-left: 26px;
}

.dj_ie7 .oneoctober .dijitDialogTitleBar {
	padding-left: 26px;
}

.oneoctober .dijitDialogTitle {
	font-weight: bold;
	padding: 4px;
	outline:0;
	color:#b7b8b8;
}
.oneoctober .dijitDialogCloseIcon {
	background : url("../../../images/themes/oneoctober/spriteRoundedIconsSmall_grey.png") no-repeat right top;
	color:#909093;
	font-size:12px;
	position: absolute;
	vertical-align: middle;
	right: 6px;
	top: 8px;
	height: 15px;
	width: 15px;
	cursor: pointer;
	font-weight: bold;
}
.dj_ie .oneoctober .dijitDialogCloseIcon {
}
/*
.oneoctober .dijitDialogUnderlay {
	background: transparent;
	opacity: 0.5;
}

.dijitDialogUnderlayWrapper {
	z-index: 1998;
}

.oneoctober .dijitDialogContent {
	padding: 8px;
}*/

.oneoctober .glassNode {
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	z-index: 9000;
	background-color: white;
}

.oneoctober .fixedGlass .glassNode {
	top: 0px;
	left: 0px;
}

.loginTextField{
    background-color: transparent;
    margin: 2px;
    padding: 2px;
    border: 1px solid #B8B7B7;
    color: #B8B7B7;
	font-size: 1.0em;
}
/************ONEOCTOBER.NET********END***************/



/* dijit combobox */
.oneoctober .dijitComboBox {
	background-color: transparent;
	margin: 2px;
	padding: 2px;
	border: 1px solid black;
	color: black;
	font-size: 1.0em;
}

.oneoctober .dijitComboBox .dijitButtonNode {
	border: none;
}

.oneoctober .dijitComboBox .dijitArrowButtonInner {
	background-image: url(../../../images/themes/oneoctober/spriteArrows.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border: none;
	width: 7px;
}

.simpleDD ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid black;
	position: absolute;
	display: none;
	text-align: left;
	z-index: 901;
}

.simpleDD {
	position: relative;
}

/* Styles for Menu Items */
.simpleDD ul li a {
	display: block;
	text-decoration: none;
	background: black; /* IE6 Bug */
	padding: 5px 10px;
	border-left: 1px solid black; /* IE6 Bug */
	border-right: 1px solid black; /* IE6 Bug */
	border-bottom: 1px solid black;
	border-top: 0;
	white-space: normal;
}

/* Holly Hack. IE Requirement \*/
* html .simpleDD ul li {
	float: left;
	height: 1%;
}

* html .simpleDD ul li a {
	height: 1%;
}

/* End */
.simpleDD:hover ul,.simpleDD.over ul {
	display: block;
}  /* The magic */
.simpleDD .menuItemHover {
	background-color: black;
}


/*cond*/
/* Styles for Menu Items */
.simpleDD div {
	display: none;
	text-decoration: none;
	background: black; /* IE6 Bug */
	padding: 5px 10px;
	border-left: 1px solid black; /* IE6 Bug */
	border-right: 1px solid black; /* IE6 Bug */
	border-bottom: 1px solid black;
	border-top: 0;
	white-space: normal;
}

/* Holly Hack. IE Requirement \*/
* html .simpleDD div {
	float: left;
	height: 1%;
}

* html .simpleDD div {
	height: 1%;
}

/* End */
.simpleDD:hover div,.simpleDD.over div {
	display: inline;
}

.captchaImage {
	margin: 2px; 
	border: 1px solid black;
}

#registrationdiv .bottommenu {
	width: 800px; 
	height: 80px; 
	position: 
	absolute; 
	top: 500px; 
	left: 0px;
}

#registrationdiv {
	display:block;
	height:500px;
	position:relative;
	width:800px;
}

#registrationdiv .content {
	float:right;
	font-size:12px;
	height:440px;
	margin-right:10px;
	margin-top: 45px;
	width:550px;
}

#registrationdiv .mainbutton {
	height: 20px;
	position: absolute;
	top: 20px;
	left: 145px;
}

#registrationdiv  #registrationsuccess {
	margin-top: 30px;
}

#registrationdiv #forgotPasswordForm {
	margin-top: 30px;
}

#registrationdiv #registrationErrors {
	height: 5.7em;
    border: 1px solid #909093;
}

#registrationdiv #registrationErrors .gwErrorBox {
    border: none;
    padding-top: 5px;
}

#registrationdiv .bottommenu {
	width: 800px; 
	height: 80px; 
	position: 
	absolute; 
	top: 500px; 
	left: 0px;
}

#logincontainerouter {
	 width: 550px;
	 height: 390px;
	display: table;
	overflow: hidden;
	text-align: center;
}

.dj_ie6 #logincontainerouter {
	position: relative;
}

.dj_ie7 #logincontainerouter {
	position: relative;
}

#logincontainermiddle {
	display: table-cell; 
	vertical-align: middle;
}

.dj_ie6 #logincontainermiddle {
	position: absolute;  
	top: 50%;
	left: 0%;
}

.dj_ie7 #logincontainermiddle {
	position: absolute;  
	top: 50%;
	left: 0%;
}

#logincontainerinner {
}

.dj_ie6 #logincontainerinner {
	position: relative;
	top: -50%;
}

.dj_ie7 #logincontainerinner {
	position: relative;
	top: -50%;
}

.facebooklink {
	width: 16px;
	height: 16px;
	display: inline;
}

.facebooklink a {
	width: 16px;
	height: 16px;
	background-position: left -88px;
	background-image: url(../../../images/themes/oneoctober/sharetoolsicons.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	margin: 9px 4px 0px;
}

.facebooklink a span {
	display: none;
}

.twitterlink {
	width: 16px;
	height: 16px;
	display: inline;
}

.twitterlink a {
	width: 16px;
	height: 16px;
	background-position: left -58px;
	background-image: url(../../../images/themes/oneoctober/sharetoolsicons.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	margin: 9px 4px 0px;
}

.twitterlink a span {
	display: none;
}

.emaillink {
	width: 16px;
	height: 16px;
	display: inline;
}

.emaillink a {
	width: 16px;
	height: 16px;
	background-position: left 2px;
	background-image: url(../../../images/themes/oneoctober/sharetoolsicons.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	margin: 9px 4px 0px;
}

.emaillink a span {
	display: none;
}

.rsslink a {
	width: 16px;
	height: 16px;
	background-position: left 0px;
	background-image: url(../../../images/rss.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	margin: 9px 4px 0px;
}

.rsslink a span {
	display: none;
}

.rsslink a span {
	display: none;
}

.bottommenu {
	width: 800px; 
	height: 80px; 
	position: absolute; 
	top: 500px; 
	right: 0px;
}

.bottommenu img {
	vertical-align: middle;
}

.bottommenu .menucontainer {
	float: right;
	padding-top:5px;
}

.dj_chrome .bottommenu .menucontainer {
	padding-top:0px;
}

.dj_safari .bottommenu .menucontainer {
	padding-top:0px;
}

.bottommenusecondline {
	padding: 8px 0px 10px 0px;
	width: 800px; 
	position: absolute; 
	top: 25px; 
	right: 0px;
}

#aboutDialogContent {
	text-align: left;
}

#maincontent {
	position: absolute; 
	top: 259px;
}

.mainContainer {
	width:800px; 
	height:500px; 
	border:0px;
}

#storelist {
	margin-top: -20px;
}

#sales {
	margin-top: -20px;
}

.divWrapperOuter {
	display: table;
	overflow: hidden;
}
.dj_ie6 .divWrapperOuter {
	position: relative;
}
.dj_ie7 .divWrapperOuter {
	position: relative;
}

.divWrapperFixedOuter {
	display: table;
	overflow: hidden;
}
.dj_ie6 .divWrapperFixedOuter {
	position: absolute;
	top: 0px;
	left: 0px;
}
.dj_ie7 .divWrapperFixedOuter {
	position: absolute;
	top: 0px;
	left: 0px;
}

.divWrapperMiddle {
	display: table-cell; 
	vertical-align: middle;
}

.dj_ie6 .divWrapperMiddle {
	position: absolute;  
    top: 50%;
    left: 0%;
}

.dj_ie7 .divWrapperMiddle {
	position: absolute;
	top: 50%;
	left: 0%;
}
.dj_ie6 .divWrapperInner {
	position: relative;
	top: -50%;
}

.dj_ie7 .divWrapperInner {
	position: relative;
	top: -50%;
}






