/* CSS Document */

body
{
	margin: 0px;
	font-family:Arial;
	font-size: 12px;
	color: #555555;
}

a img
{
	border: none;
}

a, a:visited
{
	color: #1b2eaf;
	text-decoration: none;
}

a:hover
{
	color: #7082fc;
	text-decoration: underline;
}

.global
{
	margin-left: auto;
	margin-right: auto;
	padding-left: 128px;
	padding-right: 128px;
	width: 768px;
	overflow: auto;
	background-image: url(../images/netleix_01.gif);
}

.header
{
	width: 768px;
	height: 164px;
}

.topMenu
{
	width: 768px;
	height: 34px;
	background-image: url(../images/netleix-menu.gif);
	text-align: right;
}

.topMenu ul
{
    margin: 0px;
    padding: 0px;
	padding-top: 10px;
}

.topMenu li
{
	display: inline;
    margin: 0px;
    padding: 0px;
	padding-right: 30px;
	font-weight: bold;
	font-size: 12px;
}

.topMenu a
{
    color: #ffffff;
}

.footer
{
	width: 768px;
	height: 33px;
	padding-top: 3px;
	background-image: url(../images/netleix_03.gif);
	text-align: center;
	color: #AAAAAA;
}

.menu
{
    width: 150px;
	list-style-type: none;
	padding: 10px;
	margin: 0px;
}

.menu li
{
	padding: 0px;
	margin: 0px;
	border-bottom: 1px dotted #181f42;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
}

/*
.menu
{
	color: #000000;
	text-decoration: none;
}

.menu:hover
{
	color: #0066CC;
	text-decoration: none;
}

.menuTextFirstLetter
{
	color: #0066CC;
	font-size: 24px;
}

.menuText
{
	font-size: 24px;
}
*/

.price
{
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
}

.oldprice
{
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	text-decoration: line-through;
}

.tableList, .tableList th, .tableList td
{
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

.tableList th, .tableList td
{
	text-align: center;
}


