body {
	font-family: corbel, verdana, arial, helvetica, sans-serif;
	font-size:small;
	background:white;
	color:#030;
	margin:0;
}

#footer {
	position:absolute;
	right:0; bottom:0; left:0;
	height:30px;
	background-color:#eee;
	text-align:center;
}

#status_box {
	display:inline;
	margin:4px 10px;
	padding:0 4px;
}
#status_icon {
	width:40px;
}
#status_msg {
	font-size:medium;
	color:#a00;
}

DIV.button {
	font-size:x-small;
	font-weight:bold;
	padding:2px 4px;
	border:outset thin gray;
	color:#000000;
	background-color:#aaaaff;
	display:inline;
	cursor:pointer;
}

DIV.button:hover {
	background-color:#7777ff;
}

#logoBar { background:url("/img/headerTile.jpg") repeat-x; }
#flag { float:right; margin:8px; }
#loginBox { margin:20px; color:white; float:right; font-size:x-small; }
#cart { position:absolute; top:64px; right:10px; }

#loginDialog {
	border:inset thick blue;
	background-color:#cccccc;
	position:absolute;
	top:140px;
	left:100px;
	width:400px;
	height:200px;
	padding:20px;
	display:none;
	z-index:100;
}

#loginDialog INPUT {
	font-size:x-small;
}
#loginDialog SELECT {
	font-size:x-small;
}
#loginDialog .big {
	height:400px;
}
#loginDialog TABLE TH {
	text-align:right;
	padding-right:10px;
}

#loginTitle {
	font-size:large;
}

#content {
}

#mainContent {
	position:absolute;
	top:108px; right:30px; left:30px; bottom:30px;
	padding:20px;
	background:white;
	border:thin solid gray;
	overflow: auto;
}

#mainListing { 
	padding:20px;
	border-left: thin solid gray;
	border-right: thin solid gray;
	border-bottom: thin solid gray;
}


#mainTabs table {
	border-collapse:collapse;
	width:100%;
	margin:0;
}
#mainTabs td {
	height:34px;
	padding:0 0 0 14px;
	background:url('/img/gray_left.png') top left no-repeat;
	cursor:pointer;
}
#mainTabs th {
	display:none;
}
#mainTabs td div {
	display:block;
	height:34px;
	line-height:38px;
	padding:0 14px 0 0;
	background:url('/img/gray_right.png') top right no-repeat;
	text-align:center;
	white-space:nowrap;
	text-decoration:none;
	font-size:small;
}
#mainTabs td:hover {
	background-image:url('/img/gray_left_f2.png');
}
#mainTabs td:hover div {
	line-height:32px;
	background-image:url('/img/gray_right_f2.png');
}

#mainTabs .last span {
	display:block;
	padding:0 1px 0 0;
	background:url('/img/right_end.png') top right no-repeat;
}
html body #mainTabs .this {
	background:url('/img/active_left.png') top left no-repeat;
}
html body #mainTabs .this div {
	background:url('/img/active_right.png') top right no-repeat;
	line-height:38px;
}

#yearMenu {
	width:100%;
	display:none;
	border-left: thin solid gray;
	border-right: thin solid gray;
	padding:3px 5px;
}
#yearMenuContainer {
	display:inline;
	width:720px;
	height:80px;
	overflow:hidden; 
}

#mainSearch { 
	padding:20px;
	border-left: thin solid gray;
	border-right: thin solid gray;
	border-bottom: thin solid gray;
	display:none;
}

#videoInfo {
	border-collapse:collapse;
	margin:0;
	padding:0;
	list-style-type: none;
	display:inline;
}

#videoInfo li {
	display:inline;
	margin:0;
	padding:0 10px 0 0;
	color:#00ff00;
}

#showItemDiv {
	position:absolute;
	top:108px; right:30px; left:30px; bottom:30px;
	padding:10px 20px;
	background:white;
	display:none;
	border:thin solid gray;
	overflow: auto;
}

#showItemContent IMG { padding-right:20px; padding-bottom:20px; }

#showItemBoxSum { 
	float:right;
	clear:both;
	border:thin ridge gray;
	padding:5px;
	margin:20px 8px 8px 8px;
	background:#aaaadd;
}

#showCartDiv {
	position:absolute;
	top:108px; right:30px; left:30px; bottom:30px;
	padding:20px;
	background:white;
	display:none;
	border:thin solid gray;
	overflow: auto;
}

#inCart {
	font-size:small;
	font-weight:bold;
	color:#770000;
	display:none;
	margin:0;
	padding:0;
}

#cartTable TH { text-align:left; border-bottom:thin solid #3333dd; }
#cartTable TH.money { text-align:right; padding-right:5px; }
TD.money { text-align:right; padding-right:5px; }
TD.money2 { text-align:right; padding-right:5px; border-bottom:thin solid #3333dd; }


#tip IMG { float:left; }

.listCat0 { font-size:large; cursor:pointer; }
.listCat0:hover { background:#f9f9ff; }
.listCat1 { font-size:medium; cursor:pointer; }
.listCat1:hover { background:#f9f9ff; }

.listCatDiv { display:none; margin: 0 0 6px 0;  padding-left:12px; }

DIV.catItem {
	height:80px;
	margin-bottom:5px;
	padding:5px 10px;
	vertical-align:top;
}

DIV.catItem:hover {
	background:#f3f3ff;
}

IMG.catThumb {
	padding-right: 12px;
	cursor:pointer;
}

#catPriceBox {
	float:right;
	text-align:right;
	margin-right:10px;
	font-size:x-small;

}

#catPrice { 
	font-size:medium;
	font-weight:bold;
	display:inline;
}

.invoiceCellLeft {
	border-left:solid 1px #ADADAD;
	border-right:solid 1px #ADADAD;
	border-bottom:solid 1px #ADADAD;
}

.invoiceCell {
	border-right:solid 1px #ADADAD;
	border-bottom:solid 1px #ADADAD;
}

.invoiceCellRight {
	text-align:right;
	border-right:solid 1px #ADADAD;
	border-bottom:solid 1px #ADADAD;
}

.invoiceHeader {
	font-weight:bold;
	background-color:#DCDCDC;
	vertical-align:bottom;
}

#accountOptions {
	padding-left:20px;
	font-size:medium;
}
#accountOptions LI {
	border-collapse:collapse;
	margin:0;
	padding:4px 8px 4px 20px;
	list-style-type: none;
	width:180px;
}
#accountOptions LI:hover {
	background-color:#eeffff;
}

#orderSum TR { vertical-align:bottom; }
#orderSum TR:hover { background-color:#eeffff; }
#orderSum TH { text-align:left; }
#orderSum TD { padding-left:6px; }
