@charset "utf-8";

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #3A0557;
	margin-bottom: 10px;
	margin-top: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin-top: 30px;
	margin-bottom: 0px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #3A0557;
	margin-top: 30px;
	margin-bottom: 0px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #777777;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #FF0000;
}
img {
	border: 0px;
}
table {
	border-collapse:collapse;
}
label {
	font-weight: bold;
	color: #666666;
}

.purple {
	color: #3A0557;
}
.purplebold {
	color: #3A0557;
	font-weight: bold;
}
.right {
	border: 0px solid #999999;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.left {
	border: 0px solid #999999;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}


body {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.container {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}


/* header */
.header {
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 970px;
	position: relative;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	background-color: #FFFFFF;
	background-image: url(img/bg_header.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.header img {
	border: 0px;
}

.headerleft {
	float:left;
	width:300px;
}
.headerright {
	background-color:#EFEFEF;
	position: absolute;
	bottom: 10px;
	right: 15px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	border: 1px solid #CCCCCC;
	text-align: right;
}
.header .logintitle {
	font-size: 12px;
	margin: 2px;
	font-weight: bold;
	color: #3A0557;
	text-align:center;
}
.header p {
	font-size: 10px;
	margin: 0px;
	text-align: right;
}
.header label {
	font-size: 11px;
	font-weight: bold;
}
.header form {
	margin: 0px;
}


/* navigationtop */
.navigationtop {
	float: right;
	width: 790px;
	margin: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
	height: 21px;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD700;
}
.navigationtop ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.navigationtop li {
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
}
.navigationtop a:link, .navigationtop a:visited {
	float:left;
	display:block;
	padding-top: 3px;
	padding-right: 22px;
	padding-bottom: 3px;
	padding-left: 4px;
	color: #777777;
	background: url(img/diamond.gif) no-repeat right center;
}
.navigationtop a:hover, .navigationtop a:visited:hover {
	color: #FF0000;
}


/* navigation, left side */
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 180px;
	margin: 0px;
	padding-top: 40px;
	clear: left;
	background-image: url(img/bg_nav.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.navigation p {
	margin: 0px;
	padding: 0px;
}

.navigation a:link, .navigation a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	float: left;
	width: 145px;
	padding-left: 32px;
	padding-right: 3px;
	padding-top: 6px;
	padding-bottom: 5px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #9370DB;
	background-image: url(img/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 19px center;
}
.navigation a:hover, .navigation a:visited:hover  {
	color: #FFD700;
}
.navigation .title {
	font-size: 16px;
	font-weight: bold;
	color: #EEEEEE;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 8px;
	margin: 0px;
	clear: both;
}

.navigation .basket {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.navigation .basket a:link, .navigation .basket a:visited {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: none;
	width: 160px;
}
.navigation .basket a:hover, .navigation .basket a:visited:hover {
	color: #FF0000;
}
.navigation .basket img {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
}


.content {
	width: 755px;
	margin: 0px;
	height: 100%;
	float: left;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	min-height: 400px;
	height:auto !important;
	height:400px;
}
.content p {
	text-align: justify;
}
.content form input[type=text] {
	width: 200px;
}
.content form input[type=password] {
	width: 150px;
}

.content .updateform {
	border-collapse: collapse;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 25px;
}
.content .updateform td {
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

.content .structureform {
	border-collapse: collapse;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.content .structureform td {
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #3A0557;
}

.content .basketlist {
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.content .basketlist th {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}
.content .basketlist td {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.content .thumbnail {
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	text-align: center;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom: 0px;
	height: 100px;
	width: 100px;
}
.content .thumbnail img {
	margin: 0px;
	padding: 0px;
}

.content .productdescription img {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.content .ebook {
	clear: both;
	width: 600px;
	margin: 0px;
	margin-left: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

.content .ebook .title {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 0px;
}

.content .ebook img {
	float: right;
	margin: 0px;
	margin-left: 15px;
}

.content .calendar {
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	height: 200px;
}

.content .event {
	width: 620px;
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.content .event .title {
	font-size: 16px;
	color: #FF6600;
	font-weight: bold;
	margin-bottom: 6px;
}
.content .event p {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 0px;
}



/* footer */
.footer {
	clear: both;
	width: 962px;
	height: 16px;
	background-color: #FFFFFF;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.footerleft {
	float:left;
	width:450px;
}
.footerleft a:link, .footerleft a:visited {
	color: #999999;
}
.footerleft a:hover, .footerleft a:visited:hover {
	color: #FF0000;
}

.footerright {
	float:right;
	width:250px;
	text-align:right;
}
.footerright a:link, .footerright a:visited {
	color: #999999;
}
.footerright a:hover, .footerright a:visited:hover {
	color: #FF0000;
}
