/* DIV ID'S - MAIN STRUCTURE - SORTING: TOP-DOWN / LEFT-RIGHT */

#main {
	border:1px solid #000000;
	margin:auto;
	padding: 1px 1px 1px 1px;
	width:963px;
}

#topLogo {
	background-image: url(../structureimages/toplogo.jpg);
	border: 1px dotted #ffa11a;
	height: 38px;
	margin: 0px;
	text-align: center;
}

#topPosition {
	background-image: url(../structureimages/topposition.jpg);
	border: solid #ffa11a;
	border-width: 0px 0px 1px 0px;
	color: #0c0c65;
	font-weight: bold;
	height:20px;
	line-height: 20px;
	text-align: center;
}

#horizontalDivision {
	background-color: #ffc823;
	height: 487px;
	padding:0;
	position:relative;
	width:963px;
}

#menuLeftContainer {
	background-image: url(../structureimages/menuleftcontainer.jpg);
	border: solid #f6a117;
	border-width: 0px 1px 0px 0px;
	float: left;
	height: 488px;
	padding: 0px;
	width: 150px;
}

#content {
	border: 1px solid #ffc823;
	border-width: 10px 3px 10px 3px;
	color: black;
	float: left;
	height: 458px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	width:644px;
}

#position {
	border: solid #ff9011;
	border-width: 0px 0px 1px 0px;
	margin: 4px auto auto auto;
	padding: 5px 0px 10px 0px;
	width: 580px;
}

#menuRightContainer {
	background-color: #ffc823;
	background-image: url(../structureimages/menuleftcontainer.jpg);
	border: solid #f6a117;
	border-width: 0px 0px 0px 1px;
	float: right;
	height: 488px;
	padding: 0px;
	width: 150px;
}

#footerDivision {
	background: #ffce72;
	background-image: url(../structureimages/footer.jpg);
	border: solid #ff9011;
	border-width: 1px 0px 0px 0px;
	height: 19px;
	line-height: 20px;
	padding: 0px 10px 0px 0px;
	position:relative;
	font-size: 10px;
	width: 953px;
}

#footerLeft {
	border: solid #ff9011;
	border-width: 0px 1px 0px 0px;
	float: left;
	height: 19px;
	padding-left: 10px;
	text-align: center;
	width: 317px;
}

#footerCenter {
	color: #bf0000;
	float: left;
	height: 19px;
	text-align: center;
	width: 316px;
}

#footerRight {
	border: solid #ff9011;
	border-width: 0px 0px 0px 1px;
	float: right;
	height: 19px;
	text-align: center;
	width: 306px;
}

/* DIV ID'S - PICTURE DATA */

#dataContainer {
	color: black;
	margin: 25px 0px 50px 20px;
}

#dataLeft {
	border: solid #ff9011;
	border-width: 1px 0px 1px 0px;
	float: left;
	font-family: sans-serif;
	margin-left: 25px;
	padding: 5px;
	text-align: center;
	width: 100px;
}

#dataCenter1 {
	border: solid #ff9011;
	border-width: 1px 0px 1px 0px;
	float: left;
	font-family: sans-serif;
	padding: 5px;
	margin-left: 25px;
	text-align: center;
	width: 125px;
}

#dataCenter2 {
	border: solid #ff9011;
	border-width: 1px 0px 1px 0px;
	float: left;
	font-family: sans-serif;
	padding: 5px;
	margin-left: 25px;
	text-align: center;
	width: 125px;
}

#dataRight {
	border: solid #ff9011;
	border-width: 1px 0px 1px 0px;
	float: left;
	font-family: sans-serif;
	padding: 5px;
	margin-left: 25px;
	text-align: center;
	width: 100px;
}

#dataComment {
	border: solid #ff9011;
	border-width: 1px 0px 1px 0px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 644px;
}

/* DIV CLASSES */

div.menuLeft {
	background-image: url(../structureimages/menuleft.jpg);
	border: solid #ff9011;
	border-width: 1px 1px 1px 1px;
	font-style: Georgia;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px 0px 3px;
	padding: 3px;
	width:135px;
}

div.menuRight {
	background-image: url(../structureimages/menuright.jpg);
	border: solid #ff9011;
	border-width: 1px 1px 1px 1px;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px 0px 5px;
	padding: 3px;
	width:135px;
}

div.menuTitle {
	text-align: center;
	border: solid #000000;
	border-width: 0px 0px 1px 0px;
	color: #0c0c65;
}

div.pictureName {
	color: black;
	position: relative;
	font-size: 13px;
	font-weight: bold;
}

div.right {
	text-align: right;
}

div.table {
	color: black;
	font-weight: bold; 
	text-align: center;
	max-height: 470px;
	overflow: auto;
}

div.underLine {
	font-weight: bold; 
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 1px solid #45347b;
	border-width: 0px 0px 1px 0px;
}

/* CONTENT - SORTING: ALPHABETICAL */

a {
	color: #232069;
	font-size: 11px;
	font-weight: normal;
	outline: none;
	text-decoration: none;
}

a.actual {
	color: #b10000;
}

a.contentLink {
	color: grey;
	font-size: 12px;
	font-weight: normal;
	outline: none;
	text-decoration: none;
}

a.contentLink:hover {
	font-size: 13px;
}

a:hover {
	text-decoration: underline;
}

a.positionLink {
	background-color: #ffde77;
	color: #050594;
	font-size: 9px;
	margin: 1px;
	min-width: 100px;
	padding: 3px 10px 3px 10px;
}

a.positionLink:hover {
	background-color: #ff9011;
	text-decoration: none;
}

a.positionLinkActual {
	background-color: #ffb121;
	color: #c10701;
	font-size: 10px;
	font-weight: normal;
	margin: 1px;
	padding: 3px 10px 3px 10px;
	text-align: center;
}

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

a.salePositionLink {
}

a.salePositionLink:hover {
/* 	text-decoration: none; */
}

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	color: black;
	color: #0e0e75;
	font-family: Arial;
	font-size: 11px;
	font-stretch: normal;
	margin: 10px;
}

h1 {
	font-size: 12px;
	padding: 2px;
}

h2 {
	font-size: 11px;
	margin: 7px;
	padding: 3px;
}

hr {
	background-color: #ffb12a;
	border: none;
	color: #0e0e75;
	height: 2px;
	width: 500px;
}

img {
	border: 1px solid black;
	margin: 1px;
}

p.input {
	background-color: white;
	color: red;
	font-size: 12px;
	margin: 0px;
}

p.input:hover {
	background-color: red;
	color: white;
}

p.file {
	background-color: #ffbbbb;
	color: black;
	font-size: 12px;
	margin: 0px;
}

p.file:hover {
	background-color: black;
	color: #ffbbbb;
}

p.kernel {
	background-color: #bbffbb;
	color: black;
	font-size: 12px;
	margin: 0px;
}

p.kernel:hover {
	background-color: black;
	color: #bbffbb;
}

span.akcio {
	color: #ff0000;
	font-weight: normal;
	margin-left: 5pxé
}

span.ujdonsag {
	color: #ff0000;
	font-weight: normal;
	margin-left: 10px;
}

table.table1 {
	background-color: #feba22;
	border: 1px solid #45347b;
	border-width: 1px 1px 1px 1px;
	color: black;
	margin: auto auto 10px auto;
	width: 300px;
}

table.table2 {
	background-color: #fed863;
	border: 1px solid #45347b;
	border-width: 1px 1px 1px 1px;
	color: black;
	margin: auto auto 10px auto;
	width: 300px;
}

table.tableSale {
	background-color: #feba22;
	border: 1px solid #45347b;
	border-width: 1px 1px 1px 1px;
	color: black;
	margin: auto auto 10px auto;
	width: 600px;
}

td.name {
	border: dotted #45347b;
	border-width: 0px 0px 1px 0px;
	color: black;
	font-weight: normal; 
	text-align: center;
	margin: auto;
	width: 240px;
}

td.serial {
	border: ridge #45347b;
	border-width: 0px 0px 1px 1px;
	color: black;
	font-weight: normal; 
	text-align: center;
	margin: auto;
}

td.salePrice {
	border: ridge #45347b;
	border-width: 0px 0px 1px 1px;
	color: black;
	font-weight: normal; 
	text-align: center;
	margin: auto;
	width: 50px;
}

td.saleSize {
	border: ridge #45347b;
	border-width: 0px 0px 1px 1px;
	color: black;
	font-weight: normal; 
	text-align: center;
	margin: auto;
	width: 100px;
}

td.saleSerial {
	border: ridge #45347b;
	border-width: 0px 0px 1px 1px;
	color: black;
	font-weight: normal; 
	text-align: center;
	margin: auto;
	width: 50px;
}

table.tableprices {
	background-color: #feba22;
	border: 1px solid #45347b;
	color: black;
	margin: auto;
	padding: 0px;
	width: 300px;
}

td.firstrow {
	border: solid #45347b;
	border-width: 0px 1px 1px 0px;
	font-weight: bold; 
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 240px;
}

td.normalrow {
	border: solid #45347b;
	border-width: 0px 1px 1px 0px;
	font-weight: normal; 
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 240px;
}

/* POP-UP IMAGE */

div.submenu {
	-moz-opacity:.80;
	background: #eaebd8;
	border: 2px solid #5970b2;
	filter: alpha(opacity=80);
	line-height: 0px;
	margin-left: 0px;
	margin-top: 25px;
	padding: 1px;
	position: absolute;
	visibility: hidden;
	z-index: 3;
}

div.saleSubmenu {
	-moz-opacity:.80;
	background: #eaebd8;
	border: 2px solid #5970b2;
	display: block;
	filter: alpha(opacity=80);
	line-height: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 1px;
	position: absolute;
	left: 814px;
	top: 330px;
	visibility: hidden;
	z-index: 3;
}
