/* CSS Document */
html, body {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #ccc;
	padding-top: 10px;
}

a {color: #FF6600;text-decoration: underline;}
a:hover {color:red;text-decoration: none;}

#container {
	position: relative;
	width: 980px;
	margin: auto;
	background-color: white;
}

#header {
	position: relative;	
	background-color: #8DB3D4;
	background-image: url(/images/2/header2.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	height: 71px;
	border-bottom: 5px solid #0066cc;
}

#header #headerImage {
	background-image: url(/images/2/header1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: auto;
	height: 71px;
}

#header div#top-navigation {
	position: absolute;
	right: 0;
	top: 0;
	height: 71px;
	background-image: url(/images/2/header4.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 45px;
}
#header div#top-navigation-container {
	padding-left: 23px;
	height: 71px;
	background-image: url(/images/2/header5.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
}
#header div#top-navigation ul#top-menu {
	margin: 0 auto;
	padding: 0;
}
#header div#top-navigation ul#top-menu li {
	display: inline;
	padding: 4px;
}
#header div#top-navigation ul#top-menu li a {
	color: white;
	font-size: 0.8em;
	text-decoration: none;
}
#header div#top-navigation ul#languages {
	padding: 0; margin: 0 auto;
	padding-top: 3px;
}
#header div#top-navigation ul#languages li {
	display: inline;
	font-size: 10px;
	padding-right: 5px;
}
#header div#top-navigation ul#languages li img {
	border: none;
}


#header #headerImage h1 {display: none;}

#footer {
	border-top: 1px solid #CCC;
	bottom: 0;
	padding: 0.5em;
	font-size: 11px;
	text-align: center;
}


#content {
	position: relative;
	float: left;
	width: 758px;
	background: white;
	padding: 10px;
	padding-bottom: 50px;
	border-left: 2px dotted #ccc;
}

#content p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
/*	font-family: Georgia, "Trebuchet MS", Times, serif; 
	line-height: 140%;*/
	font-size: 90%;
}

#content ol li { font-size: 90%; }

#content dl {
	color: #333;
	margin: 10px;
	border-bottom: 1px dotted #ccc;
}
#content dl dt {
	border-top: 1px dotted #ccc;
	float: left;
	clear: left;
	white-space: nowrap;
	width: 200px;
	text-align: right;
	padding: 3px;
	padding-right: 5px;
	font-size: 90%;
}
#content dl dd {
	border-top: 1px dotted #ccc;
	font-weight: bold;
	clear: right;
	padding: 3px;
	font-size: 90%;
}

#content h3 {
	font-size: 110%;
	padding: 5px;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

.navigation {
	float: left;
	width: 200px;
	padding-top: 1em;
}

#navigation1, #navigation2 {
	width: 193px;
	margin: auto;
}
#navigation1 {
	background-color: #1375C6;
	background-image: url(/images/2/nav_back_1.jpg);
}

#navigation2 {
	margin-top: 10px;
	background-color: #FE6601;
	background-image: url(/images/2/nav_back_2.jpg);
}

#navigation1 ul, #navigation2 ul {
	margin: 0;
	padding: 0;
	padding-top: 25px;
	margin-bottom: 1em;
}
#navigation1 ul {
	background-image: url(/images/2/nav_top_1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#navigation2 ul {
	background-image: url(/images/2/nav_top_2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#navigation1 ul li, #navigation2 ul li {
	list-style: none;
	padding: 0;
}
#navigation1 ul li.selected a {
	font-weight: bold;
	background-image: url(/images/2/nav_selected.jpg);
}
#navigation2 ul li.selected a {
	font-weight: bold;
	background-image: url(/images/2/nav_selected_2.jpg);
}
#navigation1 ul li#bottomnav {
	padding-bottom: 25px;
	background-image: url(/images/2/nav_bottom_1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#navigation2 ul li#bottomnav {
	padding-bottom: 25px;
	background-image: url(/images/2/nav_bottom_2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#navigation1 ul li a, #navigation2 ul li a {
	display: block;
	text-decoration: none;
	color: white;
	padding: 6px;
	padding-right: 16px;
	text-align: right;
	font-size: 0.86em;
	text-transform: lowercase;
}


#navigation1 ul li a:hover, #navigation2 ul li a:hover {
	color: #ffcc00;
}

#logoutItem {
	margin-left: 720px;
	float: right;
}

#homepage {
	float: left;
	width: 500px;
	color: #666666;
}

.userLogin {
	top: 0;
	right: 15px;
	position: absolute;
	width: 200px;
	background-color: #96B13E;
	background-image: url(/images/2/box_green_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: white;
	text-align: center;
	padding-bottom: 10px;
	font-size: 0.9em;
}
.userLogin fieldset {
	border: none;
	padding: 3px; 
	margin: 0;
}
.userLogin #loginButton {
	background: #3F4B1D;
	color: white;
	border: none;
	margin: 0; padding: 5px;
}
.userLogin a {
	color: white;
}

#topbar {
	position: absolute;
	bottom: 0;
	right: 5px;
	padding-bottom: 2px;
	text-align: right;
	color: white;
	font-size: 11px;
	z-index: 10;
}
#topbar a { color: white; }


.clear {
	clear: both;
}

ul.errorList {
	background: #FFE6E6;
	border: 1px solid red;
	padding: 10px;
	padding-left: 25px;
	margin: 10px;
	margin-bottom: 0;
	width: 500px;
	font-size: 0.9em;
	-moz-border-radius: 8px;
}

ul.errorList li {
	font-weight: bold;
	color: red;
}
ul.errorList li span {
	color: black;
}


#content h1 {
	padding: 0;
	margin: 0;
	font-size: 160%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	letter-spacing: -0.08em;
	font-weight: normal;
}

#content h2 {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

#content h4 {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #999;
	font-weight: normal;
}

#content form.form1 {
	margin: 10px;
	width: 500px;
}
#content form.form1 h2 {
	margin-top: 10px;
	text-align: center;
}
#content form.form1 h2 span {
	font-size: 0.76em;
	color: #666;
}
#content form.form1 div.fieldsetGroup {
	border: 1px solid #ccc;
	background-color: #eeeeee;
	padding-top: 5px;
	-moz-border-radius: 5px;
}
#content form.form1 fieldset {
	border: none;
	padding: 0; margin: 0;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content form.form1 fieldset label {
	font-size: 0.76em;
	float: left;
	width: 200px;
	text-align: right;
	padding: 2px;
	padding-right: 5px;
}
#content form.form1 fieldset input.text, #content form.form1 fieldset textarea {
	background-color: #D9E7F2;
	border: 1px solid #88AFDA;
	width: 200px;
	padding: 3px;
	-moz-border-radius: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.76em;
}
#content form.form1 fieldset textarea {
	height: 150px;
}
#content form.form1 fieldset span {
	font-size: 0.76em;
}
#content form.form1 fieldset.buttons {
	text-align: center;
	padding-top: 10px;
}
#content form.form1 fieldset.required input.text, #content form.form1 fieldset.required textarea {
	background-image: url(/images/2/star.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#content form.form1 fieldset select {
	background-color: #D9E7F2;
	border: 1px solid #88AFDA;
	padding: 3px;
	-moz-border-radius: 5px;
}

#content form.form1 fieldset input.checkbox {
}
#content form.form1 fieldset input.button {
	background-color: #086BD0;
	color: white;
	font-weight: bold;
	border: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	padding-left: 10px; 
	padding-right: 10px;
	-moz-border-radius: 5px;
}

.actionLinkDiv {
	padding: 10px;
}



.registerForm {
	padding: 10px;
	width: 500px;
}

.registerForm h2 {
	margin: 0px;
	padding: 4px;
	font-size: 90%;
	border: none;
	background: none;
}

.registerForm hr, .registerFormSmall hr {
	height: 1px;
	border: none;
	border-top: 1px solid #CCC;
}

.registerForm fieldset, .registerFormSmall fieldset {
	padding: 3px;
	margin: 0px 0px 5px 0px;
	border: none;
	background: #FFFFCC;
	border: 1px dotted #ffcc00;
}

.registerForm label {
	float: left;
	text-align: right;
	line-height: 22px;
	width: 215px;
	color: #666;
	padding-right: 5px;
}
.registerForm label span {
	margin-left: 5px;
	font-weight: bold;
	color: red;
}
.registerForm label.strech {
	width: 300px;
}

.registerForm input[type=text], .registerForm select, .registerForm input[type=password],
.registerFormSmall input[type=text], .registerFormSmall select, .registerFormSmall input[type=password] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	border: 1px solid #CCC;
	padding: 3px;
	margin: 0px;
		
	width: 260px;
	display: inline;
}


.registerForm #sexInput {
	width: auto;
}


.registerForm a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}


.listTable {
	border-collapse: collapse;
	margin: 20px;
	font-size: 90%;
}
.listTable th {
	border: 1px dotted #CCC;
	padding: 4px;
	background: #FFFFCC;
}

.listTable th.tableHeading {
	text-align: left;
	font-weight: normal;
	background: #ffcc00;
}

.listTable tr td {
	padding: 4px;
	border-bottom: 1px dotted #CCC;
}

.alert {
	font-size: 90%;
	color: #FF3300;
}


.thumbnailPrice {
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}
.thumbnail {
	border: none;
}


.message {
	padding: 10px;
	line-height: 140%;
	font-size: 90%;
}

.message h5 {
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	color: red;
}

.loginSmall {
	width: 50%;
}

.loginSmall form fieldset {
	border: 0px;
	margin: 5px;
	margin-top: 0px;
	padding: 5px;
}
.loginSmall form h3 {
	margin: 0px;
	padding: 5px;
}
.loginSmall form label {
	padding-top: 3px;
	float: left;
	width: 100px;
}

.loginSmall form  input[type="text"], .loginSmall form  input[type="password"] {
	width: 200px;
}

.loginSmall form  input[type="submit"] {
}
.loginSmall form div {
	padding: 10px;
}



ul.subnav {
	margin: 10px;
	padding: 5px;
	padding-left: 0px;
}

ul.subnav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

ul.subnav li a {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	background: #ff6600;
	color: white;
	font-size: 90%;
	font-weight: bold;
}
ul.subnav li a:hover {
	color: #ffcc00;
	text-decoration: none;
}


.searchForm {
	padding: 10px;
}

.searchForm h2 {
	border: none;
	font-size: 12px;
	float: left;
	padding: 4px;
	margin: 0px;
	background: none
}


#offerSearch {
	position: absolute;
	top: 0;
	right: 0;
	width: 505px;
	background: #96B13E;
	padding: 5px;
}
#offerSearch h2 {
	text-align: right;
	margin: 0px; 
	padding: 4px;
	font-size: 0.8em;
	color: white;
	background: none;
}
#offerSearch form {
	margin: 0;
	padding: 0;
}
#offerSearch fieldset {
	margin: 0;
	padding: 0;
	padding-right: 3px;
	float: right;
	border: none;
	font-size: 0.7em;
	color: white;
}
#offerSearch input {
	font-size: 1em;
}
#offerSearch select {
	font-size: 1em;
}


.issuesTable {
}

.issuesTable tr td {
	text-align: center;
	padding: 5px;
	padding-bottom: 0;
}
.issuesTable tr td a {
}
.issueTitle {
	font-weight: bold;
}
.issueNumber {
	font-size: 0.8em;
}
.issuePages {
	font-size: 0.8em;
	width: auto;
}
.issueImage img {
	border: 1px solid #eeeeee;
	background: white;
}


.issueLinks {
	padding: 0;
}

.issueLinks ul {
	margin: 0;
	padding: 0;
}

.issueLinks ul li {
	list-style: none;
	padding: 0;
}
.issueLinks ul li a {
	text-decoration: none;
	font-size: 0.9em;
	padding: 5px;
}
.issueLinks ul li a:hover {
	color: red;
}
.issueLinks ul li a img {
	border: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	vertical-align: middle;
}

.alpha-shadow {
  float: left;
  background: url(/images/1/shadow.gif) no-repeat bottom right;
  margin: 10px 0 15px 10px !important;
  margin: 10px 0 15px 5px;
}

.alpha-shadow div {
  background: url(/images/1/shadow2.png) no-repeat left top !important;
  background: url(/images/1/shadow2.gif) no-repeat left top;
  padding: 0px 5px 5px 0px;
}

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  height: 212px;
  width: 150px;
  padding: 4px;
}

.messageOk {
	border: 1px solid #009900;
	-moz-border-radius: 7px;
	background-color: #EEF8E9;
	color: #006600;
	margin: 10px;
	padding: 10px;
	font-weight: bold;
	width: 500px;
}

.column {
	width: 30%;
	float: left;
}

#news {
	margin-top: 200px;
}

div.news {
}
div.news div.message p {
	margin: 0;
}
div.news div.message span {
	font-size: 90%;
}

#content .birthday {
font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-size:75%;
margin:0 200px;
padding:0;
width:250px;
}

.left {
	float: left;
	width: 490px;
	margin-left: 10px;
}
.left h4 {
	text-align: center;
}
.right {
	float: left;
	width: 230px;
}
.right .short {
	margin-top: 10px;
	background-color: #f3f3f3;
}
.right .userLogin {
	margin-left: 50px;
	position: relative;
}